@charset "UTF-8";

/****************************************
Resetting
*****************************************/
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,
button {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	color: #000;
	font-size: 20px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	line-height: 1;
	background: #fff;
}

body.nos {
	overflow: hidden;
}

ol,
ul,
li {
	list-style: none;
}

sup {
	font-size: 70%;
	vertical-align: super;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: inherit;
	border-spacing: 0;
}

input,
textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="text"],
textarea,
select,
button {
	appearance: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: none;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:focus,
*:focus {
	outline: none;
}

a.tel_link {
	pointer-events: none;
}

/******************************************
normarise
******************************************/
* {
	box-sizing: border-box;
}

.sp {
	display: none !important;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.ibk {
	display: inline-block;
}

.twocol {
	display: flex;
}

img {
	width: auto;
	max-width: 100%;
}

#wrapper {
	margin-top: 109px;
	overflow-x: clip;
}

/* header */
header {
	width: 100%;
	height: 109px;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 9;
	background: #fff;
}

.anchor_posi {
	position: absolute;
	top:-129px;
}

header .inner {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 30px 50px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.logo {
	max-width: 462px;
	position: relative;
	z-index: 2;
}

.logo a,
.logo a img {
	display: block;
}

#spnavi,
#spMenu,
header ul.child_menu {
	display: none;
}

.gmenu ul {
	margin: 15px 0 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.gmenu ul li {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0 22px;
	position: relative;
}

.gmenu ul li:last-child {
	padding-right: 0;
}

.gmenu ul li a {
	color: #010101;
	padding: 0 2px;
	display: block;
	position: relative;
}

.gmenu ul li.acc {
	padding-bottom: 19px;
	transition: ease .3s;
}

.gmenu ul li.acc::before {
	content: "";
	width: 100%;
	height: 39px;
	background: url(../images/icon_arrow_down.svg) no-repeat center 10px;
	background-size: 14px auto;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transition: ease .3s;
	transform: translateX(-50%);
}

.gmenu ul li::after {
	content: "";
	width: 1px;
	height: 1em;
	background: #010101;
	position: absolute;
	top: 0;
	right: 0;
}

.gmenu ul li:last-child::after {
	display: none;
}

.gmenu ul li.acc ul.child_menu {
	width: 300px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 64px;
	left: 0;
	background: rgba(255, 255, 255, .85);
}

.gmenu ul li.acc ul.child_menu li {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 0 20px;
	position: relative;
	border-bottom: solid 1px #000;
}

.gmenu ul li.acc ul.child_menu li:last-child {
	padding-right: 0;
	border-bottom: 0;
}

.gmenu ul li.acc ul.child_menu li a {
	color: #010101;
	padding: 15px 0 15px 17px;
	display: block;
	background: url(../images/ico_link.svg) no-repeat 0 center;
	background-size: 7px auto;
	position: relative;
	transition: ease .3s;
}

.gmenu ul li.acc ul.child_menu li::after,
.gmenu ul li.acc ul.child_menu li a::after,
.gmenu ul li.acc ul.child_menu li a::before {
	display: none !important;
}

footer {
	margin: 0;
	padding: 60px 0 30px;
	position: relative;
	z-index: 8;
	background: url(../images/footer_bg.jpg) no-repeat center 0;
	background-size: cover;
}

footer .inner {
	width: 100%;
	max-width: 1500px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#ftnavi {
	width: 100%;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#ftnavi li {
	margin: 0;
	padding: 0;
}

#ftnavi li h2 {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0 0 20px;
}

#ftnavi li h2 a {
	color: #000;
	padding: 0 0 0 18px;
	display: inline-block;
	background: url(../images/ico_link.svg) no-repeat 0 3px;
	background-size: 8px auto;
}

#ftnavi li p {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0 0 0 18px;
	margin: 0 0 20px;
	position: relative;
}

#ftnavi li p a {
	color: #000;
	background: none;
}

#ftnavi li p a::before {
	content: "・";
}

.copyright {
	margin: 70px 0 0;
	padding: 30px 0 0;
	border-top: solid 1px #d6d6d6;
}

.copyright p {
	color: #000;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

/* ページトップへ */
#pageTop {
	width: 100%;
	height: 0;
	margin: 0 auto;
	z-index: 99;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: visible;
	position: fixed;
	bottom: 0;
	right: 0;
}

#totopLink {
	max-width: 1660px;
	margin: 0 auto;
	position: relative;
}

#totopLink a {
	width: 80px;
	height: 80px;
	background: url(../images/totop.png) no-repeat center center #2e2e2e;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all ease .3s;
	opacity: 0;
	pointer-events: none;
}

.totop #totopLink a {
	opacity: 1;
	pointer-events: inherit;
}

.pankuzu {
	background: #f3f3f3;
	position: relative;
}

.pankuzu ul {
	width: 100%;
	max-width: 1500px;
	padding: 15px 20px 20px;
	margin: 0 auto;
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
}

.pankuzu ul li {
	font-size: 16px;
	line-height: 1.3;
	margin: 5px 0 0;
	position: relative;
}

.pankuzu ul li+li {
	padding-left: 44px;
}

.pankuzu ul li+li::before {
	content: ">";
	position: absolute;
	left: 16px;
}

.pankuzu ul li a {
	text-decoration: underline;
	transition: ease .3s;
}
.pankuzu ul li a i {
	display:none !important;
}

/* contents */
article {
	padding: 100px 60px;
	position: relative;
}

article::before {
	content: '';
	display: block;
	position: fixed;
	top: -109px !important;
	left: 0;
	width: 100%;
	height: calc(100% + 109px) !important;
	z-index: -1;
}

article>.inner {
	max-width: 1500px;
	margin: 0 auto;
}

article h1 {
	margin: 0 0 50px;
}

article h1 .sub {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 18px;
	margin: 0 0 0 20px;
	background: #c53e38;
	display: inline-block;
}

.contents_wrapper {
	width: 100%;
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.page_contents {
	width: 100%;
	max-width: calc(100% - 400px);
	padding: 30px 30px 50px;
	background: rgba(255, 255, 255, 0.6);
}

.page_contents h2.page_title {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding: 6px 0 9px 110px;
	margin: 0 0 30px;
	background-size: auto 80px !important;
}

.page_contents h2.page_title .page_title_text {
	display: block;
	margin-bottom: 7px;
}

.page_contents h2.page_title .eng {
	display: flex;
}

#side_menu {
	width: 340px;
	padding: 45px 0;
	position: sticky;
	top: 109px;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
}

#side_menu ul li a {
	width: 100%;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	background: transparent;
}

#side_menu ul li a .image {
	width: 60px;
	min-width: 60px;
	display: block;
}

#side_menu ul li a .text {
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding: 0 0 0 12px;
	margin: 0 0 0 15px;
	background: url(../images/ico_link.svg) no-repeat 0 center;
	background-size: 7px auto !important;
}

#side_menu ul li a:hover,
#side_menu ul li.current a {
	transition: ease .3s;
	background: #2e2e2e;
}

#side_menu ul li a:hover .text,
#side_menu ul li.current a .text {
	transition: ease .3s;
	color: #fff;
	background: url(../images/ico_link_w.svg) no-repeat 0 center;
}

.more .btn,
.btn_back {
	position: relative;
	display: flex;
	background-color: #efefef;
	text-align: center;
	letter-spacing: 0.1em;
	overflow: inherit;
	margin: 50px 0 0 auto;
	width: 200px;
	box-sizing: border-box;
}

.more .btn::after,
.btn_back::after {
	content: '';
	background-color: #c53e38;
	height: 1px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: 1;
	opacity: 1;
}

.more .btn .text,
.btn_back .text {
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 1;
	z-index: 1;
	padding: 16px 0;
	font-size: 18px;
	letter-spacing: .1em;
}

.more .btn .text::before,
.btn_back .text:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #2e2e2e;
	z-index: -1;
	transition: .2s;
}

/******************************************
clearfix
******************************************/
.cf::after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.cf {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


@media only screen and (max-width:1499px) {
	header {
		height: 102px;
	}

	.anchor_posi {
		top:-122px;
	}

	header .inner {
		padding: 30px 25px 0;
	}

	.logo {
		max-width: 400px;
	}

	.gmenu ul {
		margin: 12px 0 0;
	}

	.gmenu ul li {
		font-size: 18px;
		padding: 0 17px;
	}

	.gmenu ul li.acc ul.child_menu {
		width: 250px;
		top: 60px;
	}

	.gmenu ul li.acc ul.child_menu li {
		padding: 0 15px;
	}

	#wrapper {
		margin-top: 102px;
	}

	article {
		padding: 90px 30px;
	}

	article::before {
		top: -102px !important;
		height: calc(100% + 102px) !important;
	}

	.page_contents {
		max-width: calc(100% - 380px);
	}

	#side_menu {
		top: 102px;
	}

}

@media only screen and (max-width:1299px) {
	#totopLink a {
		width: 60px;
		height: 60px;
	}

}

@media only screen and (max-width:1199px) {
	header {
		height: auto;
	}

	.anchor_posi {
		top:-152px;
	}

	header .inner {
		padding: 15px 25px 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	header .gmenu {
		width: 100%;
	}

	.gmenu ul {
		margin: 20px 0;
		justify-content: center;
	}

	.gmenu ul li:last-child {
		padding-right: 17px;
	}

	.gmenu ul li a::before {
		display: none;
	}

	.gmenu ul li.acc ul.child_menu {
		top: 57px;
	}

	#wrapper {
		margin-top: 132px;
	}

	article::before {
		top: -132px !important;
		height: calc(100% + 132px) !important;
	}

	#side_menu {
		top: 132px;
	}

	#ftnavi li h2 {
		font-size: 18px;
	}

	#ftnavi li p {
		font-size: 14px;
	}

}


@media only screen and (max-width:999px) {
	.contents_wrapper {
		display: block;
	}

	article {
		padding: 90px 30px 0;
	}

	.page_contents {
		max-width: none;
	}

	#side_menu {
		width: auto;
		padding: 30px 0 100px;
		margin: 50px -30px 0;
		position: relative;
		top: 0;
		background: #fff;
	}

	#side_menu ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	#side_menu ul li {
		width: 50%;
	}

	#side_menu ul li a:hover,
	#side_menu ul li.current a {
		background: transparent;
	}

	#side_menu ul li a:hover .text,
	#side_menu ul li.current a .text {
		color: #000;
		background: url(../images/ico_link.svg) no-repeat 0 center;
	}

	#ftnavi {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#ftnavi li {
		width: 33.33%;
	}

	#ftnavi li p {
		margin-bottom: 14px;
	}

	#ftnavi li h2 a {
		padding: 0 0 0 16px;
		background: url(../images/ico_link.svg) no-repeat 0 3px;
		background-size: 7px auto;
	}

	#totopLink a {
		right: 20px;
	}

}


@media only screen and (max-width:899px) {
	.gmenu ul li {
		font-size: 16px;
	}

	.gmenu ul li.acc ul.child_menu {
		top: 55px;
	}

	.gmenu ul li.acc ul.child_menu li {
		font-size: 16px;
	}

	.gmenu ul li.acc ul.child_menu li a {
		padding: 15px 0 15px 15px;
		background-size: 6px auto;
	}

	#wrapper {
		margin-top: 130px;
	}

	article::before {
		top: -130px !important;
		height: calc(100% + 130px) !important;
	}

}


@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	header {
		height: 81px;
	}

	.anchor_posi {
		top:-96px;
	}

	header .inner {
		padding: 20px 25px;
		justify-content: flex-start;
	}

	.logo {
		width: 400px;
	}

	.gmenu ul {
		display: none;
	}

	#spMenu {
		width: 81px;
		height: 81px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		display: block;
	}

	/*
.totop #spMenu {
	position:fixed;
}
*/
	#spMenu a {
		width: 81px;
		height: 81px;
		display: block;
		position: relative;
		transition: ease .3s;
	}

	#spMenu a img {
		width: 50%;
		height: auto;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	header.open #spMenu a {
		background: url(../images/btn_close.png) no-repeat center center;
		background-size: 100% auto;
	}

	header.open #spMenu a img {
		opacity: 0;
	}

	#spHeader {
		width: 100%;
		display: block;
	}

	#spnavi {
		width: 100%;
		height: calc(100% - 81px);
		z-index: 9;
		margin: 0;
		background: #fff;
		position: fixed;
		top: 81px;
		left: 0;
		overflow: auto;
	}

	#spnavi ul {
		width: 100%;
	}

	#spnavi ul li {
		margin: 0;
		border-top: solid 1px #ccc;
	}

	#spnavi ul li.spacc {
		position: relative;
		cursor: pointer;
	}

	#spnavi ul li.spacc::before,
	#spnavi ul li.spacc::after {
		content: "";
		width: 28px;
		height: 2px;
		background: #c53e38;
		position: absolute;
		top: 40px;
		right: 26px;
	}

	#spnavi ul li.spacc::after {
		transform: rotate(90deg);
		transition: ease .15s;
	}

	#spnavi ul li.spacc.on::after {
		transform: rotate(0deg);
	}

	#spnavi ul li a {
		font-size: 24px;
		line-height: 1.3;
		padding: 25px 81px 25px 30px;
		letter-spacing: 0.1em;
		display: block;
		background: url(../images/ico_link.svg) no-repeat right 33px center;
		background-size: 14px auto;
	}

	#spnavi ul li.spacc a {
		padding-right: 30px;
		background: none;
		display: inline-block;
		transition: ease .3s;
	}

	#spnavi ul li.spacc.on a {
		color: #c53e38;
	}

	#spnavi ul li.spacc ul.child_menu {
		padding: 10px 0 10px 65px;
		background: #eee;
	}

	#spnavi ul li.spacc ul.child_menu li {
		border-top: 0;
	}

	#spnavi ul li.spacc ul.child_menu li a {
		color: #000;
		font-size: 20px;
		line-height: 1.3;
		padding: 8px 0 8px 18px;
		background: url(../images/ico_link.svg) no-repeat 0 15px;
		background-size: 7px auto;
	}

	#spnavi ul li#close {
		font-family: adobe-garamond-pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	}

	#spnavi ul li#close a {
		color: #fff;
		font-size: 28px;
		text-align: center;
		padding: 20px;
		background: #000;
	}

	#spnavi ul li#close a span {
		padding: 0 0 0 42px;
		display: inline-block;
		background: url(../images/ico_close.png) no-repeat 0 center;
		background-size: 26px auto;
	}

	#wrapper {
		margin-top: 81px;
	}

	article::before {
		top: -81px !important;
		height: calc(100% + 81px) !important;
	}

	#totopLink a {
		width: 60px;
		height: 60px;
	}

	#ftnavi {
		height: 23em;
		padding: 0 50px;
		flex-direction: column;
	}

	#ftnavi li {
		width: 50%;
		margin-top: 25px;
	}

	#ftnavi li:nth-child(3) {
		order: 4;
	}

	#ftnavi li:nth-child(4) {
		order: 3;
	}

	#ftnavi li:nth-child(5) {
		order: 5;
	}

	#ftnavi li .sp {
		display: inline !important;
	}

	#ftnavi li p {
		line-height: 1.3;
	}

}


@media only screen and (max-width:639px) {
	header {
		height: 53px;
	}

	.anchor_posi {
		top:-63px;
	}

	header .inner {
		padding: 15px;
	}

	.logo {
		width: 231px;
	}

	#spnavi {
		height: calc(100% - 53px);
		top: 53px;
	}

	#spMenu,
	#spMenu a {
		width: 53px;
		height: 53px;
	}

	#spnavi ul li a {
		font-size: 20px;
		padding: 18px 53px 18px 15px;
		background: url(../images/ico_link.svg) no-repeat right 23px center;
		background-size: 10px auto;
	}

	#spnavi ul li#close a {
		font-size: 20px;
		padding: 18px;
	}

	#spnavi ul li#close a span {
		padding: 0 0 0 32px;
		background-size: 20px auto;
	}

	#spnavi ul li.spacc ul.child_menu {
		padding: 10px 0 10px 45px;
	}

	#spnavi ul li.spacc::before,
	#spnavi ul li.spacc::after {
		width: 20px;
		height: 2px;
		top: 30px;
		right: 18px;
	}

	#spnavi ul li.spacc ul.child_menu li a {
		font-size: 18px;
		padding: 5px 0 5px 16px;
		background: url(../images/ico_link.svg) no-repeat 0 10px;
		background-size: 6px auto;
	}

	.pankuzu ul {
		padding: 10px 15px 15px;
	}

	.pankuzu ul li {
		font-size: 11px;
	}

	.pankuzu ul li+li {
		padding-left: 30px;
	}

	.pankuzu ul li+li::before {
		left: 13px;
	}

	#wrapper {
		margin-top: 53px;
	}

	article::before {
		top: -53px !important;
		height: calc(100% + 53px) !important;
	}

	#ftnavi {
		padding: 0 30px;
	}

	article {
		padding: 60px 15px 0;
	}

	article h1 {
		margin: 0 0 25px;
	}

	.page_contents {
		padding: 25px 10px 30px;
	}

	#side_menu {
		margin: 50px -15px 0;
	}

}


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

	#spnavi ul li a {
		font-size:17px;
	}

	#spnavi ul li.spacc::before, #spnavi ul li.spacc::after {
		top:28px;
	}

	#spnavi ul li.spacc ul.child_menu li a {
    font-size: 15px;
    padding: 5px 0 5px 14px;
    background: url(../images/ico_link.svg) no-repeat 0 9px;
    background-size: 5px auto;
	}

	.more .btn,
	.btn_back {
		margin: 25px 0 0 auto;
		width: 170px;
	}

	.more .btn::after,
	.btn_back::after {
		width: 40px;
		left: -25px;
	}

	.more .btn .text,
	.btn_back .text {
		font-size: 14px;
		padding: 13px 0;
	}

	footer {
		padding: 30px 0;
	}

	#ftnavi {
		height: 22em;
	}

	#ftnavi li h2 {
		font-size: 15px;
	}

	#ftnavi li h2 a {
		padding: 0 0 0 13px;
		background: url(../images/ico_link.svg) no-repeat 0 2px;
		background-size: 5px auto;
	}

	#ftnavi li p {
		font-size: 12px;
		padding: 0 0 0 13px;
	}

	.copyright {
		margin: 60px 0 0;
	}

	.copyright p {
		font-size: 12px;
	}

	#totopLink a {
		width: 40px;
		height: 40px;
	}

	#side_menu ul {
		padding-left: 5px;
	}

	#side_menu ul li a {
		padding: 10px 15px;
	}

	#side_menu ul li a .text {
		font-size: 13px;
		padding: 0;
		background: none !important;
	}

}


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

	.copyright p {
		font-size: 11px;
	}

}


@media only screen and (min-width:768px) {
	.gmenu ul li a::after {
		content: "";
		width: 0;
		height: 3px;
		background: #c53e38;
		position: absolute;
		left: -3px;
		bottom: -7px;
		transition: ease .3s;
	}

	.gmenu ul li a:hover::after,
	.gmenu ul li.current a::after {
		width: calc(100% + 6px);
	}

	.gmenu ul li a::before {
		content: "";
		width: 10px;
		height: 9px;
		background: url(../images/hmenu_triangle.svg) no-repeat 0 0;
		position: absolute;
		top: -20px;
		left: 50%;
		opacity: 0;
		transform: translateX(-50%);
		transition: ease .3s;
	}

	.gmenu ul li a:hover::before,
	.gmenu ul li.current a::before {
		top: -16px;
		opacity: 1;
	}

	#totopLink a:hover {
		opacity: .7;
	}

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

	.gmenu ul li a:hover,
	.gmenu ul li.acc ul.child_menu li a:hover,
	.gmenu ul li.acc:hover a,
	.pankuzu ul li a:hover {
		color: #c53e38;
		text-decoration: none;
	}

	#spnavi {
		display: none !important;
	}

	.more .btn:hover::after,
	.btn_back:hover::after {
		opacity: 0;
		left: 0;
		transition: all 0.5s ease 0s;
	}

	.more .btn .text:hover,
	.btn_back .text:hover {
		color: #fff;
	}

	.more .btn .text:hover::before,
	.btn_back .text:hover:before {
		width: 100%;
	}

	.gmenu ul li.acc:hover::before {
		background: url(../images/icon_arrow_down_on.svg) no-repeat center 12px;
		background-size: 20px auto;
	}

}
