@charset "utf-8";

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

デザインスタイル(formページ用)

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

/* ▼全体 */
* 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: 960px;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

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

.inner {
	width: 900px;
	margin: 0 auto;
}

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

#header_wrap {border-bottom: solid 1px #c9caca;}

#header_main {
	position: relative;
	z-index: 101;
}

#header_main .inner {
	padding: 14px 0 12px 0;
	box-sizing: border-box;
	position: relative;
}

#logo {width: 326px;}

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

#header_menu .inner {position: relative;}

#header_menu ul {
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 102;
}

#header_menu ul > li a {
	display: block;
	width: 210px;
	text-align: center;
	text-decoration: none;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding: 7px 0;
	color: #000;
	box-sizing: border-box;
	border-left: solid 1px #c9caca;
	border-right: solid 1px #c9caca;
}

#header_menu li a:hover {text-decoration: underline;}

/* ▼コンテンツPC */
article {width: 100%;}

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

#footer_copy .inner {
	padding: 80px 0 70px 0;
	text-align: center;
}

#copyright {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	color: #000;
}

/* ▼ページトップへ戻るPC */
.pagetop1 {
	position: fixed;
	bottom: -120px;
	right: 60px;
	z-index: 10020;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop1 img {
	width: 180px;
	height: 51px;
	image-rendering: -webkit-optimize-contrast;
}

.pagetop2 {
	position: fixed;
	bottom: 30px;
	right: 60px;
	z-index: 10020;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop2 img {
	width: 180px;
	height: 51px;
	image-rendering: -webkit-optimize-contrast;
}

}

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

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

.pc_item {display: none;}

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

/* ▼ヘッダーSP */
header {width: 100%;}

#header_main {
	width: 100%;
	position: relative;
	z-index: 101;
}

#header_main .inner {
	width: 100%;
	padding: 3vw 0;
	box-sizing: border-box;
}

#logo {
	width: 70%;
	margin: 0 auto;
}

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

#header_menu .inner {width: 100%;}

#header_menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: solid 1px #c9caca;
}

#header_menu ul > li {width: 100%;}

#header_menu ul > li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding: 3vw 0;
	color: #000;
	box-sizing: border-box;
	border-bottom: solid 1px #c9caca;
}

/* ▼コンテンツSP */
article {width: 100%;}

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

#footer_copy .inner {
	padding: 10vw 0;
	text-align: center;
}

#copyright {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	color: #000;
}

/* ▼ページトップへ戻るSP */
.pagetop1 {
	position: fixed;
	bottom: -200px;
	right: 5px;
	z-index: 10020;
	width: 32%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop1 img {width: 100%;}

.pagetop2 {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 10020;
	width: 32%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop2 img {width: 100%;}

}
