@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: .2s ease;
}
a:hover,
a:active {
	color: #6bc366;
}

img {
	vertical-align: bottom;
	transition: .2s ease;
}
@media print, screen and (min-width: 1024px) {
	a img:hover {
		opacity: .5;
	}
}

p + p {
	margin-top: 1em;
}

ul {
	list-style-type: none;
}

table {
	width: 100%;
	margin-top: 20px;
}

tbody th {
	width: 35%;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}

tbody td {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
tbody td + td {
	border-left: 1px solid #ddd;
}

input[type="checkbox"],
input[type="radio"],
label,
button {
	margin: 0;
	cursor: pointer;
}

textarea {
	display: block;
	width: 100%;
	height: 10em;
	resize: vertical;
}

input[type="text"],
textarea {
	-webkit-appearance: none;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #333;
	font-size: 16px;
	font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: .05em;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	* {
		word-break: normal !important;
		word-wrap: break-word;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}



/* 共通クラス
---------------------------------------------- */
.container {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.br:before {
	white-space: pre;
	content: "\A";
}

.df {
	-js-display: flex;
	display: flex;
}

.bold {
	font-weight: bold;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.required {
	color: #0070bd;
}

@media only screen and (max-width: 1023px) {
	.container {
		width: 94%;
		margin: auto;
	}

	.df {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 90%;
	}
}



/* ヘッダー
---------------------------------------------- */
.headerArea {
	width: 100%;
	background-color: #fff;
}

.header {
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.header h1 {
	font-size: 24px;
}

.header a {
	color: #0070bd;
}
@media print, screen and (min-width: 1024px) {
	.header a:hover {
		opacity: .5;
	}
}

@media only screen and (max-width: 1023px) {
	.header {
		height: auto;
		padding: 20px 0;
	}
}



/* コンテンツ
---------------------------------------------- */
.mainContents {
	min-height: calc(100vh - 150px);
}


/* ----- 共通 ----- */
.titleArea {
	text-align: center;
}

h2.title-wide {
	padding: 45px 0;
	background: url("../images/title-wide_bg.png") 0 bottom repeat;
	background-size: 10px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
}

.arrow-title-wide,
.arrow-white,
.arrow-blue {
	position: relative;
}
.arrow-title-wide:after,
.arrow-white:after,
.arrow-blue:after {
	position: absolute;
	bottom: -43px;
	left: 50%;
	z-index: 10;
	width: 86px;
	height: 43px;
	margin-left: -43px;
	content: "";
}
.arrow-title-wide:after {
	background: url("../images/arrow-title-wide.png") center center no-repeat;
}
.arrow-white:after {
	background: url("../images/arrow-white.png") center center no-repeat;
}
.arrow-blue:after {
	background: url("../images/arrow-blue.png") center center no-repeat;
}

.titleArea h2 {
	display: inline-block;
	margin: 0 auto 80px;
	font-size: 38px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}
.titleArea h2 span.line-blue {
	padding: 0 10px;
	background: url("../images/line-blue.png") 0 bottom repeat-x;
	color: #333;
}
.titleArea h2 span.line-deepblue {
	padding: 0 10px;
	background: url("../images/line-deepblue.png") 0 bottom repeat-x;
	color: #fff;
}

.mainContents .container {
	padding: 100px 0;
}

.arrowArea {
	position: relative;
}

.mainContents .pb100 {
	padding-bottom: 100px !important;
}
.mainContents .pb143 {
	padding-bottom: 143px !important;
}

.arrow {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.arrow div {
	position: relative;
	width: calc(50% - 43px);
	height: 43px;
}
.arrow div:after {
	display: block;
	position: absolute;
	top: 0;
	width: 43px;
	height: 43px;
	content: "";
}
.arrow-left {
	float: left;
}
.arrow-left:after {
	right: -43px;
}
.arrow-right {
	float: right;
}
.arrow-right:after {
	left: -43px;
}

@media only screen and (max-width: 1023px) {
	h2.title-wide {
		padding: 45px 0;
		font-size: 28px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px) {
	h2.title-wide {
		padding: 45px 4%;
	}

	.mainContents .container {
		padding: 70px 0;
	}
}



/* ----- リード文 ----- */
.lede h2 span {
	display: block;
	font-weight: normal;
	font-size: 20px;
}

@media only screen and (max-width: 1023px) {
	.lede h2 span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.lede h2 span {
		margin-top: 10px;
	}
}



/* ----- 開催日時 ----- */
.date {
	position: relative;
	background: url("../images/date_bg.png");
}

.date h3 {
	width: 710px;
	height: 76px;
	margin: 100px auto 70px;
	border: 1px solid #0070bd;
	border-radius: 38px;
	color: #0070bd;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	line-height: 76px;
}
.date h3:nth-of-type(1) {
	margin: 0 auto 70px;
}

.date dl {
	-js-display: flex;
	display: flex;
	width: 710px;
	margin: auto;
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

.date dt {
	width: 160px;
}

.date_date dd {
	line-height: 1em;
}

.date_md {
	display: inline-block;
	color: #0070bd;
	font-size: 38px;
}

.date_time {
	font-size: 24px;
}

.date_access {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.date iframe {
	width: 605px;
	height: 300px;
}

.date .arrow div {
	background-color: #7fb7de;
}

.date .arrow-left:after {
	background: url("../images/arrow-b-left.png") 0 0 no-repeat;
}

.date .arrow-right:after {
	background: url("../images/arrow-b-right.png") 0 0 no-repeat;
}

@media only screen and (max-width: 1023px) {
	.date h3 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.date h3,
	.date h3:nth-of-type(1) {
		margin-bottom: 20px;
	}

	.date dl {
		flex-direction: column;
		width: 100%;
	}

	.date dt,
	.date iframe {
		width: 100%;
	}

	.date dt {
		font-weight: bold;
		font-size: 24px;
		font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}

	.date dd {
		line-height: 1.7;
	}

	.date_md {
		line-height: 1em;
	}

}



/* ----- 講師及びテーマ ----- */
.theme {
	position: relative;
	background: #7fb7de;
	color: #333;
}

.theme h3 {
	margin: 0 0 25px;
	padding: 15px 0;
	background: url("../images/theme_heading.png") center center repeat;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}
.theme h3:nth-of-type(n + 2) {
	margin: 100px 0 25px;
}

.theme h4 {
	margin-bottom: 5px;
	color: #0070bd;
	font-weight: bold;
	font-size: 24px;
}

.theme .arrow div {
	background-color: #fff;
}

.theme .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}

.theme .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
	.theme h3 {
		margin: 0 0 20px;
		font-size: 22px;
	}
	.theme h3:nth-of-type(n + 2) {
		margin: 70px 0 20px;
	}

	.theme h4 {
		font-size: 18px;
	}
}



/* ----- お申込み ----- */
.applicationBtn a {
	display: block;
	position: relative;
	width: 500px;
	height: 130px;
	margin: 70px auto 0;
	border-radius: 5px;
	background-color: #004e84;
	color: #fff;
	text-align: center;
	transition: .15s ease;
}
@media print, screen and (min-width: 1024px) {
	.applicationBtn a:hover {
		height: 125px;
		margin-top: 75px;
	}
}

.applicationBtn a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	border-radius: 5px;
	background-color: #0070bd;
	font-size: 36px;
	line-height: 125px;
}

@media only screen and (max-width: 767px) {
	.applicationBtn a {
		width: 90%;
	}

	.applicationBtn a span {
		font-size: 26px;
	}
}



/* フッター
---------------------------------------------- */
/* ----- コピーライト ----- */
.footer {
	padding: 25px 0;
	background-color: #333;
	text-align: center;
}

.copy {
	color: #fff;
	font-size: 16px;
}



/* フォーム
---------------------------------------------- */
.form_lede {
	margin-bottom: 30px;
	text-align: center;
}

.form table {
	width: 710px;
	margin: auto;
}

.form_tb input[type="radio"] {
	vertical-align: 0;
}

.confArea {
	margin-top: 50px;
	text-align: center;
}

input.submitBtn {
	padding: 15px 60px;
	border: 0;
	border-radius: 5px;
	background-color: #0070bd;
	color: #fff;
	font-size: 18px;
	font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	cursor: pointer;
	transition: .2s ease;
}
@media print, screen and (min-width: 1024px) {
	input.submitBtn:hover {
		opacity: .5;
	}
}

@media only screen and (max-width: 1023px) {
	.form table {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.form table th,
	.form table td {
		display: block;
		width: 100%;
		min-height: 50px;
		border-bottom: 0;
	}
}

/* エラー */
.errs {
	width: 710px;
	margin: 30px auto;
	padding: 15px 20px;
	border: 3px solid #d63037;
}

.errs li {
	padding-left: 35px;
	text-indent: -35px;
}
.errs li + li {
	margin-top: 3px;
}
.errs li:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: url("../images/icon-excl.png");
	vertical-align: -1px;
	content: "";
}

@media only screen and (max-width: 1023px) {
	.errs {
		width: 100%;
	}
}

/* 確認ページ */
.submitArea {
	margin-top: 50px;
	text-align: center;
}

input.backBtn {
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #0070bd;
	font-size: 18px;
	font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	transition: .2s ease;
	cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
	input.backBtn:hover {
		opacity: .5;
	}
}


/* サンクスページ */
.thanks_back {
	margin-top: 100px;
	text-align: center;
}

.thanks_back a {
	padding: 15px 60px;
	border-radius: 3px;
	background-color: #0070bd;
	color: #fff;
}
@media print, screen and (min-width: 1024px) {
	.thanks_back a:hover {
		opacity: .5;
	}
}




/* //////////////////////////////////////////////////
【PCのみ】
@media print, screen and (min-width: 1024px) {
}

【PC～タブレット】
@media print, screen and (min-width: 768px) {
}

【タブレット】
@media only screen and (max-width: 1023px) {
}

【タブレット(横)】
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:landscape) {
}

【スマートフォン】
@media only screen and (max-width: 767px) {
}

【スマートフォン(横)】
@media (min-width: 568px) and (max-width: 767px) {
}

【フォント指定：明朝】
font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
////////////////////////////////////////////////// */