/*
Theme Name:行政書士Y's事務所
Theme URI:
Version:1.0.0
Description:行政書士Y's事務所
Author:ARCKLY
Author URI: http://arckly.com/
*/

@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{vertical-align:top;padding:0;text-align:left;font-weight:normal}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #088FDB;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -5px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 4px solid #088FDB;
  border-bottom: 2px solid #088FDB;
  content: '';
}

a:hover.link img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
	transition:all 0.5s;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}


/*===============================================
●フォント読み込み
===============================================*/
.font_mincho{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/* 共通CSS
------------------------------------------------------------*/
body{
	font-family:   "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ","游ゴシック体", Yu Gothic, YuGothic, sans-serif;
	color: #565656;
	font-size: 14px;
	background-color:#fff;
	line-height: 1.7em;
	font-weight: 400;
}

body a{
	color:#565656;
	text-decoration:underline;
} 

body a:hover{
	opacity: 0.7;
	text-decoration:underline;
	transition:all 0.5s;
}


.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#F00;
}

.blue{
	color:#00F;
}

.bold{
	font-weight: bold;
}



/*===============================================
●フォーム系
===============================================*/
/*===============================================
●iOS submitリセット
===============================================*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*フォーム系*/
.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:20px 50px;
	background-color:#4CBFC9;
	border:none;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
.contact_btn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_main{
	margin-bottom:10px;
}


.info_box5 input[type="text"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="text"].form_short{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
}
.info_box5 input[type="text"]#your-zip{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
}
.info_box5 input[type="text"].form_seinengappi1{
	width:80px;
	background-color: #fff;
	border: 1px solid #111;
	margin:0 10px;
}
.info_box5 input[type="text"].form_seinengappi2{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
	margin:0 10px;
}
.info_box5 input[type="email"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}


.info_box5 input[type="tel"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="url"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 textarea{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.zip_box input[type="text"]{
	width:100px;
	background-color: #fff;
	border: 1px solid #111;
}


.hissu{
	background-color:#B20000;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	margin-right:20px;
}

.nini{
	background-color:#888888;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	margin-right:20px;
}

.info_chui{
	color:#B20000;
	display: block;
}

/*===============================================
●ページャー
===============================================*/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #4CBFC9;
	border:1px solid #4CBFC9;
}
 
.pagination a:hover{
	background-color:#fff;
	color:#4CBFC9;
	border:1px solid #4CBFC9;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background-color:#fff;
	color:#4CBFC9;
	border:1px solid #4CBFC9;
}

/*===============================================
●マージンボトム設定
===============================================*/

.mb0{
	margin-bottom:0px!important;
}
.mb5{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb25{
	margin-bottom:25px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb35{
	margin-bottom:35px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb45{
	margin-bottom:45px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb55{
	margin-bottom:55px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb65{
	margin-bottom:65px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb75{
	margin-bottom:75px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb85{
	margin-bottom:85px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb95{
	margin-bottom:95px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.mb150{
	margin-bottom:150px!important;
}
.mb200{
	margin-bottom:200px!important;
}


/*===============================================
●Googleマップ
===============================================*/

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

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*===============================================
●ページトップ
===============================================*/

#PageTopBtn{
  position: fixed;
  right: 0px;
  bottom: 40px;
  z-index:100;
	width:50px;
	height: 50px;
	cursor: pointer;
}
#PageTopBtn:hover{
  bottom: 40px;
	transition:all 0.5s;
}
#PageTopBtn img{
	width:50px;
	height: 50px;
}

/*===============================================
●フォントサイズ・カラー設定
===============================================*/
.font_10px{
	font-size: 10px;
	line-height:1.7em;
}
.font_11px{
	font-size: 11px;
	line-height:1.7em;
}
.font_12px{
	font-size: 12px;
	line-height:1.7em;
}
.font_13px{
	font-size: 13px;
	line-height:1.7em;
}
.font_14px{
	font-size: 14px;
	line-height:1.7em;
}
.font_15px{
	font-size: 15px;
	line-height:1.7em;
}
.font_16px{
	font-size: 16px;
	line-height:1.7em;
}
.font_17px{
	font-size: 17px;
	line-height:1.7em;
}
.font_18px{
	font-size: 18px;
	line-height:1.7em;
}
.font_20px{
	font-size: 20px;
	line-height:1.7em;
}
.font_22px{
	font-size: 22px;
	line-height:1.7em;
}
.font_24px{
	font-size: 22px;
	line-height:1.7em;
}
.font_26px{
	font-size: 26px;
	line-height:1.7em;
}
.font_27px{
	font-size: 27px;
	line-height:1.7em;
}
.font_28px{
	font-size: 28px;
	line-height:1.7em;
}
.font_33px{
	font-size: 33px;
	line-height:1.7em;
}
.font_34px{
	font-size: 34px;
	line-height:1.7em;
}
.font_30px{
	font-size: 30px;
	line-height: 1.4em;
}
.font_32px{
	font-size: 32px;
	line-height:1.7em;
}
.font_36px{
	font-size: 36px;
	line-height:1.7em;
}
.font_38px{
	font-size: 38px;
	line-height:1.7em;
}
.font_40px{
	font-size: 40px;
	line-height:1.7em;
}
.font_42px{
	font-size: 42px;
	line-height:1.7em;
}
.font_48px{
	font-size: 48px;
	line-height:1.7em;
}
.font_50px{
	font-size: 50px;
	line-height:1.7em;
}
.font_52px{
	font-size: 52px;
	line-height:1.7em;
}
.font_56px{
	font-size: 56px;
	line-height:1.7em;
}
.font_58px{
	font-size: 58px;
	line-height:1.7em;
}
.font_64px{
	font-size: 64px;
	line-height:1.7em;
}
.font_70px{
	font-size: 70px;
	line-height:1.7em;
}
.font_80px{
	font-size: 80px;
	line-height:1.7em;
}
.font_100px{
	font-size: 100px;
	line-height:1.7em;
}
.color_wh{
	color: #FFF;
}
.color_k{
	color: #000;
}
.color_yellow{
	color: #FFC822;
}
.color_brown{
	color: #cca871;
}
.color_brown2{
	color: #B18548;
}
.color_brown3{
	color: #524333;
}
.color_red{
	color: #bf0e05;
}
.color_green{
	color: #83BC34;
}
.color_green2{
	color: #87A298;
}
.color_orange{
	color: #FF8333;
}
.color_blue{
	color: #4CBFC9;
}
.color_yellow{
	color: #ffd45f;
}
.color_gray{
	color: #777;
}
.font_shadow1{
text-shadow:1px 1px 0 #333,-1px 1px 0 #333,1px -1px 0 #333,-1px -1px 0 #333;
}
.font_italic{
	font-style: italic;
}
.txt_shadow_red{
	color:transparent;
	-webkit-text-stroke: 1px rgb(210, 45, 42);
}
.txt_shadow1{
	text-shadow: 1px 1px 7px #333;
}

/*===============================================
●ボタン
===============================================*/

a.bt01{
	text-decoration: none;
	display: block;
	width: 280px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background-color:#4CBFC9;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	border-radius: 5px;
	background-image: url("images/ico_arrow2.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
}
a:hover.bt01{
	text-decoration: none;
}
/*
a.bt01::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #fff;
}
*/
/*
a.bt01::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
a.bt02{
	text-decoration: none;
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color:rgba(155,126,82,1.00);
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
}
a:hover.bt02{
	text-decoration: none;
}
a.bt02::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.bt01_r{
	margin-left: auto;
}
a.bt01_c{
	margin-left: auto;
	margin-right: auto;
}
a.bt01_min{
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	background-position: right 15px center;
	background-size: 5px auto;
}
/*===============================================
●アーカイブ
===============================================*/

.article_latest_title{
	background-color: #52BDC9;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.article_latest_list li{
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
}
.article_latest_list li::after{
	position: absolute;
	top: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.article_latest_list li a{
	text-decoration: none;
}
.article_latest_list li a:hover{
	text-decoration:underline;
}

/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px){

body{
	line-height:1.7em;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}

.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}

	.d_flex_pc{
		display: flex;
	}
	.flex_wrap_pc{
		flex-wrap: wrap;
	}
	.j_content_c_pc{
		justify-content: center;
	}
	.j_content_en_pc{
		justify-content: flex-end;
	}
	.j_content_sb_pc{
		justify-content: space-between;
	}
	.a_items_c_pc{
		align-items: center;
	}
	.a_items_en_pc{
		align-items: flex-end;
	}
	.f-direction_re_pc{
		flex-direction: row-reverse;
	}

a.link_disabled_pc{
	pointer-events: none;
}
/*ヘッダー設定
------------------------------------------------------------*/
	.main_header{
		width: 100%;
		z-index: 2;
		padding-top: 10px;
	}
	.main_header_inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.header_txt{
		width: calc(100% - 550px);
	}
	.main_header_inner_tel_pc{
		display: flex;
		justify-content: space-between;
		border: 1px solid #4CBFC9;
		border-radius: 5px;
		width: 520px;
	}
	.main_header_inner_tel_pc_l{
		background-color: #4CBFC9;
		text-align: center;
		line-height: 1.2em;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 5px 0 0 5px;
	}
	.main_header_inner_tel_pc_r{
		padding: 10px;
		border-radius: 0 5px 5px 0;
		text-align: center;
	}
	.main_header_bottom{
		display: flex;
		justify-content:center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.header_logo{
		width: 273px;
		z-index:3;
		margin-left: auto;
		margin-right: auto;
	}

	.main_nav{
		width: 650px;;
		padding: 0;
		margin: 0;
	}
	#nav_wrap{
		width: 100%;
		padding: 0;
			margin: 0;
}
ul#menu{
	display: flex;
	justify-content:center;
		padding: 0;
		margin-left: auto;
	margin-right: 0;
	gap:20px 0px;;
	border-right: 1px solid #FFCC00;
}

ul#menu li{
	position:relative;
	text-align: center;
	display: block;
	height: 45px;
	border-left: 1px solid #FFCC00;
	width:100px;
	}
ul#menu li:nth-child(2){
	width: 175px;
}
ul#menu li:nth-child(3){
	width: 100px;
}
ul#menu li:nth-child(4){
	width: 100px;
}
ul#menu li:nth-child(5){
	width: 175px;
}
/*
ul#menu li:nth-child(6){
	width: 100px;
}
ul#menu li:nth-child(7){
	width: 120px;
}
*/
ul#menu li a{
	text-decoration: none;
	box-sizing: border-box;
	height: 45px;
	width: 100%;
	opacity: 1;
	display: block;
	padding-top: 0px;
	text-align:center;
	line-height:45px;
	font-size: 16px;
/*	color: #fff;*/
}
ul#menu li a:hover{
	opacity: 1;
}
	ul#menu li a span{
		display: block;
		text-align: center;
	}	
ul#menu li a:after{
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 content: '';
	 width: 100%;
	 height: 2px;
	 background-color:#FFCC00;
	 transform: scale(0, 1);
	 transform-origin: center top;
	 transition: transform .3s;
}
ul#menu li a:hover::after
{
 transform: scale(1, 1);
}
ul#menu ul{
	z-index:100;
	display:none;
	position:absolute;
	top:45px;
	left:50%;
	transform: translate(-50%, 0%);
	width:240px;
}
	ul#menu ul li{
		height: 40px;
		border: none;
		width: 180px;
		background-image: none;
	}
ul#menu ul li a{
	display:block;
	text-decoration:none;
	padding:0px 5px;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #333;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
	background-color:#fff;
	text-align:center;
	width:240px;
 transform-origin: center top;
	transition: transform .3s;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.1em;
	box-sizing: border-box;
}
ul#menu ul li:last-child a{
/*border: none;*/
	}	
ul#menu ul li a::after{
	bottom: -1px;
	}
	
	.humnav{
		display: none;
	}
	
/*wrap設定
------------------------------------------------------------*/

#wrapper{
/*
	min-width:1200px;
	margin-left:auto;
	margin-right:auto;
*/
}

.wrap{
	max-width:1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap800{
	max-width:840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1100{
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1200{
	max-width:1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1500{
	max-width:1540px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1440{
	max-width:1480px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1600{
	max-width:1640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
	.next_mv{
		position: relative;
		z-index: 1;
		background-size: 1800px auto;
		background-image: url("images/next_mv_bg.jpg");
		background-position: center center;
		height: 180px;
	}
	.next_mv_txt{
		width: 100%;
		position: absolute;
		left: 0;
		top:40%;
	}

	.path{
		font-size: 12px;
	}
	.path a{
		text-decoration: none;
	}
	.path a:hover{
		text-decoration: none;
	}
	

	/*フッター設定
------------------------------------------------------------*/
	
	.main_footer{
		border: 1px solid #4CBFC9;
		border-radius: 5px;
		padding: 30px 40px 150px;
		background-image: url("images/footer_bg.jpg");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center bottom 30px;
		display: flex;
		justify-content: space-between;
	}
	.main_footer_l{
		width: 350px;
		text-align: center;
	}
	.footer_nav a{
		text-decoration: none;
	}
	.footer_copyright_area{
		padding: 20px 0 20px;
		border-top:1px solid #4CBFC9;
	}
	.footer_copyright_wrap{
		text-align: center;
	}
	.footer_copyright_wrap small{
		font-size: 14px;
/*		font-weight: bold;*/
	}
	
	/* ホーム設定
------------------------------------------------------------*/
	
	.top_mv{
		background-image: url("images/top_mv_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 600px;
		background-color: #5ACAD3;
	}
	.top_area1{
		background-image: url("images/top_img01.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 353px auto;
		border: 1px solid #4CBFC9;
		border-radius: 5px;
		padding: 40px;
	}
	.top_area1_box1{
		width: 500px;
	}
	.top_title01{
		gap:0 5px;
		position: relative;
		padding-bottom: 10px;
	}
	.top_title01::after{
		content: "";
		display: block;
		width: 100px;
		height: 3px;
		background-color: #4CBFC9;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.top_title01_img{
		width: 33px;
		padding-bottom: 10px;
	}
	.top_area3{
		gap:20px;
	}
	.top_h2_1{
		border-left: 5px solid #4CBFC9;
		padding: 5px 0 5px 20px;
	}
	.top_news_top{
		gap:20px;
	}
	.top_news_box{
		border: 1px solid #CCCCCC;
		padding: 10px;
		height: 200px;
		overflow-y: scroll;
	}
	.top_news_box a{
		text-decoration: none;
		display: block;
	}
	.top_news_box a:hover{
		text-decoration: none;
	}
	.top_news_box li{
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

	

/* 問い合わせ 設定
------------------------------------------------------------*/
	
.info_box5{
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}

.info_box5 div:nth-child(1){
	width:30%;
}
.info_box5 div:nth-child(2){
	width:70%;
}
/* 下層 設定
------------------------------------------------------------*/
	
	.about_h2_1{
		border-left: 5px solid #4CBFC9;
		border-bottom: 2px solid #4CBFC9;
		padding: 5px 0 5px 20px;
	}
	.about_box1_l{
		width:  29%;
	}
	.about_box1_r{
		width:  65%;
	}
	.about_h3_1{
		position: relative;
		padding-bottom: 10px;
	}
	.about_h3_1::before{
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background-color: #4CBFC9;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.about_h3_1::after{
		content: "";
		display: block;
		height: 2px;
		width: 200px;
		background-color:#1C828B;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.about_box2{
		gap:0 40px;
		background-image: url("images/shikakubk_big.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 30px 0;
		min-height: 210px;
	}
	.about_box4{
		width: 32%;
	}
	.about_h3_2{
		background-image: url("images/ico_check1.jpg");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: left top 4px;
		padding-left: 30px;
		min-height: 20px;
	}
	.about_box5{
		width: 30%;
		border: 1px solid #4CBFC9;
	}
	.about_box6{
		width: 5%;
		padding-top: 150px;
	}
	.about_h3_3{
		background-color: #4CBFC9;
		text-align: center;
		padding: 5px;
	}
	.about_box7{
		padding: 10px;
	}
	.next3_box1_l{
		width: 33%;
	}
	.next_h3_1{
		border-bottom: 2px solid #4CBFC9;
		background-image: url("images/ico_lump.jpg");
		background-repeat: no-repeat;
		background-size: 27px auto;
		padding: 5px 0 10px 40px;
	}
	.next3_box2_l{
		width: 500px;
	}
	.next3_box2_r{
		width: calc(100% - 520px);
	}
	.next_h4_1{
		background-image: url("images/ico_check1.jpg");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: left top 4px;
		padding-left: 30px;
		min-height: 20px;
		border-bottom: 2px dotted #ccc;
		padding-bottom: 10px;
	}
	.next3_table{
		width: 100%;
		border-bottom: 1px solid #4CBFC9;
		border-right: 1px solid #4CBFC9;
		text-align: center;
	}
	.next3_table th{
		border-top: 1px solid #4CBFC9;
		border-left: 1px solid #4CBFC9;
		padding: 5px 10px;
		background-color: #E4F7F9;
		text-align: center;
	}
	.next3_table td{
		border-top: 1px solid #4CBFC9;
		border-left: 1px solid #4CBFC9;
		padding: 5px 10px;
		background-color: #fff;
		text-align: center;
	}
	.next3_table tbody th{
		width: 250px;
	}
	.next3_table tbody td{
		width: calc(100% - 250px);
	}
	.next3_bnr_area{
		gap:20px;
	}
	.next4_box1_l{
		width: 600px;
	}
	.next4_box1_r{
		width: calc(100% - 620px);
	}
	.stepbg{
		background-image: url("images/step01.png");
		background-repeat: no-repeat;
		min-height: 40px;
		padding: 5px 0 0 130px;
	}
	.step2{
		background-image: url("images/step02.png");
	}
	.step3{
		background-image: url("images/step03.png");
	}
	.step4{
		background-image: url("images/step04.png");
	}
	.step5{
		background-image: url("images/step05.png");
	}
	.step6{
		background-image: url("images/step06.png");
	}
	.step7{
		background-image: url("images/step07.png");
	}
	.step8{
		background-image: url("images/step08.png");
	}
	.step9{
		background-image: url("images/step09.png");
	}
	.next_h3_2{
		border-bottom: 2px solid #4CBFC9;
		background-image: url("images/ico_bill.jpg");
		background-repeat: no-repeat;
		background-size: 44px auto;
		padding: 5px 0 10px 50px;
	}
	
	.next5_table tbody th{
		width: 40%;
	}
	.next5_table tbody td{
		width: 60%;
	}
	
	.next6_box1{
		gap:80px;
	}
	.next6_box1 ul li{
		list-style-type: disc;
		margin-left: 1em;
		margin-bottom: 10px;
	}
	.next8_table tbody th{
		text-align: left;
		vertical-align: middle;
	}
	.next8_table tbody  td{
		text-align: left;
		vertical-align: middle;
	}
	.next8_ggmap{
		padding-bottom: 400px;
	}
	
	.next9_box1{
		gap:30px;
	}
	.next9_box2{
		background-color: #E4F7F9;
		padding: 20px;
	}
	
	.blog_l{
		width: calc(100% - 220px);
	}
	.blog_r{
		width: 200px;
	}
	
	.news_img1 img{
		width: 100%;
		aspect-ratio: 9 / 5;
		object-fit: cover;
	}
	

}

/*===============================================
●画面の横幅が1450px以上
===============================================*/
@media screen and (min-width:1450px){
	
/*ヘッダー設定
------------------------------------------------------------*/

/*下層MV 設定
------------------------------------------------------------*/

/*ホーム 設定
------------------------------------------------------------*/

	
/*フッター設定
------------------------------------------------------------*/

	
	
}
	
/*===============================================
●画面の横幅が1400px以上
===============================================*/
@media screen and (min-width:1400px){	
	
}

/*===============================================
●画面の横幅が1299pxまで
===============================================*/
@media screen and (max-width:2390px){


	
	/*ホーム設定
------------------------------------------------------------*/


/*フッター設定
------------------------------------------------------------*/

	
/*下層 設定
------------------------------------------------------------*/
	
	}

/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){

body{
}

.body_fixed{
  position: fixed;
  width:100%;
}
	
.sp_none{
	display:none;
}

.sp_center{
	text-align:center;
}

.sp_left{
	text-align:left;
}

.sp_right{
	text-align:right;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}


	.d_flex_sp{
		display: flex;
	}
	.flex_wrap_sp{
		flex-wrap: wrap;
	}
	.j_content_c_sp{
		justify-content: center;
	}
	.j_content_en_sp{
		justify-content: flex-end;
	}
	.j_content_sb_sp{
		justify-content: space-between;
	}
	.a_items_c_sp{
		align-items: center;
	}
	.a_items_en_sp{
		align-items: flex-end;
	}
	.f-direction_re_sp{
		flex-direction: row-reverse;
	}

a.link_disabled_sp{
	pointer-events: none;
}


/*===============================================
●マージンボトム設定
===============================================*/

.mb0_sp{
	margin-bottom:0px!important;
}
.mb5_sp{
	margin-bottom:5px!important;
}
.mb10_sp{
	margin-bottom:10px!important;
}
.mb15_sp{
	margin-bottom:15px!important;
}
.mb20_sp{
	margin-bottom:20px!important;
}
.mb25_sp{
	margin-bottom:25px!important;
}
.mb30_sp{
	margin-bottom:30px!important;
}
.mb35_sp{
	margin-bottom:35px!important;
}
.mb40_sp{
	margin-bottom:40px!important;
}
.mb45_sp{
	margin-bottom:45px!important;
}
.mb50_sp{
	margin-bottom:50px!important;
}
.mb55_sp{
	margin-bottom:55px!important;
}
.mb60_sp{
	margin-bottom:60px!important;
}
.mb65_sp{
	margin-bottom:65px!important;
}
.mb70_sp{
	margin-bottom:70px!important;
}
.mb75_sp{
	margin-bottom:75px!important;
}
.mb80_sp{
	margin-bottom:80px!important;
}
.mb85_sp{
	margin-bottom:85px!important;
}
.mb90_sp{
	margin-bottom:90px!important;
}
.mb95_sp{
	margin-bottom:95px!important;
}
.mb100_sp{
	margin-bottom:100px!important;
}
	
	
/*===============================================
●ボタン
===============================================*/


/*===============================================
●フォントサイズ・カラー設定
===============================================*/

	.font_10px_sp{
		font-size: 10px;
		line-height:1.7em;
	}
	.font_14px_sp{
		font-size: 14px;
		line-height:1.7em;
	}
	.font_24px_sp{
		font-size: 24px;
		line-height:1.7em;
	}
	.font_28px_sp{
		font-size: 28px;
		line-height:1.7em;
	}
	.font_40px_sp{
		font-size: 40px;
		line-height:1.7em;
	}
	
/*ヘッダー設定
------------------------------------------------------------*/

	.header_txt{
		padding-left: 10px;
	}
	.header_logo{
		width: 240px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.sp_header_tel{
		position: fixed;
	top:10px;
	right:60px;
	z-index: 900;
	width:40px;
	height:40px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		border:1px solid #4CBFC9;
		background-color: #fff;
	}
nav.humnav{
	z-index:1000;
}

#humberger{
	position: fixed;
	top:10px;
	right:10px;
	z-index: 999;
	width:40px;
	height:40px;
	box-sizing:border-box;
	padding:13px 10px 10px;
	cursor:pointer;
	background-color:#4CBFC9;
}
.iconBar{
	height: 2px;
	background: #FFF;
	display: block;
	margin-bottom: 3px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	z-index:1000;
}

dl.accordion_spnav dt.open3 #humberger .iconBar{
	background: #FFF;
	box-shadow:none;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
	margin-bottom:8px;
	margin-top:-2px;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}

.accordion_spnav dd{
	display:none;
	color:#FFF;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fff;
	width:100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	z-index:997;
	padding-top:70px;
	height:100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	box-sizing:border-box;
}

.accordion_spnav dd a{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 5px 10px;
	font-size:18px;
}


.accordion_spnav dd a.nav_wrap_sp_home{
	border-top:1px solid #111;
}

.accordion_spnav2 div{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 40px 10px 5px;
	font-size:18px;
	position:relative;
}

.accordion_spnav2 ul{
	display:none;
}

.accordion_spnav2 ul li{
	background-color:#4CBFC9;
}

.accordion_spnav2 ul li a{
	padding-left:2em;
	color:#fff;
}

.humberger2{
	width:20px;
	position:absolute;
	right:10px;
	top:15px;
	z-index:1000;
}

.iconBar2{
	height: 3px;
	background: #1b1b1b;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.iconBar2:nth-child(1){
	transform:translate(0,8px) rotate(90deg);
	-webkit-transform:translate(0,8px) rotate(90deg);
}

div.accordion_spnav2 div.open2 span.iconBar2:nth-child(1){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
	
	.header_info{
		position: absolute;
		right: 1.5%;
		bottom:1.5vw;
		z-index: 3;
		border-top:3px solid #9B7E54;
		background-color: rgba(255,255,255,0.80);
		padding: 5px;
		max-width: 320px;
		width: 95%;
		box-shadow: 0 0 8px gray;
	}
	.header_info_access{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:5px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

/*wrap設定
------------------------------------------------------------*/

.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap800{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1100{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
	.wrap1200{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1440{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1500{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1600{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
	.next_mv{
		position: relative;
		z-index: 1;
		background-size: 1800px auto;
		background-image: url("images/next_mv_bg.jpg");
		background-position: center center;
		height: 180px;
	}
	.next_mv_txt{
		width: 100%;
		position: absolute;
		left: 0;
		top:40%;
	}

	.path{
		font-size: 12px;
	}
	.path a{
		text-decoration: none;
	}
	.path a:hover{
		text-decoration: none;
	}

/*フッター設定
------------------------------------------------------------*/

	.main_footer{
		border: 1px solid #4CBFC9;
		border-radius: 5px;
		padding: 30px 40px 150px;
		background-image: url("images/footer_bg.jpg");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center bottom 30px;
		width: 100%;
		text-align: center;
	}
	.main_footer_l{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_nav a{
		text-decoration: none;
	}
	.footer_copyright_area{
		padding: 20px 0 70px;
		border-top:1px solid #4CBFC9;
	}
	.footer_copyright_wrap{
		text-align: center;
	}
	.footer_copyright_wrap small{
		font-size: 14px;
/*		font-weight: bold;*/
	}


	#PageTopBtn{
		bottom: 40px;
		width: 40px;
		height: 40px;
		right: 0;
		bottom: 50px;
	}
	#PageTopBtn:hover{
		bottom: 60px;
		transition:all 0.5s;
	}
#PageTopBtn img{
		width: 40px;
		height: 40px;
}
	
	.footer_fix{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 50;
	}
	.footer_fix a{
		text-decoration: none;
		text-align: center;
		display: block;
		width: 50%;
		color: #fff;
		background-color: #4CBFC9;
		height: 40px;
		line-height: 40px;
	}
	.footer_fix a:nth-child(2){
		background-color:#FFCC00;
	}
	.footer_fix a:hover{
		text-decoration: none;
		opacity: 1;
	}
	/* ホーム設定
------------------------------------------------------------*/
	
	.top_mv{
		background-image: url("images/top_mv_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 60vw;
		background-color: #5ACAD3;
	}
	.top_area1{
/*
		background-image: url("images/top_img01.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 353px auto;
*/
		border: 1px solid #4CBFC9;
		border-radius: 5px;
		padding: 20px;
	}
	.top_area1_box1{
/*		width: 500px;*/
	}
	.top_title01{
		gap:0 5px;
		position: relative;
		padding-bottom: 10px;
	}
	.top_title01::after{
		content: "";
		display: block;
		width: 100px;
		height: 3px;
		background-color: #4CBFC9;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.top_title01_img{
		width: 33px;
		padding-bottom: 10px;
	}
	.top_area3{
		gap:20px;
	}
	.top_h2_1{
		border-left: 5px solid #4CBFC9;
		padding: 5px 0 5px 20px;
	}
	.top_news_top{
		gap:20px;
	}
	.top_news_box{
		border: 1px solid #CCCCCC;
		padding: 10px;
		height: 200px;
		overflow-y: scroll;
	}
	.top_news_box a{
		text-decoration: none;
		display: block;
	}
	.top_news_box a:hover{
		text-decoration: none;
	}
	.top_news_box li{
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

	
/* 問い合わせ 設定
------------------------------------------------------------*/

.info_box5{
	margin-bottom:10px;
}

.info_box5 div:nth-child(1){
	margin-bottom:5px;
}
/* 下層 設定
------------------------------------------------------------*/
	
	.about_h2_1{
		border-left: 5px solid #4CBFC9;
		border-bottom: 2px solid #4CBFC9;
		padding: 5px 0 5px 20px;
	}
	.about_box1_l{
		width:  100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.about_box1_r{
		width:  100%;
	}
	.about_h3_1{
		position: relative;
		padding-bottom: 10px;
	}
	.about_h3_1::before{
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background-color: #4CBFC9;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.about_h3_1::after{
		content: "";
		display: block;
		height: 2px;
		width: 200px;
		background-color:#1C828B;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.about_box2{
	}
	.about_box4{
		width: 100%;
		margin-bottom: 30px;
	}
	.about_box4 img{
		width: 100%;
	}
	.about_h3_2{
		background-image: url("images/ico_check1.jpg");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: left top 4px;
		padding-left: 30px;
		min-height: 20px;
	}
	.about_box5{
		width: 100%;
		border: 1px solid #4CBFC9;
	}
	.about_box5 img{
		width: 100% ;
	}
	.about_box6{
		width: 36px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.about_box8{
		width: 36px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.about_h3_3{
		background-color: #4CBFC9;
		text-align: center;
		padding: 5px;
	}
	.about_box7{
		padding: 10px;
	}
	.next3_box1_l{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.next_h3_1{
		border-bottom: 2px solid #4CBFC9;
		background-image: url("images/ico_lump.jpg");
		background-repeat: no-repeat;
		background-size: 27px auto;
		padding: 5px 0 10px 40px;
	}
	.next3_box2_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.next3_box2_r{
		width: 100%;
	}
	.next_h4_1{
		background-image: url("images/ico_check1.jpg");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: left top 4px;
		padding-left: 30px;
		min-height: 20px;
		border-bottom: 2px dotted #ccc;
		padding-bottom: 10px;
	}
	.next3_table{
		width: 100%;
		border-bottom: 1px solid #4CBFC9;
		border-right: 1px solid #4CBFC9;
		text-align: center;
	}
	.next3_table th{
		border-top: 1px solid #4CBFC9;
		border-left: 1px solid #4CBFC9;
		padding: 5px 10px;
		background-color: #E4F7F9;
		text-align: center;
	}
	.next3_table td{
		border-top: 1px solid #4CBFC9;
		border-left: 1px solid #4CBFC9;
		padding: 5px 10px;
		background-color: #fff;
		text-align: center;
	}
	.next3_table tbody th{
		width: 250px;
	}
	.next3_table tbody td{
		width: calc(100% - 250px);
	}
	.next3_bnr_area{
		gap:20px;
	}
	.next4_box1_l{
		width: 100%;
	}
	.next4_box1_r{
		width: 100%;
		text-align: center;
	}
	.stepbg{
		background-image: url("images/step01.png");
		background-repeat: no-repeat;
		min-height: 40px;
		padding: 5px 0 0 130px;
	}
	.step2{
		background-image: url("images/step02.png");
	}
	.step3{
		background-image: url("images/step03.png");
	}
	.step4{
		background-image: url("images/step04.png");
	}
	.step5{
		background-image: url("images/step05.png");
	}
	.step6{
		background-image: url("images/step06.png");
	}
	.step7{
		background-image: url("images/step07.png");
	}
	.step8{
		background-image: url("images/step08.png");
	}
	.step9{
		background-image: url("images/step09.png");
	}
	.next5_table tbody th{
		width: 60%;
	}
	.next5_table tbody td{
		width: 40%;
	}
	.next_h3_2{
		border-bottom: 2px solid #4CBFC9;
		background-image: url("images/ico_bill.jpg");
		background-repeat: no-repeat;
		background-size: 44px auto;
		padding: 5px 0 10px 50px;
	}
	
	
	.next6_box1{
		gap:80px;
	}
	.next6_box1 ul li{
		list-style-type: disc;
		margin-left: 1em;
		margin-bottom: 10px;
	}
	
	.next8_table tbody th{
		text-align: left;
		vertical-align: middle;
		width: 130px;
	}
	.next8_table tbody  td{
		text-align: left;
		vertical-align: middle;
		width: calc(100% - 130px);
	}
	.next8_ggmap{
		padding-bottom: 400px;
	}

	.next9_box2{
		background-color: #E4F7F9;
		padding: 20px;
	}
	.news_img1 img{
		width: 100%;
		aspect-ratio: 9 / 5;
		object-fit: cover;
	}
	
}