/*
Author: design Xanthus
Author URI: https://d-xanthus.com/
Description: design Xanthus作成、ネクストフェイズ様用セミナーLPページ
Version: 1.0
*/

/*========================================================
　基本リセット(タグマージン)/ normalize.css読み込み前提
========================================================*/

body { margin: 0; }

h1, h2, h3, h4, h5, h6 { padding: 0; }

figure {
	margin: 0;
	padding: 0;
}

hr {
	background: #ccc;
	height: 1px;
	border: none;
	margin: 1.5em 0;
}


/*========================================================
　基本タグ、クラス
========================================================*/

html {
	font: 16px/1.8 sans-serif;
	/* Arial,"Yu Gothic","YuGothic","游ゴシック体","游ゴシック", */
}

/* ボックスサイジング */
*,
*:before,
*:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/*---------------------------------------
　リンク関連
---------------------------------------*/

a { text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { }

a:hover img,
a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* ホバー時 半透明無し */

a.opa-none:hover img,
a.opa-none:active img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*---------------------------------------
　テキストタグ基本サイズ
---------------------------------------*/

h1,h2,h3,h4,h5,h6 { line-height: 1.4; }

h1 { margin: 0; }

h2,h3,h4,h5,h6 { margin: 2em 0 1em;}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 { margin-top: 0; }

/* 見出しタグ サイズ*/

h1 { font-size: 1.8em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.375em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1.125em; }

h6 { font-size: 1em; }

@media screen and ( min-width: 641px )  {

	h1 { font-size: 2.375em; }

	h2 { font-size: 2.375em; }

	h3 { font-size: 1.5em; }

	h4 { font-size: 1.25em; }
}

/* その他基本設定 */

p { margin: 0 0 0.3em; }

p:last-child { margin-bottom: 0; }

ul, ol {
	padding-left: 1.5em;
	margin: 0.5em 0 0.5em;
}

@media screen and ( min-width: 641px )  {

	ul, ol { margin-left: 1em; }

}


/*---------------------------------------
　メディア フルードサイズ
---------------------------------------*/

figure { text-align: center; }

img, object, video,
input[type="image"] {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: bottom;
}


/*---------------------------------------
　テーブルタグ 基本
---------------------------------------*/

table {
	line-height: 1.5;
	border-style: solid;
	border-width: 2px 0;
	border-spacing: 0;
	width: 100%;
	margin: 0.5em 0;
}

table thead,
table th { background: #f5f5f5;}

table th,
table th { padding: 0.3em 0; }

table th { font-weight: normal; }

table td { border-bottom: 1px solid; }

table tr:last-child th,
table tr:last-child td { border-bottom: none; }

table thead tr:last-child th:last-child,
.widget_calendar thead tr:last-child th { border-bottom: 1px solid; }

table td p:last-child { margin-bottom: 0; }


@media screen and ( min-width: 641px )  {

	table thead tr:last-child th { border-bottom: 1px solid; }

	table th,
	table td { border-bottom: 1px solid; }
}

.contents table th,
.contents table td { display: block; }

.contents table th { padding: 0.3em; }

.contents table td { padding: 0.5em 0.3em 1em; }

.widget_calendar caption {
	font-size: 1.125em;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.widget_calendar tbody td,
.widget_calendar .pad { text-align: center; }

.widget_calendar tbody tr:not(:last-child) td { border-bottom: 1px dotted; }

.widget_calendar tfoot td { border-top: 1px solid }

.widget_calendar tfoot td:last-child { text-align: right; }

@media screen and ( min-width: 641px )  {

	.contents table th { min-width: 5.6em; }

	.contents table th,
	.contents table td {
		display: table-cell;
		padding: 1em 0.8em;
	}

	.contents > table td { padding-left: 2em; }
}


/*---------------------------------------
 フォーム関連タグ基本
 ---------------------------------------*/

 fieldset {
	padding: 0;
	border: none;
 }

 /* フォームタグ基本 */

 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="url"],
 input[type="search"],
 input[type="date"],
 input[type="number"],
 textarea,
 select {
	font-size: 0.9375rem;
	width: 100%;
	padding: 5px 8px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fcfcfc;
	-moz-box-shadow: 1px 1px 2px #eee inset;
	-o-box-shadow: 1px 1px 2px #eee inset;
	-webkit-box-shadow: 1px 1px 2px #eee inset;
	box-shadow: 1px 1px 2px #eee inset;
 }

 textarea {
	height: auto;
	line-height: 1.5;
 }

input[type='submit'],
input[type='reset'],
input[type='button'] {
	line-height: 1.5;
	margin-top: 0.6em;
	padding: 0.3em 1em;
	position: relative;
	display: inline-block;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-appearance: none;/*iPhoneへのボタン対策*/
}


input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover { text-decoration: none; }

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	top: 1px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

input[disabled][type="submit"],
input[disabled][type="submit"]:hover,
input[disabled][type="submit"]:active {
	box-shadow: none;
	cursor: default;
}

/*========================================================
　 基本レイアウトブロック
========================================================*/

/*---------------------------------------
　基本ブロックエレメント
---------------------------------------*/

.center-box,
.center-box-l,
.center-box-s,
.center-box-ss { margin: 0 3%; }

.center-box { max-width: 1080px; }

.center-box-ss { max-width: 728px; }

.center-box-s,
.contents-box { max-width: 904px; }

.center-box-l { max-width: 1600px; }

@media screen and ( min-width: 720px )  {

	.center-box-ss { margin: 0 auto; }
}

@media screen and ( min-width: 958px )  {

	.center-box-s,
	.contents-box { margin: 0 auto; }
}

@media screen and (min-width: 1144px) {

	.center-box { margin: 0 auto}
}

@media screen and ( min-width: 1696px )  {

	.center-box-l { margin: 0 auto; }
}


/*========================================================
　基本・汎用クラス
========================================================*/

/*---------------------------------------
　クリアフィックス
---------------------------------------*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.clearfix { *zoom: 1; }


/*---------------------------------------
　WordPress クラス関連
---------------------------------------*/

/* メディア関連 */

.alignright,
.aligncenter,
.alignleft {
	display: block;
	margin: 0 auto;
}

figure,
.alignnone,
.alignright,
.aligncenter,
.alignleft,
.wp-video { margin-bottom: 1em; }

figure img,
figure .alignnone,
figure .alignright,
figure .aligncenter,
figure .alignleft,
figure .wp-video { margin-bottom: 0; }


/* 画像キャプション*/

.wp-caption { width: auto !important; }

.wp-caption-text,
.gallery-caption {
	color: #4d4d4d;
	display: block;
	font-size: 0.7em;
	line-height: 1.4;
	margin-top: 0.5em;
}

/* WPメディアプレイヤー フルード対応 */

.mejs-mediaelement {
	position: static !important;
	top: auto !important;
	bottom: 480px;
}

.mejs-overlay { position: static !important; }

@media screen and ( min-width: 641px ) {

	.alignright {
		float: right;
		margin-left: 1.5em;
	}

	.aligncenter {
		display: block;
		margin: 0 auto 1.5em;
	}

	.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	.content .alignnone { margin: 0.5em 0 1em; }

	.content .alignleft,
	.content .alignright { margin-top: 0.5em; }
}

/*---------------------------------------
　テキスト関連
---------------------------------------*/

/* フォントスタイル
-------------------------------*/

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-bold { font-weight: 600; }

.text-normal { font-weight: 400; }

.text-mincho { font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.text-gothic { font-family: "YakuHanJP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.wbf-OS { font-family: 'Open Sans', sans-serif; }


/* webフォント
-------------------------------*/

.wbf-OS { font-family: 'Open Sans', sans-serif; }

i.fa {
	vertical-align: 1px;
	text-indent: 0;
}

.fa.fa-phone { margin: 0 0.2em 0 -0.8em; }

/* テキストカラー
-------------------------------*/

.text-red { color: #f00 !important; }

.text-yellow { color: #ff0; }

.text-enji { color: #b71c24; }

.text-cyan { color: #0d84e8; }

/* テキスト送り設定
-------------------------------*/

.lh-12 { line-height: 1.2 !important; }

.lh-14 { line-height: 1.4 !important; }

.lh-16 { line-height: 1.6 !important; }


/* サイズ相対指定
-------------------------------*/

.text06 { font-size: 0.6em !important; }

.text07 { font-size: 0.7em !important; }

.text08 { font-size: 0.8em !important; }

.text09 { font-size: 0.9em !important; }

.text110 { font-size: 1.1em !important; }

.text120 { font-size: 1.2em !important; }

.text130 { font-size: 1.3em !important; }

.text140 { font-size: 1.4em !important; }

.text150 { font-size: 1.5em !important; }

.text160 { font-size: 1.6em !important; }

.text180 { font-size: 1.8em !important; }

.text200 { font-size: 2em !important; }

/* インデント
-------------------------------*/

.contents .indent_-05 { text-indent: -0.5em; }

.contents .indent_-1 {
	padding-left: 1em;
	text-indent: -1em;
}


/* letterスペース
-------------------------------*/

.ls-005 { letter-spacing: -0.05em;}

.ls-01 { letter-spacing: -0.1em;}

.ls-02 { letter-spacing: -0.2em;}

.ls-03 { letter-spacing: -0.3em;}

.ls-04 { letter-spacing: -0.4em;}

.ls-05 { letter-spacing: -0.5em;}

/* 1文字目文字空け*/

.fls-1:first-letter { letter-spacing: 1em; }

.fls-2:first-letter { letter-spacing: 2em; }


/* <br>改行
-------------------------------*/

br.mb-br { display: inline; }

br.pc-br,
.pc-br br { display: none; }

/* 改行無し*/
.br-none br,
.br-none1st br:first-child,
.br-nonelast br:last-child { display: none;}

@media screen and ( min-width: 641px ) {

	br.mb-br { display: none; }

	br.pc-br,
	.pc-br br { display: inline; }
}

.sp-inblock { display: inline-block; }

/* テキストhidden
-------------------------------*/

.text-hidden { overflow: hidden; }


/* アイテム非表示
-------------------------------*/

.dis-none { display: none; }

/* spanブロック
-------------------------------*/

.sp-block,
.mb-sp-block  { display: block; }

@media screen and ( min-width: 641px )  {

	.mb-sp-block { display: inline; }

	.pc-sp-block { display: block; }
}

.in-block { display: inline-block; }

/* 注釈テキスト
-------------------------------*/

.note {
	font-size: 0.875em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}

/* 検索結果のハイライト
---------------------------------*/

.search-excerpt { background: #ff0; }

/* 記事編集リンク
-------------------------------*/

.edit-link {
	text-indent: 0;
	text-align: center;
}

/* テキストアンダーライン
-------------------------------*/

.uline-s { border-bottom: 1px solid; }

.uline-d { border-bottom: 1px dotted; }

.txt-frame {
	border: 1px solid;
	padding: 0 0.3em;
	width: max-content;
	max-width: 100%;
}



/* マーカー */

.uline-marker {
	background: -moz-linear-gradient( transparent 80% , rgba(255,230,5,0.8) 0%) !important;
	background: -webkit-linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
	background: linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
}

.uline-marker-l {
	background: -moz-linear-gradient( transparent 85% , rgba(255,230,5,0.8) 0%) !important;
	background: -webkit-linear-gradient( transparent 85% ,rgba(255,230,5,0.8) 0%) !important;
	background: linear-gradient( transparent 85% ,rgba(255,230,5,0.8) 0%) !important;
}

/* 取り消し線 */

.del-line { text-decoration: line-through; }


/*---------------------------------------
　リスト関連
---------------------------------------*/

/* リストスタイルクリア
-------------------------------*/
nav ul,
ul.bread_crumb,
.widget-container ul,
.ul-none,
.ul-none ul,
.ol-none,
.ol-none ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.style-none { list-style: none; }


/* スタイル再設定
-------------------------------*/

ul.ul-disc,
ol.ol-decimal { padding-left: 2.5em; }

ul.ul-disc,
.ul-disc ul { list-style: disc; }

ol.ol-decimal,
.ol-decimal ol { list-style: decimal; }


/* リストマージン
-------------------------------*/

.li-mg05 > li:not(:last-child) { margin-bottom: 0.5em; }

.li-mg1 > li:not(:last-child) { margin-bottom: 1em; }

.li-mg15 > li:not(:last-child) { margin-bottom: 1.5em; }

.li-mg2 > li:not(:last-child) { margin-bottom: 2em; }

/* 注釈リスト */

.note-list > li {
	padding-left: 1em;
	text-indent: -1em;
}


/* リスト装飾
-------------------------------*/

/* リンクリスト */

.link-list > li,
.link-list > ul > li,
.widget_nav_menu.link-list ul > li {
	padding-left: 0.65em;
	line-height: 1.4;
}

.link-list > ul li:not(:last-child),
.widget_nav_menu.link-list ul > li:not(:last-child) { margin-bottom: 0.3em; }

.link-list > li:before,
.link-list > ul > li:before,
.widget_nav_menu.link-list ul > li:before { margin-left: -0.65em; }

.link-list > li:before,
.link-list > ul > li:before,
.widget_nav_menu.link-list ul > li:before,
.btn-tx > a:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.2em;
	vertical-align: 0.1em;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* チェックリスト */

.check-list { list-style: none; }

.check-list > li:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-weight: normal;
	padding-right: 0.2em;
}

/* cssチェックリスト
----------------------------- */

.checklist-css {
	list-style: none;
	/*margin-left: 0;*/
}

.checklist-css > li {
	line-height: 1.5;
	position: relative;
}

.checklist-css > li:not(:last-child) { margin-bottom: 0.8em; }

.checklist-css > li::before,
.checklist-css > li::after {
	content: '';
	display: inline-block;
}

.checklist-css > li::before {
	width: 1em;
	height: 1em;
	border: 1px solid;
	border-radius: 2px;
	background: #fff;
	margin: 0 0.5em 0 -1.5em;
	vertical-align: -0.1em;
}

.checklist-css > li::after {
	width: 1.25em;
	height: 0.5em;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-radius: 1px;
	position: absolute;
	top: 0.3em;
	left: -1.3em;
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}


/* ボタン設定
-------------------------------*/

p.btn-tx { text-indent: 0; }

.loop-article .btn-tx { text-align: right; }

.btn-tx a,
a.btn-tx{
	font-size: 0.8125em;
	line-height: 1.6;
	display: inline-block;
	padding: 0 0.6em;
	border: 1px solid;
	border-radius: 2px;
}

.btn-tx a:hover,
a:hover.btn-tx  {
	color: #fff !important;
	text-decoration: none;
	background: #333;
}


/* 下向き矢印
-------------------------------*/

.flow > li:after,
.flow-s > li:after {
	content: '';
	display: block;
	margin: 0 auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ccc transparent transparent;
}

.flow > li:after { border-width: 24px 36px; }

.flow-s > li:after { border-width: 16px 20px; }

.flow > li:last-child:after,
.flow-s > li:last-child:after { content: none;}


/*---------------------------------------
　dl関連
---------------------------------------*/

/* dlフロート
-------------------------------*/

.dl-float { margin: 0; }

.dl-float > dt {
	font-weight: bold;
	float: left;
	margin-right: 0.2em;
}

.dl-float > dd {
	display: block;
	margin-bottom: 1em;
}

/* Q & A
-------------------------------*/

.contents .QandA p { text-indent: 0; }

.QandA dt,
.QandA dd:first-letter,
.QandA dd p:first-child:first-letter {
	font-size: 1.2em;
	font-weight: bold;
}

.QandA dt {
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.4;
}

.QandA dd + dt {
	border-top: 1px dotted #999;
	padding-top: 1em;
	margin-top: 1em;
}

.QandA dd {
	margin: 0 0 0 0;
	padding-left: 1.5em;
}

.QandA dd,
.QandA dd p:first-child {
	text-indent: -1.5em;
}

.QandA dd:first-letter,
.QandA dd p:first-child:first-letter {}

.QandA dd li { text-indent: 0; }

/*---------------------------------------
　レイアウト・背景関連
---------------------------------------*/

/* ボックス、フレーム設定
-------------------------------*/

.box,
.wh-box,
.fr-box,
.fr-box-r { padding: 16px; }

.wh-box { background: #fff; }

/* フレーム */

.fr-box,
.fr-box-r,
.frame {
	border-style: solid;
	border-width: 1px;
}

.fr-box-r { border-radius: 8px; }

.frame img { margin: 0; }

.fr-lgray { border-color: #ccc; }

@media screen and ( min-width: 641px )  {

	.contents .wh-box,
	.contents .box,
	.contents .fr-box { padding: 24px; }
}

/* ボックスシャドウ */

.wh-box,
.box-shodow { box-shadow: 0 0 1px rgba( 0,0,0,0.3 ); }


/* 背景・フレームカラー設定
-------------------------------*/

/* 背景 */

.bg-white { background: #fff; }

.bg-lgray { background: #f5f5f5; }

.bg-lbeige { background: #f3eee5; }

.bg-lyellow { background: #f5f4e6; }

.bg-lgreen { background: #e9f7eb; }

/* フレーム */

.fr-l-gray { border-color: #ccc; }


/* フロート関連
-------------------------------*/

.float-L { float: left }

.float-R { float: right }

.float-C { clear: both }


/* ポジション関連
-------------------------------*/

.relative { position: relative; }


/* ブロック横並び
-------------------------------*/

.sideby-side02,
.sideby-side03,
.sideby-side04 {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and ( min-width: 641px )  {

	.sideby-side02,
	.sideby-side03,
	.sideby-side04 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sideby-side02 > li,
	.sideby-side02 > p,
	.sideby-side02 > figure,
	.sideby-side04 > li,
	.sideby-side04 > p,
	.sideby-side04 > figure { width: 48.235%; }

	.sideby-side03 > li,
	.sideby-side03 > p,
	.sideby-side03 > figure { width: 30.98%; }
}

@media screen and ( min-width: 980px ) {

	.sideby-side04 > li,
	.sideby-side04 > p,
	.sideby-side04 > figure { width: 22.36%; }
}

/* フレックスボックス
-------------------------------*/

.flex-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-jus-j {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-jus-c {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-item-c {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-item-b {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-auto {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-direc-r {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction:  row-reverse;
	flex-direction: row-reverse;
}

@media screen and ( min-width: 641px )  {

	.pcflex-box {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

/* ワイドレイアウト 設定
-------------------------------*/

.alignwide,
.alignwide-l,
.alignfull { max-width: none; }

.alignfull { margin: 0 -3%; }

@media screen and ( min-width: 772px )  {

	.alignwide,
	.alignwide-l {
		max-width: 95vw !important;
		margin: auto calc( 50% - 95vw/2 );
	}

	.alignfull { margin: 0 calc( 50% - 50vw ) 1em; }
}

@media screen and ( min-width: 1144px )  {

	.alignwide {
		max-width: 1080px !important;
		margin: 0 calc( 50% - 1080px/2 ) 1em;
	}

	.alignfull { margin: auto calc( 50% - 50vw ); }
}

@media screen and ( min-width: 1180px ) {

	.alignwide-l {
		max-width: 1120px !important;
		margin: 0 calc( 50% - 1120px/2 );
	}
}

/*---------------------------------------
　マージン・パディング関連
---------------------------------------*/

/* マージン
-------------------------------*/

.mg-t0 { margin-top: 0 !important; }

.mg-t8 { margin-top: 8px !important; }

.mg-t16 { margin-top: 16px !important; }

.mg-t32 { margin-top: 32px !important; }

.mg-t40 { margin-top: 40px !important; }

.mg-t80 { margin-top: 80px !important; }

.mg-b0 { margin-bottom: 0 !important; }

.mg-b8 { margin-bottom: 8px !important; }

.mg-b16 { margin-bottom: 16px !important; }

.mg-b32 { margin-bottom: 32px !important; }

.mg-b40 { margin-bottom: 40px !important; }

.mg-b56 { margin-bottom: 56px !important; }

.mg-b80 { margin-bottom: 80px !important; }

.mg-tb0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mg-tb16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.mg-tb32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.mg-tb40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mg-l0 { margin-left: 0 !important; }

.mg-l1 { margin-left: 1em !important; }


/* パディング
-------------------------------*/

.pd-t0 { padding-top: 0;}

.pd-tb40 { padding: 40px 0; }

.pd-tb56 { padding: 56px 0; }

.pd-t80 { padding-top: 80px; }


/*========================================================
　レイアウト関連 基本設定
========================================================*/

/*---------------------------------------
　LP関連 基本設定
---------------------------------------*/

/* ヘッド タイトル ヘッドライン
--------------------------------------*/

.head-txt {
	line-height: 1.4;
	font-weight: 600;
	padding: 0.2em 0;
	background: #999;
}

.lp-titbg {
	background-repeat: none;
	background-position: center top;
	background-size: cover;
}

.lp-title > img {
	max-width: none;
	width: 100%;
}

@media screen and ( min-width: 641px )  {

	.head-txt {
		font-size: 20px;
		font-size: 1.25em;
	}
}

@media screen and ( min-width: 900px )  {

	.head-txt {
		font-size: 24px;
		font-size: 1.5em;
	}
}

/* サイドタブボタン
-------------------------------*/

.sidetab-btn {
	position: fixed;
	top: 20vh;
	right: 0;
	z-index: 5000;
}

.sidetab-btn a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
	text-align: center;
	/*writing-mode: vertical-rl;*/
	display: block;
	width: 2.6em;
	padding: 1em 0.8em;
	text-decoration: none;
	position: relative;
	right: 0;
	box-shadow: -1px 1px 2px rgba( 0,0,0,0.3);
}


@media screen and ( min-width: 641px )  {

	.sidetab-btn a {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/*---------------------------------------
　LPフッター関連 基本設定
---------------------------------------*/

.body-foot {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	background: #f3f3f3;
	border-top: 1px solid #ccc;
}

.body-foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.foot-contents { padding: 32px 0; }

.foot-company { margin-bottom: 2em; }

.foot-company .comp-logo { margin-bottom: 1em; }

.foot-company .comp-add br,
.foot-company .comp-other br:last-child { display: none; }

.ul-sns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2em;
}

.body-foot .ul-sns { margin-bottom: 1em; }

.ul-sns > li { margin: 0 8px; }

.ul-sns img {
	width: auto;
	max-height: 60px;
}

.foot-nav a { color: #212121; }

.copyright {
	color: #fff;
	text-align: center;
	background: #212121;
	padding: 0.5em 0;
}

@media screen and ( min-width: 641px )  {

	.foot-contents {
		padding: 40px 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.foot-company { margin: 0; }

	.foot-company .comp-logo ,
	.body-foot .ul-sns { margin-bottom: 2em; }

	.foot-company .comp-other { margin-top: 0.5em; }

	.ul-sns {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: right;
		justify-content: flex-end;
	}

	.ul-sns > li:last-child { margin-right: 0; }

	.foot-nav { text-align: right; }

	.foot-nav li { display: inline-block; }

	.foot-nav li a { padding: 0 0.5em 0 0.3em; }

	.foot-nav li:last-child a { padding-right: 0 }

	.foot-nav li:not(:last-child) a { border-right: 1px solid; }
}

@media screen and ( min-width: 980px )  {

	.foot-company .comp-phone,
	.foot-company .comp-mail,
	.foot-company .comp-person { display: inline-block; }

	.foot-company .comp-phone,
	.foot-company .comp-mail { margin-right: 1em; }
}

/* トップへ戻るボタン
-------------------------------*/

.page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 6px;
	right: 24px;
	z-index: 9999;
}

.page-top a {
	/*color: #fff;*/
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	border-radius: 50%;
	-webkit-transition: 1s;
	transition: 1s;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.page-top .fa {
	font-size: 24px;
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-top a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.page-top a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*========================================================
　ナビゲーション設定
========================================================*/

/* スマートフォン設定
-------------------------------*/

.mean-bar a.meanmenu-reveal { background: rgba( 255,255,255,0.9 ); }

.mean-bar a.meanmenu-reveal.meanclose:after { background: rgba( 255,255,255,0.9 ); }

.meanclose + .mean-nav { background: rgba( 255,255,255,0.8 ) }

.mean-nav ul li { border-top: 1px solid rgba( 0,0,0,0.2 ); }

.mean-bar a.meanmenu-reveal.meanclose + .mean-nav { border-bottom: 1px solid rgba( 0,0,0,0.2 );}

@media screen and (max-width : 640px) {

	/* ベース、ハンバーガー設定 */

	.mean-container .mean-bar {
		width: 100%;
		min-height: 48px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5000;
	}

	.mean-bar a.meanmenu-reveal {
		font-size: 10px!important;
		line-height: 1;
		text-align: center;
		display: block;
		position: absolute;
		top: 0;
		right: 12px!important;
		padding: 3px 8px;
		border: 1px solid #eee;
	}

	.mean-bar a:hover { text-decoration: none; }

	/* CSSハンバーガーメニュー */

	.mean-bar a.meanmenu-reveal::before,
	.mean-bar a.meanmenu-reveal.meanclose::before { content: none; }

	.meanmenu-reveal {
		text-align: center;
		width: 48px;
		height: 48px;
		position: relative;
		display: block;
		cursor: pointer;
	}

	.meanmenu-reveal > span,
	.meanmenu-reveal > span:before,
	.meanmenu-reveal > span:after {
		width: 30px;
		position: absolute;
		left: 8px;
		display: block;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	.meanmenu-reveal > span:before,
	.meanmenu-reveal > span:after {
		content: '';
		left: 0;
	}

	.meanmenu-reveal > span { top: 14px; }

	.meanmenu-reveal > span:before { top: 9px; }

	.meanmenu-reveal > span:after { top: 18px; }

	/* 最初のspanをマイナス45度に */

	.meanmenu-reveal > span.btn-c {
		top: 23px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.meanmenu-reveal > span.btn-c:before { content: none; }

	.meanmenu-reveal > span.btn-c:after {
		top: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* メニュー本体 */

	.mean-nav { padding-top: 48px; }

	.mean-nav ul {
		list-style: none;
		line-height: 1.2;
		margin: 0;
		padding: 0;
	}

	.mean-nav ul li { position: relative; }

	.mean-nav li > ul { display: block; }

	.mean-nav a {
		font-size: 14px;
		line-height: 1;
		display: block;
		padding: 0.8em 0.5em;
	}

	/* サブ開閉ボタン */

	.mean-nav > ul > li > a,
	.mean-nav .menu-item-has-children { padding-left: 28px; }

	.mean-nav > ul > li.menu-item-has-children > a:first-child { padding-left: 0.5em; }

	.mean-nav a.mean-expand {
		font-weight: 600;
		line-height: 1;
		width: 28px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.1);
		z-index: 2;
		border-right: 1px solid rgba(255,255,255,0.5);
		padding: 0.64em 0;
	}

	.main-menu a.mean-expand:hover,
	.main-menu li:hover a.mean-expand:hover { background: rgba( 0,0,0,0.5); }
}

/* PC 設定
-------------------------------*/

@media screen and ( min-width: 641px )  {

	.main-nav {
		border-style: solid;
		border-width: 2px 0;
		border-color: transparent;
		background: rgba( 255,255,255,0.8);
		padding: 16px 0;
	}

	.main-menu {
		font-size: 15px;
		font-size: 0.9375rem;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}

	.main-menu.menu-center {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-menu > li:not(:last-child) { margin-right: 1em; }

	.main-menu.menu-center > li:not(:last-child) { margin-right: 0; }

	/* ボタン化 */
	.headmenu-btn {
		position: absolute;
		margin-right: 0 !important;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.headmenu-btn a {
		font-weight: bold;
		display: block;
		padding: 0.5em 1em;
		border-radius: 4px;
		position: relative;
		box-shadow: 0 1px 1px rgba( 0,0,0,0.3);
	}

	.headmenu-btn a:hover { text-decoration: none; }

	.headmenu-btn a:active {
		top: 1px;
		box-shadow: 0 0 1px rgba( 0,0,0,0.3);
	}
}

@media screen and ( min-width: 641px ) and ( max-width: 979px )   {

	.main-menu.center-box {
		margin: 0 1%;
		padding-right: 9em;
	}

	.menu-center.main-menu.center-box { padding-right: 0; }
}

@media screen and ( min-width: 980px )  {

	.main-menu {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media screen and ( min-width: 1144px )  {

	.main-menu > li:not(:last-child) { margin-right: 2em; }
}

.is-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.main-nav.is-fixed {
	border-top: none;
	border-bottom: 1px solid;
}


/*========================================================
　メインコンテンツ
========================================================*/

@media screen and ( min-width: 641px )  {
	main {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

/* 各セクション共通
-------------------------------*/

/* セクションタイトル */

.header-line { position: relative; }

.header-line:after {
	content: '';
	display: block;
	margin: 0 auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 36px;
	border-color: transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-line .sec-title {
	font-weight: normal;
	text-align: center;
	padding: 0.3em 0;
	background-position: center;
	letter-spacing: 0.1em;
}

/* セクションコンテンツ 共通 */

.contents-box { padding: 40px 8px; }

.contents-box > p:not(:last-child) { margin-bottom: 1em; }

@media screen and ( min-width: 641px )  {

	.contents-box { padding: 80px 24px; }

	.contents-box > p:not(:last-child) { margin-bottom: 1.5em; }
}

@media screen and ( min-width: 1144px )  {

	.contents-box { padding: 80px 32px; }
}

/* 申込ジャンプボタン
--------------------------------------*/

.btn-semi {
	max-width: 680px;
	text-align: center;
}

.btn-semi a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	display: block;
	padding: 0.5em 2em;
	background: #999;
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.btn-semi a:hover { text-decoration: none; }

.btn-semi a:active {
	top: 1px;
	box-shadow: 0 0 2px  rgba(0,0,0,0.5);
}

.btn-semi .fa {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.up-btnfa .btn-semi .fa {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media screen and ( min-width: 728px )  {

	.btn-semi { margin: 0 auto; }
}

@media screen and ( min-width: 768px )  {

	.btn-semi a {
		font-size: 26px;
		font-size: 1.625rem;
	}
}


/* フォーム設定
-------------------------------*/

table.form-table,
.form-transmit p {
	font-size: 15px;
	font-size: 0.9375rem;
}

table.form-table {
	border-top: none;
	border-bottom: 1px dotted #999;
	margin-bottom: 16px;
}

table.form-table th,
table.form-table td {
	border-bottom: none;
}

table.form-table th {
	font-weight: bold;
	background: none;
	text-align: left;
}

table.form-table td { padding: 0 0 0.8em 0.5em; }

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-24em select { max-width: 24em; }

.form-m input[type="text"],
.form-m input[type="date"],
.form-m input[type="number"]
.form-m input[type="date"],
.form-m select { max-width: 16em; }

.form-table input[type="number"],
.your-zip input[type="text"],
.form-s input[type="text"],
.form-s input[type="date"],
.form-s input[type="date"],
.form-s select { max-width: 8em; }

.form-date  input[type="date"] { width: 12em; }


.form-ss input[type="text"],
.form-ss input[type="date"],
.form-ss input[type="number"],
.form-ss select { max-width: 4em; }

.your-zip input[type="text"] { max-width: 9em; }

.form-table input[type="checkbox"],
.form-transmit input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.radio-td p {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.radio-td input[type="radio"] { margin-right: 0.3em; }

.radio-td input[type="text"] {
	display: inline-block;
	margin-top: 4px;
}

.require {
	font-size: 0.875rem;
	color: #f00;
	vertical-align: top;
}

input[type="submit"].formBtn { font-size: 1.2em; }

.form-transmit { font-size: 1rem; }

@media screen and ( min-width: 641px )  {

	.reserv-box { padding: 16px; }

	.reserv-box h4 { font-size: 1.5em; }

	.form-box { padding: 24px; }

	table.form-table th,
	table.form-table td {
		padding: 0.8em 0;
		vertical-align: top;
	}

	table.form-table th {
		width: 12em;
		padding-right: 1.5em;
	}

	.form-transmit .acceptCheck { float: left; }

	.btn-line { float: right; }

	input[type="button"].btn-back { margin-right: 1em; }
}

/* You Tube設定
-------------------------------*/

.box-youtube {
	position: relative;
    width: 100%;
    max-width: 560px;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
}

.box-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and ( min-width: 641px )  {

	.box-youtube { padding-top: calc( 100% * 0.5625); }
}


/* トグル バー設定
-------------------------------*/

.js-toggle-btn:hover { cursor: pointer; }

.js-toggle-btn:after { content: '＋'; }

.js-toggle-btn.toggle-op:after { content: '−'; }


/* 会場内 参加費
----------------------------- */

.field-price-box {
	/*font-size:  0.9375rem;*/
	padding: 1em 3%;
	border: 1px solid #eee;
}

.field-price-ul > li { width: 100%; }

.field-price-ul > li::after {
	content: '';
	display: table;
	clear: both;
}

.field-price-ul > li > span { display: inline-block; }

.field-price-l { padding-top: 0.2em; }

.field-price-r { float: right; }

