@charset "utf-8";


/* 
-----------------------------------------------------*/

@media only screen and (max-width: 1000px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: 450px;
		background: url("../img/about/about_side_main_tab.png") no-repeat center bottom;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 378 / 489);
		background: url("../img/about/about_side_main.png") 0 0 no-repeat;
		background-size: contain;
	}
}
.aboutCommonTxt01 {
	font-size: 1.4rem;
	line-height: 2.35;	
	margin: 0;
}

.aboutIndexTbl01 {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.aboutIndexTbl01 th ,
.aboutIndexTbl01 td {
	vertical-align: top;
	border-bottom: 1px dotted #B3B3B3;
}
.aboutIndexTbl01 tr:last-child th ,
.aboutIndexTbl01 tr:last-child td {
	border-bottom: none;
}

.aboutIndexTbl01 th {
	padding: 15px 0;
	width: 170px;
	text-align: left;
	vertical-align: middle;
}

.aboutIndexTbl01 th img {
	width: 170px;
	height: auto;
	max-width: none;
}

@media only screen and (max-width: 767px) {
	.aboutIndexTbl01 th {
		padding: 1em;
		width: 50px;
	}

	.aboutIndexTbl01 th img {
		width: 50px;
		height: auto;
		max-width: none;
	}
}

.aboutIndexTbl01 td {
	padding: 1.5em;
	vertical-align: middle;
}
.aboutIndexTbl01 td ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.aboutIndexTbl01 td ul li {
	display: inline-block;
	margin: 0.5em 1.5em 0.5em 0;
	padding: 0;
	list-style-type: none;
}
.aboutIndexTbl01 td img {
	width: auto;

	vertical-align: middle;
}

.aboutIndexTbl01 td .pt img {
	width: auto;

}

.aboutIndexTbl01 td .pic img {
	width: auto;

}



@media only screen and (max-width: 767px) {
	.aboutIndexTbl01 td ul li {
		display: inline-block;
		margin: 0.5em 1em 0.5em 0;
		padding: 0;
		list-style-type: none;
	}
	.aboutIndexTbl01 td img {
		width: auto;

	}
	
	.aboutIndexTbl01 td .pt img {
		width: auto;

	}


	.aboutIndexTbl01 td .pic img {
		width: auto;

	}	
}

.strengthApprovallistList01 {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

.strengthApprovallistTbl01 .tit{
	padding: 0 5px;
	text-align: center;
}

.strengthApprovallistList01 dt {
	float: left;
	margin: 0.1em 1em 0 0;
}
.strengthApprovallistList01 dd {
	overflow: hidden;
	line-height: 1.2;
}
.strengthApprovallistList01 dd strong {
	font-size: 2.4rem;
	color: #ff3535;
}
.strengthApprovallistTbl01Wrapper {
	margin: 40px 0 0 0;
}
.strengthApprovallistTbl01 {
    border-collapse:collapse;
    border-spacing:0;
}
.strengthApprovallistTbl01 th ,
.strengthApprovallistTbl01 td {
	padding: 0;
	text-align: center;
}
.strengthApprovallistTbl01 tr:nth-of-type(1) th {
	font-size: 1.2rem;
	line-height: 120%;
	font-weight: normal;
}
.strengthApprovallistTbl01 th:nth-of-type(1) img {
	height: 100%;
}
.strengthApprovallistTbl01 td {
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 5px 20px 0;
	white-space: nowrap;
}
.strengthApprovallistTbl01 td strong {
	font-size: 1.8rem;
}
.strengthApprovallistTbl01 tr:nth-of-type(2) td {
	border-bottom: 3px solid #FF4F4F;
}
.strengthApprovallistTbl01 tr:nth-of-type(2) td strong {
	color: #FF4F4F;
}
.strengthApprovallistTbl01 tr:nth-of-type(3) td {
	border-bottom: 3px solid #FF7F7F;
}
.strengthApprovallistTbl01 tr:nth-of-type(4) td {
	border-bottom: 3px solid #FFAFAF;
}
.strengthApprovallistTbl01 tr:nth-of-type(5) td {
	border-bottom: 3px solid #FFD5D5;
}
@media only screen and (max-width: 767px) {

	.strengthApprovallistTbl01 {
		width: 100%;
	}
	.strengthApprovallistTbl01 th:nth-of-type(1) {
		display: none;
	}
	.strengthApprovallistTbl01 td {
		font-size: 1.4rem;
		padding: 5px;
	}
	.strengthApprovallistTbl01 td strong {
		font-size: 1.8rem;
	}
}

.strengthApprovallistTbl02 {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.strengthApprovallistTbl02 th ,
.strengthApprovallistTbl02 td {
	padding: 0.6em 1.5em;
	border: 1px solid #B3B3B3;
}
.strengthApprovallistTbl02 th {
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
	background: #F6F6F6;
}
.strengthApprovallistTbl02 td {
	font-size: 1.8rem;
	line-height: 1.2;
	width: 120px;
	text-align: center;
}
.strengthApprovallistTbl02 td strong {
	font-size: 3.0rem;
}

@media only screen and (max-width: 767px) {
	.strengthApprovallistTbl02 td {
		font-size: 1.4rem;
		width: 60px;
	}
	.strengthApprovallistTbl02 td strong {
		font-size: 1.8rem;
	}
}


.imgAdd01{
	max-width: 322px;
	margin: 0 auto;
}

/* add
-----------------------------------------------------*/
.strengthIndexList01 {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.strengthIndexList01 > li {
	margin: 30px 15px 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
}
.strengthIndexList01 > li a {
	display: table;
	width: 100%;
	text-align: center;
	text-decoration: none;
	height: 48px;
	padding: 0 60px;
	border: 1px solid #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.strengthIndexList01 > li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url("../img/common/common_mark02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 5%;
	top: calc(50% - 6px);
}
.strengthIndexList01 > li a span {
	display: table-cell;
	vertical-align: middle;
}
.strengthIndexList01 > li a:hover {
	text-decoration: underline;
}
.strengthIndexList01 > li.item01 a {
	background: url("../img/strength/strength_index_icon01.png") 10px center no-repeat;
}
.strengthIndexList01 > li.item02 a {
	background: url("../img/strength/strength_index_icon02.png") 10px center no-repeat;
}
.strengthIndexList01 > li.item03 a {
	background: url("../img/strength/strength_index_icon03.png") 10px center no-repeat;
}
.strengthIndexList01 > li.item04 a {
	background: url("../img/strength/strength_index_icon04.png") 10px center no-repeat;
}
.strengthIndexList01 > li.item05 a {
	background: url("../img/strength/strength_index_icon05.png") 10px center no-repeat;
}
.strengthIndexList01 > li.item06 a {
	background: url("../img/strength/strength_index_icon06.png") 10px center no-repeat;
}