@charset "UTF-8";
/* CSS Document */

/* ヘッダー部分　ここから */

.head {
	max-width: 1080px;
	margin: 10px auto 10px auto;
}

h1 {
	height: 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.header {
	max-width: 1080px;
	position: relative;
	left: 0px;
}

.head_img{
	width: 600px;
	margin: 10px 0 0 0;
}

/* ヘッダーメニュー全体 */
.headermenu {
	position: absolute;
	top: 25px;
	left: 600px;
	font-size: 0.8em;
}

/* ヘッダーメニュー１つあたり */
.headermenu li {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}

.headermenu li a {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 15px;
	border-radius: 30px;
	border: 2px solid #ff8a00;
	background: #ffa200;
}

/* ヘッダーメニュー　マウスオン時 */
.headermenu li a:hover {
	color: #ffa200;
	font-weight: bold;
	background: #ffffff;
}

.head_bar{
	border: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffa200;
}

/* ヘッダー部分　ここまで */



/* トップイメージ */
.top_img {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


h2 {
	width: 950px;
	text-align: center;
	font-size: 2.8em;
	line-height: 1.4em;
	color: #ffa200;
	margin: 40px auto 40px auto;
}


/* 本文　ここから */

.content1 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.midashi {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 本文　ここまで */


/* ミドル画像 */
.middle_img {
	width: 940px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}


/* 指導・コンサルティング説明部分　ここから */

.content2 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.shidou {
	width: 450px;
	float: left;
	border: 5px solid #ffa200;
}

.consulting {
	width: 450px;
	float: right;
	border: 5px solid #e400ff;
}

.head_o {
	width: 450px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.5em;
	line-height: 2.3em;
	font-weight: bold;
	color: #ffa200;
	border-bottom: 3px solid #ffa200;
	background: #fff7d9;
	background: linear-gradient(#fff7d9, #ffde6b);
}

.head_p {
	width: 450px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.0em;
	line-height: 2.9em;
	font-weight: bold;
	color: #e400ff;
	border-bottom: 3px solid #e400ff;
	background: #fce5ff;
	background: linear-gradient(#fce5ff, #f391ff);
}

.content2m {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}

.word_o {
	text-align: center;
	font-size: 1.6em;
	color: #ffa200;
}

.word_p {
	text-align: center;
	font-size: 1.6em;
	color: #e400ff;
}

.content2s {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px auto 0 auto;
	clear: both;
}

.content2s_left {
	width:205px;
	float: left;
	margin: 0px auto 50px auto;
}

.content2s_right {
	width: 205px;
	float: right;
	margin: 0px auto 50px auto;
}

.content2s_2nd {
	width: 205px;
	float: left;
	margin: 0px auto 50px auto;
}

.word_t {
	font-size: 1.1em;
	font-weight: bold;
}

.word_s {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 15px;
}

.content3s {
	line-height: 1.1em;
}

/* 指導・コンサルティング説明部分　終了 */


/* お申し込みボタン画像 */
.app {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 65px;
	clear: both;
}


/* 申し込む前に　ここから */

.tablered {
	width: 900px;
	margin: 0 auto;
	border: 5px solid #ff0000;
	border-collapse: collapse;
}

.strenght_top {
	width: 780px;
	height: 80px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 2.1em;
	color: #ffffff;
	margin-top: 40px;
	margin-left: 50px;
	padding-left: 40px;
	position: relative;
	overflow: visible !important;
	background: -webkit-linear-gradient(90deg, #ff0000 0%, #ffffff 95%);
	background: -moz-linear-gradient(90deg, #ff0000 0%, #ffffff 95%);
	background: -ms-linear-gradient(90deg, #ff0000 0%, #ffffff 95%);
	background: -o-linear-gradient(90deg, #ff0000 0%, #8ffffff 95%);
	background: linear-gradient(90deg, #ff0000 0%, #ffffff 95%);
}

.strenght {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.strenght dt {
	width: 730px;
	font-size: 1.4em;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.8em;
	margin: 50px auto 0 auto;
	padding-left: 55px;
	position: relative;
	text-indent: -1em;
}

.strenght dt:before {
	content: '●';
}

.strenght dd {
	width: 700px;
	word-wrap: break-word;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 30px;
	position: relative;
	
}

/* 申し込む前に　ここまで */




/* メリット説明部分　ここから */

.tableblue {
	width: 900px;
	margin: 0 auto;
	border: 5px solid #2395ff;
	border-collapse: collapse;
}

.merit_top {
	width: 780px;
	height: 80px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 2.1em;
	color: #ffffff;
	margin-top: 40px;
	margin-left: 50px;
	padding-left: 40px;
	position: relative;
	overflow: visible !important;
	background: -webkit-linear-gradient(90deg, #2395ff 0%, #ffffff 95%);
	background: -moz-linear-gradient(90deg, #2395ff 0%, #ffffff 95%);
	background: -ms-linear-gradient(90deg, #2395ff 0%, #ffffff 95%);
	background: -o-linear-gradient(90deg, #2395ff 0%, #8ffffff 95%);
	background: linear-gradient(90deg, #2395ff 0%, #ffffff 95%);
}

.merit {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.merit dt {
	width: 730px;
	font-size: 1.4em;
	color: #2395ff;
	font-weight: bold;
	line-height: 1.8em;
	margin: 50px auto 0 auto;
	padding-left: 55px;
	position: relative;
	text-indent: -1em;
}

.merit dt:before {
	content: '○';
}

.merit dd {
	width: 700px;
	word-wrap: break-word;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 30px;
	position: relative;
	
}

/* メリット説明部分　ここまで */




/* 質問説明部分　ここから */

.tablered {
	width: 900px;
	margin: 0 auto;
	border: 5px solid #ff4223;
	border-collapse: collapse;
}

.qanda_top {
	width: 780px;
	height: 80px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 2.1em;
	color: #ffffff;
	margin-top: 40px;
	margin-left: 50px;
	padding-left: 40px;
	position: relative;
	overflow: visible !important;
	background: -webkit-linear-gradient(90deg, #ff4e00 0%, #ffffff 95%);
	background: -moz-linear-gradient(90deg, #ff4e00 0%, #ffffff 95%);
	background: -ms-linear-gradient(90deg, #ff4e00 0%, #ffffff 95%);
	background: -o-linear-gradient(90deg, #ff4e00 0%, #8ffffff 95%);
	background: linear-gradient(90deg, #ff4e00 0%, #ffffff 95%);
}

.qanda {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.qanda dt {
	width: 730px;
	font-size: 1.2em;
	color: #ff4e00;
	line-height: 1.6em;
	margin: 50px auto 0 auto;
	padding-left: 65px;
	position: relative;
	text-indent: -2em;
}

.qanda dt:before {
	content: 'Ｑ．';
}

.qanda dd {
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 20px;
	position: relative;
	word-wrap: break-word;
}

/* 質問説明部分　ここまで */


/* フッター部分　ここから */

.foot_img {
	width: 940px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}

.hr_foot {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

/* フッター部分　ここまで */
