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

body{
    background-color: #fff;
}

#wrap{
    padding: 50px 0 0 0;
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#contents_area h1{
    padding: 70px 0 50px 0;
    text-align: center;
}

#contents_area h1 img{
    width: 376px;
}

#mv{
    margin: 0 0 35px 0;
}

#mv img{
    width: 100%;
}


/* --------------------------------------------------
*
    #about_nav
*
-------------------------------------------------- */
#about_nav{
    max-width: 1020px;
    margin: 0 auto 70px auto;
    text-align: center;
}


#about_nav .spec{
    margin: 0 0 75px 0;
    text-align: center;
}

#about_nav h3{
    margin: 0 0 30px 0;
}

#about_nav h3 img{
    width: 100px;
}

#about_nav ul{
    width: 885px !important;
    display: inline-block;
    text-align: left;
    position: relative;
    letter-spacing: -.40em;
}

#about_nav li{
    width: 265px;
    margin: 0 15px 20px 15px;
    display: inline-block;
}

#about_nav li img{
    width: 100%;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section h2{
    height: 80px;
    box-sizing: border-box;
    background-color: #ffe473;
    text-align: center;
}



/* --------------------------------------------------
*
    #section_basic
*
-------------------------------------------------- */
#section_basic{
    text-align: center;
    margin: 0 0 100px 0;
}

#section_basic h2 img{
    width: 401px;
    position: relative;
    top: 25px;
}

#section_basic .desc{
    margin: 35px 0 50px 0;
    font-size: 17px;
    line-height: 1.588em;
}

#section_basic .img{
    margin: 0 0 55px 0;
    position: relative;
    left: -10px;
}


#basic_wrap{
    width: 830px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

#basic_wrap div{
    width: 415px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    text-align: left;
}

#basic_wrap h4{
    margin: 0 0 10px 0;
    padding: 0 10px 0 5px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
}

#basic_wrap h4:before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ffe473;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

#basic_wrap p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6em;
}


/* --------------------------------------------------
*
    #section_etc
*
-------------------------------------------------- */
#section_etc{
    text-align: center;
    margin: 0 0 100px 0;
}

#section_etc h2{
    margin: 0 0 30px 0;
}

#section_etc h2 img{
    width: 220px;
    position: relative;
    top: 28px;
}

#section_etc .desc{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.823em;
}

#section_etc li{
    margin: 0 0 45px 0;
}

#section_etc li .img{
    margin: 0 0 30px 0;
}

#section_etc li .img img{
    opacity: 1 !important;
}

#section_etc li .img a{
    position: relative;
}

#section_etc li .img a:after{
    content: '';
    width: 38px;
    height: 38px;
    background-image:url(../images/parts_ico_zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px;
    display: block;
    position: absolute !important;
    top: inherit !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 2;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

#section_etc li .img a:hover:after,
#section_etc li .img a.touch:after{
    transform: scale(1.1);
    transition: transform .15s ease-out .05s;
    -webkit-transform: scale(1.1);
    -webkit-transition: transform .15s ease-out .05s;
}

#section_etc li h4{
    margin: 0 0 13px 0;
    padding: 0 3px 0 8px;
    font-size: 20px;
    display: inline-block;
    position: relative;
}

#section_etc li h4:before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ffe473;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

#section_etc li h4 .s{
    font-size: 80%;
}

#section_etc li p{
    font-size: 16px;
    line-height: 1.6em;
}

#section_etc li p .caution{
    font-size: 13px;
    color: #e73828;
    letter-spacing: .08em;
    display: block;
}

#section_etc .illust{
    margin: 0 0 -15px 0;
}

#section_etc .illust img{
    width: 300px;
}


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

#section_useful .desc{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.823em;
}

#section_useful h2{
    height: 100px;
    margin: 0 0 30px 0;
}

#section_useful h2 img{
    width: 257px;
    position: relative;
    top: 20px;
}

#section_useful dl{
    width: 100%;
    max-width: 1020px;
    padding: 0 0 0 95px;
    margin: 0 auto 80px auto;
    box-sizing: border-box;
    display: table;
    vertical-align: middle;
    text-align: left;
}

#section_useful dl dt{
    width: 500px;
    display: table-cell;
    vertical-align: middle;
}

#section_useful dl dd{
    padding: 0 0 0 35px;
    display: table-cell;
    vertical-align: middle;
}

#section_useful dl dd h4{
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-size: 20px;
    line-height: 1.575em;
    display: inline-block;
    position: relative;
}

#section_useful dl dd h4 .bd{
    display: inline-block;
    position: relative;
}

#section_useful dl dd h4 .bd:before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ffe473;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

#section_useful dl dd p{
    font-size: 16px;
    line-height: 1.5em;
}


/* --------------------------------------------------
*
    #section_special
*
-------------------------------------------------- */
#section_special{
    text-align: center;
    margin: 0 0 95px 0;
}

#section_special .desc{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.823em;
}

#section_special h2{
    height: 100px;
    margin: 0 0 30px 0;
}

#section_special h2 img{
    width: 230px;
    position: relative;
    top: 20px;
}

#section_special dl{
    width: 100%;
    max-width: 1020px;
    padding: 0 0 0 95px;
    margin: 0 auto 80px auto;
    box-sizing: border-box;
    display: table;
    vertical-align: middle;
    text-align: left;
}

#section_special dl dt{
    width: 500px;
    display: table-cell;
    vertical-align: middle;
}

#section_special dl.top dt{
    vertical-align: top;
}

#section_special dl dd{
    padding: 0 0 0 35px;
    display: table-cell;
    vertical-align: middle;
}

#section_special dl dd h4{
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-size: 20px;
    line-height: 1.575em;
    display: inline-block;
    position: relative;
}

#section_special dl dd h4 .bd{
    display: inline-block;
    position: relative;
}

#section_special dl dd h4 .bd:before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ffe473;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

#section_special dl dd p{
    font-size: 16px;
    line-height: 1.5em;
}

#section_special dl dd p a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;
}

#section_special dl dd p a:hover{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #00a0e9;
    transition: border .15s ease .05s;
}

#section_special dl dd p .caution{
    margin: 5px 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 13px;
    line-height: 1.69em;
    color: #e73828;
}

#section_special dl dd p .notes{
    margin: 5px 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.69em;
    color: #40220f;
}


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

#section_idea h2{
    height: 100px;
    margin: 0 0 100px 0;
    position: relative;
}

#section_idea h2 img{
    width: 246px;
    position: relative;
    top: 20px;
}

#section_idea h2:after{
    width: 115px;
    height: 84px;
    content: '';
    display: block;
    background-image:url(../images/ja/about/parts_use_ex.png);
    background-repeat: no-repeat;
    background-size: 115px;
    position: absolute;
    top: -25px;
    right: calc(50% - 255px);
}

#section_idea .idea_img{
    margin: 0 0 50px 0;
}

#section_idea .idea_img .caption{
    margin: 10px 0 0 0;
    display: block;
    font-size: 13px;
}

#section_idea .idea_list{
    margin: 0 0 140px 0;
}

#section_idea .idea_list li{
    margin: 0 0 45px 0;
}

#section_idea .idea_list h4{
    margin: 0 0 10px 0;
    font-size: 20px;
    position: relative;
}

#section_idea .idea_list h4:before{
    content: '●';
    font-size: 65%;
    color: #80ccda;
    position: relative;
    left: -4px;
    top: -2px;
}

#section_idea .idea_list .desc{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5em;
}

#section_idea .idea_ex{
    margin: 0 0 55px 0;
    letter-spacing: -.40em;
}

#section_idea .idea_ex li{
    width: 450px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

#section_idea .idea_ex li:first-child{
    margin-top: -51px;
}

#section_idea .idea_ex li img{
    width: 100%;
}

#section_idea .btm_desc{
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 1.85em;
}

#section_idea .illust{
    margin: 0 0 -2px 0;
    position: relative;
    z-index: 0;
}


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