@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
h3 {

}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	.center {
		margin: 8vw auto 2vw;
	}
	.btn-w440 {
		margin: auto;
	}
	.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;
	}
	.content_low section.sec3 .float-container-2 {
		margin-top: 10vw;
	}
	.content_low section.sec3 .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;
	}
	.btn-w440 {
		margin: auto;
	}
	.content_low section {
		padding: 125px 0 90px;
	}
	.btn-w200 {
		margin-top: 40px;
	}
	.content_low section.sec1 {
		padding: 100px 0;
	}
	.content_low section .head {
		margin-bottom: 50px;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 30px;
		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;
	}
	.tbl01 tbody th {
		width: 74px;
	}
	.table ul li img {
		width: 460px;
		height: 300px;
	}
	.content_low .sec2 {
		padding: 100px 0;
	}
	.content_low .sec2 h3 {
		margin-bottom: 40px;
	}
	.content_low .sec3 {
		padding: 100px 0;
	}
	.content_low section.sec3 .float-container {
		margin-top: 40px;
	}
	.content_low section.sec3 .float-container-2 {
		margin-top: 48px;
	}
	.content_low section.sec3 .float-container p.bold {
		font-size: 22px;
		color: #333333;
		margin-bottom: 15px;
		font-weight: bold;
	}
}
