@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
@media screen and (min-width: 768px) {
}/* END */
@media screen and (min-width: 1024px) {
}/* END */

/*====================================
 TOP 
====================================*/
#top .sec_mv .main_img{
	width: 100%;
	height: 82.1vw;
}
#top .sec_mv .main_img .swiper-slide{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#top .sec_mv .main_img .slider01{
	background-image: url(../img/top/main_slider01-bg.jpg);
}
#top .sec_mv .main_img .slider02{
	background-image: url(../img/top/main_slider02-bg-sp.jpg);
}
#top .sec_mv .main_img .slider03{
	background-image: url(../img/top/main_slider03-bg-sp.jpg);
}
#top .sec_mv .main_img .slide_img{
	position: absolute;
	left: 50%;
}
#top .sec_mv .main_img .slider01 .slide_img{
	width: 94vw;
	top: 50%;
	transform: translate(-50%,-50%);
}
#top .sec_mv .main_img .slider02 .slide_img{
	width: 91.3vw;
	top: 12vw;
	transform: translateX(-50%);
}
#top .sec_mv .main_img .slider03 .slide_img{
	width: 82.9vw;
	top: 50%;
	transform: translate(-50%,-50%);
}

#top .sec_mv .label{
	color: #FFF;
	text-align: center;
	font-size: 1.45rem;
	font-weight: 700;
	padding: 1.8vw 0 2.4vw;
	background-color: #00006A;
}

@media screen and (min-width: 768px) {
	#top .sec_mv .main_img{
		height: 440px;
	}
	#top .sec_mv .main_img .slider01 .slide_img{
		width: 650px;
	}
	#top .sec_mv .main_img .slider02 .slide_img{
		width: 620px;
	}
	#top .sec_mv .main_img .slider03 .slide_img{
		width: 650px;
	}
	#top .sec_mv .label{
		font-size: 26px;
		padding: 12px 0 15px;
	}
}/* END */
@media screen and (min-width: 1024px) {
	#top .sec_mv .main_img{
		height: 593px;
	}
	#top .sec_mv .main_img .slider02{
		background-image: url(../img/top/main_slider02-bg.jpg);
	}
	#top .sec_mv .main_img .slider03{
		background-image: url(../img/top/main_slider03-bg.jpg);
	}
	#top .sec_mv .main_img .slider01 .slide_img{
		width: 1100px;
	}
	#top .sec_mv .main_img .slider02 .slide_img{
		width: 840px;
		top: 80px;
	}
	#top .sec_mv .main_img .slider03 .slide_img{
		width: 687px;
	}
	#top .sec_mv .label{
		font-size: 30px;
	}
}/* END */

/* サービスメニュー
------------------------------------*/
#top .sec_service{
	padding-top: 10.8vw;
	padding-bottom: 12vw;
}
#top .sec_service .box_wrap{
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-color: #FFF;
}
#top .sec_service .box_wrap:not(:last-child){
	margin-bottom: 4.8vw;
}
#top .sec_service .service_box{
	background-color: #FFF;
	border-radius: 5px;
	padding: 4.8vw;
	position: relative;
	overflow: hidden;
}
#top .sec_service .service_box::before{
	content: "";
	width: 16.6vw;
	height: 16.6vw;
	background-color: #E43062;
	position: absolute;
	top: -9.3vw;
	left: -9.3vw;
	transform: rotate(45deg);
}
#top .sec_service .service_box.ir-02::before{
	background-color: #00A88E;
}
#top .sec_service .service_box.ir-03::before{
	background-color: #FF6600;
}
#top .sec_service .service_box.ir-04::before{
	background-color: #288FEC;
}
#top .sec_service .service_box .box_ttl{
	margin-bottom: 3.6vw;
	text-align: center;
}
#top .sec_service .service_box .box_ttl span{
	display: block;
	width: 10.1vw;
	margin: 0 auto 1.8vw;
}
#top .sec_service .service_box .box_ttl p{
	font-size: 1.8rem;
	font-weight: 700;
}
#top .sec_service .service_box .img_item{
	width: 29.1vw;
	margin-right: 2.4vw;
}
#top .sec_service .service_box .txt_item{
	width: 49.1vw;
	text-align: right;
}
#top .sec_service .service_box .txt_item .basic--txt{
	margin-bottom: 4.2vw;
	text-align: left;
}
#top .sec_service .service_box.ir-01 .cmn--btn01::before{
	background-color: #E43062;
}
#top .sec_service .service_box.ir-02 .cmn--btn01::before{
	background-color: #00A88E;
}
#top .sec_service .service_box.ir-03 .cmn--btn01::before{
	background-color: #FF6600;
}
#top .sec_service .service_box.ir-04 .cmn--btn01::before{
	background-color: #288FEC;
}

@media screen and (min-width: 768px) {
	#top .sec_service{
		padding-top: 90px;
		padding-bottom: 80px;
	}
	#top .sec_service .service_blc{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top .sec_service .box_wrap{
		margin-bottom: 40px;
	}
	#top .sec_service .box_wrap:not(:last-child){
		margin-bottom: 40px;
	}
	#top .sec_service .service_box{
		width: 335px;
		box-sizing: border-box;
		padding: 20px;
	}
	#top .sec_service .service_box::before{
		width: 80px;
		height: 80px;
		top: -40px;
		left: -40px;
	}
	#top .sec_service .service_box .box_ttl{
		margin-bottom: 25px;
	}
	#top .sec_service .service_box .box_ttl span{
		width: 56px;
		margin: 0 auto 10px;
	}
	#top .sec_service .service_box .box_ttl p{
		font-size: 22px;
	}
	#top .sec_service .service_box .img_item{
		width: 130px;
		margin-right: 0;
	}
	#top .sec_service .service_box .txt_item{
		width: 150px;
	}
	#top .sec_service .service_box .txt_item .basic--txt{
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	#top .sec_service .service_box{
		width: 530px;
		padding: 30px;
	}
	#top .sec_service .service_box .box_ttl p{
		font-size: 28px;
	}
	#top .sec_service .service_box .img_item{
		width: 200px;
		margin-right: 30px;
	}
	#top .sec_service .service_box .txt_item{
		width: 240px;
	}
	#top .sec_service .service_box .txt_item .basic--txt{
		margin-bottom: 20px;
	}
}

/* 組合の特長
------------------------------------*/
#top .sec_features{
	padding-top: 12vw;
	padding-bottom: 7.2vw;
	background: url(../img/top/features_bg.jpg) no-repeat center top;
	background-size: cover;
}
#top .sec_features .blc_ttl{
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4.2vw;
}
#top .sec_features .blc_ttl:before,
#top .sec_features .blc_ttl:after{
	content: "";
	width: 2.5vw;
	height: 4.7vw;
	position: absolute;
	top: 0;
}
#top .sec_features .blc_ttl:before{
	background: url(../img/top/features_label_deco01.png) no-repeat center;
	background-size: contain;
	left: 0;
}
#top .sec_features .blc_ttl:after{
	background: url(../img/top/features_label_deco02.png) no-repeat center;
	background-size: contain;
	right: 0;
}
#top .sec_features .nml_blc{
	margin-top: 38vw;
	background-color: rgba(0, 0, 106, 0.85);
	border-radius: 5px;
	padding: 6vw;
}
#top .sec_features .nml_blc .deco01{
	width:32.9vw;
	left: -14.4vw;
	bottom: -4.2vw;
}
#top .sec_features .nml_blc .deco02{
	width:30vw;
	right: -13.2vw;
	bottom: -3.6vw;
}
#top .sec_features .nml_blc .reason_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4.8vw;
}
#top .sec_features .nml_blc .reason_list li{
	width: 23.6vw;
	margin-right: 3.6vw;
}
#top .sec_features .nml_blc .reason_list li:first-child{
	margin-left: 3.6vw;
	margin-bottom: 3.6vw;
}
#top .sec_features .nml_blc .reason_list li:last-child{
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	#top .sec_features{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	#top .sec_features .blc_ttl{
		width: 475px;
		margin: 0 auto;
		margin-bottom: 30px;
		font-size: 27px;
	}
	#top .sec_features .blc_ttl:before,
	#top .sec_features .blc_ttl:after{
		width: 18px;
		height: 31px;
	}
	#top .sec_features .blc_ttl:before{
		left: -3px;
	}
	#top .sec_features .blc_ttl:after{
		right: -3px;
	}
	#top .sec_features .nml_blc{
		margin-top: 240px;
		padding: 60px 30px;
	}
	#top .sec_features .nml_blc .deco01{
		width:258px;
		left: -45px;
		bottom: -40px;
	}
	#top .sec_features .nml_blc .deco02{
		width:251px;
		right: -50px;
		bottom: -40px;
	}
	#top .sec_features .nml_blc .reason_list{
		flex-wrap: nowrap;
		margin-bottom: 45px;
	}
	#top .sec_features .nml_blc .reason_list li{
		width: 112px;
		margin-right: 20px;
	}
	#top .sec_features .nml_blc .reason_list li:first-child{
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	#top .sec_features .blc_ttl{
		width: 578px;
		margin-bottom: 30px;
		font-size: 32px;
	}
	#top .sec_features .blc_ttl:before,
	#top .sec_features .blc_ttl:after{
		width: 20px;
		height: 39px;
	}
	#top .sec_features .nml_blc{
		margin-top: 300px;
		padding: 60px 120px;
	}
	#top .sec_features .nml_blc .deco01{
		width:348px;
		left: -45px;
		bottom: -60px;
	}
	#top .sec_features .nml_blc .deco02{
		width:311px;
		right: -50px;
		bottom: -60px;
	}
	#top .sec_features .nml_blc .reason_list{
		flex-wrap: nowrap;
		margin-bottom: 60px;
	}
	#top .sec_features .nml_blc .reason_list li{
		width: 148px;
		margin-right: 30px;
	}
	#top .sec_features .nml_blc .reason_list li:first-child{
		margin-left: 0;
		margin-bottom: 0;
	}
}


/* ごあいさつ
------------------------------------*/
#top .sec_message{
	padding-top: 12vw;
	padding-bottom: 12vw;
}
#top .sec_message .sec_inner{
	padding: 0 4.8vw;
}
#top .sec_message .nml_blc{
}
#top .sec_message .nml_blc .txt_box{
	margin-bottom: 6vw;
}
#top .sec_message .nml_blc .img_box{
	margin-bottom: 7.2vw;
}

@media screen and (min-width: 768px) {
	#top .sec_message{
		padding-top: 100px;
		padding-bottom: 130px;
	}
	#top .sec_message .sec_inner{
		padding: 0 20px;
	}
	#top .sec_message .nml_blc {
		display: flex;
		justify-content: space-between;
	}
	#top .sec_message .nml_blc .txt_box{
		width: 370px;
		margin-bottom: 0;
	}
	#top .sec_message .nml_blc .img_box{
		width: 275px;
		margin-bottom: 0;
	}
	#top .sec_message .nml_blc .cmn--btn02{
		position: absolute;
		bottom: -60px;
		left: 0;
	}
}

@media screen and (min-width: 1024px) {
	#top .sec_message{
		padding-bottom: 180px;
	}
	#top .sec_message .sec_inner{
		padding: 0 60px;
	}
	#top .sec_message .nml_blc .txt_box{
		width: 508px;
	}
	#top .sec_message .nml_blc .img_box{
		width: 422px;
	}
	#top .sec_message .nml_blc .cmn--btn02{
		bottom: -70px;
	}
}



/* ご注意ください
------------------------------------*/
#top .sec_attention{
	padding-top: 15.6vw;
	padding-bottom: 15.6vw;
	background: url(../img/top/attention_border.jpg) left top repeat-x,url(../img/top/attention_border.jpg) left bottom repeat-x;
	background-size: auto 3.5vw;
	background-color: #FFF755;
}
#top .sec_attention .cmn--sec_ttl .ttl_wrap{
	justify-content: center;
}
#top .sec_attention .cmn--sec_ttl img{
	width: 6.1vw;
}
#top .sec_attention .cmn--sec_ttl p{
	margin-left: 1.2vw;
	margin-right: 1.2vw;
}
#top .sec_attention .nml_blc{
	background-color: #FFF;
	border-radius: 3px;
	padding: 7.2vw 4.8vw 9.6vw;
}
#top .sec_attention .nml_blc .blc_ttl{
	font-size: 1.8rem;
	font-weight: 700;
	color: #FF6600;
	line-height: 1.6;
	margin-bottom: 9.6vw;
}
#top .sec_attention .nml_blc .blc_ttl:before,
#top .sec_attention .nml_blc .blc_ttl:after{
	content: "";
	width: 4.7vw;
	height: 10.6vw;
	position: absolute;
	bottom: 1.2vw;
}
#top .sec_attention .nml_blc .blc_ttl:before{
	background: url(../img/top/attention_deco01.png) no-repeat center;
	background-size: contain;
	left: -1.2vw;
}
#top .sec_attention .nml_blc .blc_ttl:after{
	background: url(../img/top/attention_deco02.png) no-repeat center;
	background-size: contain;
	right: -1.2vw;
}
#top .sec_attention .nml_blc .blc_ttl .small{
	font-size: 1.4rem;
}
#top .sec_attention .nml_blc .blc_ttl .wave{
	position: relative;
}
#top .sec_attention .nml_blc .blc_ttl .wave::before{
	content: "";
	width: 100%;
	height: 4px;
	background: url(../img/top/wave_orange.png) repeat-x center left;
	background-size: contain;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#top .sec_attention .nml_blc .attention_list{
	flex-wrap: wrap;
	padding: 0 10.8vw;
}
#top .sec_attention .nml_blc .attention_list li{
	margin-bottom: 7.2vw;
}
#top .sec_attention .nml_blc .attention_list li .img_box{
	/* width: 21.1vw; */
	width: auto;
	height: 19.5vw;
	margin-bottom: 1.8vw;
}
#top .sec_attention .nml_blc .attention_list li .img_box img{
	height: 100%;
	width: auto;
}
#top .sec_attention .nml_blc .attention_list li .label{
	font-size: 1.8rem;
	padding-left: 5vw;
	position: relative;
}
#top .sec_attention .nml_blc .attention_list li .label::before{
	content: "";
	width: 4.7vw;
	height: 4.3vw;
	background: url(../img/common/check_mark.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 1px;
}
#top .sec_attention .nml_blc .txt_box{
	line-height: 1.8;
	margin-bottom: 6vw;
}
#top .sec_attention .nml_blc .cmn--btn02.icon_window::before{
	transform: rotate(0deg);
	border: none;
}
#top .sec_attention .nml_blc .cmn--btn02.icon_window svg{
	width: 1.5vw;
	height: 1.3vw;
	position: absolute;
	top: 50%;
	right: 2.4vw;
	transform: translateY(-50%);
}
#top .sec_attention .nml_blc .cmn--btn02.icon_window svg path{
	fill: #FFF;
	transition: .3s;
}

@media screen and (min-width: 768px) {
	#top .sec_attention{
		padding-top: 130px;
		padding-bottom: 160px;
		background-size: auto 30px;
	}
	#top .sec_attention .cmn--sec_ttl img{
		width: 52px;
	}
	#top .sec_attention .cmn--sec_ttl p{
		margin-left: 15px;
		margin-right: 15px;
	}
	#top .sec_attention .nml_blc{
		padding: 40px 50px;
	}
	#top .sec_attention .nml_blc .blc_ttl{
		font-size: 30px;
		margin-bottom: 50px;
	}
	#top .sec_attention .nml_blc .blc_ttl:before,
	#top .sec_attention .nml_blc .blc_ttl:after{
		width: 37px;
		height: 80px;
		bottom: 5px;
	}
	#top .sec_attention .nml_blc .blc_ttl:before{
		left: 5px;
	}
	#top .sec_attention .nml_blc .blc_ttl:after{
		right: 5px;
	}
	#top .sec_attention .nml_blc .blc_ttl .small{
		font-size: 22px;
	}
	#top .sec_attention .nml_blc .blc_ttl .wave::before{
		bottom: -1px;
	}
	#top .sec_attention .nml_blc .attention_list{
		flex-wrap: nowrap;
		padding: 0 5px;
	}
	#top .sec_attention .nml_blc .cmn--btn02.icon_window svg{
		width: 8px;
		height: 8px;
		right: 10px;
	}
	#top .sec_attention .nml_blc .attention_list li{
		margin-bottom: 50px;
	}
	#top .sec_attention .nml_blc .attention_list li .img_box{
		height: 100px;
		margin-bottom: 15px;
	}
	#top .sec_attention .nml_blc .attention_list li .label{
		font-size: 24px;
		padding-left: 25px;
	}
	#top .sec_attention .nml_blc .attention_list li .label::before{
		width: 21px;
		height: 20px;
		top:3px;
	}
	#top .sec_attention .nml_blc .txt_box{
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 1024px) {
	#top .sec_attention .nml_blc{
		padding: 80px 65px;
	}
	#top .sec_attention .nml_blc .blc_ttl{
		font-size: 32px;
	}
	#top .sec_attention .nml_blc .blc_ttl:before,
	#top .sec_attention .nml_blc .blc_ttl:after{
		width: 19px;
		height: 38px;
		bottom: 10px;
	}
	#top .sec_attention .nml_blc .attention_list{
		padding: 0 130px;
	}
	#top .sec_attention .nml_blc .cmn--btn02.icon_window svg{
		width: 8px;
		height: 8px;
		right: 20px;
	}
	#top .sec_attention .nml_blc .cmn--btn02.icon_window:hover svg path{
		fill: #00006A;
	}
}

/* 組合の活動
------------------------------------*/
#top .sec_blog {
	padding-top: 12vw;
	padding-bottom: 12vw;
	background: url(../img/top/blog_bg.jpg) no-repeat top center;
	background-size: cover;
}
#top .sec_blog .swiper-container{
	margin-bottom: 7.2vw;
	padding: 0 18vw;
}
#top .sec_blog .blog_slider{
	width: 61.5vw;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	margin: 2px;
}
#top .sec_blog .img_box{
	width: 100%;
	height: 44vw;
	/* overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#top .sec_blog .txt_box{
	padding: 2.4vw 4.8vw 4.8vw;
	background-color: #FFF;
}
#top .sec_blog .txt_box .date{
	font-size: 1.3rem;
	margin-bottom: 2.4vw;
}
#top .sec_blog .txt_box .new{
	color: #FFF;
	font-size: 1rem;
	background-color: #FF6600;
	border-radius: 3px;
	padding: 2px 5px;
	margin-right: 1.2vw;
}
#top .sec_blog .txt_box .ttl{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 3.6vw;
}
#top .sec_blog .cmn--btn02.ir-gray{
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
	#top .sec_blog {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#top .sec_blog .swiper-container{
		width: 720px;
		margin: 0 auto;
		margin-bottom: 80px;
		padding: 0;
	}
	#top .sec_blog .swiper-wrapper{
		display: flex;
		justify-content: space-between;
	}
	#top .sec_blog .blog_slider{
		width: 225px;
	}
	#top .sec_blog .img_box{
		height: 160px;
	}
	#top .sec_blog .txt_box{
		padding: 15px 15px 10px;
	}
	#top .sec_blog .txt_box .date{
		font-size: 15px;
		margin-bottom: 5px;
	}
	#top .sec_blog .txt_box .new{
		font-size: 10px;
		margin-right: 10px;
	}
	#top .sec_blog .txt_box .ttl{
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
}
@media screen and (min-width: 1024px) {
	#top .sec_blog .swiper-container{
		width: 1100px;
	}
	#top .sec_blog .blog_slider{
		width: 340px;
	}
	#top .sec_blog .img_box{
		height: 225px;
	}
	#top .sec_blog .txt_box{
		padding: 30px 30px 20px;
	}
	#top .sec_blog .txt_box .ttl{
		line-height: 1.8;
	}
}


/*====================================
 about
====================================*/
/* 共通
------------------------------------*/
#about .sec_pagettl{
	background-image: url(../img/about/main_img.jpg);
}

/* sec_about
------------------------------------*/
@media screen and (min-width: 768px) {
	#about .sec_about .blc_inner{
		display: flex;
		justify-content: space-between;
	}
}/* END */

/* ごあいさつ
------------------------------------*/
#about .sec_about .blc_inner .txt_box .sign_img{
	/* width: 28.8vw; */
	width: 31vw;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 7.2vw;
}
@media screen and (min-width: 768px) {
	#about .sec_about .blc_inner .txt_box{
		width: 345px;
	}
	#about .sec_about .blc_inner .txt_box .sign_img{
		width: 145px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#about .sec_about .blc_inner .img_box{
		width: 270px;
	}
}/* END */
@media screen and (min-width: 1024px) {
	#about .sec_about .blc_inner .txt_box{
		width: 508px;
	}
	#about .sec_about .blc_inner .txt_box .sign_img{
		width: 195px;
		margin-top: 60px;
	}
	#about .sec_about .blc_inner .img_box{
		width: 422px;
	}
}/* END */

/* 組合の概要
------------------------------------*/
#about .sec_about table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#about .sec_about table tr th,
#about .sec_about table tr td{
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	font-size: 1.3rem;
}
#about .sec_about table tr:last-child th,
#about .sec_about table tr:last-child td{
	border-bottom: none;
}
#about .sec_about .about_tbl tr th{
	width: 18.4vw;
	padding: 3.6vw 0;
}
#about .sec_about .about_tbl tr td{
	line-height: 1.6;
	padding: 3.6vw;
	position: relative;
}
#about .sec_about .about_tbl tr td::before{
	content: "";
	width:1px;
	height: calc(100% - 6.6vw);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: rgba(153, 153, 153, 0.5) 1px dashed;
}
#about .sec_about .img_box{
	margin-top: 3.6vw;
}
#about .sec_about .img_box li{
	width: 25.8vw;
}
@media screen and (min-width: 768px) {
	#about .sec_about .about_tbl tr th{
		width: 150px;
		font-size: 18px;
		padding: 20px 5px;
	}
	#about .sec_about .about_tbl tr td{
		font-size: 15px;
		padding: 20px 25px;
	}
	#about .sec_about .about_tbl tr td::before{
		height: calc(100% - 45px);
	}
	#about .sec_about .img_box{
		margin-top: 0;
	}
	#about .sec_about .img_box li{
		width: 190px;
	}
}/* END */
@media screen and (min-width: 1024px) {
	#about .sec_about .about_tbl tr th{
		width: 177px;
		padding: 30px 20px;
	}
	#about .sec_about .about_tbl tr td{
		padding: 30px 25px;
	}
	#about .sec_about .about_tbl tr td::before{
		height: calc(100% - 55px);
	}
	#about .sec_about .img_box{
		margin-top: 0;
	}
	#about .sec_about .img_box li{
		width: 300px;
	}
}/* END */

/* 組合員企業一覧
------------------------------------*/
#about .sec_about .note_txt{
	font-size: 1.3rem;
	margin-bottom: 1.8vw;
}
#about .sec_about .company_tbl tr th:not(:last-child),
#about .sec_about .company_tbl tr td:not(:last-child){
	border-right: rgba(153, 153, 153, 0.5) 1px dashed;
}
#about .sec_about .company_tbl tr th{
	text-align: center;
	background-color: #EEF3FB;
	padding: 4.8vw 0;
}
#about .sec_about .company_tbl tr td{
	padding: 2.4vw 1.8vw;
	line-height: 1.6;
}
#about .sec_about .company_tbl tr td:nth-child(1){
	width: 35.2vw
}
#about .sec_about .company_tbl tr td:nth-child(2){
	width: 23.1vw;
}
#about .sec_about .company_tbl tr td:nth-child(3){
	width: 22.2vw;
	padding: 0 1.2vw;
}
@media screen and (min-width: 768px) {
	#about .sec_about .note_txt{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#about .sec_about .company_tbl tr th,
	#about .sec_about .company_tbl tr td{
		width: calc(100% / 3);
	}
	#about .sec_about .company_tbl tr th{
		font-size: 18px;
		padding: 20px;
	}
	#about .sec_about .company_tbl tr td{
		font-size: 15px;
		padding: 15px;
	}
	#about .sec_about .company_tbl tr td:nth-child(1){
		padding-left: 30px;
	}
	#about .sec_about .company_tbl tr td:nth-child(2){
		padding-left: 25px;
	}
	#about .sec_about .company_tbl tr td:nth-child(3){
		text-align: center;
	}
}
@media screen and (min-width: 1024px) {
	#about .sec_about .company_tbl tr th{
		padding: 30px;
	}
	#about .sec_about .company_tbl tr td:nth-child(1){
		padding-left: 90px;
	}
	#about .sec_about .company_tbl tr td:nth-child(2){
		padding-left: 70px;
	}
}

/* アクセス
------------------------------------*/
#about .sec_about .map_box{
	width: 100%;
	height: 72vw;
}
#about .sec_about a{
	display: block;
	margin-top: 3vw;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
	#about .sec_about .map_box{
		height: 350px;
	}
	#about .sec_about a{
		margin-top: 15px;
		font-size: 15px;
	}
}
@media screen and (min-width: 1024px) {
	#about .sec_about .map_box{
		height: 500px;
	}
}


/*====================================
 features
====================================*/
/* 共通
------------------------------------*/
#features .sec_pagettl{
	background-image: url(../img/features/main_img.jpg);
}

/* sec_features
------------------------------------*/ 
#features .sec_features .head_box{
	margin-bottom: 10.8vw;
}
#features .sec_features a{
	margin-top: 6.6vw;
}
#features .sec_features .img_box{
	margin-top: 7.2vw;
}
#features .sec_features .blc_ttl{
	font-weight: 700;
	display: flex;
	margin-bottom: 4.8vw;
	max-height: 13.8vw;
}
#features .sec_features .blc_ttl .num{
	width: 14.4vw;
	box-sizing: border-box;
	padding: 2.4vw .6vw 2.4vw 1.8vw;
	background-color: #00006A;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	display: flex;
	align-items: center;
}
#features .sec_features .blc_ttl .num::before{
	content: "";
	width: 2.8vw;
	height: 100%;
	background: url(../img/common/num_mark.png) no-repeat center right;
	background-size: 2.8vw 100%;
	position: absolute;
	top: 50%;
	right: -2.7vw;
	transform: translateY(-50%);
}
#features .sec_features .blc_ttl .ttl{
	width: 74%;
	background-color: #FFFF00;
	font-size: 1.4rem;
	font-weight: 700;
	color: #00006A;
	line-height: 1.3;
	padding: 1.2vw 3.6vw 1.2vw 4.8vw;
}
#features .sec_features .blc_ttl .ttl span{
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
	#features .sec_features .head_box{
		margin-bottom: 45px;
	}
	#features .sec_features .blc_inner{
		display: flex;
		justify-content: space-between;
	}
	#features .sec_features .nml_blc .txt_box{
		width: 345px;
	}
	#features .sec_features .nml_blc .img_box{
		width: 270px;
	}
	#features .sec_features .nml_blc:nth-child(odd) .txt_box{
		order: 2;
	}
	#features .sec_features .nml_blc:nth-child(odd) .img_box{
		order: 1;
	}
	#features .sec_features a{
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: 0;
	}
	#features .sec_features .img_box{
		margin-top: 0;
	}
	#features .sec_features .blc_ttl{
		margin-bottom: 35px;
		max-height: 60px;
	}
	#features .sec_features .blc_ttl .num{
		width: 85px;
		padding: 5px 5px 5px 20px;
		font-size: 20px;
	}
	#features .sec_features .blc_ttl .num::before{
		width: 25px;
		background-size: 25px 100%;
		right: -24px;
		padding: 5px 0;
	}
	#features .sec_features .blc_ttl .ttl{
		width: 85.5%;
		font-size: 20px;
		text-align: center;
	}
	#features .sec_features .blc_ttl .ttl span{
		font-size: 26px;
	}
	#features .sec_features .blc_ttl .ttl br{
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	#features .sec_features .head_box{
		margin-bottom: 55px;
	}
	#features .sec_features .nml_blc .txt_box{
		width: 508px;
	}
	#features .sec_features .nml_blc .img_box{
		width: 422px;
	}
	#features .sec_features a{
		margin-top: 60px;
	}
	#features .sec_features .blc_ttl .num{
		width: 120px;
		padding: 15px 15px 15px 30px;
		font-size: 24px;
	}
	#features .sec_features .blc_ttl .num::before{
		background-size: 25px 85%;
	}
	#features .sec_features .blc_ttl .ttl{
		width: 88%;
		font-size: 24px;
		padding: 8px 0 13px;
	}
	#features .sec_features .blc_ttl .ttl span{
		font-size: 32px;
	}
}


/*====================================
 サービスメニュー
====================================*/
/* 共通
------------------------------------*/
#service{
}
#service .service_ttl{
	text-align: center;
	margin-bottom: 6vw;
	font-weight: 700;
}
#service .service_ttl .sub_ttl{
	font-size: 1.15rem;
	border: 1px solid;
	border-radius: 2px;
	background-color: #FFF;
	padding: 1.2vw 2.4vw;
	margin-bottom: 2.4vw;
	display: inline-block;
	box-sizing: border-box;
}
#service .service_ttl .main_ttl{
	font-size: 2.1rem;
	line-height: 1.3;
}
#service .mini_label{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	color: #00006A;
	margin-bottom: 3.6vw;
}

@media screen and (min-width: 768px) {
	#service .service_ttl{
		margin-bottom: 40px;
	}
	#service .service_ttl .sub_ttl{
		font-size: 16px;
		border: 2px solid;
		padding: 7px 15px;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	#service .service_ttl .main_ttl{
		font-size: 30px;
	}
	#service .mini_label{
		font-size: 18.5px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1024px) {
	#service .service_ttl{
		margin-bottom: 50px;
	}
	#service .service_ttl .sub_ttl{
		font-size: 20px;
		padding: 10px 20px;
		margin-bottom: 25px;
	}
	#service .service_ttl .main_ttl{
		font-size: 38px;
	}
	#service .mini_label{
		font-size: 22px;
		margin-bottom: 30px;
	}
}

/* コンテンツ
------------------------------------*/
#service .nml_blc .blc_inner .txt_box{
	margin-bottom: 3.6vw;
}
#service .nml_blc .blc_inner .txt_box a{
	margin-top: 6vw;
	margin-bottom: 6vw;
}

#service .nml_blc .check_box{
	background-color: #FDF3ED;
	margin-top: 8.4vw;
	padding: 6vw 6vw 3.6vw;
}
#service .nml_blc .check_box .mini_label{
	padding-bottom: 1.8vw;
	border-bottom: #00006A 1px dotted;
	letter-spacing: -.05em;
}
#service .nml_blc .check_box .mini_label span{
	font-size: 2rem;
	color: #FF6600;
}
#service .nml_blc .check_box li{
	font-size: 1.3rem;
	margin-top: 1.8vw;
}

#service .nml_blc .point_box:not(:last-child){
	padding-bottom: 6vw;
	margin-bottom: 6vw;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#service .nml_blc .point_box .label .point_img{
	width: 24.5vw;
}
#service .nml_blc .point_box .label span{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #00006A;
	transform: translate( 8vw, -3.5vw);
}

#service .mtkm_wrap {
	background-color: #FFF755;
	padding: 10vw 0 7.2vw;
	margin-top: 12vw;
}
#service .mtkm_wrap .nml_blc{
	padding: 0 4.8vw;
	box-sizing: border-box;
}
#service .mtkm_wrap .nml_blc .blc_ttl {
	color: #00006A;
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 4.8vw;
	line-height: 1.5;
}
#service .mtkm_wrap .nml_blc .blc_ttl .deco{
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	line-height: 1;
}
#service .mtkm_wrap .nml_blc .blc_ttl .deco::before,
#service .mtkm_wrap .nml_blc .blc_ttl .deco::after{
	content: "";
	width: 2.4vw;
	height: 4.7vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#service .mtkm_wrap .nml_blc .blc_ttl .deco::before{
	left: -3.6vw;
	background: url(../img/fuyouhin/deco01.png) no-repeat center;
	background-size: contain;
}
#service .mtkm_wrap .nml_blc .blc_ttl .deco::after{
	right: -3.6vw;
	background: url(../img/fuyouhin/deco02.png) no-repeat center;
	background-size: contain;
}
#service .mtkm_wrap .nml_blc .blc_ttl .deco .orange{
	font-size: 2rem;
	color: #FF6600;
}
#service .mtkm_wrap .nml_blc .blc_ttl .wave{
	position: relative;
}
#service .mtkm_wrap .nml_blc .blc_ttl .wave::before{
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/fuyouhin/wave-blue.png) repeat-x center left;
	background-size: contain;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#service .mtkm_wrap .nml_blc .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#service .mtkm_wrap .nml_blc .btn_wrap a{
	width: 39vw !important;
	background-color: #FFF;
}

@media screen and (min-width: 768px) {
	#service .nml_blc .blc_inner{
		display: flex;
		justify-content: space-between;
	}
	#service .nml_blc .blc_inner .txt_box{
		width: 345px;
		margin-bottom: 0;
	}
	#service .nml_blc .blc_inner .txt_box a{
		margin-top: 30px;
		margin-left: 0;
		margin-bottom: 0;
	}
	#service .nml_blc .blc_inner .img_box{
		width: 270px;
	}

	#service .nml_blc .check_box{
		margin-top: 30px;
		padding: 30px 40px;
	}
	#service .nml_blc .check_box .mini_label{
		padding-bottom: 10px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	#service .nml_blc .check_box .mini_label span{
		font-size: 30px;
	}
	#service .nml_blc .check_box ul{
		margin-left: 20px;
	}
	#service .nml_blc .check_box li{
		min-width: 50%;
		font-size: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
		margin-top: 0;
	}

	#service .nml_blc .point_box:not(:last-child){
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
		padding-right: 18px;
		margin-right: 15px;
		border-right: 1px solid #CCCCCC;
	}
	#service .nml_blc .point_box .label .point_img{
		width: 115px;
	}
	#service .nml_blc .point_box .label span{
		font-size: 20px;
		transform: translate(40px,-18px);
		line-height: 1.2;
	}

	#service .mtkm_wrap {
		padding: 60px 0 80px;
		margin-top: 70px;
	}
	#service .mtkm_wrap .nml_blc{
		padding: 0 30px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl {
		font-size: 30px;
		margin-bottom: 40px;
		line-height: 1;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco{
		font-size: 24px;
		margin-bottom: 15px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco::before,
	#service .mtkm_wrap .nml_blc .blc_ttl .deco::after{
		width: 21px;
		height: 39px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco::before{
		left: -30px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco::after{
		right: -30px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco .orange{
		font-size: 32px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .wave::before{
		height: 5px;
		bottom: -3px;
	}
	#service .mtkm_wrap .nml_blc .btn_wrap {
		justify-content: space-between !important;
	}
	#service .mtkm_wrap .nml_blc .btn_wrap a{
		width: 165px !important;
	}
}
@media screen and (min-width: 1024px) {
	#service .nml_blc .blc_inner .txt_box{
		width: 508px;
	}
	#service .nml_blc .blc_inner .txt_box a{
		margin-top: 40px;
	}
	#service .nml_blc .blc_inner .img_box{
		width: 422px;
	}

	#service .nml_blc .check_box{
		margin-top: 60px;
	}
	#service .nml_blc .check_box .mini_label{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#service .nml_blc .check_box ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#service .nml_blc .point_box{
		width: 100%;
		box-sizing: border-box;
	}
	#service .nml_blc .point_box:not(:last-child){
		padding-right: 25px;
		margin-right: 25px;
	}
	#service .nml_blc .point_box .label .point_img{
		width: 128px;
	}
	#service .nml_blc .point_box .label span{
		font-size: 22px;
		transform: translate(43px,-20px);
	}

	#service .mtkm_wrap {
		padding: 80px 0 120px;
		margin-top: 100px;
	}
	#service .mtkm_wrap .nml_blc{
		padding: 0 60px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl {
		font-size: 38px;
		margin-bottom: 40px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco{
		font-size: 28px;
		margin-bottom: 15px;
	}
	#service .mtkm_wrap .nml_blc .blc_ttl .deco .orange{
		font-size: 36px;
	}
	#service .mtkm_wrap .nml_blc .btn_wrap a{
		width: 240px !important; 
	}
}


/*====================================
 サービスメニュー fuyouhin
====================================*/
/* 共通
------------------------------------*/
#service.fuyouhin .sec_pagettl{
	background-image: url(../img/fuyouhin/main_img.jpg);
}
#service.fuyouhin .service_ttl{
	color: #E43062;
}
#service.fuyouhin .service_ttl .sub_ttl{
	border-color: #E43062;
}

/* 不用品
------------------------------------*/
#service.fuyouhin .nml_blc .check_box li{
	min-width: 45%;
}

#service.fuyouhin .nml_blc .attention_box{
	background-color: #999;
	border-radius: 3px;
	padding: 4.8vw;
	margin-top: 6vw;
}
#service.fuyouhin .nml_blc .attention_box .box_inner{
	background-color: #FFF;
	border-radius: 3px;
	padding: 7.6vw 4.8vw 12vw;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl{
	font-size: 1.8rem;
	font-weight: 700;
	color: #FF6600;
	line-height: 1.6;
	margin-bottom: 9.6vw;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl:before,
#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
	content: "";
	width: 7.1vw;
	height: 15.4vw;
	position: absolute;
	bottom: 1.2vw;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl:before{
	background: url(../img/top/attention_deco01.png) no-repeat center;
	background-size: contain;
	left: -1.2vw;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
	background: url(../img/top/attention_deco02.png) no-repeat center;
	background-size: contain;
	right: -1.2vw;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl .small{
	font-size: 1.4rem;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl .wave{
	position: relative;
}
#service.fuyouhin .nml_blc .attention_box .blc_ttl .wave::before{
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/top/wave_orange.png) repeat-x center left;
	background-size: contain;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#service.fuyouhin .nml_blc .attention_box .attention_list{
	flex-wrap: wrap;
	padding: 0 1.8vw;
}
#service.fuyouhin .nml_blc .attention_box .attention_list li{
	margin-bottom: 7.2vw;
}
#service.fuyouhin .nml_blc .attention_box .attention_list li .img_box{
	width: auto;
	height: 19.5vw;
	margin-bottom: 1.8vw;
}
#service.fuyouhin .nml_blc .attention_box .attention_list li .img_box img{
	height: 100%;
	width: auto;
}
#service.fuyouhin .nml_blc .attention_box .attention_list li .label{
	font-size: 1.8rem;
	padding-left: 5.5vw;
	position: relative;
}
#service.fuyouhin .nml_blc .attention_box .attention_list li .label::before{
	content: "";
	width: 4.7vw;
	height: 4.3vw;
	background: url(../img/common/check_mark.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 1px;
}
#service.fuyouhin .nml_blc .attention_box .txt_box{
	line-height: 1.8;
	margin-bottom: 6vw;
}
#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window::before{
	transform: rotate(0deg);
	border: none;
}
#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window svg{
	width: 1.5vw;
	height: 1.3vw;
	position: absolute;
	top: 50%;
	right: 2.4vw;
	transform: translateY(-50%);
}
#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window svg path{
	fill: #FFF;
	transition: .3s;
}
#service.fuyouhin .nml_blc .btn_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#service.fuyouhin .nml_blc .btn_wrap a{
	width: 39vw;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	#service.fuyouhin .nml_blc .attention_box{
		padding: 40px;
		margin-top: 50px;
	}
	#service.fuyouhin .nml_blc .attention_box .box_inner{
		padding: 60px 40px;
	}
	#service.fuyouhin .nml_blc .attention_box .cmn--sec_ttl img{
		width: 52px;
	}
	#service.fuyouhin .nml_blc .attention_box .cmn--sec_ttl p{
		margin-left: 15px;
		margin-right: 15px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl{
		font-size: 30px;
		margin-bottom: 50px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:before,
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
		width: 60px;
		height: 130px;
		bottom: 5px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:before{
		left: 10px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
		right: 10px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl .small{
		font-size: 22px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl .wave::before{
		height: 5px;
		bottom: -1px;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list{
		flex-wrap: nowrap;
		padding: 0 5px;
	}
	#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window svg{
		width: 8px;
		height: 8px;
		right: 10px;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list li{
		margin-bottom: 50px;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list li .img_box{
		height: 100px;
		margin-bottom: 15px;
		text-align: center;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list li .label{
		font-size: 24px;
		padding-left: 25px;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list li .label::before{
		width: 21px;
		height: 20px;
		top:3px;
	}
	#service.fuyouhin .nml_blc .attention_box .txt_box{
		margin-bottom: 40px;
	}
	#service.fuyouhin .nml_blc .btn_wrap{
		justify-content: flex-start;
	}
}
@media screen and (min-width: 1024px) {
	#service.fuyouhin .nml_blc .attention_box .blc_ttl{
		font-size: 32px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:before,
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
		width: 40px;
		height: 89px;
		bottom: 10px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:before{
		left: 70px;
	}
	#service.fuyouhin .nml_blc .attention_box .blc_ttl:after{
		right: 70px;
	}
	#service.fuyouhin .nml_blc .attention_box .attention_list{
		padding: 0 65px;
	}
	#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window svg{
		right: 20px;
	}
	#service.fuyouhin .nml_blc .attention_box .cmn--btn02.icon_window:hover svg path{
		fill: #00006A;
	}
	#service.fuyouhin .nml_blc .attention_box .txt_box{
		margin-bottom: 70px;
	}
}


/*====================================
 サービスメニュー other
====================================*/
/* 共通
------------------------------------*/
#service.other .sec_pagettl{
	background-image: url(../img/other/main_img.jpg);
}
#service.other .service_ttl{
	color: #FF6600;
}
#service.other .service_ttl .sub_ttl{
	border-color: #FF6600;
}

/* 共通
------------------------------------*/
@media screen and (min-width: 768px) {
	#service.other .nml_blc .btn_wrap{
		display: flex;
		align-items: center;
	}
	#service.other .nml_blc .btn_wrap a{
		margin-right: 20px;
	}
}


/*====================================
 サービスメニュー ippan
====================================*/
/* 共通
------------------------------------*/
#service.ippan .sec_pagettl{
	background-image: url(../img/ippan/main_img.jpg);
}
#service.ippan .service_ttl{
	color: #00A88E;
}
#service.ippan .service_ttl .sub_ttl{
	border-color: #00A88E;
}

/* 一般
------------------------------------*/
#service.ippan .car_list {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
#service.ippan .car_list li{
	width: 37.9vw;
}
#service.ippan .car_list li:nth-child(1),
#service.ippan .car_list li:nth-child(2){
	margin-bottom: 6vw;
}
#service.ippan .car_list li .name{
	margin-top: 1.8vw;
	font-size: 1.3rem;
	font-weight: 700;
	color: #00006A;
}

#service.ippan .area_list li{
	padding: 6vw;
	background-color: #EEF3FB;
}
#service.ippan .area_list li:first-child{
	margin-bottom: 7.2vw;
}
#service.ippan .area_list li .area_name{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
	#service.ippan .car_list li{
		width: 145px;
	}
	#service.ippan .car_list li:nth-child(1),
	#service.ippan .car_list li:nth-child(2){
		margin-bottom: 0;
	}
	#service.ippan .car_list li .name{
		margin-top: 10px;
		font-size: 14px;
	}

	#service.ippan .area_list li{
		width: 300px;
		padding: 20px 25px 25px;
		box-sizing: border-box;
	}
	#service.ippan .area_list li:first-child{
		margin-bottom: 0;
	}
	#service.ippan .area_list li .area_name{
		font-size: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1024px) {
	#service.ippan .car_list li{
		width: 215px;
	}
	#service.ippan .car_list li .name{
		margin-top: 15px;
		font-size: 18px;
	}
	
	#service.ippan .area_list li{
		width: 470px;
		padding: 30px 40px 40px;
	}
	#service.ippan .area_list li .area_name{
		font-size: 24px;
		margin-bottom: 30px;
	}
}

/* 組合員企業一覧
------------------------------------*/
#service.ippan .head_box{
	margin-bottom: 6vw;
}
#service.ippan .nml_blc .note_txt{
	font-size: 1.3rem;
	margin-bottom: 1.8vw;
	line-height: 1.3;
}
#service.ippan .nml_blc .company_tbl tr th,
#service.ippan .nml_blc .company_tbl tr td{
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	font-size: 1.3rem;
}
#service.ippan .nml_blc .company_tbl tr:last-child th,
#service.ippan .nml_blc .company_tbl tr:last-child td{
	border-bottom: none;
}
#service.ippan .nml_blc .company_tbl tr th:not(:last-child),
#service.ippan .nml_blc .company_tbl tr td:not(:last-child){
	border-right: rgba(153, 153, 153, 0.5) 1px dashed;
}
#service.ippan .nml_blc .company_tbl tr th{
	text-align: center;
	background-color: #EEF3FB;
	padding: 4.8vw 0;
}
#service.ippan .nml_blc .company_tbl tr td{
	padding: 2.4vw 1.8vw;
	line-height: 1.6;
}
#service.ippan .nml_blc .company_tbl tr td:nth-child(1){
	width: 35.2vw
}
#service.ippan .nml_blc .company_tbl tr td:nth-child(2){
	width: 23.1vw;
}
#service.ippan .nml_blc .company_tbl tr td:nth-child(3){
	width: 22.2vw;
	padding: 0 1.2vw;
}
@media screen and (min-width: 768px) {
	#service.ippan .head_box{
		margin-bottom: 50px;
	}
	#service.ippan .nml_blc .note_txt{
		font-size: 15px;
		margin-bottom: 10px;
	}
	#service.ippan .nml_blc .company_tbl tr th,
	#service.ippan .nml_blc .company_tbl tr td{
		width: calc(100% / 3);
	}
	#service.ippan .nml_blc .company_tbl tr th{
		font-size: 18px;
		padding: 20px;
	}
	#service.ippan .nml_blc .company_tbl tr td{
		font-size: 15px;
		padding: 25px 15px;
	}
	#service.ippan .nml_blc .company_tbl tr td:nth-child(1){
		padding-left: 30px;
	}
	#service.ippan .nml_blc .company_tbl tr td:nth-child(2){
		padding-left: 25px;
	}
	#service.ippan .nml_blc .company_tbl tr td:nth-child(3){
		text-align: center;
	}
}
@media screen and (min-width: 1024px) {
	#service.ippan .nml_blc .company_tbl tr th{
		padding: 30px;
	}
	#service.ippan .nml_blc .company_tbl tr td:nth-child(1){
		padding-left: 90px;
	}
	#service.ippan .nml_blc .company_tbl tr td:nth-child(2){
		padding-left: 70px;
	}
}


/*====================================
 サービスメニュー gyousei
====================================*/
/* 共通
------------------------------------*/
#service.gyousei .sec_pagettl{
	background-image: url(../img/gyousei/main_img.jpg);
}
#service.gyousei .service_ttl{
	color: #288FEC;
}
#service.gyousei .service_ttl .sub_ttl{
	border-color: #288FEC;
}

/* 行政
------------------------------------*/
#service.gyousei .head_box{
	margin-bottom: 6vw;
}
#service.gyousei .nml_blc01 .cmn--blc_ttl{
	background-color: #FF9900;
}
#service.gyousei .nml_blc02 .cmn--blc_ttl{
	background-color: #66CC99;
}
#service.gyousei .nml_blc03 .cmn--blc_ttl{
	background-color: #36B6D1;
}
#service.gyousei .waste_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service.gyousei .waste_list li{
	width: 37.9vw;
	margin-bottom: 6vw;
}
#service.gyousei .waste_list li:nth-last-child(1),
#service.gyousei .waste_list li:nth-last-child(2){
	margin-bottom: 0;
}
#service.gyousei .waste_list li .name{
	margin-top: 1.8vw;
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	#service.gyousei .head_box{
		margin-bottom: 30px;
	}
	#service.gyousei .waste_list {
		justify-content: flex-start;
	}
	#service.gyousei .waste_list li{
		width: 193px;
		margin-right: 25px;
		margin-bottom: 30px;
	}
	#service.gyousei .waste_list li:nth-last-child(3){
		margin-bottom: 0;
	}
	#service.gyousei .waste_list li:nth-child(3n+3){
		margin-right: 0;
	}
	#service.gyousei .waste_list li .name{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px) {
	#service.gyousei .head_box{
		margin-bottom: 50px;
	}
	#service.gyousei .waste_list li{
		width: 300px;
		margin-bottom: 55px;
	}
	#service.gyousei .waste_list li .name{
		margin-top: 15px;
		font-size: 18px;
	}
}


/*====================================
 組合の活動 一覧
====================================*/
/* 共通
------------------------------------*/
#blog .sec_pagettl{
	background-image: url(../img/blog/main_img.jpg);
}

/* 一覧
------------------------------------*/
#blog .sec_archive .head_box{
	margin-bottom: 6vw;
}
#blog .sec_archive .archive_list{
	justify-content: space-between;
}
#blog .sec_archive .archive_list li{
	width: 37.9vw;
	margin-bottom: 11vw;
}
#blog .sec_archive .archive_list li .img_box{
	width: 100%;
	height: 25vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2.4vw;
}
#blog .sec_archive .archive_list li .img_box.dummy_img{
	border: 1px solid #E9E9E9;
}
#blog .sec_archive .archive_list li .txt_box{
	height: 55%;
	font-size: 1.3rem;
	position: relative;
}
#blog .sec_archive .archive_list li .txt_box .date{
	min-height: 4.5vw;
	margin-bottom: 1.8vw;
}
#blog .sec_archive .archive_list li .txt_box .date .new{
	display: block;
	background-color: #FF6600;
	border-radius: 3px;
	color: #FFF;
	padding: 3px 5px;
	margin-right: 1.2vw;
}
#blog .sec_archive .archive_list li .txt_box .ttl{
	font-weight: 700;
	line-height: 1.8;
}
#blog .sec_archive .archive_list li .btn_wrap{
	bottom: 0;
	right: 0;
}

@media screen and (min-width: 768px) {
	#blog .sec_archive .head_box{
		margin-bottom: 50px;
	}
	#blog .sec_archive .archive_list li{
		width: 300px;
		margin-bottom: 60px;
	}
	#blog .sec_archive .archive_list li .img_box{
		height: 200px;
		margin-bottom: 20px;
	}
	#blog .sec_archive .archive_list li .txt_box{
		height: 120px;
		font-size: 16px;
	}
	#blog .sec_archive .archive_list li .txt_box .date{
		min-height: 15px;
		margin-bottom: 10px;
	}
	#blog .sec_archive .archive_list li .txt_box .date .new{
		font-size: 12px;
		margin-right: 10px;
	}
}
@media screen and (min-width: 1024px) {
	#blog .sec_archive .archive_list{
		justify-content: flex-start;
	}
	#blog .sec_archive .archive_list li{
		margin-right: 40px;
		margin-bottom: 100px;
		transition: .3s;
	}
	#blog .sec_archive .archive_list li:hover{
		opacity: .7;
	}
	#blog .sec_archive .archive_list li:nth-child(3n+3){
		margin-right: 0;
	}
	#blog .sec_archive .archive_list li .txt_box{
		font-size: 15px;
	}
	#blog .sec_archive .archive_list li .txt_box .date{
		min-height: 20px;
	}
	#blog .sec_archive .archive_list li .txt_box .date .new{
		font-size: 10px;
	}
}


/*====================================
 組合の活動 詳細
====================================*/
#blog .sec_single .head_box{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6vw;
	margin-bottom: 6vw;
	font-size: 1.3rem;
}
#blog .sec_single .head_box .date{
	margin-bottom: 1.2vw;
}
#blog .sec_single .head_box .date .new{
	display: block;
	background-color: #FF6600;
	border-radius: 3px;
	font-size: .8rem;
	color: #FFF;
	padding: 3px 5px;
	margin-right: 1.2vw;
}
#blog .sec_single .head_box .ttl{
	font-weight: 700;
	line-height: 1.8;
}
#blog .sec_single .single_box{
	font-size: 1.3rem;
	line-height: 1.8;
}
#blog .sec_single .single_box p{
	margin: 3.6vw 0;
}
#blog .sec_single .single_box img{
	width: 56vw;
	display: block;
	margin: 0 auto;
}
#blog .sec_single .to_archive{
	background-color: #666666;
	margin-top: 10vw;
}

@media screen and (min-width: 768px) {
	#blog .sec_single .head_box{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#blog .sec_single .head_box .date{
		margin-bottom: 10px;
		font-size: 15px;
	}
	#blog .sec_single .head_box .date .new{
		margin-right: 10px;
		font-size: 10px;
	}
	#blog .sec_single .head_box .ttl{
		font-size: 20px;
	}
	#blog .sec_single .single_box{
		font-size: 15px;
	}
	#blog .sec_single .single_box p{
		margin: 30px 0;
	}
	#blog .sec_single .single_box img{
		width: auto;
		display: inline;
	}
	#blog .sec_single .to_archive{
		border: 1px solid #666;
		margin-top: 100px;
	}
}
@media screen and (min-width: 1024px) {
	#blog .sec_single .head_box{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#blog .sec_single .head_box .date{
		margin-bottom: 15px;
	}
	#blog .sec_single .head_box .ttl{
		font-size: 22px;
	}
	#blog .sec_single .single_box p{
		margin: 15px 0;
	}
	#blog .sec_single .to_archive:hover{
		color: #666;
	}
	#blog .sec_single .to_archive:hover::before{
		border-color: #666;
	}
}


/* pagenavi
--------------------------------------*/
.wp-pagenavi{
	margin-top: 3.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .last::after,
.wp-pagenavi .first,
.wp-pagenavi .first::before {
	width: 2.4vw;
	height: 2.4vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	z-index: 100;
	pointer-events: all;
	display: block;
	border-radius: 1px;
}
.wp-pagenavi .last::after,
.wp-pagenavi .first::before{
	content: "";
	transform: rotate(0) translate(3.5px,-4px);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first{
	margin-right: 2.4vw;
	transform: rotate(-135deg);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last{
	margin-left: 2.4vw;
	transform: rotate(45deg);
}
.wp-pagenavi .page,
.wp-pagenavi span{
	width: 8.6vw;
	height: 9.6vw;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #00006A;
	background-color: #FFF;
	margin: 0 1.2vw;
	color: #00006A;
	font-size: 1.3rem;
	text-align: center;
	padding-top: 3vw;
}
.wp-pagenavi .current{
	color: #FFF;
	background-color: #00006A;
}

@media screen and (min-width: 768px) {
	.wp-pagenavi{
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .last,
	.wp-pagenavi .last::after,
	.wp-pagenavi .first,
	.wp-pagenavi .first::before {
		width: 10px;
		height: 10px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .first{
		margin-right: 20px;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .last{
		margin-left: 20px;
	}
	.wp-pagenavi .page,
	.wp-pagenavi span{
		width: 30px;
		height: 30px;
		border-radius: 5px;
		margin: 0 10px;
		font-size: 15px;
		padding-top: 7px;
	}
	.wp-pagenavi .page:hover,
	.wp-pagenavi span:hover{
		color: #FFF;
		background-color: #00006A;
	}
}
@media screen and (min-width: 1024px) {
}


/*====================================
 お問い合わせ
====================================*/
/* 共通
------------------------------------*/
#contact .sec_pagettl{
	background-image: url(../img/contact/main_img.jpg);
}

#contact .sec_contact .head_box{
	margin-bottom: 7.2vw;
}
#contact .sec_contact .head_box .head_txt{
	margin-bottom: 6vw;
}
#contact .sec_contact .head_box .contact_item li{
	width: 100%;
	padding: 4.8vw 2.4vw;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#contact .sec_contact .head_box .contact_item li:first-child{
	margin-bottom: 4.8vw;
}
#contact .sec_contact .head_box .contact_item li .label{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.4vw;
	line-height: 1;
}
#contact .sec_contact .head_box .contact_item li .label .icon{
	width: 5.9vw;
	margin-right: 5px;
}
#contact .sec_contact .head_box .contact_item li .label span{
	font-size: 2rem;
	font-weight: 700;
	color: #00006A;
}
#contact .sec_contact .head_box .contact_item li:last-child .label span{
	color: #FF8727;
}
#contact .sec_contact .head_box .contact_item .tel_box{
	display: flex;
	align-items: center;
	margin-bottom: 1vw;
}
#contact .sec_contact .head_box .contact_item .tel_box .tel_num{
	font-size: 2rem;
	font-weight: 700;
	color: #333;
}
#contact .sec_contact .head_box .contact_item .tel_box .txt{
	padding-left: 1.2vw;
	font-size: 1rem;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
	#contact .sec_contact .head_box{
		margin-bottom: 50px;
	}
	#contact .sec_contact .head_box .head_txt{
		margin-bottom: 30px;
	}
	#contact .sec_contact .head_box .contact_item{
		display: flex;
		justify-content: space-between;
	}
	#contact .sec_contact .head_box .contact_item li{
		width: 250px;
		padding: 15px 10px;
	}
	#contact .sec_contact .head_box .contact_item li:first-child{
		width: 360px;
		margin-bottom: 0;
	}
	#contact .sec_contact .head_box .contact_item li .label{
		margin-bottom: 10px;
	}
	#contact .sec_contact .head_box .contact_item li .label .icon{
		width: 25px;
	}
	#contact .sec_contact .head_box .contact_item li .label span{
		font-size: 22px;
	}
	#contact .sec_contact .head_box .contact_item .tel_box{
		margin-bottom: 2px;
	}
	#contact .sec_contact .head_box .contact_item .tel_box .tel_num{
		font-size: 30px;
	}
	#contact .sec_contact .head_box .contact_item .tel_box .txt{
		padding-left: 10px;
		font-size: 15px;
	}
}
@media screen and (min-width: 1024px) {
	#contact .sec_contact .head_box{
		margin-bottom: 60px;
	}
	#contact .sec_contact .head_box .head_txt{
		margin-bottom: 40px;
	}
	#contact .sec_contact .head_box .contact_item li{
		width: 398px;
		padding: 35px 30px;
	}
	#contact .sec_contact .head_box .contact_item li:first-child{
		width: 553px;
	}
	#contact .sec_contact .head_box .contact_item li .label{
		margin-bottom: 10px;
	}
	#contact .sec_contact .head_box .contact_item li .label .icon{
		width: 33px;
	}
	#contact .sec_contact .head_box .contact_item li .label span{
		font-size: 28px;
	}
}

/* フォーム
------------------------------------*/
#contact .cmn_form{
}
#contact .cmn_form th{
	background-color: #00006A;
	color: #FFF;
}
#contact .cmn_form th .required{
	background-color: #FFF;
	color: #000;
}
#contact .cmn_form .radio-btn::after{
	background-color: #666666;
}


/*====================================
 privacy
====================================*/
/* 共通
------------------------------------*/
#privacy .sec_pagettl{
	background-image: url(../img/privacy/main_img.jpg);
}

/* 共通
------------------------------------*/
#privacy .sec_privacy .nml_blc{
	background-color: #FFF;
	border-radius: 5px;
}
#privacy .sec_privacy .nml_blc .head_box{
	padding-bottom: 4.8vw;
	font-size: 1.2rem;
	line-height: 1.8;
	border-bottom: 1px solid #CCC;
}
#privacy .sec_privacy .nml_blc ul li{
	margin-top: 6vw;
}
#privacy .sec_privacy .nml_blc ul li .ttl{
	margin-bottom: 1.8vw;
	font-size: 1.4rem;
	font-weight: 700;
	color: #00006A;
	line-height: 1.2;
}
#privacy .sec_privacy .nml_blc ul li .txt{
	font-size: 1.2rem;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	#privacy .sec_privacy .nml_blc .head_box{
		padding-bottom: 50px;
		font-size: 15px;
	}
	#privacy .sec_privacy .nml_blc ul li{
		margin-top: 55px;
	}
	#privacy .sec_privacy .nml_blc ul li .ttl{
		margin-bottom: 15px;
		font-size: 18px;
	}
	#privacy .sec_privacy .nml_blc ul li .txt{
		font-size: 15px;
	}
}


/*====================================
 sitemap
====================================*/
/* 共通
------------------------------------*/
#sitemap .sec_pagettl{
	background-image: url(../img/sitemap/main_img.jpg);
}

/* 共通
------------------------------------*/
#sitemap .sec_sitemap .blc_inner{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5.2vw;
}
#sitemap .sec_sitemap ul{
	padding: 4.2vw;
}
#sitemap .sec_sitemap ul:not(:last-child){
	border-bottom: 1px dotted #CCC;
}
#sitemap .sec_sitemap ul li{
	font-size: 1.2rem;
}
#sitemap .sec_sitemap ul li:not(:last-child){
	margin-bottom: 3.6vw;
}

@media screen and (min-width: 768px) {
	#sitemap .sec_sitemap .blc_inner{
		padding: 50px 15px;
		display: flex;
	}
	#sitemap .sec_sitemap ul{
		padding: 0 18px;
	}
	#sitemap .sec_sitemap ul:not(:last-child){
		border-bottom: none;
		border-right: 1px dotted #CCC;
	}
	#sitemap .sec_sitemap ul li{
		font-size: 13px;
	}
	#sitemap .sec_sitemap ul li:not(:last-child){
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1024px) {
	#sitemap .sec_sitemap .blc_inner{
		padding: 60px 35px;
	}
	#sitemap .sec_sitemap ul{
		padding: 0 45px;
	}
	#sitemap .sec_sitemap ul li{
		font-size: 15px;
	}
	#sitemap .sec_sitemap ul li:not(:last-child){
		margin-bottom: 30px;
	}
	#sitemap .sec_sitemap ul li a:hover{
		text-decoration: underline;
	}
}