@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle; }

img {
	max-width: 100% ;
	height:auto ;
}
ul, menu, dd, dir{
	margin:0;
	padding:0;
}
ul,ol{
	margin:0;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start:0;
	-ms-padding-start:0;
}


/*----------------------------------------------------
 common
----------------------------------------------------*/


body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	-webkit-text-size-adjust : 100% ;
	overflow:hidden;/* スクロール時横幅全体表示 */
	min-width:800px;
	color:#000;
	background:#12214A;

}

a{
	color:#313131;
}



a:hover{
	opacity:0.9;
}
/* IEイメージ枠なし */
a img {
	border-style:none;
}
span{
	font-size:13px;
}
.center{
	text-align:center;
}



/*----------------------------------------------------
 アイコン
----------------------------------------------------*/

.fa-film,
.fa-money-bill-wave,
.fa-check-circle{
	margin-right:20px;
	color:#C00;
}
/*----------------------------------------------------
 コンテンツ
----------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto ;
	text-align: center;
}

section{
	width:100%;
	text-align:center;
}

/* 間隔 */
section p{
	text-align:left;
	margin:0 auto 30px;
}

article{
	width:800px;
	margin:0 auto;
}

.bg1,
.bg5,
.voice,
.bg7,
.bg8{
	margin: 0 auto 0;
	padding: 20px 0;
	background: url(../img/fancy_deboss.png) repeat;
}
.bg1,
.bg2,
.bg3,
.bg4,
.bg6,
.bg7{
	padding:30px 0 80px;
}

.voice{
	background: url(../img/fancy_deboss2.png) repeat;
}

.bg2{
	background:url(../img/bg_pic2.jpg) center center / cover no-repeat fixed;
}

.bg2 article,
.bg4 article{
	background:rgba(255, 255, 255,1);
	padding:30px 0 20px;
	box-shadow: 0px 3px 10px rgba(0,0,0,.8);

}
.bg3{
	background:url(../img/bg_pic1.jpg) center center / cover no-repeat fixed;
}


.bg4{
	background:url(../img/bg_pic3.jpg) center center / cover no-repeat fixed;
}

.bg6{
	background:url(../img/bg_pic4.jpg) center center / cover no-repeat fixed;
}
.bg7{
	background: url(../img/fancy_deboss3.png) repeat;
}

h2,h3,h4,h5{
	font-weight:bold;
	letter-spacing:0.1em;
}
h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:38px;
	text-align:center;
	margin:80px auto;
}



.bg2 ul,
.bg3 ul,
.bg4 ul,
.bg5 dl{
	margin:0 auto 30px;
}
.bg3 ul{
	margin:0 auto 30px;
	background: rgba(255, 255, 255,0.8);
	border:10px solid #EE572C;
	padding:30px 0;
}

.bg5 dl{
	background:#12214A;
	color:#fff;
	text-align:left;
	padding:30px;
}
.bg5 dl ol{
	clear:both;

	}

.bg2 ul li,
.bg3 ul li,
.bg4 ul li{
	width:80%;
	color:#000;
	text-indent: -20px;
	font-weight:bold;
	font-size:22px;
	text-align:left;
	margin:0 auto 20px;
	line-height:1.4;
}


.bg2 ul li:before,
.bg3 ul li:before,
.bg4 ul li:before,
.bg5 dl dt:before,
.bg5 dl ol li:before,
.bg6 dl dt:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5a2";
	color: #EE572C;
	display:inline-block;
	margin-right:20px;
	font-size:22px;
}

.bg2 ul li:before,
.bg4 ul li:before,
.bg5 dl ol li:before{
	content: "\f14a";
}

.bg5 dl ol li:before{
	color:#fff;
}
.bg5 dl dt,
.bg6 dl dt{
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:25px;
	border-bottom:1px dotted #fff;
	color:#fff;
	font-weight:bold;

}

.bg5 dl dt:before{
	content: "\f303";
	color:#fff;
}

.bg5 dl ol{
	padding:20px;
	text-align:left;
}


.bg6 dl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin-bottom:30px;
	padding:30px;
	border:5px solid #EE572C;
	box-shadow: 0px 3px 10px rgba(0,0,0,.8);
}
.bg6 dl dt{
	border-bottom:1px dotted #000;
	color:#EE572C;
}
.bg6 dl dt:before{
	content:"\f4c4";
	color:#EE572C;
	font-size:30px;
	}
.bg6 dl dt,
.bg6 dl dd{
	text-align:left;
}
.bg6 dl dd{
	color:#000;
}

.bg7 table{
	border: none;
	border-collapse: separate;
	border-spacing: 0 10px;
	width:100%;
}

.bg7 table th{
	vertical-align: middle;
	line-height:4em;
	width: 20%;
	margin: 0;
	text-align: center;
	background:#12214A;
	color:#fff;


}

.bg7 table td{
	vertical-align: middle;
	text-align:left;
	line-height:4em;
	border: none;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	padding-left:30px;
	border-bottom:1px solid #12214A;
}


.voice h3{
	font-size:24px;
	background:#12214A;
	color:#fff;
	position: relative;
	display: inline-block;
	margin: 1.5em auto 3em;
	padding: 20px 0;
	width: 100%;
}
.voice h3 span{
	display:block;
	font-size:18px;
	margin:20px auto 10px;
}


.voice h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #12214A;
}
.name{
	text-align:right;
	margin-top:50px;
	letter-spacing:0.5em;
	font-weight:bold;
	font-size:22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/*----------------------------------------------------
 よくある質問
----------------------------------------------------*/


.bg8{
	line-height:1.4;
	margin-bottom:0;
}
.bg8 dl{
	margin:0 auto 40px;
	text-align:left;
	padding-bottom:40px;
	border-bottom:1px dotted #12214A;
}
.bg8 dl:last-child{
	border-bottom:none;
}
.bg8 dt{
	margin-bottom:10px;
	font-weight:bold;
}
.bg8 dt:before,
.bg8 dd:before{
	content:"Q";
	width:20px;
	height:20px;
	padding:0 5px;
	background:#12214A;
	color:#fff;
	vertical-align:top;
	margin-right:10px;
}
.bg8 dd:before{
	background: #DF5656;
	content:"A";
}

.bg8 dt,
.bg8 dd{
	text-indent:-2em;
	margin-left:2em;
}
.bg8 dd a{
	color:#900;
}


/*----------------------------------------------------
 申込
----------------------------------------------------*/
.moushikomi{
	background:#12214A;
	padding:30px 0 0;
	color:#fff;
		font-weight:normal;

}
.moushikomi article{
	margin-bottom:80px;
}
.moushikomi h3,
.moushikomi h4{
	font-size:22px;
	margin-top:50px;
	font-weight:normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.moushikomi h4{
	margin-top:40px;
	font-size:28px;
}


.moushikomi dl{
	border:1px solid #fff;
	padding:20px 20px 0;
	margin:40px auto;
	text-align:center;
}
.moushikomi dl dt,
.moushikomi dl dd{
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
	text-align:left;
}
.moushikomi dl dt{
	text-align:center;
	font-size:20px;
	margin-bottom:30px;
}



.moushikomi div.pc{
	width:654px;
	height:787px;
	background:url(../img/mail.png) 0 0 no-repeat;
	margin:0 auto;
	text-align:center;
	}

.moushikomi div.pc img{
	padding-top:290px;
	margin:0 auto;
}
 div.sp{
	background:#fff;
}
 div.sp img{
	margin:0px auto;
}
 div.sp a{
	 display:block;
	 width:90%;
	 margin:30px auto;
 }

.btn1,
.btn2{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display:block;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	margin:10px auto;
	width:80%;
	letter-spacing:0.2em;
	line-height:1.4;
	padding:20px 0;
}
.btn2{
	border: 1px solid #CB5462;
	background-color: #f997b0;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
		margin-bottom:80px;

}
.btn1 strong,
.btn2 strong{
	margin-left:20px;
}

.toku{
	margin:50px auto 0;
	padding:0;
	text-align:center;
	font-size:16px;
}
.toku a{
	color:#fff;
}
.toku a:hover{
	color:#06F;
}

.nospace{
	padding:0;
	margin:0;
}

footer{
	background:#12214A;
	margin:0 auto 0;
	text-align:center;
	width:100%;
	font-size:12px;
	padding:20px 0;
	color:#fff;
}

/* 位置 */

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}
.center{
	text-align:center;
	margin:0 auto 30px;
}
/* フォント装飾 */
strong{
	font-weight:bold;
}

.nomal{
	font-weight:normal;
}
.big{
	font-size:23px;
	background: linear-gradient(transparent 50%, rgb(223, 86, 86, 0.5) 0%);
	line-height: 1.3em;
}


.under{
	text-decoration:underline;
}
.red{
	color:#EE572C;
}
.blue{
	color:#39F;
}
.black{
	color:#000;
}
.bg_red{
	color:#fff;
	background:#D50000;
}

.bg_yellow{
	background:#FF0;
}
.bg_gray{
	background:#eee;
}

.blue{
	color:#1F93F2;
}
.orange{
	color:#FD5520;
}
.white{
	color:#fff;
}


/* 区切り線 */
hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	margin:30px auto 30px;
	width:100%;
}


/* PC用スタイル */
@media screen and (min-width: 750px) {
.sp { display: none; }

header h1.pc {
	height: 1220px;
	background: url(../img/head.jpg) center 0 no-repeat;
}
.bg1 img{
	width:50%;

}
}
/* スマホ用スタイル */

@media(max-width:749px) {
body{
	min-width: inherit;
}

.pc{ display: none; }


section{
	width:100%;
	padding:20px 0;
}
section p{
	width:95%;
	margin:0 auto 30px;
}
section article{
	width:95%;
	margin:0 auto;
	padding:20px 0;
}

h2{
	font-size:26px;
	width:90%;
	margin:20px auto;
}


h2,h3, h4{
	line-height:1.2;
}
.left, .right {
	float: none;
	display: block;
	margin: 0 auto 30px;
}


ul,dl{
	width:95%;
	padding:10px;
}
ul li{
	margin-bottom:20px;
	line-height:1.4;
}

.bg1, .bg2, .bg3, .bg4, .bg6, .bg7{
	padding:30px auto 0;
}
	

.voice h3{
	margin:20px auto 30px;
	font-size:20px;
}
.bg2 ul,
.bg3 ul{
	padding: 20px;
	width: 80%;
	border:5px solid #EE572C;
}

.bg3 ul{
	border:5px solid #EE572C;
}
.bg2 ul li,
.bg3 ul li{
	font-size:20px;
	margin-bottom:10px;
	line-height:1.2;
}
.bg2 ul li, .bg3 ul li{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
	width: 90%;
}
.bg2 ul li::before, .bg3 ul li::before, .bg4 ul li::before, .bg5 dl dt::before, .bg5 dl ol li::before, .bg6 dl dt::before{
	display:inline;
	}
.bg5 dl,
.bg6 dl{
	padding:20px;
		width:90%;
}

.bg6 dl{
	width:80%;
	margin:0 auto 20px;
}
.bg7 table th{
	width:40%;
	line-height:1.2;
	padding:20px;
}
.bg7 table td{
	white-space:inherit;
}

.moushikomi{
	padding:20px 0;
}
.moushikomi article{
	margin-bottom:30px;
}

.moushikomi h4{
	margin-bottom:30px;
}
.moushikomi dl{
	width:90%;
}
.moushikomi h3, .moushikomi h4{
	margin-top:30px;
	font-size:20px;
}

.btn1 strong,
.btn2 strong{
	margin-left:0;
	display:block;
}

div.sp a{
	margin:20px auto;
}
.btn1, .btn1:hover, .btn1:active, .btn2{
	line-height:1.2;
	padding:20px;
}

footer {
	text-align: center;
	font-size: small;
	color: #fff;
	padding:0 auto;
}
footer p{
	text-align:center;
}

}
/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}




