@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	.content_low section .btn-w200 {
		padding: 5vw 5vw 5vw 0;
		margin-top: 8vw;
	}
	.content_low .sec1,
	.content_low .sec2,
	.content_low .sec3 {
		padding: 12vw 0;
	}
	.content_low section .head {
		margin-bottom: 5vw;
		white-space: normal;
	}
	.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: "";
		position: absolute;
		top: 3vw;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 5vw;
		left: 2vw;
	}
	.float-container .right {
		text-align: center;
	}
	.float-container img {
		margin-bottom: 4vw;
	}
	.content_low .sec3 {
		padding: 12vw 0;
	}
	.float-container {
		margin-top: 4vw;
	}
	p.bold {
		font-size: calc(36/640*100vw);
		color: #333333;
		margin: 8vw auto 2vw;
		font-weight: bold;
		padding-left: 5vw;
		position: relative;
		line-height: 1.4;
	}
	p.bold span {
		font-weight: normal;
		margin-left: 24vw;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 4vw;
		height: 4vw;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 2vw;
		transform: none;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.center {
		text-align: center;
		margin: 60px auto 10px;
	}
	.content_low section {
		padding: 125px 0 90px;
	}
	.content_low .sec1,
	.content_low .sec2,
	.content_low .sec3 {
		padding: 100px 0;
	}
	.btn-w200 {
		margin-top: 40px;
	}
	.w253 {
		width: 253px;
	}
	.content_low section.sec1 {
		padding: 100px 0;
	}
	.content_low section .head {
		margin: 0 0 50px -25px;
		white-space: nowrap;
	}
	.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;
	}
	p.bold {
		font-size: 16px;
		color: #333333;
		margin:0 auto;
		font-weight: bold;
		padding-left: 23px;
		position: relative;
		line-height: 30px;
	}
	p.bold span {
		font-weight: normal;
		margin-left: 15px;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	p.mb15 {
		margin-bottom: 15px;
	}
}
