@charset "utf-8";
/*
 * about.css
 */

/* ==========================================================
!Mainimg
========================================================== */
#mainimg {
	background: url("../img/about/bg_mainimg01.jpg") no-repeat center top;
	background-size: cover;
}

@media screen and (min-width:641px) {

}

/* ==========================================================
!Contents
========================================================== */
#contents {
}
span.note {
	color: #d62a27;
}
ul.note {
	margin: 40px auto 0;
	font-size: 14px;
	text-align: left;
}
#main .square li {
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 5px;
}
#main .square li:before {
	position: relative;
	content: "■";
	width: 1em;
	height: 1em;
	left: -5px;
	color: #000000;
}
#main .square.red01 li:before {
	color: #d62a27;
}
#main .circle li {
	padding-left: 15px;
	background: url("../common/img/ico_li01.png") no-repeat left 4px;
}
#main .line li {
	padding-left: 13px;
	background: url("../common/img/ico_li02.png") no-repeat left 8px;
}

.link01 a {
	padding-left:  15px;
	background: url("../common/img/ico_link01.png") no-repeat left center;
}

@media screen and (min-width:641px) {


}


/* ==========================================================
!Outline
========================================================== */

.outline ul.note li.indent01 {
	margin-left: 6em;
	text-indent: -6em;
}
.outline .layout01 {
	box-sizing: border-box;
	margin: 40px auto 0;
}

		table th {
			max-width: 70px;
			white-space: nowrap;
			font-size: 16px;
		}
		th.ls4e:first-letter {
			letter-spacing: 2em;
		}
		td strong {
			font-size: 20px;
			letter-spacing: -8px;
			font-weight: normal;
		}
		td ul{
			margin-left: 0;
		}
			td li {
				margin-top: 5px;
			}
			td li:first-child {
				margin-top: 0;
			}
#operation {
	margin-top: 20%;
}
#operation p {
	text-align: center;
}


@media screen and (min-width:641px) {
		table th {
			font-size: 18px;
		}
		td strong {
			font-size: 24px;
			letter-spacing: -8px;
		}
#operation {
	margin-top: 60px;
}

}


/* ==========================================================
!Mission
========================================================== */

.project_wrap {
	margin-bottom: 20%;
}
.project_wrap:after{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
	.projects01 {
		margin-top: 20px;
		border: 1px solid #c5c5c5;
	}
	.projects01:first-child {
		margin-top: 0;
	}
		.projects01 h3  {
			padding: 20px;
			border-top: 3px solid #d62a27;
			font-size: 16px;
		}
		.projects01 ul  {
			margin: 0 20px;
		}
			.projects01 ul li  {
				margin: 0 0 20px;
			}
	#missionimage p {
		margin-bottom: 10px;
	}
	#missionimage p img {
		border: 1px solid #c5c5c5;
	}

@media screen and (min-width:641px) {
.project_wrap {
	margin-bottom: 60px;
}
	.projects01 {
		float: left;
		width: 335px;
		box-sizing: border-box;
		margin: 30px 0 0 30px;
	}
	.projects01:first-child,
	.projects01:nth-child(2n+1) {
		margin: 30px 0 0 0;
	}
	.projects01:first-child,
	.projects01:nth-child(2) {
		margin-top: 0;
	}
		.projects01 h3  {
			border-top: 4px solid #d62a27;
			font-size: 24px;
		}
	#missionimage p {
		margin-bottom: 15px;
	}
}


/* ==========================================================
!Operation
========================================================== */
.operation #main p {
	text-align: center;
}
.operation h3 {
	margin: 20% 0 10%;
	padding-bottom: 10px;
	border-bottom: 3px solid #d62a27;
	text-align: center;
}
	#main .circle li {
		margin-top: 15px;
	}
	#main .line li {
		margin-top: 15px;
	}
		#main .circle li strong {
			display: block;
			margin-bottom: 10px;
			font-weight: bold;
		}
			#main .circle li strong+ul li {
				margin-top: 0;
			}

@media screen and (min-width:641px) {
.operation h3 {
	margin: 60px 0 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #d62a27;
}
	#main .circle li {
		margin-top: 35px;
	}
	#main .line li {
		margin-top: 20px;
	}

}

/* ==========================================================
!purpose_establishment
========================================================== */
.purpose_establishment #main p {
}

@media screen and (min-width:641px) {
	.purpose_establishment #main p {
		font-size: 18px;
		text-align: center;
	}
}

