@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #3eb134;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 939px) {
	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}



body.skin-default{
   background: url(../../uploads/html_bg.jpg),#fff;
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	overflow:hidden;
	background:url("../../uploads/header_bg.png")no-repeat right bottom;
  	padding:15px 0 0;
}

.header-brand-container,.text_header{
	float:left;
	padding:0;
}

.text_header{
	margin:34px 0 0 8px;
	font-size:11px;
}

.rh{
	float:right;
	padding:0;
	margin:40px 55px 0 0;
}

body #site-logo{
	position:static;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

.rv_btn {
    display: none;
}

/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{margin: 14px auto 25px;max-width:960px;width:100%;}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;display: flex;height: 50px;}
 #headerwrap #main-menu > li {border-right: solid 1px #b8b8b8;padding:0 4px;margin:0;display:inline-block;position:relative;width: calc(960px / 7);flex: 1;}
 #headerwrap #main-menu > li:first-child {border-left: solid 1px #b8b8b8;}
 #headerwrap #main-menu > li > a {padding: 5px 12px;display: flex;height: 100%;;display:block;margin:0;color:#493d2a;font-size:13.5px;text-decoration:none;display: grid;place-items: center;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 #headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li:hover a{
	color:#fff;
	background: #ff9f42;
    border-radius: 3px;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

/* -----end menu----- */

/* -----footer----- */
body #footerwrap {
    background: #94d03c;
    padding: 30px 0;
}

#footerwrap #footer{
	overflow:hidden;
  text-align:center;
  background:
    url("../../uploads/footer_bg01.png")no-repeat top right 30px,
    url("../../uploads/footer_bg02.png")no-repeat bottom 55px left 30px,#fff;
  border-radius:10px;
  padding:0 30px;
}

.content_footer{
	padding:10px 0 30px;
  border:dotted 1px #bdb7a5;
  border-width:1px 0;
}

.logo_footer,.rf{
	display:inline-block;
  vertical-align:bottom;
}

.logo_footer{
	margin-right:20px;
}

body #footerwrap #footer-nav{
	text-align:center;
	margin:0;
	padding: 30px 0;
}
body #footerwrap #footer-nav li {
    border-right:1px solid #94d03c;
  line-height:1;
	margin:0 0 10px 0;	
}
body #footerwrap #footer-nav li:last-child{
	border:0;	
}
#pagewrap #footerwrap #footer-nav li a{
	color:#444;
  font-size:12px;
  padding:0 8px 0 10px;
	text-decoration:none;
}

body #footerwrap #footer-nav li:last-child {
    border-right: 1px solid #94d03c;
}

#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:underline;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:1px solid #fff;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 10px 0 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}


.copyright-container{
	background:none;
  padding:15px 10px;
	text-align:center;
}

.copyright-container span{
	color:#303030;
  font-size:10px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom:110px;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


.m_font_1.module,
.ti_font_1.module .module-title{

}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

.site a {
    color: #000;
    text-decoration: underline;
}
.site a:hover {
    color: #196836;
    text-decoration: none;
}

/* -----end general----- */

body.home #sidebar {
    max-width: 217px !important;
    width: 100%;
    padding: 30px 0;
}

.sidebar_post.module .module-title {
    background: url(../../uploads/ti_post_sidebar.png) no-repeat top left;
    font-size: 13px;
    color: #298920;
    padding: 0 0 0 40px;
    line-height: 47px;
}

.sidebar_post.module.module-post .module-title font{
	font-family: "Hiragino Mincho ProN","Times New Roman","???", YuMincho, "?????? ProN W3","MS P??", "????", Meiryo, serif;
  font-size:13px;
}

.sidebar_post.module.module-post .post{
	padding-bottom:0;
  border-bottom:1px dotted #bdb7a5;
  margin-bottom:17px;
}

.sidebar_post time{
  font-size:12px;
  color:#aaa;
  margin:0 0 5px;
}

.sidebar_post.module.module-post .post-title{
	color:#ff7633;
  margin:0 0 5px;
  font-size:12px;
}

.sidebar_post.module.module-post .post-title{
	color:#ff7633;
  margin:0 0 5px;
/*   font-size:12px; */
	font-size: 0.875rem;
}

.sidebar_post.module.module-post .entry-content{
  font-size:13px;
}

.sidebar_post.module.module-post .entry-content a{
  color:#ff7633;
  text-decoration:none;
}

.sidebar_post.module.module-post .entry-content a:hover{
  color:#93d03b;
  text-decoration:underline;
}

.row_2_sidebar {
    background: url(../../uploads/side02_02_bg.png) no-repeat top left !important;
    padding: 130px 0 0 0;
    font-size: 12px;
}

body.home #content {
    max-width: 712px;
    width: 100%;
    margin: 0 0 30px;
}

.slide_home_1 .module,
.slide_home_1 .module .slide-image{
	margin:0;
}

.img_1_home_1.module, .text_1_home_1.module {
    background: url(../../uploads/top02_01a_h.png) no-repeat center top !important;
    background-size: 100% 100%;
    color: #493d2a;
    padding: 27px 0;
    margin: 0 0 22px;
}

.ti_page_1.module,
.ti_page_2.module{
  font-size: 18px;
  color: #493d2a;
  font-weight: bold;
  padding: 20px 0 10px 55px;
  border-bottom: solid 5px #bdb7a5;	
  margin-bottom:20px;
}

.ti_page_1.module{
	background: url("../../uploads/bg_ti_1.png")no-repeat left bottom !important;
}

.ti_page_2.module{
	background: url("../../uploads/bg_ti_2.png")no-repeat left bottom !important;
}

.ti_page_3.module{
    background: url("../../uploads/info_03_h.jpg") no-repeat top left !important;
    padding: 10px 0 9px 50px;
    color: #298920;
    border-bottom: solid 3px #eae6d9;
    font-size: 15px;
  	margin-bottom:15px;
    font-weight: bold;
}

.text_1_home_1.module{
	display:none;
}

.list_content_home_1 .module-image{
	margin-bottom:10px;
}

.list_content_about_2 .module-text .module-title,
.list_content_home_1 .module-text .module-title{
		border-bottom: dotted 1px #bdb7a5;
    font-size: 14px;
    font-weight: bold;
    color: #ff7633;
    background: url("../../uploads/top_02_hbg.jpg") no-repeat left center;
    padding: 0 0 0 10px;
  margin-bottom:5px;
}

.list_content_home_1 .module-text{
	max-width:200px;
  width:100%;
  margin:0 auto 30px;
}

.content_home_2.module{
	padding:0 0 21px 100px;
  margin-bottom:5px;
}

.content_home_2.module .module-title{
	border-bottom: dotted 1px #bdb7a5;
  font-size: 15px;
  font-weight: bold;
  color: #ff7633;
  margin: 0 0 10px 0;
}

.text_2_home_4.module{
	background:url("../../uploads/top_03_bg01.jpg")no-repeat top left !important;
}

.text_3_home_4.module{
	background:url("../../uploads/top_03_bg02.jpg")no-repeat top left !important;
}

.text_4_home_4.module{
	background:url("../../uploads/top_03_bg03.jpg")no-repeat top left !important;
  margin-bottom:15px;
}

.table_home_1 table{
	border-collapse: separate;
  border-spacing: 4px;
}

.table_home_1 table tr td{ 
	border:0;
  padding:14px 10px;
}

.table_home_1 table tr td:first-child{ 
	background: #ffdb8d;
  font-weight: bold;
  color: #493d2a;
}

.bg_1_about {
    background: url("../../uploads/about3_jpg_01_bg.jpg");
    border: solid #93d03b;
    padding: 3% 3% 0;
}

.bg_2_home .module-image{
	display:inline-block;
  vertical-align:bottom;
  margin-right:10px;
}

.table_about_1 table{
	table-layout:fixed;
}

.table_about_1 table tr td{
  border: solid 1px #ffdb8d;
	text-align: center;
  padding: 10px;
}

.table_about_1 table tr td:first-child{
/*   width:375px; */
	width: 385px;
}

.table_about_1 table tr:not(:first-child) td:first-child{
	text-align: left;
}

.table_about_1 table tr:first-child td{
  background: #ffba70;
  font-weight: bold;
  color: #493d2a;
}

#pagewrap .box_content_about_1 > .row_inner{
	max-width:96%;
	margin:0 auto;
}

.box_content_about_1 > .row_inner > .tb-column{
	 border: solid 3px #93d03b;
   padding: 10px;
	margin-bottom:20px;
}

.box_content_about_1 .tb-column-inner .subrow_inner{
	grid-template-columns:46% 50.8%;
}

.box_content_about_1 .module{
	margin:0;
}

.ti_list_about.module .module-title,
.ti_list_about.module .tb_text_wrap{
	display:inline-block;
  vertical-align:middle;
}

.ti_list_about.module{
	background: url("../../uploads/about3_png_04_bg.png") no-repeat right top !important;
  border-bottom: dotted 1px #bdb7a5;
  font-size: 15px;
  color: #298920;
  font-weight:bold;
  margin: 0 0 5px 0;
  padding:0 0 2px 0;
}

.ti_list_about.module .module-title{
	background:#3eb134; 
  font-size:25px; 
  color:#fff; 
  padding:2px 10px 1px;
  margin: 0 10px 0 0;
}

.list_content_about_1 .row_inner{
  width:96%;
  margin:0 auto;
}

.list_content_about_1 .module-text .module-title{
	color: #ff7633;
  font-size: 15px;
  border-bottom: dotted 1px #bdb7a5;
  margin-bottom:5px;
}

.list_content_about_2{
  width:96% !important;
  margin:0 auto;
}

.list_content_about_2 > .row_inner > .tb-column{
  border: solid 3px #93d03b;
  padding: 10px;
  margin-bottom:20px;
}

.list_content_about_2c > .row_inner > .tb-column.first,
.list_content_about_2b > .row_inner > .tb-column.last{
  border: solid 3px #ffba70;
}

.list_content_about_2 > .row_inner > .tb-column .module{
	margin-bottom:0;
}

.list_content_about_2 .module-image{
	text-align:right;
}

.bg_8_merit .module-text .module-title{
	padding: 3px 0 3px 50px;
    background: url("../../uploads/advantage_jpg_05_h.jpg") no-repeat left center #93d03b;
    color: #fff;
    font-size: 14px;
  margin-bottom:0;
}

.bg_8_merit .module-text{
  margin-bottom:5px;
}

.text_2_merit_8.module{
	padding:0 10px;
}

.bg_8_merit .row_inner .tb-column{
	border: solid 3px #93d03b;
  margin-bottom:20px;
}

.bg_8_merit .subrow_inner{
  padding: 0 10px 10px;
  position:relative;
}

.bg_8_merit .subrow_inner:after{
  content:"";
  width:9px;
  height:18px;
  position:absolute;
  top:calc(50% - 9px);
  left:calc(50% - 5px);
	background:url("../../uploads/advantage_png_03_bg.png")no-repeat center;
  background-size:cover;
}

.bg_8_merit .subrow_inner .module{
	margin:0;
}

.ti_maternity_1.module .module-title{
	font-weight: bold;
    color: #ff7633;
    border-bottom: dotted 1px #bdb7a5;
    font-size: 15px;
}

.ti_com_1.module{
	background: url("../../uploads/voice_01_h.jpg") no-repeat left center #3eb134 !important;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0 5px 50px;
    margin: 0 0 15px 0;
  font-weight:bold;
}

.ti_com_1b.module{
	background: url("../../uploads/advantage_jpg_05_h.jpg") no-repeat left center #93d03b !important;
    color: #444;
}

.bg_com_1{
	border: solid 3px #3eb134;
    background: url("../../uploads/voice_04_bg01.png") no-repeat right bottom !important;
    margin: 0 0 30px 0;
}

.bg_com_1 .module-image{
	text-align:center;
}

.bg_com_1 .module-text .module-title{
  font-size:14px;
	color:#298920;
  margin-bottom:5px;
}

.bg_com_1b .module-text .module-title{
	color:#ff7633;
}

.bg_com_1 .subrow_inner{
	padding:0 20px 20px;
}

.bg_com_1 .subrow_inner .module{
	margin-bottom:0;
}

.bg_com_1 .module_subrow .subrow_inner{
/* 	grid-template-columns: 22% 74%; */
	grid-template-columns: 26% 71%;
}

.bg_com_1b{
	border: solid 3px #93d03b;
    background: url("../../uploads/voice_04_bg02.png") no-repeat right bottom !important;
}

.arr_com_1.module{
  margin:0 20px;
}

.arr_com_1.module .ui.module-accordion,
.arr_com_1.module .accordion-content,
.arr_com_1.module .ui.module-accordion li:hover .accordion-title,
.arr_com_1.module .ui.module-accordion .accordion-title {
	background:transparent;
  border:0;
}

.arr_com_1.module .ui.module-accordion{
	margin-bottom:20px;
}

.arr_com_1.module .builder-accordion-active,
.arr_com_1.module li.current{
	margin-bottom:20px;
}

.arr_com_1.module .builder-accordion-active:last-child{
	margin-bottom:0;
}

#body .arr_com_1.module .accordion-title a,
#body .arr_com_1.module li:hover .accordion-title a{
  background-color:#ffc69f;
  font-size:13px;
  font-weight:normal;
  color:#333;
  padding: 3px 5px;
  display: inline-block;
}

.arr_com_1.module li:hover .accordion-title{
	opacity:0.7;
}

.arr_com_1.module .accordion-content{
	padding:10px 0 0;
  box-shadow:inherit !important;
}

#body .arr_com_1b.module .accordion-title a,
#body .arr_com_1b.module li:hover .accordion-title a{
  background-color:#ffc9d8;
}

.arr_com_1{
    border-top: solid 1px #ffc9d8;
    margin: 10px;
}

.arr_com_1b{
    border-top: solid 1px #ffc69f;
}


#pagewrap .post_news.module .post{
    border: solid 3px #3eb134;
    background: url("../../uploads/topics_03_bg.png") no-repeat center bottom;
    font-size: 13px;
    color: #444444;
    margin: 0 0 20px 0;
    padding: 20px;
  overflow:hidden;
}

.post_news.module .post-content{
	overflow:hidden;
  padding-right: 30px;
  background:url("../../uploads/about3_png_04_bg.png")no-repeat top right 30px;
}

.post_news.module .post-image{
	float:right;
}

.post_news.module .post:nth-child(2n){
    border:solid 3px #93d03b;
  background: url("../../uploads/topics_04_bg.png") no-repeat center bottom;
}

.post_news.module time{
	font-size: 15px;
    color: #aaaaaa;
    padding: 0;
  margin:0;
}

.post_news.module .post-title{
	color: #298920;
    font-size: 18px !important;
    font-weight: bold;
    padding: 0;
    display: block;
    border-bottom: dotted 1px #bdb7a5;
  margin-bottom:15px;
}

.post_news.module .post:nth-child(2n) .post-title{
    color: #ff7633;
}

.table_access_1 table tr td:first-child{
	width:128px;
}

.btn_access.module.module-buttons .ui:not(.transparent){
	border:0;
  color:#ff7633;
  font-size:13px;
  padding:0;
}

.btn_access.module.module-buttons .ui:not(.transparent) *{
	display:inline-block;
}

.btn_access.module.module-buttons .ui:not(.transparent):hover span{
	color: #93d03b;
    text-decoration: underline
}

.btn_access.module.module-buttons .ui:not(.transparent):before{
	content:"→";
  font-size:13px;
  display:inline-block;
  color:#303030;
}

.text_2_access_3.module .module-title{
	background: #3eb134;
    color: #fff;
  font-size:13px;
    padding: 3px 5px;
    display: inline-block;
  margin:0;
}

#body .module .wpcf7 table tbody tr td span input[type="checkbox"],
#body .module .wpcf7 table tbody tr td span input[type="radio"]{ width: auto; }

#body .module .wpcf7 .wpcf7-form table tbody tr th,
#body .module .wpcf7 .wpcf7-form table tbody tr td{
	border: solid 1px #7A7A7A;
    padding: 5px 7px;
}

#body .module .wpcf7 .wpcf7-form table tbody tr th{
	background-color:#3eb034;
	color:#ffffff;
	border-color:#bdb7a5;
	font-weight:normal;
	width:25%;
	text-align:left;
}
#body .module .wpcf7 table tbody tr th span {
    color: #ff0000;
    font-size: 10px;
    font-size: 0.625rem;
}
#body .module .wpcf7 .wpcf7-form table tbody tr td{
	color:#ffffff;
	border-color:#bdb7a5;
}

#body .module .wpcf7 .wpcf7-form input[type=submit]{
	background-color: #ff7633;
	margin:30px auto 0;
	color:#fff;
}

#body .module .wpcf7 .wpcf7-form input[type=submit]:hover{
	background-color: #ff7633;
	opacity:0.5;
}

#body .module .wpcf7 .wpcf7-form input,
#body .module .wpcf7 .wpcf7-form textarea {
    background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
	border-radius:0;
}

.module-accordion ul.ui.module-accordion{
	border:0;
	background:none;
}
.module-accordion .ui.module-accordion .accordion-title a {
    color: #3fb137;
	background-color: #d9eeb6;
	padding:10px;
}
.module-accordion .accordion-content{
	background:none;
	box-shadow:none;
}

.text_2_merit_4.module{
	background:url("../../uploads/advantage_jpg_01_img01.jpg")no-repeat top left;
	  margin-bottom:15px;
}

.text_3_merit_4.module{
	background:url("../../uploads/advantage_jpg_01_img02.jpg")no-repeat top left;
	  margin-bottom:15px;
}

.text_4_merit_4.module{
	background:url("../../uploads/advantage_jpg_01_img03.jpg")no-repeat top left;
	margin-bottom:15px;
}

.list_content_about_1 .module-text .module-title {
    color: #ff7633;
    font-size: 15px;
    border-bottom: dotted 1px #bdb7a5;
    margin-bottom: 5px;
}

table.mod_table01 {
	max-width:405px;
}
table.mod_table01 tr{
	border:dotted 1px #7A7A7A;
	border-width:1px 0;
}
table.mod_table01 th,
table.mod_table01 td{
	border:0;
	text-align:left;
}



.qr-text .module-title {
	font-size: 13px;
    color: #303030;
    margin: 0;
}


/* 20250722 */
.table_about_1 table tr td:last-child {
    width: 87px;
}
body #footer .sp-footer-icons-container a.sp-footer-map {
		background:#fff;
		color: #3eb134;
		border-color:#fff;
	}




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


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

	#pagewrap .pagewidth{
    width:98%;
  }

	body .sp-footer-icons-container a {
		font-size: 14px;
		padding: 11px 0;
	}

	#pagewrap {
		padding-bottom: 0;
	}

	body #footer .sp-footer-icons-container a{
		background:#3eb134;
		color: #fff;
		border-color:#fff;
	}

	
}


@media screen and (max-width: 1024px) {
	
	#body .module .wpcf7 .wpcf7-form table tbody tr th,
	#body .module .wpcf7 .wpcf7-form table tbody tr td{
		display:block !important;
		width:100% !important;
	}
	
	#footerwrap #footer{
		background:#fff;
	}
	
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
		width:96%;
	}
	
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:40px 10px 20px;
		background:none;
	}
	
	.text_header {
        margin: 15px 0;
		float: none;
        display: block;
        text-align: center;
    }
	
	.rv_btn {
        display: inline-block;
		width:190px;
        text-align: center;
        margin-top: 0;
    }

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
		margin:0;
	 }
	
	.h_contact{
		display:none;
	}
	#headerwrap #main-menu-container.is-active{
		display: flex;
		align-items: center;
		background:#3eb134;
		margin: 0;
		max-width: unset;
	}
	body #headerwrap #main-menu-container {
		display: flex;
		align-items: center;
		background:#3eb134;
		margin: 0;
		max-width: unset;
	}
	#headerwrap #main-menu {
		background: none;
		padding-right: 0;
		height: auto;
		flex-direction: column;
		align-items: center;
	}
	#headerwrap #main-menu li ul.sub-menu {
			position: static;
			opacity: 1;
			visibility: unset;
			background: none;
			padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
	#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
		background: none;
		text-align: center;
		border-bottom: 0;
        width: 100%;
	}
	#headerwrap #main-menu .current_page_item a,
	#pagewrap #main-menu .current-menu-item a,
	#headerwrap #main-menu > li > a {
		font-size:20px;
		background-color: #3eb134;
		color: #fff;
	}

	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
	#headerwrap #main-menu > li {display:block;border:0;padding:10px;}


	body #headerwrap {
	  padding:0;
	}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

	body #footerwrap .f-con {
    	display:flex;
	}

	body #footerwrap .f-con a {
    	padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

	#pagewrap {
		padding-bottom:44px;
	}

	body #pc-backtop{
		display:none;
	}
	
	body.home #content,
	body.home #sidebar{
		float:none;
	}
	
	body.home #content,
	body.home #sidebar{
		margin:0 auto 30px;
	}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}
	
	body .table_home_1 table tr td {
		display: block;
	}
	
	body .table_access_1 table tr td:first-child {
		width: 100%;
	}
}

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

#pagewrap .pagewidth{
    width:96%;
  }
	
	.copyright-container .copyright{
		display:block;
	}
	
	.box_content_about_1 .tb-column-inner .subrow_inner {
		grid-template-columns: 100%;
	}
	
	.list_content_about_2 .module_subrow .subrow_inner{
		--area: "col2" "col1" !important;
	}
	
	.bg_8_merit .subrow_inner .sub_column.first {
        margin-bottom: 20px;
    }
	.bg_8_merit .subrow_inner:after {
        transform: rotate(90deg);
        top: calc(50% - 12px);
    }

	.bg_com_1 .module_subrow .subrow_inner {
		grid-template-columns: 100%;
	}
	
	.bg_com_1 .module_subrow .subrow_inner .first{
		margin-bottom:30px;
	}
	
	.post_news.module .post-image {
        float: none;
        text-align: center;
        margin: 0 0 20px 0;
    }
.post_news.module .post-content {
	padding-right:0;
}
	
/* 	SP_20270522 */
	.table_home_1 table tr td {
		display: block;
	}
	#headerwrap #main-menu > li:hover a {
		background: none;
	}
	.table_access_1 table tr td:first-child {
		width: auto;
	}
	.page-id-4055 #pagewrap .module_subrow > .tb_col_count_2.subrow_inner {
/* 		--area: "col1 col2"; */
	}
	
}

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

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

@media screen and (max-width: 380px) {
	
	#footerwrap #footer {
    padding: 0 15px;
}
	
}

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