@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;
  }
  
  