.guide__main {
    padding: 20px 0;
}

.guide__header {
    width: 100%;
}
.guide_btn ul {
	margin: 1em 0 0;
	display: -webkit-flex;
	display: flex;
	flex-flow:row wrap;
	align-items:center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.guide_btn li:first-child {
	width: calc(100%);
}

.guide_btn li {
	width: calc(49%);
	margin-bottom:0.5rem;
}

.guide_btn li a {
	display: block;
	padding: 1.03rem;
	border: solid 2px #ccc;
	font-size: 0.95rem;
	text-align: center;
	box-sizing:border-box;
}

.guide_btn .catalog a img {
	width: 0.8rem;
    background-color: #fff;
    vertical-align: text-bottom;
}

.guide_btn .price_list a {
	display: block;
	padding: 1rem 0;
	border: solid 2px #ccc;
	font-size: 0.95rem;
	text-align: center;
	box-sizing:border-box;
} 
   
.guide__index {
    width: 100%;
}

.guide__index__item {
    margin: 2.5rem 0 0;
}

.guide__index__item > h2 {
    padding: 0.8rem;
    background-color: #7f7f7f;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.guide__index__item > ul > li {
    margin: 1rem 0 0;
}

.guide__index__item > ul > li > a {
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    margin: .5rem 0 0 0;
    margin-left: .2rem;
    padding-left: .8rem;
    position: relative;
    border-bottom: 1px solid #eee;
}

.guide__index__item > ul > li > a::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ca0000;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    border-radius: 50%;
}

.guide__index__item > ul > li > a::after {
    content: "\f105";
    color: #ccc;
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.guide__main {
    padding: 20px 0;
}

.guide__header {
    width: 100%;
}
.guide_btn ul {
	margin: 1em 0 0;
	display: -webkit-flex;
	display: flex;
	flex-flow:row wrap;
	align-items:center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.guide_btn li:first-child {
	width: calc(100%);
	display: block;
}

.guide_btn li:not(:first-child) {
	width: calc(49%);
	margin-bottom:0.5rem;
}

.guide_btn li a {
	display: block;
	padding: 1.03rem;
	border: solid 2px #ccc;
	font-size: 0.95rem;
	text-align: center;
	box-sizing:border-box;
}

.guide_btn .catalog a img {
	width: 0.8rem;
    background-color: #fff;
    vertical-align: text-bottom;
}

.guide_btn .price_list a {
	display: block;
	padding: 1rem 0;
	border: solid 2px #ccc;
	font-size: 0.95rem;
	text-align: center;
	box-sizing:border-box;
} 

.guide_btn .online a:hover,
	.guide_btn .online_delivery_area a:hover,
    .guide_btn .online_guide a:hover,
    .guide_btn .price_list a:hover,
	.guide_btn .delivery_area a:hover {
        text-decoration: none;
        opacity: 0.7;
        transition: 0.5s;
    }
   
	.guide_btn .online a::before,
	.guide_btn .online_delivery_area a::before,
	.guide_btn .online_guide a::before,	
    .guide_btn .price_list a::before,
	.guide_btn .delivery_area a::before {
        content: "\f0da";
        margin-right: 0.5em;
        color: #000018;
        font-family: FontAwesome;
    }
   
.guide__index {
    width: 100%;
}

.guide__index__item {
    margin: 2.5rem 0 0;
}

.guide__index__item > h2 {
    padding: 0.8rem;
    background-color: #7f7f7f;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.guide__index__item > ul > li {
    margin: 1rem 0 0;
}

.guide__index__item > ul > li > a {
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    margin: .5rem 0 0 0;
    margin-left: .2rem;
    padding-left: .8rem;
    position: relative;
    border-bottom: 1px solid #eee;
}

.guide__index__item > ul > li > a::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ca0000;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    border-radius: 50%;
}

.guide__index__item > ul > li > a::after {
    content: "\f105";
    color: #ccc;
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
}
}

@media only screen and (min-width: 1025px) {
    .guide__main a:hover {
        opacity: .7;
    }
    
    .guide__title {
        margin-bottom: 50px;
    }
    .guide_btn ul {
        margin: 1em 0 0;
        display: -webkit-flex;
        display: flex;
        flex-flow:row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .guide_btn li:first-child {
        width: calc(66.2%);
    }

    .guide_btn li:not(:first-child) {
        width: calc(32.4%);
    }

    .guide_btn li {
        width: calc(32.4%);
        margin-bottom:0.5rem;
    }

    .guide_btn li a {
        display: block;
        padding: 1rem;
        border: solid 2px #ccc;
        font-size: 1rem;
        text-align: center;
        box-sizing:border-box;
    }

	.guide_btn li.online {
		display: grid;
		order:1;
	}
	.guide_btn li.online_delivery_area {
		display: grid;
		order:3;
	}
	.guide_btn li.online_guide {
		display: grid;
		order:4;
	}
	.guide_btn li.price_list {
		display:grid;
		order:2;
	}
	.guide_btn li.delivery_area {
		display: grid;
		order:5;
	}

    .guide_btn .price_list a {
        display: block;
        padding: 1rem;
        border: solid 2px #ccc;
        font-size: 1rem;
        text-align: center;
        box-sizing:border-box;
    }

   	.guide_btn .online a:hover,
	.guide_btn .online_delivery_area a:hover,
    .guide_btn .online_guide a:hover,
    .guide_btn .price_list a:hover,
	.guide_btn .delivery_area a:hover {
        text-decoration: none;
        opacity: 0.7;
        transition: 0.5s;
    }
   
	.guide_btn .online a::before,
	.guide_btn .online_delivery_area a::before,
	.guide_btn .online_guide a::before,	
    .guide_btn .price_list a::before,
	.guide_btn .delivery_area a::before {
        content: "\f0da";
        margin-right: 0.5em;
        color: #000018;
        font-family: FontAwesome;
    }
	
    .guide__index {
        margin: 3rem 0 ;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .guide__index__item {
        margin: 1rem 0 0;
        width: calc((100% - 1rem * 2) / 3);
    }
    
    .guide__index__item:not(:nth-child(3n+1)) {
        margin-left: 1rem;
    }
    
    .guide__index__item:nth-child(n+4) {
        margin-top: 5rem;
    }

}







.sec{
    font-size: 10px;
}

.guideBlock{
    background-color: #F2F2F2;
}

.guideBlock__head{
    display: flex;
    align-items: center;
}
.guideBlock__icon{
    width: 38px;
    margin-right: 8px;
}
.guideItem.-deco{
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
}
.guideItem.-deco::after{
    content: "";
    width: 40px;
    height: 1px;
    background: #CA0001;
    position: absolute;
    left: 0;
    bottom: -1px;
}


@media only screen and (min-width: 750px) {
    .sec{
        padding: 0 0 80px;
    }
    .guideBlock{
        width: 90%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 40px;
    }
    .guideBlock+.guideBlock{
        margin-top: 40px;
    }
    .guideBlock__head{
        margin-bottom: 24px;
    }
    .guideBlock__ttl{
        font-size: 24px;
    }
    .guideBlock__row{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .guideBlock__row+.guideBlock__row{
        margin-top: 60px;
    }
    .guideItem{
        width: 48.4%;
    }
}
@media only screen and (min-width: 1024px){
    .guideItem.-lg{
        width: 64%;
    }
    .guideItem.-sm{
        width: 31.3%;
    }
}
@media only screen and (max-width: 750px) {
    /* .sec{
        padding: 0 0 30px;
    } */
    .visible-lg,.visible-md{
        display: none;
    }
    .guideBlock{
        padding: 32px 15px;
    }
    .guideBlock+.guideBlock{
        margin-top: 8px;
    }
    .guideBlock__head{
        margin-bottom: 20px;
    }
    .guideBlock__ttl{
        font-size: 18px;
    }
    .guideBlock__row+.guideBlock__row{
        margin-top: 50px;
    }
    .guideItem+.guideItem{
        margin-top: 50px;
    }
}

/* biginer */
.bgnList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bgnItem{

}
.bgn__anc{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,.06);
    padding: 10px;
}
@media only screen and (min-width: 1024px) {
    .bgnItem{
        width: 18.3%;
    }
}
@media only screen and (max-width: 1024px) {
    .bgnItem{
        width: 47.8%;
    }
    .bgnItem:nth-child(odd){
        margin-right: 4.4%;
    }
    .bgnItem:nth-child(n+3){
        margin-top: 15px;
    }
}
@media only screen and (min-width: 750px) {
    .bgn__anc{
        height: 80px;
        font-size: 15px;
    }
    .bgn__anc:hover{
        /* background: #F2F2F2; */
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .3); /* ホバー時の影の効果を変更 */
    }
}
@media only screen and (max-width: 750px) {
    .bgn__anc{
        height: 60px;
        font-size: 13px;
    }
}

/* buy */
.buy__head{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}
.buy__head.-online{
    background-image: url(../../images/guide/bg_online.jpg);
}
.buy__head.-buy{
    background-image: url(../../images/guide/bg_buy.jpg);
}
.buy__ttl{
    font-weight: bold;
    color: #fff;
}
.buy__body{
    background-color: #fff;
}
.buy__btnarea{
    display: flex;
    justify-content: space-between;
    max-width: 330px;
    width: 100%;
    margin-top: 15px;
}
.buy__btn{
    max-width: 160px;
    width: 49%;
}
.buy__anc{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 1em;
    color: #fff;
    border: solid 1px #fff;
    text-decoration: none;
    text-align: center;
    transition: .3s all;
    font-size: 14px;
}
.buy__anc::after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
.buy__anc::after{
    color: #DEDEDE;
}
.buy__child__anc{
    display: flex;
    align-items: center;
}
.buy__cat{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #F2F2F2;
}
.buy__cat::before{
    content: "";
    height: 1px;
    width: 0;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.buy__cat::after{
    content: "\f105";
    font-family: FontAwesome;
    color: #888888;
}
@media only screen and (min-width:750px){
    .buy__head{
        height: 140px;
    }
    .buy__ttl{
        font-size: 20px;
    }
    .buy__anc{
        height: 40px;
    }
    .buy__anc:hover{
        text-decoration: none;
        color: #333;
        background-color: #fff;
    }
    .buy__body{
        padding: 40px;
    }
    .buy__child+.buy__child{
        margin-top: 16px;
    }
    .buy__child__anc{
        font-size: 16px;
    }
    .buy__child__anc:hover{
        opacity: .7;
    }
    .buy__child__anc:hover .buy__cat::before{
        width: 100%;
    }
    .buy__icon{
        min-width: 48px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 750px){
    .buy__body{
        padding: 24px;
    }
}
@media only screen and (max-width:750px){
    .buy__head{
        height: 125px;
    }
    .buy__ttl{
        font-size: 16px;
    }
    .buy__anc{
        height: 50px;
    }
    .buy__body{
        padding: 24px 15px;
    }
    .buy__child+.buy__child{
        margin-top: 12px;
    }
    .buy__child__anc{
        font-size: 13px;
    }
    .buy__icon{
        min-width: 36px;
        margin-right: 12px;
    }
}

/* select */
.select__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
@media only screen and (min-width: 750px) {
    .select__sub{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .select__txt{
        font-size: 15px;
    }
    .select__ttl{
        font-size: 16px;
        padding: 16px 0;
    }
    .select__ttl .lg{
        font-size: 1.25em;
    }
    .-col5 .infoItem{
        width: 18.9%;
    }
    .-col5 .infoItem:not(:nth-child(5n)){
        margin-right: 1.375%;
    }
    .infoItem__icon2{
        width: 75px;
    }
}
@media only screen and (min-width: 1024px) {
    .select__head{
        width: 19.2%;
    }
    .select__ttl{
        height: 144px;
    }
    .select__list{
        width: 76.7%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 750px){
    .select__head,.select__list{
        width: 100%;
    }
    .select__list{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 750px) {
    .select__sub{
        font-size: 15px;
        margin-bottom: 16px;
    }
    .select__txt{
        font-size: 15px;
    }
    .select__ttl{
        font-size: 16px;
        padding: 16px 0;
    }
    .select__list{
        margin-top: 24px;
    }
    .infoList.-col5{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .-col5 .infoItem{
        width: 31.9%;
    }
    .-col5 .infoItem:not(:nth-child(3n)){
        margin-right: 2.15%;
    }
    .-col5 .infoItem:nth-child(n+4){
        margin-top: 10px;
    }
    .-col5 .info__anc{
        height: 110px;
        justify-content: center;
        flex-direction: column;
    }
    .infoItem__icon2{
        width: 60px;
        margin-bottom: 5px;
    }
}

/* support */
.support__ttl{
    text-align: center;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
@media only screen and (min-width: 750px) {
    .support__ttl{
        padding: 16px;
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 750px) {
    .support__ttl{
        padding: 16px;
        font-size: 16px;
        margin-bottom: 24px;
    }
}



.info__anc{
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,.06);
    padding: 2px;
}
.infoItem__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 750px) {
    .infoList{
        display: flex;
        flex-wrap: wrap;
    }
    .-col2 .infoItem{
        width: 48.7%;
    }
    .-col2 .infoItem:nth-child(odd){
        margin-right: 2.6%;
    }
    .-col6 .infoItem{
        min-width: 146px;
        width: 15.2%;
    }
    .-col6 .infoItem:not(:nth-child(6n)){
        margin-right: 1.76%;
        margin-right: 10px;
    }
    .info__anc{
        justify-content: center;
        flex-direction: column;
        height: 146px;
    }
    .info__anc:hover{
        /* background: #F2F2F2; */
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .3); /* ホバー時の影の効果を変更 */
    }
    .infoItem__icon{
        width: 60px;
    }
    .infoItem__ttl{
        font-size: 13px;
        margin-top: 5px;
        min-height: 45px;
    }
}
@media only screen and (min-width: 1024px){
    .-col4 .infoItem{
        width: 23.8%;
    }
    .-col4 .infoItem:not(:nth-child(4n)){
        margin-right: 1.6%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 750px){
    .-col4 .infoItem{
        width: 48.7%;
    }
    .-col4 .infoItem:nth-child(odd){
        margin-right: 2.6%;
    }
    .-col4 .infoItem:nth-child(n+3){
        margin-top: 10px;
    }
}
@media only screen and (max-width: 750px) {
    .infoItem+.infoItem{
        margin-top: 8px;
    }
    .info__anc{
        height: 68px;
        padding: 0 15px;
    }
    .info__anc.-deco{
        position: relative;
    }
    .info__anc.-deco::after{
        content: "\f105";
        font-family: FontAwesome;
        font-size: 20px;
        color: #888888;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }
    .infoItem__icon{
        width: 40px;
        margin-right: 30px;
    }
    .infoItem__ttl{
        font-size: 13px;
    }
}


/* contact */
.contact{
    color: #fff;
    background-color: #333;
}
.contact__lead{
    font-size: 15px;
}
.contact__anc{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,.06);
    padding: 10px;
    font-size: 15px;
}
@media only screen and (min-width: 1024px) {
    .contact__inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contact__body__inner{
        max-width: 822px;
        width: 79%;
    }
}
@media only screen and (max-width: 1024px) {
    .contact__inner{
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 750px) {
    .contact{
        padding: 80px 0;
    }
    .contact .guideBlock__head{
        white-space: nowrap;
        margin-right: 50px;
    }
    .l-inner-md{
        width: 90%;
        max-width: 1040px;
        margin: 0 auto;
    }
    .contact__body__inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contact__lead{
        width: 58.6%;
    }
    .contact__btn{
        width: 29.9%;
        max-width: 246px;
    }
    .contact__anc{
        height: 52px;
    }
    .contact__anc:hover{
        color: #fff;
        background-color: #333;
    }
}
@media only screen and (max-width: 750px) {
    .contact{
        padding: 30px 0;
    }
    .contact .guideBlock__head{
        justify-content: center;
    }
    .l-inner-md{
        padding: 0 15px;
    }
    .contact__lead{
        margin-bottom: 32px;
    }
    .contact__btn{
        max-width: 240px;
        width: 100%;
        margin: 0 auto;
    }
    .contact__anc{
        height: 48px;
    }
}

.service__guide + #footer .footer__spMenu__foot,
.service__guide + #footer #footer_nav_pc .footer_nav_inner{
    margin-top: 0;
}