@charset "utf-8";
/* CSS Document */
/*====================================
TOP
====================================*/
#top .sec_mv{
	padding-top: 50px;
	padding-bottom: 25px;
	background:
		url(../img/top/main_bg1.png) no-repeat left 20px,
		url(../img/top/main_bg2.png) no-repeat right 20px;
	background-size: 210px ,210px;
}
#top .sec_mv .swiper-container{
	height: 490px;
}
#top .sec_mv .swiper-slide{
	width: 790px;
}
#top .sec_mv .swiper-slide img{
	vertical-align: middle;
	border-radius: 20px;
	transition-delay: .6s;
	transition: transform 1.5s ease-in-out;
}
#top .sec_mv .swiper-slide img{
	transform: scale(0.681);
}
#top .sec_mv .swiper-slide.swiper-slide-active img,
#top .sec_mv .swiper-slide.swiper-slide-duplicate-active img{
	transform: scale(1);
}
#top .sec_mv .slider_prev,
#top .sec_mv .slider_next{
	width: 46px;
	height: 46px;
	background-color: #1EAA38;
	border-radius: 100%;
	cursor: pointer;
	z-index: 5;
	top: -280px;
	transition:all 0.5s;
}
#top .sec_mv .slider_prev{
	left: 90px;
}
#top .sec_mv .slider_next{
	right: 90px;
}
#top .sec_mv .slider_prev:hover{
	opacity: .7;
	animation:slider_arrow_l 0.75s ease-in-out;
}
#top .sec_mv .slider_next:hover{
	opacity: .7;
	animation:slider_arrow_r 0.75s ease-in-out;
}
@keyframes slider_arrow_l{
	0%{
		transform: translateX(0);
	}50%{
		transform: translateX(-15px);
	}100%{
		transform: translateX(0);
	}
}
@keyframes slider_arrow_r{
	0%{
		transform: translateX(0);
	}50%{
		transform: translateX(15px);
	}100%{
		transform: translateX(0);
	}
}

#top .sec_mv .slider_prev:before,
#top .sec_mv .slider_next:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	width: 15px;
	height: 15px;
	top:50%;
}
#top .sec_mv .slider_prev:before{
	transform: translateY(-50%) rotate(-45deg);
	left: 17px;
}
#top .sec_mv .slider_next:before{
	transform: translateY(-50%) rotate(135deg);
	right: 17px;
}
#top .sec_mv .catch{
	top: -147px;
	left: 105px;
	z-index: 1;
}

#top .sec_news{
	background-color: #FFFBEA;
	padding-top: 45px;
	padding-bottom: 10px;
}
#top .sec_news .tab_btn{
	border-bottom: solid 1px #D4D4D4;
	padding-left: 30px;
}
#top .sec_news .tab_btn li{
	position: relative;
	padding-bottom: 20px;
	cursor: pointer;
	transition:all 0.5s;
}
#top .sec_news .tab_btn li:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 5px;
	background-color: #1EAA38;
	bottom: -1px;
	left: 50%;
	transform:translateX(-50%);
}
#top .sec_news .tab_btn li:not(.on):after{
	transition:all .5s;
}
#top .sec_news .tab_btn li:hover:after,
#top .sec_news .tab_btn li.on:after{
	width: 100%;
}
#top .sec_news .tab_btn li svg,
#top .sec_news .tab_btn li span{
	vertical-align: middle;
}
#top .sec_news .tab_btn li svg path{
	fill:#6A6A6A;
	transition:all .5s;
}
#top .sec_news .tab_btn li svg path{
	fill:#6A6A6A;
}
#top .sec_news .tab_btn li.on svg path{
	fill:#1EAA38;
}
#top .sec_news .tab_btn li span{
	font-size: 20px;
	color:#6A6A6A;
	transition:all .5s
}
#top .sec_news .tab_btn li.on span{
	color: #1EAA38;
	font-weight: 500;
}
#top .sec_news .tab_btn li#newstab1{
	width: 115px;
	margin-right: 40px;
}
#top .sec_news .tab_btn li#newstab2{
	width: 122px;
	margin-right: 40px;
}
#top .sec_news .tab_btn li#newstab3{
	width: 183px;
}
#top .sec_news .tab_btn li#newstab1 svg{
	width: 22px;
	height: 15px;
	margin-right: 4px;
}
#top .sec_news .tab_btn li#newstab2 svg{
	width: 34px;
	height: 24px;
	margin-right: 5px;
}
#top .sec_news .tab_btn li#newstab3 svg{
	width: 35px;
	height: 24px;
	margin-right: 5px;
}
#top .sec_news .tab_box{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#top .sec_news .tab_box:not(.on){
	display: none;
}
#top .sec_news .news_list li{
	margin-bottom: 20px;
	display: flex;
}
#top .sec_news .news_list .new{
	width: 33px;
	margin-right: 8px;
}
#top .sec_news .news_list .new span{
	display: block;
	background-color: #C6EA3D;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	height: 18px;
	box-sizing: border-box;
	color:#452405;
	font-size: 10px;
}
#top .sec_news .news_list .date{
	font-size: 15px;
	margin-right: 15px;
	line-height: 1.2;
}
#top .sec_news .news_list .ttl{
	font-size: 15px;
	line-height: 1.2;
}
#top .sec_news .news_list .ttl:hover{
	text-decoration: underline;
}
#top .sec_news .news_list li{
	margin-bottom: 20px;
}
#top .sec_news .news_list li a{
	display: flex;
	width: 100%;
}
#top .sec_news .news_list .img{
	width: 113px;
	min-height: 75px;
	overflow: hidden;
	position: relative;
}
#top .sec_news .news_list .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
#top .sec_news .news_list .img.wider img{
	height: 100%;
	width: auto;
}
#top .sec_news .news_list .img.longer img{
	height: auto;
	width: 100%;
}
#top .sec_news .news_list .content{
	flex:1;
	padding-left: 10px;
}
#top .sec_news .news_list .head{
	margin-bottom: 10px;
	display: flex;
}
#top .sec_news .news_list .new{
	width: 33px;
	margin-right: 10px;
}
#top .sec_news .news_list .new span{
	display: block;
	width: 100%;
	height: 18px;
	background-color: #C6EA3D;
	border-radius: 3px;
	color:#452405;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	box-sizing: border-box;
}
#top .sec_news .news_list .cat{
	margin-right: 8px;
	background-color: #fff;
	border:solid 1px #1EAA38;
	color:#1EAA38;
	padding:3px 5px;
	border-radius: 3px;
}
#top .sec_news .news_list .cat_parent{
	margin-right: 8px;
	background-color: #1EAA38;
	color: #FFF;
	border: #1EAA38 solid 1px;
	padding:3px 5px;
	border-radius: 3px;
}
#top .sec_news .news_list .date{
	font-size: 15px;
}
#top .sec_news .news_list .ttl{
	font-size: 15px;
	line-height: 1.8;
}
#top .sec_news .news_list a:hover .ttl{
	text-decoration: underline;
}
#top .sec_news .to_archive{
	position: absolute;
	width: 150px;
	top: -55px;
	right: 0;
	padding-left: 50px;
	background-color: #FFFDF5;
}
#top .sec_news .to_archive:before{
	left: 33px;
}
#top .sec_news .to_btn{
	margin-top: 20px;
	font-size: 15px;
}
#top .sec_news .to_btn::before{
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	border-top: #1EAA38 1px solid;
	border-right: #1EAA38 1px solid;
	transform: rotate(45deg);
	margin-right: 5px;
}
#top .sec_news .to_btn:hover{
	text-decoration: underline;
}

/* add 20231130 */
#top .sec_junban{
	padding-top: 80px;
}
#top .sec_junban .sec_inner{
	display: flex;
	justify-content: space-between;
}
#top .sec_junban .container_waiting{
	box-sizing: border-box;
	width: 208px;
	background-color: #48A74F;
	color: #fff;
	border-radius: 10px;
	padding: 22px 25px 19px 25px;
}
#top .sec_junban .container_waiting .container_ttl{
	margin-bottom: 13px;
}
#top .sec_junban .container_waiting .container_ttl span{
	display: inline-block;
	position: relative;
	font-size: 17px;
	padding: 0 16px;
}
#top .sec_junban .container_waiting .container_ttl span:before,
#top .sec_junban .container_waiting .container_ttl span:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 17px;
	background-color: #fff;
	top: 2px;
}
#top .sec_junban .container_waiting .container_ttl span:before{
	left: 0;
	transform: rotate(-20deg);
}
#top .sec_junban .container_waiting .container_ttl span:after{
	right: 0;
	transform: rotate(20deg);
}
#top .sec_junban .container_waiting .block_script{
	height: 235px;
}
#top .sec_junban .container_waiting .info_box .box_ttl{
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 0;
	color: #48a74f;
	font-size: 15px;
}
#top .sec_junban .container_waiting .info_box .box_txt{
	font-size: 15px;
	line-height: 1.6;
}
#top .sec_junban .container_line{
	box-sizing: border-box;
	border: 2px solid #48A74F;
	border-radius: 10px;
	background-color: #fff;
	padding: 70px 40px 35px 40px;
	width: 862px;
}
#top .sec_junban .container_line .container_ttl{
	box-sizing: border-box;
	background-color: #48A74F;
	color: #fff;
	border-radius: 15px;
	padding: 10px 45px;
	width: 540px;
	height: 70px;
	left: calc((100% - 540px) / 2);
	top: -35px;
}
#top .sec_junban .container_line .container_ttl .txt1{
	font-size: 22px;
}
#top .sec_junban .container_line .container_ttl .txt2{
	font-size: 15px;
}
#top .sec_junban .container_line .block_flow{
	display: flex;
}
#top .sec_junban .container_line .flow_box{
	position: relative;
	width: calc((100% - 60px * 3) / 4);
}
#top .sec_junban .container_line .flow_box:not(:nth-child(4n)){
	margin-right: 60px;
}
#top .sec_junban .container_line .flow_box:not(:nth-child(4n)):before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #452405;
	width: 13px;
	height: 30px;
	right: -40px;
	bottom: 127px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top .sec_junban .container_line .flow_box .box_ttl{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
#top .sec_junban .container_line .flow_box.flow_box4 .box_ttl{
	width: calc(100% + 15px);
}
#top .sec_junban .container_line .flow_box .box_ttl .num{
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	border: 2px solid #48A74F;
	border-radius: 100%;
	font-size: 17px;
	color: #48a74f;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
}
#top .sec_junban .container_line .flow_box .box_ttl .txt{
	flex: 1;
	padding-left: 6px;
	font-size: 17px;
	line-height: 1.6;
	min-height: calc(1.6em * 2);
}
#top .sec_junban .container_line .flow_box .box_ttl .txt span{
	font-size: 14px;
}
#top .sec_junban .container_line .block_txt{
	font-size: 17px;
	line-height: 1.6;
}
#top .sec_junban .container_line .block_txt a{
	text-decoration: underline;
}
#top .sec_junban .container_line .block_txt a:hover{
	text-decoration: none;
}
#top .sec_junban .container_btm_txt{
	font-size: 15px;
	line-height: 1.6;
}

#top .sec_about{
	padding-top: 70px;
	padding-bottom: 60px;
}
#top .sec_about .sec_inner{
	display: flex;
	justify-content: center;
}
#top .sec_about .box{
	width: 245px;
}
#top .sec_about .box:not(:last-child){
	margin-right: 70px;
}
#top .sec_about .box .img{
	text-align: center;
	margin-bottom: 20px;
}
#top .sec_about .box .img img{
	border-radius: 100%;
}
#top .sec_about .box .catch{
	color:#452405;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 15px;
}
#top .sec_about .box .txt{
	color:#7F7F7F;
	font-size: 13px;
	line-height: 1.6;
}
#top .sec_about .to_page{
	width: 290px;
	margin: 0 auto;
	padding-left: 70px;
}
#top .sec_about .to_page:before{
	left: 53px;
}

#top .sec_service{
	background-color: #FFFBEA;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top .sec_service .sec_inner{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 30px 0 30px;
}
#top .sec_service .tab_btn li{
	width: 50%;
	height: 75px;
	line-height: 75px;
	background-color: #EFEFEF;
	transition: all .5s;
	text-align: center;
	cursor: pointer;
}
#top .sec_service .tab_btn li#servicetab1{
	border-radius: 7px 0 0 7px;
}
#top .sec_service .tab_btn li#servicetab2{
	border-radius: 0 7px 7px 0;
}
#top .sec_service .tab_btn li.on{
	background-color: #1EAA38;
}
#top .sec_service .tab_btn li svg{
	margin-right: 10px;
	vertical-align: middle;
}
#top .sec_service .tab_btn li#servicetab1 svg{
	width: 52px;
	height: 37px;
}
#top .sec_service .tab_btn li#servicetab2 svg{
	width: 60px;
	height: 37px;
}
#top .sec_service .tab_btn li svg path{
	fill:#6A6A6A;
	transition: all .5s;
}
#top .sec_service .tab_btn li.on svg path{
	fill:#FFF;
}
#top .sec_service .tab_btn li span{
	font-size: 22px;
	color:#6A6A6A;
	vertical-align: middle;
	transition: all .5s;
}
#top .sec_service .tab_btn li.on span{
	color:#FFF;
}
#top .sec_service .service_list{
	display: flex;
	flex-wrap: wrap;
}
#top .sec_service .service_list li{
	width: 237px;
	margin-bottom: 30px;
}
#top .sec_service .service_list li:not(:nth-child(4n)){
	margin-right: 30px;
}
#top .sec_service .service_list li .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 7px;
	position: relative;
}
#top .sec_service .service_list li .img img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top .sec_service .service_list li .img img.wider{
	height: 100%;
	width: auto;
}
#top .sec_service .service_list li .img img.longer{
	height:auto;
	width: 100%;;
}
#top .sec_service .service_list li .ttl{
	font-size: 15px;
	padding-top: 5px;
	line-height: 1.2;
}
#top .sec_service .service_list li a:hover .ttl{
	text-decoration: underline;
	font-weight: 500;
}

#top .sec_intr{
	padding-top: 60px;
	padding-bottom: 60px;
}
#top .sec_intr .blc_l{
	flex:1;
	padding-right: 30px;
}
#top .sec_intr .blc_l .sec_txt{
	font-size: 15px;
	line-height: 1.8;
}
#top .sec_intr .blc_l .box_btn{
	left: 0;
	bottom: 40px;
}
#top .sec_intr .blc_l .box_btn .to_page{
	width: 150px;
}
#top .sec_intr .blc_r{
	width: 586px;
}
#top .sec_intr .blc_r .img img{
	border-radius: 7px;
}
#top .sec_intr .blc_r .box_info{
	height: 40px;
	padding-top: 22px;
	box-sizing: border-box;
}
#top .sec_intr .blc_r .box_info .name{
	width: 205px;
}
#top .sec_intr .blc_r .box_info .report{
	justify-content: flex-end;
	flex:1;
	padding-top: 3px;
}
#top .sec_intr .blc_r .box_info .report .ttl span{
	color:#666666;
	font-size: 13px;
	font-weight: 500;
	padding:5px 9px 4px 9px;
	border-radius: 3px;
	background-color: #EFEFEF;
}
#top .sec_intr .blc_r .box_info .report .link{
	display: block;
	position: relative;
	margin-left: 25px;
	font-size: 15px;
	font-weight: 500;
}
#top .sec_intr .blc_r .box_info .report .link:hover{
	text-decoration: underline;
}
#top .sec_intr .blc_r .box_info .report .link:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	border-top: solid 1px #1EAA38;
	border-right: solid 1px #1EAA38;
	width: 6px;
	height: 6px;
	transform:rotate(45deg);
	top: 3px;
	left: -12px;
	z-index: 2;
}

#top .sec_photo{
}
#photo_slider{
	width: 100%;
	height: 197px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#photo_slider ul{
	height: 197px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}
#photo_slider ul li{
	width: 297px;
	height: 197px;
	float: left;
	display: inline;
	overflow: hidden;
}

/*====================================
 Guide
====================================*/
.link_tab_box{
	height: 85px;
	display: flex;
	margin-bottom: 90px;
}
	.link_tab_box li {
		height: 100%;
		width: calc(100% / 5);
		text-align: center;
		color: #B4B4B4;
		border: 1px solid #aaa;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		line-height: 1.3;
		position: relative;
		overflow: hidden;
		transition:all .5s;
		z-index: 1;
	}
	.link_tab_box li:first-child{
		border-radius: 5px 0 0 5px;
	}
	.link_tab_box li:last-child{
		border-radius: 0 5px 5px 0;
	}
	.link_tab_box li:not(:first-child){
		border-left: none;
	}
	.link_tab_box li.active{
		background-color: #1EAA38;
		color: #fff;
		border-right: 1px solid #aaa !important;
	}
	.link_tab_box li:last-child{
		width: calc(100% / 5 + 20px);
		letter-spacing: -0.05em;
	}
	.link_tab_box li a{
		height: 100%;
		width: 100%;
		transition: -0.1s;
		display: flex;
		justify-content: center;
		align-items: center;
	}
/*
	.link_tab_box li span{
		position: absolute;
		width: 25%;
		height: 100%;
		background-color: #1EAA38;
		border-radius: 100%;
		transform: translateY(150%);
		left: 0;
		top: 0;
		z-index: -1;
		transition:all .5s;
	}
	.link_tab_box li span:nth-child(2){
		left: 25%;
		transition-delay: 0.1s;
	}
	.link_tab_box li span:nth-child(3){
		left: 50%;
		transition-delay: 0.2s;
	}
	.link_tab_box li span:nth-child(4){
		left: 75%;
		transition-delay: 0.3s;
	}
.link_tab_box li:hover{
	color:#FFF;
}
	.link_tab_box li:hover span{
		transform: translateY(0) scale(2);
	} */

	.link_tab_box li:hover{
		color:#FFF;
		background-color: #1EAA38;
	}

#guide .main_ttl_bg{
	background-image: url(../img/guide/main_ttl_bg.jpg);
}
#guide .nml_blc{
	margin-bottom: 100px;
}
	#guide .nml_blc .blc_ttl{
		width: 100%;
		border-radius: 5px;
		padding: 15px 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
		background-color: #1EAA38;
		color: #FFF;
		font-size: 26px;
		font-weight: 400;
	}
	#guide .nml_blc .flow_box_wrap{
		padding: 0 50px;
	}
	#guide .nml_blc .flow_box{
		align-items: center;
	}
	#guide .nml_blc .flow_box:not(:last-child){
		padding-bottom: 40px;
		background: url(../img/guide/gray_dashed.png) repeat-x left bottom;
		position: relative;
	}
	#guide .nml_blc .flow_box:not(:last-child)::before{
		content: "";
		position: absolute;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/guide/gray_tri.png);
		bottom: -12px;
		left: 105px;
		width: 56px;
		height: 24px;
	}
	#guide .nml_blc .flow_box:not(:first-child){
		padding-top: 40px;
	}
		#guide .nml_blc .flow_box .img_item{
			padding: 0 50px;
		}
			#guide .nml_blc .flow_box .img_item .ttl{
				font-size: 26px;
				font-weight: 500;
				margin-top: 20px;
				color: #452405;
				text-align: center;
			}
	#guide .nml_blc .flow_box .txt_item{
		width: 100%;
	}
		#guide .nml_blc .flow_box .txt_item .top_txt{
			height: 54px;
			font-size: 15px;
			line-height: 1.8;
			margin-bottom: 10px;
		}
		#guide .nml_blc .flow_box .txt_item .btm_txt{
			width: 100%;
			height: 102px;
			background-color: #FFFBEA;
			padding: 20px;
			border-radius: 10px;
			box-sizing: border-box;
		}
			#guide .nml_blc .flow_box .txt_item .btm_txt .label{
				font-size: 15px;
				margin-bottom: 10px;
				font-weight: 500;
				margin-left: -9px;
			}
			#guide .nml_blc .flow_box .txt_item .btm_txt .txt{
				font-size: 12px;
				line-height: 1.8;
			}

#guide .nml_blc .blc_inner{
}
#guide .nml_blc .txt_box{
	width: 670px;
}
#guide .time_blc .txt_box{
	width: 512px;
}
	#guide .nml_blc .txt_box .txt_item{
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 60px;
	}
	#guide .examine_blc .txt_box .txt_item{
		margin-bottom: 35px;
	}
	#guide .time_blc .txt_box .txt_item{
		margin-bottom: 20px;
	}
	#guide .time_blc .txt_box .txt_item .red{
		color: red;
	}
	#guide .nml_blc .txt_box .bring_item{
		border: 1px solid #1EAA38;
		border-radius: 7px;
		padding: 15px 0;
	}
		#guide .nml_blc .txt_box .bring_item .left{
			width: 200px;
			border-right: 1px solid #1EAA38;
			text-align: center;
		}
			#guide .nml_blc .txt_box .bring_item .left .ttl{
				font-size: 17px;
				margin-top: 10px;
			}
		#guide .nml_blc .txt_box .bring_item .right{
			width: 470px;
			box-sizing: border-box;
			padding: 0 15px;
			flex-wrap: wrap;
			align-items: center;
			align-content: center;
		}
			#guide .nml_blc .txt_box .bring_item .right li{
				line-height: 2em;
				font-size: 15px;
				color: #452405;
				position: relative;
			}
			#guide .nml_blc .txt_box .bring_item .right li:not(:last-child){
				margin-right: 15px;
			}


#guide .nml_blc .link_item{
	display: flex;
}
	#guide .nml_blc .link_item li{
		margin-right: 30px;
	}
#guide .time_blc .txt_item a{
	text-decoration: underline;
}
#guide .time_blc .txt_item a:hover{
	text-decoration: none;
}
#guide .time_blc .tw_txt{
	align-items: center;
	font-size: 15px;
}
	#guide .time_blc .tw_txt span{
		padding-left: 3px;
	}
	#guide .time_blc .tw_txt a:hover {
		text-decoration: underline;
	}
#guide .time_blc .time_table{
	width: 555px;
	border: #B3A08C 1px solid;
}
	#guide .time_blc .time_table tr th,
	#guide .time_blc .time_table tr td{
		vertical-align: middle;
		text-align: center;
		font-size: 15px;
	}
	#guide .time_blc .time_table tr td{
		line-height: 1.2;
		color: #BF9F80;
		border-left: 1px solid #B3A08C;
		height: 75px;
	}
	#guide .time_blc .time_table .row1{
		background-color: #452405;
		color: #FFF;
		padding: 5px 0;
	}
	#guide .time_blc .time_table .row1 th{
		height: 28px;
	}
	#guide .time_blc .time_table .row1 th:not(:first-child){
		width: 60px;
		border-left: 1px solid #B3A08C;
		text-align: center;
	}
	#guide .time_blc .time_table .row1{
	}
	#guide .time_blc .time_table .row2 th,
	#guide .time_blc .time_table .row2 td{
		border-bottom: #B3A08C 1px solid;
	}
#guide .time_blc .break_box{
	padding: 15px;
	border: 1px dashed #666666;
	border-radius: 5px;
	font-size: 15px;
	color: #452405;
	align-items: center;
	margin-top: 50px;
}
#guide .time_blc .break_box .date{
	/* width: 340px; */
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	text-align: center;
	margin-right: 20px;
	background-color: #FFF7D5;
}


/*====================================
 Flow
====================================*/
#flow .main_ttl_bg{
	background-image: url(../img/flow/main_ttl_bg.jpg);
}

#flow .sec_flow{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#flow .flow_label{
	width: 100%;
	height: 70px;
	margin-bottom: 40px;
}
#flow .flow_label .ttl_wrap{
	width: 160px;
	box-sizing: border-box;
	background-color: #1EAA38;
	color: #FFF;
	padding: 20px 25px;
	border-radius: 5px 0 0 5px;
}
#flow .flow_label .ttl_wrap .num{
	font-size: 28px;
}
#flow .flow_label .ttl_wrap .ttl{
	font-size: 26px;
	padding-left: 12px;
	border-left: #FFF 1px solid;
}
#flow .flow_label .label_inner{
	width: 840px;
	box-sizing: border-box;
	padding: 15px 30px;
	border-radius: 0 5px 5px 0;
	background-color: #EFF9F1;
	align-items: center;
}
	#flow .flow_label .label_inner .item{
		align-items: center;
	}
	#flow .flow_label .label_inner p{
		font-size: 15px;
		line-height: 1.4;
		color: #452405;
		margin-left: 10px;
	}
	#flow .flow_label .label_inner .item2 p{
		font-size: 22px;
		font-weight: 500;
	}
#flow .flow_box{
	margin-left: 125px;
	margin-bottom: 65px;
}
#flow .flow_box::before{
	content: "";
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-47%);
	background: url(../img/flow/arrow.png) no-repeat center bottom;
	background-size: cover;
	width: 24px;
	height: calc(100% + 50px);
}
#flow .flow_blc:last-child .flow_box::before{
	background-position: top;
	height: calc(100% + 30px);
}
#flow .flow_box .flow_list{
	line-height: 2.7;
	font-size: 15px;
	margin-bottom: 30px;
}
#flow .flow_box .note_item{
	width: 809px;
	margin-right: 70px;
	padding: 25px 30px;
	box-sizing: border-box;
	border: dashed 1px #666666;
	border-radius: 5px;
}
#flow .flow_box .note_item .toptxt{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#flow .flow_box .note_item .txt{
	font-size: 12px;
	line-height: 1.8;
}

#flow .flow_blc.blc1 .flow_label .label_inner{
	padding-top: 12px;
	padding-bottom: 12px;
}

/*====================================
 Appointment
====================================*/
#appointment .main_ttl_bg{
	background-image: url(../img/appointment/main_ttl_bg.jpg);
}

#appointment .sec_guide .time_blc{
	margin-bottom: 95px;
}
	#appointment .sec_guide .time_blc .txt_box{
		width: 512px;
	}
		#appointment .sec_guide .time_blc .txt_box .txt_item{
			font-size: 15px;
			line-height: 1.8;
			margin-bottom: 20px;
		}
			#appointment .sec_guide .time_blc .txt_item a{
				text-decoration: underline;
			}
			#appointment .sec_guide .time_blc .txt_item a:hover{
				text-decoration: none;
			}
	#appointment .sec_guide .time_blc .tw_txt{
		align-items: center;
		font-size: 15px;
	}
		#appointment .sec_guide .time_blc .tw_txt span{
			padding-left: 3px;
		}
		#appointment .sec_guide .time_blc .tw_txt:hover a{
			text-decoration: underline;
		}
	#appointment .sec_guide .time_blc .time_table{
		width: 555px;
		border: #B3A08C 1px solid;
	}
		#appointment .sec_guide .time_blc .time_table tr th,
		#appointment .sec_guide .time_blc .time_table tr td{
			vertical-align: middle;
			text-align: center;
			font-size: 15px;
		}
		#appointment .sec_guide .time_blc .time_table tr td{
			line-height: 1.2;
			color: #BF9F80;
			border-left: 1px solid #B3A08C;
			height: 75px;
		}
		#appointment .sec_guide .time_blc .time_table .row1{
			background-color: #452405;
			color: #FFF;
			padding: 5px 0;
		}
			#appointment .sec_guide .time_blc .time_table .row1 th{
				height: 28px;
			}
			#appointment .sec_guide .time_blc .time_table .row1 th:not(:first-child){
				width: 60px;
				border-left: 1px solid #B3A08C;
				text-align: center;
			}
			#appointment .sec_guide .time_blc .time_table .row2 th,
			#appointment .sec_guide .time_blc .time_table .row2 td{
				border-bottom: #B3A08C 1px solid;
			}
	#appointment .sec_guide .time_blc .break_box{
		padding: 15px;
		border: 1px dashed #666666;
		border-radius: 5px;
		font-size: 15px;
		color: #452405;
		align-items: center;
		margin-top: 50px;
	}
		#appointment .sec_guide .time_blc .break_box .date{
			width: 100%;
			padding: 15px 0;
			border-radius: 5px;
			text-align: center;
			margin-right: 20px;
			background-color: #FFF7D5;
		}

#appointment .sec_check{
	margin-bottom: 80px;
}
	#appointment .sec_check .sec_ttl{
		margin-bottom: 50px;
	}
	#appointment .sec_check .blc_ttl{
		width: 100%;
		border-radius: 5px;
		padding: 15px 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
		background-color: #1EAA38;
		color: #FFF;
		font-size: 26px;
		font-weight: 400;
		position: relative;
		z-index: 5;
	}
	#appointment .sec_check .check_blc{
		border: 1px solid #CCCCCC;
		border-radius: 6px;
	}
		#appointment .sec_check .check_blc>.txt{
			font-size: 15px;
			margin-bottom: 35px;
			line-height: 1.8;
		}
		#appointment .sec_check .check_blc .flow_box{
			width: 785px;
			margin: 0 auto 40px;
			align-items: center;
		}
			#appointment .sec_check .check_blc .flow_box .btn_item{
				width: 280px;
				box-sizing: border-box;
				background-color: #FFFBEA;
				padding: 20px;
			}
				#appointment .sec_check .check_blc .flow_box .btn_item .btn{
					display: block;
					width: 100%;
					padding: 10px 0;
					margin: 10px 0;
					text-align: center;
					font-size: 22px;
					font-weight: 500;
					color: #452405;
					background-color: #FFF;
					border: #452405 1px solid;
					justify-content: center;
					border-radius: 5px;
					box-sizing: border-box;
					position: relative;
					overflow: hidden;
					transition:all .3s;
					z-index: 1;
				}
					#appointment .sec_check .check_blc .btn span{
						position: absolute;
						width: 25%;
						height: 100%;
						background-color: #452405;
						border-radius: 100%;
						transform: translateY(150%);
						left: 0;
						top: 0;
						z-index: -1;
						transition:all .5s;
					}
					#appointment .sec_check .check_blc .btn span:nth-child(2){
						left: 25%;
						transition-delay: 0.1s;
					}
					#appointment .sec_check .check_blc .btn span:nth-child(3){
						left: 50%;
						transition-delay: 0.2s;
					}
					#appointment .sec_check .check_blc .btn span:nth-child(4){
						left: 75%;
						transition-delay: 0.3s;
					}
					#appointment .sec_check .check_blc .flow_box .btn_item .btn:hover{
					color:#FFF;
				}
					#appointment .sec_check .check_blc .btn:hover span{
						transform: translateY(0) scale(2);
					}

				#appointment .sec_check .check_blc .flow_box .btn_item p{
					font-size: 12px;
					line-height: 1.6;
				}
			#appointment .sec_check .check_blc .about_box{
				background-color: #EFF9F1;
				padding: 40px;
				border-radius: 5px;
			}
				#appointment .sec_check .check_blc .about_box .box_inner {
					width: 470px;
				}
				#appointment .sec_check .check_blc .about_box .box_inner:first-child{
					padding-right: 30px;
					border-right: #ccc 1px solid;
				}
					#appointment .sec_check .check_blc .about_box .box_inner .txt{
						font-size: 15px;
						line-height: 1.8;
					}

					#appointment .sec_check .check_blc .about_box .box_inner .label{
						margin-bottom: 20px;
					}
					#appointment .sec_check .check_blc .about_box .box_inner .tbl_wrap{
						margin-top: 20px;
						font-size: 15px;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table{
						width: 100%;
						border: 1px solid #B3A08C;
						margin: 10px 0;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table tr th,
					#appointment .sec_check .check_blc .about_box .box_inner table tr td{
						text-align: center;
						vertical-align: middle;
						background-color: #FFF;
						padding: 10px 15px;
						box-sizing: border-box;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table tr td{
						color: #BF9F80;
						height: 50px;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table .row1 th{
						background-color: #E8F7B3;
						color: #452405;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table .row1 th:not(:last-child),
					#appointment .sec_check .check_blc .about_box .box_inner table tr td:not(:last-child),
					#appointment .sec_check .check_blc .about_box .box_inner table .row2 th:not(:last-child),
					#appointment .sec_check .check_blc .about_box .box_inner table .row3 th:not(:last-child){
						border-right: 1px solid #B3A08C;
					}
					#appointment .sec_check .check_blc .about_box .box_inner table tr:last-child td,
					#appointment .sec_check .check_blc .about_box .box_inner table tr:last-child th{
						border-top: #B3A08C 1px solid;
					}


/*====================================
 Greeting
====================================*/
.infomation .link_tab_box li{
	width: calc(100% / 3);
	font-size: 22px;
}

#greeting .main_ttl_bg{
	background-image: url(../img/greeting/main_ttl_bg.jpg);
}
#greeting .sec_info .head_txt{
	margin-bottom: 80px;
}
#greeting .sec_info .info_blc{
	margin-bottom: 95px;
}
	#greeting .sec_info .info_blc .txt_box{
		width: 754px;
	}
	#greeting .sec_info .info_blc .txt{
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 25px;
	}
		#greeting .sec_info .info_blc .txt p:not(:last-child){
			margin-bottom: 1.7em;
		}

#greeting .sec_info .time_blc{
	margin-bottom: 130px;
}
	#greeting .sec_info .time_blc .blc_ttl{
		width: 100%;
		border-radius: 5px;
		padding: 15px 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
		background-color: #1EAA38;
		color: #FFF;
		font-size: 26px;
		font-weight: 400;
	}
	#greeting .sec_info .time_blc .blc_inner{
		padding: 0 50px;
	}
		#greeting .sec_info .time_blc li{
			height: 40px;
			display: flex;
			align-items: center;
			font-size: 15px;
			line-height: 1.8;
		}
		#greeting .sec_info .time_blc li:not(:last-child){
			margin-bottom: 35px;
		}
			#greeting .sec_info .time_blc li .year{
				position: relative;
				width: 90px;
				height: 100%;
				margin-right: 20px;
				border-radius: 10px;
				background-color: #FFFBEA;
				line-height: 2.7;
				text-align: center;
				color: #452405;
				font-weight: 500;
			}
				#greeting .sec_info .time_blc li:not(:last-child) .year::before{
					content: "";
					position: absolute;
					bottom: -100%;
					left: 50%;
					transform: translateX(-50%);
					width: 1px;
					height: 40px;
					background-color: #DFDFDF;
				}
		#greeting .sec_info .time_blc li.last_li{
			align-items: flex-start;
		}


/*====================================
 Access
====================================*/
#access .main_ttl_bg{
	background-image: url(../img/access/main_ttl_bg.jpg);
}

#access .map_blc{
	margin-bottom: 100px;
}
#access .map_blc .blc_inner{
	padding: 0 50px;
}
#access .map_blc .map_wrap{
	margin-bottom: 30px;
}
	#access .map_blc .map_wrap .right_box{
		width: 321px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #EFF9F1;
		border-radius: 0 15px 15px 0;
	}
		#access .map_blc .map_wrap .right_box .img_item{
			margin-bottom: 15px;
			overflow: hidden;
			border-radius: 15px;
		}
		#access .map_blc .map_wrap .right_box .txt_item{
			margin-bottom: 20px;
			font-size: 15px;
			line-height: 1.4;
			padding: 0 10px;
		}
			#access .map_blc .map_wrap .right_box .txt_item .post,
			#access .map_blc .map_wrap .right_box .txt_item .tel,
			#access .map_blc .map_wrap .right_box .txt_item .mail{
				position: relative;
				padding-left: 20px;
			}
			#access .map_blc .map_wrap .right_box .txt_item .post{
				padding-left: 25px;
				margin-bottom: 15px;
			}
			#access .map_blc .map_wrap .right_box .txt_item .post:before,
			#access .map_blc .map_wrap .right_box .txt_item .tel:before,
			#access .map_blc .map_wrap .right_box .txt_item .mail:before{
				content: "";
				position: absolute;
				left: 0;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
			}
			#access .map_blc .map_wrap .right_box .txt_item .post:before{
				width: 23px;
				height: 21px;
				background-image: url(../img/access/icon_clinic.png);
				top: 0;
			}
			#access .map_blc .map_wrap .right_box .txt_item .tel:before{
				width: 16px;
				height: 20px;
				background-image: url(../img/access/icon_tel.png);
				top: 50%;
				transform: translateY(-50%);
			}
			#access .map_blc .map_wrap .right_box .txt_item .mail:before{
				width: 18px;
				height: 12px;
				background-image: url(../img/access/icon_mail.png);
				top: 50%;
				transform: translateY(-50%);
			}
				#access .map_blc .map_wrap .right_box .txt_item .mail a{
					text-decoration: underline;
				}

		#access .map_blc .map_wrap .right_box .btn_item{
			width: 100%;
			padding: 15px 0;
			background-color: #FFF;
			text-align: center;
			border-radius: 15px;
			transition: 0.3s;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#access .map_blc .map_wrap .right_box .btn_item:hover{
			background-color: #1EAA38;
			color: #FFF;
		}
			#access .map_blc .map_wrap .right_box .btn_item span{
				font-size: 15px;
				padding: 0 5px;
			}
				#access .map_blc .map_wrap .right_box .btn_item .img1 svg{
					width: 17px;
					height: 22px;
				}
					#access .map_blc .map_wrap .right_box .btn_item .img1 svg path{
						fill:#452405;
					}
				#access .map_blc .map_wrap .right_box .btn_item .img2 svg{
					width: 9px;
					height: 9px;
				}
					#access .map_blc .map_wrap .right_box .btn_item .img2 svg path{
						fill: #595D5A;
					}
					#access .map_blc .map_wrap .right_box .btn_item:hover svg path{
						fill: #FFF;
					}

	#access .map_blc .note_box{
		border: 1px dashed #666666;
		padding: 25px;
		border-radius: 10px;
	}
		#access .map_blc .note_box .label{
			color: #452405;
			font-size: 15px;
			font-weight: 550;
			margin-bottom: 15px;
		}
		#access .map_blc .note_box .txt{
			font-size: 12px;
			line-height: 1.8;
		}
			#access .map_blc .note_box .txt p:not(:last-child){
				margin-bottom: 2em;
			}

#access .access_blc{
	margin-bottom: 100px;
}
	#access .access_blc .blc_inner:not(:last-of-type){
		padding-bottom: 80px;
		border-bottom: #CCCCCC 1px solid;
	}
	#access .access_blc .blc_inner:last-of-type{
		padding-top: 80px;
	}
		#access .access_blc .blc_ttl{
			font-size: 22px;
			font-weight: 550;
			margin-bottom: 50px;
		}
		#access .access_blc ul{
			padding-left: 55px;
		}
			#access .access_blc ul li:not(:last-child){
				margin-bottom: 90px;
			}
		#access .access_blc .txt_box{
			width: 1000px;
			min-height: 70px;
			padding: 10px 15px;
			margin-bottom: 30px;
			box-sizing: border-box;
			align-items: center;
			background-color: #FFFBEA;
			border-radius: 10px;
		}
			#access .access_blc .txt_box .label_img{
				padding: 0 15px;
			}
			#access .access_blc .txt_box p{
				font-size: 15px;
				line-height: 1.8;
				color: #452405;
			}
	#access .access_blc .head_box{
		padding-left: 77px;
		margin-bottom: 40px;
		align-items: center;
	}
	#access .access_blc .head_box .txt{
		width: 807px;
		color: #452405;
		line-height: 1.8;
		font-size: 15px;
		padding-left: 20px;
	}


/*====================================
 Thesis
====================================*/
#thesis .main_ttl_bg{
	background-image: url(../img/thesis/main_ttl_bg.jpg);
}
#thesis .link_tab_box li{
	width: calc(100% / 3);
}

#thesis .tab_box{
	width: 100%;
	height: 75px;
	border-radius: 10px;
	border: 1px solid #1EAA38;
	display: flex;
	margin-bottom: 45px;
	overflow: hidden;
}
	#thesis .tab_box li{
		width: 50%;
		text-align: center;
		color: #1EAA38;
		font-size: 22px;
		line-height: 3.4;
		transition: 0.4s ease-out;
	}
	#thesis .tab_box li:first-child{
		border-right: 1px solid #FFF;
	}
	#thesis .tab_box li.active,
	#thesis .tab_box li:hover{
		color: #FFF;
		background-color: #1EAA38;
	}
	#thesis .tab_box li a{
		display: block;
		transition: auto;
	}

#thesis .count_txt{
	color: #7F7F7F;
	font-size: 12px;
	margin-bottom: 15px;
}
#thesis .contents_blc{
	width: 100%;
	padding: 10px 50px 80px;
	margin-bottom: 100px;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
}
#thesis .contents_blc .box{
	padding-top: 50px;
	align-items: flex-start;
}
#thesis .contents_blc .box:not(:last-child){
	padding-bottom: 40px;
	border-bottom: 1px dotted #B4B4B4;
}
#thesis .contents_blc .box .count_num{
	margin-right: 20px;
	background-color: #FFFBEA;
	border-radius: 5px;
	color: #452405;
	font-size: 18px;
	padding: 5px 7px;
	border-radius: 3px;
}
#thesis .contents_blc .box .txt_item .ttl{
	color: #1EAA38;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#thesis .contents_blc .box .txt_item .txt{
	color: #6A6A6A;
	font-size: 15px;
	line-height: 1.8;
}
#thesis .contents_blc .wp-pagenavi{
	width: 330px;
	margin: 0 auto;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#thesis .contents_blc .pagenavi a,
#thesis .contents_blc .pagenavi span{
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
}
#thesis .contents_blc .pagenavi .nextpostslink,
#thesis .contents_blc .pagenavi .previouspostslink{
	position: relative;
	margin: 0 10px;
}
#thesis .contents_blc .pagenavi .nextpostslink::before,
#thesis .contents_blc .pagenavi .previouspostslink::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 1px solid #452405;
	border-right: 1px solid #452405;
}
#thesis .contents_blc .pagenavi .nextpostslink::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#thesis .contents_blc .pagenavi .previouspostslink::before{
	transform: translate(-50%,-50%) rotate(-135deg);
}
#thesis .contents_blc .pagenavi .page,
#thesis .contents_blc .pagenavi .current{
	padding-top: 7px;
	margin: 0 10px;
	border: 1px solid #452405;
	border-radius: 3px;
	color: #452405;
	font-size: 15px;
	text-align: center;
	transition: 0.3s;
}
#thesis .contents_blc .pagenavi .page:hover,
#thesis .contents_blc .pagenavi .current{
	background-color: #452405;
	color: #fff;
}


/*====================================
 Conference
====================================*/
#conference .main_ttl_bg{
	background-image: url(../img/conference/main_ttl_bg.jpg);
}
#conference .link_tab_box li{
	width: calc(100% / 3);
}

#conference .tab_box{
	width: 100%;
	height: 75px;
	border-radius: 10px;
	border: 1px solid #1EAA38;
	display: flex;
	margin-bottom: 45px;
	overflow: hidden;
}
	#conference .tab_box li{
		width: 50%;
		text-align: center;
		color: #1EAA38;
		font-size: 22px;
		line-height: 3.4;
		transition: 0.4s ease-out;
	}
	#conference .tab_box li:first-child{
		border-right: 1px solid #FFF;
	}
	#conference .tab_box li.active,
	#conference .tab_box li:hover{
		color: #FFF;
		background-color: #1EAA38;
	}
	#conference .tab_box li a{
		display: block;
		transition: auto;
	}

#conference .count_txt{
	color: #7F7F7F;
	font-size: 12px;
	margin-bottom: 15px;
}
#conference .contents_blc{
	width: 100%;
	padding: 10px 50px 80px;
	margin-bottom: 100px;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
}
	#conference .contents_blc .box{
		padding-top: 50px;
		align-items: flex-start;
	}
		#conference .contents_blc .box:not(:last-child){
			padding-bottom: 40px;
			border-bottom: 1px dotted #B4B4B4;
		}
		#conference .contents_blc .box .year_num{
			margin-top: 5px;
			margin-right: 20px;
			background-color: #FFFBEA;
			border-radius: 5px;
			color: #452405;
			font-size: 13px;
			padding: 5px 7px;
			border-radius: 3px;
		}
		#conference .contents_blc .box .txt_item .ttl{
			color: #1EAA38;
			font-size: 24px;
			line-height: 1.3;
			margin-bottom: 10px;
		}
		#conference .contents_blc .box .txt_item .txt{
			color: #6A6A6A;
			font-size: 15px;
			line-height: 1.8;
		}
	#conference .contents_blc .wp-pagenavi{
		width: 330px;
		margin: 0 auto;
		margin-top: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#conference .contents_blc .pagenavi a,
	#conference .contents_blc .pagenavi span{
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
	}
	#conference .contents_blc .pagenavi .nextpostslink,
	#conference .contents_blc .pagenavi .previouspostslink{
		position: relative;
		margin: 0 10px;
	}
	#conference .contents_blc .pagenavi .nextpostslink::before,
	#conference .contents_blc .pagenavi .previouspostslink::before{
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-top: 1px solid #452405;
		border-right: 1px solid #452405;
	}
	#conference .contents_blc .pagenavi .nextpostslink::before{
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#conference .contents_blc .pagenavi .previouspostslink::before{
		transform: translate(-50%,-50%) rotate(-135deg);
	}
	#conference .contents_blc .pagenavi .page,
	#conference .contents_blc .pagenavi .current{
		padding-top: 7px;
		margin: 0 10px;
		border: 1px solid #452405;
		border-radius: 3px;
		color: #452405;
		font-size: 15px;
		text-align: center;
		transition: 0.3s;
	}
	#conference .contents_blc .pagenavi .page:hover,
	#conference .contents_blc .pagenavi .current{
		background-color: #452405;
		color: #fff;
	}


/*====================================
 Price
====================================*/
#price .main_ttl_bg{
	background-image: url(../img/price/main_ttl_bg.jpg);
}
#price .link_tab_box li{
	width: calc(100% / 3);
}
#price .sec_ttl_box{
	margin-bottom: 40px;
}
	#price .sec_ttl_box .sec_ttl{
		margin-bottom: 10px;
	}
	#price .sec_ttl_box span{
		font-size: 15px;
		text-align: center;
	}

#price .tab_btn{
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #1EAA38;
	overflow: hidden;
}
	#price .tab_btn li{
		width: 50%;
		text-align: center;
		color: #1EAA38;
		font-size: 22px;
		line-height: 3.4;
		transition: 0.4s ease-out;
		cursor: pointer;
	}
	#price .tab_btn li:first-child{
		border-right: 1px solid #FFF;
	}
		#price .tab_btn li.on,
		#price .tab_btn li:hover{
			color: #FFF;
			background-color: #1EAA38;
		}
#price .price_item{
	margin-bottom: 65px;
	align-items: center;
}
	#price .price_item .cell{
		font-size: 15px;
		color: #452405;
		margin-right: 15px;
		display: flex;
		align-items: center;
	}
		#price .price_item .cell span{
			padding-left: 3px;
		}
#price .js-tab_wrap{
	margin-bottom: 100px;
}
	#price .tab01_box .price_box:not(:last-child){
		margin-bottom: 70px;
	}
	#price .tab02_box .tab_inner:not(:last-child){
		margin-bottom: 70px;
	}
	#price .tab02_box .tab_inner .price_box:not(:last-child){
		margin-bottom: 30px;
	}
	#price .tab_box .label{
		color: #1EAA38;
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 13px;
		position: relative;
	}
	/* #price .tab_box .price_box:not(:first-child) .label,
	#price .tab_box .label:first-child{
		margin-top: 40px;
	} */
	#price .tab_box .label::before{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 18px;
		border-radius: 3px;
		background-color: #1EAA38;
	}
	#price .tab_box .price_tbl{
		width: 100%;
		border: 1px solid #DFDFDF;
		border-collapse: separate;
	}
	#price .tab_box .box_inner .price_tbl:not(:last-child){
		margin-bottom: 30px;
	}
		#price .tab_box .price_tbl tr th,
		#price .tab_box .price_tbl tr td{
			height: 60px;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 1.8;
			text-align: center;
			vertical-align: middle;
		}
		#price .tab_box .price_tbl tr:not(:last-child) th,
		#price .tab_box .price_tbl tr:not(:last-child) td{
			border-bottom: 1px solid #DFDFDF;
		}
		#price .tab_box .price_tbl tr th{
			width: 366px;
			padding: 0 20px;
			border-right: 1px solid #DFDFDF;
			background-color: #FFFBEA;
			color: #452405;
		}
		#price .tab_box .price_tbl tr td{
			width: 735px;
			color: #6A6A6A;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#price .tab_box .price_tbl tr td .price_text{
			width: 100%;
			height: 100%;
			padding: 15px 0;
			box-sizing: border-box;
			text-align: center;
		}
		#price .tab_box .price_tbl tr td .price_text:not(:last-child){
			border-right: 1px solid #DFDFDF;
			text-align: center;
		}
		#price .tab_box .price_tbl tr.tab02_th th{
			height: 40px;
			padding: 10px 15px;
			box-sizing: border-box;
			background-color: #F9F9F9;
			color: #6A6A6A;
			text-align: left;
		}


/*====================================
 Single (beauty/dermatology)
====================================*/
#single .nml_blc h3{
	font-size: 22px;
}

#single.disease .main_ttl_bg,
#single.methods .main_ttl_bg{
	background-image: url(../img/beauty/main_ttl_bg_single.jpg);
	align-items: center;
}
#single.dermatology .main_ttl_bg{
	background-image: url(../img/dermatology/main_ttl_bg_single.jpg);
	align-items: center;
}

#single .main_ttl_bg .title{
	color: #fff;
	text-shadow: 0px 0px 15px #3a5a40, 0px 0px 15px #3a5a40;
	font-weight: 500;
}
	#single .main_ttl_bg .title span{
		font-size: 15px;
	}
	#single .main_ttl_bg .title .title_txt{
		margin-top: 10px;
		font-size: 38px;
	}

#single .sec_info{
	padding-bottom: 120px;
}
#single .nml_blc:not(:last-child){
	margin-bottom: 100px;
}
	#single .nml_blc .blc_ttl{
		padding: 5px 20px;
		margin-bottom: 40px;
		border-radius: 5px;
		color: #fff;
		font-size: 26px;
		font-weight: 500;
		line-height: 1.8;
		background-color: #1EAA38;
	}
	#single .nml_blc .head_box{
	}
		#single .nml_blc .head_box .head_txt{
			width: 670px;
			font-size: 15px;
			line-height: 1.8;
		}
		#single .nml_blc .head_box .head_img{
			width: 389px;
			height: 258px;
			border-radius: 15px;
			overflow: hidden;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			#single .nml_blc .head_box .head_img img{
				width: 100%;
				height: auto;
			}
#single .nml_blc .symptom_box{
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
	#single .nml_blc .symptom_box .symptom_item{
		width: 237px;
		display: block;
		transition: 0.3s;
	}
	#single .nml_blc .symptom_box .symptom_item:hover{
		opacity: 0.7;
	}
	#single .nml_blc .symptom_box .symptom_item:not(:nth-child(4n+4)){
		margin-right: 30px;
	}
	#single .nml_blc .symptom_box .symptom_item:nth-child(n+5){
		margin-bottom: 30px;
	}
		#single .nml_blc .symptom_box .symptom_item .item_img{
			width: 100%;
			height: 120px;
			margin-bottom: 5px;
			border-radius: 5px;
			display: flex;
			justify-content: center;
			align-items: center;
			overflow: hidden;
		}
		#single .nml_blc .symptom_box .symptom_item .item_img img{
			width: 100%;
			height: auto;
		}
		#single .nml_blc .symptom_box .symptom_item .item_txt{
			font-size: 15px;
			line-height: 1.4;
		}

	#single .nml_blc .note_txt{
		font-size: 15px;
		line-height: 1.8;
	}
	#single .nml_blc .note_txt a{
		text-decoration: underline;
	}
	#single .nml_blc .faq_box:not(:last-child){
		padding-bottom: 30px;
		border-bottom: #D4D4D4 1px solid;
	}
	#single .nml_blc .faq_box:not(:first-child){
		padding-top: 30px;
	}
		#single .nml_blc .faq_box .faq_q{
			margin-bottom: 10px;
		}
			#single .nml_blc .faq_box .faq_q .q_item,
			#single .nml_blc .faq_box .faq_a .a_item{
				width: 30px;
				height: 30px;
				border-radius: 100px;
				text-align: center;
				line-height: 1.7;
				font-size: 18px;
			}
			#single .nml_blc .faq_box .faq_q .q_item{
				color: #FFF;
				background-color: #1EAA38;
			}
			#single .nml_blc .faq_box .faq_a .a_item{
				color: #FF9B00;
				background-color: #FFFBEA;
			}
			#single .nml_blc .faq_box p{
				width: 1060px;
				margin-left: 10px;
				line-height: 1.8;
			}
			#single .nml_blc .faq_box .faq_q p{
				font-size: 18px;
				color: #1EAA38;
			}
			#single .nml_blc .faq_box .faq_a p{
				font-size: 15px;
			}

	#single .nml_blc .price_box:not(:last-child){
		margin-bottom: 70px;
	}
		#single .nml_blc .price_txt{
			font-size: 15px;
		}
		#single .nml_blc .label{
			color: #1EAA38;
			font-size: 20px;
			margin-bottom: 15px;
			padding-left: 13px;
			position: relative;
		}
		#single .nml_blc .label::before{
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 8px;
			height: 18px;
			border-radius: 3px;
			background-color: #1EAA38;
		}
		#single .nml_blc .price_tbl{
			width: 100%;
			border: 1px solid #DFDFDF;
			border-collapse: separate;
		}
		#single .nml_blc .box_inner .price_tbl:not(:last-child){
			margin-bottom: 30px;
		}
			#single .nml_blc .price_tbl tr th,
			#single .nml_blc .price_tbl tr td{
				height: 60px;
				box-sizing: border-box;
				font-size: 15px;
				line-height: 1.8;
				text-align: center;
				vertical-align: middle;
			}
			#single .nml_blc .price_tbl tr:not(:last-child) th,
			#single .nml_blc .price_tbl tr:not(:last-child) td{
				border-bottom: 1px solid #DFDFDF;
			}
			#single .nml_blc .price_tbl tr th{
				width: 366px;
				padding: 0 20px;
				border-right: 1px solid #DFDFDF;
				background-color: #FFFBEA;
				color: #452405;
			}
			#single .nml_blc .price_tbl tr td{
				width: 735px;
				color: #6A6A6A;
				display: flex;
				align-items: center;
				justify-content: center;
			}
				#single .nml_blc .price_tbl tr td .price_text{
					width: 100%;
					height: 100%;
					padding: 15px 0;
					box-sizing: border-box;
					text-align: center;
				}
				#single .nml_blc .price_tbl tr td .price_text:not(:last-child){
					border-right: 1px solid #DFDFDF;
					text-align: center;
				}
			#single .nml_blc .price_tbl tr.tab02_th th{
				height: 40px;
				padding: 10px 15px;
				box-sizing: border-box;
				background-color: #F9F9F9;
				color: #6A6A6A;
				text-align: left;
			}

	#single .to_archive{
		width: 340px;
		height: 85px;
		display: block;
		margin: 0 auto;
		padding: 30px 0;
		border: 1px solid #AAAAAA;
		border-radius: 5px;
		box-sizing: border-box;
		color: #B4B4B4;
		font-size: 22px;
		text-align: center;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-webkit-transition: 0.7s;
		transition: 0.7s;
	}
	#single .to_archive:hover{
		color: #FFF;
		border-color: #1EAA38;
		background-color: #1EAA38;
	}


/*====================================
 Archive (beauty/dermatology)
====================================*/
#archive.beauty .main_ttl_bg,
#archive.disease .main_ttl_bg,
#archive.methods .main_ttl_bg{
	background-image: url(../img/beauty/main_ttl_bg.jpg);
	align-items: center;
}
#archive.dermatology .main_ttl_bg{
	background-image: url(../img/dermatology/main_ttl_bg.jpg);
	align-items: center;
}
#archive .link_tab_box li{
	width: 50%;
}

#archive .sec_info{
	margin-bottom: 100px;
}
#archive .sec_info .sec_inner{
	background-color: #FFFBEA;
	border-radius: 10px;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
#archive .sec_info .sec_ttl{
	margin-bottom: 75px;
}
#archive .sec_info .nml_blc:not(:last-child){
	margin-bottom: 50px;
}

#archive .service_list{
	display: flex;
	flex-wrap: wrap;
}
	#archive .service_list li{
		width: 237px;
		margin-bottom: 30px;
	}
	#archive .service_list li:not(:nth-child(4n)){
		margin-right: 30px;
	}
		#archive .service_list li .img{
			height: 120px;
			overflow: hidden;
			border-radius: 7px;
			position: relative;
		}
			#archive .service_list li .img img{
				width: 100%;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}
			#archive .service_list li .img img.wider{
				height: 100%;
				width: auto;
			}
			#archive .service_list li .img img.longer{
				height:auto;
				width: 100%;;
			}
		#archive .service_list li .ttl{
			font-size: 15px;
			padding-top: 5px;
			line-height: 1.2;
		}
		#archive .service_list li a:hover .ttl{
			text-decoration: underline;
			font-weight: 500;
		}


/*====================================
 Environment
====================================*/
#environment .main_ttl_bg{
	background-image: url(../img/environment/main_ttl_bg.jpg);
}

#environment .sec_head{
	margin-bottom: 100px;
	text-align: center;
}
	#environment .sec_head .head_img{
		margin-bottom: 20px;
	}
	#environment .sec_head p{
		font-size: 15px;
		line-height: 1.8;
	}

#environment .sec_content{
	margin-bottom: 80px;
}
	#environment .sec_content .nml_blc:not(:last-child){
		margin-bottom: 110px;
	}
	#environment .sec_content .nml_blc .blc_inner{
		display: flex;
		justify-content: space-between;
	}
	#environment .sec_content .nml_blc .txt_box{
		width: 670px;
		font-size: 15px;
		line-height: 1.8;
	}
		#environment .sec_content .nml_blc .txt_box .txt{
			margin-bottom: 30px;
		}
		#environment .sec_content .nml_blc .txt_box p:not(:last-child){
			margin-bottom: 2em;
		}
	#environment .sec_content .nml_blc .head_txt{
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	#environment .sec_content .nml_blc .env_slider{
		margin-bottom: 40px;
		transition: 0.3s;
	}
		#environment .sec_content .nml_blc .env_slider .img_box{
			width: 790px;
			height: 490px;
			margin: 0 auto 20px;
			overflow: hidden;
			border-radius: 15px;
			transition: all 0.6s;
		}
		#environment .sec_content .nml_blc .env_slider .swiper-slide-next .img_box{
			transform:translateX(30%);
		}
		#environment .sec_content .nml_blc .env_slider .swiper-slide-prev .img_box{
			transform:translateX(-30%);
		}
		#environment .sec_content .nml_blc .env_slider p{
			text-align: center;
			font-size: 15px;
			line-height: 1.8;
			transition: all 0.5s;
		}
		#environment .sec_content .nml_blc .env_slider .swiper-slide-next p{
			transform:translateX(10%);
		}
		#environment .sec_content .nml_blc .env_slider .swiper-slide-prev p{
			transform:translateX(-10%);
		}
		#environment .sec_content .nml_blc .env_slider .slider_prev,
		#environment .sec_content .nml_blc .env_slider .slider_next{
			width: 46px;
			height: 46px;
			background-color: #1EAA38;
			border-radius: 100%;
			cursor: pointer;
			z-index: 5;
			top: -280px;
			transition:all 0.5s;
		}
		#environment .sec_content .nml_blc .env_slider .slider_prev{
			left: 90px;
		}
		#environment .sec_content .nml_blc .env_slider .slider_next{
			right: 90px;
		}
		#environment .sec_content .nml_blc .env_slider .slider_prev:hover{
			opacity: .7;
			animation:slider_arrow_l 0.75s ease-in-out;
		}
		#environment .sec_content .nml_blc .env_slider .slider_next:hover{
			opacity: .7;
			animation:slider_arrow_r 0.75s ease-in-out;
		}

		#environment .sec_content .nml_blc .env_slider .slider_prev:before,
		#environment .sec_content .nml_blc .env_slider .slider_next:before{
			content:'';
			display: block;
			position: absolute;
			pointer-events: none;
			border-top: solid 2px #FFF;
			border-left: solid 2px #FFF;
			width: 15px;
			height: 15px;
			top:50%;
		}
		#environment .sec_content .nml_blc .env_slider .slider_prev:before{
			transform: translateY(-50%) rotate(-45deg);
			left: 17px;
		}
		#environment .sec_content .nml_blc .env_slider .slider_next:before{
			transform: translateY(-50%) rotate(135deg);
			right: 17px;
		}

		#environment .sec_content .nml_blc .thumbnail{
			width: 1000px;
			margin: 0 auto;
			padding: 20px;
			box-sizing: border-box;
			border-radius: 15px;
			background-color: #FFFBEA;
			display: flex;
			justify-content: space-between;
		}
			#environment .sec_content .nml_blc .thumbnail .img {
				width: 157px;
				height: auto;
				cursor: pointer;
				position: relative;
			}
			#environment .sec_content .nml_blc .thumbnail .img::before {
				content: '';
				opacity: 0;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: #000;
				transition: 0.3s;
			}
			#environment .sec_content .nml_blc .thumbnail .img.is-active::before {
				opacity: 0.6;;
			}
			#environment .sec_content .nml_blc .thumbnail .img.is-active:first-child::before {
				border-radius: 9px 0 0 9px;
			}
			#environment .sec_content .nml_blc .thumbnail .img.is-active:last-child::before {
				border-radius: 0 9px 9px 0;
			}
				#environment .sec_content .nml_blc .thumbnail .img img{
					width: 100%;
				}
				#environment .sec_content .nml_blc .thumbnail .img:first-child img{
					border-radius: 10px 0 0 10px;
				}
				#environment .sec_content .nml_blc .thumbnail .img:last-child img{
					border-radius: 0 10px 10px 0  ;
				}

/*====================================
 Contact
====================================*/
#contact .main_ttl_bg{
	background-image: url(../img/contact/main_ttl_bg.jpg);
}

#contact .sec_contact{
	margin-bottom: 120px;
}
	#contact .sec_contact .txt_box{
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
		#contact .sec_contact .txt_box p:not(:last-child){
			margin-bottom: 2em;
		}
	#contact .sec_contact .note_box{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 100px;
		padding: 30px;
		border: 1px dashed rgba(102, 102, 102, 0.5);
		border-radius: 10px;
	}
		#contact .sec_contact .note_box .label{
			color: #452405;
			font-size: 15px;
			font-weight:400;
			margin-bottom: 10px;
			margin-left: -5px;
		}
		#contact .sec_contact .note_box p{
			line-height: 1.8;
			font-size: 12px;
		}
	#contact .sec_contact .notice_txt{
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 10px;
	}


/*====================================
 News
====================================*/
#news .main_ttl_bg{
	background-image: url(../img/news/main_ttl_bg.jpg);
}

#news .sec_news{
	margin-bottom: 120px;
}
#news .sec_news .sec_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	#news .sec_news .btn_wrap{
		width: 800px;
	}
		#news .sec_news .btn{
			border-bottom: solid 1px #D4D4D4;
			padding-left: 30px;
		}
			#news .sec_news .btn li{
				position: relative;
				padding-bottom: 20px;
				cursor: pointer;
				transition:all 0.5s;
			}
			#news .sec_news .btn li:after{
				content:'';
				display: block;
				position: absolute;
				pointer-events: none;
				width: 0;
				height: 5px;
				background-color: #1EAA38;
				bottom: -1px;
				left: 50%;
				transform:translateX(-50%);
			}
			#news .sec_news .btn li:not(.on):after{
				transition:all .5s;
			}
			#news .sec_news .btn li:hover:after,
			#news .sec_news .btn li.on:after{
				width: 100%;
			}
			#news .sec_news .btn li svg,
			#news .sec_news .btn li span{
				vertical-align: middle;
			}
				#news .sec_news .btn li svg path{
					fill:#6A6A6A;
					transition:all .5s;
				}
				#news .sec_news .btn li svg path{
					fill:#6A6A6A;
				}
				#news .sec_news .btn li.on svg path{
					fill:#1EAA38;
				}
			#news .sec_news .btn li span{
				font-size: 20px;
				color:#6A6A6A;
				transition:all .5s
			}
			#news .sec_news .btn li.on span{
				color: #1EAA38;
				font-weight: 500;
			}
			#news .sec_news .btn li#newstab1{
				width: 115px;
				margin-right: 40px;
			}
			#news .sec_news .btn li#newstab2{
				width: 122px;
				margin-right: 40px;
			}
			#news .sec_news .btn li#newstab3{
				width: 183px;
			}
				#news .sec_news .btn li#newstab1 svg{
					width: 22px;
					height: 15px;
					margin-right: 4px;
				}
				#news .sec_news .btn li#newstab2 svg{
					width: 34px;
					height: 24px;
					margin-right: 5px;
				}
				#news .sec_news .btn li#newstab3 svg{
					width: 35px;
					height: 24px;
					margin-right: 5px;
				}
			#news .sec_news .news_list{
				width: 800px;
				padding-top: 30px;
				padding-bottom: 30px;
				position: relative;
			}
/* 			#news:not(.single) .sec_news .news_list:not(.on){
				display: none;
			}
 */			#news .sec_news .news_list li{
				margin-bottom: 20px;
				display: flex;
			}
			#news .sec_news .news_list li:not(:first-child){
				padding-top: 40px;
			}
			#news .sec_news .news_list li:not(:last-child){
				padding-bottom: 40px;
				border-bottom: 1px dotted #BFBFBF;
			}
			#news .sec_news .news_list li a{
				display: flex;
				width: 100%;
			}
			#news .sec_news .news_list li a:hover .ttl{
				text-decoration: underline;
				color: #1EAA38;
			}
		#news .sec_news .news_list .img{
			width: 263px;
			min-height: 175px;
			overflow: hidden;
			position: relative;
			margin-right: 20px;
		}
			#news .sec_news .news_list .img img{
				position: absolute;
				top: 50%;
				left: 50%;
				transform:translate(-50%, -50%);
			}
			#news .sec_news .news_list .img.wider img{
				height: 100%;
				width: auto;
			}
			#news .sec_news .news_list .img.longer img{
				height: auto;
				width: 100%;
			}
		#news .sec_news .news_list .content{
			flex:1;
		}
		#news .sec_news .news_list .head{
			margin-bottom: 10px;
			display: flex;
		}
		#news .sec_news .news_list .cat{
			color: #1EAA38;
			font-size: 10px;
			padding: 3px;
			border: #1EAA38 solid 1px;
			border-radius: 5px;
			margin-right: 10px;
			background-color: #FFFDF5;
		}
		#news .sec_news .news_list .cat_parent{
			color: #FFF;
			font-size: 10px;
			padding: 3px;
			border: #1EAA38 solid 1px;
			border-radius: 5px;
			margin-right: 10px;
			background-color: #1EAA38;
		}
		#news .sec_news .news_list .new{
			width: 33px;
			margin-right: 8px;
		}
			#news .sec_news .news_list .new span{
				display: block;
				background-color: #C6EA3D;
				border-radius: 3px;
				text-align: center;
				width: 100%;
				padding-top: 5px;
				height: 18px;
				box-sizing: border-box;
				color:#452405;
				font-size: 10px;
			}
		#news .sec_news .news_list .date{
			font-size: 15px;
			margin-right: 15px;
			line-height: 1.2;
			color: #999999;
		}
		#news .sec_news .news_list .ttl{
			font-size: 18px;
			line-height: 1.8;
		}

		#news .wp-pagenavi{
			width: 330px;
			margin: 0 auto;
			margin-top: 70px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#news .pagenavi a,
		#news .pagenavi span{
			display: block;
			width: 30px;
			height: 30px;
			box-sizing: border-box;
		}
		#news .pagenavi .nextpostslink,
		#news .pagenavi .previouspostslink{
			position: relative;
			margin: 0 10px;
		}
		#news .pagenavi .nextpostslink::before,
		#news .pagenavi .previouspostslink::before{
			content: "";
			width: 10px;
			height: 10px;
			position: absolute;
			top: 50%;
			left: 50%;
			border-top: 1px solid #452405;
			border-right: 1px solid #452405;
		}
		#news .pagenavi .nextpostslink::before{
			transform: translate(-50%,-50%) rotate(45deg);
		}
		#news .pagenavi .previouspostslink::before{
			transform: translate(-50%,-50%) rotate(-135deg);
		}
		#news .pagenavi .page,
		#news .pagenavi .current{
			padding-top: 7px;
			margin: 0 10px;
			border: 1px solid #452405;
			border-radius: 3px;
			color: #452405;
			font-size: 15px;
			text-align: center;
			transition: 0.3s;
		}
		#news .pagenavi .page:hover,
		#news .pagenavi .current{
			background-color: #452405;
			color: #fff;
		}


	/*===
	サイドメニュー
	=====================================*/
	#news .sec_news .archive_wrap{
		width: 240px;
		border: 1px solid #D4D4D4;
		border-radius: 10px;
		padding: 30px 20px;
		box-sizing: border-box;
	}
		#news .sec_news .archive_wrap .archive_box:not(:first-child){
			padding-top: 25px;
		}
		#news .sec_news .archive_wrap .archive_box:not(:last-child){
			padding-bottom: 20px;
			border-bottom: 1px solid #D4D4D4;
		}
			#news .sec_news .archive_wrap .label_img{
				margin-bottom: 20px;
			}
			#news .sec_news .archive_wrap .news_item li:not(:last-child){
				margin-bottom: 25px;
			}
			#news .sec_news .archive_wrap .news_item .head{
				margin-bottom: 5px;
			}
				#news .sec_news .archive_wrap .news_item .head .cat{
					color: #FFF;
					font-size: 10px;
					padding: 3px 5px;
					border-radius: 5px;
					background-color: #1EAA38;
				}
			#news .sec_news .archive_wrap .news_item .date{
				font-size: 13px;
				color: #999999;
			}
			#news .sec_news .archive_wrap .news_item .ttl{
				font-size: 15px;
				line-height: 1.4;
			}
			#news .sec_news .archive_wrap .news_item li:hover .ttl{
				text-decoration: underline;
			}
			#news .sec_news .archive_wrap select{
				width: 100%;
				height: 40px;
				padding: 10px;
				box-sizing: border-box;
				border: none;
				background: url(../img/news/select_btn.png) right 50% no-repeat #FFF;
				background-color: #F4F4F4;
				font-size: 15px;
				line-height: 1.4;
				position: relative;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				cursor: pointer;
			}
			#news .sec_news .archive_wrap select::-ms-expand{
				display: none;
			}
			#news .sec_news .archive_wrap .cat_txt{
				font-size: 15px;
				line-height: 1.4;
				margin-bottom: 5px;
				margin-left: -10px;
			}
			#news .sec_news .archive_wrap .cat_txt a:hover{
				text-decoration: underline;
			}
			#news .sec_news .archive_wrap .cat_list:not(:last-child){
				margin-bottom: 13px;
			}
			#news .sec_news .archive_wrap .cat_list li{
				font-size: 13px;
				color: #999999;
				line-height: 1.8;
			}
			#news .sec_news .archive_wrap .cat_list li:hover{
				text-decoration: underline;
			}
			#news .sec_news .archive_wrap .blog_list li{
				font-size: 15px;
			}
			#news .sec_news .archive_wrap .blog_list li:not(:last-child){
				margin-bottom: 1em;
			}
			#news .sec_news .not_post_item{
				width: 100%;
				margin-top: 50px;
				text-align: center;
				font-size: 15px;
				line-height: 1.8;
			}
			#news .sec_news .catch{
				font-size: 25px;
				font-weight: 500;
				margin-bottom: 20px;
			}

/*====================================
 News single
====================================*/
#news.single .sec_news .news_list .ttl{
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1.8;
	font-weight: 500;
}

#news.single .sec_news .news_list .text{
	line-height: 1.8;
	font-size: 15px;
}
#news.single .sec_news .news_list .text img{
	max-width: 100%;
	height: auto;
}

#news.single .pager_wrap{
	display: flex;
	justify-content: center;
	margin-top: 200px;
	margin-bottom: 100px;
}
#news.single .pager_btn{
	display: block;
	width: 170px;
	height: 60px;
	color: #B4B4B4;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #AAAAAA;
	border-radius: 10px;
}
#news.single .pager_btn:hover{
	border-color: #1EAA38;
	background-color: #1EAA38;
	color: #FFF;
}
#news.single .pager_btn:not(:last-child){
	margin-right: 30px;
}
#news.single .pager_btn.to_archive{
	width:250px;
}


/*====================================
 policy
====================================*/
#policy .main_ttl_bg{
	background-image: url(../img/policy/main_ttl_bg.jpg);
}

#policy .nml_blc{
	margin-bottom: 100px;
}
#policy .nml_box{

}
#policy .nml_box:not(:first-child){
	padding-top: 80px;
}
#policy .nml_box:not(:last-child){
	padding-bottom: 60px;
	background: url(../img/policy/border.png) repeat-x bottom left;
}
#policy .nml_box .box_inner{
	display: flex;
	justify-content: space-between;
}
	#policy .nml_box .box_inner .txt_box{
		margin-top: -20px;
		width: 670px;
	}
	#policy .nml_box .box_inner .box_ttl{
		margin-bottom: 20px;
	}
	#policy .nml_box .txt{
		font-size: 15px;
		line-height: 1.8;
	}
		#policy .nml_box .box_inner .txt p:not(:last-child){
			margin-bottom: 2em;
		}
	#policy .nml_box .box_inner .txt{

	}



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

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