@charset "utf-8";

html {
	height: 100%;
}

footer {
	margin: 20px;
}


/*Basics*/

/*ヘッダーの上などのタイムカウンター*/

.topbar {
	background: #0c3f5a;
	padding: 5px;
}

.topbar img {
	margin: 0 auto;
}

/*header*/

#headBG {
	width: 100%;
	max-width: 100%;
	height: auto;
	background-image: url(../images/bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 10px;
}

.headImage {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*One BLock*/
.block {
	width: 100%;
	height: auto;
	padding: 30px 0;
	overflow: hidden;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
}

.block-image {
	display: block;
	margin: 0 auto;
	width: 950px;
	max-width: 100%;
}

.block-image img {
	display: block;
	
	margin: 0 auto;
}

.image-left {
	display: block;
	margin: 20px 20px 20px 0;
	float: left;
}

.image-right {
	display: block;
	margin: 20px 0 20px 20px;
	float: right;
}

.section-wrap {
	width: 950px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

/*simnple center heading*/

.heading {
	display: block;
	margin: 0 auto;
	padding: 20px;
	max-width: 950px;
	width: 100%;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-size: 2.5em;
}

/*heading wrap w/ bottom bar*/

.hd-mid {
	display: block;
	margin: 20px auto;
	width: 950px;
	max-width: 100%;
	padding: 10px;
	background-image: url(../images/midframe_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.hd-mid h2 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-size: 2.3em;
	text-align: center;
}

.hd-mid h3 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
}

@media screen and (max-width: 769px) {

	.hd-mid h2 {
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		text-align: center;
	}

	.hd-mid h3 {
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 500;
		font-size: 1em;
		text-align: center;
	}

	.hd-left {
		margin: 0 0 0 20px;
	}

	.hd-right {
		margin: 0 20px 0 0;
	}
}




/*通常の文章*/

.textfield {
	max-width: 100%;
	width: 950px;
	margin: 15px auto;
	font-size: 1.1em;
	line-height: 2em;
	padding: 20px 25px;
	text-align: justify;
}

/* 文章 center*/
.textfield_c {
	max-width: 100%;
	width: 950px;
	margin: 15px auto;
	font-size: 1.1em;
	line-height: 2em;
	padding: 10px 25px;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
}

.textfield2 {
	max-width: 100%;
	margin: 15px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 20px 20px;
	text-align: justify;
}

.bred {
	width: 950px;
	max-width: 100%;
	margin: 10px auto;
	background-image: url(../images/check2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 30px 8px 50px;
	border-bottom: dotted 2px #ddd;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 1.4em;
	vertical-align: bottom;
	color: #333;
}


/*繋がるバックグラウンド グレーグラデーション*/

.bg2 {
	padding-bottom: 120px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
	background-image: url(../images/arrow_bg.jpg), linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}



/*Youtube動画埋め込み　ボックス*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vidButtons {
	margin: 20px auto 0;
	max-width: 100%;
	text-align: center;
}

.vidButtons a {
	text-decoration: none;
	color: #000;
}







/*___________________ MAIL  FORM _____________________*/


.mail_box {
	background-repeat: no-repeat;
	width: 600px;
	max-width: 90%;
	font-size: 1.2em;
	font-family: source-han-sans-japanese;
	font-weight: 400;
	line-height: 28px;
	border: 0.5px solid #ccc;
	margin: 10px auto 20px;
	padding: 10px;
	display: block;
}

.form_btn {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.form_btn:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	transition: 0.2s;
}

.privacy {
	display: block;
	width: 950px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 0.7em;
}

.form_timer {
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
}

.form_timer_body {
	text-shadow: 0 -1px 0 #333;
}


.form_timer_body .largeTimer-label {
	line-height: 4em;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.618em;
}

.clock {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 780px) .form_timer_body {
	vertical-align: middle;
	display: inline-block;
}

/*--------- Timer -----------*/

.Timer {
	width: 100%;
	padding: 10px;
	font-size: 3em;
	font-weight: bold;
	line-height: 60px;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
	margin: 0px auto 0;
	display: block;
	background-color: #d11d40;
}



/*よく使うCSS*/

.sizeS {
	font-size: 70%;
}


.sizeA {
	font-size: 120%;
}

.sizeB {
	font-size: 140%;
}

.sizeC {
	font-size: 160%;
}

.sizeD {
	font-size: 180%;
}

.sizeE {
	font-size: 200%;
}

.sizeF {
	font-size: 220%;
}

.sizeG {
	font-size: 240%;
}

.sizeL {
	font-size: 350%;
	font-weight: bolder;
}

.sizeLL {
	font-size: 400%;
	font-weight: bolder;
}

.size3L {
	font-size: 420%;
	font-weight: bolder;
}

.size4L {
	font-size: 450%;
	font-weight: bolder;
}

.b500 {
	font-weight: 500;
}

.b600 {
	font-weight: 600;
}

.b700 {
	font-weight: 700;
}

.b800 {
	font-weight: 800;
}

.b900 {
	font-weight: 900;
}

.white {
	color: #fff;
}

.gray {
	color: #888888;
}

.black {
	color: #333333;
}

.red {
	color: #b91618;
}

.yellow {
	color: #fac000;
}

.blue {
	color: #0f2b76;
}

.navy {
	color: #061c57;
}

.facebook-old {
	color: #3b5998;
}

.facebook_new {
	color: #1877f2;
}

.twitter-color {
	color: #1da1f2;
}

.serif{
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-style: normal;
	font-weight: 600;
}



/*shadow box*/
.shadow {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.shadow2 {
	box-shadow: 0 15px 30px rgba(0, 0, 80, 0.03);
}



/*text shadow*/
.shadow3 {
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


/*text marker*/
.marker {
	background: linear-gradient(transparent 40%, #F5DA59 40%);
	padding-bottom: 1px;
	font-weight: bold;
}

.marker2 {
	background: #F5DA59;
	font-weight: bold;
	font-size: 130%;
}



.effect1 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

/*background color*/

.white_bg {
	background-color: #ffffff;
}

.gray_bg {
	background-color: #f4f4f4;
}

.lgray_bg {
	background-color: #fafafa;
}

.black_bg {
	background-color: #333333;
}

.red_bg {
	background-color: #b91618;
}

.yellow_bg {
	background-color: #fff9ee;
}

.blue_bg {
	background: #0f2b76;
}

.purple_bg {
	background: #8529c0;
}


/*boxes*/
.white_box_bg {
	width: 950px;
	max-width: 100%;
	margin: 10px auto;
	height: auto;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	padding: 20px 25px;
}

.gray_box_bg {
	width: 950px;
	max-width: 100%;
	margin: 10px auto;
	height: auto;
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 20px 25px;
}

.simple_parallax {
	background-image: url(../images/);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}


/*profile box*/

.profile {
	padding: 20px 25px;
}

.profile h4 {
	font-size: 2em;
	font-family: source-han-sans-japanese, sans-serif;
	color: #cb0808;
}

.profile h5 {
	font-size: 1.4em;
	font-family: source-han-sans-japanese, sans-serif;
	border-bottom: 1px solid #bbb;
}

.profile p {
	margin: 0 auto;
	line-height: 1.7em;
}


/*////// よく使うCSS*/


/*吹き出し*/
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #67008d;
	font-size: 16px;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 30px solid transparent;
	border-top: 20px solid #ffffff;
}



/*このページ専用CSS*/
.fb_bg{
	background-color: #3b5998;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
font-family: source-han-sans-japanese;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
position: relative;
padding: 0.5em;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
border-radius: 0.3em;
}
.cp_qa dt {
margin: 0 3em 1em 3em;
background: #ffe0b2;
}
.cp_qa dd {
margin: 0 3em 3em 3em;
background: #b2ebf2;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
position: absolute;
z-index: 99;
top: 0.5em;
display: inline-block;
width: 0;
height: 0;
content: '';
border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
left: -0.5em;
border-width: 5px 8.7px 5px 0;
border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
right: -0.5em;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
font-size: 1.2em;
position: absolute;
top: 0;
color: #ffffff;
border-radius: 50%;
display: inline-block;
width: 1.5em;
height: 1.5em;
line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
left: -2.5em;
margin: 0 0.5em 0 0;
padding: 0.2em 0.4em;
content: '?';
background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
right: -2.5em;
margin: 0 0 0 0.5em;
padding: 0.2em 0.55em;
content: '!';
background: #0097a7;
}


/*///このページ専用CSS*/












/*PCスマホ画像切り替え*/

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		margin: 0px;
		padding: 0px;
		width: 100%;
		display: block !important;
	}
}

/*smartphone line breakdown*/
@media screen and (min-width: 780px) {
	.br_pc {
		display: none;
	}
}



/*幅769以下CSS　（スマホとか）px*/

@media screen and (max-width: 769px) {

	/*One BLock*/
	.block {
		padding: 20px 5px;
	}

	.block-image {
		width: 100%;
	}

	.image-left {
		margin: 0 auto;
		clear: both;
		float: none;
	}

	.image-right {
		margin: 0 auto;
		clear: both;
		float: none;
	}

	.Timer {
		width: 95%;
		padding: 5px;
		font-size: 2.8em;
		font-weight: bold;
		line-height: 60px;
		color: #FFF;
		letter-spacing: 2px;
		text-align: center;
		margin: 0px auto 0;
		display: block;
		background-color: #cb0404;
	}

	.textfield {
		max-width: 100%;
		width: 950px;
		margin: 10px auto;
		font-size: 0.9em;
		line-height: 2em;
		padding: 10px 5px;
		text-align: justify;
	}

	/* 文章 center*/
	.textfield_c {
		max-width: 100%;
		width: 950px;
		margin: 15px auto;
		font-size: 0.7em;
		line-height: 2em;
		padding: 10px 5px;
		text-align: center;
		font-family: source-han-sans-japanese, sans-serif;
	}

	.heading {
		font-size: 1.5em;
		padding: 10px 5px;
	}

	.bred {
		font-size: 0.9em;
	}

	.mail_box {
		font-size: 0.7em;
		height: auto;
	}

	.white_box_bg, .gray_box_bg{
		margin: 0;
		padding: 10px;
	}
}


.animation,
.animation2,
.animation3 {
	opacity: 0;
}

.fadeInDown {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.fadeInDown2 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.fadeInDown3 {
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
