@charset "UTF-8";
body {
	color: #000;
}
img {
	max-width: 100%;
}
.mainImg img {
	width: 100%;
}
.txtPl01 {
	text-align: center;
	padding: 60px 0;
}
.taPl01 {
	width: 100%;
	background: #ebebeb;
}
.taPl01 th {
	width: 50%;
}
.taPl01 th img{
	height: 100%;
}
@media (max-width: 767px){
	.taPl01 th img{
		height:inherit;
	}
}	
.taPl01 td {
	background: #ebebeb;
	text-align: left;
	vertical-align: middle;
	padding: 90px 70px;
}
.partslp .h3wrap {
	position: relative;
	text-align: center;
	padding: 80px 35px 55px;
}
.partslp h3 {	
    font-family: "DIN Bold";
    font-size: 80px;
    font-weight: bold;
    padding: 0  35px;
	display: inline-block;
	background: #fff;
}
.partslp h3::after {
	content: "";
	position: absolute; 
	width: 100%;
	border-bottom: #000 solid 4px;
	left: 0;
	top: 56%;
	z-index: -1;	
}
.ul_partslp > li {
	margin-bottom: 90px;
}
.ul_partslp li img{
	width: 40%;
}
.ul_partslp li div{
	width: 55%;
}
.ul_partslp li div h4{
	font-family: "DIN Bold";
    font-size: 36px;
    font-weight: bold;
	color: #009600;
	border-bottom: #000 solid 4px;
	padding-bottom: 15px;
	line-height: 0.8;
}
.ul_partslp li:nth-child(odd) img{	
	float: left;	
}
.ul_partslp li:nth-child(odd) div {	
	float: right;
}
.ul_partslp li:nth-child(even) img{
	float: right;	
}
.ul_partslp li:nth-child(even) div {
	float: left;
}
.ul_sub {
	margin-top: 20px;
}
.ul_sub li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ul_sub li::before {
	position: absolute;
	content: "";
	border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	left: 0;
    top: 15px;
}
.ul_sub li a{
	text-decoration: underline;
}
.ul_sub li span{
	font-size: 12px;
}
.txtPl {
	background: #ebebeb;
	padding: 45px 0;
}
.txtPl .h3w {
	text-align: center;
}
.txtPl h3{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #000 solid 2px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.txtPl table th, .txtPl table td  {
	vertical-align: middle;
}
.txtPl table th {
	width: 25%;
	white-space: nowrap;
}
.txtPl table td  {
	font-size: 14px;
	line-height: 2;
}
.txtPl table td span {
	color: #cf1c24;
	font-weight: bold;
}
.txtPl table td li {
	padding-left: 20px;
	position: relative;
}
.txtPl table td li::before {
	content: "\2022";
	font-size: 50px;
    font-style: normal;
    color: #009600;
    line-height: 0;
	display: inline-block;
    width: 5px;
    height: 5px;
	position: absolute;
	left: -5px;
	top:9px;
}
.txtPl table th img {
	width: 157px;
	height: auto;
	margin-left: 20px;
}
@media (max-width: 767px){
	.mainImg {
		margin-top: 75px;
	}
	.txtPl01 {
		padding: 30px 0 30px;
	}
	.txtPl01 img{
		width: 100%;
		height: auto;
	}
	.taPl01 th, .taPl01 td {
		width: 100%;
		display: block;
	}
	.taPl01 td {
		padding: 40px 15px;
	}
	.partslp .h3wrap {
		position: relative;
		text-align: center;
		padding: 40px 15px;
	}
	.partslp .h3wrap h3 {
		font-size: 40px;
		padding: 0;
	}
	.partslp h3::after {
		top: 53%;
	}
	.ul_partslp li img, .ul_partslp li div {
		float: none !important;
		width: 100%;
	}
	.h4pl {
		font-family: "DIN Bold";
		font-size: 25px;
		font-weight: bold;
		color: #009600;
		border-bottom: #000 solid 4px;
		padding-bottom: 15px;
		line-height: 0.8;
		text-align: center;
		margin-bottom: 20px;
	}
	.ul_partslp > li {
		margin-bottom: 50px;
	}
	.ul_sub {
		margin-top: 5px;
	}
	.ul_sub li {
		font-size: 15px;
	}
	.ul_sub li span{
		display: block;
	}
	.txtPl table th, .txtPl table td {
		display: block;
		width: 100%;
	}
	.txtPl table th img {
		width: 47%;
		margin-left: 0;
	}
	.txtPl table th img:last-child{
		margin-left: 6%;
	}
	.txtPl {
		padding: 25px;
	}
	.txtPl table th {
		margin-top: 20px;
	}
	.txtPl table td {
		line-height: 1.5;
	}
	.txtPl table td li {
		margin: 12px 0;
	}
	.txtPl h3 {
		font-size: 18px;
	}
	.txtPl .container, .container.partslp {
		margin-bottom: 0px;
	}
}