@charset 'utf-8';

.red { color: #FF6600;}
.underline { background: linear-gradient(transparent 60%, #f7f4be 0%); }
.float_col2_box .left,
.float_col2_box .right { width: 49%; box-sizing: border-box;}

.cont_box { width: 975px; margin: 0 auto; }
.cont_box_640 { width: 975px; }

.mainimg {
	background: url(../images/main_bg.jpg) no-repeat center top #0aeaff;
	text-align: center;
	position: relative;
	padding: 126px 0 280px;
}
.mainimg .world {
	background: url(../images/world.png) repeat-x center bottom;
	height: 200px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.mainimg .cloud,
.mainimg .plain,
.mainimg .main_eng_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.mainimg .main_eng_txt img {
	width: 100%;
	max-width: 1173px;
}
.mainimg .cloud { background: url(../images/cloud.png) no-repeat center center; }
.mainimg .plain { background: url(../images/plain.png) no-repeat center 60px; }
.mainimg .main_eng_txt {
	top: inherit;
	bottom: 110px;
	height: 31px;
}
.mainimg h1 { position: relative; z-index: 1000; }


.reg_btn {
	display: block;
	background: linear-gradient(-135deg, #fff200, #7fff7f);
	font-weight: bold;
	font-size: 1.2rem;
	color: #404040;
	padding: 12px 44px;
	letter-spacing: 0.2rem;
	text-indent: 0.2em;
	-webkit-border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
}
.cont_box .reg_btn {
	width: 64%;
	padding: 20px 0;
	margin: 50px auto 0;
}
header .reg_btn {
	position: fixed;
	right: 0;
	top: 0;
	-webkit-border-radius: 0 0 0 30px / 0 0 0 30px;
	-moz-border-radius: 0 0 0 30px / 0 0 0 30px;
	border-radius: 0 0 0 30px / 0 0 0 30px;
}

header nav ul { border-bottom: #6b6161 5px solid; min-width: 975px;}
header nav ul li {
  width : 16.66666666% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 6) ;
  width : calc(100% / 6) ;
	float: left;
}
header nav ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 18px 0 22px;
	color: #6b6161;
	letter-spacing: 0.2em;
}
header nav ul li a:hover { color: #b3b3b3; }
header nav ul li.green a {background-color: #c2ed29;}
header nav ul li.yellow a {background-color: #faf593;}
header nav ul li.blue a {background-color: #68e1ed;}
header nav ul li.pink a {background-color: #ffadd6;}
header nav ul li.orange a {background-color: #ffce9e;}
header nav ul li a span { display: block; font-size: 45px; }

.cont_box { text-align: center; padding: 60px 0; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
.cont_box h1 { margin-bottom: 40px;}
.cont_box h2 { background-color: #6b6161; color: #FFF; font-size: 1.2rem; padding: 10px 0; margin-top: 40px;}

#area01 .subttl_box h2 { font-size: 1.4rem; color: #006d79; background: none; padding: 0; }
#area01 .subttl_box img { display: block; margin: 12px auto 0;}
.cont_box p {
	font-size: 1.1rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
}
.cont_box table {
	table-layout: fixed;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px
}
#area01 table th,#area01 table td {
	text-align: center;
	padding: 20px 10px;
	line-height: 1.7;
}
#area01 table th { font-size: 2.5rem; font-weight: bold; color: #006d79; line-height: 1; }
#area01 table th:nth-child(odd) { background-color: #c3ee29;}
#area01 table th:nth-child(even) { background-color: #faf593;}
#area01 table td:nth-child(odd) { background-color: #f3f3f3;}
#area01 table td:nth-child(even) { background-color: #ececec;}

.cont_box .btm_txt {
	border-top: #ececec 7px dotted;
	border-bottom: #ececec 7px dotted;
	margin-top: 40px;
	padding: 30px 0;
}

#area02 { background-color: #fffcca; }
.cont_box .price_table {
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 0;
}
.price_table th,.price_table td {
	padding: 8px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.price_table th { background-color: #d6f2f5; }
.price_table .gray { background-color: #F7F7F7;}
.price_table .green { background-color: #c3ee29;}
.price_table .yellow { background-color: #faf593;}
.price_table .yellow2 { background-color: #f8f7ea;}
#area02 .attention {
	margin-top: 16px;
	text-align: left;
	font-size: 1rem;
}

.detail_box {
	border-top: #ececec 7px dotted;
	margin-top: 40px;
	padding: 30px 0 0;
}
.detail_box table { table-layout: fixed; margin: 0;}
.detail_box table th,
.detail_box table td {
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	color: #6b6161;
	letter-spacing: 0.2em;
	padding: 8px 0;
}
.detail_box table th { font-size: 2.7rem; color: #00b5c6; vertical-align: top;}
.detail_box table td.inbox {
	padding-top: 24px;
}
.detail_box table .exp_list {
	background-color: #f2f2f2;
	border-radius: 30px;
	padding: 30px;
	margin-top: 22px;
}
.detail_box table .exp_list .left { width: 52%;}
.detail_box table .exp_list .right { width: 46%;}
.detail_box table .exp_list ul li {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 2.2;
}

#area04 { background-color: #ebfcb0; }
#area04 .box {
	background-color: #FFF;
	text-align: left;
	padding: 30px;
	margin-top: 20px;
}
#area04 .box h2 {
	background: none;
	color: #0092a0;
	margin-top: 0;
	font-size: 1.6rem;
}
#area04 .box h3 { margin-bottom: 12px; font-size: 1.2rem;}
#area04 .box p { font-size: 0.95rem;}
#area04 .illust_box { margin-top: 40px;}
#area04 .illust_box.mt0 { margin-top: 0;}
#area04 .illust_box .left { width: 77%;}
#area04 .illust_box .right { width: 21%;}
#area04 .illust_box .right img { display: block; width: 100%; }

#area05 div { text-align: left;}
#area05 h3 { margin-top: 16px; background-color: #ececec; text-align: center; padding: 12px 0;}
#area05 h3.mt0 { margin-top: 0;}
#area05 ul,#area05 ol {
	margin-top: 12px;
	padding-left: 22px;
}
#area05 ul li { list-style-type: disc; font-size: 1rem;}
#area05 ul ul li { list-style-type: circle;}
#area05 ul ul, #area05 ul ol { margin-top: 0;}
#area05 li { font-size: 0.9rem; line-height: 1.9;}
#area05 .price_table { margin-bottom: 22px; margin-top: 8px;}
#area05 .price_table th,
#area05 .price_table td { font-size: 1rem;}
#area05 p { font-size: 1rem;}

#area06 { background-color: #f3f3f3; }
#area06 p { font-size: 1rem; text-align: left; margin-top: 10px; }

footer {
	background-color: #0aeaff;
	padding: 30px 0 150px;
	text-align: center;
	background: url(../images/world.png) repeat-x center bottom;
}
footer p { letter-spacing: 0.2em; margin-top: 12px;}
footer a { font-size: 0.9rem; background-color: antiquewhite;}


/*お申込み*/
.contact .mainimg { padding: 100px 0 100px; }
.contact .cont_box table th,
.contact .cont_box table td {
	font-size: 1rem;
	padding: 16px 32px;
	border-bottom: #fff 1px solid;
	line-height: 1.8;
}
.contact .cont_box table th { background-color: #c3ee29; }
.contact .cont_box table td { background-color: #f2f2f2; text-align: left;}
.contact .cont_box table input { padding: 5px;}
.contact .cont_box table input[type="text"] { width: 100%; box-sizing: border-box;}
.contact .cont_box table input.inline { width: 80px;}
.contact .cont_box table input.inline2 { width: 80%;}
.contact .cont_box table td a { color: blue; text-decoration: underline;}
.contact .cont_box input[type="submit"] { cursor: pointer; border: none;}
.contact .shomen { margin-top: 60px; text-align: left;}
.contact .shomen h2 { margin-bottom: 16px; padding-left: 12px;}
.contact .shomen a { color: blue; line-height: 1.8;}
.contact .shomen a:hover { text-decoration: underline;}

@media (max-width: 950px) {
}

@media (max-width: 850px) {
}

@media (max-width: 768px) {
}

@media (max-width: 680px) {
}

@media (max-width: 641px) {
}
header{
	position: relative;
}
header .abso{
	top: 10px;
	left: 20px;
	position: absolute;
}

.annotation {
	font-size: 0.8rem;
	font-weight: normal;
	color: red;
}