@charset "UTF-8";

#contents .info_box01 h3{
	color: #ea2323;
	border:0;
	font-size: 200%;
	text-align: center;
}
#contents .info_box01 ul{
	margin: 40px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}
#contents .info_box01 li{
	flex-basis: 430px;
	padding:20px;
	margin-bottom: 20px;
	font-size: 120%;
	text-align: center;
	background: #deedbb;
	border-radius: 10px;
	font-weight: bold;
}
#contents .info_box01 li strong{
	color: #ea2323; 
	font-size: 120%;
}
#contents .info_box01 li:nth-of-type(5){
	display: block;
	margin: 0 auto;
}

#contents .info_box01 > h4{
	font-size: 140%;
	border-top: 5px solid #e8abab;
	border-bottom: 5px solid #e8abab;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#contents .info_box01 p{ font-size: 110%;}

#contents .info_box02 { margin-top: 40px; }

#contents .info_box02 dl{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
}

#contents .info_box02 dt{ flex-basis: 620px; }
#contents .info_box02 dd{ flex-basis: 300px; }


#contents .info_box02 dt p{ margin-bottom: 10px; }

#contents .info_box02 dt a,
#contents .info_box02 .title01{	
	display: inline-block;
	font-weight: bold;
	color: #FC7927;}

#contents .info_box02 dt a{	text-decoration: underline; }
#contents .info_box02 dt a:hover{ text-decoration: none; }

#contents .info_box02 .info_list01{
	border: 5px solid #DEEDBB;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
#contents .info_box02 .info_list01 ul{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-around;}

#contents .info_box02 .info_list01 li{ width: 30%; font-size: 11pt; }

#contents .info_box02 .info_list01 li img{
	display: block;
	margin: 0 auto 20px;
}
#contents .info_box02 .info_list01 li h3 { text-align: center; }

/*
	background: #FC7927;
	border-radius:10px;
	color: #FFF;
	text-align: center;
*/
#contents .info_box03 p{ text-align: center;}

/* info_box */
#contents dl.info_box { width:100%; margin:1em 0 0; display:table; }
#contents dl.info_box dt,
#contents dl.info_box dd {
	padding:20px; border:2px solid #FFD7AD; display:table-cell;
	vertical-align:middle; text-align:center;
}
#contents dl.info_box dt     { font-size:120%; background:#FFD7AD; font-weight:bold; }
#contents dl.info_box strong { font-size:125%; font-weight:normal; }
#contents dl.info_box p      { }


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

#contents .info_box02 .info_list01 li{ width:100%; }

}


/**/
