@charset 'UTF-8';

a {

	color: #1e1e1e;

	text-decoration: none;

}



a:link {

	color: #1e1e1e;

	text-decoration: none;

}



a:hover {

	color: #1e1e1e;

	text-decoration: underline;

}



a:visited {

	color: #1e1e1e;

	text-decoration: none;

}



.btnArea {

    overflow: hidden;

    margin-bottom: 32px;

}



.baseBtn {

    float: right;

    width: 220px;

}



.baseBtn a {

    font-family: 'Noto Sans Japanese', sans-serif;

    font-size: 12px;

    display: block;

    padding: 2px;

    text-align: center;

    border: solid 1px #787878;

    background-image: url(/images/common/icon_arrow.png);

    background-repeat: no-repeat;

    background-position: 200px center;

    background-size: 6px 9px;

}



.baseBtn a:link {

    text-decoration: none;

    color: #1e1e1e;

}



.baseBtn a:hover {

    text-decoration: none;

    color: #fff;

    border-color: #b71254;

    background-color: #b71254;

    background-image: url(/images/common/icon_arrow_white.png);

}

#contents {

    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 Pro W3', HiraMinPro-W3, 'HG明朝B', 'ＭＳ 明朝', 'MS Mincho', serif;

    width: 960px;

    margin: 0 auto;



    font-weight: 300;

    font-size: 15px;

    color: #1e1e1e;

    background: #fff;

    line-height: 200%;

}

.pageTtl {

    font-size: 30px;

    margin-bottom: 75px;

    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 Pro W3', HiraMinPro-W3, 'HG明朝B', 'ＭＳ 明朝', 'MS Mincho', serif;

}

.faqTtl {

    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 Pro W3', HiraMinPro-W3, 'HG明朝B', 'ＭＳ 明朝', 'MS Mincho', serif;

    font-size: 20px;

    line-height: 120%;

    margin: 0 0 10px;

    padding: 0 0 7px;

    color: #b71254;

    border-bottom: solid 1px #b71254;

}



.faqItem {

    margin-bottom: 32px;

}

.question:after{

    content:"";

    width: 11px;

    height: 6px;

    background: url(/images/common/icon_arrow_down2.png) left top no-repeat;

    position: absolute;

    bottom: 15px;

    right: 10px;

    background-size: 100% auto;

}

.question.open:after{

    background-image: url(/images/common/icon_arrow_up2.png);

}

.question .inner,

.answer .inner{

    display: table;

    width: 100%;

    text-align: left;



}

.answer{

    display: none;



}

.question {

    font-size: 18px;

    padding-bottom: 7px;

    border-bottom: 1px solid #d2d2d2;

    position: relative;

    cursor: pointer;

}

.answer {

    padding-top: 10px;

    padding-bottom: 25px;

}

.question .faqTxt {

    font-weight: normal;

    padding-right: 25px;

}

.answer .faqTxt {

    font-family: 'Noto Sans Japanese', sans-serif;

}

.faqIco,

.faqTxt {

    display: table-cell;

}

.faqIco {

    font-size: 22px;

    width: 2em;

    vertical-align: top;

}

.threeBtnList {

    width: 100%;

    margin-bottom: 120px;

    margin-top: 100px;

}

.threeBtnList li {

    float: left;

    width: 33.33%;

}

.threeBtnBox {

    /* margin-bottom: 120px; */

    padding: 0 15px 0 0;

}

.bottomBtn {

    font-family: 'Noto Sans Japanese', sans-serif;

    font-size: 14px;

    line-height: 100%;

    width: 100%;

    text-align: center;

    background-image: url(/images/common/icon_arrow.png);

    background-repeat: no-repeat;

    background-position: 97% center;

    background-size: 6px 9px;

}

.bottomBtn a {

    display: block;

    padding: 15px;

    border: solid 1px #787878;

}

.bottomBtn a:link {

    text-decoration: none;

    color: #1e1e1e;

}

.bottomBtn a:hover {

    text-decoration: none;

    color: #fff;

    border-color: #b71254;

    background-color: #b71254;

    background-image: url(/images/common/icon_arrow_white.png);

    background-repeat: no-repeat;

    background-position: 97% center;

    background-size: 6px 9px;

}



#faq_forbody_2{

    margin-top: 20px;

}

.annotationTxt {

	font-size: 11px;

	line-height: 1.6;

	/*margin-top: 5px;*/

}

img.faq_forbody{

    max-width:70%;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.btnContact{

    position: relative;

}

.btnContact{

    background-image: none;

}

.btnContact a:hover{

    background-image: none;

}

.bottomBtn.btnContact a:after{

    content:"";

    background:none;

    background-image: url(/images/common/icon_out_link.png);

    background-repeat: no-repeat;

    position: absolute;

    bottom: 3px;

    right: 5px;

    width: 7px;

    height: 6px;

    background-size: 7px auto;

}

.bottomBtn.btnContact a:hover:after{

    background-image: url(/images/common/icon_out_link_on.png);

}

.faqTtl br{

    display: none;

}

@media screen and (min-width: 768px) and (max-width: 1297px) {

    #faq_forbody_2{

        

    }

}

@media screen and (max-width: 768px){

    img.faq_forbody{

        max-width:100%;

    }

    .faqTtl br{

        display: block;

    }

}



@media screen and (min-width: 1280px) {

    

}



@media screen and (max-width: 1279px) {

    #contents{

        width: auto;

        padding: 0 50px;

    }

}



@media screen and (min-width: 767px) and (max-width: 1279px) {}



@media screen and (max-width: 766px) {

    .btnArea {margin-bottom: 27px;}



    .baseBtn {width: 144px;}



    .baseBtn a {

        padding:0;

        font-size: 10px;

        background-position: 124px center;

    }



    .baseBtn a:link {



    }



    .baseBtn a:hover {



    }

    #contents {margin: 0 0 50px;padding: 0 15px;}

    .pageTtl {font-size: 18px;margin-bottom: 33px;}

    .faqTtl {

	font-size: 17px;}

    .faqItem {margin-bottom: 17px;}

    .question,

    .answer {line-height: 192%;}

    .question {font-size: 12.5px;padding-bottom: 0px;}

    .answer {font-size: 12.5px;padding-top: 8px;padding-bottom: 0;}

    .question .faqTxt {

}

    .answer .faqTxt {



    }

    .question span,

    .answer span {



    }

    .faqIco {font-size: 12.5px;}

    .threeBtnList {margin-top: 54px;}

    .threeBtnList li {float: none;width: auto;}

    .threeBtnBox {margin-bottom: 10px;padding: 0;}

    .bottomBtn {



    }

    .bottomBtn a {



    }

    .bottomBtn a:link {



    }

    .bottomBtn a:hover {



    }

}



.faq2column {

    overflow: hidden;

}

.faq2column:not(:first-child) {

    margin-top: 30px;

}

.faq2column_image {

    float: left;

    width: 30%;

}

.faq2column_image img {

    width: 100%;

}

.faq2column_text {

    float: left;

    width: 65%;

    margin-left: 20px;

}

.faq2column_text p:not(:first-child) {

    margin-top: 10px;

}

@media screen and (max-width: 766px) {

    .faq2column:not(:first-child) {

        margin-top: 0;

    }

    .faq2column_image,

    .faq2column_text {

        float: none;

        width: 100%;

    }

    .faq2column_text {

        margin-top: 10px;

        margin-left: 0;

        margin-bottom: 10px;

    }

}

/* ----------------------------------------

  オプション

---------------------------------------- */

.item-detail-option {

    margin-bottom: 35px;

    padding-right: 22px;

    padding-left: 22px;

  }

  

  .item-detail-option > img {

    width: 100%;

  }

  

  @media all and (min-width: 767px), print {

    .item-detail-option {

      margin-right: auto;

      margin-left: auto;

      margin-bottom: 70px;

      padding-right: 20px;

      padding-left: 20px;

      max-width: 823px;

    }

  }

  

  .item-detail-option__target {

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);

    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);

  }

  

  .item-detail-option__target:hover {

    opacity: 0.6;

  }

.indent-note{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.list-def li{
    list-style: none;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.list-def li::before{
    content: "・";
}

/* ----------------------------------------
    遷移先選択可能ボタン
    * PCではhoverで表示
    * PC以外ではtap（click）で表示
---------------------------------------- */
.bottomBtn_select-button_wrapper{
    position: relative;
}
.bottomBtn_select-button{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
.bottomBtn_select-button span{
    border: solid 1px #787878;
    display: block;
    padding: 15px;
}
.bottomBtn_select-button span::after{
    content:"";
    width: 11px;
    height: 6px;
    background: url("/images/common/icon_arrow-red_bottom.svg") left top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 19px;
    right: 10px;
}
.bottomBtn_select-button.show-list span{
    border-color: #b71254;
    background-color: #b71254;
    color: #fff;
    text-decoration: none;
}
.bottomBtn_select-button.show-list span:after{
    background: url("/images/common/icon_arrow-white_top.svg") left top no-repeat;
    background-size: 100%;
}
.bottomBtn_select-list{
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    border-bottom: 1px solid #787878;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding-top: 20px;
}
.bottomBtn_select-list li{
    width: 100%;
}
.bottomBtn_select-list a{
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
    text-align: left;
}
.bottomBtn_select-list a::after{
    content:"";
    width: 6px;
    height: 9px;
    background: url("/images/common/icon_arrow-gray_right.svg") left top no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 2px;
    right: 10px;
}
/* --------------------- PCのみ表示 --------------------- */
@media (hover: hover) and (pointer: fine){
    .bottomBtn_select-button span:hover,
    .bottomBtn_select-button_wrapper:has(.bottomBtn_select-list:hover) span{
        border-color: #b71254;
        background-color: #b71254;
        color: #fff;
        text-decoration: none;
    }
    .bottomBtn_select-button span:hover::after,
    .bottomBtn_select-button_wrapper:has(.bottomBtn_select-list:hover) span::after{
        background: url("/images/common/icon_arrow-white_top.svg") left top no-repeat;
        background-size: 100%;
    }
    .bottomBtn_select-list a:hover{
        color: #b71254;
    }
    .bottomBtn_select-list a:hover::after{
        background: url("/images/common/icon_arrow-red_right.svg") left top no-repeat;
        background-size: 100%;
    }
}
