@charset "utf-8";
/* CSS Document */

.content01 {
	margin: auto;
	padding: 30px 0 0;
	text-align: center;
}

p.catch {
	font-size: 14px;
	text-align: left;
	margin: 30px auto 0;
	line-height: 180%;
	width: 90%;
}

p.catch br {
	display: none;
}


.content01 .graph {
	margin: 20px auto 0;
}

.content01 .button1 {
	text-align: right;
	margin: 20px auto 0;
}

.c_area {
	width: 95%;
	margin: auto;
}

.content01 h2 {
	border-left: #82BC3F solid 6px;
	padding-left: 18px;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
}


.content01 .c2 {
	margin: 60px 0 0;
}

.content01 .c2 .map {
	margin: 20px auto 20px;
	padding: 0;
}


.content01 p {
	text-align: left;
	font-size: 15px;
}

.content01 .buttons {
	margin: 20px 0 0;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.content01 .buttons .button2 {
	display: block;
	width: 44%;
	padding: 5px 4px;
	color:#0B8700;
	margin: 0 4px 10px 0;
	border: solid 2px #53C042;
	font-size: 12px;
	font-weight: bold;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	line-height: 100%;
	background: #FFF;
}
.content01 .buttons .button2:hover {
	background-color: #A6D895;
	color: #000;
}

.content01 .buttons .button2 span {
	display: inline-block;
	background: #DBB23C;
	color: #FFF;
	padding: 4px 0 3px 1px;
	width: 20px;
	text-align: center;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	line-height: 100%;
	margin-right: 3px;
}

.content01 .buttons .button3 {
	display: block;
	width: 44%;
	padding: 5px 4px;
	color:#0B8700;
	font-weight: bold;
	margin: 0 6px 10px 0;
	border: solid 2px #53C042;
	font-size: 12px;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	line-height: 100%;
	background: #FFF;
}
.content01 .buttons .button3:hover {
	background-color: #A6D895;
	color: #000;
}

.content01 .buttons .button3 span {
	display: inline-block;
	background: #F7880C;
	color: #FFF;
	padding: 4px 0 3px 1px;
	width: 20px;
	text-align: center;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	line-height: 100%;
	margin-right: 3px;
}


.content01 .left {
	
}
.content01 .right {
	margin-top: 20px;
}

.content01 .right {
	text-align: center;
}

.content01 .left p {
	font-size: 14px;
	line-height: 180%;
}
.content01 .left .photo {
	margin-top: 120px;
}

.content01 .left2 {
	float: left;
	width: 36%;
	margin-top: 30px;
}

.content01 .left2 img {
}

.content01 .right2 {
	text-align: left;
	margin-top: 30px;
}

.content01 .right2 h3 {
	font-size: 20px;
	font-weight: bold;
}

.content01 .right2 h3 span {
	font-size: 100%;
	color: #82BC3F;
}

.content01 .right2 p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 180%;
}

.content01 .right2 .photo {
	float: left;
	margin: 0 15px 5px 0;
	width: 45%;
}

.content01 .left3 {
	margin-top: 30px;
}

.content01 .left3 h3 {
	font-size: 18px;
	font-weight: bold;
}

.content01 .left3 h3 span {
	font-size: 100%;
	color: #82BC3F;
}

.content01 .left3 p {
	font-size: 14px;
	margin-top: 30px;
	line-height: 180%;
}

.content01 .left3 .photo {
	float: right;
	margin: 0 0 5px 15px;
	width: 45%;
}

.content01 .right3 {
	float: right;
	width: 36%;
	margin-top: 30px;
}

.content01 .right3 p { 
	font-size: 14px;
	margin-top: 8px;
	text-align: left;
}


.line {
	margin: 20px auto;
	padding: 20px 0 0;
	background: url(../images/company/principle/line.png) no-repeat bottom;
}

.content02 {
	padding: 0 0 30px 0;
	text-align: center;
}

.content02 .link {
	display: block;
	text-align: right;
	margin: 20px 0 0;
}

.content02 h2 {
	border-left: #82BC3F solid 6px;
	padding-left: 16px;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}

.content02 .flex_area1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.content02 .flex_area1 p br {
	display: none;
}


.content02 .flex_area1 a {
	display: inline-block;
	margin: 0 0 0 auto;
}

.content02 p.sub {
	font-size: 16px;
	text-align: left;
	margin: 30px 0 0;
}

.content02 .photoarea {
	width: 95%;
	margin: 0 auto 0;
	text-align: left;
}

.content02 .photoarea h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

.content02 .photoarea h3 span {
	font-size: 100%;
	color: #82BC3F;
}

.content02 .photoarea p {
	margin: 15px 0 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}


.content02 .photoarea p.cap {
	margin-top: 6px;
}

.content02 .photoarea .p1 {
	margin-top: 20px;
}

.content02 .photoarea .p2 {
	margin-top: 20px;
}

.content02 .photoarea .p3 {
	margin-top: 20px;
}

.content02 .photoarea .p4 {
	margin-top: 20px;
}

.content02 .photoarea .p5 {
	margin-top: 20px;
}

.content02 .photoarea .p6 {
	margin-top: 20px;
}

.content02 p.left {
	width: 95%;
	margin: 30px auto 0;
}

.content02 .right {
	width: 70%;
	margin: 10px auto 0;
	text-align: right;
}

.content02 .right img {
	max-width: 170px;
}

.content02 .photoarea .p7 {
	width: 48%;
	float: left;
	margin-top: 20px;
}

.content02 .photoarea .p8 {
	width: 48%;
	float: right;
	margin-top: 20px;
}

.content02 .photoarea .text1 {
	text-align: center;
}

.content02 .photoarea .p9 {
	width: 48%;
	float: left;
	margin-top: 20px;
}

.content02 .photoarea .p10 {
	width: 48%;
	float: right;
	margin-top: 20px;
}

.content03 {
	display: none;
}

.content03 h2 {
	border-left: #82BC3F solid 6px;
	padding-left: 16px;
	line-height: 100%;
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

.content03 p.sub {
	font-size: 18px;
	text-align: left;
	margin: 20px 0 0;
}

.content03 .map {
	margin-top: 20px;
	text-align: center;
}

.content03 .map img {
	width: 100%;
	max-width: 980px;
}

.content03 ul {
	margin: 5px 0 0;
	text-align: center;
}

.content03 ul li {
	display: inline-block;
	margin: 2px 5px;
	width: 45%;
}

.content04 {
	padding: 0 0 30px;
	text-align: left;
}

.content04 h2 {
	border-left: #82BC3F solid 6px;
	padding-left: 16px;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: left;
}

.content04 h3 {
	border-left: #82BC3F solid 6px;
	padding-left: 16px;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
	
}


.content04 p.sub {
	font-size: 16px;
	text-align: left;
	margin: 30px 0 0;
}

.content04 .c_area .box {
	display: inline-block;
	vertical-align: top;
	width: 40%;

	padding: 0 16px 0 0;
	margin: 30px 16px 0 0;
}

.content04 .c_area .bdr {
	border-right: #333 solid 1px;
}

.content04 .c_area .box .photo {
	text-align: left;
}

.content04 .c_area .box .photo img {

}


.content04 h2 {
	border-left: solid 6px #82BC3F;
	padding-left: 16px;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
}

.content04 .c_area .box h3 {
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 130%;
	border-left: #82BC3F solid 4px;
	padding-left: 5px;
}

.content04 .c_area .box h3 span {
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 640px) {
}
@media (min-width: 641px) {
	.content01 .left3 {
		float: left;
		width: 58%;
		margin-top: 30px;
	}
	.content04 .c_area .box {
		display: inline-block;
		vertical-align: top;
		width: 25%;

		padding: 0 16px 0 0;
		margin: 30px 16px 0 0;
	}

}


.button4 {
	padding: 2px 7px;
	
	font-size: 12px;
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	line-height: 100%;
	background: #FFF;
	margin: 0 4px;
	color:#0B8700;
	font-weight: bold;
	margin: 0 6px 10px 0;
	border: solid 2px #53C042;
}


.content04 h3.kako {
	border-bottom: 3px dashed #1D4D00;
	margin-top: 60px;
	font-size: 18px;
	padding-bottom: 5px;
}

.content04 .kako_list {
	margin-top: 15px;
}

.content04 .kako_list li {
	margin-top: 15px;
	background: url("../images/common/arw8.png") no-repeat left top 8px;
	padding-left: 15px;
}

.content04 .kako_list li a {
	color: #1d9e56;
	font-size: 14px;
}