@charset "UTF-8";



/*========================================================
　オリジナルデザイン 基本設定
========================================================*/

:root {
	--text-black: #000000;
	--main-color: #a93328;
	--sub-color: #f79e31;
}

html {
	color: var(--text-black);
	line-height: 2;
	font-family: "YakuHanJP",Arial,-apple-system,BlinkMacSystemFont,"Hiragino Sans","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
}

/*コーポレート・ロゴ */

strong,
.text-bold {
	font-weight: 700;
}

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

.page-top a {
	color: #fff;
	background: var(--sub-color);
}

/* ボタン共通
-------------------------------*/

a.btn {
	color: #fff;
	font-size: 1.25em;
	padding: 0.2em 0.8em;
	background: var(--main-color);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
}

a.btn:after {
	content: '';
	display: inline-block;
	margin-left: 1em;
	width: 0.8em;
	height: 0.8em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-ms-transform: translateY(-25%)  rotate(45deg);
	transform: translateY(-25%) rotate(45deg);
}

a.btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

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

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

	a.btn {
		padding: 0.6em 1.5em;
	}
}

/** ============================================================================
 * ブロックエディタ基本
============================================================================ **/

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 0.8em 1em;
}


/*========================================================
　LPヘッダー部 基本設定
========================================================*/

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

.lp-titbg,
.head-txt { position: relative; }


/* 最上部テキスト */

.head-txt {
	background: none;
	position: absolute;
	padding: 0.5em 0 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
}

.head-txt p {
	font-size: 0.86em;
	line-height: 1.4;
	padding: 0 54px 0 25%;
}

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

	.head-txt { padding-top: 1em; }
}

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

	.head-txt p {
		font-size: 1.25rem;
		padding: 0 0 0 30%;
	}
}

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

	.head-txt { padding-top: 1.5em; }

	.head-txt p {
		font-size: 1.675rem;
		padding-left: 25%;
	}
}

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

}

/* メインタイトル */

.lp-titlewrap { position: relative; }

.lp-titlewrap.center-box { margin: 0; }

.headtit-content {
	font-size: 0.75rem;
	width: max-content;
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translate(-50%,0);
}

.headtit-content a.btn {
	color: var(--main-color);
	background: #fff;
}

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

	.headtit-content { font-size: 1em; }
}

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

	.lp-titlewrap.center-box { margin: 0 auto; }

	.headtit-content { font-size: 1.125em; }
}


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

.sidetab-btn {
	padding: 0;
}

.sidetab-btn a {
	color:  #fff;
	font-weight: 400;
	background: var(--main-color);
	box-shadow: -1px 1px 3px rgba( 0,0,0,0.2);
	border-radius: 2px 0 0 2px;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.sidetab-btn a:hover { background: var(--sub-color); }


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

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

.mean-bar a.meanmenu-reveal { color: #000000; }

.mean-nav a { font-weight: 700; }

.mean-nav a,
.mean-nav a:visited { color: var(--text-black); }

.mean-nav a:hover { color: #fff; }

.mean-nav ul > li:hover,
.mean-nav ul > li:hover li:hover,
.mean-nav ul li:hover ul li ul li:hover{ background: var(--main-color); }

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

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

/*.main-menu { font-weight: 400; }*/

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

	.main-nav {
		padding: 32px 0;
		background: #f6f1c7;
	}

	.main-nav.is-fixed { padding: 16px 0; }


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

	.main-menu a {
		color: var(--text-black);
		font-weight: 700;
	}

	.main-menu > li:not(:first-child):not(.headmenu-btn ) {
		margin-left: 1em;
		padding-left: 1em;
		border-left: 1px solid;
	}


	/* ボタン化 */
	.headmenu-btn a {
		color: #fff;
		font-weight: 400;
		font-size: 0.875em;
		line-height: 1;
		background: var(--main-color);
		box-shadow: 0 1px 3px rgba( 0,0,0,0.2);
		padding: 1em 2.25em !important;
		opacity: 1;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}

	.headmenu-btn a:hover { background: var(--sub-color); }
}

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

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

	.main-menu > li:not(:nth-last-child(2)) > a { padding-right: 1em; }*/
}

.main-nav,
.main-nav.is-fixed { border-bottom: 1px solid #eee; }


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

.contents-box {
	padding: 0 3%;
	/*max-width: none;*/
}

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

	.contents-box {
		padding: 0;
	}
}


h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-weight: 700;
}

h2, h3, h4, h5, h6 { color: var(--main-color); }


h2 {
	font-family: Frank Ruhl Libre, "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.375em;
	margin: 2.5em 0 2em;
}

h3 { font-size: 1.25em; }

.h3-titbg {
	width: max-content;
	max-width: 100%;
	padding: 0 1em 0.3em;
	border-bottom: 1px solid;
	margin-right: auto;
	margin-left: auto;
}

.contents-box > h3:first-child { margin-top: 0; }

.contents-box > p {
	line-height: 2;
}

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

	/*.contents-box { padding: 80px 0; }*/

	h2 { font-size: 1.875em; }

	h3 { font-size: 1.5em; }

	.contents-box > h2,
	.lp-contents > h2  {
		width: max-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}

	.contents-box > h2::before,
	.contents-box > h2::after,
	.lp-contents > h2::before,
	.lp-contents > h2::after {
		content: '';
		height: 4px;
		width: 2.8em;
		background-color: #000;
		position: absolute;
		top: 50%;
		translateY: -50%;
	}

	.contents-box > h2::before,
	.lp-contents > h2::before {
		right: calc( 100% + 8px);
		background: linear-gradient(to right,  rgba(247,158,49,0) 0%,rgba(247,158,49,1) 50%,rgba(169,51,40,1) 100%);

	}

	.contents-box > h2::after,
	.lp-contents > h2::after {
		left: calc( 100% + 8px);
		background: linear-gradient(to right,  rgba(169,51,40,1) 0%,rgba(247,158,49,1) 50%,rgba(247,158,49,0) 100%);

	}

	.contents-box > h3 { font-size: 1.875em; }

	.contents-box > h3:not(:first-child) { margin-top: 120px; }

	.contents-box > p,
	.paragraph-l p {
		font-size: 1.0625em;
		line-height: 2.5;
	}
}

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

	.contents-box { padding-bottom: 120px; }

	.header-line + .center-box > .contents-box { padding-top: 120px; }

	.contents .box { padding: 60px 40px; }
}




/* fpsトグルバー ショートコード*/

.npc-togglebar {
	background: #fff;
	padding: 0.5rem;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

.npc-togglebar .toggle-outer.js-toggle-btn {
	display:  block;
	cursor: pointer;
	padding-right: 2em;
	position: relative;
}

.npc-togglebar .toggle-outer.js-toggle-btn:after {
	color: var(--main-color);
	font-size: 1.25em;
	font-weight: 400;
	/*line-height: 1.6125;*/
	display: block;
	position: absolute;
	top: -0.25em;
	right: 0;
}

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

	.npc-togglebar { padding: 0.5rem 1rem; }
}



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

 .header-line .sec-title {
 	font-weight: bold;
 	font-weight: 700;
 }

 .header-line .sec-title { padding: 0.5em 0; }

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

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

 	.pd-bgsection { padding: 80px 0; }
 }


 .wp-block-details {
 	padding: 0.5rem 1rem;
 	background: #fff;
 	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
 }

 .wp-block-details > summary {
 	display: flex;
 	justify-content: space-between;
 	list-style: none;
 	position: relative;
 }

 .wp-block-details > summary::after {
 	content: '＋';
 	color: var(--main-color);
 	font-size: 1.125em;
 	line-height: 1.75;
 }

 .wp-block-details[open] > summary::after { content: '−'; }


/* --------------------------------------------
 セクション 1設定
-----------------------------------------------*/

/* アンケート スライド */

.voice-container.has-gray-white-background-color {
	margin-right: -3%;
	margin-left: -3%;
}

.voice-slick {
	padding: 0.5em;
	background: #fff;
}

/* 左右矢印 */
button.slick-arrow {
	width: 18px !important;
	height: 72px !important;
	background: rgba( 0,0,0,1 ) !important;
	opacity: 0.4 !important;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 5;
}

button.slick-arrow::after { border-color: #fff !important; }

button.slick-prev::after { border-width: 0 0 2px 2px !important; }
button.slick-next::after { border-width: 2px 2px 0 0 !important; }

button.slick-arrow:hover { opacity: 0.8 !important; }

button.slick-arrow.slick-disabled { display: none !important; }

/* ドット */
.slick-dots .slick-active button,
.slick-dots li button:hover { background: var( --main-color ) !important; }

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

	.voice-container.has-gray-white-background-color {
		margin-right: 0;
		margin-left: 0;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}

	.voice-slick { padding: 1em; }

	button.slick-arrow { height: 144px !important; }
}


/* 見込み客の獲得法リスト */

.kakutoku-list.is-style-vk-numbered-square-mark li::before {
	color: var(--main-color);
	font-size: 1.125em;
	line-height: 26px;
	background: #eed39d;
}

/* プロフィール */

.profile-media.wp-block-media-text > .wp-block-media-text__content { padding: 0; }

.prof-list {
	font-size: 0.9375em;
	list-style: disc;
	margin-left: 0;
}

.prof-list > li:not(:first-child) { margin-top: 0.5em; }

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

	.profile-media.wp-block-media-text > .wp-block-media-text__content { padding: 0 0 0 5%; }
}


/* 書籍 */

.books-gallery.wp-block-gallery.wp-block-gallery-1 { gap: 1.5em; }

.books-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before { content: none; }

.books-gallery.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	color: var(--text-black);
	line-height: 1.3;
	text-align: left;
	display: block;
	position: static;
	margin-top: 8px;
	padding: 0;
	background: none;
	text-shadow: none;
	overflow: visible;
	height: auto;
}

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

	.books-gallery.books-gallery.has-nested-images figure.wp-block-image,
	.books-gallery.wp-block-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: calc( 50% - 1em);
		flex-grow: 0;
	}
}

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

	.books-gallery.wp-block-gallery {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}


/* --------------------------------------------
 セクション 2設定
-----------------------------------------------*/




/* --------------------------------------------
 セクション 3設定
-----------------------------------------------*/

/* 受講者の声 */

.voice-column h3 {
	font-size: 1.125em;
	margin-bottom: 0.5em;
}

.voice-column dl {
	font-size: 1rem;
}

.voice-column dt:not(:first-child) {
	margin-top: 0.5em;
}

.voice-column dd { letter-spacing: 2px; }

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


}

/* --------------------------------------------
 セクション 4設定
-----------------------------------------------*/

/* Q & A */

.QandA-dlswrap dl { margin: 0 0 32px; }

.QandA-dlswrap dl:last-child { margin-bottom: 0; }

.QandA-dlswrap .npc-togglebar .toggle-outer {
	color: var(--text-black);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.6em;
}

.QandA-dlswrap .toggle-outer strong { color: var(--main-color); }

.QandA-dlswrap .toggle-outer:after { font-weight: 400; }

.QandA-dlswrap .circle-q {
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	background: var(--main-color);
	margin: 0 0.2em 0 -1.8em;
}

.QandA-dlswrap dd {
	text-indent: -1.625em;
	line-height: 1.8;
	padding-left: 2rem;
	margin: 0.5em 0 0;
}

.QandA-dlswrap dd p { line-height: 1.8; }

.QandA-dlswrap dd p:first-letter {
	color: var(--sub-color);
	font-size: 1.0625em;
}

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

	.QandA-dlswrap dl { margin: 0 0 40px; }

	.QandA-dlswrap .npc-togglebar .toggle-outer {
		font-size: 1.25rem;
	}

	.QandA-dlswrap .npc-togglebar .toggle-outer.js-toggle-btn { padding-right: 2em; }
}

/* --------------------------------------------
 セクション 5設定
-----------------------------------------------*/

/* 開催概要 */

.npc-outlile-wap button.slick-arrow { top: 96px; }

.npc-outlilebox {
	margin: 0 16px;
	max-width: 400px;
}

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

	.npc-outlile-wap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 5%;
	}

	.npc-outlile-wap > * { width: 30%; }

	.npc-outlilebox { margin: 0; }

}

.npc-outlilebox .npc-togglebar { margin-top: 0.5em; }

.npc-outlile-areatit {
	text-align: center;
	font-weight: 400;
	border: 2px solid;
	margin-bottom: 1rem;
}

.npc-outline-dl { margin: 0; }

.npc-outline-dl dt { color: var(--main-color); }

.npc-outline-dl dt:not(:first-child) { margin-top: 1em; }

.npc-outline-dl dd {
	font-size: 0.9375em;
	margin-left: 1em;
}

.npc-outline-dl .field-price-dd { margin-left: 0; }

.npc-outline-dl .field-price-dd .field-price-box { padding-left: 1em }

.npc-outline-dl dd p { line-height: 1.6; }

.ul-date {
	font-size: 0.9375em;
	line-height: 1.3;
}

.month-sp,
.day-sp {
	text-align: right;
	display: inline-block;
	min-width: 1.3em;
}

.ul-date li { position: relative; }

.ul-date .open-time { display: inline-block; }

.ul-date .del-line .text-red {
	letter-spacing: 0;
	border: 2px solid;
	padding: 0 0.8em;
	background: rgba( 255,255,255,0.8);
	display: inline-block;

	position: absolute;
	top: 50%;
	-ms-transform: translateX(0) translateY(-50%);
	transform: translate(0,-50%);
	left: 26%;
}

.npc-outline-dl .toggle-scwrap { font-size: 0.875em; }

.npc-outline-dl .toggle-scwrap .toggle-outer {
	line-height: 1.4;
}

.npc-outline-dl .toggle-outer.toggle-op { color: #999; }

.npc-outline-dl .acf-map {
	width: 100%;
	height: 240px;
	border: #ccc solid 1px;
	margin: 20px 0 1em;
}

.npc-outline-dl .acf-map + h5 {
	margin: 0.5em 0 0;
}

/* 参加費 */

.price-box {
	font-size: 0.9375em;
	text-align: center;
	padding: 1em 0;
	background: #f6f1c7;
	margin-top: 40px;
}

.price-box > .text120 { line-height: 1; }


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

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

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form input[type="search"],
form input[type="date"],
form input[type="number"],
form input[type="password"],
textarea,
select {
	font-size: 0.9375rem;
	width: 100%;
	padding: 0.6em 0.2em;
	border: 1px solid #d4d4d7;
	border-radius: 2px;
	background: #fcfcfc;
	box-shadow: 1px 1px 2px #eee inset;
}

form input[type="password"] { width: auto; }

.flex-td,
.in-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 0.5em;
}

.in-flex {
	width: calc( 50% - 0.5em );
}

.form-box td .in-flex label {
	display: inline;
	margin: 0;
}

.in-flex input[type="text"] {
	-ms-flex: 1;
	flex: 1;
}

.in-flex .placeholder-txt {
	padding-left: 3em;
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

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

select {
	-moz-appearance: none;
	appearance: none;
	background: url(../../img/ico_select_arrow.svg) no-repeat calc( 100% - 8px ) center,#fcfcfc;
	background-size: 1em auto;
	padding-right: 2em !important;
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"],
form button {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.6em 1.8em;
	background: var(--main-color);
	border: 0;
	border-radius: 0;
	position: relative;
	box-shadow: 0 1px 1px rgba( 0,0,0,0.3 );
	display: inline-block;
	margin-top: 0.6em;
}

form input[type="submit"]:hover,
form input[type="reset"]:hover,
form input[type="button"]:hover,
form button:hover {
	/*background: var(--syc-yellow-l);*/
	opacity: 0.8;
	text-decoration: none;
}

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

form input[disabled][type="submit"],
form input[disabled][type="submit"]:hover,
form input[disabled][type="submit"]:active {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	box-shadow: none;
	cursor: default;
}



@media screen and ( min-width: 641px )  {
	form input[type="text"],
	form input[type="email"],
	form input[type="tel"],
	form input[type="url"],
	form input[type="search"],
	form input[type="date"],
	form input[type="number"],
	textarea,
	select { padding: 0.8em 1em; }
}

.form-box td label {
	margin: 0 1em 0.5em 0;
	display: inline-block;
}

.form-box td label.sp-block { display: block; }

/* チェックボックス ラジオデザイン */

.label-radio input[type="radio"],
.label-checkbox input[type="checkbox"] { display: none; }

.label-radio,
.label-checkbox {
	position: relative;
	cursor: pointer;
}

.item-label:before,
.item-label:after { content: ''; }

.item-label:before {
	display: inline-block;
	border: 1px solid #d4d4d7;
	margin-right: 0.3em;
	background: #fff;
}

.item-label:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


form input[type="radio"]:checked + .item-label:after,
form input[type="checkbox"]:checked + .item-label:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* radio */

.label-radio .item-label:before,
.label-radio .item-label:after { border-radius: 50%; }

.label-radio .item-label:before {
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.2em
}

.label-radio .item-label:after {
	display: block;
	width: 0.6em;
	height: 0.6em;
	background: #f00;
	position: absolute;
	top: 1.02em;
	left: 0.59em;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* checkbox */

.label-checkbox .item-label:before {
	width: 1.5em;
	height: 1.5em;
	border-radius: 1px;
	vertical-align: -0.4em;
}

.label-checkbox .item-label:after {
	display: block;
	width: 1.1em;
	height: 0.6em;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: #f00;
	border-radius: 1px;
	position: absolute;
	top: 0.8em;
	left: 0.2em;
	-ms-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}

.form-transmit .label-checkbox .item-label:after { top: 0.6em; }

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

.npc-formbox {
	padding: 24px 8px;
	margin: 0 -3%;
	background: url(../../img/bg_dot.jpg);
}

.npc-formbox .form-table td { line-height: 2; }

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

.npc-formbox .form-table th {
	color: var(--text-black);
	font-weight: 700;
}

.npc-formbox .form-table th .th-require {
	color: #fff;
	font-weight: 400;
	font-size: 0.7em;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 0 0.8em;
	display: inline-block;
	background: #f00;
}

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

.form-table select.input-select {
	max-width: 16em;
	margin-bottom: 0.5em;
}

.placeholder-txt {
	font-size: 0.8125em;
	display: block;
	margin-top: 0.2em;
}

.privacy-formbox {
	font-size: 0.8125rem;
	padding: 1rem;
	border: 1px solid #ccc;
	background: #fefefe;
	height: 12em;
	overflow-y: auto;
	margin-bottom: 1rem;
}

.privacy-formbox h2,
.privacy-formbox h3 {
	color: var(--text-black);
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 0.5em;
}

.privacy-formbox h3,
.privacy-formbox h4 {
	color: #4d4d4d;
	font-weight: 400;
	margin-bottom: 0.5em;
}

.privacy-formbox .under_contents h2 { font-size: 1.375em; }

.privacy-formbox h3 { font-size: 1.125em; }

.privacy-formbox > h3:first-child { font-size: 1.25em; }

.privacy-formbox p { line-height: 1.6; }

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

	.npc-formbox {
		padding: 40px 3%;
		margin: 0 0;
	}

	.npc-formbox .form-table th { width: 13em; }

	.privacy-formbox {
		font-size: 0.8175rem;
		height: 16em;
	}
}








