@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #faq_body
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 0 15px 0;
    text-align: center;
}

#yodogawa .inner{
    width: 440px;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
}

#faq_nav{
    margin: 0 0 20px 0;
    text-align: center;
}

#faq_nav li{
    background-color: #eee8de;
    margin: 0 0 1px 0;
}

#faq_nav li a{
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #451c1d;
    font-size: 14px;
    display: block;
    font-weight: bold;
    position: relative;
    transition: background .1s ease 0s;
}

.is_pc #faq_nav li a:hover,
.is_sp #faq_nav li a.touch{
    background-color: #e3dace;
    transition: background .15s ease .05s;
}

#faq_nav li span{
    width: 440px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    background-image:url(../images/faq/parts_nav_arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

article h2{
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    background-color: #451c1d;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
}

article h2 span{
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}

article#qa01 h2 span{ background-size: 111px; background-image:url(../images/faq/i01.png);}
article#qa02 h2 span{ background-size: 46px; background-image:url(../images/faq/i02.png);}
article#qa03 h2 span{ background-size: 117px; background-image:url(../images/faq/i03.png);}
article#qa04 h2 span{ background-size: 64px; background-image:url(../images/faq/i04.png);}
article#qa05 h2 span{ background-size: 107px; background-image:url(../images/faq/i05.png);}
article#qa06 h2 span{ background-size: 60px; background-image:url(../images/faq/i06.png);}
article#qa07 h2 span{ background-size: 102px; background-image:url(../images/faq/i07.png);}

article#qa01 h2 span{ padding-left: 130px;}
article#qa02 h2 span{ padding-left: 71px;}
article#qa03 h2 span{ padding-left: 138px;}
article#qa04 h2 span{ padding-left: 89px;}
article#qa05 h2 span{ padding-left: 130px;}
article#qa06 h2 span{ padding-left: 84px;}
article#qa07 h2 span{ padding-left: 100px;}

article li{
    margin: 0 0 1px 0;
}

article li:last-child{
    margin: 0;
}

article li h3{
    padding: 23px 0;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #eeeeee;
    cursor: pointer;
    transition: background .1s ease .0s;
}

article li.on h3,
.is_pc article li h3:hover,
.is_pc article li h3.touch{
    background-color: #e3e3e3;
    transition: background .15s ease .1s;
}

article li h3 span{
    width: 960px;
    padding: 0 0 0 230px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
}

article li h3 span:before{
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(../images/faq/parts_q.png);
    display: block;
    position: absolute;
    top: 2px;
    left: calc(50% - 309px);
}

article li h3 span:after{
    content: '';
    width: 28px;
    height: 14px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(../images/faq/parts_q_arrow.png);
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 60px;
    transform: rotate(0);
    transition: transform .15s ease;
}

article li.on h3 span:after{
    transform: rotate(180deg);
}

article li .inner{
    padding: 20px 0 40px 0;
    display: none;
}

.is_pc #faq_body a:hover,
.is_sp #faq_body a.touch{
    text-decoration: underline;
}

article li .inner .desc{
    width: 960px;
    padding: 0 0 0 230px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

article li .inner .desc:after{
    content: '';
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(../images/faq/parts_a.png);
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 315px);
}

article li .desc p{
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 2em;
}

article li .desc .pic{
    width: 600px;
    margin: 0 0 0 -50px;
    display: block;
}

article li .desc .pic img{
    width: 100%;
}

article li .desc .pic .caption{
    font-size: 13px;
}

.afterword .inner{
    width: 960px;
    padding: 55px 0 55px 230px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.afterword .inner p{
    font-weight: bold;
    line-height: 2em;
    font-size: 16px;
}

.afterword .inner p a{
    color: #ff9d16;
}

} /* ----- min-width : 641px ----- */