@charset "utf-8";


/*==================================================
  Contact
==================================================*/
#contact{
}


.contact_title{
	background: url(../images/contact_img_01.jpg) no-repeat left center;
	background-size: cover;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
}


.contact_title h2{
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}




.contact_inner{
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


.contact_bg{
	background: url(../images/bg_gray.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
}


.contact_board{
	background-color: rgba(255,255,255,0.5);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 8% 0;
	border-radius: 5px;
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.3);
}


#contact_comment{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.9;
	width: 90%;
	margin: 0;
	padding: 30px 5%;
}


.contact_board 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 24px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


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


.contact_board h4{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.5;
	width: 90%;
	margin: 0;
	padding: 0 5%;
}


.contact_board h5{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.5;
	width: 90%;
	margin: 0;
	padding: 0 5% 15px 5%;
}


.contact_board h5 a{
	color: #333333;
}


.contact_board h5 a:hover{
	color: #ff9900;
}


.contact_board h5 i{
	font-size: 5.0rem;
	line-height: 60px;
	color: #009900;
	padding: 0 15px 0 0;
	position: relative;
	top: 5px;
}


.contact_tel{
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 60px;
	padding: 0 10px 0 0;
	position: relative;
	top: 2px;
}


.contact_mail{
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 60px;
}


.contact_board p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.9;
	width: 90%;
	margin: 0;
	padding: 0 5% 30px 5%;
}


.contact_board p a{
	color: #3c549b;
	text-decoration: underline;
}


.contact_board p a:hover{
	color: #ff9900;
	text-decoration: underline;
}


.contact_info_box{
	width: 90%;
	margin: 0 5%;
	padding: 20px;
	border: dotted 1px #cccccc;
	box-sizing: border-box;
}


.contact_info_box li{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.7;
	margin: 0 0 0 20px;
	padding: 5px 0;
	box-sizing: border-box;
	list-style: disc outside;
}




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

	.contact_title{
		display: none;
	}


	.contact_inner{
		background-color: #ffffff;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

}




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

	.contact_board 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 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.contact_board h3{
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ff6600;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 6% 5% 2% 5%;
	}

}




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

	.contact_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.contact_board h3{
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 1.6rem;
		color: #ff6600;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 6% 5% 17px 5%;
	}


	.contact_board p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.9;
		width: 90%;
		margin: 0;
		padding: 0 5% 30px 5%;
	}


	.contact_board h5{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 0 5% 15px 5%;
	}


	.contact_board h5 i{
		font-size: 3.6rem;
		line-height: 60px;
		color: #009900;
		padding: 0 15px 0 0;
		position: relative;
		top: 5px;
	}


	.contact_tel{
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 60px;
		padding: 0 10px 0 0;
		position: relative;
		top: 2px;
	}


	.contact_mail{
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 60px;
	}


	.contact_info_box li{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.7;
		margin: 0 0 0 15px;
		padding: 5px 0;
		box-sizing: border-box;
		list-style: disc outside;
	}

}


/*==================================================
  Form
==================================================*/
