@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    compare.css
*
*
------------------------------------------------------------------------------------------ */
.disabled{ display: none !important;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#section_compare{
    width: 1000px;
    margin: 0 auto 130px auto;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

#section_compare .pic_top{
    margin: 0 0 60px 0;
    line-height: 0;
}

#section_compare .pic_top img{
    width: 333px;
    line-height: 0;
    font-size: 0;
}

#section_compare h2{
    margin: 0 0 35px 0;
}

#section_compare h2 img{
    width: 370px;
    height: auto;
}

#section_compare .txt_yodogawa{
    margin: 0 0 30px 0;
    text-align: left;
    display: inline-block;
}

#section_compare .txt_yodogawa p{
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 1.875em;
}

#compare_wear{
    width: 720px;
    margin: 0 auto 90px auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

#compare_wear ul{
    border-top: 1px solid #74c0e1;
    padding: 50px 0 0 0;
}

#compare_wear li{
    clear: both;
    margin: 0 0 40px 0;
    padding: 0 0 38px 0;
    border-bottom: 1px solid #74c0e1;
}

#compare_wear:after,
#compare_wear ul:after,
#compare_wear li:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#compare_wear .col_left{
    width: 240px;
    margin: 0 40px 0 0;
    float: left;
}

#compare_wear .col_left .pic img{
    width: 240px;
    height: auto;
}

#compare_wear .col_right{
    width: 360px;
    float: left;
}

#compare_wear h3{
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #73c0e2;
}

#compare_wear .col_right p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.8em;
    white-space: nowrap;
}

#compare_wear .col_right p:last-child{
    margin: 0;
}

#compare_wear a{
    text-decoration: underline;
}

.is_sp #compare_wear a.touch,
.is_pc #compare_wear a:hover{
    text-decoration: none;
}

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




@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */

#section_compare .pic_top{
    margin: 0 0 40px 0;
    line-height: 0;
}

#section_compare .pic_top img{
    width: 33.333%;
    line-height: 0;
    font-size: 0;
}

#section_compare h2{
    margin: 0 0 30px 0;
    text-align: center;
}

#section_compare h2 img{
    width: 100%;
    max-width: 370px;
    height: auto;
}

#section_compare .txt_yodogawa{
    margin: 0 0 10px 0;
    padding: 0 15px;
    text-align: left;
    display: inline-block;
}

#section_compare .txt_yodogawa p{
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.875em;
}

#compare_wear{
    margin: 0 auto 45px auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

#compare_wear ul{
    border-top: 1px solid #74c0e1;
    padding: 30px 0 0 0;
    overflow: hidden;
}

#compare_wear li{
    clear: both;
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #74c0e1;
}

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

#compare_wear .col_left{
    margin: 0 0 25px 0;
    padding: 0 10px;
    text-align: center;
}

#compare_wear .col_left .pic img{
    width: 100%;
    max-width: 360px;
    height: auto;
}

#compare_wear .col_right{
    padding: 0 10px;
}

#compare_wear h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    color: #73c0e2;
}

#compare_wear .col_right p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.8em;
}

#compare_wear .col_right p:last-child{
    margin: 0;
}

#compare_wear a{
    text-decoration: underline;
}

.is_sp #compare_wear a.touch,
.is_pc #compare_wear a:hover{
    text-decoration: none;
}


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