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

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

/*index
-------------------------------*/
.rmBox {
margin-bottom: 60px;
}

.r_box { margin-bottom: 30px; }
.r_tit { font-size: 20px; font-weight: bold; border-bottom: 3px dotted #ccc; padding-bottom: 15px; margin-bottom: 15px; font-weight: bold; }
.r_list { width: 100%; margin: 0 auto; }
.r_list li:nth-child(n+2) { margin-top: 10px; }

.rw_tit { margin-bottom: 15px; }
.rw_tit span { background: #26b9eb; padding: 3px 15px; border-radius: 5px;  color: #fff; font-size: 16px; }


}



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

/*index
-------------------------------*/
.rmBox {
margin-bottom: 40px;
}

.r_box { margin-bottom: 30px; }
.r_tit { font-size: 18px; font-weight: bold; border-bottom: 3px dotted #ccc; padding-bottom: 15px; margin-bottom: 15px; font-weight: bold; }
.r_list { width: 100%; margin: 0 auto; }
.r_list li:nth-child(n+2) { margin-top: 10px; }

.rw_tit { margin-bottom: 15px; }
.rw_tit span { background: #26b9eb; padding: 3px 15px; border-radius: 5px;  color: #fff; font-size: 16px; }







}
