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


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

/**********************************************************/
/* メイン画像 */
/**********************************************************/

.main_img {
	width:100%;
	height:400px;
	position:relative;
}

.main_img img {
	width:100%;
	height:400px;
	object-fit:cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
	background:#000;
}

.company_detail {
	background:#000;
	width:100%;
	color:#FFF;
	position:relative;
	padding:60px 0 120px;
}

.company_detail h1 {
	font-size:3.4rem;
	font-weight:700;
	text-align:center;
	margin:0 auto 60px;
}

.company_detail dl {
	width:700px;
	margin:0 auto;
	border-bottom:solid 1px #AF8C32;
}

.company_detail dl dt {
	float:left;
	clear:both;
	border-top:solid 1px #AF8C32;
	width:30%;
	padding:35px 0 15px 30px;
}

.company_detail dl dd {
	float:left;
	border-top:solid 1px #AF8C32;
	width:70%;
	padding:35px 0 15px 0;
}

main a {
	background:#C1282D url(../images/noodles/mail_icon.png) no-repeat left 25px center / 36px;
	display:inline-block;
	margin:120px auto;
	color:#FFF;
	font-size:2rem;
	padding:10px 40px 10px 90px;
	border-radius:5px;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

/**********************************************************/
/* メイン画像 */
/**********************************************************/

.main_img {
	width:100%;
	position:relative;
}

.main_img img {
	width:100%;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
	background:#000;
}

.company_detail {
	background:#000;
	width:100%;
	color:#FFF;
	position:relative;
	padding:40px 0 60px;
}

.company_detail h1 {
	font-size:2.4rem;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

.company_detail dl {
	width:94%;
	margin:0 auto;
	border-bottom:solid 1px #AF8C32;
}

.company_detail dl dt {
	float:left;
	clear:both;
	border-top:solid 1px #AF8C32;
	width:30%;
	padding:10px 0 10px 10px;
}

.company_detail dl dd {
	float:left;
	border-top:solid 1px #AF8C32;
	width:70%;
	padding:10px 0 10px 0;
}

main a {
	background:#C1282D url(../images/noodles/mail_icon.png) no-repeat left 15px center / 26px;
	display:inline-block;
	margin:60px auto;
	color:#FFF;
	font-size:2rem;
	padding:10px 25px 10px 40px;
	border-radius:5px;
}




}