@import url("global.css");

.main_text {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 80px;
	line-height: 1.9;
}
.box {
	padding: 60px 0;
}
.section1,
.section3,
.section5 {
	background-color: #f3f3f3;
}
.box .image {
	margin-bottom: 40px;
}
.box h3 {
	float: left;
	width: 330px;
	position: relative;
	padding-top: 15px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}
.box h3::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #38783D;
}
.box .txt {
	padding-left: 400px;
}
.box .txt p {
	margin-top: 10px;
	font-size: 15px;
}

.section5 .wrapper {
	padding: 50px 0;
}
.section5 .wrapper .image {
	float: left;
}
.section5 .wrapper .txt {
	padding-left: 460px;
}
.section5 .wrapper .txt .text {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.section5 .wrapper .txt p.btn a {
	font-size: 22px;
	font-weight: 700;
	padding: 10px 0;
	border: 3px solid #555;
	display: block;
	position: relative;
	text-align: center;
	width: 440px;
	margin: 0 auto;
	border-radius: 3px;
}
.section5 .wrapper .txt p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 3px #555;
	border-right: solid 3px #555;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section5 .wrapper .txt p.btn a:hover {
	color: #38783D;
	border: 3px solid #38783D;
}
.section5 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 3px #38783D;
	border-right: solid 3px #38783D;
}



/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

.main_text {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.9;
}
.box {
	padding: 40px 0;
}
.box h3 {
	float: left;
	width: 300px;
	position: relative;
	padding-top: 15px;
	font-size: 22px;
}
.box .txt {
	padding-left: 320px;
}
.box .txt p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
}

.section5 .wrapper {
	padding: 40px 0;
}
.section5 .wrapper .image {
	width: 300px;
}
.section5 .wrapper .txt {
	padding-left: 340px;
}
.section5 .wrapper .txt .text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 25px;
}
.section5 .wrapper .txt p.btn a {
	font-size: 16px;
	width: 320px;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


.main_text {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8;
	text-align: left;
	padding: 0 10px;
}
.box {
	padding: 30px 0;
}
.box .image {
	margin-bottom: 30px;
}
.box h3 {
	float: none;
	width: 100%;
	position: relative;
	padding-top: 12px;
	font-size: 20px;
	margin-bottom: 15px;
}
.box h3::before {
	content:"";
	width: 80px;
	height: 2px;
	background-color: #38783D;
}
.box .txt {
	padding-left: 0px;
}
.box .txt p {
	line-height: 1.8;
}

.section5 .wrapper {
	padding: 30px 0;
}
.section5 .wrapper .image {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	float: none;
}
.section5 .wrapper .txt {
	padding-left: 0;
	margin-top: 20px;
}
.section5 .wrapper .txt .text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 20px;
}
.section5 .wrapper .txt p.btn a {
	font-size: 15px;
	width: 100%;
	border: 2px solid #555;
}
.section5 .wrapper .txt p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
}
.section5 .wrapper .txt p.btn a:hover {
	border: 2px solid #38783D;
}
.section5 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}


}









