@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  お買い物ガイド、特定商、プライバシー、お問合せ
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-l-page{
    padding-top: 248px;
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
.fs-l-page{
    padding-top: 160px;
}
}
/*--------------------------
基本ガイド画面
---------------------------*/
.fs-l-main {
    max-width: 900px;
}
.fs-c-heading--page {
    color: #654929;
    border-color: #654929;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    margin: 0 20px 40px;
}
.fs-c-documentArticle__heading {
    background-color: #654929;
    padding: 12px;
    border-radius: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1.8px;
}
.fs-c-documentColumn__heading {
    color: #489122;
    border-color: #489122;
}
.fs-c-list li::before{
    border-color: #489122; 
}
.fs-p-address{
    font-style: normal;
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .fs-c-heading--page{
        font-size: 2.4rem;
    }
    .fs-c-documentArticle__heading{
        font-size: 1.8rem;
        letter-spacing: 2px;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 30px;
    }
}
/*--------------------------
お問合せ
---------------------------*/
.contact-area{
    margin: 40px auto 100px;
}
.contact-area iframe {
    border: #999999 solid 1px;
    box-sizing: border-box;
    height: 100vh;
}
.first-text{
    margin-bottom: 30px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.first-text{
    margin-top: 30px;
}
.contact-area{
margin: 20px auto 80px;
}
}
/*--------------------------
ご利用ガイド
---------------------------*/
.guide_heading{
    font-size: 1.8rem;
    color: #489122;
    /* border-color: #489122;
    border-bottom: 2px solid; */
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.guidecontent-wrap{
    font-size: 0;
    margin-bottom: 30px;
}
.guidecontent-wrap p{
    font-size: 1.7rem;
}
.guidecontent-wrap .fs-c-explainList{
    font-size: 1.7rem;
    display: block;
}
.guidecontent-wrap .fs-c-explainList dd:not(:last-child),.guidecontent-wrap .fs-c-explainList dd{
    margin-bottom: 20px;
}

.guide-left{
	padding-left: 30px;
}
.payimg{
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    width: 95%;
}
.attention-text{
    color: #ff505b;
  }
.guidecontent-wrap .fs-c-note{
    font-size: 1.2rem;
}
.guideall .fs-c-documentColumn__heading{
    margin-top: 40px;
	font-weight: bold;
}
.guideall p{
    line-height: 1.8;
}
.devit{
    background-color: #E0BCA0;
    display: block;
    padding: 15px;
}
.importanttext{
    font-size: 2rem;
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 57%, #fffca6 0%) repeat scroll 0 0;
}
.fs-c-documentArticle__content .img{
    text-align: center;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .guideall .fs-c-documentColumn__heading{
        margin-top: 20px;
    } 
}
/*--------------------------
会員規約
---------------------------*/
#fs_MemberAgreement main.fs-l-main {
    padding: 0 20px;
    max-width: 1000px;
}
.fs-c-orderedList > li::before{
    color: #654929;
}
.fs-c-orderedList > li .fs-c-orderedList{
    border-color: #654929;
}
/*--------------------------
よくあるご質問
---------------------------*/
.faqlist-wrap {
    margin-top: 25px;
    margin-bottom: 50px;
}
.faqlist-wrap dl{
    border-color: #654929;
    border-bottom: 2px dashed;
}
.question{
    font-size: 2rem;
    font-weight: bold;
    color: #654929;
    padding-left: 63px;
    background: url(https://bipet6530.itembox.design/item/img/faq/question.png)no-repeat;
    background-size: 53px auto;
    background-position: center left;
    min-height: 53px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}
.question::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 28px;
    height: 3px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 2;
    background-color: #654929;
    border-radius: 5px;
}
.question::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 28px;
    height: 3px;
    background-color: #654929;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    transition:.2s;
    z-index:2;
    border-radius: 5px;
}
.active .question::after {
    display: none;
}
.answer{
    padding: 30px 50px;
    margin-left: 60px;
    line-height: 1.7;
    background: url(https://bipet6530.itembox.design/item/img/faq/answer.png)no-repeat;
    background-size: 45px auto;
    background-position: top left;
    background-color: #FFE8D6;
    margin-bottom: 14px;
}
.faq-hotoguidelist{
    flex-wrap: wrap;
    margin-top: 27px;
}
.faq-hotoguidelist li{
    margin-right: 40px;
    margin-bottom: 27px;
}
.faq-hotoguidelist li a{
    position: relative;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.faq-hotoguidelist li a::after {
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #71AC4E #71AC4E;
    border-color: transparent transparent var(--green-color) var(--green-color);
    transform: rotate(225deg);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.fs-body-custom .fs-l-main{
    padding: 0;
}
.fs-body-custom .fs-l-main .fs-c-heading--page{
    margin: 0 15px 40px;
}
.question{
    font-size: 1.6rem;
    background-size: 40px;
    padding-left: 47px;
}
.question::before,.question::after{
    display: none;
}
.answer{
    font-size: 1.4rem;
    margin-left: 0;
    padding: 23px 27px;
    background-size: 35px;
}
.faq-openspbtn{
    background-color: #FFE8D6;
    padding: 10px;
    border: 1px solid #654929;
    border-radius: 20px;
    position: relative;
    margin-bottom: 10px;
}
.faq-openspbtn::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 12px;
    height: 2px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 2;
    background-color: #654929;
    border-radius: 5px;
}
.faq-openspbtn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: #654929;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    transition:.2s;
    z-index:2;
    border-radius: 5px;
}
.active .faq-openspbtn::after{
    display: none;
}
.faq-hotoguidelist li {
    margin-bottom: 10px;
}
.faq-hotoguidelist li a {
    font-size: 1.6rem;
}
}