@charset "utf-8";

.tBox1 {
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}

.tBox1_a {
	width: 260px;
}
.tBox1_a-tlt, .tBox1_b-tlt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}
.tBox1_a-tlt:before, .tBox1_b-tlt:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../img/common/tBox1_a-tlt.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	position: relative;
	top: 5px;
}
.tBox1_a-txt {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	padding: 25px 20px 60px;
	margin-top: 15px;
}
.tBox1_a-txt p {
	font-size: 14px;
	color: #333;
}
.tBox1_a-txt p+p {
	padding-top: 20px;
}
.tBox1_a-txt p span {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

.tBox1_b {
	width: 720px;
}
.tBox1_b-tlt:before {
	background-image: url(../img/common/tBox1_b-tlt.png);
}
.tBox1_b-main {
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}
.tBox1_b-main a {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 350px;
}
.tBox1_b-main a img {
	width: 100%;
	max-width: 350px;
}
.tBox1_b-main a p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(244, 97, 30, 0.8);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tBox1_b-main p:hover{
	opacity: 1;
}
.tBox2 {
	padding-top: 100px;
}

.tBox2_a {
	background-color: #FFF5E5;
	margin: 40px 0;
	padding: 70px 0;
}
.tBox2_b {
	padding-bottom: 60px;
}
.tBox2_b div {
	width: 212px;
}
.tBox2_b div p {
	text-align: center;
}
.tBox2_b div p img {
	width: 100%;
	max-width: 212px;
}
.tBox2_b div p+p {
	padding-top: 25px;
}
.tBox2_b div p span {
	display: inline-block;
	font-size: 20px;
	color: #F25913;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: 'Kozuka Gothic Pr6N';
}
.tBox3 {
	padding-top: 60px;
}
.tBox3_a {
	margin-top: 40px;
}
.tBox3_a div {
	width: 212px;
}
.tBox3_a div p {
	text-align: center;
	font-size: 12px;
}
.tBox3_a div p+p {
	padding-top: 15px;
}
.tBox3_a div p span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	font-family: 'Kozuka Gothic Pr6N';
	padding-bottom: 10px;
}
.tBox4 {
	padding-top: 100px;
}
.tBox4_a {
	margin-top: 40px;
	padding: 45px 0;
	border-top: 1px solid #eee;
	overflow: auto;
}
.tBox4_b {
	width: 212px;
	float: left;
	margin-right: 35px;
}
.tBox4_b img {
	width: 100%;
	max-width: 212px;
}
.tBox4_c {
	float: left;
	width: 390px;
	margin-right: 35px;
}
.tBox4_d {
	float:left;
	width: 230px;
}

.tBox4_c p, .tBox4_d p {
	font-size: 12px;
	line-height: 160%;
}
.tBox4_c-tlt {
	font-size: 14px;
	color: #F6814C;
	font-weight: bold;
	padding-bottom: 10px;
}

.tBox5 {
	padding: 85px 0;
}
.tMap {
	padding: 25px 0;
}
.tBox5_a {
	padding-top: 90px;
	overflow: auto;
}
.tBox5_b {
	width: 430px;
	float: left;
}
.tBox5_b img {
	width: 100%;
	max-width: 430px;
}
.tBox5_c {
	width: 538px;
	float: left;
	padding-left: 20px;
}
.tBox5_c p {
	border-top: 1px solid #eee;
	padding: 15px 20px;
	font-size: 14px;
}
.tBox5-lbl {
	display: inline-block;
	width: 76px;
	line-height: 24px;
	background-color: #F35913;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.tBox5_d {
	padding-top: 70px;
}
.tBox5_d table {
	width: 100%;
	border-collapse: collapse;
}
.tBox5_d table td, .tBox5_d table th {
	text-align: center;
	padding: 15px 0;
	border: 1px solid #ddd;
}
.tBox5_d table th {
	background-color: #FFF5E5;
}
.tBox5_d table td:first-of-type {
	width: 240px;
	background-color: #FFFCF7;
}
.tBox5_d table td:not(:first-of-type) {
	font-weight: bold;
	width: 108px;
}