@charset "utf-8";

/*---------------------------------------------

デザインスタイル

-----------------------------------------------*/

* html, p, th, td, h1, h2, h3, h4, li, dt, dd, figure, small, span, select, option, input, textarea, address, div, input {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html{font-size: 62.5%;}

body {
	min-width: 1060px;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
	
/* ▼全体PC */
.sp_item {display: none;}

/* ▼ヘッダーPC */
header {position: relative;}

#h_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
}

#h_inner .inner {width: 1000px;}

#header_main {
	height: 165px;
	position: relative;
}

#h_logo {
	width: 375px;
	text-align: left;
	padding-top: 50px;
	position: relative;
}

#h_logo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#h_copy {
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	position: absolute;
	top: 75px;
	left: 200px;
}

#header_menu {
	position: absolute;
	top: 0;
	left: 0;
}

.hmenu_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 530px;
	position: absolute;
	top: 78px;
	left: 470px;
}

.hmenu_pc li:first-of-type {width: 85px;}

.hmenu_pc li:first-of-type img {
	width: 16px;
	image-rendering: -webkit-optimize-contrast;
}

.hmenu_pc li {width: calc((100% - 85px) / 3);}

.hmenu_pc li a {
	display: flex;
	width: 100%;
	height: 30px;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	border-right: solid 1px #000;
}

.hmenu_pc li:first-of-type a {border-left: solid 1px #000;}

.hmenu_sp {display: none;}

/* ▼コンテンツPC */
article {
	padding-top: 165px;
	margin: 0 auto;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターPC */
footer {
	width: 100%;
	padding: 50px 0;
}

footer .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footer_add {padding-bottom: 50px;}

.f_logo {
	width: 375px;
	margin-bottom: 15px;
}

.f_logo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.f_txt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

#footer_menu ul {padding-top: 20px;}

#footer_menu li {
	text-align: left;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 25px;
}

#footer_menu li a {color: #000;}

footer p#copyright {
	text-align: center;
	color: #000;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
}

}

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

/* ▼全体SP */
body {min-width: initial;}

.pc_item {display: none;}

/* ▼ヘッダーSP */
header {position: relative;}

#h_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

header .inner {width: 100%;}

#header_main {
	height: 95px;
	display: flex;
	align-items: center;
	position: relative;
}

#h_logo {margin-left: 4%;}

#h_logo img {
	max-width: 80%;
	max-height: 70px;
}

#header_menu {
	visibility: hidden;
	opacity: 0;
}

#hmenu_box {
	background: #e5e5e5;
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	z-index: 998;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .6s ease;
}

.hmenu_pc {display: none;}

.hmenu_sp {margin: 5vw 15%;}

.hmenu_sp li img {
	height: 10vw;
	image-rendering: -webkit-optimize-contrast;
}

.hmenu_sp li a {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 4vw 0;
}

.opennav #header_menu, .opennav #hmenu_box {
    visibility: visible;
    opacity: 1;
}

#navtoggle {
	position: absolute;
	right: 4%;
	top: 32px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 999;
}

#navtoggle div {position: relative;}

#navtoggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
	
#navtoggle span:nth-child(1) {top: 0;}

#navtoggle span:nth-child(2) {top: 11px;}

#navtoggle span:nth-child(3) {top: 22px;}

.opennav #navtoggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.opennav #navtoggle span:nth-child(2),
.opennav #navtoggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ▼コンテンツSP */
article {
	padding-top: 95px;
	margin: 0 auto;
}

.inner {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターSP */
footer {
	width: 100%;
	padding: 12vw 0;
}

#footer_add {display: none;}

#footer_menu {display: none;}

footer p#copyright {
	text-align: center;
	color: #000;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
}

}
