/*
Theme Name: Lightning Child
Theme URI: ★ 学校法人鴻城義塾 ★
Template: lightning
Description: ★ 学校法人鴻城義塾 ★
Author: ★ 学校法人鴻城義塾 ★
Tags: 
Version: 0.5.1
*/

@-ms-viewport {
    width: auto;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -----------------------------------------------------------
	グローバルCSS
----------------------------------------------------------- */

:root {
	--color-green: #a1d459;
	--color-purple: #8f6dcf;
	--gr-green-tate: linear-gradient(0deg, rgba(6,149,126,1) 0%, rgba(122,228,84,1) 100%);
	--gr-green-yoko: linear-gradient(90deg, rgba(6,149,126,1) 0%, rgba(122,228,84,1) 100%);
}

/* -----------------------------------------------------------
	リセットCSS
----------------------------------------------------------- */

ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

li {
	margin: 0;
}

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

a {
	outline:none;
	text-decoration: none;
}

a:hover, .siteFooter li>a:hover {
	opacity: 0.7;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
	font-weight: bold;
}

h3::after {
	content: none;
}

p {
	margin: 0;
	line-height: 1.5;
}

.siteContent {
	margin-top: 0 !important;
}

header.siteHeader {
	box-shadow: none;
	background-color: transparent;
	min-height: inherit;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: inherit;
}

.col {
	padding: 0;
}

.siteContent {
	padding: 0;
}

.mainSection {
	margin-bottom: 0;
}

.admin-bar .vk-mobile-nav-menu-btn {
	display: none !important;
}

.vk-mobile-nav-menu-btn {
	display: none !important;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt, dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

/* -----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------- */

header.siteHeader {
	position: relative;
}

header.siteHeader .gnav_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	
}

.home header.siteHeader .gnav_wrap {
	
}

header.siteHeader .gnav_wrap h1 {
	padding: 5px 15px;
	width: 30%;
	max-width: 280px;
}

header.siteHeader .gnav_wrap h1 a {
	display: block;
}

header.siteHeader .gnav_wrap nav {
	max-width: 450px;
}

header.siteHeader .gnav_wrap nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.siteHeader .gnav_wrap nav ul li.nav_tel {
	padding: 0 15px;
}

header.siteHeader .gnav_wrap nav ul li.nav_tel a {
	display: block;
}

header.siteHeader .gnav_wrap nav ul li.nav_mail a {
	color: #fff;
	padding: 15px;
	background: var(--gr-green-tate);
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
}

header.siteHeader .gnav_wrap nav ul li.nav_mail a::before {
	content: url("./images/icon_mail.png");
	display: block;
}


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

.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	-ms-overflow-style: none;
	scrollbar-width: none;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	  -ms-overflow-style: none;
	scrollbar-width: none;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	  -ms-overflow-style: none;
	scrollbar-width: none;
  }

.drawer--top.drawer-open .drawer-nav::-webkit-scrollbar {
	display: none !important;
}

  .drawer--left.drawer-open .drawer-nav::-webkit-scrollbar,
  .drawer--left .drawer-hamburger::-webkit-scrollbar,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger::-webkit-scrollbar {
    display: none !important;
  }

  .drawer--right.drawer-open .drawer-nav::-webkit-scrollbar,
  .drawer--right .drawer-hamburger::-webkit-scrollbar,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger::-webkit-scrollbar {
   display: none !important;
  }

.drawer-nav ul::-webkit-scrollbar, .dropdown-submenu ul::-webkit-scrollbar {
	display: none;
}

.drawer--left .drawer-hamburger {
	right: 0;
	left: inherit !important;
}

.hum_menu {
	margin-top: 0 !important;
}

.drawer--left .drawer-nav {
	z-index: 100;
	background: var(--color-green);
}

.drawer-hamburger, .drawer-hamburger:hover {
	background: var(--gr-green-tate) !important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}

.drawer-nav ul {
	overflow-y: scroll;
}

.dropdown-submenu {
	position: relative;
}

.drawer-nav li {
	border-bottom: 1px solid #8cbc40;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}


.drawer--left .drawer-nav a {
	color: #333;
	font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
	padding: 10px;
	text-decoration: none;
}

.drawer-caret {
    display: inline-block;
	text-align: right;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 9px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.dropdown-submenu a.drawer-menu-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.siteHeader h1.sp_logo_wrap {
	display: none;
}

header.siteHeader h1 {
	text-align: center;
}

header.siteHeader h1 a, header.siteHeader h1 a img {
	display: block;
	
}

@media screen and (min-width: 961px) {
	.hum_menu {
		display: none;
	}
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
	header.siteHeader .gnav_wrap nav ul li.st {
		margin-right: 15px;
	}
}

@media screen and (min-width: 769px) and (max-width: 960px) {
	header.siteHeader .gnav_wrap nav ul li.st {
		margin-right: 0;
	}
	
	header.siteHeader .gnav_wrap nav ul li.nav_st {
		margin-right: 10px;
	}
	
	.gnav_wrap nav ul li.st {
		margin-right: 0;
	}
	
	header.siteHeader nav {
		display: none;
	}
	
	header.siteHeader .gnav_wrap h1 {
		margin: 0 auto;
		padding: 10px 0;
		width: 50%;
	}
	
	.home header.siteHeader .gnav_wrap {
		position: static;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	header.siteHeader {
		background-color: transparent;
		position: static !important;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
    	height: auto;
	}
	
	header.siteHeader .gnav_wrap {
		position: static;
	}
	
	header.siteHeader nav {
		display: none;
	}
	
	header.siteHeader .gnav_wrap h1 {
		margin: 0 auto;
		padding: 0;
		width: 50%;
	}
	
	.home header.siteHeader .gnav_wrap {
		position: static;
	}
}

@media screen and (max-width: 560px) {
	header.siteHeader {
		background-color: transparent;
		position: static !important;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
    	height: auto;
	}
	
	header.siteHeader .gnav_wrap {
		position: static;
	}
	
	header.siteHeader nav {
		display: none;
	}
	
	
	header.siteHeader .gnav_wrap h1 {
		margin: 0 auto;
		width: 70%;
		padding: 0;
	}
	
	.home header.siteHeader .gnav_wrap {
		position: static;
	}
}

/* -----------------------------------------------------------
	共通CSS
----------------------------------------------------------- */

.contents_wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 70px;
	padding: 0 15px;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
}

.flex_wrap .flex_left, .flex_wrap .flex_right {
	width: 48%;
}

.flex_odr .flex_left {
	order: 2;
}

.flex_odr .flex_right {
	order: 1;
}

.ac_flex {
	align-items: center;
}

.text_center {
	text-align: center;
}

.ib {
	display: inline-block;
	text-align: left;
}

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

.mb_1 {
	margin-bottom: 1em;
}

.fb {
	font-weight: bold;
}

#page_top {
    position: fixed;
    bottom: 20px;
    right: 2.5%;
	z-index: 50;
}

/*----- 動き -----*/

.fadein {
  opacity: 0;
  transform : translate(0, 10px);
  transition : all 900ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.imgcut {
	position: relative;
}

.imgcut::before {
	content:"";
	display: block;
	padding-bottom: 66.7%;
}

.imgcut img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media screen and (min-width: 561px) and (max-width: 959px) {
	.contents_wrap {
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 560px) {
	.flex_wrap {
		display: block;
	}

	.flex_wrap .flex_left, .flex_wrap .flex_right {
		width: auto;
	}
	
	.flex_wrap .flex_left {
		margin-bottom: 15px;
	}
}

/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.mainvisual {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.mainvisual .catchcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 90%;
}

.mainvisual .catchcopy h1 {
	display: inline-block;
	text-align: left;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-shadow:0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815,0 0 3px #231815;
}

h2.title_h2 {
	margin-bottom: 40px;
	display: block;
	position: relative;
}

h2.title_h2::after {
	content: url("./images/title_dec.png");
	display: block;
	height: 2px;
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 0;
}

.news_wrap {
	text-align: center;
}

.news_wrap ul {
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
}

.news_wrap ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 15px 20px;
	border-bottom: 1px solid #ddd;
}

.news_wrap ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.news_wrap ul li a:first-child {
	width: 90px;
	height: 90px;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

.news_wrap ul li .thumb_wrap {
	position: relative;
	width: 90px;
	height: 90px;
}

.news_wrap ul li .thumb_wrap::before {
	content:"";
	display: block;
	padding-bottom: 100%;
}

.news_wrap ul li .thumb_wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

.news_wrap ul li a:nth-child(2) {
	flex: 1;
	color: #333;
}

.news_wrap ul li a span.news_date {
	display: block;
}

.news_wrap ul li a span.news_title {
	display: block;
	font-weight: bold;
}

.btn_wrap {
	text-align: center;
}

.btn_wrap a {
	display: inline-block;
	background: var(--color-purple);
	color: #fff;
	display: inline-block;
    min-width: 230px;
    padding: 20px 10px;
    position: relative;
    border-radius: 28px;
	line-height: 1;
}

.btn_wrap a:hover {
	opacity: 1;
}

.btn_wrap a::after {
	content: url("./images/arrow.png");
	width: 10px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	line-height: 0;
	transition: 0.5s;
}

.btn_wrap a:hover::after {
	right: 8px;
}

.bg_gray {
	background-color: #f7f6f7;
	padding: 60px 0;
	margin-bottom: 60px;
}

.bg_gray .contents_wrap {
	margin-bottom: 0;
}

.group_wrap {
	align-items: center;
}

.group_wrap h2 {
	margin-bottom: 12px;
}

.group_wrap h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

.grouplink_wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.grouplink_wrap ul li {
	width: 46%;
	margin: 0 2% 50px;
	background-color: #ebecee;
	padding: 30px;
	text-align: center;
}

.grouplink_wrap ul li:last-child {
	margin-bottom: 0;
}

.grouplink_wrap ul li .group_photo {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-width: 430px;
	margin: 0 auto 20px;
}

.grouplink_wrap ul li .group_photo .imgcut::before {
	padding-bottom: 120%;
}

.grouplink_wrap ul li .group_detail {
	max-width: 430px;
	margin: 0 auto;
}

.grouplink_wrap ul li .group_detail p {
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
	text-align: center;
}

.grouplink_wrap ul li .group_detail p.schoolname {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 22px;
}

.grouplink_wrap ul li:nth-child(even) .btn_wrap a {
	background-color: var(--color-green);
}

.emergency_wrap {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}

.emergency_wrap .emergency_title {
	width: 180px;
	background-color: #e20530;
	text-align: left;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 10px;
}

.emergency_wrap .emergency_title h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	line-height: 1;
}

.emergency_wrap .emergency_title h2::before {
	content: url("./images/icon_emergency.png");
	position: absolute;
	top: -7px;
	left: 0;
}

.emergency_wrap .emergency_news {
	flex: 1;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	border: 1px solid #e20530;
	background-color: #fff;
}

.emergency_wrap .emergency_news .news_flex {
	display: flex;
}

.emergency_wrap .emergency_news a {
	width: 100%;
	display: block;
	color: #333;
	position: relative;
}

.emergency_wrap .emergency_news dt {
	font-weight: normal;
}

.emergency_wrap .emergency_news a:hover::after {
	right: -5px;
}

.emergency_wrap .news-date {
	margin-right: 20px;
}


@media screen and (min-width: 769px) and (max-width: 959px) {
	
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.mainvisual .catchcopy {
		width: 80%;
	}
	
	.mainvisual .catchcopy h1 {
		font-size: 30px;
	}
	
	.grouplink_wrap ul li {
		padding: 30px 15px;
	}
	
	.grouplink_wrap ul li .btn_wrap a {
		min-width: 200px;
	}
	
	.grouplink_wrap ul li .group_detail p.schoolname {
		font-size: 20px;
	}
	
	.emergency_wrap .emergency_news {
		text-align: left;
	}
	
	.emergency_wrap .emergency_news .news_flex {
		display: block;
	}
}

@media screen and (max-width: 560px) {
	.mainvisual .catchcopy {
		width: 80%;
	}
	
	.mainvisual .catchcopy h1 {
		font-size: 30px;
	}
	
	.grouplink_wrap ul {
		display: block;
	}
	
	.grouplink_wrap ul li {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.emergency_wrap {
		display: block;
	}
	
	.emergency_wrap .emergency_title {
		width: 100%;
	}
	
	.emergency_wrap .emergency_title h2 {
		padding-left: 25px;
		position: relative;
		text-align: left;
	}
	
	.emergency_wrap .emergency_title h2::before {
		content: "";
		background-image: url("./images/icon_emergency.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: -2px;
		left: 0;
	}
	
	.emergency_wrap .emergency_news {
		padding: 15px;
		text-align: left;
	}
	
	.emergency_wrap .emergency_news .news_flex {
		display: block;
	}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */

footer.siteFooter {
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.ftr_info_wrap {
	padding: 40px 15px;
	text-align: center;
}

.ftr_info_wrap .ftr_logo {
	margin-bottom: 10px;
}

.ftr_info_wrap .ftr_logo a {
	display: inline-block;
}

.ftr_info_wrap p {
	text-align: left;
	display: inline-block;
	margin-bottom: 25px;
}

.ftr_info_wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 540px;
	margin: 0 auto;
}

.ftr_info_wrap ul li {
	width: 48%;
	max-width: 260px;
}

.ftr_info_wrap ul li.ftr_tel a {
	display: block;
}

.ftr_info_wrap ul li.ftr_mail a {
	display: inline-block;
	background: var(--gr-green-yoko);
	color: #fff;
	display: inline-block;
    width: 250px;
    padding: 20px 10px 20px 30px;
    position: relative;
    border-radius: 28px;
	line-height: 1;
	font-weight: bold;
}


.ftr_info_wrap ul li.ftr_mail a::before {
	content: url("./images/icon_mail_f.png");
	width: 22px;
	height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	line-height: 0;
}

.copySection {
	text-align: center;
	padding: 10px;
	background-color: #656566;
	color: #fff;
}

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

@media screen and (min-width: 769px) and (max-width: 959px) {
	
}

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

@media screen and (max-width: 560px) {
	.ftr_info_wrap ul {
		display: block;
		max-width: 260px;
	}
	
	.ftr_info_wrap ul li {
		width: 100%;
	}
	
	.ftr_info_wrap ul li.ftr_tel {
		margin-bottom: 15px;
	}
}

/* -----------------------------------------------------------
	下層ページCSS
----------------------------------------------------------- */

.page-header {
	background: var(--gr-green-yoko);
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	font-weight: bold;
	font-size: 34px;
	font-style: italic;
}

.breadSection {
	margin-bottom: 50px;
}

.breadSection .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}



/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.mw_wp_form .error-message {
	display: none;
}

.mw_wp_form_error .error-message {
	display: inline-block;
	color: #E60012;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

.contact_mass {
	text-align: center;
	max-width: 840px;
	margin: 0 auto 30px;
}

.contact_p_block ul {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.contact_p_block ul li p, .thanks_wrap ul li.tel_wrap p {
	position: relative;
	font-size: 18px;
}

.tel_wrap {
	margin-bottom: 10px;
}

.contact_p_block .tel_wrap a, .thanks_wrap .tel_wrap a {
	font-size: 32px;
	font-weight: bold;
	color: #393939;
	padding-left: 30px;
	position: relative;
	text-decoration: none;
}

.contact_p_block .tel_wrap a::before, .thanks_wrap .tel_wrap a::before {
	content: url("./images/contact_tel.png");
	position: absolute;
	
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.contact_p_block ul li.fax_wrap a::before {
	content: url("./images/contact_fax.png");
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.contact_p_block ul li.fax_wrap a {
	pointer-events: none;
}

.contact_page_form h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

.privacy_erea dl {
	margin-top: 1em;
}

/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

.stepBar {
	display: flex;
	max-width: 400px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}

.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}

.stepBar li:after {
	background: #7AA54F;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}

.stepBar li:first-child:after {
	display: none;
}

.stepBar li span {
	background: #7AA54F;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.stepBar .visited:after {
	background: #7AA54F;
}

.stepBar .visited span {
	background: #2e553c;
}

.form_wrap table {
	width: 100%;
	border-color: #e5e5e5;
	table-layout: fixed;
}

.form_wrap table tr th {
	padding: 20px 10px;
	text-align: left;
	width: 30%;
	min-width: 15em;
	color: #333;
	border: none;
	border-top: 1px solid var(--color-green);
	font-weight: bold;
	border-color: var(--color-green);
}

.form_wrap table tr th span {
	color: #f00;
	font-size: 12px;
	display: block;
	float: right;
	padding-top: 2px;
}

.form_wrap table tr td {
	padding: 20px 10px;
	text-align: left;
	width: 65%;
	border: none;
	border-top: 1px solid #ccc;
	border-color: #ccc;
}

.form_wrap table tr td p {
	margin-bottom: 0;
}

.form_wrap table tr td dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.form_wrap table tr td dl dt {
	margin-bottom: 0;
	padding-top: 2px;
	width: 7em;
	font-weight: normal;
	border-left: none;
}

.form_wrap table tr td dl dd {
	margin-bottom: 8px;
	border-left: none;
	padding-left: 0;
}

.form_wrap table tr td p.pi {
	text-indent: -1em;
	padding-left: 1em;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.form_wrap form select {
	width: 210px;
}

.form-control {
	background-color: #eee;
}

.submt_wrap {
	text-align: center;
	padding-top: 15px;
}

.submt_wrap input[type=submit] {
	font-size: 16px;
	width: 120px;
	border-radius: 4px;
}

.submt_wrap input[type=submit]:hover {
	opacity: 0.8;
}

.form_wrap select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px;
        text-overflow: "";
    appearance:none;
     
}

.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-green);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-green);
	border-color: var(--color-green);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.submt_wrap button:hover {
	opacity: 0.7;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 90%;
}

.submt_wrap .btn-primary {
	border: 1px var(--color-green);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color:var(--color-green);
	padding: 10px 20px 8px;
	margin-bottom: 3px;
	color: #efefef;
}

input[type=submit] {
	border: 1px solid var(--color-green);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-green);
	padding: 10px 20px 8px;
	margin-bottom: 3px;
	color: #efefef;
}

.mw_wp_form form {
	width: auto;
}

.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
	
}

.form_wrap table tr td span.mwform-checkbox-field {
	display: block;
	margin-left: 10px;
}

.er_m_wrap {
	text-align: center;
	margin-bottom: 15px;
}

.mw_wp_form .error-message {
	display: none;
}

.mw_wp_form_error .error-message {
	display: inline-block;
	color: #E60012;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

.form_aten {
	text-align: center;
	margin-bottom: 20px;
}

.online_kibou {
	text-align: center;
	margin: 25px auto 15px;
}

form input[type=text].online_date {
	width: 210px;
}

@media screen and (max-width: 600px) {
	.form_wrap table tr th {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	
	.form_wrap table tr td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #ccc;
		padding-top: 0;
	}
	
	.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
		width: 100%;
		max-width: 100%;
	}
	
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0;
	}
	
	.form_wrap table tr td dl dt {
		padding-left: 0;
		min-width: 7em;
	}
	
	.form_wrap form table tr select.form-control {
		width: 210px;
	}
	
	.contact_p_block ul li p, .thanks_wrap ul li.tel_wrap p {
		max-width: 240px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.form_wrap table tr td span.mwform-checkbox-field {
		margin-left: 0;
	}
	
	.submt_wrap .btn-primary {
		margin-bottom: 6px;
	}
}

/* -----------------------------------------------------------
	プライバシーポリシー
----------------------------------------------------------- */

.privacy_page {
	padding-top: 50px;
	margin-bottom: 20px;
}

.privacy_erea {
	border: 1px solid #ccc;
	height: 250px;
    overflow-y: scroll;
	padding: 15px;
}

.privacy_page dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.privacy_page  h2 {
	font-size: 24px;
}

.consent_erea {
	padding-top: 30px;
	text-align: center;
}

.consent_btn {
	margin-bottom: 20px;
}

.consent_btn span.red {
    color: #f00;
    font-size: 12px;
	padding-top: 2px;
}

.confirm_block .privacy_page, .confirm_block .consent_erea {
	display: none !important;
}

/*----- 入力ステップ -^----*/

.step_wrap {
	margin-bottom: 30px;
}

.thanks_wrap .step_wrap {
	margin-bottom: 50px;
}

@media screen and (min-width: 601px) {
	.step {
		list-style-type: none;
		display:table;
		width:100%;
		padding:0;
		margin:0;
		overflow:hidden;
	}

	.step li {
		display:table-cell;
		position:relative;
		background: #504944;
		padding: 1em 0.5em 1em 2em;
		color: #fff;
		font-size: 16px;
	}

	.step li:last-child {
		padding-right: 1em;
	}

	.step li:last-child:before, .step li:last-child:after{
		display:none;
	}

	.step li:before, .step li:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin: auto;
	}

	.step li:before {
		top:-15px;
		right:-1em;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 40px 0 40px 1em;
		z-index: 10;
	}

	.step li:after {
		top:-15px;
		right:-.8em;
		border-style: solid;
		border-color: transparent transparent transparent #504944;
		border-width: 40px 0 40px 1em;
		z-index: 10;
	}

	.step li.is-current {
		background: var(--color-green);
		font-weight: bold;
	}

	.step li.is-current:after {
		border-color: transparent transparent transparent var(--color-green);
	}

	.step li span.step_n {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.step{
		list-style-type: none;
		width:300px;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}

	.step li{
		position: relative;
		width:300px;
		background: #504944;
		padding: 1em;
		margin-bottom: 1em;
		text-align:center;
		color: #fff;
	}
	.step li:after{
		content: "";
		position: absolute;
		width: 100px;
		height: 0;
		bottom: -9px;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #504944 transparent transparent transparent;
		border-width: 10px 50px 0 50px;
		z-index: 1;
		margin: auto;
	}
	.step li.is-current{
		background: var(--color-green);
		font-weight: bold;
	}
	.step li.is-current:after{
		border-color: var(--color-green) transparent transparent transparent;
	}
	
	.step li.last_arrow::after {
		content: none;
	}
}

/* -----------------------------------------------------------
	新着情報一覧
----------------------------------------------------------- */

.blog .container, .post-template-default .container, .archive .container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 30px;
}

.blog .siteHeadContainer, .post-template-default .siteHeadContainer, .archive .siteHeadContainer, .blog .site-header-container, .post-template-default .site-header-container, .archive  .site-header-container {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
}

.blog .site-footer-copyright, .post-template-default .site-footer-copyright, .archive .site-footer-copyright {
	max-width: inherit;
	margin: 0;
	padding: 10px 5px;
}

.blog .siteContent .container, .post-template-default .siteContent .container, .archive .siteContent .container {
	margin-bottom: 50px;
}

.mainSection header h1.entry-title {
	font-size: 1.2em;
}

.entry-meta_updated, .entry-meta_items_author {
	display: none !important;
}

.archive .mainSection header h1 {
	font-size: 22px;
	font-weight: bold;
	color: var(--color-green);
}

.media .hentry .media-body .media-heading {
	font-size: 22px;
	font-weight: bold;
	color: var(--color-green);
}

.category-news .entry-meta_items .btn-primary {
	background-color: var(--color-green) !important;
}

.entry-footer {
	margin-top: 20px;
}

.entry-meta-dataList dd a {
	color: var(--color-green) !important;
}

.widget .subSection-title {
	padding-top: 10px;
}

.vk_posts-mainSection .vk_post-col-lg-12.media .media-img {
	display: none;
}

.vk_post_title_new {
	display: none;
}

.vk_post .media-img {
	display: none;
}

.next-prev {
	display: none;
}

.entry-meta-item-updated, .entry-meta-item-author {
	display: none;
}

.archive-header-title {
	font-size: 24px;
}

.entry-header h1.entry-title {
	font-size: 22px;
}

.breadcrumb-list a {
	text-decoration: none;
}

.entry-meta-data-list dt {
	color: #fafafa;
	background-color: var(--color-green);
}

.btn-primary {
	background-color: var(--color-green);
	border-color: var(--color-green);
}

.btn-primary:hover {
	background-color: var(--color-green);
	border-color: var(--color-green);
}

.site-footer-title:after, .sub-section-title:after, h3:after {
	border-color: var(--color-green);
}

.widget_link_list>ul li a:hover, .widget_link_list>ul li.current-cat>a {
	color: var(--color-green);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: var(--color-green);
}

.vk_posts {
	display: none !important;
}

.entry-meta-dataList dt {
	background-color: var(--color-green);
}

.blog .copySection, .post-template-default .copySection, .archive .copySection {
	max-width: inherit;
	padding: 10px;
}

@media screen and (max-width: 560px) {
	.media .postList_thumbnail {
		float: none;
	}
}