@charset "UTF-8";
@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
.recent-updated-heading,
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,
input[type=submit],
input[type=button] {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*=============================================================
#base
=============================================================*/

body,
html {}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none;
}

html {}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	background-color: #FFF;
	text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
}

:focus {
	outline: 0;
}

iframe {
	width: 100%;
}

#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

.sp-hd {
	display: none;
}

.body {
	width: 90%;
	margin: 0 auto;
}

.drawerfixed {
	overflow: auto;
	height: 100%;
}

/*=============================================================
タイトル
=============================================================*/
.logo a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*=============================================================
ボタン
=============================================================*/
a.btn {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-right: 30px;
}

a.btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	/* 矢印の色 */
	border-right: 2px solid #fff;
	/* 矢印の色 */
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: right 0.3s;
}

a.btn:hover:after {
	right: 0px;
	;
}

/*=============================================================
#header
=============================================================*/
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .logo {
	margin-top: 10px;
	margin-left: 10px;
	width: 30%;
	min-width: 200px;
}

#header .header_nav {
	display: none;
}

#spheader .drawer-nav {
	background: #065446;
	text-align: center;
	padding-top: 20px;
}

#spheader .drawer-menu li {
	width: 100%;
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#spheader .drawer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

/*=============================================================
#FOOTER
=============================================================*/
.contact_link {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 8000;
	width: 50%;
}

#footer {
	width: 100%;
	background-color: #065446;
	padding: 30px 0 100px;
	color: #fff;
	text-align: center;
}

#footer .logo {
	margin: 20px auto;
	width: 30%;
	min-width: 200px;
}

#footer .footer_nav ul {
	display: flex;
	justify-content: space-between;
	width: 300px;
	margin: 50px auto;
}

#footer .footer_nav ul li {
	padding: 0 1em;
	color: #fff;
}

#footer .footer_nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}

#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
}