@charset "UTF-8";

.title{
background-color:#93C172;
height:200px;
}

.title h1{
margin: 0 auto;
padding-top: 75px;
max-width: 80%;
width: 80%;
color: #fff;
font-weight: 300;
font-size: 2.5em;
line-height: 0.8em;
}

.title h1 span{
color: #52955B;
font-weight: 300;
font-size: 0.4em;
}

.sec_cts{
max-width:1000px;
margin: 75px auto;
overflow:hidden;
}

.heading1,.head_office{
	color:#7EB557;
	font-size: 30px;
	font-weight: 300;
}

.heading1,.title1,.sec_cts p{
	text-align:center;
}

.head_office,.title2{
	text-align:left;
}

.kb_link a{
	color: #52955B;
	text-decoration: none;
	vertical-align: top;
}

.kb_link a:hover, .kb_link a:active{
	opacity: 0.6;
	transition: 0.3s;
}

p.kb_link{
	text-align: left;

}

.kb_link a::after{
	content: url('../img/kb_link_icon.png');
	margin-left: 5px; 
	position:relative;
	top:2px;
}

.tbl,.head_office_tbl{
	border-collapse:collapse;
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.tbl th{
	color:#93C172;
}
.tbl td {
	line-height: 1.7;
	font-size: 14px;
}
.tbl th,.tbl td{
	/* border:1px solid black; */
	padding:10px;
}
.head_office_tbl th,.head_office_tbl td{
	/* border:1px solid black; */
	padding:5px;
	text-align:left;
}
.tbl th{
	width:15%;
	text-align:left;
}
.gyoumu_naiyou{
	vertical-align:top;
}

.left_box{
	float:left;
	width:45%;
	text-align:right;
}

.right_box{
	float:right;
	width:45%;
	text-align:right;
}
.office_address {
	display: flex;
	flex-wrap: wrap;
}
.city_div_left{
	margin:15px 0px 10px 25px;
	width:30%;
}
.city{
	text-align:left;
	color:#7EB557;
	font-weight: 300;
}

.address{
	font-style:normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

.creed_wrap{
	/*
	background-color: #fff;
	padding: 24px 0 28px;
	border: 1px solid #ededed;
	position: relative;
	max-width: 690px;
	margin: 30px auto 0;
	*/
	margin: 30px auto 0;
}
.creed_wrap p{
	margin-top: 0;
	margin-bottom: 0;
}
.creed_wrap  .creed_wrap--txt01{
	margin-bottom: 12px;
}
.creed_wrap  .creed_wrap--txt01 span{
	display: inline-block;
	background-color: #93c172;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 9px;
	line-height: 23px;
}
.creed_wrap  .creed_wrap--txt02{
    font-size: 18px;
    margin-bottom: 10px;
    color: #93c172;
}
.creed_wrap  .creed_wrap--txt03{
	line-height: 2;
	/* color: #93c172; */
	/* font-weight: bold; */
	font-size: 14px;
}

@media (max-width: 64em) {
	.main{
		font-size:13px;
	}
	.title{
	background-color:#93C172;
	height:100px;
	}
	.title h1{
	padding-top: 30px;
	max-width: 90%;
	width: 90%;
	color: #fff;
	font-weight: 100;
	font-size: 2em;
	line-height: 0.8em;
	}

	.title h1 span{
	font-size: 0.5em;
	}
	
	.heading1 {
    font-size: 22px;
	}

	.sec_cts{
	max-width:1000px;
	margin: 25px auto;
	overflow:hidden;
	padding: 0 5%;
	}
	.left_box{
		width:100%;
		text-align:right;
	}
	.right_box{
		width:100%;
		text-align:right;
	}
	.head_office,.title2{
		text-align:center;
	}
	.head_office_tbl th{
		text-align:center;
	}
	.city_div_left{
		width:40%;
	}
	.tbl th{
		width:27%;
	}

	p.kb_link{
		text-align:center;
		margin: 20px auto 40px;
	}

	.creed_wrap{
		margin-top: 20px;
		margin-bottom: 10px;
	}
}


@media (max-width: 499px) {
	.creed_wrap .creed_wrap--txt01{
		font-size: 14px;
	}
	.creed_wrap .creed_wrap--txt02{
		font-size: 18px;
	}
	.creed_wrap .creed_wrap--txt03{
		font-size: 14px;
	}
}