<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    concept_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
#wrap{
    padding: 0 0 30px 0;
}

#contents_area{
    width: 950px;
    min-width: 950px;
    background-color: #fff;
    padding: 0 0 15px 0;
    overflow: hidden;
}

/* --------------------------------------------------
*
    #section_body
*
-------------------------------------------------- */
#section_body{
    text-align: center;
}

#section_body h2{
    margin: 90px 0;
}

#section_body h2 img{
    width: 427px;
}

#section_body h3{
    margin: 0 0 65px 0;
    padding: 0 0 10px 0;
    font-size: 27px;
    display: inline-block;
    font-weight: bold;
    color: #367497;
    letter-spacing: .18em;
    border-bottom: 2px solid #367497;
}

#section_body p{
    margin: 0 0 75px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 2.34375em;
}

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

#section_body p .caution{
    margin: 5px 0 0 0;
    display: block;
    line-height: 1.8214em;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

#section_body p.sign{
    margin: 0 0 45px 0;
    font-weight: normal;
}

#section_body p.caution{
    margin: 0 0 55px 0;
    display: block;
    line-height: 1.8214em;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}


.btn_back{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.btn_back a{
    padding: 0 15px 0 50px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    text-decoration: none !important;
    color: #36749a;
    background-image:url(../images/parts_ico_dot_arrow_l.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 15px center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.is_pc .btn_back a:hover,
.is_sp .btn_back a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: 12px center;
    transition: background .15s ease .05s;
}

} /* ----- min-width : 641px ----- */</pre></body></html>