@charset "utf-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 16px;
}
body {
	min-width: 1020px;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 767px) {
body {
	min-width: 0;
}
a:hover {
	color: #000000;
}
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 100;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 200;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 300;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 400;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: bold;
	src: local("Yu Gothic Bold");
}

@media (max-width: 767px) {
html.overlay {
	overflow: hidden;
}
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.header{
    padding: 20px 0 0;
}
.headerGnav {
	padding: 0 0 20px;
}
.headerGnav .gnav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.headerGnav .gnav li {
	position: relative;
	flex-grow: 1;
}
.headerGnav .gnav li a {
	display: block;
	padding: 16px 4px 12px;
	font-weight: 700;
	text-align: center;
}
.headerGnav .gnav li a:hover {
	color: #000000;
}
.headerGnav .gnav li.current a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #ff0000;
	width: 50%;
	left: 25%;
}

@media (min-width: 1024px) {
.headerGnav .gnav li a:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #ff0000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.headerGnav .gnav li a:hover:after {
	width: 50%;
	left: 25%;
}
.headerGnav .gnav li.current a:after {
	width: 50%;
	left: 25%;
}
}

@media (max-width: 767px) {
.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0 0;
}
	.header .headerLogo img{
		height: 22px;
	}
.headerGnav {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.headerGnav.open {
	display: block;
	top: 60px;
	-webkit-animation: show 0.2s linear 0s;
	animation: show 0.2s linear 0s;
}
.headerMenu {
	position: relative;
	width: 44px;
	height: 44px;
	background: #ff0000;
	cursor: pointer;
	margin-bottom: 10px;
}
.headerMenu .headerMenuBtn {
	position: relative;
}
.headerMenu .headerMenuBtn span {
	display: block;
	position: absolute;
	left: 7px;
	width: 31px;
	height: 4px;
	transition: .35s ease-in-out;
	background: #fff;
}
.headerMenu .headerMenuBtn span:nth-child(1) {
	top: 10px;
}
.headerMenu .headerMenuBtn span:nth-child(2) {
	top: 20px;
}
.headerMenu .headerMenuBtn span:nth-child(3) {
	top: 30px;
}
.headerMenu.open .headerMenuBtn span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.headerMenu.open .headerMenuBtn span:nth-child(2) {
	left: 50%;
	width: 0;
}
.headerMenu.open .headerMenuBtn span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.headerGnav .gnav {
	display: block;
	border-top: #e5e5e5 2px solid;
}
.headerGnav .gnav li {
}
.headerGnav .gnav li a {
	padding: 16px 4px 12px;
	border-bottom: #e5e5e5 2px solid;
}
.headerGnav .gnav li a:after {
	content: none;
}
.headerGnav .gnav li.current a:after {
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 0;
	height: 2px;
	background-color: #ff0000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
}
/*----------------------------------------------------
    メイン
----------------------------------------------------*/
#contents {
	border-top: #e5e5e5 2px solid;
	margin-top: 50px;
	padding-top: 30px;
}

@media (max-width: 767px) {
#contents {
	margin-top: 25px;
	padding-top: 10px;
}
}
/*----------------------------------------------------
    フッター
----------------------------------------------------*/
#footer {
	border-top: #e5e5e5 2px solid;
	background-image: url(../images/pat01.png);
	background-repeat: repeat-x;
	padding: 65px 0 0;
}
.footerSearchWrap {
	border-bottom: #e5e5e5 2px solid;
	background-image: url(../images/pat02.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 30px;
	margin-bottom: 20px;
}
.footerSearch {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.footerSearch .footerSearchList {
	flex-flow: 1;
}
.footerSearch .footerSearchList:first-child {
	width: 41.3%;
}
.footerSearch .footerSearchList:nth-child(2) {
	width: 58.7%;
}
.footerSearch .footerSearchList dt {
	font-weight: 700;
	color: #ff0000;
}
.footerSearch .footerSearchList dd {
	padding-left: 15px;
}
.footerSearch .footerSearchList dd li {
	display: inline-block;
	padding-right: 3em;
	margin: 5px 0 15px
}
#footer li a {
	font-size: 14px;
	display: block;
	position: relative;
}
#footer li a::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #ff0000;
	top: 0;
	left: 0;
	margin-right: 5px;
}
.footerContents {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.footerContents .logo {
	width: 25%;
}
.footerContents .footerSiteMap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	width: 70%;
}
.footerContents .copyright {
	width: 100%;
	font-size: 10px;
	text-align: right;
	margin: 30px 0 10px;
}

@media (max-width: 767px) {
#footer {
	background-size: auto 20px;
	padding: 30px 0 0;
}
.footerSearchWrap {
	background-image: url(../images/pat02.png);
	background-size: auto 20px;
	padding: 0 0 15px;
}
.footerSearch .footerSearchList:first-child {
	width: 100%;
}
.footerSearch .footerSearchList:nth-child(2) {
	width: 100%;
}
.footerSearch .footerSearchList dd {
	padding-left: 10px;
}
.footerContents {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.footerContents .logo {
	width: 100%;
	text-align: center;
}
.footerContents .footerSiteMap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}
.footerContents .footerSiteMap li {
	width: 50%;
}
.footerContents .copyright {
	text-align: center;
	margin: 10px 0;
}
}
/*----------------------------------------------------
    その他
----------------------------------------------------*/
.container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.yumin {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
.yumin {
	position: relative;
	top: 2px;
}
}

@media (max-width: 767px) {
.container {
	width: 100%;
}
}
 @-webkit-keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
