@charset "utf-8";

/*-------------------------------
	よくあるご質問
-------------------------------*/

.Faq:first-child{
    padding-top: 5rem;
    margin-top: -5rem;
}
.first-message{
    margin-bottom: 1.5rem;
}

/*----- カテゴリナビ */
.Faq-nav{
    margin-bottom: 7rem;
}
.Faq-nav__item{
    width: 100%;
}
.Faq-nav__item:not(:last-child){
    margin-bottom: .8rem;
}
.Faq-nav__item a{
    width: 100%;
    height: 5.6rem;
    font-size: 1.5rem;
    border-radius: 2.8rem;
    line-height: 1.3;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    color: #000;
}
.Faq-nav__item a::after{
    width: .8rem;
    height: .4rem;
    top: calc(50% - .2rem);
    right: 2.5rem;
    opacity: .5;
    position: absolute;
    background-image: url(../images/common/icon_arrow-bottom.svg);
    display: block;
    content: "";
}

/*----- よくある質問 */
.Faq-title{
    font-size: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    font-weight: 800;
    border-bottom: 1px solid rgba(128,128,128,.1);
    text-align: center;
}
.Faq-block-wrap{
    padding-top: 5rem;
    margin-top: -5rem;
    overflow: hidden;
}
.Faq-block-wrap:not(:last-child){
    margin-bottom: 8rem;
}
.Faq-block{
    padding: 2rem;
    border-radius: 1.8rem;
    background: #fff;
    cursor: pointer;
}
.Faq-block:not(:first-of-type){
    margin-top: 1rem;
}
.Faq-block__title{
    width: 100%;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Faq-block__title::before{
    font-size: 2.1rem;
    margin-right: 1.4rem;
    font-weight: 800;
    color: #808080;
    display: block;
    content: "Q";
}
.Faq-block__title span{
    width: calc(100% - 3.5rem);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.333333;
    display: block;
}
.Faq-block__body{
    width: 100%;
    display: none;
}
.Faq-block-accordion{
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(128,128,128,.1);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.Faq-block-accordion::before{
    font-size: 2.1rem;
    margin-right: 1.4rem;
    line-height: 1.4;
    font-weight: 800;
    color: #FA8350;
    display: block;
    content: "A";
}
.Faq-block-accordion__inner{
    width: calc(100% - 3.5rem);
}

.Faq-back{
    margin-top: 2rem;
    margin-right: 1rem;
    display: inline-block;
    float: right;
}
.Faq-back a{
    font-size: 1.3rem;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Faq-back a::after{
    width: .9rem;
    height: .5rem;
    margin-left: .5rem;
    background-image: url(../images/common/icon_arrow-top.svg);
    display: block;
    content: "";
}
.Login-back{
    margin-top: 2rem;
    margin-right: 1rem;
    display: inline-block;
    float: right;
}
.Login-back a{
    font-size: 1.3rem;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Login-back a::after{
    width: .9rem;
    height: .5rem;
    margin-left: .5rem;
    background-image: url(../images/common/icon_arrow-top.svg);
    display: block;
    content: "";
}
.Login-back a::before{
    width: 1rem;
    height: 1rem;
    margin-right: .3rem;
    background-image: url(../images/common/icon_gotop.svg);
    display: block;
    content: "";
}

.faq-link{
    text-decoration: underline;
    color:#0000ee;
}
.faq-link:hover{
    text-decoration: none;
    opacity:unset !important;
}
.faq-indent{
    text-indent: -1em;
    padding-left: 1em;
    display:inline-block;
    line-height: 1.5;
}