@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css"); 

.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{outline: none;}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{
	outline: none;
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden{display: none;}


/*==================================================================
	Layout
===================================================================*/
.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 769px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.justify-content-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.align-items-sm-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-sm-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-sm-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media (min-width: 769px) {
	.flex-md-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-md-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.justify-content-md-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-md-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-md-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.align-items-md-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-md-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-md-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.align-items-lg-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-lg-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-lg-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}


.d-none {
	display: none!important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

@media (min-width: 769px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

.mt0, 
.mv0, 
.ma0 { 
	margin-top: 0 !important;
}

.mr0, 
.mh0, 
.ma0 { 
	margin-right: 0 !important; 
}

.mb0, 
.mv0, 
.ma0 { 
	margin-bottom: 0 !important; 
}

.ml0, 
.mh0, 
.ma0 { 
	margin-left:   0 !important; 
}

.pt0, 
.pv0, 
.pa0 { 
	padding-top: 0 !important; 
}

.pr0, 
.ph0, 
.pa0 { 
	padding-right: 0 !important; 
}

.pb0, 
.pv0, 
.pa0 { 
	padding-bottom:0 !important; 
}

.pl0, 
.ph0, 
.pa0 { 
	padding-left: 0 !important; 
}

.mt5, 
.mv5, 
.ma5 { 
	margin-top: 5px !important; 
}

.mr5, 
.mh5, 
.ma5 { 
	margin-right: 5px !important; 
}

.mb5, 
.mv5, 
.ma5 { 
	margin-bottom: 5px !important; 
}

.ml5, 
.mh5, 
.ma5 { 
	margin-left: 5px !important; 
}

.pt5, 
.pv5, 
.pa5 { 
	padding-top: 5px !important; 
}

.pr5, 
.ph5, 
.pa5 { 
	padding-right: 5px !important; 
}

.pb5, 
.pv5, 
.pa5 { 
	padding-bottom:5px !important; 
}

.pl5, 
.ph5, 
.pa5 { 
	padding-left:  5px !important; 
}

.mt10, 
.mv10, 
.ma10 { 
	margin-top:    10px !important; 
}

.mr10, 
.mh10, 
.ma10 { 
	margin-right:  10px !important; 
}

.mb10, 
.mv10, 
.ma10 { 
	margin-bottom: 10px !important; 
}

.mb15 { 
	margin-bottom: 15px !important; 
}

.mt15 {
	margin-top: 15px!important;
}

.ml10, 
.mh10, 
.ma10 { 
	margin-left: 10px !important; 
}

.pt10, 
.pv10, 
.pa10 { 
	padding-top: 10px !important; 
}

.pr10, 
.ph10, 
.pa10 { 
	padding-right: 10px !important; 
}

.pb10, 
.pv10, 
.pa10 { 
	padding-bottom: 10px !important; 
}

.pl10, 
.ph10, 
.pa10 { 
	padding-left: 10px !important; 
}

.mt20, 
.mv20, 
.ma20 { 
	margin-top: 20px !important; 
}

.mr20, 
.mh20, 
.ma20 { 
	margin-right: 20px !important; 
}

.mb20, 
.mv20, 
.ma20 { 
	margin-bottom: 20px !important; 
}

.ml20, 
.mh20, 
.ma20 { 
	margin-left: 20px !important; 
}

.pt20, 
.pv20, 
.pa20 { 
	padding-top: 20px !important; 
}

.pr20, 
.ph20, 
.pa20 { 
	padding-right: 20px !important; 
}

.pb20, 
.pv20, 
.pa20 { 
	padding-bottom: 20px !important; 
}

.pl20, 
.ph20, 
.pa20 { 
	padding-left: 20px !important; 
}

.mt30, 
.mv30, 
.ma30 { 
	margin-top: 30px !important; 
}

.mr30, 
.mh30, 
.ma30 { 
	margin-right: 30px !important; 
}

.mb30, 
.mv30, 
.ma30 { 
	margin-bottom: 30px !important; 
}

.ml30, 
.mh30, 
.ma30 { 
	margin-left: 30px !important; 
}

.pt30, 
.pv30, 
.pa30 { 
	padding-top: 30px !important; 
}

.pr30, 
.ph30, 
.pa30 { 
	padding-right: 30px !important; 
}

.pb30, 
.pv30, 
.pa30 { 
	padding-bottom: 30px !important; 
}

.pl30, 
.ph30, 
.pa30 { 
	padding-left: 30px !important; 
}

.mt40, 
.mv40, 
.ma40 { 
	margin-top: 40px !important; 
}

.mr40, 
.mh40, 
.ma40 { 
	margin-right: 40px !important; 
}

.mb40, 
.mv40, 
.ma40 { 
	margin-bottom: 40px !important; 
}

.ml40, 
.mh40, 
.ma40 { 
	margin-left: 40px !important; 
}

.pt40, 
.pv40, 
.pa40 { 
	padding-top: 40px !important; 
}

.pr40, 
.ph40, 
.pa40 { 
	padding-right: 40px !important; 
}

.pb40, 
.pv40, 
.pa40 { 
	padding-bottom: 40px !important; 
}

.pl40, 
.ph40, 
.pa40 { 
	padding-left: 40px !important; 
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body, 
div, 
dl, 
dt, 
dd, 
ul, 
ol, 
li, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
object, 
iframe, 
pre, 
code, 
p, 
blockquote, 
form, 
fieldset, 
legend, 
table, 
th, 
td, 
caption, 
tbody, 
tfoot, 
thead, 
article, 
aside,
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section, 
audio, 
video, 
canvas {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, 
img { 
	border:none; 
}

address, 
caption, 
cite, 
code, 
dfn, 
em, 
strong, 
th, 
var {
	font-style:normal;
	font-weight:normal;
}

ul, 
ol, 
menu { 
	list-style:none; 
}

caption, 
th { 
	text-align:left; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, 
q:after { 
	content:''; 
}

abbr, 
acronym {
	border:none;
	font-variant:normal;
}

sup { 
	vertical-align:text-top; 
}

sub { 
	vertical-align:text-bottom; 
}

input, 
textarea, 
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend { 
	color:#000; 
}

a img, 
map a { 
	border:none; 
}

a:hover img {
  opacity: .7;
}

a:hover, 
a:active, 
a:focus { 
	outline:0; 
}

embed { 
	width:100%; 
}

audio, 
canvas, 
video { 
	display:inline-block; 
}

audio:not([controls]) {
	display:none;
	height:0;
}

img, 
object, 
embed {
	max-width:100%;
	height:auto;
}

object, 
embed { 
	height:100%; 
}

img {
	-ms-interpolation-mode:bicubic;
}

form img, 
input, 
select { 
	vertical-align:middle; 
}

.leftBox { 
	float:left; 
}

.rightBox { 
	float:right; 
}

.clearfix { 
	zoom:1; 
}

.clearfix:after {
	clear:both;
	content:"";
	display:block;
}

.clear { 
	clear:both !important; 
}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.bold { 
	font-weight: bold; 
}

.center { 
	text-align: center; 
}

.left { 
	text-align: left; 
}

.right { 
	text-align: right; 
}
html{
	background: #e7f0f7;
	overflow-x: hidden;
}

body {
	color: #333;
	font: 400 16px/1.7 'Noto Sans JP', 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
}

body.noscroll {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	position: fixed;
	right: 0;
	z-index: -1;
}

a{
	color: inherit;
	text-decoration: none;
}

.full-width{
	width: 100%;
}

.underline{
	text-decoration: underline;
}

.pc-none{
	display: none;
}

/*==================================================================
	Header
===================================================================*/
#header{
	background-color: #fff;
	border-bottom: 3px solid #2c9a62;
	padding: 12px 0 0;
	position: relative;
	z-index: 99999;
}

#header a{
	text-decoration: none;
}

.header-top{
	margin-bottom: 24px;
}

.header-top .header-logo{
	line-height: 1;
	margin-right: auto;
	padding-right: 20px;
}

.header-right .header-tel{
	color: #333;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.header-right .header-tel .tel{
	-webkit-align-items: center;
	align-items: center;
	color: inherit;
	display: -webkit-flex;
	display: flex;
	font-size: 2.667em;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
}

.header-right .header-tel .tel i{
	margin-right: 8px;
}

.header-right .header-btn{
	margin-left: 35px;
}

.header-right .header-btn a{
	background-color: #0c6390;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 1.125em;
	font-weight: 500;
	height: 65px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.5;
	padding: 5px 27px 5px 5px;
	position: relative;
	text-align: center;
	width: 260px;
}

.header-right .header-btn a:after{
	content: "";
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	height: 7px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	z-index: 1;
}

.header-right .header-btn a span{
	display: block;
	font-size: .778em;
	font-weight: 500;
}

#nav-top > ul > li{
	position: relative;
	padding: 10px 0;
}


#nav-top > ul > li > a{
	border-right: 1px solid #bfbfbf;
	color: inherit;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 5px;
	text-align: center;
	text-decoration: none;
}
#nav-top > ul > li:first-child > a{
	border-left: 1px solid #bfbfbf;
}


/*==================================================================
	Footer
===================================================================*/
#footer{
	background-color: #e6dfd6;
	margin-top: 100px;
	padding-top: 32px;
}

.page-top{
	display: none;
	position: absolute;
	right: 20px;
	top: -70px;
	z-index: 1000;
}

.page-top.fixed{
	bottom: 20px;
	position: fixed;
	top: inherit;
}

.page-top a{
	background-color: #2c9a62;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: transparent;
	display: block;
	font-size: 0;
	height: 60px;
	position: relative;
	width: 60px;
}

.page-top a:after{
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -7px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12px;
}

#footer a{
	color: inherit;
	text-decoration: none;
}

#footer a:hover{
	color: #0c6390;
}

.footer-tit{
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 17px;
}

.service-footer{
	margin-bottom: 50px;
}

.service-footer .col-auto{
	font-size: 14px;
	margin-right: 70px;
}

.service-footer h4{
	font-size: 1.286em;
	font-weight: 500;
	margin-bottom: 3px;
	padding-left: 11px;
	position: relative;
}

.service-footer h4:before{
	border-bottom: 5px solid transparent;
	border-left: 7px solid #2c9a62;
	border-top: 5px solid transparent;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
}

.service-footer ul{
	margin-bottom: 20px;
}

.service-footer ul:last-child{
	margin-bottom: 0;
}

.service-footer ul li:not(:last-child){
	margin-bottom: 7px;
}

.nav-footer{
	margin: 0 -23px 27px;
}

.nav-footer a{
	border-right: 1px solid #9d9893;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 23px;
}

.nav-footer a:last-child{
	border-right: none;
}

#footer .footer-info{
	background-color: #63615e;
	padding: 28px 0 21px;
	position: relative;
}

#footer .footer-txt{
	color: #fff;
	font-size: 12px;
	margin-left: 45px;
}

#footer .footer-txt dt{
	clear: both;
	float: left;
	font-weight: 500;
}

#footer .footer-txt dd{
	padding-left: 135px;
	margin-bottom: 5px;
}

#footer .footer-txt dd:last-child{
	margin-bottom: 0;
}

/*==================================================================
	Side bar
===================================================================*/
#side-bar{
	float: left;
	width: 220px;
}

.side-bnr{
	background-color: #fff;
	margin-bottom: 30px;
}

.side-bnr .hover{
	display: inline-block;
}

.side-bnr:last-child{
	margin-bottom: 0;
}

.side-bnr .side-bnr-tit{
	border-bottom: 2px solid #305478;
	border-top: 2px solid #305478;
	color: #305478;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.3;
	padding: 11px 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.side-bnr .side-bnr-tit:before{
	border-bottom: 1px solid #305478;
	border-top: 1px solid #305478;
	bottom: 2px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: -1;
}

.side-bnr-list li{
	border-bottom: 1px solid #aaa;
}

.side-bnr-list li a{
	color: inherit;
	display: block;
	padding: 11px 10px 12px 40px;
	position: relative;
	text-decoration: none;
}

.side-bnr-list li a:hover{
	text-decoration: underline;
}

.side-bnr-list li a:before{
	content: "";
	border-right: 3px solid #305478;
	border-top: 3px solid #305478;
	height: 7px;
	left: 12px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	z-index: 1;
}

.side-bnr-list--icon{
	margin-bottom: 37px;
}

.side-bnr-list--icon li a{
	align-items: center;
	display: flex;
	height: 60px;
	padding: 10px 10px;
}

.side-bnr-list--icon li a:before{
	display: none;
}

.side-bnr-list--icon li i{
	line-height: 1;
	margin-right: 10px;
	width: 27px;
}

.side-bnr--map{
	background-color: #fff;
	border: 1px solid #2c9a62;
	margin-bottom: 40px;
}

.side-bnr--map .map-tit{
	background-color: #2c9a62;
	color: #fff;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
	padding: 9px 10px 11px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.side-bnr--map .map-tit:before{
	border: 1px solid #fff;
	bottom: 2px;
	content: "";
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: -1;
}

.side-bnr--map .map-img{
	line-height: 1;
	padding: 11px 10px 10px;
	text-align: center;
}

.side-bnr--cont{
	background-color: #fff;
	border: 1px solid #627f9b;
	padding: 10px 7px;
}

.side-bnr--cont .cont-tit{
	color: #2c9a62;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 8px;
	text-align: center;
}

.side-bnr--cont .cont-wrap{
	border-bottom: 1px solid #bfbfbf;
	font-weight: 500;
	margin-bottom: 14px;
	padding-bottom: 13px;
	text-align: center;
}

.side-bnr--cont .tel-txt{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	font-size: 1.0625em;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 5px;
}

.side-bnr--cont .tel-txt i{
	line-height: 1;
	margin-right: 7px;
}

.side-bnr--cont .tel a{
	color: inherit;
	font-size: 1.75em;
	line-height: 1;
	text-decoration: none;
}

.side-bnr--cont .time-txt{
	font-size: .875em;
}

.side-bnr--cont .cont-mail{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	font-size: 1.0625em;
	font-weight: 500;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.3;
	margin-bottom: 12px;
}

.side-bnr--cont .cont-mail i{
	line-height: 1;
	margin-right: 12px;
}

.side-bnr--cont .cont-btn a{
	background-color: #0c6390;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 1.5;
	padding: 6px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.side-bnr--cont .cont-btn a:after{
	content: "";
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	height: 7px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	z-index: 1;
}

/*==================================================================
	Contents
===================================================================*/
#contents,
.inner{
	margin: auto;
	width: 1000px;
}

#main{
	float: right;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}

.title{
	background-color: #2c9a62;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	padding: 7px 10px 7px 40px;
	position: relative;
}

.title.title--mb{
	margin-bottom: 37px;
}

.title:before{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	bottom: 10px;
	content: "";
	left: 17px;
	position: absolute;
	top: 10px;
	width: 5px;
	z-index: 5;
}

.tit-table {
	background-color: #facd89;
	color: #282828;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 10px 10px;
	text-align: center;
}

.tit-table.tit-table--mb {
	margin-bottom: 26px;
}

.tit-table--mb2{
	margin-bottom: 35px;
}

.tit-slash{
	font-size: 1.5625em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.tit-slash span{
	display: inline-block;
	padding: 0 18px;
	position: relative;
}

.tit-slash span:before,
.tit-slash span:after{
	background-color: #2c9a62;
	content: "";
	height: 90%;
	position: absolute;
	top: 3px;
	width: 3px;
}

.tit-slash span:before{
	left: 0;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.tit-slash span:after{
	right: 0;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}

.breadcrumb{
	padding: 15px 0 35px;
}

.breadcrumb li{
	float: left;
	font-size: 14px;
}

.breadcrumb li a{
	color: #0c6390;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumb li a:after{
	color: #333;
	content: "＞";
	display: inline-block;
	font-weight: normal;
	margin: 0 8px;
}

.btn {
	-webkit-align-items: center;
	align-items: center;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25em;
	font-weight: 500;
	height: 60px;
	-webkit-justify-content: center;
	justify-content: center;
	outline: none;
	margin: auto;
	max-width: 400px;
	padding: 5px 23px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.btn-orange{
	background-color: #fff;
	border: 3px solid #2c9a62;
	color: #2c9a62;
}

.btn-orange:hover{
	background-color: #2c9a62;
	color: #fff;
}

.btn-form {
	background-color: #2c9a62;
	color: #fff;
}
button.comBtn01 {
	background: #2c9a62;
	color: #fff;
	text-shadow: none;
}


.btn-back{
	background-color: #8b8b8b;
	color: #fff;
}

.btn-arrow{
	position: relative;
}

.btn-arrow:after{
	content: "";
	border-right: 3px solid;
	border-top: 3px solid;
	height: 7px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	z-index: 1;
}

.img{
	line-height: 1;
}

.img img{
	display: block;
	margin: auto;
}

.relative{
	position: relative;
}

.bg-white{
	background-color: #fff;
}

.l-contents{
	background-color: #fff;
	margin-bottom: 80px;
	padding: 20px 40px;
}

.l-contents p,
.l-contents h2,
.l-contents ul{
	margin-bottom: .5rem;
}

.l-contents h2 {
	font-size: 1.2em;
	font-weight: 500;
}

.box-txt{
	background-color: #fff;
	border: 4px solid #fadbad;
	color: #2c9a62;
	font-size: 1.125em;
	font-weight: 500;
	padding: 11px 10px;
	text-align: center;
}

.service-option{
	margin: 0 -10px 25px;
}

.service-option > [class*="col-"]{
	padding: 0 10px;
}

.bg-yellow{
	background-color: #f8b551;
}

.bg-green{
	background-color: #2c9293;
}

.red{
	color: #bd0303;
}

.service-option-tit{
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.375em;
	font-weight: 500;
	height: 50px;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.service-option-tit span{
	border: 1px solid #fff;
	display: inline-block;
	font-size: .636em;
	line-height: 1.3;
	margin-right: 13px;
	padding: 1px 6px;
}

.service-option-wrap{
	background-color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 10px 10px 15px;
}

.service-option-wrap .img{
	margin-bottom: 19px;
}

.service-option-wrap .tit{
	color: #fff;
	font-size: 1.14em;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0px 10px;
	text-align: center;
}

.service-option-wrap ul{
	font-weight: 500;
	margin-right: 40px;
}

.service-option-wrap ul:last-child{
	margin-right: 0
}

.service-option-wrap dl{
	margin-top: 25px;
}

.service-option-wrap dt{
	font-size: 1.14em;
	font-weight: 500;
}

.service-option-wrap dd{
	margin-bottom: 23px;
}

.service-option-wrap dd:last-child{
	margin-bottom: 0;
}

.service-option-wrap dd .price{
	color: #ca0202;
	font-size: 1.14em;
	font-weight: 500;
}

.service-option-wrap .txt-note{
	font-size: 12px;
	padding-left: 8px;
	position: relative;
}

.service-option-wrap .txt-note:before{
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

.tab-list{
	background-color: #f89d5e;
	color: #fff;
	font-size: 12px;
	margin-bottom: 54px;
	padding: 12px 6px 1px;
}

.tab-list li{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 12px;
	padding: 0 6px;
	text-align: center;
}

.tab-list li span{
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.5;
	padding: 14px 5px;
	text-align: center;
	width: 100%;
}

.tab-list li span.note:after{
	content: "※";
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	margin-left: 5px;
	margin-top: -8px;
}

.tab-list li .star-icon{
	margin-right: 10px;
}

.tab-list.tab-list--reform {
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0px 15px 4px;
}

.tab-list.tab-list--reform li span {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
	padding: 4px 5px 3px;
}

.tab-list.tab-list--seiri {
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0px 15px 8px;
}

.tab-list.tab-list--seiri li span {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	height: 60px;
	padding: 15px 5px 15px 55px;
	position: relative;
}
.tab-list.tab-list--seiri li .icon {
	left: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tab-list.tab-list--reform li .txt {
	font-size: 16px;
}

.tab-list.tab-list--5cols{
	background-color: transparent;
	margin-bottom: 0;
}

.tab-list.tab-list--5cols > li.col-12{
	color: #333;
	-webkit-justify-content: start;
	justify-content: start;
	text-align: left;
}

.tab-list.tab-list--5cols > li span{
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px;
}

.wrap-location {
	background:url(../images/service/reform_bg_img.png) repeat center;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wrap-location.wrap-location--mb {
	margin-bottom: 85px;
}

.wrap-location .tit-location {
	color: #2c9a62;
	font-size: 1.5em;
	font-weight: 500;
	margin-left: 12px;
	padding: 15px 0px;
	text-align: center;
}

.wrap-location .tit-location .icon {
	padding-right: 12px;
}

.wrap-location .tit-location .icon img {
	line-height: 0;
	vertical-align: middle;
}

/*==================================================================
	Contact include
===================================================================*/
.contact-common{
	background-color: #fff;
	border: 3px solid #627f9b;
	padding: 10px 16px 18px 19px;
}

.contact-common-tit{
	font-size: 1.375em;
	font-weight: 500;
	margin-bottom: 17px;
	text-align: center;
}

.contact-common-tit span{
	color: #2c9a62;
	font-size: 1.227em;
}

.contact-common .contact-common-wrap{
	margin: 0 -10px;
}

.contact-common .contact-common-wrap > [class*="col-"] {
	padding: 0 10px;
}

.contact-common-wrap a{
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #0c6390;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 5px 27px 5px 5px;
	text-decoration: none;
}

.contact-common-wrap .tel a{
	-webkit-flex-direction: column;
	flex-direction: column;
}

.contact-common-wrap .tel .btn-arrow{
	border-color: #0c6390;
}

.contact-common-wrap .tel i{
	margin-right: 9px;
}

.contact-common-wrap .tel-num{
	-webkit-align-items: center;
	align-items: center;
	font-size: 1.8125em;
	font-weight: 500;
	line-height: 1;
}

.contact-common-wrap .tel-time{
	font-size: 12px;
}

.contact-common-wrap .btn-contact a{
	background-color: #0c6390;
	color: #fff;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.contact-common-wrap .btn-contact i{
	margin-right: 20px;
}

.contact-common-wrap .btn-contact span{
	display: block;
	font-size: .7em;
	font-weight: 500;
}

/*==================================================================
	Privacy Terms
===================================================================*/

.privacy h3 {
    border-bottom: 2px solid #2c9a62;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.8em;
}
.privacy p {
    margin: 0 0 1.5em;
}
.privacy ul {
    margin: 0 0 1.5em;
}
.privacy ul li {
    list-style: disc;
    margin: 0 0 0 1.5em;
}

.privacy ol {
    margin: 0 0 1.5em;
}
.privacy ol li {
    list-style: decimal;
    margin: 0 0 1.5em 1.5em;
}
.privacy ol .ol-child {
  margin: 1em 0 0 0;
}
.privacy ol .ol-child p{
  margin: .2em 0;
}


/*==================================================================
	Table style
===================================================================*/
.tbl-style01 {
	margin-bottom: 37px;
	width: 100%;
}

.tbl-style01 tbody th {
	background-color: #e6dfd6;
	border-bottom: 1px solid #fff;
	color: #282828;
	font-size: 1em;
	font-weight: 500;
	padding: 20px 30px;
	width: 30%;
}

.tbl-style01 tbody td {
	background-color: #fff;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	padding: 20px 37px;
}

.tbl-style01 tbody tr:last-child th,
.tbl-style01 tbody tr:last-child td{
	border-bottom: none ;
}

.tbl-style01 tbody td .address-left {
	margin-left: 10px;
}

/*------- table style 02 ---------*/
.tbl-style02{
	border: 1px solid #bfbfbf;
	width: 100%;
}

.tbl-style02 thead th{
	background-color: #2c9a62;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	padding: 7px 10px 5px;
	text-align: center;
}

.tbl-style02 thead th:first-child{
	border-left: none;
	width: 150px;
}

.tbl-style02 tbody th,
.tbl-style02 tbody td{
	padding: 11px 20px;
	text-align: center;
}

.tbl-style02 tbody th{
	background-color: #e6dfd6;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	width: 150px;
}

.tbl-style02 tbody tr:last-child th{
	border-bottom: none;
}

.tbl-style02 tbody td{
	background-color: #fff;
	border: 1px solid #bfbfbf;
	min-width: 180px;
}

.tbl-style02 tbody th + td{
	border-left: none;
}

.tbl-style02 tbody tr:first-child td{
	border-top: none;
}

.tbl-style02 tbody td span{
	color: #c91717;
	display: block;
	font-weight: 500;
	text-align: right;
}

.tbl-style03 {
	table-layout: fixed;
	width: 100%;
}

.tbl-style03 tbody th {
	background-color: #2c9a62;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.tbl-style03 tbody th span{
	display: block;
	font-size: .875em;
	font-weight: 400;
}

.tbl-style03 tbody td {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-left: none;
	padding: 11px 23px;
	text-align: center;
}

.tbl-style03 tbody td span {
	color: #bc1a1a;
	display: block;
	font-weight: 500;
	text-align: right;
}

.tbl-style03--long tbody th{
	width: 450px;
}

/*------- table company ---------*/
.tbl-company:last-of-type{
	margin-bottom: 100px;
}

.tbl-company tbody th{
	width: 200px;
}

.block-tbl{
	margin-bottom: 70px;
}

.block-tbl .txt{
	font-size: 14px;
	margin-bottom: 10px;
}

.block-tbl .note{
	font-size: 12px;
	margin-top: 5px;
}

.txt-blue{
	color: #0c6390;
}

/*==================================================================
	Responsive
===================================================================*/
@media (min-width: 481px) {
	.ssp-none{
		display: none!important;
	}
}

@media (min-width: 769px){
	#nav-top{
		height: auto!important;
	}

	#nav-top > ul > li > a:hover{
		color: #0c6390;
	}
	#nav-top > ul > li:hover{
		background-color: #e7f0f7;
	}

	#nav-top > ul > li ul{
		background-color: #fff;
		border-top: 5px solid #0c6390;
		-webkit-box-shadow: 0px 2px 2px 1px #ccc;
		-ms-box-shadow: 0px 2px 2px 1px #ccc;
		box-shadow: 0px 2px 2px 1px #ccc;
		left: 50%;
		margin-left: -100px;
		opacity: 0;
		padding: 0 5px 10px;
		position: absolute;
		top: 110%;
		-webkit-transition: .3s ease;
		-ms-transition: .3s ease;
		transition: .3s ease;
		visibility: hidden;
		width: 200px;
	}

	#nav-top > ul > li:hover ul{
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	#nav-top > ul > li ul li{
		border-bottom: 1px dotted #214f7d;
	}
	#nav-top > ul > li ul li:hover{
		background-color: #e7f0f7;
	}

	#nav-top > ul > li ul a{
		color: inherit;
		display: block;
		font-weight: 500;
		padding: 10px 5px;
	}

	#nav-top > ul > li ul a:hover{
		color: #0c6390;
	}

	.tel a{
		pointer-events: none;
	}

	.tab-list.tab-list--5cols > li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.tab-list.tab-list--5cols > li.col-12{
		color: #333;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	#contents,
	.inner{
		padding: 0 10px;
		width: 100%;
	}

	#main{
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 200px);
	}

	#side-bar{
		font-size: 14px;
		width: 185px;
	}

	.side-bnr--cont .tel a{
		font-size: 1.6em;
	}
}

@media screen and (max-width: 991px){
	.header-right .header-tel .tel{
		font-size: 2.3em;
	}

	.header-right .header-btn{
		font-size: 14px;
		margin-left: 20px;
	}

	.header-right .header-btn a{
		width: 220px;
	}

	#side-bar{
		display: none;
	}

	#main{
		float: none;
		width: 100%;
	}

	.block-intro ul li em{
		display: none;
	}

}

@media screen and (max-width: 768px){
	body{
		font-size: 14px;
		padding-top: 75px;
	}

	.sp-none{
		display: none!important;
	}
	.pc-none{
		display: block;
	}
	/****** header ******/
	#header{
		height: 75px;
		left: 0;
		opacity: 0;
		padding: 0 65px 0 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: .3s ease;
		-ms-transition: .3s ease;
		transition: .3s ease;
		visibility: hidden;
		z-index: 99999;
	}

	#header.show{
		opacity: 1;
		visibility: visible;
	}

	#header .hamburger {
		cursor: pointer;
		height: 100%;
		padding-top: 7px;
		position: absolute;
		right: 5px;
		top: 0;
		-webkit-transition: right .3s ease-out;
		-moz-transition: right .3s ease-out;
		-ms-transition: right .3s ease-out;
		-o-transition: right .3s ease-out;
		transition: right .3s ease-out;
		text-align: center;
		width: 65px;
		z-index: 1100;
	}

	#header .hamburger:after{
		content: "MENU";
		color: #0c6390;
		font-weight: 500;
	}
	#header .hamburger.is-active{
		padding-top: 18px;
	}

	#header .hamburger.is-active:after{
		display: none;
	}

	#header .hamburger.is-active .hamburger-inner {
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header .hamburger.is-active .hamburger-inner:before {
		opacity: 0;
		-webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-moz-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-ms-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-o-transition: top 75ms ease, opacity 75ms ease 0.12s;
		transition: top 75ms ease, opacity 75ms ease 0.12s;
		top: 0;
	}

	#header .hamburger.is-active .hamburger-inner:after {
		bottom: 0;
		-webkit-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-moz-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-ms-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#header .hamburger-box {
		display: block;
		height: 35px;
		margin: 0 auto 5px;
		position: relative;
		width: 46px;
	}

	#header .hamburger-inner:after,
	#header .hamburger-inner:before {
		content: "";
		display: block;
	}

	#header .hamburger-inner,
	#header .hamburger-inner:before,
	#header .hamburger-inner:after {
		background-color: #0c6390;
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		height: 7px;
		position: absolute;
		-webkit-transition: transform 0.15s ease;
		-moz-transition: transform 0.15s ease;
		-ms-transition: transform 0.15s ease;
		-o-transition: transform 0.15s ease;
		transition: transform 0.15s ease;
		width: 46px;
	}

	#header .hamburger-inner {
		display: block;
		margin-top: -2px;
		top: 50%;
		-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transition-duration: 75ms;
		transition-duration: 75ms;
	}

	#header .hamburger-inner:before {
		top: -14px;
		-webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-moz-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-ms-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-o-transition: top 75ms ease 0.12s, opacity 75ms ease;
		transition: top 75ms ease 0.12s, opacity 75ms ease;
	}

	#header .hamburger-inner:after {
		bottom: -14px;
		-webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-moz-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-ms-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.header-top{
		margin-bottom: 0;
	}

	.header-right{
		display: none;
	}

	.header-right{
		-webkit-align-items: center;
		align-items: center;
		background: #dcefe5;
		-webkit-justify-content: center;
		justify-content: center;
		left: 0;
		padding: 20px 10px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.header-right .header-btn,
	.header-right .header-tel{
		float: left;
		padding: 0 10px;
		width: 50%;
	}

	.header-right .header-tel a{
		background: #fff;
		border: 2px solid #0c6390;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		display: block;
		padding: 5px 10px;
	}

	.header-right .header-btn{
		font-size: 16px;
		margin: 0;
	}

	.header-right .header-btn a{
		height: 74px;
		width: 100%;
	}

	.header-btn-sp{
		-webkit-align-items: center;
		align-items: center;
		background-color: #0c6390;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.3;
		position: relative;
		padding: 10px 20px;
		text-align: center;
		width: 208px;
	}

	.header-btn-sp.is-active{
		color: transparent;
	}

	.header-btn-sp.is-active i{
		display: none;
	}

	.header-btn-sp.is-active:before,
	.header-btn-sp.is-active:after{
		background-color: #fff;
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		content: "";
		height: 7px;
		left: 50%;
		margin-left: -23px;
		margin-top: -4px;
		position: absolute;
		-webkit-transition: transform 0.15s ease;
		-moz-transition: transform 0.15s ease;
		-ms-transition: transform 0.15s ease;
		-o-transition: transform 0.15s ease;
		transition: transform 0.15s ease;
		top: 50%;
		width: 46px;
	}

	.header-btn-sp.is-active:before{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header-btn-sp.is-active:after{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header-btn-sp i{
		font-size: 0;
		margin-right: 15px;
	}
	.header-btn-sp i img {
		max-height: 50px;
	}

	#nav-top{
		-webkit-overflow-scrolling: touch;
		background: rgba(255, 255, 255, 0.9);
		display: none;
		height: -webkit-calc(100vh - 75px);
		height: calc(100vh - 75px);
		overflow: auto;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
	}

	#nav-top > ul {
		bottom: 0;
		left: 0;
		overflow: auto;
		padding-bottom: 30px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#nav-top > ul li{
		border: none;
		border-bottom: 1px solid #0c6390;
		padding: 0;
	}

	#nav-top > ul > li.has-sub{
		padding-right: 50px;
	}

	#nav-top > ul > li .arrow{
		bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index: 50;
	}

	#nav-top > ul > li .arrow:after{
		border-bottom: 3px solid #214f7d;
		border-right: 3px solid #214f7d;
		content: "";
		height: 13px;
		position: absolute;
		right: 20px;
		top: 21px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 13px;
	}

	#nav-top > ul > li.active .arrow:after{
		top: 26px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#nav-top > ul > li a{
		border: none;
		color: #0c6390;
		display: block;
		font-size: 18px;
		font-weight: 500;
		padding: 15px 25px;
		text-align: left;
	}
    #nav-top > ul > li:first-child > a {
      border-left: none;
    }

	#nav-top > ul > li ul{
		background-color: #dcefe5;
		border-top: 1px solid #0c6390;
		display: none;
		margin-right: -50px;
	}

	#nav-top > ul > li ul li:last-child{
		border-bottom: none;
	}

	/****** footer ******/
	#footer{
		padding-top: 0;
	}

	.page-top{
		top: -60px;
	}

	.page-top a{
		height: 50px;
		width: 50px;
	}

	#footer .inner{
		justify-content: center;
	}

	#footer .footer-logo{
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}

	#footer .footer-txt{
		font-size: 1em;
		margin-left: 0;
	}

	#footer .footer-txt dt{
		float: none;
	}

	#footer .footer-txt dd{
		margin-bottom: 10px;
		padding-left: 0;
	}

	/*------- Contact include ---------*/
	.contact-common{
		padding: 5px 10px 10px;
	}

	.contact-common .contact-common-wrap{
		margin: 0 -5px;
	}

	.contact-common .contact-common-wrap > [class*="col-"]{
		padding: 0 5px;
	}

	.title{
		font-size: 1.3;
		padding: 10px 10px 10px 30px;
	}
	

	/*------- table style ---------*/
	.tbl-style02{
		table-layout: fixed;
	}

	.tbl-style02 tbody td{
		min-width: 1px;
	}

	.tbl-style03 tbody th{
		width: 275px;
	}

	.tbl-style03.tbl-arrow tbody th{
		width: 200px;
	}

	.tbl-style03--long tbody th{
		width: 350px;
	}

	.tbl-style03 tbody td{
		padding: 12px 10px;
	}

	.tab-list.tab-list--seiri{
		padding: 0 5px 5px;
	}

	.tab-list.tab-list--seiri li span{
		padding-left: 40px;
	}

	.tab-list.tab-list--seiri li .icon {
		left: 5px;
		width: 40px;
	}

	.tab-list li span{
		font-size: 16px;
	}

	.l-contents{
		padding-left: 20px;
		padding-right: 20px;
	}

	.block-tbl{
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px){
	/*------- Header ---------*/
	.header-right .header-btn,
	.header-right .header-tel{
		float: none;
		margin: auto;
		max-width: 400px;
		padding: 0;
		width: 100%;
	}

	.header-right .header-tel{
		margin-bottom: 20px;
	}

	/*------- Contact common ---------*/
	.contact-common-tit{
		font-size: 1.25em;
		margin-bottom: 10px;
	}

	.contact-common-tit span{
		display: block;
	}

	.contact-common .contact-common-wrap{
		display: block;
	}

	.contact-common .contact-common-wrap > [class*="col-"]{
		max-width: 100%;
	}

	.contact-common .contact-common-wrap .tel{
		margin-bottom: 15px;
	}

	.contact-common-wrap .tel-time{
		font-size: 1em;
	}

	/*------- scroll arrow ---------*/
	.scroll-arrow-wrap{
		padding: 0 20px;
		position: relative;
	}

	.scroll-arrow-wrap::-webkit-scrollbar {
		display: none;
	}

	.scroll-arrow-wrap .scroll{
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.scroll-arrow-wrap .scroll-arrow{
		bottom: 0;
		position: absolute;
		top: 0;
		width: 30px;
	}

	.scroll-arrow-wrap .scroll-arrow.hidden{
		display: none;
	}

	.scroll-arrow-wrap .scroll-next{
		right: -10px;
	}

	.scroll-arrow-wrap .scroll-next:after{
		border-bottom: 15px solid transparent;
		border-left: 10px solid #ccc;
		border-top: 15px solid transparent;
		content: "";
		display: block;
		left: 10px;
		margin-top: -15px;
		position: absolute;
		top: 50%;
	}

	.scroll-arrow-wrap .scroll-prev{
		left: 0;
	}

	.scroll-arrow-wrap .scroll-prev:after{
		border-bottom: 15px solid transparent;
		border-right: 10px solid #ccc;
		border-top: 15px solid transparent;
		content: "";
		display: block;
		left: 0px;
		margin-top: -15px;
		position: absolute;
		top: 50%;
	}

	.tbl-arrow{
		width: 640px;
	}

	.tab-list.tab-list--seiri li span{
		font-size: 14px;
		padding-left: 35px;
	}

	.tab-list.tab-list--seiri li .icon{
		width: 35px;
	}
}

@media screen and (max-width: 575px) {
	body{
		padding-top: 64px;
	}

	#header{
		height: 64px;
		padding-right: 55px;
	}

	#nav-top{
		height: -webkit-calc(100vh - 64px);
		height: calc(100vh - 64px);
	}

	.header-top .header-logo{
		padding-right: 10px;
		width: 55%;
	}

	.header-btn-sp{
		font-size: 14px;
		-webkit-justify-content: center;
		justify-content: center;
		line-height: 1.5;
		padding: 10px 5px;
		width: 140px;
	}

	.header-btn-sp i{
		margin-right: 10px;
		width: 25px;
	}
	.header-btn-sp i img {
		max-height: 37px;
	}

	#header .hamburger{
		padding-top: 6px;
		width: 55px;
	}

	#header .hamburger-box{
		margin-bottom: 0;
		height: 27px;
		width: 40px;
	}

	#header .hamburger-inner,
	#header .hamburger-inner:before,
	#header .hamburger-inner:after{
		height: 4px;
		width: 40px;
	}

	#header .hamburger-inner:before{
		top: -10px;
	}

	#header .hamburger-inner:after{
		bottom: -10px;
	}

	#footer{
		margin-top: 80px;
	}

	#footer .footer-txt{
		font-size: 12px;
	}

	.btn-arrow:after{
		right: 10px;
	}

	/*------- table style ---------*/
	.tbl-company tbody th {
		padding: 20px 10px 15px;
		width: 110px;
	}

	.tbl-company tbody td {
		padding: 15px 10px;
	}

	.tbl-style03.tbl-arrow{
		width: 480px;
	}

	.tbl-style03.tbl-arrow tbody th{
		width: 170px;
	}

	.tbl-style03 tbody th{
		width: 40%;
	}

	.tbl-style03--long tbody th{
		width: 65%;
	}

	/*------- Contents ---------*/
	.service-option > [class*="col-"]{
		margin-bottom: 30px;
	}

	.service-option-wrap dl{
		margin-top: 10px;
	}

	.service-option-wrap dd{
		margin-bottom: 15px;
	}

	.tab-list li{
		font-size: 13px;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}

	.tbl-style01 tbody td .address-left{
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 480px){
	.header-btn-sp{
		font-size: 13px;
		padding: 12px 5px;
		width: 130px;
		line-height: 1.3;
	}

	.tab-list{
		margin-bottom: 40px;
	}

	.tab-list li{
		margin-bottom: 5px;
		padding: 0 2.5px;
	}

	.tab-list li span{
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		font-size: 4vw;
		height: 100%;
		padding: 7px 5px;
	}

	.tab-list.tab-list--reform{
		padding: 0 5px 5px;
	}

	.tab-list.tab-list--reform li .txt{
		font-size: 1em;
	}

	.wrap-location .tit-location{
		font-size: 1.25em;
	}

	.tab-list.tab-list--seiri li span{
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 360px){
	.tbl-style03:not(.tbl-arrow){
		font-size: 13px;
	}

	.tab-list.tab-list--seiri li span{
		font-size: 3.4vw;
	}
}

.block-mv{
	background: url(../images/home/mv_bg.jpg) no-repeat center / cover;
	padding: 78px 10px 66px;
	text-align: center;
}

.block-intro{
	background-color: #2c9a62;
	margin-bottom: 80px;
	padding: 21px 0 19px;
}

.block-intro ul{
	margin: 0 -10px;
}

.block-intro ul li{
	color: #2c9a62;
	font-size: 1.4375em;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 10px;
}

.block-intro ul li span{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 100%;
	padding: 8px 5px;
	text-align: center;
}

.home-block{
	margin-bottom: 80px;
}

.tit-dotted-wrap{
	text-align: center;
}

.tit-dotted{
	display: inline-block;
	font-size: 2.053em;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
	border-bottom: 2px dotted #305478;
}

.tit-dotted span{
	color: #2c9a62;
	font-size: 1.92em;
	line-height: 1;
}

.home-reason-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.home-reason-list li{
	margin-bottom: 20px;
	padding: 0 10px;
}

.home-reason-list li .home-reason-wrap{
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #aaa;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	position: relative;
	padding-right: 10px;
	z-index: 10;
}

.home-reason-list li .home-reason-num{
	bottom: 14px;
	position: absolute;
	right: 11px;
	z-index: -1;
}

.home-reason-list li .home-reason-img{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 18px;
	max-width: 110px;
}

.home-reason-list li .home-reason-tit{
	font-size: 1.125em;
	text-align: left;
}

.home-reason-list li .home-reason-tit span{
	color: #2c9a62;
	display: inline-block;
	font-size: 1.222em;
	font-weight: bold;
}

.float-tit{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.float-tit .tit{
	background-color: #f89d5e;
	color: #fff;
	font-weight: 500;
	margin-right: 19px;
	padding: 7px 12px 7px 32px;
	position: relative;
}

.float-tit .tit:after{
	border-color: transparent transparent transparent #f89d5e;
	border-style: solid;
	border-width: 30px 0 0 15px;
	bottom: 0;
	content: "";
	left: 100%;
	position: absolute;
	top: 0;
}

.float-tit .desc{
	font-size: 12px;
	text-shadow: 0px 0px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.star-icon{
	color: #2c9a62;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	margin-right: 5px;
}

.flow-block{
	margin: 70px 0 90px;
}

.home-flow{
	padding: 40px 10px;
}

.home-flow li{
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	margin-bottom: 26px;
	padding: 0 144px 24px 7px;
	position: relative;
}

.home-flow li:last-child{
	margin-bottom: 0;
}

.home-flow li .home-flow-img{
	position: absolute;
	right: 12px;
	bottom: 30px;
}

.home-flow .home-flow-tit{
	font-size: 1.429em;
	font-weight: 500;
	margin-bottom: 10px;
}

.home-flow .home-flow-tit span{
	display: inline-block;
	line-height: 1;
	margin-right: 15px;
	vertical-align: middle;
}

.home-flow .home-flow-txt {
	letter-spacing: 1px;
}

.home-block .home-txt-arrow{
	color: #2c9a62;
	font-size: 1.375em;
	font-weight: 500;
	margin-bottom: 35px;
	padding-bottom: 70px;
	position: relative;
	text-align: center;
}

.home-block .home-txt-arrow:after{
	content: "";
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #2c9a62;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	position: absolute;
}

.tit-underline{
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.tit-underline span{
	border-bottom: 3px solid #2c9a62;
	display: inline-block;
	padding: 0 13px 9px;
	position: relative;
}

.tit-border{
	border-left: 3px solid #36418f;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5;
	margin: 20px 0 10px;
	padding-left: 10px;
}

.tit-border a:hover{
    color: #36418f;
}

.service-slider{
	padding: 0 10px 52px;
	position: relative;
}

.service-slider .slider-item{
	padding: 0 10px;
}

.service-slider .service-slider-txt{
	font-size: 14px;
}

.service-slider .slick-arrow{
	background-color: rgba(149, 149, 149, 0.7);
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 80px;
	width: 30px;
	z-index: 100;
}

.service-slider .slick-arrow:after{
	border-right: 3px solid #e9dfd5;
	border-top: 3px solid #e9dfd5;
	content: "";
	cursor: pointer;
	height: 7px;
	position: absolute;
	top: 16px;
	width: 7px;
}

.service-slider .slick-arrow:hover:after{
	border-color: #f9f9f9;
}

.service-slider .slick-arrow.slick-prev{
	left: 10px;
}

.service-slider .slick-arrow.slick-prev:after{
	left: 12px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.service-slider .slick-arrow.slick-next{
	right: 10px;
}

.service-slider .slick-arrow.slick-next:after{
	left: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.service-slider .slick-dots{
	margin-top: 25px;
	text-align: center;
}

.service-slider .slick-dots li{
	display: inline-block;
	line-height: 1;
	margin: 0 4px;
}

.service-slider .slick-dots li button{
	background: #d3cece;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 11px;
	margin: 0;
	outline: none;
	padding: 0;
	width: 11px;
}

.service-slider .slick-dots li.slick-active button{
	background: #63615e;
}

.top-area{
	background-color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 29px 15px 24px 26px;
}

.top-area-img{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 35px;
}

.top-area h3{
	font-size: 1.286em;
	font-weight: 500;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.block-mv{
		background-image: url(../images/home/mv_bg_sp.jpg);
		padding: 50px 0;
	}

	.home-reason-list li .home-reason-wrap{
		display: block;
		padding-right: 0;
	}

	.home-reason-list li .home-reason-num{
		bottom: 10px;
		left: 18px;
		right: inherit;
	}

	.home-reason-list li .home-reason-img{
		margin: 0;
		max-width: 100%;
	}

	.home-reason-list li .home-reason-tit{
		font-size: 1.3em;
		padding: 15px 10px;
		text-align: center;
	}

	.home-reason-list li img{
		width: 100%;
	}

	.home-flow li{
		padding-right: 100px;
		text-align: justify;
	}

}

@media screen and (max-width: 575px){
	.home-block{
		margin-bottom: 50px;
	}

	.home-reason-list li .home-reason-num {
		bottom: 2vw;
		left: 3vw;
		width: 20vw;
	}

	.home-reason-list li .home-reason-tit{
		font-size: 3.2vw;
	}

	.block-intro ul{
		margin: 0 -5px;
	}

	.block-intro ul li{
		font-size: 3.2vw;
		padding: 0 5px;
	}

	.star-icon{
		font-size: 16px;
	}

	.flow-block{
		margin: 50px 0;
	}

	.home-flow{
		padding: 20px;
	}

	.home-flow li{
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.home-block .home-txt-arrow{
		margin-bottom: 20px;
		padding-bottom: 35px;
	}

	.home-block .home-txt-arrow:after{
		border-left-width: 25px;
		border-right-width: 25px;
		border-top-width: 15px;
		margin-left: -25px;
	}

	.top-area{
		display: block;
		padding: 20px;
	}

	.top-area-img{
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 480px){
	.block-mv{
		padding: 40px 0;
	}

	.block-intro{
		margin-bottom: 30px;
		padding: 15px 0;
	}

	.home-reason-list{
		margin: 0 -5px 30px;
	}

	.home-reason-list li{
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.service-slider{
		padding: 0 5% 30px;
	}

	.service-slider .slick-dots{
		margin-top: 15px;
	}
}

@media screen and (max-width: 360px){
	.home-block .home-txt-arrow{
		font-size: 1.25em;
	}
}

.reason-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -20px;
}

.reason-list .reason-bg {
	background-color: #fff;
	height: 100%;
}

.reason-list li {
	line-height: 1.7;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 50%;
}

.reason-list li .reason-head {
	-webkit-align-items:center;
	align-items: center;
	color: #2c9a62;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 70px;
	padding: 7px 16px 0px;
	position: relative;
	z-index: 1;
}

.reason-list li .reason-head .num{
	position: absolute;
	left: 15px;
	right: 0;
	z-index: -1;
}

.reason-list li .reason-head .tit {
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
}

.reason-list li .reason-txt {
	font-size: 14px;
	padding: 5px 16px 20px;
}

.section-decla {
	background-color: #fff;
	margin: 55px 0px 80px;
}

.section-decla .decla-txt {
	font-size: 14px;
	padding: 20px 23px 35px;
}

.section-decla .decla-txt p {
	margin-bottom: 23px;
}

.section-decla .decla-txt p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.reason-list .reason-img img {
		width: 100%;
	}

	.reason-list {
		margin: 0 -10px;
	}

	.reason-list li {
		margin-bottom: 15px;
		padding: 0 10px;
	}

	.section-decla {
		margin: 30px 0px 60px;
	}
}

@media screen and (max-width: 575px){
	.reason-list {
		display: inherit;
	}

	.reason-list li {
		width: 100%;
	}

	.reason-list li .reason-head {
		padding: 7px 10px 0px;
	}

	.reason-list li .reason-txt {
		padding: 5px 20px 20px;
	}

	.section-decla .decla-txt {
		font-size: 14px;
		padding: 10px 20px 20px;
	}

	.section-decla .decla-txt p {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 375px){
	.reason-listli .reason-head .tit {
		margin-left: 5px;

	}
}

.service-list li {
	margin-bottom: 50px;
}

.service-list li a {
    display: block;
}

.service-list li .service-bg {
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	border: 1px solid #e6dfd6;
}
.service-list li a:hover .service-bg  {
    border-color: #2c9a62;
}
.service-list li .service-bg .service-img{
	width: 250px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.service-list li .service-bg .service-img img {
	height: 100%;
	vertical-align: middle;
	width: 250px;
}

.service-list li .service-bg .service-head{
	padding: 20px 10px 10px 30px;
	width: 65%;
}

.service-head .tit {
	color: #2c9a62;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 5px;
}

.service-head .txt {
	font-size: 14px;
}

/*service-hudosan*/

.page-title {
    background: url(../images/service/service_bg_01.png) no-repeat center  / cover;
    display: table;
    height: 182px;
    margin-bottom: 50px;
    padding: 0 10px;
    width: 100%;
}

.page-title--ihin{
	background-image: url(../images/service/bg_ihin_seiri.jpg);
}

.page-title--reform {
	background-image: url(../images/service/service_bg_02.png);
}

.page-title--seizen {
	background-image: url(../images/service/service_bg_03.png);
}

.page-title .hline {
	display: table-cell;
    color: white;
    font-size: 2.1875em;
    font-weight: 500;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.page-link {
	margin-bottom: 25px;
}

.page-link .tit {
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 12px;
}

.page-link .link-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 0 30px;
}

.page-link .link-list li {
	margin-bottom: 5px;
	padding: 0 5px;
}

.page-link .link-list li a {
	border: 2px solid #2c9a62;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	background-color: #fff;
	display: block;
	font-weight: 500;
	padding: 2px 30px 2px 13px;
	position: relative;
	text-decoration: none;
}

.page-link .link-list li a:hover {
    background-color: #2c9a62;
    color: #fff;
}

.page-link .link-list li a:after {
	content: '';
	position: absolute;
	border: none;
	border: 6px rgba(255, 215, 0, 0) solid;
	border-bottom-color: #2c9a62;
	margin-top: -3px;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-link .link-list li a:hover:after {
    border-bottom-color: #fff;
}
.wrap-content {
	margin-bottom: 80px;
}

.wrap-content:last-child {
	margin-bottom: 0px;
}

.wrap-content .content-img{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

.wrap-content .content-txt {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 50px;
}

.content-point {
	background-color: #fff;
	padding: 40px 20px 20px;
}

.selected-point {
	margin-top: -20px;
}

.selected-point .chose-point {
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0px 25px;
}

.selected-point .chose-point:last-child {
	border-bottom: none;
}

.selected-point .chose-point .tit {
	color: #2c9a62;
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 5px;
	padding-left: 50px;
	position: relative;
}

.selected-point .chose-point .txt {
	font-size: 14px;
	line-height: 1.9;
}

.selected-point .chose-point .tit .num {
	left: 0px;
	line-height: 1;
	position: absolute;
	top: -6px;
}

.wrap-table.wrap-mb {
	margin-bottom: 230px;
}

/*service-reform*/
.block-tbl.block-tbl--mt1 {
	margin-top: 60px;
}

.block-tbl.block-tbl--mt2 {
	margin-top: -30px;
}

.tit-table.tit-table--mb3 {
	margin-bottom: 20px;
}

.tit-table.tit-table--mb4 {
	margin-bottom: 25px;
}

.block-tbl .note.note--mt {
	margin-top: 15px;
}

.block-tbl .txt.txt--mb {
	margin-bottom: 25px;
}

/*service-seizen*/

.reason-list.reason-list--seizen {
	margin: 0 -10px;
}

.reason-list.reason-list--seizen li {
	padding: 0 10px;
}

.reason-list.reason-list--seizen li .reason-head.reason-head--seizen {
	display: inherit;
	font-size: 1.375em;
	margin-bottom: 5px;
	text-align: center;
}

.seizen-box {
	margin: 30px 0px 40px;
}

@media screen and (max-width: 768px) {
	.service-list li {
		margin-bottom: 30px;
	}

	/*service-hudosan*/
	.page-title {
		margin-bottom: 25px;
	}

	.wrap-content {
		margin-bottom: 65px;
	}

	.content-point {
		padding-top: 25px;
	}

	.tbl-wrap tbody td span {
		color: #bc1a1a;
		font-weight: 500;
		margin-right: 0px;
	}

	.wrap-table.wrap-mb {
		margin-bottom: 100px;
	}

	.page-link .link-list{
		padding: 0;
	}
}

@media screen and (max-width: 575px) {
	.page-link .link-list {
		justify-content: center;
		-webkit-justify-content:center;
	}

	.service-list li .service-bg {
		border: 1px solid #e6dfd6;
		display: block;
		padding: 20px;
	}

	.service-list li .service-bg .service-img {
	    text-align: center;
	    width: 100%;
	}

	.service-list li .service-bg .service-head {
	   	padding: 0px;
	    margin: 15px auto 0px;
	    width: 100%;
	}

	/*service-hudosan*/
	.tbl-wrap tbody th {
		width: 200px;
	}

	.service-option-wrap{
		padding: 10px 20px 15px;
	}
}

@media screen and (max-width: 480px) {
	/*service-hudosan*/
	.tbl-wrap tbody th {
		width: 110px;
		padding: 18px 5px 15px;
	}

	.tbl-wrap tbody td {
		padding: 18px 5px 15px;

	}
}

.form-control{
	border: 1px solid #ccc;
	padding: 10px;
	outline: none;
	width: 100%;
}

.input-txt label{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
}

.input-txt span{
	display: block;
	overflow: hidden;
}

.form-group{
	margin: 0 -10px 10px;
}

.form-group:last-of-type{
	margin-bottom: 0;
}

.form-group [class*="col-"]{
	padding: 0 10px;
}

.error{
	color: #f00;
	display: block;
	margin-top: 5px;
}

#fContact{
	margin-bottom: 80px;
}

#fContact .contact-btn-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 60px auto 0;
	max-width: 800px;
}

#fContact .contact-btn-wrap .contact-btn-item {
	-webkit-flex: 1;
	flex: 1;
	margin: 0 10px;
	text-align: center;
}

#fContact button{
	-webkit-appearance: none;
}

.tbl-contact tbody th,
.tbl-contact tbody td{
	padding: 20px;
}

.tbl-contact em,
.comTbl01 th .must {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2c9a62;
	display: inline-block;
	font-size: 0.9375rem;
	font-size: 12px;
	font-style: inherit;
	line-height: 1;
	margin: 0 0 0 10px;
	padding: 6px 8px;
	text-align: center;
	box-shadow: none;
	float: right;
}

.tbl-contact em._required,
.comTbl01 th .must {
	background-color: #2c9a62;
	color: #fff;
}

.contact-txt{
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}
.tbl-contact input,
.tbl-contact textarea,
.tbl-contact select {
	box-shadow: none;
	border-radius: 0;
}

.tbl-contact textarea{
	display: block;
	height: 200px;
}

@media screen and (max-width: 768px) {
	#fContact{
		margin-bottom: 50px;
	}
	.tbl-contact,
	.tbl-contact tbody,
	.tbl-contact tbody tr {
		display: block;
	}
	.tbl-contact tbody th,
	.tbl-contact tbody td{
		display: block;
		float: left;
		padding: 10px;
		width: 100%;
		line-height: 1.3;
	}
	.tbl-contact tbody td{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px){
	.input-txt{
		margin-bottom: 15px;
	}

	.input-txt:last-child{
		margin-bottom: 0;
	}

	.tbl-contact .input-txt label{
		width: 55px;
	}

	#fContact .contact-btn-wrap{
		display: block;
		margin-top: 30px;
	}

	#fContact .contact-btn-wrap .contact-btn-item{
		margin-bottom: 20px;
	}
}

.comBlock {
    margin: 0 0 3em;
    padding: 30px;
    background: #fff;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.comBlock * {
	box-sizing: border-box;
}
.reasonTit {
    font-size: 80%;
    margin: 0 1.5em 0 0;
    font-weight: bold;
}
.reasonTit span {
    font-size: 140%;
    font-style: normal;
    margin: 0 0 0 0.1em;
}
.faxWrap {
    position: relative;
    margin: 0 0 60px 0;
}
.faxBlock {
    display: table;
    width: 100%;
}
.faxBlock .boxL {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
}
.faxBlock .boxR {
    display: table-cell;
    vertical-align: middle;
}
.faxNum {
    font-weight: bold;
    padding: 0 0 0 40px;
    font-size: 290%;
}

@media screen and (max-width: 768px) {
	.comBlock {
		padding: 15px;
	}
	.reasonTit {
		margin:0 1em 0 0;
	}
	.faxBlock {
		display: block;
	}
	.faxBlock .boxL {
		display: block;
		width: 100%;
		text-align: center;
	}
	.faxBlock .boxR {
		display: block;
		margin: 15px 0 0;
		text-align: center;
	}
	
}

.osusumeBlock {
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 1px solid #cccccc;
}
.osusumeBlock .imgL {
  float: left;
  margin-right: 1.5em;
}
.boxF {
  overflow: hidden;
}
.osusumeBlock h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #062955;
}
.osusumeBlock p {
  margin: 0;
}
.qaTop {
  display: table;
  width: 100%;
  margin: 0 0 2.5em 0;
}
.qaTop .boxL {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
}
.qaTop .boxR {
  display: table-cell;
  vertical-align: middle;
  color: #062955;
  font-weight: bold;
  font-size: 160%;
}
.faqBlock .que {
  color: #062955;
  font-size: 140%;
  margin: 0 0 0.5em 0;
}
.faqBlock .que span {
  display: inline-block;
  width: 30px;
  padding: 0 5px 0 0;
  text-align: right;
}
.faqBlock .ans {
  padding: 0.4em 0.4em 1.5em 30px;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #cccccc;
  text-indent: 0;
  position: relative;
}
.faqBlock .ans span {
  display: inline-block;
  width: 30px;
  padding: 0 5px 0 0;
  color: #d6c743;
  font-size: 140%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.qaBottom {
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
}
.qaBottom .boxL {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}
.qaBottom .boxR {
  display: table-cell;
  vertical-align: middle;
  color: #d6c743;
  font-weight: bold;
  font-size: 160%;
}
.noArrow {
  content: '';
  margin: 0 0 20px 0;
}
.flowBlock {
  background: #fcf3d9;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  margin: 0 0 60px 0;
}
.flowBlock:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #0b4fa2 transparent transparent transparent;
}
.flowBlock:last-child {
  margin: 0;
}
.flowBlock:last-child:after {
  margin: 0;
  border-width: 0 0 0 0;
}
.flowBlock h3 {
  color: #062955;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-shadow: 0px -1px 1px rgba(255,255,255,0.9);
}
.flowBlock .imgL {
  float: left;
  margin-right: 1.5em !important;
}
.flowBlock p {
  margin: 0 0 1.5em 0;
}
.telBlock {
  color: #063048;
}
.telBlockIn {
  text-align: left;
  display: inline-block;
}
.telBlock .telNum {
  font-weight: bold;
  padding: 0 0 0 35px;
  font-size: 220%;
  line-height: 0.9;
}
.telBlock .telOpen .telTit {
  display: inline;
  border-radius: 3px;
  background: #a0a0a0;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0 0.5em 0 0;
  font-size: 80%;
  vertical-align: middle;
}
.telBlock .telOpen .telTime {
  font-size: 110%;
  line-height: 1;
  vertical-align: middle;
}
.telBlock .telOpen .fsS {
  vertical-align: middle;
}
.takuhaiBtn {
  margin: 1em 0 0 0;
  padding: 0 15px 0 0;
}
.takuhaiKit {
  margin: 0 0 60px 0;
  border: 2px solid #cccccc;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  position: relative;
}
.takuhaiKit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #0b4fa2 transparent transparent transparent;
}
.takuhaiKit h3 {
  color: #062955;
  font-weight: bold;
  font-size: 120%;
}
.takuhaiBtn {
  margin: 1em 0 0 0;
  padding: 0 15px 0 0;
}
.comTbl01 .kikkake li, .comTbl01 .moushikomi li {
	width: 31%;
	float: left;
	margin: 0 2% 0 0;
}
.kitsize {
    overflow: hidden;
    margin: 0 0 1em 0;
}
.kitsize li {
    width: 44%;
    float: left;
    margin: 0 2% 0 0;
}
.kitSend {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    background: #f5f5f5;
}
.contactSend {
    margin: 1.5em 0 0 0;
    text-align: center;
}
a.borderlink {
	text-decoration: underline;
}
a.borderlink:hover {
	text-decoration: none;
}
.comTit03 {
    color: #063048;
    font-weight: bold;
    margin: 0 0 1em;
    font-size: 120%;
    line-height: 1.2;
    padding: 0 0 0 10px;
    border-left: 3px solid #1d2c58;
}

button.comBtn01 {
	-webkit-align-items: center;
	align-items: center;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25em;
	font-weight: 500;
	height: 60px;
	-webkit-justify-content: center;
	justify-content: center;
	outline: none;
	margin: 20px auto 0;
	max-width: 400px;
	padding: 5px 23px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
button.comBtn01:hover {
	opacity: .7;
	background: #2c9a62;
	box-shadow: none;
}

@media screen and (max-width: 768px) {
.osusumeBlock {
    padding: 0 0 2em;
    margin: 0 0 2em;
    border-bottom: 1px solid #cccccc;
  }
  .osusumeBlock .imgL {
    display: block;
	float: none;
	margin-right: auto !important;
    margin: 0 auto 1.5em;
  }
  .boxF {
    overflow: hidden;
  }
  .osusumeBlock h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #062955;
  }
  .osusumeBlock p {
    margin: 0;
  }
  .qaTop {
    width: 100%;
    margin: 0 0 1.5em 0;
  }
  .qaTop .boxL {
	width: 70px;
    margin: 0 0 1em;
    text-align: center;
  }
  .qaTop .boxR {
	padding: 0 0 0 10px;
    color: #062955;
    font-weight: bold;
    font-size: 120%;
  }
  .faqBlock .que {
    color: #062955;
	font-size: 110%;
	padding: 0 0 0 30px;
	margin: 0 0 0.5em 0;
	position: relative;
  }
  .faqBlock .que span {
    display: inline-block;
    width: 30px;
    padding: 0 5px 0 0;
	text-align: right;
	position: absolute;
    left: 0;
    top: 0;
    text-align: right;
  }
  .faqBlock .ans {
    padding: 0.4em 0.4em 1.5em 30px;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #cccccc;
    text-indent: 0;
    position: relative;
  }
  .faqBlock .ans span {
    display: inline-block;
    width: 30px;
    padding: 0 5px 0 0;
    color: #d6c743;
    font-size: 140%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
  }
  .qaBottom {
	display: block;
    width: 100%;
    margin: 2em 0 0 0;
  }
  .qaBottom .boxL {
	display: block;
    width: 100px;
    margin:0 auto .5em;
  }
  .qaBottom .boxR {
	display: block;
	color: #d6c743;
	text-align: center;
    font-weight: bold;
    font-size: 140%;
  }
  .noArrow {
    content: '';
    margin: 0 0 20px 0;
  }
  .flowBlock {
    background: #fcf3d9;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 60px 0;
  }
  .flowBlock:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 36px 0 36px;
    border-color: #0b4fa2 transparent transparent transparent;
  }
  .flowBlock:last-child {
    margin: 0;
  }
  .flowBlock:last-child:after {
    margin: 0;
    border-width: 0 0 0 0;
  }
  .flowBlock h3 {
    color: #062955;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 1em 0;
    text-shadow: 0px -1px 1px rgba(255,255,255,0.9);
  }
  .flowBlock .imgL {
	float: none;
	display: block;
	margin-right: auto!important;
    margin: 0 auto 1.5em;
  }
  .flowBlock p {
    margin: 0 0 1.5em 0;
  }
  .telBlock {
    color: #063048;
  }
  .telBlockIn {
    text-align: left;
    display: inline-block;
  }
  .telBlock .telNum {
    background: url(../img/icon_tel.png) no-repeat left center;
    font-weight: bold;
    padding: 0 0 0 35px;
    margin: 0 0 10px;
    font-size: 180%;
    line-height: 0.9;
  }
  .telBlock .telOpen .telTit {
    display: inline;
    border-radius: 3px;
    background: #a0a0a0;
    color: #fff;
    padding: 0.2em 0.8em;
    margin: 0 0.5em 0 0;
    font-size: 80%;
    vertical-align: middle;
  }
  .telBlock .telOpen .telTime {
    margin: .5rem 0 0;
    font-size: 110%;
    line-height: 1;
    vertical-align: middle;
  }
  .telBlock .telOpen .fsS {
    vertical-align: middle;
  }
  .takuhaiBtn {
    margin: 1em 0 0 0;
  }
  .takuhaiBtn .fL,
  .takuhaiBtn .fR {
	float: none;
  }
  .takuhaiBtn .imgR {
	float: none;
	margin-right: 0!important;
  }
  .takuhaiBtn a {
    display: block;
    text-align: center;
  }
  .takuhaiBtn a:first-of-type {
    margin: 0 0 .5em;
  }
  .takuhaiKit {
    margin: 0 0 60px 0;
    border: 2px solid #cccccc;
    padding: 15px;
    background: #fff;
    border-radius: 0;
    position: relative;
  }
  .takuhaiKit:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 36px 0 36px;
    border-color: #0b4fa2 transparent transparent transparent;
  }
  .takuhaiKit h3 {
    color: #062955;
    font-weight: bold;
    font-size: 120%;
  }
  .takuhaiBtn {
    margin: 1em 0 0 0;
    padding: 0 15px 0 0;
  }
  .comTbl01 .kikkake li, .comTbl01 .moushikomi li {
	  width: 48%;
  }
}

/**
 * Clearfix
 */
.cl {
  display: block;
  min-height: 1%;
}
.cl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*font*/
.fwB{font-weight:bold !important;}
.fsS{font-size:85% !important;}
.fsM{font-size:120% !important;}
.fsL{font-size:150% !important;}
.fsXL{font-size:180% !important;}

/*margin,padding*/
.mC{margin-left: auto; margin-right: auto;}
.mbN{margin-bottom:0 !important;}
.mbSS{margin-bottom:0.5em !important;}
.mbS{margin-bottom:1em !important;}
.mbM{margin-bottom:2em !important;}
.mbL{margin-bottom:4em !important;}
.mbXL{margin-bottom:5em !important;}

.mtN{margin-top:0 !important;}
.mtS{margin-top:1em !important;}
.mtM{margin-top:2em !important;}
.mtL{margin-top:4em !important;}
.mtXL{margin-top:5em !important;}

.inS{padding:0 15px;}

/*float*/
.fL{float:left;}
.fR{float:right;}
.imgL{float:left;margin-right:1.5em !important;}
.imgR{float:right;margin-left:1.5em !important;}

/*display*/
.inB{display:inline-block;}
.disB{display:block;}

.noB{border:none !important;}

/*color*/
.fRed{color:#d80000;}
.fKey{color:#207e9f;}
.fAccent{color:#df225f;}

.u-spnone {
  display: block;
}
@media screen and (max-width: 768px) {
	.u-spnone {
		display: none;
	}
	
	/*font*/
	.fsS {
	font-size: 85% !important;
	}
	.fsM {
	font-size: 110% !important;
	}
	.fsL {
	font-size: 130% !important;
	}
}




.takuhaiBnr {
  margin: 20px;
  text-align: center;
}
.header-top {
  margin-bottom: 10px;
}
.header-right .header-tel .tel {
  color: #2c9a62;
}
.block-intro ul li span {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.header-right .header-btn a {
  border-radius: 40px;
}
.side-bnr .side-bnr-tit {
  border-color: #2c9a62;
  color: #2c9a62;
}
.side-bnr:not(:first-child) .side-bnr-tit {
  background: #2c9a62;
  color: #fff;
}
.side-bnr .side-bnr-tit:before,
.side-bnr--map .map-tit:before{
  display: none;
}
.side-bnr--cont .tel {
  color: #2c9a62;
}
.side-bnr--cont .cont-btn a {
  border-radius: 40px;
}
.page-top a {
  background-color: #fff;
}
.page-top a:after {
  border-right-color: #2c9a62;
  border-top-color: #2c9a62;
}
#footer {
  background: #2c9a62;
  color: #fff;
}
.service-footer h4:before {
  border-left-color: #fff;
}
#footer .footer-info {
  background: #2c9a62;
  border-top: 1px solid rgba(255,255,255,.6);
}
#footer a:hover {
  color: #efecb2;
}

.tit-dotted {
  color: #2c9a62;
}
.tit-underline span {
  border: none;
  padding-bottom: 0;
}
.tit-border {
  border-color: #2c9a62;
}
.tit-border a {
  color: #2c9a62;
}

.title {
  background-color: #fff;
  border-top: 2px solid #2c9a62;
  border-bottom: 2px solid #2c9a62;
  color: #2c9a62;
  padding: 7px 10px 7px 40px;
}
.title:before {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0;
  top: 50%;
  left: 14px;
  transform: translate(0,-50%);
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_tit@2x.png) no-repeat center;
  background-size: contain;
}
.btn-orange {
  background-color: #0c6390;
  border-color: #0c6390;
  color: #fff;
  border-radius: 40px;
}
.btn-orange:hover {
  background-color: #fff;
  color: #0c6390;
  opacity: .8;
}
.tab-list + p .btn-orange {
  background-color: #2c9a62;
  border-color: #2c9a62;
}
.tab-list + p .btn-orange:hover {
  background-color: #fff;
  color: #2c9a62;
  opacity: .8;
}
.tab-list,
.float-tit .tit {
  background-color: #2c9a62;
}
.float-tit .tit:after {
  border-left-color: #2c9a62;
}
.home-reason-list li .home-reason-num {
  bottom: auto;
  top: 14px;
}
.contact-common {
  border: none;
}

.contact-common-wrap a {
  border-radius: 40px;
}

.contact-common-wrap .tel .btn-arrow {
  background-color: #2c9a62;
  border-color: #2c9a62;
}
.contact-common-wrap .tel .btn-arrow * {
  color: #fff;
}
.contact-common-wrap .tel .btn-arrow:after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.page-title .hline {
  color: white;
  letter-spacing: .3em;
  text-shadow: 0 0 16px rgba(0,0,0,.3);
}
.wrap-location {
  background: #2c9a62;
}
.wrap-location .tit-location {
  color: #fff;
}
.tit-table {
  background: #2c9a62;
  color: #fff;
}
.tbl-style02 thead th {
  background: #0c6390;
}
.tbl-style02 tbody th {
  background: #3881a7;
  color: #fff;
}
.box-txt {
  border: 2px solid #e46482;
  color: #e46482;
}
.bg-yellow {
  background: #2c9a62;
}
.bg-green {
  background: #0c6390;
}

.lcation02 {
  background: #eaf4fa;
}
.lcation02 .tit-location {
  color: #2c9a62;
}
.tbl-style01 tbody th {
  background: #3881a7;
  color: #fff;
}

.block-tbl .tit-table {
  background: #0c6390;
  color: #fff;
}
.tbl-style03 tbody th {
  background: #3881a7;
}

.tbl-company tbody th {
  color: #fff;
  background: #3881a7;
}
.tbl-contact em._required,
.comTbl01 th .must {
  background-color: #cc1313;
  color: #fff;
}
.faxNum {
    color: #3A0700;
    background: url(../images/takuhai/fax_mark.png) no-repeat left center;
    font-size: 250%;
}

.osusumeBlock h3,
.faqBlock .que,
.flowBlock h3,
.takuhaiKit h3 {
  color: #2c9a62;
}
.comTit03 {
  color: #3881a7;
  border-left: 3px solid #3881a7;
}
.qaTop .boxR {
  color: #0c6390;
}
.flowBlock:after,
.takuhaiKit:after {
  border-color: #2c9a62 transparent transparent transparent;
}
.telBlock .telNum {
  margin: 0 0 5px;
  background: url(../images/takuhai/icon_tel.png) no-repeat left center;
}
.fRed{color:#c91717;}
.fKey{color:#2c9a62;}
.fAccent{color:#c91717;}

@media (min-width: 769px) {
  #nav-top > ul > li ul {
    border-color: #2c9a62;
  }
  #nav-top > ul > li:hover {
    background: #dcefe5;
  }
  #nav-top > ul > li > a:hover {
    color: #2c9a62;
  }
}
@media (max-width: 768px) {
  .header-right .header-tel a {
    border-color: #2c9a62;
    border-radius: 40px;
  }
  .header-top .header-logo img {
    height: 48px;
  }
  .header-btn-sp {
    background-color: #2c9a62;
  }
  #nav-top > ul > li a {
    color: #2c9a62;
  }
  #nav-top > ul li {
    border-color: #2c9a62;
  }
  .faxNum {
		font-size: 230%;
	}
  
}