@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #faq_body
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 0 25px 0;
    text-align: center;
}

#yodogawa .inner{
    font-size: 14px;
    line-height: 1.875em;
    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 br{ display: none !important;}

#faq_nav li a{
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    color: #451c1d;
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    font-weight: bold;
    position: relative;
    transition: background .1s ease 0s;
    text-align: left;
    white-space: nowrap;
}

.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{
    padding: 0 0 0 25px;
    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{
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background-color: #451c1d;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: .05em;
}

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

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

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

article li h3{
    padding: 15px 0;
    font-size: 13px;
    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{
    padding: 0 45px 0 35px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
}

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

article li h3 span:after{
    content: '';
    width: calc(28px * .6);
    height: calc(14px * .6);
    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 * .6));
    right: 15px;
    transform: rotate(0);
    transition: transform .15s ease;
}

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

article li .inner{
    padding: 15px 15px 25px 15px;
    display: none;
}

article li .inner br + br{
    display: table-row;
}

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

article li .inner .desc{

    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

article li .inner .desc:after{
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(../images/faq/parts_a.png);
    display: none;
    position: absolute;
    top: 0;
    left: 5px;
}

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

article li .desc .pic{
    margin: 0 0 20px 0;
    display: block;
}

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

article li .desc .pic .caption{
    font-size: 12px;
    line-height: 1.6em !important;
    display: block;
}

.afterword .inner{
    padding: 30px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.afterword .inner p{
    font-weight: bold;
    line-height: 2em;
    font-size: 13px;
    white-space: nowrap;
}

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


} /* ----- max-width: 640px ----- */
