@charset "utf-8";


/*==================================================
  Open_Doc
==================================================*/
#open_doc{
}


#image_area{
	width: 100%;
	margin: 0;
	padding: 0;
}


#image_01{
	background: url(../open_doc/main_image.jpg) no-repeat center top;
}


#image_02{
	background: url(../open_doc/main_title.png) no-repeat center top;
	height: 560px;
}


.main_image_sp{
	display: none;
}


#content_area{
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 1% 0;
	position: relative;
}


#content_area h2{
	background-color: #ff6600;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 3.0rem;
	color: #ffffff;
	line-height: 1.5;
	margin: 0;
	padding: 25px 30px;
	text-align: center;
}


.opendoc_wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0 0 0;
	text-align: left;
}


.opendoc_comment{
	margin: 0 0 8% 0;
	padding: 0;
}


.opendoc_comment p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.8rem;
	color: #333333;
	line-height: 2.5;
	margin: 0;
	padding: 0;
}


.opendoc_box{
	height: 360px;
	margin: 0 0 10% 0;
	padding: 0;
	position: relative;
}


.opendoc_box h3{
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 2.4rem;
	color: #ff6600;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}


.opendoc_box p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 2.0;
	margin: 0;
	padding: 0;
}


.opendoc_text{
	background-color: rgba(255,255,255,0.7);
	width: 55%;
	margin: 0;
	padding: 40px;
	box-sizing: border-box;
}


.opendoc_pic{
	height: 360px;
	margin: 0;
	padding: 0;
}


.left{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.right{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}




@media only screen and (max-width: 1200px){

	#image_01,
	#image_02{
		display: none;
	}


	.main_image_sp{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}


	#content_area h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.4rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0;
		padding: 25px 30px;
		text-align: center;
	}


	.opendoc_comment p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.6rem;
		color: #333333;
		line-height: 2.2;
		margin: 0;
		padding: 0;
	}


	.opendoc_box{
		height: 100%;
		margin: 0 0 10% 0;
		padding: 0;
		position: relative;
	}


	.opendoc_text{
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}


	.opendoc_pic{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}


	.opendoc_box h3{
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ff6600;
		line-height: 1.5;
		font-weight: normal;
		margin: 0;
		padding: 15px 0 5px 0;
	}


	.opendoc_box p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 2.0;
		margin: 0;
		padding: 0;
	}

}
