﻿@charset "utf-8";

/* head,text */

.h_style02 {
	position: relative;
	text-align: left;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}

.h_style02::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 200px;
	height: 2px;
	background: #f1f1f1;
	bottom: 0;
	left: 0;
}

.h_style02.txt_wht::before {
	background: #fff;
}

.h_style02>* {
	display: block;
	color: #336842;
}

.h_style02.txt_wht>* {
	color: #fff;
}

.h_style02 span {
	font-size: 4.375rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 0.15em;
}

.h_style02 b {
	font-size: 1.875rem;
}

.h_style03 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #E50012;
	margin-bottom: 60px;
}

.h_style03 sub {
	display: block;
	font-size: 19px;
	color: #1F1F1F;
	margin-top: 10px;
}

.h_style04 {
	font-size: 20px;
	font-weight: bold;
	color: #1F1F1F;
	padding: 5px 20px;
	border-left: #1F1F1F solid 4px;
	margin-bottom: 20px;
}

.h_style05 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.text,
.texts>p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}


@media screen and (max-width: 768px) {
	.h_style02 {
		padding-bottom: 1em;
		margin-bottom: 0.5em;
	}

	.h_style02::before {
		width: 100px;
		left: 15px;
	}

	.h_style02 span {
		font-size: 2.5rem;
	}

	.h_style02 b {
		font-size: 1.25rem;
	}

	p.text,
	.texts>p {
		font-size: 14px;
	}

	.f_small {
		font-size: 12px;
	}
}

/* Link */

.text_link a,
a.text_link {
	text-decoration: underline;
	transition: color 0.4s;
	text-decoration-thickness: 1px;
}

.text_link a:hover,
a.text_link:hover {
	text-decoration: none;
}

.block_link a,
a.block_link {
	display: block;
	transition: background 0.4s, color 0.4s, border 0.4s;
}

.block_link a img {
	transition: opacity 0.4s;
}

.block_link a:hover,
a.block_link:hover {
	text-decoration: none;
}

.block_link a:hover img,
a:hover img.opacity {
	opacity: 0.7;
	text-decoration: none;
}

.common_btn {
	text-align: center;
	margin: 2em auto 3em;
}

.common_btn a {
	display: flex;
	max-width: 300px;
	width: 100%;
	border: solid 1px #336842;
	border-radius: 50px;
	color: #fff;
	font-size: 1rem;
	padding: 10px 30px;
	min-height: 5em;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	background: #336842;
	transition: max-width .4s;
}

.common_btn.btn_wht a {
	background: #fff;
	color: #000;
}

.common_btn.btn_gry a {
	background: #fff;
	color: #111111;
	border-color: #545454;
}

.common_btn a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(135deg);
	transition: border-color .4s;
}

.common_btn.btn_wht a:after,
.common_btn.btn_gry a:after {
	border-color: #336842;
}

.icon_pdf.common_btn a:after {
	border: none;
	width: 32px;
	height: 38px;
	background: url(../img/common/icon_pdf_blu.png) no-repeat;
	background-size: contain;
	transform: none;
	right: 40px;
}

.common_btn a:hover {
	max-width: 360px;
}

.common_btn a:hover:after {
	border-color: #fff;
}

.common_btn.btn_wht a:hover:after {
	border-color: #022b0c;
}

.common_btn.btn_gry a:hover:after {
	border-color: #545454;
}

.common_btn span .icon {
	display: inline-block;
	margin-right: 1.25em;
}

a.arrow_link,
.arrow_link a {
	position: relative;
	padding-left: 14px;
}

a.arrow_link:before,
.arrow_link a:before {
	content: "";
	position: absolute;
	left: -1px;
	margin-top: -3px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

	.common_btn a,
	.common_btn a:hover {
		max-width: 275px;
		width: 100%;
		min-height: 4.25em;
		margin: auto;
	}

	.common_btn a:after,
	.common_btn a:hover:after {
		width: 6px;
		height: 6px;
		border-color: #fff;
		right: 20px;
	}

	.common_btn.btn_wht a:after,
	.common_btn.btn_wht a:hover:after {
		border-color: #022b0c;
	}

	.common_btn.btn_gry a:after,
	.common_btn.btn_gry a:hover:after {
		border-color: #545454;
	}

	.icon_pdf.common_btn a:after {
		width: 26px;
		height: 32px;
		right: 20px;
	}

	.common_btn span .icon {
		margin-right: .5em;
		max-width: 22px;
	}
}

.ico_blank {
	position: relative;
	padding-right: 20px;
}

.ico_blank:before,
.ico_blank:after {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background: #fff;
	right: 0;
	top: 2px;
	z-index: 10;
}

.ico_blank:after {
	right: 3px;
	top: 5px;
	z-index: 9;
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
}

/* image */
.scale_m {
	max-width: 100%;
	width: auto;
	height: auto;
}

.scale_all {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.scale {
		width: 100%;
		height: auto;
	}
}

/* table,list */

.table_style dl {
	position: relative;
	width: 100%;
	z-index: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #111111;
	border-bottom: 1px solid #f1f1f1;
}

.table_style dl::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 185px;
	height: 1px;
	background: #336842;
	bottom: 0;
	left: 0;
}

.table_style dt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 185px;
	padding: 1em 0.5em;
	box-sizing: border-box;
	z-index: 1;
	color: #336842;
	font-weight: bold;
}

.table_style dt::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 32px;
	height: 2px;
	background: #f1f1f1;
	transform: rotate(-55deg);
	top: 25px;
	left: 165px;
}

.table_style dd {
	padding: 1em 0.5em;
	padding-left: 205px;
	box-sizing: border-box;
}

.table_style dd .txt_green {
	color: #336842;
}

.table_style dd .flex_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.table_style dd .bg_blue {
	background: #a4dbb1;
	padding: 1em 1.5em;
}

.list_style ul li {
	margin-left: 1em;
	margin-bottom: 5px;
	text-indent: -1em;
}

.list_style ul li:before {
	content: "\30FB";
	margin-right: 5px;
	color: #336842;
	font-weight: bold;

}

.list_style ul li.inlist ul {
	margin-top: 5px;
}

.list_style ul li.inlist li {
	margin-left: 3em;
	padding-left: 0;
	text-indent: -3em;
}

.ol_style ol li {
	margin-left: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
	text-indent: -1em;
	list-style-position: inside;
}

.dl_style dl {
	margin: 0;
	padding: 15px;
	background: #f6f6f6;
}

.dl_style dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999;
}

.table_wrap {
	margin: 40px 0;
}

.table_wrap.overs {
	padding-bottom: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}

.table_wrap table {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

.table_wrap table th,
.table_wrap table td {
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #ddd;
}

.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}

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

	.table_style dl,
	.table_style dt,
	.table_style dd {
		display: block;
	}

	.table_style dl::after {
		display: none;
	}

	.table_style dt {
		border-bottom: #336842 solid 1px;
		width: 100%;
		position: static;
		top: auto;
		left: auto;
	}

	.table_style dt::after {
		width: 24px;
		top: 25px;
		left: auto;
	}

	.table_style dd {
		padding: 1em 0.5em;
	}

	.table_style dd .bg_blue {
		padding: 0.5em 1em;
	}

	.table_style dd .flex_box {
		flex-direction: column;
		gap: 1.5em;
	}

	.dl_style dl {
		font-size: 14px;
		margin: 0;
	}

	.table_wrap {
		overflow-x: auto;
	}

	.table_wrap table {
		font-size: 12px;
	}

	.table_wrap table th,
	.table_wrap table td {
		padding: 10px;
	}
}
.news_list li {
	border-bottom: #545454 solid 1px;
}

.news_list li a,
.news_list li>div {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 50px;
}
.news_list li a:hover,
.news_list li>div:hover{
	background: #e1fae7;
	text-decoration: none;
}

.news_list time,
.news_list .news-subtitle {
	display: inline-block;
	font-size:1.125rem;
}
.news_list time {
	margin-right: 50px;
}
@media screen and (max-width: 768px) {
	.news_list li a,
	.news_list li>div {
		display: block;
		padding: 10px 15px;
	}
	.news_list time,
	.news_list .news-subtitle {
		display: block;
		font-size:1rem;
	}
	.news_list time{
		margin-right:0;
		margin-bottom:5px;
	}
}

/* Column */
.column_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.column_list > li{
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 33.33333%;
}
.column_list article > a{
	display: block;
	transition: transform .4s;
}
.column_list article > a:hover{
	text-decoration: none;
	transform: translateY(-5px);
}
.column-subtitle{
	display: block;
	font-size: 1.125rem;
}
.column-thumbnail img{
	margin-bottom: .5em;
	width: 100%;
  height: 50%;
  object-fit: contain;
}
.column_list time{
	font-size: .875rem;
}
.column_list .article-terms {
	margin-top: .5em;
	margin-left: 0 !important;
	font-size: .875rem;
}
.column_list .article-terms span {
	display: inline-block;
  padding: .125em .35em;
	background-color: #bfdbf2;
  color: #336842;
}
@media only screen and (max-width: 768px) {
	.column_list > li{
		width: 50%;
	}
	.column-subtitle{
		font-size: 1rem;
	}
}


/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe {
	width: 100%;
}

#campus_map {
	height: 390px;
	margin-bottom: 20px;
}

.map_wrap,
.movie_wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.map_wrap {
	padding-bottom: 125%;
}

.map_wrap iframe,
.movie_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.movie_wrap2 {
	width: 100%;
	height: 0;
	padding-bottom: 590px;
	overflow: hidden;
	position: relative;
}

.movie_wrap2 iframe,
.movie_wrap2 video {
	min-width: 100%;
	min-height: 590px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	#campus_map {
		margin: 0 15px;
		box-sizing: border-box;
		width: auto;
		height: 320px;
	}

	.map_wrap {
		padding-bottom: 100%;
	}
}

/*  パンくずリスト  */
#pan {
	padding-top: 1.5em;
	padding-bottom: 4em;
}
#pan ul{
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	overflow-x: auto;
}
#pan li,
#pan li *{ 
	display:inline-block;
	vertical-align:middle;
}
#pan li *{
	display:inline;
	vertical-align:middle;
	text-decoration: none;
}
#pan li{
	position:relative;
	margin: 0;
	margin-right:0.25em;
	white-space:nowrap;
	padding-left: 1.5em;
}
#pan li:before{
	position:absolute;
	display:inline-block;
	content:"\003E";
	top:0.1em;
	left: 0.4em;
}
#pan li:first-child{
	padding-left:0;
}
#pan li:first-child:before{
	content: "";
	display:none;
	margin-right:0;
}
@media only screen and (max-width: 767px) {
	#pan {
		padding-top: 1em;
		padding-bottom: 2.5em;
	}
}

/*  ページャー  */
.pager_style {
	text-align: center;
	padding: 60px 0 0 0;
	display:flex;
	justify-content:center;
}

.pager_style .page-numbers {
	width: 40px;
	border: 1px solid #BBBBBB;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 0;
	margin:0 2px;
}

.pager_style .page-numbers:hover,
.pager_style .current{
	background: #336842;
	color: #fff;
}

.pager_style li a:hover {
	color: #fff;
}

.pager_style .prev {
	margin: 0 10px 0 0;
}

.pager_style .next {
	margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
	.pager_style {
		padding: 30px 0 0 0;
	}
	.pager_style .page-numbers {
		width: 30px;
		font-size: 12px;
		padding: 6px 0;
	}

	.pager_style .prev,
	.pager_style .next {
		margin: 0 2px;
	}
}

@media screen and (min-width:769px) {
	.pc_center {
		text-align: center !important;
	}

	.sp_center {
		text-align: left;
	}

	.pc_right {
		text-align: right !important;
	}

	.mb50_h {
		margin-bottom: 50px !important;
	}

	.mb60_h {
		margin-bottom: 60px !important;
	}

	.mb80_h {
		margin-bottom: 80px !important;
	}
}

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

	.pc_center,
	.pc_righ {
		text-align: left;
	}

	.sp_center {
		text-align: center !important;
	}

	.sp_right {
		text-align: right !important;
	}

	.mb50_h {
		margin-bottom: 25px !important;
	}

	.mb60_h {
		margin-bottom: 30px !important;
	}

	.mb80_h {
		margin-bottom: 40px !important;
	}
}

.modal-content {
	width: 80%;
	max-width: 840px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index: 1020;
}

#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);

}

.modal_tit {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;
	color: #fff;
}

.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.modal-content .close_btn {
	position: absolute;
	top: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.modal-content {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
}

.form_wrap {}

.form_wrap form {}

.form_wrap input[type="text"],
.form_wrap input[type="search"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap input[type="number"],
.form_wrap input[type="password"],
.form_wrap textarea {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 0px;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
}

.form_wrap input::placeholder,
.form_wrap textarea::placeholder {
	color: #ccc;
}

.form_wrap .tables .wrap textarea {
	height: auto;
	padding: 1em;
}

.form_wrap label {
	cursor: pointer;
}

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

.form_wrap input[type="radio"]+label,
.form_wrap input[type="checkbox"]+label {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
}

.form_wrap input[type="radio"]+label:before,
.form_wrap input[type="checkbox"]+label:before,
.form_wrap input[type="radio"]+label:after,
.form_wrap input[type="checkbox"]+label:after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: solid 1px #333;
	position: absolute;
	left: 0;
	top: 6px;
	transition: opacity .2s;
}

.form_wrap input[type="checkbox"]+label:after {
	border: none;
	width: 0.6rem;
	height: 0.4rem;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	transform: rotate(135deg);
	top: 8px;
	left: 2px;
	opacity: 0;
}

.form_wrap input[type="radio"]+label:before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 7px;
}

.form_wrap input[type="radio"]+label:after {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: none;
	background: #333;
	top: 12px;

	left: 5px;
	opacity: 0;
}

.form_wrap input[type="radio"]:checked+label:after,
.form_wrap input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.form_wrap .select_wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	background: #fff;
	/* padding-top: 14px; */
}

.form_wrap .select_wrap select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #b0b0b0;
	border-radius: 0px;
	font-size: 1rem;
	color: #0d0d0e;
	padding: 0 50px 0 15px;
	height: 3.1em;
	line-height: 3.1em;
	background: transparent;
	cursor: pointer;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.form_wrap .select_wrap:before,
.form_wrap .select_wrap:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.form_wrap .select_wrap:before {
	width: 48px;
	background: #a4a4a4;
	z-index: -2;
}

.form_wrap .select_wrap:after {
	width: 8px;
	height: 8px;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	top: 20px;
	bottom: auto;
	z-index: -1;
}

.form_wrap .form_els {
	display: flex;
	flex-wrap: wrap;
}

.form_wrap .form_els.inlines {
	display: block;
	padding-bottom: 0.25em;
}

.form_wrap .form_els>* {
	margin-right: 0.5em;
}

.form_style .form_wrap input[type="text"],
.form_style .form_wrap input[type="search"],
.form_style .form_wrap input[type="email"],
.form_style .form_wrap input[type="tel"],
.form_style .form_wrap input[type="number"],
.form_style .form_wrap input[type="password"],
.form_style .form_wrap textarea {
	border: #b0b0b0 solid 1px;
	display: block;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 1em;
	font-weight: 500;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.form_style .form_wrap .form_els.els2 input[type="text"],
.form_style .form_wrap .form_els.els2 input[type="search"],
.form_style .form_wrap .form_els.els2 input[type="email"],
.form_style .form_wrap .form_els.els2 input[type="tel"],
.form_style .form_wrap .form_els.els2 input[type="number"],
.form_style .form_wrap .form_els.els2 input[type="password"],
.form_style .form_wrap .form_els.els2 textarea {
	border: #b0b0b0 solid 1px;
	display: inline-block;
	width: 75%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 1em;
	font-weight: 500;
	margin-right: 0.5em;
}

.form_style .form_wrap input.error_msg:placeholder-shown {
	background: #ffeeff;
}

.form_style .form_wrap textarea {
	height: auto;
	line-height: 1.5em;
	padding: 1em;
}

.form_style .form_wrap .form_els>* {
	margin-right: 2em;
}

.form_style .form_wrap .form_els.els2>* {
	margin-right: 0.5em;
	width: 30%;
}

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

.form_wrap input[type="radio"]+.mwform-radio-field-text,
.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text::before,
.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text::before,
.form_wrap input[type="radio"]+.mwform-radio-field-text::after,
.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: solid 1px #333;
	position: absolute;
	left: 0;
	top: 9px;
	transition: opacity .2s;
}

.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text::after {
	border: none;
	width: 0.8rem;
	height: 0.5rem;
	border-top: solid 3px #59c983;
	border-right: solid 3px #59c983;
	transform: rotate(135deg);
	top: 8px;
	left: 2px;
	opacity: 0;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text::before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 0;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text::after {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: none;
	background: #0d0d0e;
	top: 12px;
	left: 5px;
	opacity: 0;
	z-index: 10;
}

.form_wrap input[type="radio"]:checked+.mwform-radio-field-text::after,
.form_wrap input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
	opacity: 1;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text {
	padding: 0.25em 0 0.25em 2.5em;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text::before {
	border: #d2d2d2 solid 1px;
	width: 1.75em;
	height: 1.75em;
}

.form_wrap input[type="radio"]+.mwform-radio-field-text::after {
	width: 0.8em;
	height: 0.8em;
	top: 0.6em;
	left: 0.6em;
}

.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text {
	padding: 0.5em 0 0.5em 2em;
}

.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text:before {
	border: #b0b0b0 solid 1px;
	width: 1.5em;
	height: 1.5em;
}

.form_wrap input[type="checkbox"]+.mwform-checkbox-field-text:after {
	top: .85em;
	left: 0.35em;
}

.form_style p.default_msg {
	color: #ff0000;
	font-weight: bold;
	margin-top: 0.25em;
}

.form_style p.error_msg {
	color: #ff0000;
	font-weight: bold;
	margin-top: 0.25em;
	font-size: 1.1275em;
}

.form_style .send_txt {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 1.5em;
}

.form_style .send_area {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.form_style .send_area>* {
	flex-grow: 1;
}

.form_style .send_area button {
	width: 100%;
	cursor: pointer;
}

.form_style .form_wrap .table_style dd .input_wrap>p {
	margin: 0.5625em 0;
}

.form_style .send_area .back button:after {
	right: auto;
	left: 30px;
	transform: rotate(-135deg) skew(-10deg, -10deg);
}

.form_style.login_content .table_style .login_box dt,
.form_style.login_content .table_style .login_box dd {
	border: #d1d1d1;
	padding: 0;
}

.form_style.login_content .table_style .login_box dt {
	width: 100px;
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}

.form_style.login_content .table_style .login_box input[type="text"],
.form_style.login_content .table_style .login_box input[type="password"] {
	height: 5em;
	padding: 0 3em;
	border-radius: 50px;
}

.form_style.login_content .forget_txt {
	margin-bottom: 3em;
	text-align: center;
}

.form_style.login_content .forget_txt a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	color: #134393;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.form_style.login_content .forget_txt a:hover {
	text-decoration: none;
}

.form_style.login_content .send_area {
	display: block;
}

.form_style.login_content .send_area .common_btn {
	margin: 0.5em 0;
}

.mw_wp_form_preview .form_wrap .select_wrap:before {
	width: 48px;
	background: #fff;
	z-index: -2;
}

.mw_wp_form_preview .form_wrap .select_wrap:after {
	display: none;
}

.mw_wp_form_preview .contact__wrap--textarea label {
	margin-top: 0;
	padding-top: 3px;
}


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

	.form_wrap input[type="text"],
	.form_wrap input[type="search"],
	.form_wrap input[type="email"],
	.form_wrap input[type="tel"],
	.form_wrap textarea {
		font-size: 1rem;
	}

	.form_wrap .form_els.inlines br {
		display: none;
	}

	.form_wrap input[type="radio"]+label,
	.form_wrap input[type="checkbox"]+label {
		font-size: 0.857rem;
	}

	.form_wrap input[type="checkbox"]+label:before {
		width: 12px;
		height: 12px;
		top: 5px;
	}

	.form_wrap input[type="checkbox"]+label:after {
		width: 7px;
		height: 4px;
	}

	.form_wrap input[type="radio"]+label:before {
		width: 13px;
		height: 13px;
		top: 5px;
	}

	.form_wrap input[type="radio"]+label:after {
		width: 7px;
		height: 7px;
		left: 4px;
		top: 9px;
	}
}
.edit_wrap > * + *{
	margin-top:1em;
}
.edit_wrap > p + p{
	margin-top:0;
}
.edit_wrap > p + p img,
.edit_wrap > p + p iframe{
	margin-top:1.5em;
}
.edit_wrap p,
.lead_caption p{
	font-size:1rem;
	line-height:1.875;
}
.article_title-box .article_title,
.edit_wrap h1{
	text-align:left;
	color:#101010;
	border-bottom:2px solid #c1c1c1;
	margin:1em 0 0.5em;
	padding-bottom:0.25em;
	position:relative;
	z-index:5;
    display: block;
    font-size: 2rem;
	font-weight:600;
}
.article_title-box .article_title::before,
.edit_wrap h1::before{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:200px;
	height:2px;
	background: #336842;
	left:0;
	bottom:-2px;
}
.article_title-box {
	margin-bottom:2em;
}
.article_title-box .article_title{
	margin-top: 0;
	margin-bottom:0.1em;
}
.article_title-box time{
	font-weight:bold;
}
.article_meta{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin-top: .5em;
}
.article-terms{
	margin-top: 0;
	margin-left: .5em;
}
.article-terms a{
	display: inline-block;
	padding: .25em .5em;
}
.article-terms a+a{
	margin-left: .25em;
}
.article-terms a.cat{
	background-color: #bfdbf2;
  color: #336842;
}
.edit_wrap h2{
	font-size:1.625rem;
	font-weight:bold;
	color: #336842;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 0.25em;
	margin-bottom:1em;
	position:relative;
}
.edit_wrap h3{
	font-weight:bold;
	font-size:1.275rem;
	position:relative;
	padding:0 0 0 25px;
}
.edit_wrap h3:before{
	content:"";
	display:block;
	width: 15px;
	height: 15px;
	background: #336842;
	position:absolute;
	left:0;
	top:0.375em;
}
.edit_wrap h4{
	display:block;
	font-weight:bold;
	font-size:1.1275rem;
	position:relative;
	margin-bottom:0.5em;
}
.edit_wrap h5{
	font-size:1rem;
	background:#f0f0f0;
	padding:10px 15px;
}
.edit_wrap h6{
	font-size:1rem;
	padding-bottom:10px;
	border-bottom: #336842 dashed 1px;
}
.edit_wrap a{
	color: #336842;
	text-decoration:underline;
}
.edit_wrap a:hover{
	text-decoration:none;
}
.edit_wrap h3 + ul,
.edit_wrap h3 + ol{
	margin-top:0.5em;
}
.edit_wrap li{
	line-height:1.4;
}
.edit_wrap li + li{
	margin-top:0.25em;
}
.edit_wrap ul li{
	list-style:disc;
	margin-left:1.5em;
}
.edit_wrap ol {
	padding-left:0;
}
.edit_wrap ol li{
	list-style:decimal;
	margin-left:1.5em;
}
.edit_wrap table th,
.edit_wrap table td{
	border:#7c808f solid 1px;
	font-size:1rem;
	padding:1.5em;
}
.edit_wrap table th{
	font-weight:bold;
	background: #e6f4ff;
}
.edit_wrap img,
.edit_wrap iframe{
	max-width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.edit_wrap img{
	height: auto;
}
@media screen and (max-width: 767px) {
	.article_title-box .article_title,
	.edit_wrap h1{
	    font-size: 1.5rem;
	}
	.article_title-box .article_title::before,
	.edit_wrap h1::before{
		width:80px;
	}
	.edit_wrap h2{
		font-size:1.35rem;
	}
	.edit_wrap h3{
		font-size:1.25rem;
		padding-left: 20px;
	}
	.edit_wrap h3:before{
		width: 12px;
		height: 12px;
		top:0.45em;
	}
	.edit_wrap h5{
		padding:5px 10px;
	}
	.article_meta{
		flex-direction: column;
		align-items: start;
	}
	.article-terms{
		margin-top: .25em;
		margin-left: 0;
	}
}