﻿@charset "UTF-8";


/* ウィンドウサイズ別表示切り替え __________________________________________________ */
.pc_only {
	display: block !important; 
}
.pc_hide {
	display: none !important; 
}
.sp_only {
	display: none !important; 
}
.sp_hide {
	display: block !important; 
}


/*_____ClearFix(micro clearfix)_____*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
	    clear: both; 
}
.cf {    *zoom: 1; }


/* テキスト ---------------------------------------------------------------------------- */
.tx_s {
	font-size: 15px; 
}
.tx_l {
	font-size: 20px; 
}
h1 {
	display: inline; 
}

/* 基本 ---------------------------------------------------------------------------- */
html {
	color: #000;
	font-size: 18px;
	line-height: 160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
}
b {
	font-weight: bold; 
}
strong {
	font-weight: inherit; 
}
dd {
	padding-left: 1em; 
}
img {
	max-width: 100%; 
}
a img {
	border: none; 
}
.left {
	float: left; 
}
.right {
	float: right; 
}
.center {
	text-align: center; margin:0 auto; 
}
.resizeimage img{
	width: 100%;
}

/* header ---------------------------------------------------------------------------- */
#header_wrapper {
	width:100%; height:60px; background-color:#fff; border-bottom:2px solid #D7D7D7; z-index: 100;
}
#header {
	width:960px; margin:0 auto; 
}
#header .logo {
	float: left; padding-left: 10px; 
}
#header .logo img {
	vertical-align: bottom; 
}
#header .number {
	float: right; padding-right: 10px; font-size:30px; display: inline-block; vertical-align: middle; 
}
#header .number b {
	display: inline-block; height: 60px; line-height: 60px; 
}
#header .number img {
	vertical-align: bottom; 
}


/* contents ---------------------------------------------------------------------------- */
#container_wrapper{
	width:100%; max-width: 1280px; margin:0 auto;
} 
.container{
	width: 100%; max-width: 960px; margin: 0 auto; 
}

/*お問い合わせボタン*/
a.btn_contact {
	display: inline-block;
	width: 620px;
	height: 64px;
	margin: 50px auto;
	background: url(../imgs/btn_contact.png) no-repeat;
	background-position: left top;
	/*テキスト画像置換*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
a:hover.btn_contact {
	background-position: left bottom; 
}

ul, li {
	list-style: none; text-align: left; 
}
ul.iconlist li {
	text-indent:-0.5em; 
}
ul.iconlist li:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #FD9E00;
	position: relative;
	left: -4px;
	top: -4px;
}

.titleback_blue {
	width: 100%;
	padding: 20px 0;
	background-color: #187194;
	color: #FFF;
	font-size: 35px;
	font-weight: bold !important;
	line-height: 160%;
	text-align: center;
}
.titleback_water {
	width: 100%;
	padding: 25px 0 20px 0;
	background-color: #D1E3EA;
	text-align:center;
}
.titleback_white {
	width: 100%;
	padding: 40px 0 35px 0;
	text-align: center;
}
.titleback_white img {
	display: inline-block; margin-bottom: 20px; 
}
.titleback_white span {
	display: block;
	font-size: 70px;
	color: #2173A8;
	font-weight: bold;
	line-height: 120%;
	text-shadow: 1px 1px 1px #666; 
}

.box_gray {
	width: 100%;
	background-color: #E9E9E9;
	text-align: center;
}
.box_white {
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
.box_diagonal {
	width: 100%;
	background: url(../imgs/bg_diagonal.gif) repeat;
	text-align: center;
}
.box_check {
	width: 100%;
	background: #999 repeat;
	text-align: center;
	background: url(../imgs/bg_check.gif) repeat;
}

#main_img {
	position: relative; max-width: 1280px; margin: 0 auto; 
}
#main_img IMG {
	vertical-align: bottom;
  
}
#main_img_copy {
	position: absolute;
	font-size: 25px;
	color:#FFF;
	line-height: 180%;
	top: 40%; left: 14%;
}
#main_img_copy span {
	font-size: 40px;
	font-weight: bold;
}

#box01 {
	padding-top: 15px; 
}
#box01 p {
	font-size: 20px; 
}
#box01 .threepillar {
	padding: 30px 0 20px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 200%;
}
#box01 .threepillar span {
	font-size: 60px; 
}
#box01 #threepillar_img {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
}
#box01 #threepillar_img p {
	float: left;
	width: 33%;
}
#box01 .listbox {
	width: 870px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#box01 ul {
	width: 100%;
	margin-top: 25px;
	padding: 25px 0 20px 0;
	background-color: #FFF;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#box01 ul li {
	padding: 5px 10px 5px 50px; 
}
#box01 ul li span {
	color: #187194; background: linear-gradient(transparent 80%, #FD9E00 0%); 
}

#box02 {
	padding-bottom: 50px; 
}

#box03 {
	padding-top: 30px; 
}
#box03 .innerbox_needs {
	width: 94%;
	max-width: 880px;
	margin: 0 auto 30px auto;
	padding: 20px 3% 13px 3%;
	background-color: #FFF;
}
#box03 .needs {
	width: 100%;
	padding: 14px 0;
	background-color: #FFECCC;
	font-size: 22px;
	font-weight: bold;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#box03 .offer {
	min-height: 62px;
	margin: 10px 0;
	padding: 16px 0 0 138px;
	color: #187194;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	background: url(../imgs/icon_schoolcap.gif) left top no-repeat;
}
#box03 .offer span {
	font-size: 22px; 
}
#box03 .goteian {
	float: left;
	width: 120px;
	padding: 4px 0 3px 0;
	background-color: #197295;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#box03 ul {
	float: left;
	margin-left: 32px;
}
#box03 ul li {
	padding: 2px 0; 
}
#box03 .box_offer {
	width: 100%;
	max-width: 930px;
	margin: 30px auto 0 auto;
	padding: 18px 0 34px 0;
	background-color: #FFF;
}
#box03 .box_offer_inner {
	width: 90%;
	margin: 0 auto 10px auto;
}
#box03 .box_offer .left {
	padding-left: 18px; 
}
#box03 .box_offer p {
	font-size: 20px; font-weight: bold; 
}
#box03 .box_offer p.title {
	margin: 36px 0 24px 0;
	color: #147286;
	font-size: 30px;
}

#box04 {
	padding-top: 50px; 
}
#box04 p {
	font-size: 50px;
	font-weight: bold;
	line-height: 200%;
	color: #FFF;
}
#box04 p span {
	background: linear-gradient(transparent 90%, #FD9E00 0%);
	font-weight: bold;
}
#box04 ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 25px auto;
}
#box04 ul li {
	margin-bottom: 28px;
	padding: 8px 0 15px 0;
	background-color: #FFF;
	text-align: center;
}
#box04 ul li p {
	font-size: 20px;
	font-weight: normal;
	line-height: 180%;
	color: #000;
}
#box04 #point3 {
	letter-spacing: 0; 
}
#box05 {
	padding-top: 25px; 
}
#box05 .box05_title {
	margin-bottom: 26px;
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
}
#box05 table td {
	width: 49%;
	background-color: #FFF;
}
#box05 table td.tablespace {
	width: 2%;
	background-color: transparent;
}
#box05 .merit {
	width: 98%;
	padding: 18px 2% 10px 0;
}
#box05 .title {
	text-align: center;
	font-size: 30px;
	color: #187194;
}
#box05 .midashi {
	margin: 17px 0 12px 14px;
	padding-left: 8px;
	border-left: #187194 8px solid;
	text-align: left;
	font-size: 25px;
	color: #187194;
}
#box05 ul {
	margin-left: 28px; 
}
#box05 ul li {
	margin-bottom: 6px; line-height: 180%; padding-right: 10px; 
}

#box_keyword {
	width: 100%;
	max-width: 930px;
	margin: 50px auto 0 auto;
	font-size: 12px;
	line-height: 140%;
}

/* footer ---------------------------------------------------------------------------- */
#footer_wrapper {
	width: 100%;
	margin-top: 45px;
	padding: 35px 0;
	border-top: #187194 1px solid;
}
#footer {
	text-align: center; 
}
#footer .logo {
	text-align: center; 
}
#footer .logo img {
	display: inline-block; 
}
#footer .copyright {
	margin-top: 25px; font-size: 15px; 
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


@media screen and (max-width:960px) { /*【PC（画面小）タブレット向け】 */
	.pc_only { display: none !important; }
	.pc_hide { display: block !important; }
	.sp_only { display: none !important; }
	.sp_hide { display: block !important; }
	img { max-width: 100%; height: auto; }
	#header { width:100%; }
	.container{ width: 94%; margin: 0 auto; }
	.titleback_white span {
		display: block;
		font-size: 50px;
		color: #2173A8;
		font-weight: bold;
		line-height: 120%;
		text-shadow: 1px 1px 1px #666; 
	}
	#box01 ul li { padding: 5px 10px 5px 40px; }
	#box02 { padding-bottom: 60px; }
	#box02 img { max-width: 94%; }
	#box03 .innerbox_needs {
		width: 92%;
		max-width: 880px;
		margin: 0 auto 30px auto;
		padding: 20px 3% 13px 3%;
		background-color: #FFF;
	}
	#box03 .goteian {
		float: none;
		margin: 0 auto 4px auto;
	}
	#box03 .box_offer {
		width: 98%;
		margin: 30px auto 0 auto;
		padding: 18px 0 34px 0;
	}
	#box03 .box_offer_inner {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	#box03 .box_offer .left { padding-left: 18px; }
	#box03 .box_offer img.left { width: 20%; }
	#box03 .box_offer p { font-size: 20px; font-weight: bold; }
	#box03 .box_offer p.title {
		margin: 16px 0 24px 0;
		color: #147286;
		font-size: 30px;
	}
	#box04 ul {
		width: 98%;
		margin: 0 auto 25px auto;
	}
	#box04 ul li p {
		font-size: 18px;
		line-height: 180%;
	}
	#box04 #point3 { letter-spacing: -1px; }
	#box05 .merit {
		width: 98%;
		padding: 18px 2% 10px 0;
	}
	#box_keyword {
		width: 94%;
		margin: 50px auto 0 auto;
		font-size: 12px;
		line-height: 140%;
	}
}


@media screen and (max-width:767px) { /*【スマホ、タブレット向け】 */
	.pc_only { display: none !important; }
	.pc_hide { display: block !important; }
	.sp_only { display: block !important; }
	.sp_hide { display: none !important; }
	html {
		font-size: 14px;
		line-height: 140%;
	}
	img { max-width: 100%; height: auto; }

	/* header ---------------------------------------------------------------------------- */
	#header_wrapper { width:100%; height: 50px;  border-bottom: 1px solid #999999; z-index: 100;}
	#header { width:100%; }
	#header .logo { float: left; padding: 6px 0 6px 10px; }
	#header .logo img { vertical-align: bottom; width: 160px; height: auto; }
	#header .number { float: right; font-size:30px; padding-right: 0; display: inline-block; vertical-align: middle; }
	#header .number b { display: inline-block; height: 60px; line-height: 60px; }
	#header .number img { vertical-align: bottom; width: 100px; height: 50px; }

	.container{ width: 94%; margin: 0 auto; }

	/*お問い合わせボタン*/
	a.btn_contact {
		display: inline-block;
		width: 225px;
		height: 32px;
		margin: 25px auto;
		background: url(../imgs/btn_contact_sp.png) no-repeat;
		background-position: left top;
		background-size: 225px 64px;
		/*テキスト画像置換*/
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	a.btn_contact:hover { background-position: left bottom; }
	
	ul.iconlist li:before {
		content: '';
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #FD9E00;
		position: relative;
		left: -4px;
		top: 0px;
	}

	.titleback_blue {
		padding: 0;
		font-size: 18px;
	}
	.titleback_blue .container { padding: 10px 0; }
	.titleback_water {
		width: 92%;
		padding: 10px 4%;
	}
	.titleback_white {
		width: 100%;
		padding: 50px 0 14px 0;
		text-align: center;
	}
	.titleback_white img { }
	.titleback_white span {
		font-size: 24px;
	}

	#main_img_copy {
		font-size: 18px;
		line-height: 160%;
		top: 10%; left: 6%;
	}
	#main_img_copy span { font-size: 25px; }

	#box01 p { font-size: 16px; line-height: 140%; }
	#box01 .threepillar {
		padding: 20px 0 4px 0;
		font-size: 18px;
		line-height: 180%;
	}
	#box01 .threepillar span { font-size: 33px; }
	#box01 .listbox {
		width: 100%;
		margin: 0 auto;
	}
	#box01 ul {
		width: 100%;
		margin-top: 18px;
		padding: 8px 0 8px 0;
		/* border-radius */
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	#box01 ul li { padding: 5px 10px 5px 25px; }

	#box02 { padding: 60px 0 30px 0; }

	#box03 { padding-top: 15px; }
	#box03 .innerbox_needs {
		width: 90%;
		margin: 0 auto 15px auto;
		padding: 12px 3% 10px 3%;
	}
	#box03 .needs {
		width: 100%;
		padding: 8px 0;
		background-color: #FFECCC;
		font-size: 16px;
		/* border-radius */
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	#box03 .needs#needs03 { letter-spacing: -1px; }
	#box03 .offer {
		min-height: 34px;
		margin: 10px 0 6px 0;
		padding: 0 0 0 24%;
		font-size: 18px;
		font-weight: bold;
		background: url(../imgs/icon_schoolcap.gif) no-repeat;
		background-position: 10px 0;
		background-size: 20% auto;
		line-height: 140%;
		letter-spacing: 1px;
	}
	#box03 .offer span { font-size: 13px; letter-spacing: -1px; }
	#box03 .goteian {
		float: none;
		width: 74px;
		margin: 0 auto 4px auto;
		padding: 3px 0;
		color: #FFF;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 2px;
		/* border-radius */
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	#box03 ul {
		float: none;
		margin-left: 16px;
	}
	#box03 ul li { padding-top: 4px; }
	#box03 .box_offer {
		width: 92%;
		margin: 25px auto 0 auto;
		padding: 10px 2% 14px 2%;
		background-color: #FFF;
	}
	#box03 .box_offer_inner {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	#box03 .box_offer img.left { padding-left: 0;  width: 30%; }
	#box03 .box_offer div.left { padding-left: 0; width: 70%; text-align: left; }
	#box03 .box_offer p { font-size: 14px; margin-left: 5px; }
	#box03 .box_offer p.title {
		margin: 0 0 5px 5px;
		font-size: 18px;
		line-height: 140%;
	}

	#box04 { padding: 22px 0 12px 0; }
	#box04 p { font-size: 24px; }
	#box04 p span { }
	#box04 ul {
		width: 96%;
		margin: 0 auto 10px auto;
	}
	#box04 ul li {
		margin-bottom: 20px;
		padding: 4px 4px 10px 4px;
		text-align: left;
	}
	#box04 ul li p {
		width: 96%;
		margin: 5px auto 0 auto;
		font-size: 14px;
		line-height: 180%;
	}
	#box04 #point3 { letter-spacing: 0; }

	#box05 { padding: 16px 0 12px 0; }
	#box05 .box05_title {
		margin-bottom: 14px;
		font-size: 18px;
		line-height: 160%;
	}
	#box05 table tr { display: block; }
	#box05 table td {
		width: 100%;
		float: left;
		margin-bottom: 12px;
	}
	#box05 table td.tablespace { display: none; }
	#box05 .merit {
		width: 100%;
		padding: 16px 0 10px 0;
	}
	#box05 .title { font-size: 22px; font-weight: bold; margin-bottom: 15px; }
	#box05 .midashi {
		margin: 10px 0 8px 8px;
		padding-left: 4px;
		border-left: #187194 4px solid;
		font-size: 16px;
		font-weight: bold;
	}
	#box05 ul { margin-left: 20px; }
	#box05 ul li { margin-bottom: 6px; line-height: 180%; padding-right: 10px; }

	#box_keyword {
		width: 90%;
		margin: 50px auto 0 auto;
		font-size: 12px;
		line-height: 140%;
	}

	/* footer ---------------------------------------------------------------------------- */
	#footer_wrapper {
		margin-top: 25px;
		padding: 25px 0 10px 0;
		border-top: #187194 1px solid;
	}
	#footer { text-align: center; }
	#footer .logo { text-align: center; }
	#footer .logo img { width: 150px; height: auto; }
	#footer .copyright { margin-top: 10px; font-size: 10px; }

}