@charset "utf-8";


/* =========================================================

	全体

========================================================== */
body {
	margin: 0px;
	padding: 0px;

	color: #333;
	font-size: 14px;
	line-height: 2;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background: #fff;
	-webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	max-width: 100%;
	vertical-align: bottom;
}

.img_r {
	float: right;
	margin-left: 30px;
}

input,textarea,select {
	font-size: 14px;
}

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}

a {
	color: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #e6308c;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* =========================================================

	横幅

========================================================== */
.inner {
	width: 980px;
	margin: 0 auto;
}


/* =========================================================

	ヘッダー

========================================================== */
header {
	position: fixed;
	top: 0;

	width: 100%;
	padding: 10px 0 12px 0;

	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);

	z-index: 100;
	background: #e6308c;
}

	/* -------------------------------------------
		ロゴ
	------------------------------------------- */
	header .inner {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}

	/* -------------------------------------------
		メニュー
	------------------------------------------- */
	#menu {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: flex-end;
  		justify-content:         flex-end;
	}

	#menu a:link, #menu a:visited {
		margin-left: 40px;

		color: #fff;
		font-size: 1.4em;

		line-height: 56px;
		letter-spacing: 0.2em;
		text-decoration: none;
	}

	#menu a:hover {
		color: #ffea00;
	}

	/*スマホ用メニューを表示させない*/
	#s-menu {
		display: none;
	}


/* =========================================================

	トップページ

========================================================== */
#TopPage {
	margin: 78px 0;
}

	/* -------------------------------------------
		スライダー
	------------------------------------------- */
	#slider {
		position: relative;
		margin-bottom: 30px;
	}

	/* -------------------------------------------
		会社名
	------------------------------------------- */
	#TopPage .companyname {
		position: absolute;
		top: 85px;
		left: 0;

		width: 100%;
		z-index: 90;
	}

	#TopPage .companyname strong {
		display: block;

		font-size: 80px;
		font-weight: bold;
		line-height: 1.15em;
		letter-spacing: 0.08em;

		filter:dropshadow(color=#fff,offX= 0,offY=-1)
		dropshadow(color=#fff,offX= 1,offY= 0)
		dropshadow(color=#fff,offX= 0,offY= 1)
		dropshadow(color=#fff,offX=-1,offY= 0);

		-webkit-text-stroke-color: #fff;
		-webkit-text-stroke-width: 1px;

		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	}

	/* オレンジ */
	#TopPage .companyname span {
		color: #e6308c;
	}

	/* -------------------------------------------
		キャッチフレーズ
	------------------------------------------- */
	#TopPage h2 {
		padding: 0;
		margin: 0;

		font-size: 1.87em;

		border: none;
		border-bottom: 1px solid #333;

		background: none;
		box-shadow: none;
	}

	/* ピンク */
	#TopPage h2 strong {
		margin: 0 5px;
		color: #e6308c;
	}

	/* -------------------------------------------
		説明文
	------------------------------------------- */
	#TopPage p {
		margin-top: 30px;
		width: 980px;
		font-size: 1.15em;
	}


/* =========================================================

	新着情報

========================================================== */

	/* -------------------------------------------
		タイトル
	------------------------------------------- */
	#news h2 {
		padding: 5px 15px;
		margin-bottom: 30px;

		font-size: 1.5em;
		border: 1px solid #ccc;
		border-top: 3px solid #e6308c;
		background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
		background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
		box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	}

	/* -------------------------------------------
		一覧
	------------------------------------------- */
	#news dl {
		height: 20em;
   		overflow: auto;
	}

	/* 日付 */
	#news dt {
		float: left;
		width: 8em;
		font-weight: bold;
	}

	/* 内容 */
	#news dd {
		padding-left: 8em;
	}

	#news .new {
		margin: 0px 5px 0 0;
		padding: 0px 5px;

		color: #FFF;
		font-size: 10px;
		background: #cc0000;
		border-radius: 2px;
	}

	#news a {
		color: #cd505f;
		text-decoration: none;
	}

	#news a:hover {
		text-decoration: underline;
	}


/* =========================================================

	サブページ

========================================================== */
#SubPage {
	margin: 130px auto 0 auto;
}

	#SubPage section {
		margin-bottom: 70px;
	}

	#SubPage section:last-child {
		margin: 0 auto;
	}


	/* -------------------------------------------
		タイトル
	------------------------------------------- */
	#SubPage h2 {
		padding: 5px 15px;
		margin-bottom: 30px;

		font-size: 1.5em;
		border: 1px solid #ccc;
		border-top: 3px solid #e6308c;
		background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
		background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
		box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	}

	#SubPage h3 {
		color: #e6308c;
		font-size: 1.34em;
	}

	#SubPage p + h3, #SubPage ul + h3 {
		margin-top: 20px;
	}

	#SubPage h4 {
		margin-bottom: 10px;
	}

	#SubPage p + h4 {
		margin-top: 20px;
	}

	/* -------------------------------------------
		プロフィール
	------------------------------------------- */
	.profile img {
		padding: 10px;
		border: 1px solid #aaa;
	}

	.profile ul {
		margin-left: 1.5em;
		list-style-type: disc;
	}

	/* -------------------------------------------
		セミナーの様子
	------------------------------------------- */
	.photo {
		margin-top: 2em;
	}

	.photo img {
		margin-bottom: 10px;
	}

	.photo img:last-child {
		margin: 0;
	}


/* =========================================================

	PAGE TOP

========================================================== */
#pagetop {
	clear: both;
	margin-top: 100px;
}

#pagetop a {
	display: block;
	float: right;
	padding: 0px 30px;

	color: #FFF;
	font-size: 20px;
	text-align: center;
	text-decoration: none;

	background: #999;
	border: 1px solid #999;
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
}

#pagetop a:hover {
	color: #999;
	background: #fff;
}


/* =========================================================

	フッター

========================================================== */
footer {
	padding: 10px 0;
	clear: both;
	color: #fff;
	background: #e6308c;
}

	/* -------------------------------------------
		レイアウト
	------------------------------------------- */
	footer .inner {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}


/* =========================================================

	お問合わせ　・　テーブル

========================================================= */
form {
	margin: 0;
	padding: 0;
}

	/* -------------------------------------------
		説明
	------------------------------------------- */
	form p {
		margin: 30px 0;
	}

	/* -------------------------------------------
		レイアウト
	------------------------------------------- */
	form dl, dl.table {
		overflow: hidden;

		margin: 0 auto 30px auto;
		width: 100%;

		background: #eee;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}

	form dt, form dd, .table dt, .table dd {
		margin: 0;
		padding: 15px;
		border-top: 1px solid #aaa;
	}

	form dt, .table dt {
		clear: both;
		float: left;

		width: 32%;
		color: #333;
	}

	form dd, .table dd {
		width: 68%;
		float: right;

		background: #fff;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}

	form dd:after, .table dd:after {
		clear: both;
	}

	.table dt {
		width: 20%;
	}

	.table dd {
		width: 80%;
	}

	/* ---------------------------------------
		エラーメッセージ
	--------------------------------------- */
	.error_message {
		margin: 0 0 8px 0;
		padding: 5px 0 5px 10px;

		color: #ae4444;
	    font-size: 12px;
		font-weight: bold;
		background: #ffcfcf;
	}

	/* -------------------------------------------
		各パーツ　クリア
	------------------------------------------- */
	input, textarea, select, button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

		/* ---------------------------------------
			テキストボックス・テキストエリア
		--------------------------------------- */
		input[type="text"], textarea {
			padding: 8px;
			width: 100%;

			outline: none;
			border-radius: 3px;
			border: 1px solid #aaa;
			background: #fff;

			-webkit-transition: all .3s;
			transition: all .3s;
		}

		input[type="text"]:focus, textarea:focus {
			box-shadow: 0 0 7px #ff0000;
			border: 1px solid #ff0000;
		}

		/* 長さ短め */
		form .s {
			width: 50%;
		}

		/* ---------------------------------------
			テキストエリア：リサイズ不可
		--------------------------------------- */
		textarea {
			resize: none;
		}

		/* ---------------------------------------
			×マークの削除　text | password
		--------------------------------------- */
		input::-ms-clear, input::-ms-reveal {
			visibility: hidden;
		}

		/* ---------------------------------------
			セレクトボックス
		--------------------------------------- */
		select {
			cursor: pointer;
			width: 50%;

			padding: 8px;
			outline: none;
			border-radius: 3px;
			border: 1px solid #aaa;
			background: #fff url('../img/select_option.png') no-repeat right center;
		}

		/* -------------------------------------------
			送信ボタン
		------------------------------------------- */
		input[type="submit"] {
			display: block;
			cursor: pointer;

			margin: 0 auto;
			width: 350px;
			height: 65px;

			border: 0px;
			background: url('../img/submit.png') left top no-repeat;
			background-size: 100%;

			-webkit-transition: all .3s;
			transition: all .3s;
		}

		input[type="submit"]:hover {
			background: url('../img/submit_hover.png') left top no-repeat;
			background-size: 100%;
		}
