﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";
/*
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h2 {
font-size: 1.7rem;
text-align: center;
font-family: 'Noto Sans Japanese', serif;
font-weight: 600;
margin-bottom: 15px;
}
*/

nav ul {
	display: flex;
	justify-content: center;
}

nav li {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding-left: 0.5rem;
}

nav li:after {
	content: " /";
}

nav li:last-child:after {
	content: "";
}

footer {
	background: #6a0000;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}

h2,h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}

#idx_link li {
	position: relative;
}

#idx_link li img {
	width: 100%;
}

#idx_link h3 {
	margin-bottom: 15px;
}

#idx_link div {
	color: #fff;
	height: 140px;
	position: absolute;
	top: 50%;
}

.att {
	text-align: right;
}

.submit input[type="submit"] {
	background: #000;
	border: 0;
	color: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	width: 100%;
	max-width: 480px;
}

#done {
	padding: 100px 0;
	text-align: center;
}

#done p {
	margin-top: 100px;
}

.recat {
	text-align: center;
	margin: 60px auto;
}

.g-recaptcha {
	display: inline-block;
}

@media (min-width: 1025px) {
	h2,h3 {
		font-size: 2.2rem;
	}
	
	header {
		padding-top: 30px;
	}
	
	header h1 {
		margin-bottom: 10px;
	}

	#header_wrap {
		background: url(../images/bg.png);
		margin: auto;
		padding: 15px;
		text-align: center;
		height: 110px;
		width: 1050px;
		position: relative;
		z-index: 999;
	}

	#container {
		margin-top: -170px;
	}
	
	.contents {
		margin: auto;
		padding: 60px 0;
		width: 1080px;
	}
	
	#information dl {
		border-top: solid #000 1px;
		display: flex;
		height: 200px;
		overflow-y: auto;
		flex-wrap: wrap;
	}
	
	#information dt {
		border-bottom: dotted #000 1px;
		font-size: 1.8rem;
		text-align: center;
		padding: 15px;
		width: 190px;
	}
	
	#information dd {
		border-bottom: dotted #000 1px;
		display: flex;
		align-items: center;
		padding: 15px;
		word-break: break-all;
		width: 810px;
	}
	
	#idx_link {
		position: relative;
		margin-bottom: 60px;
	}
	
	#idx_link ul {
		display: flex;
		margin-top: 45px;
	}
	
	#idx_link a {
		border: solid #fff 1px;
		color: #fff;
		display: block;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2.2rem;
		position: absolute;
		left: 50%;
		bottom: 7%;
		padding: 5px 0 3px;
		text-align: center;
		margin-left: -450px;
		width: 898px;
	}
	
	#idx_link div {
		left: 50%;
		margin: -70px 0 auto -195px;
		width: 390px;
	}
	
	.sub_header {
		height: 200px;
		overflow: hidden;
	}
	
	#company {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}

	#company dt,#company dd {
		border-bottom: solid #888 1px;
		padding: 15px 0;	
	}

	#company dt {
		width: 130px;
	}
	
	#company dd {
		width: 950px;
	}
	
	#license {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	
	#license li {
		padding: 7px 0;
		width: 25%;
	}

	#contact {
		margin: auto;
		width: 950px;
	}
	
	#contact dl {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}

	#contact dt,#contact dd {
		padding: 5px 0;	
	}

	#contact dt {
		width: 170px;
	}
	
	#contact dd {
		width: 780px;
	}
}

@media screen and (max-width: 1024px) {
	#header_wrap {
		background: url(../images/bg.png);
		text-align: center;
		padding: 10px 0;
	}
	
	#header_wrap h1 {
		padding: 5px 0;
	}
	
	#header_wrap h1 img {
		height: 45px;
	}
	
	h2,h3 {
		font-size: 1.8rem;
	}
	
	.contents {
		margin: 0 5%;
	}
	
	#information {
		margin: 30px 0;
	}
	
	#information dl {
		border-top: solid #000 1px;
		overflow-y: auto;
		height: 180px;
		padding-top: 10px;
	}
	
	#information dt {
		font-weight: bold;
	}
	
	#information dd {
		border-bottom: solid #ccc 1px;
		word-break: break-all;
	}
	
	#idx_link li {
		line-height: 0;
	}
	
	#idx_link div {
		line-height: 1.4rem;
		margin: -50px 2% 0;
	}
	
	#idx_link a {
		border: solid #000 1px;
		display: block;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		padding: 5px 0 3px;
		margin: 15px 5%;
		text-align: center;
	}

	#company {
		margin: 0 2% 30px;
	}
	
	#company dt {
		border-bottom: solid #ccc 1px;
		font-weight: bold;
	}
	
	#company dd {
		margin: 5px 2% 10px;
	}
	
	#license {
		margin: 15px 5%;
		line-height: 2rem;
	}
	
	#contact {
		margin: 30px 0;
	}
	
	#contact dt {
		font-weight: bold;
	}
	
	#contact dd {
		margin: 5px 0 10px;
	}
}