@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	.center {
		margin: 8vw auto 2vw;
	}
	.float-container .right {
		text-align: center;
	}
	.content_low section .btn-w200 {
		margin-top: 8vw;
	}
	.content_low section.sec1 {
		padding: 12vw 0;
	}
	.content_low section .head {
		margin-bottom: 5vw;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 4vw;
		padding-left: 6vw;
	}
	.content_low section h3 span {
		font-size: calc(44/640*100vw);
		text-align: left;
		line-height: 1.4;
	}
	.content_low section h3:before {
		content: "";
		top: 3vw;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 5vw;
		left: 2vw;
	}
	.content_low .sec1 ul li {
		margin: 0 auto 8vw;
	}
	.content_low .sec1 p.txt01 {
		margin-bottom: 10vw;
	}
	.content_low .sec2 {
		padding: 12vw 0 4vw;
	}
	.content_low section .float-container img {
		margin: 0 auto 4vw;
	}
	.float-container .left {
		text-align: center;
	}
	.float-container h4 {
		text-align: left;
		margin-bottom: 8vw;
	}
	.content_low section ul li {
		margin: 0 auto 8vw;
	}
	.tbl01 tbody th {
		width: 90px;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.center {
		text-align: center;
		margin: 60px auto 10px;
	}
	.tbl01 tbody td {
		padding: 5px 8px 5px 9px;
	}
	.tbl01 tbody th {
		padding: 5px 8px;
	}
	.content_low section.sec1 {
		padding: 134px 0 48px;
	}
	.float-container {
		margin-top: 45px;
	}
	.float-container .left {
		width: 380px;
	}
	.float-container .right {
		width: 380px;
	}
	.float-container .right img {
		margin-top: 70px;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 40px;
		padding-left: 35px;
	}
	.content_low section h3 span {
		font-size: 28px;
		text-align: left;
		line-height: 37px;
	}
	.content_low section h3:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #32339F;
		position: absolute;
		top: 10px;
		/* left: calc(50% - 10px); */
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		width: 10px;
		height: 10px;
		background: #32339F;
		position: absolute;
		top: 20px;
		left: 10px;
	}
	.tbl01 tbody th {
		width: 90px;
	}
	.sec2 ul li img {
		width: 300px;
		height: 230px;
	}
	.content_low .sec2 {
		padding: 100px 0 25px;
	}
	.content_low section ul {
		margin-top: 70px;
	}
	.content_low section ul li {
		margin-bottom: 75px;
	}
	.content_low section ul:after {
		content: "";
		display: block;
		width: 300px;
		-ms-flex-order:1; /*for IE10*/
		-webkit-order:1; /* for old webkit browser */
		order: 1;
	}
}
