﻿@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body {
    /*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	text-align: center;
	background: #fff;
	margin: 0;
	line-height: 2;
	min-width: 940px;
}


@media screen and (max-width: 640px) {/* for SP */
	body {
		font-size: 2.0rem;
	}
	body .box {
		font-size: 2.5rem;
	}
	#pagetop {
		font-size: 3rem;
	}
}

@media screen and (min-width:641px) {/* for TB PC */
	body {
		font-size: 1.8rem;
	}
	body .box {
		font-size: 2.0rem;
	}
	#pagetop {
		font-size: 2.0rem;
	}
	#footer {
		font-size: 1.2rem;
	}
}

#wrapper {
	width: 100%;
	padding: 0;
}


/*------------------------------------------------------------
	ヘッダ
------------------------------------------------------------*/
header {
padding: 7px 0 0;
background: #fff url("../images/header_bg.jpg") center top no-repeat;
height: 800px;

}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h1 {
	margin: 0;
}
h2 {
	clear: both;
	margin: 0 0 40px;
	text-align: center;
}
#tokuten02 h2 {
	margin: 40px 0 20px;
}
.bg_tokuten01 {
	background: #f0eddf url("../images/bg_sankaku_white.png");
	padding: 10px 0;
}
.bg_tokuten02 {
	background: #e5e2cc url("../images/bg_sankaku_white.png");
	padding: 10px 0;
}

.h2Arw {
	clear: both;
	color: #fff;
	background: #ed6b8b;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	line-height: 1.2;
	padding: 30px 0 20px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
}
.h2Arw:after {
	content: '';
	position: absolute;
	border-top: 20px solid #ed6b8b;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	bottom: -18px;
	left: 49%;
}
.h2Arw:before {
	content: '';
	position: absolute;
	border-top: 20px solid #ed6b8b;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	bottom: -20px;
	left: 49%;
}
h2.green {
	background: #5cb800;
	color: #fff;
	font-size: 180%;
	padding: 30px 0 25px;
	letter-spacing: 0.05em;
}
h3 {
	margin: 0 0 20px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.bg01 {
	background: #d9ecfa url("../images/bg_stripe.png") 0 0 repeat;
	/*background: #f7f6f0;*/
	padding: 40px 0 40px;
	margin: 0;
}
.bg02 {
	background: #faf8eb;
	padding: 40px 0 40px;
	margin: 0;
}
.bg03 {
	background: #faf2f6 url("../images/bg_stripe.png") 0 0 repeat;
	padding: 40px 0 40px;
	margin: 0;
}
.bg04 {
	background: #faf2f6;
	padding: 50px 0 40px;
	margin: 0;
}


.catchcopy {
	background: #ed6b8b;
	margin: 0 auto 60px;
	padding: 1em 0 0.5em;
	text-align: center;
	clear: both;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
}
.catchcopy p {
	margin:  0;
}
.catchcopy:after {
	content: '';
	position: absolute;
	border-top: 30px solid #ed6b8b;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	bottom: -28px;
	left: 50%;
}
.catchcopy:before {
	content: '';
	position: absolute;
	border-top: 30px solid #ed6b8b;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	bottom: -30px;
	left: 50%;
}

.aisatsu {
	background: url("../images/img_kawamura_01.png") right top no-repeat;
}
.box {
	clear: both;
	width: 800px;
	padding: 50px 0 10px;
	margin: 0 auto 40px;
	text-align: left;
}
.boxWhite {
	background: #fff;
	clear: both;
	width: 760px;
	padding: 50px 50px 30px;
	margin: 0 auto 40px;
	text-align: left;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.boxPink {
	background: #ffe0f1;
	clear: both;
	width: 700px;
	padding: 60px 70px 30px;
	margin: 0 auto 100px;
	text-align: left;
	border: 10px solid #d12a21;
}


.boxTokuten {
	background: #fff;
	clear: both;
	width: 700px;
	padding: 30px 50px 30px;
	margin: 0 auto 40px;
	text-align: left;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	font-weight: bold;
	border: 6px solid #e5e573;
}
.boxTokuten h3 {
	text-align: center;
	margin: 0 0 10px;
}
.boxTokuten h4 {
	text-align: center;
	font-size: 200%;
	line-height: 1.4;
	border-bottom: 4px solid #e5e573;
	padding: 0 0 16px;
	margin: 0 0 26px;
}
.boxTokuten h3 {
	text-align: center;
	margin: 0 0 10px;
}
.boxCourse {
	background: #fff;
	clear: both;
	width: 700px;
	padding: 40px 40px 40px;
	margin: 0 auto 40px;
	text-align: left;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	font-weight: bold;
	text-align: center;
}
.kihon {
	border: 10px solid #99cc66;
}
.tokubetsu {
	border: 10px solid #ffcc66;
}
.boxCourse h3 {
	text-align: center;
	font-size: 240%;
	line-height: 1.4;
	border-bottom: 4px solid #e5e573;
	padding: 0 0 25px;
	margin: 0 0 26px;
}
.boxCourse.kihon  h3  {
	border-bottom: 4px solid #99cc66;
}
.boxCourse.tokubetsu h3  {
	border-bottom: 4px solid #ffcc66;
}

.box p {
	margin: 0 0 1.5em;
}
.list01 {
}
.list01 li {
	border-bottom: 2px dashed #d4cbb4;
	background: url(../images/icon_checked_red.png) 0 3px no-repeat;
	padding: 2px 0 12px 48px;
	margin: 0 auto 16px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 110%;
}

/* mokuji */
#mokuji h3 {
	color: #228cbc;
	margin: 0 0 0.5em;
	font-size: 110%;
}
ol.ol_mokuji {
	margin: 0 0 2em;
}
ol.ol_mokuji li {
	list-style-type: decimal;
	margin: 0 0 0 2em;
	border-bottom: 1px dashed #ccc;
}

.list02 {
	background: #fff;
	border: 2px solid #f5c959;
	clear: both;
	width: 700px;
	padding: 50px 30px 40px;
	margin: 0 auto 40px;
	text-align: left;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.list02 li {
	border-bottom: 2px solid #f2f1e9;
	background: url(../images/icon_star.jpg) left top no-repeat;;
	padding: 6px 0 20px 65px;
	margin: 0 auto 16px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 115%;
}
#curriculum {
}
#curriculum h3 {
	font-size: 200%;
	line-height: 1.4;
	color: #f5678a;
	border-bottom:  4px solid #f5678a;
	margin: 0 0 30px;
}
#curriculum ul {

	margin: 0 0 30px;
}
#curriculum ul li {
	border-bottom: 2px solid #ccc;
	background: url(../images/icon_pencil.png) 0 12px no-repeat;
	padding: 12px 0 8px 38px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 140%;
}
.boxPrf {
	width: 700px;
	padding: 50px 48px 30px;
	clear: both;
	margin: 0 auto 20px;
	text-align: left;
	background: #fff url("../images/img_kawamura_01.jpg") right top no-repeat;
	border: 2px solid #fff;
}
.boxFaq {
	margin: 0 auto;
}
.boxFaq dl {
	line-height: 1.8;
	margin: 0 auto 50px;
	background: #fff; 
	padding: 30px;
	border: 4px solid #f5678a;
	border-radius: 20px;

}
.boxFaq dt {
	background: url(../images/icon_q.png) 6px 0 no-repeat;
	padding: 5px 10px 16px 71px;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.4;
	border-bottom:  3px dotted #f5678a;
}
.boxFaq dd {
	background: url(../images/icon_a.png) 0 0 no-repeat;
	padding: 5px 0 0 75px;
	margin: 0;
	min-height: 54px;
}

 
p {
	line-height: 2;
	margin: 0 0 1.5em 0;
}
ul {margin:0; padding:0;}
li {
	list-style-type: none;
}
.hr {
	border-top: 1px solid #f2e6d0;
	margin: 0 auto 40px;
}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#foolerNav {
	width: 800px;
	margin: 0 auto;
	color: #999;
}
#foolerNav li {
	float: left;
	padding: 3em 1em 0.5em 0;
	font-size: 70%;
}
#footer {
	clear: both;
	background: #fff;
	color: #666;
	padding: 10px 0 20px;
	margin: 0px;
	line-height: 2;
	text-align: center;
}
#footer p {
	margin: 0;
	padding-bottom: 0.5em;
	color: #666;
}
#footer a {
	color: #666;
	cursor: pointer;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline;}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
form {
	margin: 0 auto 60px;
	width: 840px;
}
form input[type="text"] {
	font-size: 130%;
	border: 2px solid #bf9539;
	width: 600px;
	padding: 10px 20px;
	margin: 0 auto 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
}
form table {
	margin: 0 auto 20px;
	width: 840px;
}
form th {
	text-align: right;
	padding: 20px;
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/

table {
	border-collapse: collapse;
}
.tbl01 {
	background: #fff;
	width: 800px;
	margin: 0 auto 30px;
	border: 1px solid #ccc;
	line-height: 1.4;
}
.tbl01 caption {
	font-weight: bold;
	padding: 20px 0;
	text-align: left;
	font-size: 120%;
}
.tbl01 th {
	width: 25%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em 1em;
	font-weight: normal;
}
.tbl01 td {
	border-top: 1px solid #ccc;
	padding: 0.5em 1em;
	vertical-align: middle;
}
/*------------------------------------------------------------
	法に基づく表記・プライバシーポリシー
------------------------------------------------------------*/
#law {
	text-align: left;
	padding: 40px 0 0;
}
#law h1 {
	font-weight: bold;
	padding: 3px 12px 1px;
	margin: 0 0 40px;
	border-left: 10px solid #5cb800;
	font-size: 110%;
}
#law #lawContent {
	width: 900px;
	margin: 0 auto 50px;
	font-size: 80%;
}
#law #lawContent table {
	width: 900px;
	margin: 0 auto 50px;
	border-top: 1px solid #e3d7cf;
	line-height: 1.4;
}
#law #lawContent th {
	width: 20%;
	border-bottom: 1px solid #e3d7cf;
	padding: 1.25em 1em;
	font-weight: normal;
}
#law #lawContent td {
	border-bottom: 1px solid #e3d7cf;
	padding: 1.25em 1em;
	vertical-align: middle;
}
#law dl {
	line-height: 1.6;
	margin: 0 auto 50px;
}
#law dt {
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 1;
}
#law dd {
	margin: 0 0 1.5em 1em;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #00f;
	cursor: pointer;
	text-decoration: none;
}
a:hover { text-decoration: underline;}
a.arw {
	background: url(../images/arw_01.png) 0 5px no-repeat;
	padding-left: 15px;
}
/* 画像透過 */
.imgHover:hover{
   opacity:0.8;
   filter: alpha(opacity=80);
   -ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
	ページの先頭にもどる
------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 18px;
	right: 18px;
	text-align: center;
	margin: 0px;
}
#pagetop a {
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 2px 10px 2px 7px;
	text-decoration: none;
	border-radius: 17px;
}
#pagetop a:hover {
	background: rgba(0,0,0,0.7);
}



/*------------------------------------------------------------
	右寄せ／左寄せ
------------------------------------------------------------*/
.fR { float: right;} 
.fL { float: left;} 
.imgR {
	float: right;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
} 
.imgL { float: left; margin: 0 2em 1em 0;} 
.center { text-align:center !important;}
.right { text-align: right !important;}
.left { text-align: left !important;}

/*------------------------------------------------------------
	テキストサイズ・装飾
------------------------------------------------------------*/
.bold { font-weight:bold; }
.normal { font-weight: normal !important;}
.red {
	color:#e00;
	font-weight: bold;
}
.blue { color:#6f43b7;}
.orange { color:#ed7118;}
.yellow { color: #ffff33; font-weight: bold;}
.gold { color: #a6853d; font-weight: bold; font-size: 1.2em;}
.border { border-bottom: 3px solid #333;  font-weight: bold; font-size: 110%; line-height: 2.2;}
.borderRed {
	border-bottom: 2px solid #e00;
	color: #e00;
	font-weight: bold;
	font-size: 120%;
	line-height: 2.2;
}
.borderBlue { border-bottom: 3px solid #fff566; color: #6e5ba8; font-size: 110%; line-height: 2.2;}

.small { font-size: 70%;line-height:1.5;}
.large { font-size:1.3em;}
.large2 { font-size:1.9em; line-height:1.6;}
.bgYellow { background: #fff680;}
.whiteshadow {text-shadow: 2px 2px 2px #fff;}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/
/*clear*/
.clear {clear:both;}

/* clerfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb100 { margin-bottom:100px !important; }
.mr50 { margin-right:50px !important; }
.pt0 {padding-top: 0 !important;}
.pt40 {padding-top: 40px;}
