@charset "UTF-8";

/*-------------------------
__contents_style
-------------------------*/

.com_only{ max-width: 1000px; margin: 0 auto 50px; position: relative; width: 100%; font-size: 15px; line-height: 24px;}
.underspace{ margin-bottom: 30px;}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

.com_only{ font-size: 13px; line-height: 20px; margin: 0 auto 30px; padding: 0 20px; box-sizing: border-box;}
.underspace{ margin-bottom: 10px;}

}