
.cont_bg_ff{background: #fff; margin-top: 10px;}
.cont_bg_ff:first-child{margin-top: 0;}
.cont{padding: 30px; overflow: hidden;}
.cont .cont_l{float: left; width: 48%; position: relative;}
.cont .cont_r{float: right; width: 48%;}
.cont dl{clear: both;}
.cont dl dt{float: left; width: 100px; padding-bottom: 20px;}
.cont dl dd{float: left; padding-bottom: 20px;}

h2{color: #E4002D; font-size: 16px; 
font-family: 'Montserrat', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
h3{font-size: 16px;}

#john_bnr{position: absolute; top:196px; width: 100%; }
#john_bnr img{width: 100%;}


@media screen and (max-width: 640px) {
.cont .cont_l,
.cont .cont_r{float: none; width: 100%;}
.cont .cont_l{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #E5E5E5;}
#john_bnr{position: relative; top: auto;}
}