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

.title {
	width:100%;
	padding:60px 0 45px 0;
	background-image:url(../img/title-bg.jpg);
	background-position:center top 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.title h1 {
	width:335px;
	margin:0 auto;
}

.company-info {
	width:1000px;
	margin:0 auto;
	padding-top:56px;
}

.summary,
.history {
	width:100%;
	margin-bottom:60px;
}
.summary h2,
.history h2 {
	width:100%;
	margin-bottom:40px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#004300;
	font-size:36px;
	font-size:3.6rem;
	line-height:60px;
	line-height:6.0rem;
	font-weight:normal;
	border-bottom:1px solid #004300;
}
.summary ul,
.history ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	padding:15px 0;
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	line-height:2.8rem;
	font-weight:normal;
	border-bottom:1px dashed #646464;
}
.summary li:first-child,
.history li:first-child {
	width:23%;
}
.summary li:last-child,
.history li:last-child {
	width:77%;
}
.iframe-content {
	position: relative;
	width: 100%;
	margin-top:10px;
	padding: 40% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

@media only screen and (min-width:769px) and (max-width:1025px) {
}

@media screen and ( max-width:768px ) {
	.title {
		width:100%;
		padding:40px 0 25px 0;
		background-image:url(../img/title-bg.jpg);
		background-position:center top 50%;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.title h1 {
		width:40%;
		margin:0 auto;
	}
	
	.company-info {
		width:92%;
		margin:0 auto;
		padding-top:20px;
	}
	
	.summary,
	.history {
		margin-bottom:40px;
	}
	.summary h2,
	.history h2 {
		margin-bottom:20px;
		color:#004300;
		font-size:20px;
		font-size:2.0rem;
		line-height:38px;
		line-height:3.8rem;
	}
	.summary ul,
	.history ul {
		width:100%;
		display: -webkit-flex;
		display: flex;
		padding:8px 0;
		font-size:13px;
		font-size:1.3rem;
		line-height:20px;
		line-height:2.0rem;
		font-weight:normal;
		border-bottom:1px dashed #646464;
	}
	.summary li:first-child,
	.history li:first-child {
		width:23%;
	}
	.summary li:last-child,
	.history li:last-child {
		width:77%;
	}
	.iframe-content {
		padding: 80% 0 0 0;
	}
}