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

/*PC*/
@media print, screen and (min-width: 769px) {

.hed_subtxt{
font-size: 18px;
margin-left: 15px;
}

.pri_txt {
margin-bottom:120px;
}

.pri_txt2 {
margin-bottom:60px;
}

.pri_txt2 a {
text-decoration:underline;
}

.com_page_box_end ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.com_page_box_end ol li {
  margin-bottom: 5px;
}
	
.date{
  margin-top: 40px;
}
}

/*sp*/
@media only screen and (max-width: 768px) {

.hed_subtxt{
display: block;
font-size: 12px;
padding-top:5px;
}


.pri_txt {
margin-bottom:30px;
}

.pri_txt2 {
margin-bottom:30px;
}

.pri_txt2 a {
text-decoration:underline;
}

.com_page_box_end ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.com_page_box_end ol li {
  margin-bottom: 5px;
}

.date{
  margin-top: 40px;
}
	
}