@charset "shift_jis";

/* info094
---------------------------------------------*/
main {
	width:1000px;
	margin: 0 auto;
}
.mainimg {
	width:950px;
	margin: 0 auto;
}

.sbtitle{
  color: #FF0606;/*文字色*/
	font-size: 3.5rem;
	font-weight: bold;
	text-align: left;
	margin-top: 80px;
}
.sbtitle:first-letter{
  color: #FF0606;/*文字色*/
	font-size: 4.5rem;
}
.sbtitle_b{
  color: #333;/*文字色*/
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
}

.textsm{
	color: #333;
	font-size: 1.8rem;
}

.info_box ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.info_box ul li {
	list-style: none;
	width: 100%;
	margin:0 auto;
	padding: 35px 0 35px 120px;
	box-sizing:border-box;
	border-top:1px solid #CCCCCC;
	background-position: 1px 35px;
	background-repeat: no-repeat;
}
.info_box ul li h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #263F59;
	padding-bottom: 20px;
}
.info_box ul li h4 .icon {
	margin-left: 10px;

}
.info_box  p.lead_txt {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
}
.info_box  p.small_txt {
	font-size: 12px;
	line-height: 1.6;
}
.info_box ul li.box1-01 {background-image: url(../../img/course/icon1-01.png);}
.info_box ul li.box1-02 {background-image: url(../../img/course/icon1-02.png);}
.info_box ul li.box1-03 {background-image: url(../../img/course/icon1-03.png);}
.info_box ul li.box1-04 {background-image: url(../../img/course/icon1-04.png);}
.info_box ul li.box1-05 {background-image: url(../../img/course/icon1-05.png);}
.info_box ul li.box1-06 {	padding-left: 0;}

.info_box ul li.box2-01 {background-image: url(../../img/course/icon2-01.png);}
.info_box ul li.box2-02 {background-image: url(../../img/course/icon2-02.png);}
.info_box ul li.box2-03 {background-image: url(../../img/course/icon2-03.png);}
.info_box ul li.box2-04 {background-image: url(../../img/course/icon2-04.png);}
.info_box ul li.box2-05 {background-image: url(../../img/course/icon2-05.png);}
.info_box ul li.box2-06 {background-image: url(../../img/course/icon2-06.png);}

.info_box>div {
	width: 890px;
	margin:20px auto;
}
.info_box .inner_box {
	box-sizing:border-box;
	border: 2px solid #B8E5F7;
	padding:24px 30px;
	margin-bottom:20px;
}
.info_box .inner_box {

}
.info_box .inner_box .lead_txt {
	font-size: 20px;
	font-weight: bold;
	color: #263F59;
}
.info_box .inner_box img {
	display: block;
	margin:20px auto;
}
.info_box em {
	font-size: 16px;
	color:#DC1D1D;
	font-weight: bold;
	font-style: normal;
}

.hoxyo_tbl {
	width:890px;
	margin: 5px auto 20px auto;
	border: 2px solid #263F59;
	table-layout : fixed;
	vertical-align: middle!important;
}
.hoxyo_tbl td {
	padding: 1em;
	border: 1px solid #263F59;
	vertical-align: middle;
}
.hoxyo_tbl th {
	background: #EBF1FB;
	color: #263F59;
	padding: 1em;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #263F59;
	width:18%;
	font-size: 18px;
}
.hoxyo_tbl tr:first-child th:first-child {
	background:#263F59;
	color:#fff;
	vertical-align: middle;
	white-space: normal;
	word-wrap:break-word;
	overflow-wrap:break-word;
	padding: 1em;
	line-height: 1;
}
.info_box.caution {
	border:4px solid #DC1D1D;
	background: none;
	width: 942px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right: auto;
}
.info_box.caution:after {
	content:none;
}

.indent{
	text-indent: -1em;
  padding-left: 2em;
}

.last{
	margin: 50px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0004;
  border: 2px solid #FF0004;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	font-size: 1.8rem;
	font-weight: bold;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button:hover {
  opacity: 0.8;
}
.post-contents .button01:hover::after {
  border-left-color: #333;
}

.btnarea{
	padding: 60px;
	text-align: center;
	margin: 0 auto;
}



@media (max-width: 768px){
main {
	width:100%;
}
.mainimg {
	width:100%;
}
	.textsm{
		font-size: 1.5rem;
	}
.sbtitle{
  color: #FF0606;/*文字色*/
	font-size: 2.0rem;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: center;

}
.sbtitle:first-letter{
	font-size: 2.5rem;
}
.sbtitle_b{
	font-size: 1.8rem;
}
	
	.info_box>div{
		width: 100%;
		padding: 10px;
	}
	
	.info_box p.lead_txt{
		font-size: 1.5rem;
	}
	
	
.info_box ul li {
	list-style: none;
	width: 95%;
	margin:0 auto;
	padding: 20px 0 15px 55px;
	box-sizing:border-box;
	border-top:1px solid #CCCCCC;
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
	
	.box1-01,.box1-02,.box1-03,.box1-04,.box1-05,.box2-01,.box2-02,.box2-03,.box2-04,.box2-05,.box2-06{
	background-size: 50px;
	}

.info_box ul li h4.title2{
	font-size: 2.0rem;
}
	.info_box .inner_box{
		padding: 10px;
	}
	
	.info_box .inner_box .lead_txt {
		font-size: 1.5rem;
	}	
	.info_box .inner_box img{
		width: 100%;
	}
	
	.info_box p.small_txt{
		font-size: 1.2rem;
	}
	.hoxyo_tbl{
		width: 90%;
	}
.hoxyo_tbl td {
	width: 30%;
}
.hoxyo_tbl th {
	width: 5%;
	white-space: normal;
	font-size: 1.2rem;
}
	.info_box.caution{
		width: 90%;
	}	
	
	.button{
		font-size: 1.5rem;
	}
	
	.btnarea{
		padding: 15px;
	}
	
}

