<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#ImageArea {
	width: 1000px;
	height: 223px;
	margin: 0 auto;
	background: url(../images/header_img2.png) right top no-repeat;
	position: relative;
}
#imgTxt01 {
	margin: 10px 0 0 10px;
	width: 500px;
	height: auto;
}
.boxarea {
	letter-spacing: -.5em;
	margin-bottom: 50px;
	margin-top: 40px;
	text-align:center;
}
.box3 {
	display: inline-block;
	letter-spacing: normal;
	width: 27%;
	margin: 0 2% 0px 2%;
	text-align:center;
	vertical-align:top;
	position: relative;
}
.child { margin-top: 90px;}

.box3 img.hurdleChild {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -38px;
}


/*白丸図*/
.hurdlePoint{
	width: 180px;
	height: 180px;
	text-align:center;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
.hurdlePoint img {
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: -30px;
}
.hurdlePoint dl {margin-top: 50px;}
.hurdlePoint dl dt {
	color: #00a0e9;
	font-size:112.5%;
	font-weight: bold;
}
.hurdlePoint dl dd {
	font-size:131.3%;
	font-weight: bold;
	line-height: 1;
}
.hurdlePoint dl dt span { font-size: 133%;}
.hurdlePoint dl dd span { font-size: 78%;}
 
/*table設定
---------------------------------------------------------------------------------------------*/
.table01 th, table td,table th {border: 1px solid #ccc;}
.table01, .table02 {
	width: 97%;
	margin: 0 1.5% 10px 1.5%;
}

/*左側がグレーのtable*/
.table01 th {
	width: 43%;
	background-color: #eeeeee;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	text-align:left;
}
.table01 td {
	background-color:#fff;
	padding: 10px 10px 10px 15px;
}


/*左と上がtable設定*/
table.table_price {
  width:  100%;
  margin-bottom: 0.7em;
}
table.table_price th, table td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}
table.table_price th {background-color: #eee;}
.table_agenda td {
  width: 11.5%;
}

/* check mark
---------------------------------------------------------------------------------------------*/

ul.check_mark  {
  margin-bottom:25px;
}
.check_mark li {
	position: relative;
	margin-left:26px;
  font-size: 112.5%;
  line-height:1.7em;
  margin-bottom:5px;
  color: #009933;
  font-weight:bold;
}
.check_mark li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #009933;
	border-bottom: 3px solid #009933;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

</pre></body></html>