﻿/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1100px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.gold {
	color: #ad8036;
}

.dark-blue {
	color: #286fb8;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-b-mini {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-title {
	background: #286fb8;
	box-sizing: border-box;
	text-align: center;
}

.top-title.green-bg {
	background: #57b0a3;
}

.top-title .wrapper {
	padding: 40px 0;
}

.top-title-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
}

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	background: url(images/top-kv-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-kv .wrapper {
	padding: 60px 0;
}

.top-kv-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 1000px;
}

.top-kv-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
このようなお悩みございませんか？
------------------------------*/

.top-worries-content {
	background: url(images/top-worries-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-worries-content .wrapper {
	padding: 60px 0;
}

.top-worries-content-dl {
	box-sizing: border-box;
	padding-top: 40px;
	position: relative;
}

.top-worries-content-dl dt {
	box-sizing: border-box;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 3;
}

.top-worries-content-dl-dt-in {
	background: #286fb8;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	padding: 10px 30px;
}

.top-worries-content-dl dd {
	background: #fff;
	box-sizing: border-box;
	border-color: #286fb8 !important;
	border: 5px solid;
	min-height: 574px;
	padding: 65px 30px 30px;
	position: relative;
}

.top-worries-content-dl-dd-bg {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.top-worries-content-dl-dd-bg img {
	height: 100%;
	width: auto;
}

.top-worries-content-dl-dd-check-list {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.top-worries-content-dl-dd-check-list li {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	margin-bottom: 40px;
	padding-left: 45px;
	position: relative;
	text-shadow: 1px  1px 1px #fff,
							-1px  1px 1px #fff,
							 1px -1px 1px #fff,
							-1px -1px 1px #fff,
							 1px  0px 1px #fff,
							 0px  1px 1px #fff,
							-1px  0px 1px #fff,
							 0px -1px 1px #fff;
}

.top-worries-content-dl-dd-check-list li:last-child {
	margin-bottom: 0;
}

.top-worries-content-dl-dd-check-list-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 7px;
	width: 35px;
}

.top-worries-content-dl-dd-check-list-icon::before {
	background: url(images/icon-checkbox.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 94.285%;
	position: relative;
	width: 100%;
}

/*------------------------------
動画
------------------------------*/
.sec-movie{
    margin: 0 auto;
	width:80%;
}

/*------------------------------
挨拶
------------------------------*/

.top-greeting-content {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 85%,rgba(220,231,231,1) 100%);
	box-sizing: border-box;
	position: relative;
}

.top-greeting-content .wrapper {
	padding: 60px 0 213px;
	position: relative;
	z-index: 2;
}

.top-greeting-content-main-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
}

.top-greeting-content-main-text p {
	margin-bottom: 40px;
}

.top-greeting-content-main-text p:last-child {
	margin-bottom: 0;
}

.top-greeting-content-main-text .big {
	box-sizing: border-box;
	display: inline;
	font-size: 51px;
}

.top-greeting-content-main-text .mini {
	box-sizing: border-box;
	display: inline;
	font-size: 30px;
}

.top-greeting-content-main-text .line {
	box-sizing: border-box;
	display: inline;
	text-decoration: underline;
}

.top-greeting-content-con {
	box-sizing: border-box;
	margin: 40px 0 -19px;
}

.top-greeting-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 19px 19px 0;
	padding: 10px 15px 15px 10px;
	width: 354px;
}

.top-greeting-content-con section:nth-child(3n),
.top-greeting-content-con section:last-child {
	margin-right: 0;
}

.top-greeting-content-con-in {
	background: #fcfcfb;
	box-sizing: border-box;
	border-color: #ad8036 !important;
	border: 3px solid;
	box-shadow: 5px 5px 15px -5px rgba(173,128,54,0.6);
	height: 100%;
	padding: 20px;
}

.top-greeting-content-con-in-img {
	box-sizing: border-box;
	display: inline-block;
}

.top-greeting-content-con-in-img img {
	height: auto;
	width: auto;
}

.top-greeting-content-con-in-text {
	box-sizing: border-box;
	font-size: 30px;
	line-height: 50px;
	margin-top: 20px;
	text-align: center;
}

.top-greeting-content-con-in-text .big {
	box-sizing: border-box;
	display: inline;
	font-weight: 700;
	font-size: 40px;
}

.top-greeting-content-arrow-img {
	box-sizing: border-box;
	display: block;
	margin: 40px 0;
	width: 351px;
}

.top-greeting-content-arrow-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-main-img {
	box-sizing: border-box;
	display: block;
	margin-top: 40px;
	width: 461px;
}

.top-greeting-content-main-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-text {
	box-sizing: border-box;
	font-size: 34px;
	line-height: 58px;
	margin-top: 40px;
	text-align: center;
}

.top-greeting-content-text p {
	margin-bottom: 40px;
}

.top-greeting-content-text p:last-child {
	margin-bottom: 0;
}

.top-greeting-content-text .big {
	box-sizing: border-box;
	display: inline;
	font-weight: 700;
	font-size: 45px;
	line-height: 71px;
}

.top-greeting-content-text .line {
	box-sizing: border-box;
	display: inline;
	text-decoration: underline;
}

.top-greeting-content-bg {
	box-sizing: border-box;
	bottom: 0;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1041px;
}

.top-greeting-content-bg img {
	height: auto;
	width: 100%;
}

/*------------------------------
セミナー内容
------------------------------*/

.top-seminar-content {
	box-sizing: border-box;
}

.top-seminar-content .wrapper {
	padding: 40px 0 80px;
}

.top-seminar-content-in {
	background: #f3f8fd;
	box-sizing: border-box;
	border-color: #286fb8 !important;
	border: 5px solid;
	padding: 30px;
	position: relative;
}

.top-seminar-content-in-img {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 128px;
}

.top-seminar-content-in-img img {
	height: auto;
	width: 100%;
}

.top-seminar-content-in-check-list {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 500px;
	z-index: 2;
}

.top-seminar-content-in-check-list:nth-child(2n) {
	float: right;
}

.top-seminar-content-in-check-list li {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	padding-left: 32px;
	position: relative;
}

.top-seminar-content-in-check-list li:last-child {
	margin-bottom: 0;
}

.top-seminar-content-in-check-list-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 6px;
	width: 27px;
}

.top-seminar-content-in-check-list-icon::before {
	background: url(images/icon-check.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.top-seminar-content-in-check-list .top-seminar-content-in-check-list-sub {
	box-sizing: border-box;
}

.top-seminar-content-in-check-list .top-seminar-content-in-check-list-sub li {
	box-sizing: border-box;
	margin-bottom: 0;
	padding-left: 37px;
	position: relative;
}

.top-seminar-content-in-check-list .top-seminar-content-in-check-list-sub li::before {
	box-sizing: border-box;
	border-color: #286fb8 !important;
	border-top: 3px solid;
	content: "";
	left: 0;
	position: absolute;
	top: 17px;
	width: 27px;
}

.top-seminar-content-in-check-list .top-seminar-content-in-check-list-sub li:last-child {
	margin-bottom: 0;
}

/*------------------------------
講師プロフィール
------------------------------*/

.top-prof-conetnt {
	box-sizing: border-box;
}

.top-prof-conetnt .wrapper {
	padding: 40px 0 80px;
}

.top-prof-content-info {
	box-sizing: border-box;
	border-color: #286fb8 !important;
	border-bottom: 3px solid;
	padding-bottom: 30px;
}

.top-prof-content-info-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 207px;
}

.top-prof-content-info-img img {
	height: auto;
	width: 100%;
}

.top-prof-content-info-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 247px);
}

.top-prof-content-info-in-title {
	box-sizing: border-box;
}

.top-prof-content-info-in-title-in {
	box-sizing: border-box;
	color: #286fb8;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
}

.top-prof-content-info-in-title-in .mini {
	box-sizing: border-box;
	display: inline-block;
	font-size: 36px;
	margin-right: 20px;
}

.top-prof-content-tb {
	box-sizing: border-box;
	margin-top: 30px;
}

.top-prof-content-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-prof-content-tb table th {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 44px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
	width: 16%;
}

.top-prof-content-tb table td {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 44px;
	padding-bottom: 20px;
	vertical-align: top;
}

.top-prof-content-tb table tr:last-child th,
.top-prof-content-tb table tr:last-child td {
	padding-bottom: 0;
}

.top-prof-content-dl {
	box-sizing: border-box;
	margin-top: 40px;
	position: relative;
}

.top-prof-content-dl dt {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
}

.top-prof-content-dl-dt-in {
	background: #286fb8;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	padding: 5px 30px;
}

.top-prof-content-dl dd {
	background: #eee;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 3px solid;
	padding: 78px 30px 30px;
}

.top-prof-content-dl-dd-text {
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
}

.top-prof-content-dl-dd-text p {
	margin-bottom: 20px;
}

.top-prof-content-dl-dd-text p:last-child {
	margin-bottom: 0;
}

.top-prof-content-dl-dd-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 36px;
}

/*------------------------------
開催概要
------------------------------*/

.top-overview-content {
	box-sizing: border-box;
}

.top-overview-content .wrapper {
	padding: 40px 0 80px;
}

.top-overview-content-con {
	box-sizing: border-box;
}

.top-overview-content-con.col-2 {
	margin-bottom: -60px;
}

.top-overview-content-con + .top-overview-content-con {
	margin-top: 60px;
}

.top-overview-content-con section {
	box-sizing: border-box;
	margin-bottom: 60px;
}

.top-overview-content-con section:last-child {
	margin-bottom: 0;
}

.top-overview-content-con.col-2 section {
	float: left;
	margin: 0 60px 60px 0;
	width: 520px;
}

.top-overview-content-con.col-2 section:nth-child(2n),
.top-overview-content-con.col-2 section:last-child {
	margin-right: 0;
}

.top-overview-content-con-title {
	background: #57b0a3;
	box-sizing: border-box;
	border-radius: 100px;
	float: left;
	padding: 5px 10px;
	text-align: center;
	width: 180px;
}

.top-overview-content-con-title-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

.top-overview-content-con-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 200px);
}

.top-overview-content-con-in-text {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 34px;
}

.top-overview-content-con-in-text p {
	margin-bottom: 20px;
}

.top-overview-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-con-in-text .big {
	box-sizing: border-box;
	display: inline;
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
}

.top-overview-content-con-in-text .big-2 {
	box-sizing: border-box;
	display: inline;
	font-size: 64px;
	line-height: 74px;
}

.top-overview-content-con-in-text .mini {
	box-sizing: border-box;
	display: inline;
	font-size: 20px;
	line-height: 30px;
}

.top-overview-content-con-in-text.shikaku{
	font-weight:700;
	font-size:30px;
	line-height:40px;
}

.top-overview-content-con-in-text.shikaku .sub-tx{
	font-size:24px;
	line-height:34px;
}

.top-overview-content-con-in-2 {
	background: #eee;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 3px solid;
	margin-top: 20px;
	padding: 10px;
}

.top-overview-content-con-in-2-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
}

.top-overview-content-con-in-2-text p {
	margin-bottom: 20px;
}

.top-overview-content-con-in-2-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-con .top-overview-content-con-in-con section {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.top-overview-content-con .top-overview-content-con-in-con section:last-child {
	margin-bottom: 0;
}

.top-overview-content-con-in-con-in {
	box-sizing: border-box;
	float: left;
	width: 480px;
}

.top-overview-content-con-in-con-in-title {
	box-sizing: border-box;
	padding-right: 18px;
	position: relative;
}

.top-overview-content-con-in-con-in-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 18px 22px 0;
	border-color: #e8f1f0 transparent transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	width: 0;
}

.top-overview-content-con-in-con-in-title-in {
	background: #e8f1f0;
	box-sizing: border-box;
	padding: 5px 10px;
}

.top-overview-content-con-in-con-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}

.top-overview-content-con-in-con-in-sub-title {
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}

.top-overview-content-con-in-con-in-sub-title-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	padding: 0 25px;
	position: relative;
}

.top-overview-content-con-in-con-in-sub-title-in::before,
.top-overview-content-con-in-con-in-sub-title-in::after {
	background: #000;
	box-sizing: border-box;
	content: "";
	height: 35px;
	position: absolute;
	top: 0;
	width: 3px;
}

.top-overview-content-con-in-con-in-sub-title-in::before {
	left: 6px;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
}

.top-overview-content-con-in-con-in-sub-title-in::after {
	right: 6px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}

.top-overview-content-con-in-con-price {
	box-sizing: border-box;
	float:left;
	height: 44px;
	position: relative;
	width: calc(100% - 500px);
}

.top-overview-content-con-in-con-price-in {
	box-sizing: border-box;
	bottom: 0;
	color: #ff0000;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	left: 0;
	position: absolute;
}

.top-overview-content-con-in-con-price-in .big {
	box-sizing: border-box;
	display: inline;
	font-size: 40px;
	line-height: 50px;
}

.top-overview-content-con .top-overview-content-con-in-con section.sec-point .top-overview-content-con-in-con-price {
	height: 89px;
}

.top-overview-content-schedule {
	background: #eee;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 30px;
}

.top-overview-content-schedule-title {
	box-sizing: border-box;
	border-color: #57b0a3 !important;
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.top-overview-content-schedule-title-in {
	box-sizing: border-box;
	color: #57b0a3;
	float: left;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
}

.top-overview-content-schedule-title-text {
	box-sizing: border-box;
	float: right;
	font-size: 20px;
	line-height: 30px;
}

.top-overview-content-schedule-tb {
	box-sizing: border-box;
	margin-top: 20px;
}

.top-overview-content-schedule-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-overview-content-schedule-tb table th {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
	width: 20%;
}

.top-overview-content-schedule-tb table td {
	box-sizing: border-box;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 20px;
	vertical-align: top;
}

.top-overview-content-schedule-tb table tr:last-child th,
.top-overview-content-schedule-tb table tr:last-child td {
	padding-bottom: 0;
}

.top-overview-content-schedule-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #57b0a3 !important;
	border: 2px solid;
	margin-top: 20px;
	padding: 10px;
}

.top-overview-content-schedule-in-text {
	box-sizing: border-box;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.top-overview-content-schedule-in-text p {
	margin-bottom: 20px;
}

.top-overview-content-schedule-in-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-guarantee {
	background: #eee;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 30px;
}

.top-overview-content-guarantee-title {
	box-sizing: border-box;
}

.top-overview-content-guarantee-title-in {
	background: #f87e1b;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 30px;
}

.top-overview-content-guarantee-title-in-in {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	padding-left: 53px;
	position: relative;
}

.top-overview-content-guarantee-title-in-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 43px;
}

.top-overview-content-guarantee-title-in-in-icon::before {
	background: url(images/top-guarantee-icon-img.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 92.1875%;
	position: relative;
	width: 100%;
}

.top-overview-content-guarantee-text {
	box-sizing: border-box;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin-top: 20px;
}

.top-overview-content-guarantee-text p {
	margin-bottom: 20px;
}

.top-overview-content-guarantee-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-benefits {
	background: #fcf6ec;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 30px;
}

.top-overview-content-benefits-title {
	box-sizing: border-box;
	border-color: #ad8036 !important;
	border-bottom: 2px solid;
	padding-bottom: 20px;
}

.top-overview-content-benefits-title-in-icon-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 183px;
}

.top-overview-content-benefits-title-in-icon-img img {
	height: auto;
	width: 100%;
}

.top-overview-content-benefits-title-in {
	box-sizing: border-box;
	color: #ad8036;
	float: right;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	width: calc(100% - 223px);
}

.top-overview-content-benefits-text {
	box-sizing: border-box;
	font-size: 22px;
	line-height: 42px;
	margin-top: 20px;
}

.top-overview-content-benefits-text p {
	margin-bottom: 20px;
}

.top-overview-content-benefits-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-benefits-text .big {
	box-sizing: border-box;
	display: inline;
	font-size: 30px;
}

/*------------------------------
お申込み
------------------------------*/

.top-order-content {
	background: #f7f7f7;
	box-sizing: border-box;
}

.top-order-content .wrapper {
	padding: 40px 0 80px;
}

.top-order-content-btn-img {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 628px;
}

.top-order-content-btn-img img {
	height: auto;
	width: 100%;
}

.top-order-content-btn-img-text {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 43px;
	line-height: 53px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: calc(100% - 40px);
}

.top-order-content-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	margin-top: 40px;
	text-align: center;
}

.top-order-content-text p {
	margin-bottom: 20px;
}

.top-order-content-text p:last-child {
	margin-bottom: 0;
}

.top-order-content-text a {
	color: #0000ee;
}

.top-order-content-text a:hover {
	color: #681da8;
}

.top-order-form table{
	margin:0 auto;
}

.top-order-form table td{
	display:inline-block;
	margin-bottom:1em;
	font-size:18px;
	width:100%;
}

.top-order-form table th{
	margin-bottom:1em;
    padding-right: 1em;
}

.top-order-form table th{
	vertical-align:middle;
	width:28%;
}

.top-order-form table tr.doui{
	border:solid 1px #ddd;
	background:#fff;
}

.top-order-form input[type="text" i],
.top-order-form input[type="tel" i] {
	width:100%;
	height:40px;
	font-size:18px;
}

.top-order-form input[type="radio" i] {
	width:20px;
	height:20px;
}

.top-order-send{
    position: relative;
    width: 500px;
    display: block;
    margin: 1em auto 0;
}

.top-order-send input[type="submit" i]{
    display: block;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    display: block;
    line-height: 60px;
    text-align: center;
    border: none;
    font-weight: 700;
    background: url(images/send-btn-bg-img.png) no-repeat;
    background-size: 100%;
    width: 500px;
    height: 97px;
}

.top-order-send input[type="submit" i]::after{
    position: absolute;
    content: "";
    top: 11px;
    right: 24px;

}

.top-order-send input[type="submit" i]:hover{
	cursor: pointer;
}

.top-order-form table td.date{
	line-height:2;
	font-size:20px;
}

.doui-check{
	line-height:1.5;
	max-width:540px;
	font-size:15px !important;
	padding:10px;
}

.doui-check label{
	display:flex;
    align-items: center;
}

.doui-check input[type="checkbox" i] {
	width:30px;
	height:30px;
    flex-shrink: 0;
    margin-right: 1em;
}

::placeholder {
  color: #ddd;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-in {
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding: 20px 0;
}

.foot-in-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.foot-in-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 20px;
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}