@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	.tbl01 tbody th {
		width: 93px;
	}
	.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 .sec2 {
		padding: 12vw 0;
	}
	.content_low section .float-container img {
		margin-bottom: 4vw;
	}
	.content_low .sec3 {
		padding: 12vw 0;
	}
	.content_low section.sec3 .float-container {
		margin-top: 4vw;
	}
	.sec3 .txt01 {
		white-space: nowrap;
	}
	.content_low section.sec3 .float-container-2 {
		margin-top: 10vw;
	}
	.content_low section .float-container p.bold {
		font-size: calc(36/640*100);
		color: #333333;
		margin-bottom: 3vw;
		font-weight: bold;
	}
}
/* 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;
		width: 91px;
	}
	.content_low section {
		padding: 125px 0 90px;
	}
	.content_low section .float-container .left,
	.content_low section .float-container .right {
		width: 460px;
	}
	.content_low section .btn-w200 {
		margin-top: 40px;
	}
	.content_low section.sec1 {
		padding: 100px 0;
	}
	.content_low section .head {
		margin-bottom: 50px;
		white-space: nowrap;
		margin-left: -30px;
	}
	.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: "";
		top: 10px;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 20px;
		left: 10px;
	}
	.table ul li img {
		width: 300px;
		height: 230px;
	}
	.content_low .sec2,
	.content_low .sec3,
	.content_low .sec4 {
		padding: 100px 0;
	}
	.content_low .sec1 h3 {
		margin-bottom: 50px;
	}
	.content_low section .w253 {
		width: 253px;
	}
	.content_low section.sec3 .float-container {
		margin-top: 40px;
	}
	.content_low section.sec3 .float-container-2 {
		margin-top: 48px;
	}
	.content_low section .float-container p.bold {
		font-size: 22px;
		color: #333333;
		margin-bottom: 15px;
		font-weight: bold;
	}
}
