@charset "utf-8";
/* 選ばれる理由 */
.reason, .top_voice {
  background: url("../img/top/reason_bg.png")repeat-x left bottom;
}
.reason .col_3 > li {
  position: relative;
}
.reason .col_3 > li > a {
  display: block;
}
.reason .col_3 > li h4 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-right: 1px solid #116845;
  color: #116845;
  background-color: #fff;
  width: 42px;
  height: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
}
.reason .col_3 > li figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reason, .top_voice {
    background: none;
  }
  .reason .col_3 > li {
    margin-bottom: 20px;
  }
  .reason .col_3 > li h4 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    border-right: none;
    color: #116845;
    background-color: #fff;
    width: 100%;
    height: auto;
    line-height: 1.8;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .reason .col_3 > li figure {
    margin-bottom: 20px;
  }
}

	.txt_reason{
		display: inline-block;
		background: #116845;
		padding: 8px;
		line-height: 1;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}



/* 料金 */
.bg_green001{
	background: #116845;
	color: #fff;
}
.bg_white001{
	background: #fff;
	padding: 50px;
	color: #116845;
}
@media screen and (max-width: 767px) {
.bg_white001{
	padding: 20px;
}
}
.border_green{
	border-bottom: #116845 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}
.bg_01 {
  background-color: #e6f0ec;
  text-align: center;
}
.top_pickup_tit_2 {
  color: #116845;
  font-size: 4.2rem;
}
.top_pickup_tit_sub {
  font-size: 2.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_pickup_tit_2 {
    font-size: 2.4rem;
  }
  .top_pickup_tit_sub {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.f_green{
	color: #116845 !important;
}
.list_001{
	border-bottom: #116845 1px solid;
	border-top: #116845 1px solid;
}
.list_001 >li{
	padding: 15px 0;
	box-sizing: border-box;
	float: left;
	width: 16.6666%;
	text-align: center;
	color: #116845;
	font-size: 1.2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
.list_001 >li{
	padding: 15px 8px;
	width: 33.3333%;
	text-align: left;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
}
.list_001 >li:nth-child(1),
.list_001 >li:nth-child(2),
.list_001 >li:nth-child(3),
.list_001 >li:nth-child(4),
.list_001 >li:nth-child(5),
.list_001 >li:nth-child(6){
border-bottom: #dcdcdc 1px solid;
}
@media screen and (max-width: 767px) {
.list_001 >li:nth-child(7),
.list_001 >li:nth-child(8),
.list_001 >li:nth-child(9){
border-bottom: #dcdcdc 1px solid;
}
}
.list_001 >li:last-child{
	letter-spacing: -1px;
}

.list_001 >li::before{
font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  content: "\f078";
	font-weight: 900;
	padding-right: 5px;
}



.list_001 >li a{
	color: #116845;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.list_001 >li a i{
}
}
.box_01{
	border: #116845 1px solid;
	padding: 60px;
}
@media screen and (max-width: 767px) {
	.box_01{
	padding: 20px;
}

}
.box_02{
	background: #116845;
	padding: 40px 60px;
	color: #fff;
	display: none;
}
@media screen and (max-width: 767px) {
.box_02{
	padding:20px;
}
}


.ttl_se01 dt{
	float: left;
	width: 85px;
	background: #116845;
	padding: 20px 10px;
	font-size: 4.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
		
}
@media screen and (max-width: 767px) {
.ttl_se01 dt{
	float: left;
	width: 20%;
	padding: 10px;
	font-size: 2.8rem;
		
}
}
.ttl_se01 dd{
	float: right;
	width: 980px;
	color: #116845;
}
@media screen and (max-width: 767px) {
.ttl_se01 dd{
	width: 78%;
	line-height: 1.1;
}
}

.ttl_se02{
	border-left: #116845 4px solid;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 15px;
}

.list_002 > li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.price_txt{
	display: table;
	width:	100%;
}
.price_txt dt{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
.price_txt dt{
	display: block;
	width: 100%;
}
}
.price_txt dd{
	display: table-cell;
	width:60%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
.price_txt dd{
	display: block;
	width: 100%;
}

.sp_t_left{text-align: left !important;}


}

.ryokin_dl dl{margin-bottom: 20px;}

.ryokin_dl dl dt{font-weight: bold;font-size: 1.8rem;margin-bottom: 5px;}

.li_mb10 li{margin-bottom: 10px;}


/* jirei */
.con_sin_tit{font-size: 3.2rem;text-align: center;}

@media screen and (max-width: 767px) {
.con_sin_tit{font-size: 1.8rem;
    text-align: left;
    font-weight: 600;}

}

/*会社概要*/
.bg_top002{
	position:relative;
}
.bg_top002::after{
	content: "";
	background: #e6f0ec;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.greeting_area{
	position: relative;
	z-index: 2;
}

/*お問い合わせ*/
.form_aera{
		border-right: #eee 1px solid;
	border-top: #eee 1px solid;

}
@media screen and (max-width: 767px) {
.form_aera{
		border: #eee 1px solid;

}
}
.form_detail{
	display:table;
	width: 100%;
	box-sizing: border-box;
}

.form_detail dt{
	display: table-cell;
	width: 25%;
	background: #f8f8f8;
	padding: 15px;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: #fff 1px solid;
}
@media screen and (max-width: 767px) {
.form_detail dt{
	display: block;
	width: 100%;
	background: #f8f8f8;
	border-bottom: none;
}
}
.form_detail dd{
	display: table-cell;
	width: 75%;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: #eee 1px solid;
}
@media screen and (max-width: 767px) {
.form_detail dd{
	display: block;
	width: 100%;
	border-bottom:none;
}
}
.red{
	color:#D83235;
}
input{
	padding: 5px;
	box-sizing: border-box;
}
textarea{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	height: 180px;
}
.btn_confirm,
.btn_submit{
display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #116845;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #116845;
    padding: 15px;
	width: 350px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.btn_confirm,
.btn_submit{
    font-size: 1.4rem;
	width: 90%;
}
}
.btn_confirm:hover,
.btn_submit:hover{
    color: #fff;
    background-color: #116845;
}
.mw_wp_form_input .step2 {
    display: none;
}
input[type="text"],input[type="email"] {
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #000;
}
@media screen and (max-width : 768px ) {
.btn_confirm a {
	padding: 10px;
}
input[type="text"],input[type="email"] {
	font-size: 1.6rem;
	}
.mwform-tel-field input[type="text"] {
	padding: 5px;
}
}