@media print,
screen and (min-width: 768px) {
	.p-index_list {
		margin-bottom: initial;
	}
}
@media screen and (max-width: 767.98px) {
  .support_top .p-index_list:first-of-type {
    margin-top: 40px;
  }
}
.p-index_listLink:last-child{
  margin-bottom: 40px;
}

    @media print,
    screen and (min-width: 768px) {
    .support_top .p-index_listItem.p-index_listItem-100{
	width: 100%;
}
    }

    @media print,
    screen and (min-width: 768px) {
.support_top .p-index_listFlex{
	display: flex;
}}

.support_top .p-index_listFlex .p-index_listLeft,
.support_top .p-index_listFlex .p-index_listRight{
    margin-bottom: 40px;
}
@media print,
screen and (min-width: 768px) {
.support_top .p-index_listFlex .p-index_listLeft,
.support_top .p-index_listFlex .p-index_listRight{
    width: 48.3333333333%;   
}}


/* ƒ{ƒ^ƒ“ */
.p-index_BtnBox{
    display: flex;
    justify-content: center;
    
}
.p-index_Btn{
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    transition-duration: .3s;
}
@media (hover: hover) {
.p-index_Btn:hover{
    color: #006fbc;
}}

