/*
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%;
	background-color: #f7f5f0;
}

*, *: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: #7baa17;
	--gr-green: linear-gradient(0deg, rgba(131,197,60,1) 0%, rgba(112,178,53,1) 60%, rgba(92,159,48,1) 100%);
	--font-mincho:  "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* -----------------------------------------------------------
	リセット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 {
	text-align: center;
	font-weight: bold;
	width: 310px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #f7f5f0;
}

header.siteHeader h1 {
	padding: 30px 15px;	
}

header.siteHeader h1 a {
	display: block;
}

.head_inner_wrap ul {
	border-top: 1px solid #d1d1d1;
}

.head_inner_wrap ul li {
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
}

.head_inner_wrap ul li a {
	display: block;
	color: #333;
	position: relative;
	padding: 20px 80px;
}

.head_inner_wrap ul li a::before {
	content: url("./images/icon_home.png");
	position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.head_inner_wrap ul li.nav_about a::before {
	content: url("./images/icon_about.png");
}

.head_inner_wrap ul li.nav_card a::before {
	content: url("./images/icon_card.png");
}

.head_inner_wrap ul li.nav_contact a::before {
	content: url("./images/icon_mail.png");
}

.head_inner_wrap ul li.nav_tel a::before {
	content: url("./images/icon_tel.png");
}

.head_inner_wrap ul li a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    line-height: 0;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent var(--color-green);
}

.head_inner_wrap ul li a:hover::after {
	right: 9px;
}

.head_inner_wrap ul li.nav_tel a:hover {
	opacity: 1;
}

.head_inner_wrap ul li.nav_tel a::after {
	content: none;
}

.head_member {
	padding: 25px 15px;
	
}

.head_member a {
	display: block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
    max-width: 580px;
	padding: 0 15px;
}

#g-nav li{
	list-style: none;
    text-align: left;
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
	
	width: 48%;
}

#g-nav li:first-child, #g-nav li:nth-child(2) {
	border-top: 1px dashed #ccc;
}

#g-nav li a {
	color: #333;
	text-decoration: none;
	padding: 0 0 0 16px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 20px 20px 20px 60px;
	position: relative;
}

#g-nav li a::before {
	content: url("./images/icon_home.png");
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#g-nav li.nav_about a::before {
	content: url("./images/icon_about.png");
}

#g-nav li.nav_card a::before {
	content: url("./images/icon_card.png");
}

#g-nav li.nav_contact a::before {
	content: url("./images/icon_mail.png");
}

#g-nav li.nav_tel a::before {
	content: url("./images/icon_tel.png");
}

#g-nav li a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    line-height: 0;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent var(--color-green);
}

#g-nav li.nav_member {
	width: 100%;
	border-bottom: none;
	text-align: center;
}

#g-nav li.nav_member a {
	padding: 0;
}

#g-nav li.nav_member a::before, #g-nav li.nav_member a::after {
	content: none;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:5%;
	right: 20px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 60px;
    height:60px;
	background: var(--gr-green);
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:28px;
}

.openbtn span:nth-of-type(3) {
	top:36px;
}

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 34px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

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

@media screen and (min-width: 769px) and (max-width: 960px) {
	header.siteHeader .head_wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	header.siteHeader h1 {
		width: 100%;
		margin: 0 auto;
	}
	
	#g-nav .hum_menu_inner {
		position: static;
		transform: none;
		padding: 25px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	header.siteHeader {
		position: static;
		width: 100%;
    	height: auto;
	}
	
	header.siteHeader .head_inner_wrap nav {
		display: none;
	}
	
	header.siteHeader h1 {
		width: 100%;
		margin: 0 auto;
	}
	
	#g-nav .hum_menu_inner .hum_nav {
		flex-wrap: wrap;
	}
	
	#g-nav .hum_menu_inner .hum_nav::after {
		content: "";
		display: block;
		width: 32%;
	}
	
	#g-nav .hum_menu_inner {
		position: static;
		transform: none;
		padding: 25px;
	}
}

@media screen and (max-width: 560px) {
	header.siteHeader {
		position: static;
		width: 100%;
    	height: auto;
	}
	
	header.siteHeader .head_inner_wrap nav {
		display: none;
	}
	
	header.siteHeader h1 {
		max-width: 300px;
		padding: 10px 15px;
	}
	
	#g-nav.panelactive .flex_contact {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
	
	#g-nav.panelactive .hum_bnr {
		max-width: 250px;
		margin: 0 auto;
	}
	
	#g-nav .hum_menu_inner {
		position: static;
		transform: none;
		padding: 15px;
	}
	
	#g-nav.panelactive ul {
		display: block;
	}
	
	#g-nav.panelactive ul li {
		width: 100%;
	}
	
	#g-nav li:nth-child(2) {
    	border-top: none;
	}
	
	.openbtn {
		top: 10px;
		right: 10px;
	}
}

/* -----------------------------------------------------------
	共通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: wrap;
}

.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;
}

.box{
	opacity: 0;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(10px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.delayScroll li {
	opacity: 0;
}

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

@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;
	}
}

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

.siteContent {
	margin-left: 310px;
}

.mainvisual {
	position: relative;
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
}

.mainvisual .bnr_member {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: none;
}

.mainvisual .bnr_member.fadeRight {
	display: block;
}

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


ul.clm3 {
	flex-wrap: wrap;
}

ul.clm3::after {
	content: "";
	display: block;
	width: 32%;
}

ul.clm3 li {
	width: 32%;
}

.top_page_wrap {
	
}

.top_page_wrap .flex_left {
	background: var(--gr-green);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 600px;
}

.top_page_wrap .flex_right {
	flex: 1;
	width: 100%;
	height: 500px;
    overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_page_wrap .flex_left::before {
	content: "";
	background: url("./images/point.png");
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top_page_wrap .flex_left .inner_flex {
	color: #fff;
	
	position: relative;
	z-index: 3;
	padding: 30px;
}

.top_page_wrap .flex_left .inner_flex h2 {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 60px;
	position: relative;
}

.top_page_wrap .flex_left .inner_flex h2::after {
	content: url("./images/page_icon_about.png");
	position: absolute;
	top: 10px;
	right: 0;
}

.top_page_wrap #top_card .flex_left .inner_flex h2 {
	padding-right: 80px;
}

.top_page_wrap #top_card .flex_left .inner_flex h2::after {
	content: url("./images/page_icon_card.png");
}

.top_page_wrap .flex_left .inner_flex h2 span.en_title {
	font-size: 16px;
	font-weight: normal;
	color: #d7eab2;
	display: block;
	margin-bottom: 5px;
}

.top_page_wrap .flex_left .inner_flex p {
	margin-bottom: 30px;
}

.top_page_wrap .flex_left .top_page_text {
	
}

.btn_wrap {
	text-align: center;
}

.btn_wrap a {
	display: inline-block;
	padding: 15px 70px;
	position: relative;
	background-color: #fff;
	color: var(--color-green);
	border-radius: 7px;
	overflow: hidden;
	transition: 0.4s;
	font-weight: bold;
	line-height: 1;
}

.btn_wrap a:hover {
	box-shadow: none;
	opacity: 1;
}

.btn_wrap a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    line-height: 0;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent var(--color-green);
	transition: 0.5s;
}

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

.news_wrap {
	
}

.news_wrap .news_info {
	background: var(--color-green);
	padding: 10px 30px;
	display: flex;
	align-items: center;
}

.news_wrap .news_info h2 {
	font-size: 16px;
	color: #fff;
}

.news_wrap a {
	color: #333;
}

.news_wrap .news_main {
	flex: 1;
	padding: 15px;
	display: flex;
	align-items: center;
}

.news_wrap .news_main ul li a {
	display: flex;
}

.news_wrap .news_main ul li a span.news_date {
	margin-right: 15px;
	color: var(--color-green);
	font-weight: bold;
}

.news_wrap .news_main ul li a span.news_title {
	flex: 1;
}

.news_wrap .newsbtn {
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.news_wrap .newsbtn a {
	position: relative;
	padding-left: 15px;
}

.news_wrap .newsbtn a::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    line-height: 0;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent var(--color-green);
	transition: 0.5s;
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.mainvisual .bnr_member {
		position: static;
		padding: 15px;
		text-align: center;
	}
	
	ul.clm3 li {
		width:100%;
		margin: 0 auto 20px;
	}
	
	ul.clm3 li:last-child {
		margin-bottom: 0;
	}
	
	.top_page_wrap .flex_wrap {
		display: block;
	}
	
	.top_page_wrap .flex_right {
		height: 300px;
	}
	
	.top_page_wrap .flex_left {
		width: 100%;
		margin-bottom: 0;
	}
	
	.news_wrap .news_info {
		padding: 10px 15px;
	}
	
	.news_wrap .news_main ul li a {
		display: block;
	}
	
	.news_wrap .news_main ul li a span {
		display: block;
	}
	
	.news_wrap .newsbtn {
		text-align: center;
		margin-bottom: 15px;
		display: block;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.siteContent {
		margin-left: 0;
	}
	
	.top_page_wrap .flex_right {
		height: 300px;
	}
	
	.top_page_wrap .flex_left {
		width: 50%;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 560px) {
	.mainvisual .bnr_member {
		position: static;
		padding: 15px;
		text-align: center;
	}
	
	ul.clm3 li {
		width:100%;
		margin: 0 auto 20px;
	}
	
	ul.clm3 li:last-child {
		margin-bottom: 0;
	}
	
	.siteContent {
		margin-left: 0;
	}
	
	.top_page_wrap .flex_right {
		height: 300px;
	}
	
	.top_page_wrap .flex_left {
		width: 100%;
		margin-bottom: 0;
	}
	
	.news_wrap .news_info {
		padding: 10px 15px;
	}
	
	.news_wrap .news_main ul li a {
		display: block;
	}
	
	.news_wrap .news_main ul li a span {
		display: block;
	}
	
	.news_wrap .newsbtn {
		text-align: center;
		margin-bottom: 15px;
		display: block;
	}
}

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

footer.siteFooter {
	border: none;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	background-color: #fff;
	margin-left: 310px;
}

footer.siteFooter .contents_wrap {
	margin-bottom: 0;
	padding: 20px 15px;
}

.ftr_contact_wrap {
	margin-bottom: 0;
}

footer.siteFooter .ftr_info_wrap {
	margin-bottom: 0;
}

.ftr_info_wrap .flex_left {
	width: 37%;
}

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

.ftr_info_wrap .ftr_logo p {
	margin: 0 0 15px 0;
	font-size: 14px;
}

.ftr_info_wrap .flex_right {
	width: 55%;
	max-width: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copySection {
	text-align: center;
	padding: 15px;
	background: #ededed;
	color: #fff;
	background-color: var(--color-green);
}

.copySection p {
	margin-bottom: 0;
}

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

@media screen and (min-width: 769px) and (max-width: 959px) {
	footer.siteFooter .contents_wrap {
		flex-wrap: wrap;
	}

}

@media screen and (min-width: 561px) and (max-width: 768px) {
	footer.siteFooter {
		margin-left: 0;
	}
}

@media screen and (max-width: 560px) {
	footer.siteFooter {
		margin-left: 0;
	}
	
	.ftr_info_wrap {
		text-align: center;
	}
	
	.ftr_info_wrap .flex_left {
		width: 100%;
	}
	
	.ftr_info_wrap .flex_right {
		width: 100%;
		display: block;
	}
	
	.ftr_info_wrap .flex_right .ftr_tel {
		margin-bottom: 15px;
	}
}

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

.page-header {
	position: relative;
	background: transparent;
	margin-left: 310px;
}

.page-header .container {
    background-image: url("../../../wp-content/uploads/head_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 130px 0;
    background-color: transparent;
	overflow: hidden;
	color: #fff;
	margin-left: auto;
	text-align: left;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	 background: #f7f5f0;
    display: inline-block;
    padding: 20px 50px;
	border-radius: 0 5px 5px 0;
}

.breadSection {
	margin-bottom: 50px;
	margin-left: 310px;
}

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

@media screen and (min-width: 561px) and (max-width: 768px) {
	.page-header, .breadSection {
		margin-left: 0;
	}
	
	.page-header .container {
		width: 94%;
		padding: 50px 0;
		border-radius: 20px
	}
	
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		padding: 15px;
		font-size: 24px;
	}
}

@media screen and (max-width: 560px) {
	.page-header, .breadSection {
		margin-left: 0;
	}
	
	.page-header .container {
		width: 94%;
		padding: 50px 0;
		border-radius: 20px
	}
	
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		padding: 15px;
		font-size: 20px;
	}
}

/* -----------------------------------------------------------
	組合紹介
----------------------------------------------------------- */

h2.contents_title {
	border-bottom: 2px solid #dcdcdc;
    position: relative;
	margin-bottom: 30px;
	text-align: left;
}

h2.contents_title::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--color-green);
    width: 5em;
    bottom: -2px;
    left: 0;
}


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

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

.ceoname {
	text-align: right;
}

.dl_wrap {
}

.dl_wrap dl {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 15px;
	margin: 0 0 8px;
}


.dl_wrap dl dt {
	width: 20%;
	margin-right: 5%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	border-right: 1px solid var(--color-green);
	position: relative;
}

.dl_wrap dl dd {
	width: 75%;
	font-size: 16px;
	margin-bottom: 0;
}

.access_wrap .flex_wrap {
	margin-bottom: 30px;
}

.access_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	background: var(--gr-blue);
	color: #fff;
	margin-bottom: 15px;
	padding: 8px 10px;
	border-radius: 4px;
}

.access_wrap dl {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

.access_wrap dl dt {
	min-width: 4em;
	width: 20%;
	font-weight: bold;
	margin-right: 2%;
	margin-bottom: 15px;
}


.access_wrap dl dd {
	width: 78%;
	margin-bottom: 15px;
}


.ggmap {
	position: relative;
	padding-top: 66%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photogallery_wrap ul li {
	margin-bottom: 15px;
}

.photogallery_wrap .lb-number {
	display: none;
}

@media screen and (max-width: 560px) {
	.dl_wrap dl {
		display: block;
		padding: 15px;
	}
	
	.dl_wrap dl dt {
		border-right: none;
		border-bottom: none;
		width: 100%;
		margin-bottom: 6px;
	}
	
	.dl_wrap dl dd {
		width: 100%;
	}
	
	.dl_wrap dl:last-child dt {
		border-top: none;
	}
}

/* -----------------------------------------------------------
	カード紹介
----------------------------------------------------------- */

h3.c_sub_title {
	position: relative;
    background: #eef1f2;
	padding: 10px 15px 10px 25px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	text-align: left;
	margin-bottom: 15px;
}

h3.c_sub_title::before {
	content: "";
    position: absolute;
    top: 25%;
    left: 10px;
    width: 6px;
    height: 50%;
    opacity: .2;
    border-radius: 3px;
    background: #5f7276;
}

.card_intro_wrap .card_erea {
	margin-bottom: 30px;
}

.card_intro_wrap dl {
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
}

.card_intro_wrap dl:nth-child(odd) {
	background-color: #fff;
}

.card_intro_wrap dl dt {
	width: 35%;
	margin-right: 5%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	color: #555;
}

.card_intro_wrap dl dd {
	width: 60%;
	font-size: 16px;
	margin-bottom: 0;
}

.application_wrap .text_center {
	margin-bottom: 20px;
}

ul.shorui_list {
	counter-reset: item;
	display: inline-block;
	text-align: left;
}

ul.shorui_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

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

ul.shorui_list li::before {
	counter-increment: item;
	content: counter(item);
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: var(--color-green);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	border-radius: 3px;
}

ul.clm4 {
	flex-wrap: wrap;
}

ul.clm4::before {
	content: "";
	width: 24%;
	display: block;
	order: 1;
}

ul.clm4::after {
	content: "";
	width: 24%;
	display: block;
}

ul.clm4 li {
	width: 24%;
	margin-bottom: 15px;
}

.appflow_wrap {
	text-align: center;
}

.appflow_wrap p {
	font-weight: bold;
	color: #494949;
	margin-bottom: 4px;
}
.appflow_wrap .flow_icon {
	margin-bottom: 10px;
}

.appflow_wrap h3 {
	font-size: 18px;
}

.card_erea h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

.card_erea .flex_right img {
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.1));
}

@media screen and (max-width: 560px) {
	.card_intro_wrap dl {
		display: block;
	}
	
	.card_intro_wrap dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.card_intro_wrap dl dd {
		width: 100%;
	}
	
	ul.clm4 li {
		width: 100%;
	}
}

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


.access_erea_wrap dl {
	font-family: var(--font-mincho);
	text-align: center;
	margin-bottom: 40px;
}

.access_erea_wrap dl dt {
	font-size: 28px;
	margin-bottom: 30px;
}

.access_erea_wrap dl dd {
	margin-bottom: 8px;
}

.access_erea_wrap dl dd.dl_tel {
	font-size: 26px;
	margin-bottom: 0;
}

.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: 870px;
	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;
	margin-bottom: 5px;
}

.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 .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(--main-bgcolor);
}

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

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

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

.entry-meta-dataList dd a {
	color: var(--main-bgcolor) !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);
}

.subSection-title {
	margin-bottom: 0;
}

.subSection-title:after, h3:after {
	border-bottom: 1px solid var(--color-green);
}

.subSection .widget {
	margin-bottom: 10px;
}

.wp-block-latest-posts__post-date {
	padding-left: 0.5em;
}

.widget_recent_entries ul li a {
	border-bottom: none;
	margin-bottom: 0;
}

.widget_postlist, .widget_link_list {
	display: none;
}


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


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

.blog .page-header .container, .post-template-default .page-header .container, .archive .page-header .container {
	max-width: inherit;
	padding: 0;
}


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

.comments-area {
	display: none;
}