@charset "UTF-8";

.primary-wrap { padding-bottom: 0; }


/*========================================================
 LPヘッダー
 ========================================================*/

 /* --------------------------------------------
 ヘッダー廻り
-----------------------------------------------*/

.headtxt-area {
	color: #fff;
	font-size: 0.785em;
	padding: 0.5em 1em;
	background: rgba(0, 0, 0, 1);
	position: relative;
	z-index: 5;
}

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

	.setimg-tit .lphead-date { bottom: 8px; }

	.setimg-tit .lphead-date.posi-right,
	.setimg-tit .lphead-date.posi-left { width: 68%; }

	.headtxt-area {
		text-align: center;
		margin: 0 1em 0.5em;
		background: rgba(0, 0, 0, 0.8);
	}
}

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

	.setimg-tit .lphead-date { bottom: 24px; }

	.headtxt-area { margin-bottom: 1em; }

	.setimg-tit .lp-date-ul { font-size: 1.375em; }

}

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

	.headtxt-area { font-size: 1em; }
}

/** ----------------------------------------------------------
 * コンテンツ共通
---------------------------------------------------------- **/

.lpsec-contents.contents > h2:not(.loop-section-tit) {
	color: var(--key-main-color);
	font-family: var(--font-gothic);
}

.parentheses-h2 {
	position: relative;
	padding: 0 1rem;
}

.parentheses-h2::before,
.parentheses-h2::after {
	content: '';
	display: block;
	width: 1rem;
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.parentheses-h2::before {
	left: 0;
	border-width: 2px 0 2px 4px;
}

.parentheses-h2::after {
	right: 0;
	border-width: 2px 4px 2px 0;
}


/*========================================================
 セクション帯内
 ========================================================*/

/**
	セミナープログラムのご紹介
----------------------------------------------------- **/


/**
	セミナー開催概要
----------------------------------------------------- **/

.added-section { margin-top: 40px; }

.semi-outlinesec > h3 {
	color: var(--wp--preset--color--dark-green);
	background: var(--wp--preset--color--theme-lightgreen);
	padding: 0.2em 0.5em;
}

.semi-outlinesec > .onde-title {
	color: #fff;
	background: #0552c0;
}

.semi-outlinetb th,
.semi-outlinetb td { border-color: #ccc; }

.semi-outlinetb th {
	background: var(--wp--preset--color--theme-lightblue);
	border-color: #fff;
}

.contents .semi-outlinetb p { margin: 0; }

.semiSche {
	display: inline-block;
}

.place-box { margin-bottom: 1em; }

.acf-map {
  width: 100%;
  height: 240px;
  border: 1px solid #eee;
  margin: 8px 0px;
}

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

	.semi-outlinetb .place-box {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.semi-outlinetb .place-box img {
		max-width: none;
		width: auto;
		height: 240px;
		object-fit: cover;
	}

	.semi-outlinetb .place-box .semiplace-ph {
		max-width: 40%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 2em 0 0;
	}

	.semi-outlinetb .place-box .acf-map {
		margin: 0;
	}
}

/* 申込みフォーム
----------------------------- */

.lpsec-contents .form-box {
	padding: 0;
	background: none;
}

.lpsec-contents .btn-line {
	text-align: center;
	position: relative;
}

/* FAX申込み
----------------------------- */

.semifax-section > h2 { font-size: 1.375em; }

.semi-faxbox {
	background: #fff;
	padding: 8px;
}

.semi-faxwrap > *:not(:first-child) { margin-top: 0.5rem; }

.fax-iconwrap > a,
.fax-iconwrap > a span { display: block; }

.fax-iconwrap > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.fax-iconwrap a .faxTxt {
	text-indent: -1.3em;
	padding-left: 1.5em;
}

.fax-icon {
	width: 3em;
	text-align: center;
}

.fa-file-pdf {
	color: var(--wp--preset--color--theme-brown);
	height: 2.5em;
}

.fax-numbox {
	text-align: center;
	text-indent: 0;
	line-height: 1.3;
	margin: 0;
	background: #fff;
	padding: 8px 8px;
}

p.fax-number {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.fax-number .sp-block {
	font-size: 0.875rem;
	font-weight: normal;
}

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

	.semifax-section > h2 { font-size: 1.5em; }

	.semi-faxbox { padding: 16px; }

	.semi-faxwrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.semi-faxwrap > *:not(:first-child) { margin-top: 0; }

	.fax-numbox {
		-ms-flex: 1;
		flex: 1;
		margin: 0 0 0 1.5em;
	}
}
