@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button,
input,
select,
textarea {
	vertical-align: middle;
}
input {
	outline: 0;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-family: sans-serif;
}


/* ---------------------------
　base
--------------------------- */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


/* ---------------------------
　module
--------------------------- */
/* flex */
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fd-c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ai-fs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai-fe {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai-c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc-fs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc-fe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc-c {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.jc-sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc-sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/* ---------------------------
　header
--------------------------- */
#header {
	width: 100%;
	border-bottom: solid 1px #d4d0ce;
	padding: 4px 10px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 40;
}
#header .header-logo {
	max-width: 140px;
}
#humb {
	width: 60px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
#humb .humb-ico {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20;
}
#humb span {
	width: 100%;
	height: 3px;
	background: #000;
	display: inline-block;
	position: absolute;
	transition: transform .3s;
}
#humb span:nth-child(2) { top: 14px; }
#humb span:nth-child(3) {
	bottom: 0;
}
.is-gnav-open {
	height: 100%;
	overflow: hidden;
}
.is-gnav-open #humb {
	background: #eee;
}

.is-gnav-open #humb span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is-gnav-open #humb span:nth-child(2) {
	transform:scaleX(0);
}
.is-gnav-open #humb span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#gnav {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.gnav-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.gnav-cont {
	width: 100%;
	padding: 14px 2% 40px;
}
.sub-nav ul {
	font-size: 1.2rem;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}
.sub-nav ul li {
	text-align: center;
	margin: 0 10px;
}
.sub-nav ul li img {
	max-width: 48px;
}
.sub-nav ul li:nth-child(1) a { color: #ca0606; }
.sub-nav ul li:nth-child(2) a { color: #db7600; }
.sub-nav ul li:nth-child(3) a { color: #1757af; }
.bnr {
	margin: 0 0 20px;
}
.bnr ul li:not(:last-of-type) {
	margin: 0 0 10px;
}
.search {
	margin: 0 0 20px;
}
.search-box {
	width: 80%;
	background: #f5f5f5;
	margin: 0 auto 10px;
	position: relative;
}
.search-box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	display: block;
	margin: 0;
}
.search-box input[type=text] {
	width: 100%;
	height: 100%;
	padding: 10px 16px;
}
.search-box input[type=image] {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
.keyword {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.keyword-title {
	width: 110px;
}
.keyword-list {
	width: calc(100% - 110px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.keyword-list li {
	margin: 0 4px 8px 0;
}
.keyword-list li a {
	text-decoration: underline;
}
.list:not(:last-child) {
	margin: 0 0 10px;
}
.list .list-title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 16px;
	position: relative;
}
.list .list-title span {
	background: #fff;
	display: inline-block;
	padding: 0 4px;
	position: relative;
	z-index: 1;
}
.list .list-title::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #898989;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 0;
}
.list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list ul li {
	width: 23%;
	text-align: center;
	margin: 0 0 20px;
}
.list ul li img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.list ul li p {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: -0.075em;
	line-height: 1.2;
	margin: 8px 0 0;
}
