@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
	
.headerIn { width: 100%;}

/*index
-------------------------------*/

.pri_box { margin-bottom: 30px; }

.pri_tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.pri_txt { line-height: 1.8em; }

.com_btn { margin: auto auto auto 0; }


.law_tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: #257284; }

}



/*sp*/
@media only screen and (max-width: 768px) {
	
.headerIn { width: 100%;}
.pri_box { margin-bottom: 30px; }

.pri_tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.pri_txt { line-height: 1.8em; }

.com_btn { margin: auto auto auto 0; }

.law_tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: #257284; }

/*index
-------------------------------*/
}