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

/*****************共通*****************/
body {
	font-size: 21px;
	line-height: 1.75;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	color: #333;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.bgcl1 {
	background: #6B2215;
	color: #fff;
}

.bgcl2 {
	background: #00376B;
	color: #fff;
}

.bgcl3 {
	background: #EEEEEE;
}


.txtcl {
	color: #00376B;
}

.txtw {
	color: #fff;
}

/*h2*/
 h2 {
 	font-size: 38px;
	padding: 70px 0;
 }
 
 
 /*問い合わせ*/
 .inquiry {
	 height: 175px;
	padding-top: 45px;
 }
 
.inquiry a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 38px;
	line-height: 85px;
	width: 925px;
	height: 85px;
	display: block;
	transition: 0.2s;
	margin: 0 auto;
}

.inquiry a:hover {
	background: rgba(0,0,0,0.7);
	opacity: 1;
}


/*基本色一覧
本文:		#666;
リンク：	#;
●色:		#;
●色:		#;
●色:		#;
*/

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

} /*レスポンシブ*/


/*****************header*****************/
header {
	/*padding-top: 40px;*/
	height: 140px;
}

header #company_info {
	background: #EEEEEE;
	font-size: 12px;
	padding: 5px 0;
	margin-bottom: 25px;
}


header .g_nav {
margin-top: 10px;
}

header .g_nav li a {
	font-size: 15px;
	color: #333;
}

header .g_nav li:before {
	content: "｜";
	padding: 0 10px;
}

header .g_nav li:first-child:before {
	content: none;
}

/*****************article*****************/

article {
	position: relative;
}

/*main_visual*/
#main_visual h2 {
	height: 275px;
	line-height: 275px;
	font-size: 48px;
	text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff; 
	padding: 0;
	background-image:url(../img/main_visual.jpg);
}

#main_visual p {
	padding: 35px 0;
}

/*about*/
#about h2 {
	padding: 50px 0;
}

#about h2 img {
	vertical-align: middle;
	margin-right: 20px;
}

#about p {
	padding-bottom: 70px;
}

/*technology*/
#technology figure {
	margin: 40px 0 0;
}

#technology small ,
#technology figcaption  {
	font-size: 13px;
}

#technology .flow {
	margin: 20px 0 60px;
}

#technology .tadan {
	position: relative;
}

#technology .tadan figcaption {
	position: absolute;
	bottom:0;
	right:0;
}


/*information*/
#information {
	background: #EEE;
	padding: 45px 0;
}

#information .inner {
	background: #fff;
	padding: 40px;
	width: 700px;
	margin: 0 auto;
	border: 2px solid #999;
	border-radius: 20px;
	font-size: 18px;
}

#information h3 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}

#information h4 {
	font-size: 25px;
	margin-bottom: 10px;
}

#information dl {
	margin-top: 20px;
}

#information dt {
	font-weight: bold;
	margin-top: 10px;
}


/*image*/
#image figure {
	border: 1px solid #666;
	margin: 20px 0 60px;
}

/*merit*/
#merit ol {
	margin: 0 -15px;
	padding-bottom: 30px;
}

#merit ol li {
	background: #fff;
	border: 3px solid #6D2212;
	width: 485px;
	height: 290px;
	margin: 0 15px 30px;
	padding: 10px;
}

#merit h3 {
 	font-size: 28px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

#merit h3 img {
	position: absolute;
	top: -34px;
	left: -36px;
}


/*vegetable*/
#vegetable {
	margin-bottom: 60px;
}

#vegetable li {
	border-top: 1px solid #ccc;	
	width: 880px;
	padding: 20px;
	margin: 0 auto;
}

#vegetable li:last-child {
	border-bottom: 1px solid #ccc;	
}

#vegetable h3 {
	font-size: 28px;
}

#vegetable dl {
	width: 620px;
}

#vegetable dt ,
#vegetable dd {
	float: left;
}

#vegetable dt {
	width: 3em;
	clear: both;
}

#vegetable dd {
	width: 555px;
}

#vegetable p {
	width: 610px;
}

#vegetable .set .text {
	height: 210px;
	margin-top: 20px;
}

#vegetable .set h3 {
	margin-bottom: -20px;
}

#vegetable .all {
	text-align: center;
}

#vegetable .all img {
    width: 750px;
	height: auto;
}


/*****************form*****************/
#form {
	padding: 0 0 60px;
	background: #eee;
}

#form h2 {
	padding: 70px 0;
	margin: 0 0 60px;
}

#form h3 {
	height: 70px;
	width: 100%;
	margin: 50px auto 30px;
	color: #ED8A00;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

#form p {
	font-size: 18px;
	margin: 0 auto 20px;
	text-align: center;
}

form label,
form input[type="radio"] ,
form input[type="checkbox"] , 
form select ,
form input[type="submit"] {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

#form dl {
	display: flex;
	width: 700px;
	margin: 0 auto 20px;
}

#form dt {
	width: 140px;
	font-size: 22px;
	text-align: left;
	margin: 0 20px 0 0;
}

#form dt em {
	font-size: 14px;
	padding: 0 10px;
	height: 24px;
	color: #fff;
	background: #aaa;
	margin: 7px 0 0 10px;
	float: right;
	border-radius: 5px;
}

#form dt .required {
	background: #3E8EDE;
}

#form dd {
	width: 560px;
	text-align: left;
}

#form input[type="text"] {
	width: 50%;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
}

#form textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
}

#form input[type="submit"] {
	color: #fff;
	background: #6B2215;
	font-size: 22px;
	border: none;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
}

#form input[type="submit"]:hover {
	opacity: 0.7;
}


/*****************footer*****************/
footer {
	font-size: 13px;
	height: 90px;
	line-height: 90px;
}

footer .company img {
	vertical-align: middle;
	width: 165px;
	height: auto;
	padding-right: 20px;
}

footer .company a {
	color: #333;
}

/*pagetop*/
.pagetop {
	position: fixed;
	bottom: -90px;
	right: 50px;
	margin: auto;
}

.pagetop a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #6B2215;
	background: rgba(255,255,255,0.7);
	border-radius: 10px 10px 0 0;
	display: block;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
