@charset "utf-8";

/*
------------------------------------------------------------------------------------------------------------
全体のCSS設定
------------------------------------------------------------------------------------------------------------
*/

body {
	background: #f7f7f7;
	color: #333333;
	margin: 0;
	padding: 0;
	font: 20px/1.6 "メイリオ" "Hiragino Kaku GothicProN W3", "Hiragino Kaku Gothic Pro";
}

/*
------------------------------------------------------------------------------------------------------------
リンク（全般）設定のCSS
------------------------------------------------------------------------------------------------------------
*/

a {
	color: #555;
	/*リンクテキストの色*/
	text-decoration: none;
}

a:hover {
	color: #FDFE65;
	/*マウスオン時の文字色（全体）*/
}

a:hover img {
	position: relative;
	top: 3pt;
	left: 3pt;
}

/*
------------------------------------------------------------------------------------------------------------
コンテナー（HPを囲むブロック）のCSS
------------------------------------------------------------------------------------------------------------
*/

#container {
	width: 750px;
	/*コンテナー幅*/
	background-color: #f7f7f7;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.container {
		width: 100%;
		box-shadow: none;
		/* モバイル表示ではシャドウを無効化 */
	}
}

/*
------------------------------------------------------------------------------------------------------------
カウントダウンタイマーのCSS
------------------------------------------------------------------------------------------------------------
*/
.timer1 {
	background-color: #fff;
	height: auto;
	text-align: center;
	padding-top: 25px;
}

.timer2 {
	background-color: #32bbc9;
	height: auto;
	text-align: center;
	padding: 10px 0 15px 0;
}

.timer3 {
	background-color: #f8f8f8;
	height: auto;
	text-align: center;
	padding: 25px 0;
}

.timer {
	color: #e91e4e;
	font-size: 40px;
	font-weight: 600;
	margin-top: -15px;
}

.schedule {
	color: #fff01f;
	font-size: 44px;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: 0.01em;
}

.nen {
	font-size: 30px;
	letter-spacing: normal;
}

.yori {
	font-size: 34px;
	letter-spacing: normal;
}

/*
------------------------------------------------------------------------------------------------------------
CTAフォームのCSS
------------------------------------------------------------------------------------------------------------
*/

.form-container {
	background-image: url(../images/cta-bg.png);
	margin-top: 5px;
	height: 419px;
	display: block;
	text-align: center;
	background-color: #ffffdd;
	padding: 50px 60px 0px 60px;
}

@media only screen and (max-width: 768px) {
	.form-container {
		background-image: url(../images/cta-bg.png);
		margin-top: 5px;
		height: 419px;
		display: block;
		text-align: center;
		background-color: #ffffdd;
		padding: 50px 35px 0px 35px;
	}
}	

.challenge {
	color: #001e47;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}

.mail {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	padding-top: 10px;
}

.content_form .input_unit .my_column {
	display: block !important;
}

.content_form .input_unit .my_right.my_column {
	width: 100%;
}
.my_column .my_right {
	padding: 0 !important;
}

.my_column .my_left {
   width: 100%;
}

input[type="text"] {
	font-size: 26px;
	font-weight: 500;
	padding-left: 20px;
	background-color: #ffffdd;
	border-radius: 10px;
	border: solid 3px #e91e4e;
	height: 80px;
	width: 575px;
	text-align: left;
	margin-top: 10px;
  }

  @media only screen and (max-width: 768px) {
	input[type="text"] {
		font-size: 26px;
		font-weight: 500;
		padding-left: 20px;
		background-color: #ffffdd;
		border-radius: 10px;
		border: solid 3px #e91e4e;
		height: 80px;
		width: 575px;
		text-align: left;
		margin: 10px 0 15px 0;
	  }
	}

  .required_color {
    background-color: #ffffdd !important;
}

  form.myForm div.submit {
    text-align: center;
    margin-top: 20px !important;
}

@media only screen and (max-width: 768px) {
	form.myForm div.submit {
		text-align: center;
		margin-top: 0 !important;
	}
}

  input[type="submit"] {
	background-image: url(../images/btn.png);
	height: 118px;
	width: 572PX;
  }

  input[type="submit"]:hover {
	opacity: 0.8;
}

.privacy-policy {
	font-size: 14px;
	color: #6d6d6d;
	line-height: 20px;
	text-align: justify;
	text-align-last: left;
	margin: 10px 40px 0 40px;
}

@media only screen and (max-width: 768px) {
	.privacy-policy {
		margin: 20px 60px 0 60px;
	}
}

.privacy-policy a {
	color: #e91e4e;
	text-decoration: underline;
}

/*
------------------------------------------------------------------------------------------------------------
スライドイメージ画像
------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------
櫻井先生プレゼン資料
------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------
動画挿入のCSS（Youtube）
------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------
at designが制作しました
------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------
フッターの設定
------------------------------------------------------------------------------------------------------------
*/

footer {
	width: 100%;
	margin: 0 auto;
	font-size: 85%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	position: relative;
	background-color: #393939;
	font-size: 90%;
}

footer a {
	color: #fff;
	margin: 10px 0;
}

footer p {
	margin: 15px 0;
}

.copy {
	color: #fff;
	font-size: 80%;
	text-align: center;
}

.copy a {
	text-decoration: underline;
	color: #ffffd0;
}

@media only screen and (max-width: 768px) {
	footer {
		/*mobile*/
		width: 100%;
		/*横幅設定*/
		font-size: 90%;
		/*文字サイズ*/
		margin-bottom: 0;
		/*外側下の余白設定*/
	}
}

/*
------------------------------------------------------------------------------------------------------------
魔法の言葉
------------------------------------------------------------------------------------------------------------
*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}