@charset "utf-8";
/* CSS Document */

.content01 {
	margin-top: 30px;
	background: url(../images/common/dotted.png)repeat;
}

.content01 .subtext {
	margin: auto;
	text-align: center;
}

.content01 .c1_box {
	margin: 0 auto;
	background: url(../images/csr/back.jpg) no-repeat;
	background-size: cover;
	padding: 60px 10px 50px;
	text-align: center;
}

.content01 .c1_box h2 {
	font-size: 26px;
	font-weight: bold;
}

.content01 .c1_box p {
	font-size: 16px;
	color: #000;
	line-height: 180%;
	margin: 30px 0;
}



.content01 .c1_box .link {
	padding: 9px 20px 9px 60px;
	background: #666666 url(../images/common/arw3.png) no-repeat left 20px center;
	color: #FFF;
	font-size: 16px;
	margin-top: 15px;
	display: inline-block;
}

.content02 {
	text-align: center;
	margin-top: 40px;
	padding: 20px 5vw;
}

.content02 h2.title01 {
	border-left: solid 6px #82BC3F;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.content02 .all {

}

.content02 a.box {
	width: 25%;
	max-width: 400px;
	min-width: 300px;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	margin: 0 1vw 3.0vh;
	padding-bottom: 3vh;
}

.content02 a.box .text {
	width: 85%;
	text-align: left;
	margin: 20px auto 0;
	background: url(../images/common/arw2.png) right top no-repeat;
}

.content02 a.box h2 {
	color: #231815;
	border-bottom: #83BD3F solid 1px;
	display: inline-block;
	line-height: 100%;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.content02 a.box .text p {
	font-size: 14px;
	margin-top: 20px;
	color: #231815;
}


.content02 .c_area h3 {
	font-size: 18px;
	margin-top: 90px;
	font-weight: bold;
}
.content02 .c_area ul.icons {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}
.content02 .c_area ul.icons li {
	width: 28%;
}

.content02 .c_area .text {
	line-height: 180%;
	text-align: left;
	margin: 20px 0
}

.content03 {
	padding: 30px 5vw;
	text-align: center;
}

.content03 .c_area {
	width: 95%;
	margin: auto;
	text-align: left;
}

.content03 .c_area .box {
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
}

.content03 .c_area .box .backnum {
	font-size: 14px;
	color: #FFF;
	background: #000;
	padding: 4px 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
}

.content03 .c_area .box .backnum_sp {
	font-size: 12px;
	color: #FFF;
	background: #000;
	padding: 2px 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

.content03 .c_area .bdr {
}

.content03 .c_area .box .photo {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-right: 5px;
	position: relative;
}

.content03 .c_area .box .photo img {
	width: 80%;
}

.content03 .c_area .box .photo .arw {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.content03 h2 {
	border-left: solid 6px #82BC3F;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.content03 p.sub {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	margin-top: 20px;
}

.content03 p.sub br {
	display: none;
}

.content03 .c_area .box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 130%;
	border-left: #82BC3F solid 4px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}

.content03 .c_area .box h3 span {
	font-size: 14px;
	font-weight: normal;
}

.content03 .c_area .box h3 img {
	margin-left: 5px;
}

.content03 h3.kako {
	border-bottom: 3px dashed #1D4D00;
	margin-top: 60px;
	font-size: 18px;
	padding-bottom: 5px;
}

.content03 .kako_list {
	margin-top: 15px;
}

.content03 .kako_list li {
	margin-top: 15px;
	background: url("../images/common/arw8.png") no-repeat left top 8px;
	padding-left: 15px;
}

.content03 .kako_list li a {
	color: #1d9e56;
	font-size: 14px;
}

