@charset "utf-8";

/* common */

body {
font-family: 'Noto Sans JP', メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
font-weight: 400 !important;
font-size: 16px;
line-height: 1.8;
color: #231815 !important;
}
@media all and (max-width: 980px) {
body { font-size: 14px; }
p { font-size: 14px !important; }
}
h1,h2,h3 { margin: 0 !important; }

.fn_en { font-family: "Roboto Condensed", sans-serif; font-weight: 600; }
.fn_sr { font-family: "Noto Serif JP", serif; }
.fn_w5 { font-weight: 500; }
.fn_w6 { font-weight: 600; }
img { max-width: 100%; height: auto; }

.sp0 { display: none; }
.pc0 { display: block; }
@media all and (max-width: 900px) {
.sp0 { display: block; }
.pc0 { display: none; }
}
.sp1 { display: none; }
.pc1 { display: block; }

@media all and (max-width: 560px) {
.sp1 { display: block; }
.pc1 { display: none; }
.sp_mg { margin-bottom: 23px !important;}
}
.ps_rlt { position: relative; }
.al_center { margin: 0 auto; }


a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.w100 { max-width: 100%; height: auto; }
a:visited,a:hover,a:active { text-decoration: none; }


/* ヘッダー */
a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
h1.logo { margin: 0 !important; width: 100%; max-width: 272px; height: auto; float: left; padding-top: 24px; }

.head_link { float: right; padding: 0; }
.head_link a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.head_link a img { width: 300px; height: auto; }
.header_block { height: 100px; width: 100%; background: #fff; padding: 7px 20px 10px; top: 0; z-index: 5; display: flex; justify-content: space-between; align-content: center; align-items: center; margin: 0 auto -100px; position: fixed; }
.gNav { margin-top: 10px; overflow-x: hidden;font-family: "Noto Serif JP", serif; font-weight: 600; }
.gNav ul li { width: auto; text-align: center; font-size: 18px !important; margin: 0; }
.gNav ul li a { display: block; color: #fff; text-decoration: none; font-weight: 500 !important; text-align: center; }
.gNav ul { padding-left: 20px !important; padding-right: 20px !important; }

@media all and (min-width: 901px) {
.header_block { position: relative; height: 120px; }
.header_block.top_page { background: none; padding-bottom: 10px; height: 100px; }
.ul_wrap { padding: 34px 10px 9px; width: 100%; box-sizing: content-box; margin-left: -10px; }
.gNav ul { 
	list-style: none;
	display: flex;
   -webkit-flex-flow: row nowrap;
   flex-flow: row nowrap;
   justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.gNav ul li a { transition: all  0.3s ease; text-align: center !important; color: #231815; font-size: 16px; padding-left: 12px; margin-left: 20px; background-position: left center; background-repeat: no-repeat; background-size: 6px 6px; white-space: nowrap; }
.gNav ul li a:hover { opacity: 0.7; }
}
.container { width: 100%; max-width: 1200px !important; padding: 0 30px !important; }

@media screen and (min-width:901px){
.header_block .container { width: auto; margin: 0; padding: 0 !important; }
}

@media all and (max-width: 1280px) {
.gNav ul li a { font-size: 14px; margin-left: 12px; }
}
@media all and (max-width: 1148px) {
.gNav ul li a { font-size: 12px; margin-left: 12px; }
.header_block { padding: 7px 10px 10px; }
h1.logo { max-width: 240px; }
}
@media all and (max-width: 1020px) {
h1.logo { max-width: 200px; }
.ul_wrap { padding-left: 0; padding-right: 0; } }
@media all and (max-width: 960px) {
h1.logo { max-width: 200px; }
.gNav ul li a { margin-left: 4px; font-size: 1.3vw; }}
@media all and (max-width: 900px) {
h1.logo { max-width: 280px; padding-top: 0; }}

@media all and (max-width: 860px) {.gNav ul li a { font-size: 12px; }}
@media all and (max-width: 788px) {
.header_block { padding: 7px 10px 10px; }
}
@media all and (max-width: 900px) {
.header_block { padding: 5px 10px 10px; height: 80px; margin-bottom: 0; }
.container { padding: 0 5px !important; }
.header_block .container { width: 100%; margin: 0; padding: 0 5px 0 10px !important; }
.logo { padding-right: 60px; }
}


#nav_toggle{
	display: none;
	cursor: pointer;
}


/*メニュー部分*/
@media screen and (max-width:900px){
	nav{
		display: none;
		position: absolute;
		top:80px;
		width: 100%;
		background-color: rgba(0, 122, 62, 0.90 );
		left: 0;
		padding: 15px 0;
		z-index: 4;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 94%;
		list-style: none;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		font-size: 14px !important;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		padding: 8px 0;
		transition: all  0.3s ease;
		border-radius: 3px;
	}
	header nav ul li a:hover{
		background-color: rgba( 0, 81, 41, 0.90 );
	}
 
}

@media screen and (max-width:900px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 2px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		border-radius: 4px;
		background: #007a3e;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	#nav_toggle .menu_ttl { position: absolute; bottom: 0; right: -1px; font-size: 10px; color: #007a3e; font-weight: 700; }
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}



.start_block { background-image: linear-gradient(-30deg, #b1afbb, #a59ab2); padding: 40px; text-align: center; color: #fff; }
.start_block strong { color: #fff227; }

@media all and (max-width: 900px) {
.start_block { padding: 18px 20px; text-align: left; }
}

/* block_01 */

.block_01 { background-color: #009043; padding: 180px 20px 80px; margin-top: 0; background-position: center center; background-size: cover; }
.cat01 { background-image: url("../images/under/cat01.jpg"); }
.cat02 { background-image: url("../images/under/cat02.jpg"); }
.cat03 { background-image: url("../images/under/cat03.jpg"); }
.cat04 { background-image: url("../images/under/cat04.jpg"); }
.cat05 { background-image: url("../images/under/cat05.jpg"); }
.cat00 { background-image: url("../images/under/cat00.jpg"); }
.cat_column { background-image: url("../images/under/cat_column.jpg"); }
.block_01 h2 { font-family: "Noto Serif JP", serif; text-align: center; padding: 80px 0; color: #fff; font-size: 180%; }
h2.ttl1 { width: 80%; padding: 0 0 5vw; }
h2.ttl1 img { width: 100%; height: auto; }

.pcB, .pcB2, .pcB3 { display: inherit; }
.spB, .spB2, .spB3 { display: none; }
@media all and (max-width: 900px) {
.block_01 { padding: 120px 0 40px; }
.block_01 h2 { padding: 40px 0; color: #fff; font-size: 160%; line-height: 1.4; }
h2.ttl1 { width: 100%; padding: 120px 0 80px; }
.pcB2 { display: none; }
.spB2 { display: inherit; }
}
@media all and (max-width: 560px) {
.pcB { display: none; }
.spB { display: inherit; }
.block_01 h2 { font-size: 150%; }
}
@media all and (max-width: 480px) {
.pcB3 { display: none; }
.spB3 { display: inherit; }
}

/* block_02 */
.block_inner { padding: 90px 20px; }
.block_inner_tt { padding: 48px 20px; }
.block_04 .block_inner { padding: 60px 20px 40px !important; }
.container2 { width: 80% !important; margin: 0 auto; }
h4 { font-size: 130%; margin-bottom: 24px; line-height: 1.45; }
.block_inner_tt h4 { font-size: 140%; }
@media all and (min-width: 992px) { 
.block_inner .container { max-width: 1160px !important; width: 100%; margin: 0 auto !important; }
}
@media all and (max-width: 599px) {
.block_inner { padding: 64px 20px; }
.block_inner_tt { padding: 32px 20px; }}

/*.anch_block { padding-top: 145px !important; margin-top: -145px !important; }
@media all and (max-width: 900px) {.anch_block { padding-top: 75px !important; margin-top: -75px !important; }}*/
.block_02 { background: #fff; }
h3.ttl2 { font-size: 2.0rem; font-weight: 500; color: #fff; width: 100%; line-height: 38px; letter-spacing: 1px; text-align: center; position: relative; color: #132a67; margin-bottom: 50px !important; }
h3.ttl2:after { 
content: "";
display: block;
height: 2px;
width: 100px;
position: absolute;
bottom: -14px;
background: #ecae0e;
left: 50%;
margin-left: -50px; }
@media all and (max-width: 900px) {h3.ttl2{font-size: 25px;}}
@media all and (max-width: 560px) {h3.ttl2{font-size: 20px;letter-spacing: 0.5px;margin-bottom: 27px !important;}
h3.ttl2:after{bottom:-9px;}}

.h3_type01 { margin: 0 auto 48px !important; text-align: center; }
.h3_type01 img { width: 100%; max-width:360px; }
.h3_type02 { font-size: 130%; font-weight: 600; font-family: "Noto Serif JP", serif; margin-bottom: 32px !important; line-height: 1.35; }
.h3_type03 { font-size: 155%; font-weight: 600; font-family: "Noto Serif JP", serif; margin-bottom: 48px !important; text-align: center; letter-spacing: 1px; line-height: 1.35; }
.h3_type03 span { font-family: "Roboto Condensed", sans-serif; font-weight: 500; font-size: 70%; color: #098941; letter-spacing: 0.5px; }
.h4_type01 { padding: 3px 10px; background-color: #3dc37b; color: #fff; }
.h4_type02 { padding: 5px 10px; color: #098941; border: 1px solid #098941; margin-bottom: 12px !important; margin-top: 60px !important; }
.h4_type03 { padding: 5px 10px 6px 20px; border-left: 6px solid #098941; margin-bottom: 12px !important; margin-top: 80px !important; font-family: "Noto Serif JP", serif; letter-spacing: 2px; font-weight: 600; }





.brd01 { width: 110px; height: 1px; border-bottom: 1px solid rgba(9,137,65,0.5); margin: -24px auto 0; margin-bottom: 20px; }
.brd02 { width: 110px; height: 1px; border-bottom: 1px solid rgba(9,137,65,0.5); margin: 0 auto; }

@media all and (max-width: 560px) {
.h3_type02 { margin-bottom: 24px !important; }
.h3_type03 { margin-bottom: 36px !important; } 
}

.block_04 .h3_type01 { color: #ffd0d7; }

h5 span { border: 1px solid #289b87; width: 130px; text-align: center; padding: 4px 0; font-size: 14px !important; font-weight: bold; display: inline-block; margin-right: 12px; margin-bottom: 9px; color: #289b87; border-radius: 3px; }
h5 { font-size: 125% !important; font-weight: 500 !important; line-height: 1.6; }
.lsm_1 { letter-spacing: -1px; }

a.btn_link { width: 200px; text-align: center; background-color: #007a3e; color: #fff; border: 1px solid #007a3e; padding: 4px 8px; font-size: 12px; background-image: url("../images/arrow_w.png"); background-size: 8px auto; background-repeat: no-repeat; background-position: right 12px center; display: block; text-decoration: none !important; }
a.btn_link:hover { background-color: #fff; color: #007a3e; background-image: url("../images/arrow_g.png"); }


a.btn_link2 { width: 200px; text-align: center; border: 1px solid #3dc37b; padding: 4px 8px; font-size: 12px;  background-size: 8px auto; background-repeat: no-repeat; background-position: right 12px center; display: block; text-decoration: none !important;
background-color: #fff; color: #007a3e; background-image: url("../images/arrow_g.png"); border-color: 1px solid #007a3e; }
a.btn_link2:hover { background-image: url("../images/arrow_w.png"); background-color: #007a3e; color: #fff; }
.btn_wrap { margin-top: 20px; }

a.nrm_link { color: #009043 !important; border-bottom: 1px dotted #009043; text-decoration: none; }
a.nrm_link:hover { color: #009043 !important; border-bottom: 1px solid #009043; text-decoration: none; }
.ab_btn { position: absolute; bottom: 0; right: 0; }
@media all and (max-width: 900px) {
.ab_btn { position: relative; bottom: auto; right: auto; margin: 36px auto 12px; }
}


/* block_03 */
.column_list { display: flex; justify-content: space-between; flex-wrap: wrap; }

.column_box { width: 23%; padding: 12px; border: 1px solid rgba(0,122,62,0.5); position: relative; margin-bottom: 32px; }
.column_box::after { content: ""; width: 100%; height: 100%; border: 1px solid rgba(0,122,62,0.3); position: absolute; right: -3px; bottom: -3px; box-sizing: content-box; }
.column_box p { font-size: 90% !important; color: #231815; font-weight: 500; }
.column_box p span { font-size: 80%; color: #007a3e !important; font-weight: 400; display: inline-block; margin-right: 8px; }
.column_box p:last-child { margin-bottom: 0; }
.column_box:hover p { color: #009043 !important; text-decoration: none !important; }
.block_04 { background-image: url("../images/top/a_bg.jpg"); background-position: center center; background-size: cover; }
.block_03 h3.ttl2:after {
background: #ecae0e; /* Old browsers */
background: -moz-linear-gradient(left, #F6F6F5 0%, #ecae0e 44%, #ecae0e 44%, #ecae0e 56%, #F6F6F5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #F6F6F5 0%,#ecae0e 44%,#ecae0e 44%,#ecae0e 56%,#F6F6F5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #F6F6F5 0%,#ecae0e 44%,#ecae0e 44%,#ecae0e 56%,#F6F6F5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F5', endColorstr='#F6F6F5',GradientType=1 ); /* IE6-9 */}
.img_block { width: 84%; margin: 0 8% 26px; padding: 10px; box-sizing: border-box; background: #fff; }
@media all and (max-width: 991px) {.img_block {width:90%;margin:0 5% 25px;}}
@media all and (min-width: 901px) {
.column_list::after { width: 23%; content: ""; }
.column_list::before { width: 23%; content: ""; order: 1; } }
@media all and (max-width: 900px) {.img_block {width:100%;margin:0 0 22px;}.column_box{width: 30%;}.column_list::after { content: ""; width: 30%;}}
@media all and (max-width: 560px) {.img_block {width:70%;margin:0 auto 18px; padding: 0; }.column_box{width: 48%;}.column_list::after { display: none;}.column_box p{font-size: 80% !important;}}
@media all and (max-width: 420px) {.img_block {width:88%;}}

table.table_03 { width: 100%; border-color: #098941; margin: 28px 0 12px; }
table.table_03 th, table.table_03 td { background-color: #fff; padding: 8px 14px; }
table.table_03 th { font-weight: 400; }

table.table_04 { width: 100%; margin: 28px 0 12px; border: none;
  border-collapse: separate;
  border-spacing: 10px;}
table.table_04 th, table.table_04 td { background-color: #fff; padding: 8px 0; border-left: none; border-right: none; border-top: none; border-color: #098941; font-family: "Noto Serif JP", serif; }
table.table_04 th { font-weight: 500; color: #098941; padding-right: 20px; white-space: nowrap; }
table.table_04 td { border-bottom: 1px solid #aaa !important; }

table.table_04_2 { width: 100%; margin: 28px 0 12px; border: none;
  border-collapse: separate;
  border-spacing: 10px; }
table.table_04_2 th, table.table_04_2 td { background-color: #fff; padding: 8px 0; border-left: none; border-right: none; border-top: none; border-color: #098941; }
table.table_04_2 td { border: none !important; }
table.table_04_2 td { border-bottom: 1px solid #ddd !important; }
table.table_04_2 th { font-weight: 500; color: #098941; padding-right: 20px; width: 20%; white-space: nowrap; }
@media all and (max-width:560px){
table.table_04_2 th { width: auto; white-space: normal; }
}
table.table_02 { width: 100%; margin: 20px 0; }
table.table_01 th,
table.table_02 th { background: #098941; font-weight: 500 !important; color: #fff; }
table.table_01 td, table.table_02 td { background: #fff; }
table.table_01 th, table.table_01 td,
table.table_02 th, table.table_02 td {
    padding: 8px;
    font-weight: normal;
    border: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 1.4rem;
}
table.table_01 td.color_td, table.table_01 tr.color_td td,
table.table_02 td.color_td, table.table_02 tr.color_td td{ background: #f4f4f8; font-weight: bold; }
table.table_01 th strong, table.table_01 td strong,
table.table_02 th strong, table.table_02 td strong {
	font-weight: 500;
	color: #098941;
}
@media all and (max-width: 599px) {
table.table_01 th,table.table_01 td { width: 100%; display: block; border: none; }
table.table_01 th { font-weight: normal !important; }
table.table_01 { border: solid 1px #ddd; }
}
.txt_mds01 { font-size: 120%; text-align: center; font-weight: 600; letter-spacing: 1px; line-height: 1.4; font-family: "Noto Serif JP", serif; }
.txt_mds01.txt_l { text-align: left; }
.tb_mds { color: #007a3e; font-weight: 500; }
.txt_mds02 { margin-bottom: 16px; }
.txt_mds02 span { font-weight: 500; font-size: 110%; letter-spacing: 1px; line-height: 1.4; font-family: "Noto Serif JP", serif; color: #098941; padding: 4px 18px; position: relative; }
.txt_mds02 span::before, .txt_mds02 span::after { content: ""; width: 5px; height: 100%; border: 1px solid #098941; display: block; position: absolute; }
.txt_mds02 span::before { border-right: none; left: 0; top: 0; }
.txt_mds02 span::after { border-left: none; right: 0; top: 0; }
@media all and (max-width: 900px) {
.txt_mds01 { font-size: 130% !important; text-align: left; }
}
@media all and (max-width: 640px) {
table.table_03 th, table.table_03 td { padding: 8px; font-size: 90%; }
.txt_mds02 span { display: block; padding: 3px 12px; text-align: center; letter-spacing: 0; } }

/* Contact */
.tag01 { background: #e7ab0d; padding: 2px 0 1px; width: 60px; border-radius: 3px; color: #fff; display: inline-block; margin-right: 10px; font-size: 12px; font-weight: bold; text-align: center; }
.tag02 { color: #009043; border: 1px solid #009043; line-height: 1.0; font-size: 100%; padding: 4px 10px 5px; margin-right: 16px; position: relative; width: 90px; display: inline-block; text-align: center; margin-bottom: 8px; }


/* IE */
@media screen\0 {
h4 { padding: 10px 0 6px 10px; }
.syllabus_box h4 { padding: 7px 8px 4px 12px; }
h5 span { padding: 6px 0 3px; }
.tag01 { padding: 4px 0 1px; top: -2px; position: relative; }
}


/* footer */
.footer { padding: 8px 20px 14px;
background-color: #001806;
}
.footer p { font-size: 14px; margin: 0; font-weight: normal; color: #ddd; text-align: center; font-family: "Noto Serif JP", serif; }
@media all and (max-width: 560px) { .footer p.foot_logo img { width: 200px; height: auto; } }


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 60px;
	height: 60px;
	display: block;
}
#page-top img {
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}
#page-top:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}

img { max-width:100%; height: auto; }
.rnd_01 { border-radius: 50%; width: 60%; height: auto; box-shadow: 0 0 8px rgba(0,0,0,0.2); }

ul.nrm_list li { font-size: 110%; font-weight: bold; margin-bottom: 8px; }
ul.nrm_list2 { margin: 8px 0 0; padding: 0 0 0 18px; }
ul.nrm_list2 li { margin-bottom: 5px; line-height: 1.5; }
ul.nrm_list3 { margin: 0; padding: 0 0 0 18px; font-size: 110%; }
ul.nrm_list3 li { margin-bottom: 16px; line-height: 1.7; }

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


ul.staff_select { display:block;margin:15px 0 15px; padding: 0; }
ul.staff_select li { list-style: none; display:inline-block; margin:0 6px 15px 0; }
ul.staff_select li a {background:#2648a1; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #fff !important; text-decoration: none !important; border: 2px solid #2648a1; padding: 3px 8px; font-size:16px; font-weight:bold; }
ul.staff_select li a:hover {background:#fff;color: #2648a1 !important; text-decoration: none !important; }

@media screen and (max-width: 480px){
ul.staff_select li { margin:0 6px 12px 0; }
ul.staff_select li a {font-size:14px;padding: 3px 5px; }
}

.box_01L { float: left; width: 25%; }
.box_01R { float: right; width: 72%; }
.dt_box { width: 760px; margin: 0 auto; display: flex; margin-bottom: 12px; align-content: flex-start; align-items: flex-start; }
.dt_ttl { width: 80px; background-color: #9b97b2; color: #fff; font-weight: 500; padding: 0 8px; margin-right: 20px; text-align: center; font-size: 90%; }
.dt_txt { width: calc(100% - 100px); }
ul.dt_txt { padding: 0 0 0 20px; }
ul.dt_txt li { line-height: 1.5; margin-bottom: 8px; }
@media screen and (max-width: 900px){
.dt_box { flex-wrap: wrap; }
.dt_txt { width: 100%; font-size: 14px; }
.box_01L { float: none; width: 100%; }
.box_01R { float: none; width: 100%; }
}
.box_02L { float: left; width: 73%; }
.box_02R { float: right; width: 24%; }
@media screen and (max-width: 991px){
.box_02L { float: left; width: 65%; }
.box_02R { float: right; width: 31%; }
}
@media screen and (max-width: 900px){
.dt_box { width: 100%; }
.box_02L { float: none; width: 100%; }
.box_02R { float: none; width: 100%; }
}
.box_03L { float: left; width: 64%; }
.box_03R { float: right; width: 33%; }
@media screen and (max-width: 900px){
.box_03L { float: none; width: 100%; }
.box_03R { float: none; width: 100%; }
}
.box_04L { float: left; width: 70%; }
.box_04R { float: right; width: 27%; }
@media screen and (max-width: 900px){
.box_04L { float: left; width: 64%; }
.box_04R { float: right; width: 33%; }}
@media screen and (max-width: 560px){
.box_04L { float: none; width: 100%; }
.box_04R { float: none; width: 100%; }
}
.clearfix {
  clear: both;
  float: none;
}
.box_04R img { width: 100%; height: auto; }
.txt_f14 { font-size: 14px !important; }
.txt_f16 { font-size: 16px !important; }
.txt_f18 { font-size: 18px !important; }
.txt_f20 { font-size: 20px !important; }
.color_BL { color: #2648a1; }
.txt_L1 { color: #2648a1; font-size: 140%; }
.box_HH { width: 48%; margin-bottom: 40px; }
.box_HH2 { width: 46.5%; padding-bottom: 48px; }
.box_3SP { width: 31%; margin-bottom: 24px; }
.box_3SP_wrap::after { content: ""; width: 31%; height: auto; display: block; }
.bgs { background: #fff; box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); padding: 5px; }
.bgs.bgs_c1 { border: 2px solid #5fc97a; box-shadow: none; }
.bgs.bgs_c2 { border: 2px solid #c49dca; box-shadow: none; }
.box_4SP { width: 23%; }
@media screen and (max-width: 1180px){
.box_4SP { width: 47%; margin-bottom: 50px; }
.box_4SP:nth-child(3), .box_4SP:nth-child(4) { margin-bottom: 0; }
}
@media screen and (max-width: 991px){
.box_4SP { margin-bottom: 40px; } }

@media screen and (max-width: 900px){
.box_3SP_i { display: flex; justify-content: space-between; align-content: flex-start; align-items: flex-start; }
.box_HH { width: 100%; margin-bottom: 30px; }
.box_HH2 { width: 100%; }
.box_3SP { width: 100%; margin-bottom: 30px; }
.box_HH:last-child, .box_3SP:last-child { margin-bottom: 0; }
.bgs { padding: 12px 0 10px; }}
@media screen and (max-width: 640px){
.box_4SP { width: 100%; margin-bottom: 30px; }
.box_4SP:nth-child(3) { margin-bottom: 30px; } }

.sub_box { font-size: 90%; padding: 8px 0; }
.sub_box2 { font-size: 90%; padding: 20px 20px 16px; display: flex; justify-content: space-between; align-content: flex-start; align-items: flex-start; }
.sub_box2 .icon_img { width: 22%; }
.sub_box2 .tt_txt { width: 73%; }
.thumb_img { margin-bottom: 0; text-align: center; }
.thumb_img img { width: 25%; }
.flex_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex_wrap2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; }
.box_HL { width: 48.5%; margin-right: 3%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
.box_HR { width: 48.5%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
@media screen and (max-width: 900px){
.box_HL { width: 100%; margin-right: 0%; display: block; float: none; }
.box_HR { width: 100%; margin-right: 0%; display: block; float: none; }
.box_3SP_i .thumb_img img { width: 75px; }
.box_3SP_i .sub_box { width: calc(100% - 84px); }
}

.clear_00_n { clear: both; height: 10px; margin-bottom: 10px; }
.clear_00 { clear: both; height: 60px; margin-bottom: 60px; }
.clear_01 { clear: both; height: 20px; margin-bottom: 20px; }
.clear_02 { clear: both; border-bottom:1px dotted #CCC; height: 30px; margin-bottom: 30px; }
.clear_03 { clear: both; border-bottom:1px dotted #CCC; height: 0; margin-bottom: 18px; }
.clear_04 { clear: both; border-bottom:1px solid #CCC; height: 36px; margin-bottom: 36px; }


ul.sub_nav {
margin:0 0 30px; padding:0; list-style: none; font-size:18px;
}
ul.sub_nav:after {
    content:" ";
    display:block;
    clear:both;
}
ul.sub_nav li {
margin: 0 8px 12px 0;
display: block;
float: left;
}
ul.sub_nav li a {
padding: 6px 10px 4px;
border: 1px solid #2648a1;
color: #fff;
background: #2648a1;
text0decoration: none;
display: block;
line-height:1.2;
font-weight:bold;
}
ul.sub_nav li a.off {
background:#fff;
color: #2648a1;
text-decoration: none;
}
ul.sub_nav li a:hover {
color: #fff;
background: rgba(38,72,161,0.6);
text-decoration: none;
}
@media screen and (max-width:640px){
ul.sub_nav {font-size:16px;}
}


table.ta1, .comment-body table{ border-collapse:collapse; margin:10px auto;}
table.ta1 td, table.ta1 th, .comment-body table td, .comment-body table th{ padding:10px 15px; text-align:left; font-size: 16px;}
table.ta1 td.n_k { white-space: nowrap !important; }
table.ta1 td:first-child { padding-right: 30px; }
table.ta1 th, .comment-body table th{color:#000; font:normal 18px Oswald; border-bottom:1px #888 solid;}
table.ta1 td, .comment-body table td{border-bottom:1px #ccc solid;}
table.ta1 .odd td { background-color: #f5faff; }
table.ta1 .odd td.n_c { background-color: #fff; }
@media screen and (max-width:560px){
table.ta1 th, table.ta1 td { width: 100%; display: block; padding: 10px 0; }
table.ta1 td:first-child { background-color: #007a3e; color: #fff; padding: 6px 14px; }
table.ta1 td:last-child { padding-bottom: 20px; }
table.ta1 .odd td { background-color: #fff; }
table.ta1 .odd td:first-child { background-color: #007a3e; }
table.ta1 .odd td.n_c, table.ta1 td.n_c { background-color: #fff; color:#000; }
}
@media screen and (min-width:901px){table.ta1 { min-width: 800px; }}


a {
    color: #2648a1;
    text-decoration: none;
}

.gmap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new_mv { 
width: 100%;
background-image: url(../images/top/mv_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
min-height: 60vw;
display: flex;
justify-content: flex-start;
align-content: center;
align-items: center;
}
.scroll_btn { position: absolute; right: 30px; bottom: 30px; width: 40px; height: auto; }

@media screen and (max-width:900px){
.gmap { padding-bottom: 56.25%; }
.scroll_btn { width: 24px; right: 5px; bottom: 5px; }
}
@media screen and (max-width:640px){
.gmap { padding-bottom: 90%; }
}

.footer p.f_menu { font-size: 14px !important; }
.f_menu a { color: #fff; font-weight: 500; }
.footer p.cr_txt { font-size: 10px !important; margin-top: 5px; }


/* flex */
.fb_img { width: 40%; padding: 0; }
.fb_img img { box-shadow: 10px 10px 0px 0 rgb(241, 241, 241); }
.fb_txt { width: 56%; }
.fb_img2 { width: 34%; padding: 0; }
.fb_txt2 { width: 62%; }
.fb_img2 img { box-shadow: 10px 10px 0px 0 rgb(235, 245, 240); }
.fb_img2 img.b_w { box-shadow: 10px 10px 0px 0 rgb(255, 255, 255); }
.fb_img2 img.sd_non { box-shadow: none; max-width: 280px; }
.fb_img3 { width: 180px; padding: 10px; }
.fb_txt3 { width: calc(100% - 200px); }
.fb_img3_2 { width: 320px; padding: 10px; }
.fb_txt3_2 { width: calc(100% - 340px); }
.bg_01 { background-color: #ebf5f0 !important; }

.bw_70 { width: 60%; margin: 0 auto; }
.bw_80 { width: 80%; margin: 0 auto; }
.bw_90 { width: 90%; margin: 0 auto; }
.tag_list { list-style: none; padding: 0; margin: 30px 0 0; text-align: center; }
.tag_list li { color: #5474c7; display: inline-block; line-height: 1.0; padding: 5px 8px; font-size: 90%; border: 1px solid #5474c7; border-radius: 5px; margin: 0 8px 8px 0; }
.c_box { border: 1px solid #5474c7; padding: 24px; display: block; margin-top: 32px; }
.c_box p { color: #5474c7; font-weight: 300; }
.c_ttl { font-weight: 500 !important; font-size: 120%; border-bottom: 1px dotted #5474c7; padding-bottom: 5px; margin-bottom: 20px; }
.c_box p:last-child { margin-bottom: 0; }
@media screen and (min-width:901px){.flex_r { flex-flow: row-reverse; } }

@media screen and (max-width:1180px){ .bw_80 { width: 100%; } .bw_70 { width: 75%; } }
@media screen and (max-width:991px){
.bw_70 { width: 85%; }
.fb_img2 { width: 40%; }
.fb_txt2 { width: 56%; }}

@media screen and (max-width:900px){
.bw_70 { width: 100%; }
.bw_90 { width: 100%; margin: 0 auto; }
.fb_img, .fb_img2, .fb_txt, .fb_txt2 { width: 100%; }
.fb_img, .fb_img2 { padding: 20px 0 0; text-align: center; }
.fb_img img, .fb_img2 img { display: inline-block; max-width: 420px; width: 100%; }
.fb_img img { box-shadow: 6px 6px 0px 0 rgb(241, 241, 241); }
.fb_img2 img { box-shadow: 6px 6px 0px 0 rgb(235, 245, 240); }
.fb_img2 img.b_w { box-shadow: 6px 6px 0px 0 rgb(255, 255, 255); }
.fb_img3 { width: 120px; padding: 0; }
.fb_txt3 { width: calc(100% - 146px); }
.fb_img3_2 { width: 270px; padding: 0; }
.fb_txt3_2 { width: calc(100% - 296px); }
}

@media screen and (max-width:640px){
.fb_img3 { width: 100%; padding: 0 0 10px; text-align: center; }
.fb_img3 img { width: 110px; height: auto; }
.fb_img3_2 { width: 100%; padding: 0 0 10px; text-align: center; }
.fb_img3_2 img { width: 240px; height: auto; }
.fb_txt3 { width: 100%; }
.fb_txt3_2 { width: 100%; }
.flex_r2 { flex-flow: column; }}

.box_cc { margin: 0 auto; }
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
  background: #007a3e;
  border: 2px solid #007a3e;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 180px;
  padding: 10px 20px 10px 30px;
  text-align: center;
  line-height: 1.0;
  text-align: center;
}
.c-btn.slide {
  background: #007a3e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
  width: 180px;
}
.c-btn.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
color: #ecae0e;
border: 2px solid #ecae0e;
text-decoration: none !important; }

.c-btn.slide:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/* フロー */
dd {
  margin-left: 0;
}
.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
  width: 600px;
  margin: 0 auto;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: -120px;
  z-index: 100;
}

.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.flow > li dl {
  padding-left: 50px;
  position: relative;
}
.flow > li dl dd { line-height: 1.6; }
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: rgb(107,144,219);
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width:900px){
.flow { padding-left: 0; width: 100%; }
.flow::before { left: 0; }
.flow > li .icon { top: 3px; left: 36px; padding: 4px 16px; }
.flow > li .icon::after { display: none; }
.flow > li dl { padding-left: 36px; }
.flow > li dl dt { margin-left: 92px; }
}
@media screen and (max-width:480px){
.flow > li dl dt { font-size: 2rem; }
}

/* margin */
.contact_btn { width: 100%; height: auto; max-width: 420px;}
.mgB0 { margin-bottom: 0 !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB8 { margin-bottom: 8px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB16 { margin-bottom: 16px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB24 { margin-bottom: 24px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB60r { margin-bottom: 60px !important; }
.mgT16 { margin-top: 16px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT60r { margin-top: 60px !important; }
.mgTM8 { margin-top: -8px !important; }
.mgTM12 { margin-top: -12px !important; }
.mgTM20 { margin-top: -20px !important; }
.w90 { width: 90%;  margin: 0 auto; }
.w80 { width: 80%;  margin: 0 auto; }
.w_about { width: 720px;  margin: 0 auto; }
.w_flow { width: 560px;  margin: 0 auto; }
.pdB60 { padding-bottom: 60px; }
@media screen and (max-width:900px){
.w80, .w90, .w_flow, .w_about { width: 100%; }
.mgB60r { margin-bottom: 40px !important; }
.mgT60r { margin-top: 40px !important; }}

/* txt */
.txt_c, .txt_cl { text-align: center !important; }
.txt_c a.btn_link { margin: 0 auto; }
.txt_rc, .txt_rl2, .txt_rlc, .txt_rr { text-align: right !important; }
.txt_200 { font-size: 200% !important; }
.txt_180 { font-size: 180% !important; }
.txt_160 { font-size: 160% !important; }
.txt_140 { font-size: 140% !important; }
.txt_120 { font-size: 120% !important; }
.txt_110 { font-size: 110% !important; }
.txt_90 { font-size: 90% !important; }
.txt_80 { font-size: 80% !important; }
.txt_70 { font-size: 70% !important; }
.txt_60 { font-size: 60% !important; }
.txt_id01 { text-indent: -1em; padding-left: 1em; }
@media screen and (max-width: 991px){
.txt_rl2, .txt_rlc { text-align: left !important; } }
@media screen and (max-width: 900px){
.txt_rc, .txt_rlc { text-align: center !important; }
.txt_cl { text-align: left !important; }
.txt_160 { font-size: 140% !important; line-height: 1.45; }
}


.pp_btn_h { position: absolute; right: 30px; top: -1px; line-height: 1.0; display: flex; padding: 0; border-radius: 0 0 8px 8px; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.pp_btn_h a { display: block; text-decoration: none; padding: 10px 4px; font-size: 13px; letter-spacing: 1px; color: #007a3e; position: relative; }
.pp_btn_h a:nth-child(1):after,.pp_btn_h a:nth-child(2):after,.pp_btn_h a:nth-child(3):after { content: "|"; padding-left: 8px; text-decoration: none !important; }
.pp_btn_h a:hover { text-decoration: none; color: #aaa; }
.pp_btn_h a:hover:after { color: #007a3e !important; }
.pp_btn_h a:first-child { padding-left: 16px; }
.pp_btn_h a:nth-child(4) { padding-right: 16px; }
.pp_btn_h a:last-child { border-radius: 0 0 7px 0; background-color: #007a3e; color: #fff; padding: 10px 16px; }
.pp_btn, .pp_btn2 { display: none; }
@media screen and (max-width: 900px){
.pp_btn2 { display: inherit; }
.pp_btn { display: inherit; margin-top: 12px !important; }
.pp_btn a { background-color: #fff; color: #007a3e !important; border: 1px solid #fff; }
.pp_btn a:hover { color: #fff !important; }
.pp_btn_h { display: none; }
}

/* ボタン */
.button a {
    background: #ebb600;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #007a3e;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


/* アコーディオン */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 30px 0 0;
  padding: 0.625em 2em 0.625em 2.625em;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
  background: #fff;
  cursor: pointer;
  border: 1px solid #098941;
  font-weight: 500;
  background-image: url("../images/under/q.png");
  background-position: left 2.025rem center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}
.accordion-container .accordion-title.open { border-bottom: none; }

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: rgba(245,255,250,1);
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #098941;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #098941;
  border-right: solid 2px #098941;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 0 20px 16px;
  border: 1px solid #098941;
  border-top: none;
  background-color: #fff;
}
.accordion-content-inner { padding: 44px 4px 0; border-top: 1px solid #098941;
  background-image: url("../images/under/answer.png");
  background-position: left top 15px;
  background-repeat: no-repeat;
  background-size: 8.4rem auto;}
.accordion-content p { font-family: "Noto Serif JP", serif; }
.accordion-content p:last-child { margin-bottom: 0; }

.accordion-container {
  width: 100%;
  margin: 1.875em auto 0;
}
@media screen and (max-width: 980px){
.accordion-container .accordion-title {
  padding: 0.625em 1.6em 0.625em 2.25em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;
  cursor: pointer;
  border: 1px solid #098941;
  font-weight: 500;
  background-image: url("../images/under/q.png");
  background-position: left 1rem center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}
.accordion-title:after { right: 12px; }
.accordion-content { padding: 0 12px 16px; }
.accordion-content-inner { padding: 36px 4px 0; background-position: left top 10px;} 
}

/* 流れ */
.flow_box { padding-left: 100px; padding-bottom: 60px; position: relative; }
.flow_box::before { content: ""; width: 8px; height: 100%; background-color: #e3f1e4; position: absolute; top: 0; left: 32px; }
.flow_box:last-child::before { display: none; }
.flow_box:last-child { padding-bottom: 0; }
.flow_box::after { content: ""; width: 72px; height: 72px; border-radius: 40px; background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.2); position: absolute; top: -24px; left: 0; background-position: center center; background-repeat: no-repeat; background-size: 48px 48px; }
.flow_box h4 { color: #098941; font-size: 120%; font-weight: 600; font-family: "Noto Serif JP", serif; margin-bottom: 16px !important; margin-top: 0 !important; }
.flow_box p { margin-bottom: 0 !important; }
@media screen and (max-width: 560px){
.flow_box::before { left: 28px; }
.flow_box::after { width: 64px; height: 64px; top: -20px; }
.flow_box { padding-left: 84px; padding-bottom: 48px; }
}
.flow_cat01-01::after,
.flow_cat02-01::after,
.flow_cat04-01::after { background-image: url("../images/under/f01.png"); }
.flow_cat01-02::after,
.flow_cat02-02::after,
.flow_cat04-02::after { background-image: url("../images/under/f02.png"); }
.flow_cat01-03::after,
.flow_cat02-03::after { background-image: url("../images/under/icon05.png"); }
.flow_cat04-03::after { background-image: url("../images/under/f03.png"); }
.flow_cat01-04::after,
.flow_cat02-04::after,
.flow_cat04-04::after { background-image: url("../images/under/f04.png"); }
.flow_cat01-05::after { background-image: url("../images/under/icon03.png"); }
.flow_cat02-05::after { background-image: url("../images/under/icon15.png"); }
.flow_cat04-05::after { background-image: url("../images/under/f05.png"); }
.flow_cat02-06::after { background-image: url("../images/under/icon14.png"); }


/* フォーム用 */
.txt_c input { margin-bottom: 16px; }


/* コラム */
.interviewer { font-weight: 500; color: #40a835; }
.blueline {
    background: linear-gradient(transparent 70%, #ffd76b 60%);
    font-weight: 500;
}

.w_column { width: 720px;  margin: 0 auto; }
.w_column a { word-break: break-all; }
@media all and (max-width:900px) { .w_column { width: 100%; } }
.w_column img { width: 100% !important; max-width: 100% !important; height: auto; }
.w_column h2 { padding: 5px 10px; color: #098941; border: 1px solid #098941; margin-bottom: 12px !important; margin-top: 60px !important; }
.w_column h2 { font-size: 130%; margin-bottom: 24px; line-height: 1.45; }
.w_column h3 { font-weight: 500; border-bottom: 2px solid #6ac760; font-size: 110%; padding-bottom: 4px;
margin: 36px 0 16px !important; }
h4.h4_column { font-size: 105%; font-weight: 500; margin: 28px 0 12px; text-decoration: underline; }


.w_column a { color: #009043 !important; border-bottom: 1px dotted #009043; text-decoration: none; }
.w_column a:hover { color: #009043 !important; border-bottom: 1px solid #009043; text-decoration: none; }

.soudan-box { border: 1px dotted #098941; padding: 15px; margin: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.sd_img { width: 20%; }
.sd_txt { width: 77%; }
.sd_txt p:last-child { margin-bottom: 0; }
.soudan-name { color: #098941; font-weight: 500; }
@media all and (max-width:560px) {
.sd_img { width: 100%; text-align: center; margin-bottom: 15px; }
.sd_img img { width: 120px !important; }
.sd_txt { width: 100%; }
}

