@charset "utf-8";

#contents {
	margin-top: 40px;
	margin-bottom: 0;
}
#contentsInner > section {
	margin-top: 100px;
	margin-bottom: 0;
}
.pReadTxt {
	font-size: 20px;
	line-height: 1.75;
}
@media only screen and (max-width:767px) {
	#contents {
		margin-top: 20px;
	}
	#contentsInner > section {
		margin-top: 40px;
	}
	.pReadTxt {
		font-size: 13px;
	}
}

.image {
	width: 100%;
	margin-top: 50px;
}
@media only screen and (max-width:767px) {
	.image {
		height: auto;
		margin-top: 25px;
	}
}
.imageInner {
	margin: 0 auto;
	max-width: 100%;
}
.imageInner img {
	display: block;
	width: 100%;
	height: auto;
}

.factSheet {
	margin-top: 90px;
}

.tbl01{
	margin-top: 20px;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	text-wrap:normal;
	word-wrap:break-word;
	color:#333;
}
.tbl01 tbody th{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom: solid 1px #a0a0a0;
	padding: 20px 20px 20px 0;
	font-weight: 700;
	vertical-align:top;
	font-size: 16px;
	line-height: calc(24 / 16);
	width: 37%;
}
.tbl01 tbody td{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom: solid 1px #a0a0a0;
	padding: 20px 0;
	vertical-align:top;
	font-size: 16px;
	line-height: calc(24 / 16);
}

.tbl01 th{
	width:280px;
	text-align: left;
}
.tbl01 .linkbtn02 {
	margin-top: 10px;
	max-width: 200px;
}

@media only screen and (max-width:767px){
	.tbl01 {
		margin-top: 10px;
	}
	.tbl01 tbody th{
		display: block;
		border-bottom: none;
		padding: 16px 0 6px;
		font-size: 12px;
		width: 100%;
	}

	.tbl01 tbody td{
		display: block;
		font-size: 12px;
		padding: 6px 0 18px;
		line-height: calc(18 / 12);
	}
	.tbl01 .linkbtn02 {
		margin-top: 15px;
		max-width: 150px;
	}
}

/* -----------------------------------------------------------------------------
	whoWeAre
*/
#whoWeAre {
	margin: 125px 0 160px;
}
#whoWeAre .secTitle {
	text-align: center;
	line-height: 1;
	margin-bottom: -15px;
} 
#whoWeAre .inner {
	background-color: #f7f7f8;
	padding: 70px 60px;
}
#whoWeAre .linkbtnList {
	max-width: 1100px;
	margin-inline: auto;
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 1;
}

#whoWeAre .linkbtn03 {
	border: 1px solid #ff2600;
	color: #ff2600;
	font-size: 24px;
	font-weight: 700;
	padding: 12px 16px;
}
.linkbtn03::before {
  background-color: #ff2600;
}
@media screen and (min-width: 768px){
  #whoWeAre .linkbtn03:hover {
    color: #fff;
  }
}

@media only screen and (max-width:767px){
	#whoWeAre {
		margin: 40px 0 100px;
	}
	#whoWeAre .inner {
		padding: 55px 20px 30px;
	}
	#whoWeAre .linkbtnList{
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 30px;
	}
	#whoWeAre .linkbtn03 {
		font-size: 14px;
		padding: 10px 16px;
	}
}



