@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background:transparent;*/
}

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* clear */
.clear,
.clearfix {
	zoom: 100%;
}

.clear:after,
.clearfix:after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* base */
html,
body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	height: 100%;
	color: #333;
	min-width: 960px;
}

.gothic {
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3',
		'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

a {
	color: #333;
}

img {
	display: block;
	height: auto;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sp {
	display: none;
}

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

.f1,
.f1sb,
.f1b,
.f1bi {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.f1sb {
	font-weight: 600;
}

.f1b {
	font-weight: 700;
}

.f1bi {
	font-weight: 700;
	font-style: italic;
}

.f2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.f3 {
	font-family: 'Bentham', serif;
	font-weight: 400;
}

.f4i {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-style: italic;
}

.wide {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#contents {
	padding: 126px 0 100px;
}

#contents.page {
	background: #f2f2f2;
}

#contents.page h1 {
	height: 160px;
	background: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding-top: 46px;
}

@media screen and (max-width: 767px) {
	#contents.page h1 {
		height: 100px;
		padding-top: 25px;
		font-size: 24px;
	}
}

#contents.page h1 small {
	display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 23px;
	position: relative;
}

#contents.page h1 small:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	background: #e1354a;
	left: 50%;
	top: 0;
	margin: -13px 0 0 -11px;
}

.lang_en header.simple .lang_button {
	bottom: 16px;
}

@media screen and (max-width: 767px) {
	.lang_en header.simple .lang_button {
		bottom: auto;
	}
}

.lang_en header.simple .pc-nav ul li .parent:after,
.lang_en header.simple .pc-nav ul li a:after {
	bottom: -3px;
}

.lang_en header.simple .pc-nav ul li .parent .submenu,
.lang_en header.simple .pc-nav ul li a .submenu {
	margin-top: 18px;
}

.lang_en header.simple .pc-nav ul li.product_menu .parent .submenu {
	margin-top: 18px;
}

.lang_en header .pc-nav ul li .parent:after,
.lang_en header .pc-nav ul li a:after {
	bottom: -1px;
}

.lang_en header .pc-nav ul li .parent .submenu,
.lang_en header .pc-nav ul li a .submenu {
	margin-top: 18px;
}

.lang_en header .pc-nav ul li.product_menu .parent .submenu {
	margin-top: 18px;
}

.lang_en
	header
	.pc-nav
	ul
	li.product_menu
	.parent
	.submenu
	.wrap
	ul
	li.new
	a:after {
	top: 0;
	left: 0;
	-ms-transform: translate(-70%, -20%);
	transform: translate(-70%, -20%);
}

html {
	scroll-padding-top: 100px;
}

header {
	border-top: solid 4px transparent;
	position: fixed;
	width: 100%;
	min-width: 960px;
	z-index: 1000;
	background: #fff;
	border-bottom: solid 1px #e7e7e7;
}

header:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: 1;
	background: no-repeat 0 0/100% auto url(../img/rainbow.svg);
}

header.home {
	border-bottom-color: #fff;
}

header .lang {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	letter-spacing: 0;
}

header .lang a,
header .lang p {
	width: 30px;
	height: 29px;
	border-bottom: solid 1px #eee;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 30px;
}

header .lang a {
	background: #eee;
	color: #999;
}

header .lang .en {
	border-right: solid 1px #eee;
}

header .header-links {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	letter-spacing: 0;
	font-weight: bold;
}

header .header-links .header-search-form {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	margin: 0 20px 0 0;
	padding: 0 0 0 23px;
	position: relative;
	cursor: pointer;
}

header .header-links .header-search-form .search-submit {
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/search.svg);
}

header .header-links .header-search-form .search-field {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 190px;
	padding: 0;
	margin-left: 10px;
}

header .header-links .header-search-form label {
	display: inline-block;
	overflow: hidden;
	width: 0;
}

header .header-links .header-search-form.open label {
	width: auto;
	overflow: auto;
}

header .header-links a {
	vertical-align: top;
	display: inline-block;
	font-size: 12px;
	padding: 0 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	transition: all 0.2s linear;
	position: relative;
}

header .header-links a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 18px;
	top: 6px;
	background: #333;
}

header .header-links a:nth-last-of-type(1):before {
	display: none;
}

header .header-links a img {
	display: inline-block;
	margin-right: 3px;
	position: relative;
}

header .header-links a img.recruit {
	top: 3px;
}

header .header-links a img.contact {
	top: 2px;
}

header .header-links a.contact {
	background: #e1354a;
	color: #fff;
}

header .header-links a.contact img {
	top: 2px;
}

header .header-links a:hover {
	opacity: 0.5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

header .logo {
	display: block;
	margin: 15px 0 0 20px;
	width: 207px;
	position: absolute;
	top: 0;
	left: 0;
}

header .logo .sub_text {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

header .tech {
	font-size: 11px;
	color: #888;
	letter-spacing: 0.1em;
	position: absolute;
	left: 50%;
	top: 33px;
	font-weight: bold;
	margin-left: -440px;
}

header.simple nav {
	padding-top: 20px;
}

header .pc-nav {
	padding-top: 74px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	transition: all 0.5s ease-out;
}

header .pc-nav .simple-logo {
	display: inline-block;
	vertical-align: top;
	width: 0;
	display: none;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

header .pc-nav .support_icon {
	font-size: 0;
	letter-spacing: 0;
	width: 987px;
	margin: 0 auto;
}

header .pc-nav .support_icon li {
	margin: 0 0 0 15px;
}

header .pc-nav .support_icon li:nth-of-type(1) {
	margin: 0;
}

header .pc-nav .support_icon li a {
	font-size: 0;
	letter-spacing: 0;
}

header .pc-nav ul {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

header .pc-nav ul li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

header .pc-nav ul li > * {
	cursor: pointer;
}

header .pc-nav ul li:nth-last-of-type(1) {
	margin-right: 0;
}

header .pc-nav ul li a,
header .pc-nav ul li .parent {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 17px;
	display: block;
	position: relative;
	transition: color 0.2s linear;
}

header .pc-nav ul li a.disable,
header .pc-nav ul li .parent.disable {
	opacity: 0.3;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

header .pc-nav ul li a.disable:hover,
header .pc-nav ul li .parent.disable:hover {
	color: #333;
}

header .pc-nav ul li a.disable:after,
header .pc-nav ul li .parent.disable:after {
	display: none;
}

header .pc-nav ul li a:hover,
header .pc-nav ul li .parent:hover {
	color: #e1354a;
}

header .pc-nav ul li a:hover:after,
header .pc-nav ul li .parent:hover:after {
	left: 0;
	width: 100%;
}

header .pc-nav ul li a:after,
header .pc-nav ul li .parent:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 4px;
	background: #e1354a;
	transition: all 0.2s linear;
}

header .pc-nav ul li a small,
header .pc-nav ul li .parent small {
	color: #e1354a;
	display: block;
	font-size: 9px;
	margin-top: 7px;
}

header .pc-nav ul li a .submenu,
header .pc-nav ul li .parent .submenu {
	position: fixed;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 1017px;
	background: #e7e7e7;
	margin-top: 17px;
	overflow: hidden;
	height: 0;
	transition: all 0.4s ease-out;
}

header .pc-nav ul li a .submenu .wrap a,
header .pc-nav ul li .parent .submenu .wrap a {
	padding: 0;
}

header .pc-nav ul li a .submenu .wrap a:after,
header .pc-nav ul li .parent .submenu .wrap a:after {
	display: none;
}

header .pc-nav ul li a .submenu span,
header .pc-nav ul li .parent .submenu span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-top: 10px;
}

header .pc-nav ul li.product_menu .parent .submenu {
	position: fixed;
	left: 50%;
	width: 860px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #e7e7e7;
	margin-top: 17px;
	overflow: hidden;
	height: 0;
	transition: all 0.4s ease-out;
	text-align: left;
	padding: 0;
}

header .pc-nav ul li.product_menu .parent .submenu.show {
	height: auto;
}

header .pc-nav ul li.product_menu .parent .submenu .label {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin: 0 0 0 30px;
	padding-top: 30px;
}

header .pc-nav ul li.product_menu .parent .submenu img {
	display: block;
	width: 100%;
	height: auto;
}

header .pc-nav ul li.product_menu .parent .submenu ul {
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
	padding: 15px 30px 30px;
	display: block;
}

header .pc-nav ul li.product_menu .parent .submenu ul li {
	display: inline-block;
	margin: 20px 0 0;
	width: 25%;
	line-height: 1.3;
	vertical-align: middle;
}

header .pc-nav ul li.product_menu .parent .submenu ul li.new a {
	overflow: visible;
	position: relative;
	display: block;
}

header .pc-nav ul li.product_menu .parent .submenu ul li.new a:after {
	content: '';
	width: 43.5px;
	height: 43.5px;
	background: no-repeat center/contain url(../img/home/new_badge.png);
	position: absolute;
	top: 50%;
	right: 15px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	left: auto;
	bottom: auto;
	transition: none;
}

header .pc-nav ul li.product_menu .parent .submenu ul li a {
	font-size: 14px;
	position: relative;
	padding: 0 0 0 20px;
	display: inline-block;
}

header .pc-nav ul li.product_menu .parent .submenu ul li a:hover {
	color: #e1354a;
}

header .pc-nav ul li.product_menu .parent .submenu ul li a:before {
	content: '＞';
	color: #e1354a;
	position: absolute;
	left: 0;
	top: 0;
}

header .pc-nav ul li.product_menu .parent .submenu ul li a p {
	display: inline-block;
	vertical-align: middle;
}

header .pc-nav ul li.product_menu .parent .submenu ul li span {
	display: block;
}
/*
header .pc-nav ul li.seko .parent .submenu ul li:nth-last-child(1) a {
  padding-left: 0;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 3px;
  border: solid 2px #000;
}

header .pc-nav ul li.seko .parent .submenu ul li:nth-last-child(1) a:hover {
  background: #fff;
  color: #000;
}

header .pc-nav ul li.seko .parent .submenu ul li:nth-last-child(1) a:before {
  display: none;
}

header .pc-nav ul li.seko .parent .submenu ul li:nth-last-child(1) a strong {
  font-size: 14px;
}
*/
header .pc-nav ul li.service_menu .parent:hover .submenu {
	height: 184px;
}

header .pc-nav ul li.service_menu .parent .submenu .wrap {
	padding: 17px 0;
}

header .pc-nav ul li.company_menu .parent:hover .submenu {
	height: 184px;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap {
	width: auto;
	padding: 15px 0;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a {
	display: inline-block;
	vertical-align: middle;
	width: 184px;
	height: 154px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding-top: 50px;
	transition: all 0.2s linear;
	margin: 0 0 0 16px;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a:nth-of-type(1) {
	margin: 0;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a.short {
	width: 188px;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a:hover {
	color: #fff;
	background: #e1354a;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a:hover small {
	color: #fff;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a:hover svg path,
header .pc-nav ul li.company_menu .parent .submenu .wrap a:hover svg rect {
	fill: #fff;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a svg {
	margin: 0 auto;
	display: block;
	margin-bottom: 13px;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a svg path,
header .pc-nav ul li.company_menu .parent .submenu .wrap a svg rect {
	transition: all 0.2s linear;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap a small {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	color: #333;
	position: relative;
	top: -2px;
	transition: all 0.2s linear;
}

header .pc-nav ul li.company_menu .parent .submenu .wrap hr {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 94px;
	background: #b4b4b4;
	margin: 0 11px;
}

header .pc-nav ul li.project_menu .parent:hover .submenu,
header .pc-nav ul li.somayq_world .parent:hover .submenu {
	height: 450px;
}

header .pc-nav ul li.project_menu .parent:hover .submenu.no_border,
header .pc-nav ul li.somayq_world .parent:hover .submenu.no_border {
	height: 350px;
}

header .pc-nav ul li.project_menu .parent .submenu.no_border .wrap a,
header .pc-nav ul li.somayq_world .parent .submenu.no_border .wrap a {
	border: none;
}

header .pc-nav ul li.project_menu .parent .submenu .wrap,
header .pc-nav ul li.somayq_world .parent .submenu .wrap {
	padding: 23px 0 0;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	box-sizing: border-box;
	height: 450px;
}

header .pc-nav ul li.project_menu .parent .submenu .wrap .title,
header .pc-nav ul li.somayq_world .parent .submenu .wrap .title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #333;
	margin-bottom: 20px;
}

header .pc-nav ul li.project_menu .parent .submenu .wrap .title img,
header .pc-nav ul li.somayq_world .parent .submenu .wrap .title img {
	display: block;
	margin: 10px auto 0;
}

header .pc-nav ul li.project_menu .parent .submenu .wrap a,
header .pc-nav ul li.somayq_world .parent .submenu .wrap a {
	display: inline-block;
	width: 240px;
	height: 240px;
	background: #fff;
	border: solid 12px #fff;
	margin: 0 25px;
	transition: all 0.2s linear;
}

header .pc-nav ul li.project_menu .parent .submenu .wrap a:hover,
header .pc-nav ul li.somayq_world .parent .submenu .wrap a:hover {
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

header .pc-nav ul li.project_menu .parent .submenu .wrap a img,
header .pc-nav ul li.somayq_world .parent .submenu .wrap a img {
	display: inline-block;
	width: auto;
	height: 100%;
}

header .pc-nav ul li.somayq_world .parent:hover .submenu {
	height: 390px;
}

header .pc-nav ul li.product_menu .parent .submenu .wrap ul li a {
	position: relative;
}

header .pc-nav ul li.product_menu .parent .submenu .wrap ul li a span {
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	word-break: break-all;
}

header .lang_button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	font-weight: bold;
	font-size: 0;
	letter-spacing: 0;
	transition: bottom 0.2s linear;
}

@media screen and (max-width: 767px) {
	header .lang_button {
		right: auto;
		left: 5px;
		bottom: auto;
		top: 50%;
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		text-align: center;
	}
}

header .lang_button a {
	transition: color 0.2s linear;
	font-size: 15px;
	line-height: 1;
	padding: 0 15px;
	border: solid 1px #333;
	height: 25px;
	border-radius: 25px;
	display: inline-block;
	line-height: 25px;
}

@media screen and (max-width: 767px) {
	header .lang_button a {
		font-size: 12px;
		height: 20px;
		line-height: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

header .lang_button a:hover {
	color: #e1354a;
}

header .lang_button a[data-stt-active] {
	display: none;
}

header .lang_button img,
header .lang_button span {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	header .lang_button img {
		display: block;
		width: 20px;
		height: auto;
		margin: 0 auto;
	}
}

.support_icon li {
	margin: 0;
}

.support_icon a {
	width: 150px;
	height: 150px;
	border: solid 1px #b4b4b4;
	display: inline-block;
	background: #fff;
	font-size: 0;
	letter-spacing: 0;
}

.support_icon a:before,
.support_icon a div {
	display: inline-block;
	vertical-align: middle;
}

.support_icon a:before {
	content: '';
	width: 0;
	height: 100%;
}

.support_icon a div {
	position: relative;
	width: 100%;
	height: 100%;
}

.support_icon a img {
	display: inline-block;
	height: auto;
}

.support_icon a p {
	transition: color 0.2s linear;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 65%;
	line-height: 1.3;
}

.support_icon a p span {
	display: block !important;
	font-size: 13px !important;
	margin-top: 0 !important;
	font-weight: bold !important;
}

.support_icon a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
	height: auto;
}

.support_icon a .tour {
	width: 62px;
}

.support_icon a .book {
	width: 57px;
}

.support_icon a .komatta {
	width: 37px;
}

.support_icon a .shukka {
	width: 37px;
}

.support_icon a .qa {
	width: 31px;
	margin-top: 0;
}

.support_icon a .contact {
	width: 43px;
}

.wagon,
.trouble,
.handbook,
.manga {
	position: fixed;
	z-index: 100;
	right: -132px;
	top: 135px;
	background: #fff;
	border: solid 4px #e1354a;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 0;
	letter-spacing: 0;
	border-right: none;
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.wagon:hover,
.trouble:hover,
.handbook:hover,
.manga:hover {
	right: 0;
}

.wagon p,
.trouble p,
.handbook p,
.manga p {
	width: 40px;
	font-size: 15px;
	border-right: solid 2px #e1354a;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 40px;
}

.wagon div,
.trouble div,
.handbook div,
.manga div {
	display: inline-block;
	vertical-align: top;
	padding: 17px 0;
	width: 130px;
	text-align: center;
}

.wagon div img,
.trouble div img,
.handbook div img,
.manga div img {
	display: inline-block;
}

.manga {
	border-color: #303030;
	background: #ffef3d;
}

.manga p {
	padding-bottom: 5px;
	border-color: #303030;
	letter-spacing: -0.07em;
	position: relative;
	text-align: center;
}

.manga p img {
	display: inline-block;
	width: 40%;
	height: auto;
}

.manga p span {
	margin-top: -7px;
	display: inline-block;
}

.manga p span:before,
.manga p span:after {
	content: '〝';
}

.manga p span:before {
	margin-bottom: 2px;
	display: inline-block;
}

.manga p span:after {
	position: relative;
	left: -10px;
	top: -7px;
}

.manga div {
	padding-bottom: 0;
}

.manga img {
	width: 83px;
	height: auto;
}

@media all and (-ms-high-contrast: none) {
	.manga p span:after {
		top: 13px;
		left: -8px;
	}
}

.trouble {
	background: #e1354a;
	color: #fff;
	top: 291px;
	border-width: 2px;
}

.trouble div {
	padding: 0 0 0 2px;
}

.trouble div:before {
	content: '';
	position: absolute;
	left: 43px;
	width: 2px;
	height: 100%;
	top: 0;
	background: #fff;
}

.trouble img {
	width: 56px;
	margin-top: 20px;
}

.wagon {
	top: 430px;
}

.handbook {
	top: 573px;
	color: #fff;
	border-color: #000;
}

.handbook p {
	background: #000;
	border-color: #000;
	height: 120px;
	text-align: center;
	padding: 0;
}

.handbook div img {
	width: auto;
	height: 86px;
}

.page-title {
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.15em;
	position: relative;
	margin-top: 20px;
}

.page-title:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	background: #e1354a;
	left: 50%;
	margin-left: -11px;
	top: 35px;
}

.page-title small {
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 20px;
}

footer {
	color: #fff;
	background: #000;
	padding: 50px 0 0;
	box-sizing: border-box;
	z-index: 100;
	position: relative;
}

footer .wide {
	width: auto;
	padding-left: 70px;
	padding-right: 70px;
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

footer:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20px;
	background: no-repeat 0 0/100% url(../img/rainbow.svg);
	content: '';
}

footer .left {
	float: left;
}

footer a {
	color: #fff;
}

footer .footer_logo {
	width: 254px;
	height: auto;
}

footer .contact {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
}

footer .contact p {
	font-size: 12px;
	letter-spacing: 0.05em;
}

footer .contact strong {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 10px 0 12px;
	display: block;
	font-weight: normal;
}

footer .contact a {
	display: block;
	border: solid 1px #fff;
	height: 52px;
	width: 300px;
	line-height: 52px;
	padding: 0 20px;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
}

footer .contact a img {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-left: 5px;
	left: 0;
	transition: left 0.2s linear;
}

footer .contact a:hover img {
	left: 5px;
}

footer .right {
	float: right;
	font-size: 0;
	letter-spacing: 0;
}

footer .right ul {
	display: inline-block;
	margin-left: 64px;
	vertical-align: top;
	margin-top: -15px;
}

footer .right ul.menu1 li .disable {
	opacity: 0.5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

footer .right ul p {
	cursor: pointer;
}

footer .right ul p.disable {
	cursor: default;
}

footer .right ul li {
	margin-top: 15px;
	font-size: 12px;
}

footer .right ul li.open p:before {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

footer .right ul li a:hover span {
	text-decoration: underline;
}

footer .right ul li.sns a {
	display: block;
	margin-top: 10px;
}

footer .right ul li.sns img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

footer .right ul li.sns span {
	display: inline-block;
}

footer .right ul li.sns .youtube div,
footer .right ul li.sns .x div {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

footer .right ul li.sns .youtube div:before,
footer .right ul li.sns .x div:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

footer .right ul li.sns .youtube img,
footer .right ul li.sns .x img {
	width: 20px;
	height: auto;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}

footer .right ul li.sns .x div img {
	width: 15px;
}

footer .right ul li.has_submenu {
	position: relative;
}

footer .right ul li.has_submenu:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: no-repeat center/contain url(../img/home/arrow3.svg);
	right: 0;
	top: 2px;
	transition: transform 0.2s ease-out;
}

footer .right ul li.has_submenu.open:after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

footer .right ul .submenu {
	height: 0;
	overflow: hidden;
}

footer .right ul .submenu ul {
	margin: 0 0 0 15px;
	padding: 5px 0 2px;
}

footer .right ul .submenu ul li {
	font-size: 12px;
	margin-top: 10px;
}

footer .right ul .submenu ul li a:before {
	content: '・';
}

footer .pagetop {
	position: fixed;
	width: 40px;
	height: 40px;
	border: solid 2px #333;
	background: #fff;
	border-radius: 40px;
	bottom: -50px;
	right: 20px;
	margin-left: 440px;
	overflow: hidden;
	z-index: 1;
}

footer .pagetop.fix {
	position: absolute;
}

footer .pagetop img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -13px;
	transition: all 0.2s linear;
	background: transparent;
	transform: translate3d(0, 0, -1px);
}

footer .pagetop:hover img {
	transform: translate3d(0, -5px, -1px);
}

footer .foot {
	border-top: solid 1px #666;
	margin-top: 30px;
}

footer .foot ul {
	font-size: 0;
	letter-spacing: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

footer .foot ul li {
	display: inline-block;
	font-size: 10px;
	margin-right: 15px;
}

footer .foot ul li a:hover {
	text-decoration: underline;
}

footer .foot .copyright {
	font-size: 10px;
	padding-bottom: 15px;
	text-align: center;
}

.pagenation {
	margin-top: 30px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.pagenation a,
.pagenation span {
	display: inline-block;
	vertical-align: middle;
}

.pagenation a.total-page,
.pagenation span.total-page {
	margin: 0 30px;
	font-size: 34px;
}

.pagenation a img {
	position: relative;
	transition: all 0.2s linear;
	left: 0;
}

.pagenation a.prev:hover img {
	left: -5px;
}

.pagenation a.next:hover img {
	left: 5px;
}

.pagenation span img {
	opacity: 0.2;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.trouble_link {
	display: block;
	width: 400px;
	height: 80px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	background: #e1354a;
	margin: 45px auto 0;
	font-size: 24px;
	font-weight: bold;
}

.trouble_link i {
	margin-left: 5px;
	position: relative;
	left: 0;
	transition: all 0.2s ease-out;
}

.trouble_link:hover i {
	left: 5px;
}

@media screen and (max-width: 767px) {
	.manga {
		top: 75px;
	}
	.manga p img {
		width: 58%;
	}
	.trouble {
		top: 225px;
		border-width: 2px;
	}
	.trouble div:before {
		left: 30px;
	}
	.wagon {
		top: 360px;
	}
	.manga:hover,
	.trouble:hover,
	.wagon:hover,
	.handbook:hover {
		right: -132px;
	}
	.manga.touch,
	.trouble.touch,
	.wagon.touch,
	.handbook.touch {
		right: 0;
	}
	.handbook {
		top: 500px;
	}
	.handbook p {
		width: 30px;
		line-height: 30px;
	}
}

#search_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99;
	padding-top: 200px;
	left: -100%;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	transition: opacity 0.4s ease-out;
}

#search_modal.show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	left: 0;
}

#search_modal.show .search_modal_contents {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#search_modal.show.close {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

#search_modal .search_modal_contents {
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all 0.4s ease-out;
}

#search_modal .search_title {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.1em;
	position: relative;
}

#search_modal .search_title:before,
#search_modal .search_title:after {
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#search_modal .search_title:before {
	content: '';
	width: 22px;
	height: 3px;
	background: #e1354a;
	bottom: -10px;
}

#search_modal .search_title:after {
	content: 'Search';
	font-size: 12px;
	letter-spacing: 0.05em;
	bottom: -30px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

#search_modal form {
	position: relative;
	display: block;
	width: 760px;
	margin: 75px auto 0;
}

#search_modal form input {
	display: block;
	border: solid 1px #333;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	padding: 0 55px 0 3px;
	line-height: 48px;
	font-size: 20px;
	box-sizing: border-box;
	box-shadow: none;
}

#search_modal form button {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	top: 2px;
	right: 3px;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

#search_modal form button img {
	display: block;
	width: 100%;
	height: 100%;
}

#search_modal .keyword {
	margin-top: 50px;
	text-align: center;
}

#search_modal .keyword p {
	font-size: 14px;
	letter-spacing: 0.03em;
}

#search_modal .keyword ul {
	margin-top: 30px;
	font-size: 0;
	letter-spacing: 0;
}

#search_modal .keyword li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.03em;
	padding: 0 1em;
	border-left: solid 1px #333;
}

#search_modal .keyword li:nth-of-type(1) {
	border-left: none;
}

#search_modal .keyword a:hover {
	text-decoration: underline;
}

#search_modal .search_modal_close {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 50px;
	top: 0;
}

#search_modal .search_modal_close:before,
#search_modal .search_modal_close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #333;
}

#search_modal .search_modal_close:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#search_modal .search_modal_close:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	#search_modal {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	html,
	body,
	.wide {
		width: auto;
		min-width: auto;
	}
	#contents {
		padding: 62px 0 30px 0;
	}
	header {
		height: 62px;
		border-top-width: 2px;
		min-width: auto;
	}
	header .header-links,
	header nav {
		display: none;
	}
	header .en {
		position: absolute;
		left: 15px;
		font-size: 9px;
		letter-spacing: 0.05em;
		border: solid 1px #333;
		width: 48px;
		height: 17px;
		text-align: center;
		z-index: 1;
		display: block;
		line-height: 17px;
		font-weight: 700;
		top: 50%;
		margin-top: -9px;
	}
	header .logo {
		margin: 10px auto 0;
		position: relative;
		width: 164px;
		height: auto;
		top: auto;
		left: auto;
	}
	header .logo img {
		width: 100%;
		height: auto;
	}
	header .logo .sub_text {
		margin-bottom: 5px;
	}
	header .sp-nav-btn {
		position: absolute;
		width: 35px;
		top: 10px;
		right: 15px;
		display: block;
		z-index: 100;
		color: #000;
	}
	header .sp-nav-btn .btn {
		position: relative;
		height: 24px;
		width: 28px;
		margin: 0 auto;
	}
	header .sp-nav-btn .btn hr {
		position: absolute;
		margin: 0;
		border: none;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #333;
		transition: all 0.2s linear;
	}
	header .sp-nav-btn .btn hr:nth-of-type(2) {
		top: 10px;
	}
	header .sp-nav-btn .btn hr:nth-of-type(3) {
		top: auto;
		bottom: 0;
	}
	header .sp-nav-btn span {
		display: block;
		text-align: center;
		font-size: 11px;
		margin-top: 5px;
		transition: all 0.2s linear;
	}
	header.open .sp-nav-btn hr {
		background: #fff;
	}
	header.open .sp-nav-btn hr:nth-of-type(1) {
		-ms-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	header.open .sp-nav-btn hr:nth-of-type(2) {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	header.open .sp-nav-btn hr:nth-of-type(3) {
		-ms-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	header.open .sp-nav-btn span {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	header.open .sp-nav {
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	footer {
		height: auto;
		position: relative;
	}
	footer .wide {
		padding: 0;
		width: auto;
	}
	footer .footer_logo {
		display: block;
		width: 164px;
		margin: 0 auto;
	}
	footer .contact {
		text-align: center;
	}
	footer .contact a {
		margin-left: auto;
		margin-right: auto;
	}
	footer .left {
		float: none;
	}
	footer .right {
		float: none;
		padding: 0 16px 0;
	}
	footer .right ul {
		display: inline-block;
		width: 50%;
		margin: 0;
		box-sizing: border-box;
	}
	footer .right ul:nth-of-type(2) {
		padding-left: 20px;
	}
	footer .right ul.menu1 li {
		font-size: 16px;
		margin-top: 20px;
	}
	footer .right ul.menu1 ul {
		display: block;
		width: auto;
	}
	footer .right ul.menu1 ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	footer .right ul.menu1 ul li .academy_link span {
		display: block;
		font-size: 12px;
		margin: 0.3em 0 0 1em;
	}
	footer .foot {
		height: auto;
	}
	footer .foot ul {
		padding-left: 16px;
		padding-right: 16px;
		float: none;
		padding-top: 10px;
		height: auto;
		text-align: left;
	}
	footer .foot ul li {
		width: 50%;
		margin: 0;
		font-size: 12px;
		line-height: 20px;
	}
	footer .foot .copyright {
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		margin-top: 0;
		padding: 16px;
		border-top: solid 1px #666;
		float: none;
	}
	.sp-nav {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
		color: #fff;
		background: #000;
		display: block;
		transition: all 0.4s ease-out;
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
		/*
		.main-menu{
			font-size: 0;
			letter-spacing: 0;
			margin-top: 28px;

			li{
				display: inline-block;
				width: 50%;
				box-sizing: border-box;
				border-top: solid 1px #666;
				position: relative;

				&:nth-of-type(odd){
					border-right: solid 1px #666;

					.submenu ul li{
						border-right: solid 1px #666;
					}
				}

				&:nth-last-of-type(1){
					width: 100%;
					border-bottom: solid 1px #666;
					border-right: none;
				}

				a,
				p{
					display: block;
					height: 37px;
					line-height: 37px;
					font-size: 14px;
					font-weight: bold;
					padding-left: 15px;
					color: #fff;
					position: relative;

					&:after{
						content: '';
						width: 13px;
						height: 13px;
						right: 15px;
						top: 50%;
						margin-top: -6px;
						background: url(../img/arrow.svg);
						background-size: 100% auto;
						position: absolute;
						transition: all .2s linear;
					}

					&.disable{
						opacity: .5;
					}
				}

				&.open{
					z-index: 1;

					p:after{
						transform: rotate(90deg);
					}
				}

				.submenu{
					position: absolute;
					left: 0;
					top: 100%;
					width: 100%;
					width: calc(100% + 1px);
					z-index: 1;
					height: 0;
					overflow: hidden;

					ul{
						position: relative;

						li{
							width: 100%;
							border-left: none;
							border-right: none;
							background: #000;

							a{
								padding-left: 30px;

								&:after{
									display: none;
								}
							}
						}
					}
				}

				&:nth-of-type(even) .submenu{
					border-left: solid 1px #666;
					left: -1px;
				}
			}
		}
        */
		/*
		.sns{
			border-top: solid 1px #666;
			margin-top: 45px;
			padding-top: 15px;
			text-align: center;
			font-size: 0;
			letter-spacing: 0;

			a{
				display: inline-block;
				color: #fff;
				font-size: 12px;
				font-weight: bold;

				&:nth-of-type(2){
					margin: 0 15px;
				}

				img{
					display: inline-block;
					margin-right: 2px;
					vertical-align: middle;
					width: 30px;
					height: auto;

					span{
						display: inline-block;
						vertical-align: middle;
					}
				}
			}
		}
        */
	}
	.sp-nav .nav-content {
		padding: 25px 0;
		overflow: scroll;
		height: 100%;
		box-sizing: border-box;
	}
	.sp-nav .nav-logo {
		display: block;
		width: 164px;
		margin: 0 auto;
	}
	.sp-nav .nav-top {
		margin-top: 28px;
		padding: 0 15px;
	}
	.sp-nav .nav-top .search-form {
		float: left;
	}
	.sp-nav .nav-top .search-form .search-submit {
		width: 30px;
		height: 30px;
		background: url(../img/search2.svg);
		background-size: 100% auto;
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
	}
	.sp-nav .nav-top .search-form .search-field {
		width: calc(100vw - 15px * 2 - 30px - 20px);
		height: 23px;
		line-height: 23px;
		font-size: 14px;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		outline: none;
	}
	.sp-nav .right {
		float: right;
		font-size: 0;
		letter-spacing: 0;
		padding-right: 120px;
	}
	.sp-nav .right ul {
		display: inline-block;
		margin-left: 64px;
		vertical-align: top;
		margin-top: -15px;
	}
	.sp-nav .right ul.menu1 li .disable {
		opacity: 0.5;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	}
	.sp-nav .right ul p {
		cursor: pointer;
	}
	.sp-nav .right ul p.disable {
		cursor: default;
	}
	.sp-nav .right ul li {
		margin-top: 15px;
		font-size: 12px;
	}
	.sp-nav .right ul li.open p:before {
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sp-nav .right ul li a:hover span {
		text-decoration: underline;
	}
	.sp-nav .right ul li.sns a {
		display: block;
		margin-top: 10px;
	}
	.sp-nav .right ul li.sns img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	.sp-nav .right ul li.sns span {
		display: inline-block;
		vertical-align: middle;
	}
	.sp-nav .right ul li.sns .youtube div,
	.sp-nav .right ul li.sns .x div {
		background: #fff;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.sp-nav .right ul li.sns .youtube div:before,
	.sp-nav .right ul li.sns .x div:before {
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	.sp-nav .right ul li.sns .youtube img,
	.sp-nav .right ul li.sns .x img {
		width: 20px;
		height: auto;
		margin-right: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.sp-nav .right ul li.sns .x div img {
		width: 15px;
	}
	.sp-nav .right ul li.has_submenu {
		position: relative;
	}
	.sp-nav .right ul li.has_submenu:after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background: no-repeat center/contain url(../img/home/arrow3.svg);
		right: 0;
		top: 2px;
		transition: transform 0.2s ease-out;
	}
	.sp-nav .right ul li.has_submenu.open:after {
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sp-nav .right ul .submenu {
		height: 0;
		overflow: hidden;
	}
	.sp-nav .right ul .submenu ul {
		margin: 0 0 0 15px;
		padding: 5px 0 2px;
	}
	.sp-nav .right ul .submenu ul li {
		font-size: 12px;
		margin-top: 10px;
	}
	.sp-nav .right ul .submenu ul li a:before {
		content: '・';
	}
	.sp-nav .right ul .submenu ul li .academy_link span {
		display: block;
		font-size: 12px;
		margin: 0.3em 0 0 1em;
	}
	.sp-nav .right {
		float: none;
		padding: 0 30px;
		font-size: 0;
		letter-spacing: 0;
		margin-top: 10px;
	}
	.sp-nav .right ul {
		display: inline-block;
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		vertical-align: top;
	}
	.sp-nav .right ul:nth-of-type(2) {
		padding-left: 30px;
	}
	.sp-nav .right ul.menu1 li {
		font-size: 16px;
		margin-top: 20px;
	}
	.sp-nav .right ul.menu1 ul {
		display: block;
		width: auto;
	}
	.sp-nav .right ul.menu1 ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.sp-nav .right ul a {
		color: #fff;
	}
	.sp-nav .other-menu {
		font-size: 0;
		letter-spacing: 0;
		margin-top: 30px;
		padding: 30px 15px 15px;
		border-top: solid 1px #666666;
	}
	.sp-nav .other-menu li {
		display: inline-block;
		width: 50%;
		height: 30px;
		line-height: 30px;
	}
	.sp-nav .other-menu li a {
		font-size: 12px;
		color: #fff;
		font-weight: bold;
	}
}

#caution {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10000;
	color: #fff;
	background: #303030;
	width: 280px;
	height: 64px;
	border-top-left-radius: 20px;
	font-size: 0;
	letter-spacing: 0;
	padding-left: 15px;
	box-sizing: border-box;
}

#caution img,
#caution .text,
#caution:before {
	display: inline-block;
	vertical-align: middle;
}

#caution:before {
	width: 0;
	height: 100%;
	content: '';
}

#caution img {
	width: 31px;
	height: auto;
}

#caution .text {
	width: 202px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 1.33333;
}

#caution button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}

#caution hr {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	width: 15px;
	height: 3px;
	background: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#caution hr:nth-of-type(2) {
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hokyo_notice {
	border: solid 1px #333;
	padding: 15px;
	width: 700px;
	margin: 50px auto;
	text-align: center;
	font-size: 15px;
	border-radius: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.hokyo_notice {
		width: calc(100% - 30px);
	}
	.hokyo_notice br {
		display: none;
	}
	.hokyo_notice br.sp {
		display: block;
	}
}

.hokyo_notice .title {
	font-size: 1.5em;
	letter-spacing: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.hokyo_notice a {
	color: #e1354a;
	text-decoration: underline;
}

.hokyo_notice .link {
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.hokyo_notice .link span {
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		display: inline-block;
		margin-left: 0.5em;
	}
}

.hokyo_notice strong {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 2em;
}

@media screen and (max-width: 767px) {
	.hokyo_notice strong {
		margin-left: 0;
		display: block;
	}
}
