@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   about_pc.css
*
--------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------
*
    min-width: 641px
*
-------------------------------------------------------------------------------- */
@media screen and (min-width: 641px) {

#page_about{
    padding: 0 45px 60px 45px;
    position: relative;
}

#page_about:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#page_about .title h2{
    margin: 0 0 30px 0;
}

#page_about .title .desc{
    font-size: 14px;
    line-height: 2em;
}

#page_about a{
    text-decoration: underline;
}

#page_about a:hover,
#page_about a.touch{
    text-decoration: none;
}

#page_about section{
    max-width: 460px;
    margin: 0 auto 55px auto;
}

#page_about section.box{
    padding: 40px 25px 0 25px;
    border: 2px solid #023e21;
    border-radius: 5px;
    background-color: rgba(255, 255, 26, .1);
}

#page_about section h3{
    margin: 0 0 1em 0;
    font-size: 16px;
    font-family:'TBUD丸ゴシック B' !important;
    font-weight: bold;
}

#page_about section h4{
    margin: 0 0 1em 0;
    padding: 0 15px;
    font-size: 14px;
    font-family:'TBUD丸ゴシック B' !important;
    font-weight: bold;
    line-height: 2em;
}

#page_about section .indent p{
    padding-left: calc(15px + 1em);
    text-indent: -1em;
}

#page_about section p{
    padding: 0 15px;
    margin: 0 0 2.5em 0;
    font-size: 14px;
    line-height: 2em;
}

#page_about section p .notes{
    margin: 10px 0 0 0;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    line-height: 1.6em;
}

}/* min-width: 641px */
