@charset "utf-8";

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;
}

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

html{
	height: 100%;
    overflow-y: scroll;
}

body {
	position: relative;
	line-height: 2em;
	box-sizing: border-box;
	min-width: 320px;
	min-height: 800px;
	height: 100%;
	border-top: 8px #4A6BFF solid;
	background: #FFF;
	color: #4F4F4F;
	font-size: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

strong {
	font-weight: bold;
}

a {
	color: #144E97;
	text-decoration: none;
}
a:hover {
	color: #5E8ECA;
	opacity: 0.7;
}
a:focus {
	outline:none;
}

a img {
	vertical-align: bottom;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

.link_arrow {
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
	.link_arrow::before {
		content: "";
		position: absolute;
		top: 0.5em; left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 8px;
		border-color: transparent transparent transparent #f4a940;
		transition: all 0.2s ease-out 0ms;
	}
		.link_arrow:hover::before {
			left: 4px;
		}

.btn-link {
	display: inline-block;
	line-height: 1.3;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	font-weight: bold;
}
.btn-link:hover {
	opacity: 1;
	color: #FFF;
}
.btn-link:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

#topic_pass {
	font-size: 0.9em;
}
	#topic_pass li {
		display: inline-block;
		vertical-align: middle;
	}
	#topic_pass li + li {
		position: relative;
		padding-left: 16px;
	}
		#topic_pass li + li::before {
			content: '';
			position: absolute;
			top: 0; bottom: 0; left: 3px;
			display: inline-block;
			width: 4px;
			height: 4px;
			vertical-align: middle;
			margin: auto;
			border-top: 2px solid #FFB428;
			border-right: 2px solid #FFB428;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}


.word_wrap {
	display: inline-block;
}

small {
	font-size: 0.8em;
}

.left_img {
	float: left;
	margin: 0 16px 16px;
}
.right_img {
	float: right;
	margin: 0 16px 16px;
}
.shadow_img {
	box-shadow: 2px 2px 1px #888;
}
.al_right {
	display: block;
	margin-top: 8px;
	text-align: right;
}
.al_center {
	text-align: center;
}
.mt0 {
	margin-top: 0!important;
}
.mt1 {
	margin-top: 8px!important;
}
.mt2 {
	margin-top: 16px!important;
}
.mt3 {
	margin-top: 24px!important;
}
.mt4 {
	margin-top: 32px!important;
}
.mt5 {
	margin-top: 40px!important;
}
.mt6 {
	margin-top: 48px!important;
}
.mt7 {
	margin-top: 56px!important;
}
.mt8 {
	margin-top: 64px!important;
}
.mt9 {
	margin-top: 72px!important;
}
.mt10 {
	margin-top: 80px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb1 {
	margin-bottom: 8px!important;
}
.mb2 {
	margin-bottom: 16px!important;
}
.mb3 {
	margin-bottom: 24px!important;
}
.mb4 {
	margin-bottom: 32px!important;
}
.mb5 {
	margin-bottom: 40px!important;
}
.mb6 {
	margin-bottom: 48px!important;
}
.mb7 {
	margin-bottom: 56px!important;
}
.mb8 {
	margin-bottom: 64px!important;
}
.mb9 {
	margin-bottom: 72px!important;
}
.mb10 {
	margin-bottom: 80px!important;
}
.pl0 {
	padding-left: 0!important;
}
.pl1 {
	padding-left: 8px!important;
}
.pl2 {
	padding-left: 16px!important;
}
.pl3 {
	padding-left: 24px!important;
}

.sup,
.sup img {
	vertical-align: top;
}
.hide {
	position: relative;
	width: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
	.hide span {
		position: absolute;
		display: block;
		top: -5px; left: -5px;
		width: 1px;
		height: 1px;
	}
.pagetop {
	display: none!important;
	right: 8px;
	z-index: 10000;
	display: block;
	width: 110px;
	height: 45px;
}
	.pagetop a {
		display: block;
		height: 48px;
	}

.clearfix::after,
.sub #main::after,
.wrapper::after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix,
.sub #main,
.wrapper {
	min-height: 1px;
}
* html .clearfix,
* html .sub #main,
* html .wrapper {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear:both;
}

.adjust_height {
	display: table;
	width: 100%;
}
	.adjust_height .cell {
		display: table-cell;
		vertical-align: top;
	}

.youtube {
	width: 560px;
	margin: 0 auto;
	padding-top: 56%;
}
	.youtube iframe {
		width: 100%;
	}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

#header {
}
	#site_name {
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		width: 480px;
		height: 380px;
		margin: auto;
		transform: translateY(-80px);
		text-align: center;
	}
	#header .wrapper {
		padding: 4px 16px 8px;
	}
		#header .dscrpt {
			font-size: 0.6875em;
		}
.rednotes {
	color: #F33;
}

#btn_contact {
	display: block;
	position: absolute;
	top: 24px;
	left: 32px;
	z-index: 50;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	padding: 16px;
	border-radius: 50%;
	border: none;
	background: #1C17F0;
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s linear 0s;
	transform:translateY(16px);
}
#btn_contact.show {
	opacity: 1;
	transform:translateY(0);
}

#contact {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 100;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	min-height: 720px;
	margin: auto;
	padding-bottom: 24px;
	border-radius: 3px;
	border: 2px #4A6BFF solid;
	background: #FFF;
}
	#contact > .inner_title {
		margin-bottom: 32px;
		padding: 8px 24px 8px 8px;
		background: #4A6BFF;
		color: #FFF;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
	}
	#contact > .close {
		display: block;
		position: absolute;
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
		padding: 0;
		overflow: hidden;
		border: none;
		background: none;
		cursor: pointer;
	}
		#contact > .close span {
			display: inline-block;
			position: absolute;
			top: -1px;
			left: -1px;
			width: 1px;
			height: 1px;
			overflow: hidden;
		}
		#contact > .close::before,
		#contact > .close::after {
			content: "";
			display: inline-block;
			position: absolute;
			top: 0; bottom: 0;
			left: 0; right: 0;
			width: 32px;
			height: 4px;
			margin: auto;
			border-radius: 2px;
			background: #FFF;
		}
		#contact > .close::before {
			transform: rotate(45deg);
		}
		#contact > .close::after {
			transform: rotate(-45deg);
		}
	#contact .contact {
		width: 80%;
		margin: 24px auto;
		border-collapse: collapse;
	}
		#contact .contact th,
		#contact .contact td {
			line-height: 1.5em;
			padding: 8px 8px;
			vertical-align: top;
		}
			#contact .contact input {
				box-sizing: border-box;
				width: 100%;
				padding: 8px;
			}
			#contact .contact textarea {
				box-sizing: border-box;
				width: 100%;
				height: 8em;
			}
		#contact .contact th {
		text-align: right;
		}
	.form_complete {
		padding: 0 16px;
		text-align: center;
	}


.form .form_wrapper {
	width: 80%;
	margin: 32px auto;
	padding: 24px;
	background: #FFF6E4;
}
	.form .inner + .inner_title {
		margin-top: 16px;
	}
		.form input[type="text"],
		.form input[type="email"],
		.form input[type="tel"] {
			width: 40em;
			padding: 8px;
			border: 1px #CCC solid;
		}
		.form input[type="text"].half,
		.form input[type="email"].half,
		.form input[type="tel"].half {
			width: 20em;
		}
		.form textarea {
			width: 40em;
			height: 10em;
			padding: 8px;
		}
	.form dd.checkbox {
		line-height: 2.5em;
	}
	.btn {
		width: 80%;
		margin: 32px auto 0;
	}
		.form .send,
		.form .back {
			display: inline-block;
			float: right;
			line-height: 1.3em;
			padding: 0.5em 1.5em;
			border: none;
			border-radius: 2px;
			border-right: 4px #1C17F0 solid;
			background: #F7F7F7;
			color: #1C17F0;
			font-weight: bold;
			font-size: 1.2em;
			text-align: center;
			cursor: pointer;
			box-shadow: 0 2px 2px #888;
		}
		.btn input:hover {
			opacity: 0.7;
		}
		.form .back {
			float: left;
			border-right: none;
			border-left: 4px #444 solid;
			background: #888;
			color: #FFF;
		}


.contact_steps {
	width: 80%;
	margin: 0 auto 24px;
}
	.contact_steps li {
		float: left;
		width: 30%;
		padding: 1em 0;
		background: #EEE;
		text-align: center;
	}
		.contact_steps li strong {
			font-size: 1.2em;
		}
	.contact_steps li + li {
		position: relative;
		margin-left: 5%;
	}
		.contact_steps li + li::before {
			content: "";
			position: absolute;
			left: -8%; top: 0; bottom: 0;
			width: 0;
			height: 0;
			margin: auto;
			border-style: solid;
			border-width: 8px 0 8px 8px;
			border-color: transparent transparent transparent #888888;
		}
	.contact_steps li.active {
		background: #888;
		color: #FFF;
	}

.page_title {
	margin: 48px 0 48px;
	font-size: 2em;
	text-align: center;
}


.disc .list {
	position: relative;
	margin-left: 2em;
}
	.disc .list::before {
		content: "・";
		position: absolute;
		left: -1em; top: 0;
	}

.mq_table {
	min-width: 80%;
	margin: 24px auto 40px;
	border-collapse: collapse;
}
	.mq_table th {
		width: 160px;
		vertical-align: middle;
		padding: 8px 16px;
		border: 1px #999 solid;
		background: #FFEDB9;
	}
	.mq_table thead th {
		text-align: center;
	}
	.mq_table tbody th {
		background: #E2E6F2;
	}
	.mq_table td {
		vertical-align: middle;
		padding: 8px 16px;
		border: 1px #999 solid;
	}
	.mq_table tbody td {
		padding: 24px;
		background: #FFF;
		text-align: left;
	}
	.mq_table .center_middle {
		vertical-align: middle;
		text-align: center;
	}

.about {
	position: absolute;
	right: 32px;
	bottom: calc(32px + 1.6em);
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: right;
	opacity: 0;
	transition: all 0.5s linear 0s;
	transform: translateY(16px);
}
	.about .link_title {
		margin-bottom: 24px;
	}
	.about .inner_title {
		color: #213A99;
	}
		.about .inner_title strong {
			font-weight: normal;
			font-size: 1.3em;
		}
	.about .phone small {
		margin-right: 4px;
	}
	.about .web a {
		font-weight: bold;
	}
.about.show {
	opacity: 1;
	transform:translateY(0);
}


#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1em;
	width: 100%;
	padding: 0.4em 0;
	background: #4A6BFF;
}
	#footer .copyright {
		color: #FFF;
		font-size: 0.8em;
		text-align: center;
	}
body.sub #footer {
	position: static;
	margin-top: 40px;
}

#cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*メディアクエリー
@media screen and (max-width: 640px){

	/*高さ可変背景
	.mq_bg {
		width: auto!important;
		height: auto!important;
		background-size: 100%!important;
	}
	個別 {
		max-width: 個別;
		padding-top: 高さ / 幅 %;
	}
	*/
	/*
}
@media screen and (max-width: 320px){
	
}
*/
