html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #464646;
	background: #f0f0f0;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	color: #3097da;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

p {
	line-height: 1.4;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	vertical-align: middle;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input, textarea {
	padding: 6px;
	font-size: 12pt;
	border: 1px solid #ddd;
}
textarea {
	width: 100%;
	height: 240px;
	max-height: 40vh;
	min-height: 100px;
	box-sizing: border-box;
}
table {
	width: 100%;
}
table th {
	font-weight: normal;
}

/*----------------------------------------*/
/* 共通設定
/*----------------------------------------*/

.wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.tbl {
	display: table;
	width: 100%;
}
.tbl-row {
	display: table-row;
}
.tbl-cell,
.tbl-th {
	display: table-cell;
}
.btn {
	margin-top: 1em;
	text-align: center;
}
label {
	cursor: pointer;
}
h1 {
	background: #464646;
	line-height: 1.4;
	font-size: 8pt;
	padding: 6px 5px 3px;
	color: #fff;
	font-weight: normal;
	width: auto;
}
header {
	height: 64px;
	font-size: 90%;
	background: #fff;
/*	border-bottom: 3px solid #006ea1;*/
}
.top header {
	border: none;
}
header .head {
	display: flex;
	align-content: space-between;
}
header .head .head-logo {
	width: 100px;
}
header .head .head-menu {
	text-align: right;
	width: 100%;
}

header .head .head-menu li {
	display: inline-block;
	margin-right: 1em;
}
header .head .head-menu li a {
	color: #464646;
	line-height: 64px;
}
header .head .head-menu li.inq {
	margin: 0;
	width: 80px;
}
header .head .head-menu li.inq a {
	display: block;
	text-align: center;
	height: 100%;
	background: #3d80a8;
	background: #f7c918;
}
header .head .head-menu li.inq a img {
	position: relative;
	top: 12px;
}
header .head .head-menu ul li:nth-child(4){
	display: none;
	border-right: 1px solid #f0dd93;
}
header .head .head-menu ul li:nth-child(4) a {
	border-right: 1px solid #ccae38;
}

.breadcrumbs {
	margin: 0 0 2em;
	font-size: 80%;
}
.breadcrumbs a {
	display: inline-block;
}
.breadcrumbs a:after {
	content: "";
	display: inline-block;
	background: url(../img/arr_s.png) no-repeat;
	background-position: center right;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	transform: rotate(45deg);
}
strong.title {
	display: block;
	text-align: center;
	font-size: 32pt;
	font-weight: normal;
}

footer {
	text-align: center;
	background: #3d80a8;
	background: #464646;
	color: #fff;
}
footer .foot-cont {
	padding: 1em 0;
	background: #f9ebb5;
}
footer ul {
	width: 100%;
}
footer ul li {
	display: inline-block;
	padding-right: 1em;
}
footer ul li:last-child {
	padding: 0;
}
footer ul li a {
	color: #464646;
	font-size: 10pt;
}
footer p {
	padding: 0.5em 0;
	font-size: 10pt;
}


@media (max-width: 767px){
	header {
		height: 42px;
	}
	header .head #id_logo {
		display: block;
		margin-top: 3px;
		width: 120px;
	}
	header .head .head-menu ul li:nth-child(2){
		display: none;
	}
	header .head .head-menu ul li:nth-child(4){
		display: inline-block;
	}

	header .head .head-menu li {
		margin-right: 0.5em;
	}
	header .head .head-menu li a {
		display: inline-block;
		vertical-align: text-bottom;
		line-height: 0.5;
	}
	header .head .head-menu li.inq a {
		height: 42px;
	}
	header .head .head-menu li.inq {
		width: 54px;
	}
	header .head .head-menu li.inq a img {
		top: 10px;
		height: 22px;
	}

	footer ul li {
		line-height: 1.6;
	}

}
