@charset "utf-8";

/* common */

body {
font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 1.7;
}
@media all and (max-width: 560px) {
body {font-size: 16px;}
}	
h1,h2,h3 { margin: 0 !important; }

.sp0 { display: none; }
.pc0 { display: block; }
@media all and (max-width: 768px) {
.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 { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
h1.logo { margin: 0 !important; width: 100%; max-width: 380px; height: auto; float: left; }
.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: auto; width: 100%; border-top: 3px solid #d2e1de; background: #fff; padding: 16px 0 0; top: 0; z-index: 5; }
.gNav { margin-top: 10px; overflow-x: hidden; }
.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: 700 !important; text-align: center; }
.gNav ul { padding-left: 20px !important; padding-right: 20px !important; }
@media all and (max-width: 991px) {
.gNav ul { padding-left: 0 !important; padding-right: 0 !important; }
.gNav ul li { font-size: 16px !important; }
}
@media all and (min-width: 769px) {
.ul_wrap { background: #0ab09a; padding: 10px 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 { border-bottom: 1px solid #0ab09a; transition: all  0.3s ease; text-align: center !important; }
.gNav ul li a:hover { border-bottom: 1px solid #dfe3e2; }
}


@media all and (max-width: 768px) {
.header_block { border-bottom: 4px solid #0ab09a; }
.logo { padding-right: 60px; }
}


#nav_toggle{
	display: none;
	cursor: pointer;
}


/*メニュー部分*/
@media screen and (max-width:768px){
	nav{
		display: none;
		position: absolute;
		top:110px;
		width: 100%;
		background-color: rgba( 13, 121, 102, 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( 61, 166, 145, 0.90 );
	}
 
}

@media screen and (max-width:420px){nav{top:106px;}}
@media screen and (max-width:380px){nav{top:100px;}}

@media screen and (max-width:768px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 40px;
		position: absolute;
		top: 12px;
		right: 16px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		border-radius: 4px;
		background: #62a297;
		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: #0ab09a; font-family: 'GildaDisplay-Regular', serif; }
	
	/*開閉ボタン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);
		}
}


/* block_01 */

.block_01 { background-color: #fefef0; padding: 20px 0; margin-top: 0; border-bottom: 5px solid #c9cbcb; }
.block_01.block_01_2 { background-image: url("../images/head_c.jpg"); background-size: cover; padding: 70px 20px 65px; }


@media all and (max-width: 768px) {.block_01 { margin-top: 0; }}
h2.ttl1 { font-size: 30px; font-weight: bold; color: #26655a; width: 100%; line-height: 44px; letter-spacing: 4px; text-align: left; text-shadow:0 0 5px #fff; display: inline; }
h2.ttl1_2 { font-size: 30px; font-weight: bold; color: #fff; width: 100%; line-height: 44px; letter-spacing: 4px; text-align: center; }
h2.ttl1 img { width: 100%; height: auto; }
h2.ttl1 span { padding: 11px 0 40px; display: inline-block; }
h2.ttl1 strong { font-size: 80% !important; font-weight: bold !important; letter-spacing: 1px; display: inline; line-height: 4rem; }
h2.ttl1 span span { font-size: 65% !important; font-weight: normal !important; padding: 0 0 16px; letter-spacing: 1px; }
@media all and (max-width: 991px) {
h2.ttl1 { font-size: 32px;}
}

@media all and (max-width: 560px) {
.block_01.block_01_2 { padding: 40px 10px; }
h2.ttl1_2 { font-size: 24px; letter-spacing: 2px; }
}

.pcB { display: inherit; }
.spB { display: none; }
@media all and (max-width: 767px) {
h2.ttl1 { font-size: 28px;}
h2.ttl1 strong { padding: 30px 0 6px !important; }
h2.ttl1 span span { padding: 0 0 10px; }
h2.ttl1 span { padding: 9px 0 32px; }
}
@media all and (max-width: 560px) {
h2.ttl1 { font-size: 25px; letter-spacing: 1.5px;}
h2.ttl1 strong { padding: 20px 0 6px !important; }
h2.ttl1 span { padding: 9px 0 20px; }
h2.ttl1 span span { letter-spacing: 0px; padding: 0 0 8px; }
.pcB { display: none; }
.spB { display: inherit; }
}
@media all and (max-width: 360px) {
h2.ttl1 { font-size: 24px; letter-spacing: 0.5px;}
h2.ttl1 strong { padding: 16px 0 4px !important; }
h2.ttl1 span span { padding: 0 0 5px; }
h2.ttl1 span { padding: 7px 0 16px; }
}


/* block_02 */
.block_inner { padding: 54px 20px 48px; }
@media all and (min-width: 992px) { 
.block_inner .container { width: 960px !important; margin: 0 auto !important; }
}
@media all and (max-width: 599px) { .block_inner { padding: 36px 20px; } }

/*.anch_block { padding-top: 145px !important; margin-top: -145px !important; }
@media all and (max-width: 768px) {.anch_block { padding-top: 75px !important; margin-top: -75px !important; }}*/
.block_02 { background: #fff; }
h3.ttl2 { font-size: 27px; font-weight: bold; color: #fff; width: 100%; line-height: 38px; letter-spacing: 3px; text-align: center; position: relative; color: #148777; margin-bottom: 39px !important; }
h3.ttl2:after { content: ""; display: block; height: 4px; width: 100%; position: absolute; bottom: -12px; background: #e2c608;
background: -moz-linear-gradient(left, #ffffff 0%, #e2c608 44%, #e2c608 44%, #e2c608 56%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 0%,#e2c608 44%,#e2c608 44%,#e2c608 56%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 0%,#e2c608 44%,#e2c608 44%,#e2c608 56%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}
@media all and (max-width: 768px) {h3.ttl2{font-size: 25px;}}
@media all and (max-width: 560px) {h3.ttl2{font-size: 22px;letter-spacing: 0.5px;margin-bottom: 27px !important;}.block_inner { padding: 36px 7px 30px; }
h3.ttl2:after{bottom:-9px;}}

h4 { font-weight: bold; font-size: 18px; color: #0c4f46; border-left: 5px solid #ccc; margin: 24px 0 13px; position: relative; line-height: 1.4; padding: 6px 0 5px 13px; }

.syllabus_box { padding: 17px; margin-bottom: 30px; background: #fff; }

.txt_syl { font-size: 90%; padding: 0 6px; margin: -21px 0 24px; }

h4.ttl_check { border-left: none; padding-left: 26px;
background-image: url(../images/check.svg);
background-repeat: no-repeat;
background-size: 16px auto;
background-position: 0 10px;
margin-bottom: 0 !important;
margin-top: 0 !important; }
h4.ttl_check:before { display: none; }

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: 16px !important; font-weight: bold; display: block; margin: 18px 0 !important; }

.lsm_1 { letter-spacing: -1px; }


a.nrm_link { color: #19a1b1 !important; border-bottom: 1px dotted #19a1b1; text-decoration: none; }
a.nrm_link:hover { color: #19a1b1 !important; border-bottom: 1px solid #19a1b1; text-decoration: none; }


/* block_03 */
.block_03 { background: #F6F6F5; }
.block_04 { background: #aeefd6; }
.block_03 h3.ttl2:after {
background: #e2c608; /* Old browsers */
background: -moz-linear-gradient(left, #F6F6F5 0%, #e2c608 44%, #e2c608 44%, #e2c608 56%, #F6F6F5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #F6F6F5 0%,#e2c608 44%,#e2c608 44%,#e2c608 56%,#F6F6F5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #F6F6F5 0%,#e2c608 44%,#e2c608 44%,#e2c608 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 (max-width: 768px) {.img_block {width:100%;margin:0 0 22px;}}
@media all and (max-width: 560px) {.img_block {width:70%;margin:0 auto 18px; padding: 0; }}
@media all and (max-width: 420px) {.img_block {width:88%;}}

table.table_02 { width: 100%; }
table.table_01 th,
table.table_02 th { white-space: nowrap; background: #84bdb3; font-weight: bold !important; color: #fff; text-align: center; }
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-top: .65em;
    padding-bottom: .65em;
    padding-left: .75em;
    padding-right: .75em;
    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: bold;
	color: #6ca99e;
}
@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; color: #0ab09a; font-weight: bold; }
.txt_mds01.txt_l { text-align: left; }
/* 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; }

/* 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: 28px 20px 12px;
background-image: url(../images/foot_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.footer p.foot_logo { margin-bottom: 24px; }
.footer p.foot_logo img { width: 240px; height: auto; }
.footer p { font-size: 12px; margin: 0; font-weight: normal; color: #ddd; text-align: center; }
@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); }

/* 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; }
.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; }
.mgTM8 { margin-top: -8px !important; }
.mgTM12 { margin-top: -12px !important; }
.mgTM20 { margin-top: -20px !important; }

/* txt */
.txt_c { text-align: center; }
.txt_rc { text-align: right; }
@media screen and (max-width: 768px){
.txt_rc { text-align: center; }
}
ul.nrm_list li { font-size: 110%; font-weight: bold; margin-bottom: 8px; }
ul.nrm_list2 li { font-size: 100%; margin-bottom: 8px; }

@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:#0ab09a; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #fff !important; text-decoration: none !important; border: 2px solid #0ab09a; padding: 3px 8px; font-size:16px; font-weight:bold; }
ul.staff_select li a:hover {background:#fff;color: #0ab09a !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%; }
@media screen and (max-width: 768px){
.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: 992px){
.box_02L { float: left; width: 65%; }
.box_02R { float: right; width: 31%; }
}
@media screen and (max-width: 768px){
.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: 768px){
.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: 768px){
.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: #0ab09a; }
.txt_L1 { color: #0ab09a; font-size: 140%; }
.box_HH { width: 48%; margin-bottom: 40px; }
.sub_box { font-size: 90%; padding: 20px 24px; background: rgba(255,255,255,0.8); border-radius: 8px; }
.box_HH:nth-child(3), .box_HH:nth-child(4) { margin-bottom: 0; }
.flex_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.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: 768px){
.box_HL { width: 100%; margin-right: 0%; display: block; float: none; }
.box_HR { width: 100%; margin-right: 0%; display: block; float: none; }
}
@media screen and (max-width: 660px){
.box_HH { width:100%; margin-bottom: 60px; }
.box_HH:nth-child(3) { margin-bottom: 60px; }
}

.ttl6{
    position: relative;
    margin: 3em auto 1em;
    width: 200px;
    padding: 4px 5px 3px;
    background: #0ab09a;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align:center;
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
display:block;
}
 
.ttl6:after{
    position: absolute;
    bottom: -8px;
    left: 80px;
    z-index: 90;
    margin-left: 5px;
    border-top: 15px solid #0ab09a;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.pd15_2 { padding: 10px 0 0 }

.btn_link { display: inline-block; background: #e2c608; color: #fff; font-weight: bold; text-decoration: none; border: 2px solid #e2c608; padding: 6px 18px 4px; border-radius: 5px; }
.btn_link:hover { color: #e2c608; background: #fff; text-decoration: none; }


ul.banner_list {
	margin-right: -3.5% !important;
	margin-left: 0 !important;
	padding: 0 !important; margin-bottom: 0 !important;
	overflow: hidden; }
ul.banner_list:after {
    content:" ";
    display:block;
    clear:both;
}
ul.banner_list li {
	display: inline;
	float: left;
	list-style: none;
	width: 29.9%;
	margin-right: 3.381%; margin-bottom: 15px !important; }
ul.banner_list li img {
	width: 100%; }
@media (max-width: 768px){
	ul.banner_list {
	margin-right: -3% !important; }
ul.banner_list li {
	width: 47.08%;
	margin-right: 2.912%; } }

/* @media (max-width: 480px){
	ul.banner_list {
	margin-right: 0 !important; }
ul.banner_list li {
	width: 100%;
	margin-right: 0%; } }  */

ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -4% !important;
	margin-left: 0 !important;
	padding: 0 !important;
	overflow: hidden; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	display: inline;
	float: left;
	list-style: none;
	width: 17% !important;
	margin-right: 3.75% !important;
	margin-bottom: 20px !important;
	font-size: 14px !important; }
	ul.thumb_list li img { margin-bottom: 8px; }
#sidebar aside#listcategorypostswidget-3 ul.column_list { margin-top: -90px !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li { background: none !important; padding:0 !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li a { border: none !important; }
ul.thumb_list li img, ul.column_list li img, #sidebar aside#listcategorypostswidget-3 ul.column_list li img {
	width: 100%; }
ul.thumb_list li a { text-decoration: none !important; color:#333 !important; }
ul.thumb_list li a:hover { color: #0ab09a !important; }

ul.column_list li a, #sidebar aside#listcategorypostswidget-3 ul.column_list li a { text-decoration: none !important; color:#000 !important; font-weight: bold; }
ul.column_list li a:hover, #sidebar aside#listcategorypostswidget-3 ul.column_list li a:hover { color: #0ab09a !important; }
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;}

ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:last-child { margin-right: 0 !important; }

@media (max-width: 63.9999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3.5% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 29.9% !important;
	margin-right: 3.381% !important;
	margin-bottom: 20px !important; }
ul.thumb_list li:nth-child(5n+1) {clear:none;}
ul.thumb_list li:nth-child(3n+1) {clear:both;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:none;}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:both;} }

@media (max-width: 35.4999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 47.08% !important;
	margin-right: 2.912% !important;
	margin-bottom: 20px; }
ul.thumb_list li:nth-child(3n+1) {clear:none;}
ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:nth-child(2n+1) {clear:both;}
ul.thumb_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:none;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;} 
ul.column_list li:nth-child(2n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n+1) {clear:both;}
ul.column_list li:nth-child(2n):after, #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
} }

.st_block { display: flex !important; justify-content: space-between !important; flex-wrap: wrap !important; width:100%; }
.st_img { width: 31% !important; height: auto !important; margin-bottom: 20px !important; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); margin-right: 3.5% !important; }
.st_img img { width: 100%; height: auto; }
.st_img:last-child { margin-right: 0 !important; }


.clear_00_n { clear: both; height: 10px; margin-bottom: 10px; }
.clear_00 { clear: both; height: 30px; margin-bottom: 30px; }
.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 #0ab09a;
color: #fff;
background: #0ab09a;
text0decoration: none;
display: block;
line-height:1.2;
font-weight:bold;
}
ul.sub_nav li a.off {
background:#fff;
color: #0ab09a;
text-decoration: none;
}
ul.sub_nav li a:hover {
color: #fff;
background: rgba(10,176,154,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 0;}
table.ta1 td, table.ta1 th, .comment-body table td, .comment-body table th{padding:10px 5px; text-align:left; font-size: 16px;}
table.ta1 th, .comment-body table th{color:#676767; font:normal 18px Oswald; border-bottom:1px #888 solid;}
table.ta1 td, .comment-body table td{border-bottom:1px #ccc solid;}
@media screen and (max-width:560px){
table.ta1 th, table.ta1 td { width: 100%; display: block; }
table.ta1 td:first-child { background-color: #6dbdb2; color: #fff; padding: 10px 20px; }
table.ta1 td:last-child { padding-bottom: 20px; }
}

a {
    color: #0ab09a;
    text-decoration: none;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width: 100%;
}

.new_mv { 
width: 100%;
background-image: url(../images/top/mv_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
}



