﻿@charset "UTF-8";

.freepage{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
}
.forcms_block .freepage{
    margin-bottom: 40px;
}
h1.guide__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
h1.guide__title,
.freepage h1{
    font-size: 3.2rem;
    font-weight: bold;
    color: #222;
    padding: 20px 0 40px;
}

/*ページ内リンク*/
.guide-nav__list{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 60px;
}
.guide-nav__list li{
    width: calc((100% - 48px) / 4);
}
.guide-nav__list li a{
    display: flex;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    border-radius: 4px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 40px 10px 10px;
    background: url(../img/freepage/common/pulldown.png) right 16px center no-repeat;
}
.guide-nav__list li a:hover{
    opacity: 0.8;
}
/*ページ内リンク*/

@media print, screen and (max-width: 767px) {
    .block-topic-path{
        margin: 0!important;
        padding-left: 0;
    }
    .freepage{
        max-width: unset;
        width: unset;
        margin: 0 16px 40px;
    }
    .freepage img{
        max-width: 100%;
    }
    h1.guide__title {
        max-width: unset;
        width: unset;
        margin: 0 16px 20px;
    }
    h1.guide__title{
        font-size: 2.4rem;
        padding: 12px 0 0;

    }
    .freepage h1{
        font-size: 2.4rem;
        margin: 0;
        padding: 12px 0 20px;
    }

    /*ページ内リンク*/
    .guide-nav__list{
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 40px;
    }
    .guide-nav__list li{
        width: unset;
    }
    .guide-nav__list li a{
        min-height: 60px;
    }
    /*ページ内リンク*/
}

/*ご利用ガイド*/
.guide-content__heading{
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
    margin: 0 0 24px;
    padding: 0 0 12px;
}
.guide-content__text{
    font-size: 1.4rem;
    color: #222222;
    margin: 0 0 24px;
    line-height: 1.8;
    border-radius: 4px;
}
.guide-item .js-toggle{
    margin: 0 0 32px;
    padding: 0 0 32px;
    border-bottom: 1px solid #DEDEDE;
}
.guide-item__heading{
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 500;
    margin: 0 0 11px;
    padding: 10px 20px;
    cursor: pointer;
    box-sizing: border-box;
}
.guide-item__heading.active {
    background-image: url(../img/q.png), url(../../img/freepage/faq/minus.png);
    background-position: 19px center, right 24px center;
    background-repeat: no-repeat, no-repeat;
}
.guide-item p{
    font-size: 1.4rem;  
    color: #222222;
    margin: 0 0 30px;
}
.guide-item ul{
    font-size: 1.4rem;  
    color: #222222;
    margin: 0 0 16px;
    line-height: 1.6;
}
.guide-item ul li{
    position: relative;
    padding: 0 0 0 14px;
}
.guide-item ul li::before{
    position: absolute;
    content: '・';
    top: 0;
    left: 0 ;
}
.guide-item a{
    font-size: 1.4rem;
    text-decoration: underline;
}
.guide-item a:hover{
    text-decoration: none;
}

.faq-item img,
.guide-item img{
    display: block;
    width: unset;
    height: unset;
    margin: 12px 0;
}
.faq-item:last-child{
    margin-bottom: 40px;
}
/*クレジットカード*/
.guide-payment{
    gap: 161px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0 0;
}
.guide-payment p{
    font-size: 1.4rem;
    color: #222222;
}
.guide-payment img{
    margin: 12px 0 0 0;
}
.faq-item table,
.faq-item__table1,
.guide-item table,
.guide-item__table1{
    width: 100%;
    margin: 20px 0 0 0;
}
.faq-item table br,
.faq-item__table1 br,
.guide-item table br,
.guide-item__table1 br{
    display: none;
}
.faq-item table th,
.faq-item__table1 th,
.guide-item table th,
.guide-item__table1 th{
   background: #DEDEDE;
   border: 1px solid #CECECE;
   box-sizing: border-box;
   font-size: 1.4rem;
   color: #333333;
   padding: 12px 16px 11px;
   min-height: 44px;
}
.faq-item table td,
.faq-item__table1 td,
.guide-item table td,
.guide-item__table1 td{
   border: 1px solid #CECECE;
   box-sizing: border-box;
   padding: 12px 16px 11px;
   font-size: 1.4rem;
   color: #333333;
   width: calc(100% - 400px);
}
.faq-item table td + td,
.faq-item__table1 td + td,
.guide-item table td + td,
.guide-item__table1 td + td{
    width: 400px;
}

.guide-item__table2{
    width: 100%;
    margin: 20px 0 0 0;
}
.guide-item__table2 th{
   border: 1px solid #DEDEDE;
   box-sizing: border-box;
   font-size: 1.4rem;
   color: #333333;
   padding: 12px 16px 11px;
   min-height: 44px;
    width: 300px;
}
.guide-item__table2 td{
   border: 1px solid #DEDEDE;
   box-sizing: border-box;
   padding: 12px 16px 11px;
   font-size: 1.4rem;
   color: #333333;
   width: calc(100% - 300px);
}
.guide-item ul{
    font-size: 1.4rem;
}
.js-toggle{
    display: none;
    margin: 20px 0 40px;
}
.faq-item__heading{
    background-color: #F7F7F7;
    background-image: url(../img/freepage/faq/q.png), url(../img/freepage/faq/plus.png);
    background-position: 19px center,right 24px center;
    background-repeat: no-repeat,no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 500;
    margin: 0 0 11px;
    padding: 10px 60px 10px 58px;
    box-sizing: border-box;
    cursor: pointer;
}
.faq-item__heading.active{
    background-image: url(../img/freepage/faq/q.png), url(../img/freepage/faq/minus.png);
    background-position: 19px center,right 24px center;
    background-repeat: no-repeat,no-repeat;

}
.faq-item__heading:hover{
    opacity: 0.8;
}
.js-faq-item__toggle{
    display: none;
}
.guide-item__heading.active + .js-toggle,
.faq-item__heading.active + .js-toggle{
    display: block;

}
@media print, screen and (max-width: 767px) {
    .guide-content__heading{
        margin-bottom: 16px;
    }
    .guide-content__text{
        margin: 0 0 16px;
    }
    .guide-item__heading{
        margin-bottom: 16px;
        padding-left: 16px;
    }
    .faq-item__heading{
        padding-right: 60px;
    }
    .guide-item{
        margin-bottom: 24px;
    }
    .guide-item img{
        margin: 8px 0;
    }
    .guide-payment{
        flex-direction: column;
        gap: 12px;
        padding: 12px 0 0;
    }
    .guide-item,
    .guide-item__table1{
        margin: 12px 0 0 0;
    }
    .guide-item br,
    .guide-item__table1 br{
        display: inline;
    }
    .guide-item th,
    .guide-item td,
    .guide-item__table1 th,
    .guide-item__table1 td{
        font-size: 1.2rem;
    }
    .guide-item th,
    .guide-item__table1 th,
    .guide-item td,
    .guide-item__table1 td{
        width: calc(100% - 130px);
    }
    .guide-item th + th,
    .guide-item__table1 th + th,
    .guide-item td + td,
    .guide-item__table1 td + td{
        width: 130px;
    }
    .guide-item__table2 th{
        width: 120px;
        font-size: 1.2rem;
        vertical-align: top;
    }
    .guide-item__table2 td{
        font-size: 1.2rem;

    }
    .guide-item__table2 th + th{
        width: calc(100% - 120px);

    }
    .freepage table.scroll {
        display: block;
        overflow-x: auto;
        border: none!important;
    }
    .guide-item table td + td, .guide-item__table1 td + td{
        width: unset;
    }
    .faq-item table {
        width: 100%;
    }
    .faq-item table td, .faq-item__table1 td,
    .faq-item table td + td, .faq-item__table1 td + td{
        width: unset;
        text-align: left;
        border: 1px solid #CECECE;
        box-sizing: border-box;
        padding: 12px 16px 11px;
        font-size: 1.4rem;        
    }
    
}

.block-order-estimate--agreebody{
    font-size: unset;
}
h3.guide-item__heading{
    background-image: url(../img/freepage/common/plus.png);
    background-position: center right 24px;
    background-repeat: no-repeat;
    padding-right: 60px;
}
h3.guide-item__heading.active{
    background-image: url(../img/freepage/common/minus.png);
    background-position: center right 24px;
    background-repeat: no-repeat;
}

.guide-content a{
    color: #222;
    text-decoration: underline;
}

.forcms_block strong{
    font-weight: bold;
}
.forcms_block i{
    font-style: italic;
}
.forcms_block u{
    text-decoration: underline;
}
.forcms_block s{
    text-decoration: line-through;
}