@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	/*overflow-y: scroll;*/
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

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

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

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
	}
}

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

strong {
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #000;
	text-decoration: underline;
}

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

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

.align-c {
	text-align: center !important;
}

.align-l {
	text-align: left !important;
}

.align-r {
	text-align: right !important;
}

.alpha-over {
	transition: opacity 0.3s;
}

.alpha-over:hover {
	opacity: 0.7;
}

.white-over {
	position: relative;
	overflow: hidden;
}

.white-over::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	transition: opacity 0.3s;
	opacity: 0;
}

@media screen and (min-width: 751px) {
	.white-over:hover::after {
		opacity: 0.3;
	}
}

.mincho-jp {
	font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.mincho-en {
	font-family: 'Sorts Mill Goudy',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	min-width: 1200px;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap {
		min-width: 320px;
	}
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8005; /* 元は9999 */
	pointer-events: none;
}

#tpl-header .tpl-inner-wrap {
	height: 100%;
	position: relative;
}

#tpl-header .header-inner {
	position: relative;
	height: 100%;
}

#tpl-header .search-box {
	pointer-events: auto;
	margin-bottom: -10px;
	display: none;
}

#tpl-header .gsc-control-wrapper-cse {
	width: 920px;
	margin: auto;
}

#tpl-header .gsc-control-cse {
	border: none;
	padding: 50px 0;
}

#tpl-header .gsc-input {
	padding-right: 0;
	border-bottom: 1px solid #B4B4B4;
}

#tpl-header .gsc-input-box {
	border: none;
}

#tpl-header .gsib_a {
	padding: 0;
}

#tpl-header .gsib_b {
	display: none;
}

#tpl-header input.gsc-input {
	/*font-size: 30px;*/
	height: 90px !important;
}

#tpl-header input.gsc-input::-webkit-input-placeholder {
	color: #CFCFD0;
	font-size: 17px;
}

#tpl-header .gsc-search-button-v2 {
	width: 90px;
	height: 90px;
	background-color: #BD0008;
	border: none;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../IS_registration/img/search-icon.png);
	margin-left: 30px;
	outline: none;
	cursor: pointer;
}

#tpl-header .gsc-search-button-v2 svg {
	display: none;
}

#tpl-header .menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: black;*/
	opacity: 0;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

#tpl-header .menu-bg.show {
	pointer-events: auto;
	opacity: 1;
}

#tpl-header .logo-bar {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 90px;
	z-index: 1;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: auto;
	background-color: #fff;
}

#tpl-header.white .logo-bar {
	background-color: white;
}

#tpl-header .logo-bar img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	width: 234px;
}

#tpl-header .logo-bar .site-logo-white {
	opacity: 1;
}

#tpl-header.white .logo-bar .site-logo-white {
	opacity: 0;
}

#tpl-header .logo-bar .site-logo {
	opacity: 0;
}

#tpl-header.white .logo-bar .site-logo {
	opacity: 1;
}

.under-layer #tpl-header .logo-bar {
	background-color: rgba(255, 255, 255, 0.5);
}

.under-layer #tpl-header.is-menu .logo-bar {
	background-color: white;
}

.under-layer #tpl-header .logo-bar .site-logo-white {
	opacity: 0 !important;
}

.under-layer #tpl-header .logo-bar .site-logo {
	opacity: 1 !important;
}

#tpl-header .menu {
	height: 100%;
	position: absolute;
	left: 10px;
	pointer-events: none;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	padding-top: 100px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu.show {
	opacity: 1;
}

#tpl-header .menu-block {
	width: 350px;
	height: 100%;
	perspective: 1000px;
	perspective-origin: left center;
	pointer-events: none;
}

#tpl-header .menu-block.show {
	pointer-events: auto;
}

#tpl-header .menu-block-inner {
	height: 100%;
	position: relative;
}

#tpl-header .menu-block .menu-block-inner {
	opacity: 0;
	transform-origin: left center;
	transform: rotateY(90deg);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block.show .menu-block-inner {
	opacity: 1;
	transform: rotateY(0deg);
}

#tpl-header .menu-block-01 .menu-block-inner {
	background-color: #AE0002;
}

#tpl-header .menu-block-02 .menu-block-inner {
	background-color: #D92128;
}

#tpl-header .menu-block-03 .menu-block-inner {
	background-color: #E04D48;
}

#tpl-header .menu-block-inner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0 70px;
	opacity: 0;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-03 .menu-block-inner-inner {
	padding-right: 30px;
}

#tpl-header .menu-block-inner-inner.show {
	opacity: 1;
	pointer-events: auto;
}

#tpl-header .menu-block a {
	color: white;
	font-weight: 300;
	letter-spacing: 0.08em;
}

#tpl-header .menu-block-ttl {
	font-size: 22px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateX(-20px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.2s;
}

#tpl-header .menu-block-inner-inner.show .menu-block-ttl {
	opacity: 1;
	transform: translateX(0);
}

#tpl-header .menu-block-ttl a {
	padding-left: 22px;
	position: relative;
	text-decoration: none;
	display: block;
	line-height: 1.5;
}

#tpl-header .menu-block-ttl a::before,
#tpl-header .menu-block-ttl a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#tpl-header .menu-block-ttl a::before {
	width: 5px;
	height: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#tpl-header .menu-block-ttl span {
	position: relative;
	display: inline-block;
}

#tpl-header .menu-block-ttl span::after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition-property: width;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-ttl a:hover span::after {
	width: 100%;
}

#tpl-header .menu-block-list-icon {
	margin-bottom: 30px;
}

#tpl-header .menu-block-list-icon li {
	margin-bottom: 15px;
	opacity: 0;
	transform: translateX(-20px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-inner-inner.show .menu-block-list-icon li {
	opacity: 1;
	transform: translateX(0);
}

#tpl-header .menu-block-list-icon a {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	text-decoration: none;
}

#tpl-header .menu-block-list-icon a.link {
	position: relative;
	padding-left: 32px;
}

#tpl-header .menu-block-list-icon a.link::before,
#tpl-header .menu-block-list-icon a.link::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#tpl-header .menu-block-list-icon a.link::before {
	width: 5px;
	height: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#tpl-header .menu-block-list-icon a.link span {
	position: relative;
}

#tpl-header .menu-block-list-icon a.link span::after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition-property: width;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-list-icon a.link:hover span::after {
	width: 100%;
}

#tpl-header .menu-block-list-plus {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: relative;
	left: -10px;
	margin-right: 5px;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-list-icon a.active .menu-block-list-plus {
	background-color: white;
}

#tpl-header .menu-block-list-plus::before,
#tpl-header .menu-block-list-plus::after {
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	background-color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-01 .menu-block-list-icon a.active .menu-block-list-plus::before,
#tpl-header .menu-block-01 .menu-block-list-icon a.active .menu-block-list-plus::after {
	background-color: #AE0002;
}

#tpl-header .menu-block-02 .menu-block-list-icon a.active .menu-block-list-plus::before,
#tpl-header .menu-block-02 .menu-block-list-icon a.active .menu-block-list-plus::after {
	background-color: #D92128;
}

#tpl-header .menu-block-list-plus::after {
	transform: rotate(90deg);
}

#tpl-header .menu-block-list-txt {
	text-decoration: none;
	margin-right: 30px;
}

#tpl-header .menu-block-list-line {
	position: relative;
	flex: 1;
}

#tpl-header .menu-block-list-line::after {
	content: "";
	display: block;
	background-color: white;
	width: 0%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-property: width;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-list-icon a.active .menu-block-list-line::after {
	width: 100%;
}

#tpl-header .menu-block-m {
	font-size: 14px;
	margin-bottom: 30px;
}

#tpl-header .menu-block-etc {
	font-size: 12px;
}

#tpl-header .menu-block-etc li {
	margin-bottom: 10px;
	opacity: 0;
	transform: translateX(-20px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-inner-inner.show .menu-block-etc li {
	opacity: 1;
	transform: translateX(0);
}

#tpl-header .menu-block-list-link {
	margin-bottom: 35px;
}

#tpl-header .menu-block-list-link li {
	margin-bottom: 15px;
	opacity: 0;
	transform: translateX(-20px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-inner-inner.show .menu-block-list-link li {
	opacity: 1;
	transform: translateX(0);
}

#tpl-header .menu-block-list-link a {
	text-decoration: none;
	padding-left: 22px;
	position: relative;
}

#tpl-header .menu-block-list-link a::before,
#tpl-header .menu-block-list-link a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#tpl-header .menu-block-list-link a::before {
	width: 5px;
	height: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#tpl-header .menu-block-list-link a span {
	position: relative;
}

#tpl-header .menu-block-list-link a span::after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition-property: width;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .menu-block-list-link a:hover span::after {
	width: 100%;
}

#tpl-header .menu-btn {
	width: 90px;
	height: 90px;
	background-color: #D92128;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

#tpl-header .menu-trigger,
#tpl-header .menu-trigger span {
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	box-sizing: border-box;
}

#tpl-header .menu-trigger {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	height: 100%;
	position: relative;
	pointer-events: auto;
}

#tpl-header .menu-trigger.disabled {
	pointer-events: none;
}

#tpl-header .menu-trigger div {
	width: 28px;
	height: 14px;
	position: relative;
}

#tpl-header .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

#tpl-header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#tpl-header .menu-trigger span:nth-of-type(2) {
	top: 6px;
}

#tpl-header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#tpl-header .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

#tpl-header .menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-menu-bar02 .8s forwards;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#tpl-header .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-5px) rotate(45deg);
}

#tpl-header .search-btn {
	width: 90px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	pointer-events: auto;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header.white .search-btn {
	background-color: #ccc;
}

#tpl-header .search-btn a {
	height: 100%;
	position: relative;
	display: block;
}

#tpl-header .search-btn a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: opacity 0.3s;
}

#tpl-header .search-btn a img.search-icon-red {
	opacity: 0;
}

#tpl-header.white .search-btn a img.search-icon-red {
	opacity: 1;
}

#tpl-header .search-btn a.active img {
	opacity: 0 !important;
}

#tpl-header .search-btn a::before,
#tpl-header .search-btn a::after {
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: opacity 0.3s;
}

#tpl-header.white.is-search .search-btn a::before,
#tpl-header.white.is-search .search-btn a::after {
	background-color: #BD0008;
}

#tpl-header .search-btn a.active::before,
#tpl-header .search-btn a.active::after {
	opacity: 1;
}

#tpl-header .search-btn a::before {
	transform: rotate(-45deg);
}

#tpl-header .search-btn a::after {
	transform: rotate(45deg);
}

#tpl-header .search-btn .mail-notice {
	display: inline-block;
	background-color: #D92128;
	color: #fff;
	position: relative;
	top: 16px;
	left: 55px;
	border-radius: 5px 5px;
	padding: 0 4px;
	z-index: 1;
	font-size: 14px;
}

@media screen and (max-width: 750px) {
	#tpl-header .search-btn .mail-notice {
		display: inline-block;
		background-color: #D92128;
		color: #fff;
		position: relative;
		top: 4px;
		left: 35px;
		border-radius: 5px 5px;
		padding: 0 4px;
		z-index: 1;
		font-size: 11px;
	}
}

#tpl-header .news {
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: white;
	width: 100%;
	height: 58px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	padding: 0 200px 0 40px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .news.show {
	opacity: 1;
}

#tpl-header .news dl {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	font-size: 14px;
	opacity: 0;
	transform: translateX(-20px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#tpl-header .news.show dl {
	opacity: 1;
	transform: translateX(0);
}

#tpl-header .news dl dt {
	color: #d92128;
	padding-right: 30px;
}

#tpl-header .login-btn {
	width: 215px;
	height: 58px;
	background-color: #D92128;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 10px solid #D92128;
	border-right: none;
	border-bottom: none;
	pointer-events: auto;
}

#tpl-header .login-btn a {
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-image: url(../../IS_registration/img/tri-arrow-white.png);
}

#tpl-header .login-btn a span {
	color: white;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-right: 25px;
}

#tpl-header .news-btn {
	width: 215px;
	height: 58px;
	background-color: white;
	position: absolute;
	bottom: 10px;
	right: 225px;
	border: 10px solid #D92128;
	border-right: none;
	border-bottom: none;
	pointer-events: auto;
}

#tpl-header .news-btn a {
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-image: url(../../IS_registration/img/tri-arrow-red.png);
}

#tpl-header .news-btn a span {
	color: #bd0008;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-right: 15px;
}

#tpl-header .news-btn a span small {
	font-size: 11px;
}

#tpl-header .outline {
	width: 100%;
	height: 100%;
	border: 10px solid #D92128;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	#tpl-header .search-box {
		margin-bottom: -5px;
	}
	#tpl-header .gsc-control-wrapper-cse {
		width: 84%;
		margin: auto;
	}
	#tpl-header .gsc-control-cse {
		padding: 30px 0 25px;
	}
	#tpl-header input.gsc-input {
		height: 60px !important;
	}
	#tpl-header input.gsc-input::-webkit-input-placeholder {
		font-size: 15px;
	}
	#tpl-header .gsc-search-button-v2 {
		width: 60px;
		height: 60px;
		background-size: 13px auto;
		margin-left: 15px;
	}
	#tpl-header .logo-bar {
		top: 5px;
		height: 60px;
	}
	#tpl-header.white .logo-bar {
		background-color: white;
	}
	#tpl-header .logo-bar img {
		width: 150px;
	}
	#tpl-header .menu {
		left: 5px;
		padding-top: 65px;
	}
	#tpl-header .menu-block {
		width: 245px;
	}
	#tpl-header .menu-block-02 {
		transform: translateX(-185px);
	}
	#tpl-header .menu-block-03 {
		transform: translateX(-370px);
	}
	#tpl-header .menu-block-inner-inner {
		padding: 45px 0 0 30px;
	}
	#tpl-header .menu-block-ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#tpl-header .menu-block-ttl a {
		padding-left: 22px;
	}
	#tpl-header .menu-block-ttl span::after {
		display: none;
	}
	#tpl-header .menu-block-list-icon {
		margin-bottom: 25px;
	}
	#tpl-header .menu-block-list-icon li {
		margin-bottom: 7px;
	}
	#tpl-header .menu-block-list-icon a.link {
		font-size: 13px;
	}
	#tpl-header .menu-block-list-icon a.link::before,
	#tpl-header .menu-block-list-icon a.link::after {
		left: -2px;
	}
	#tpl-header .menu-block-list-plus {
		width: 25px;
		height: 25px;
		left: -10px;
		margin-right: 5px;
	}
	#tpl-header .menu-block-list-plus::before,
	#tpl-header .menu-block-list-plus::after {
		width: 10px;
		height: 1px;
	}
	#tpl-header .menu-block-list-txt {
		margin-right: 0;
		font-size: 13px;
	}
	#tpl-header .menu-block-list-line {
		display: none;
	}
	#tpl-header .menu-block-m {
		font-size: 12px;
	}
	#tpl-header .menu-block-etc {
		font-size: 10px;
	}
	#tpl-header .menu-block-etc li {
		margin-bottom: 6px;
	}
	#tpl-header .menu-block-list-link {
		margin-bottom: 35px;
	}
	#tpl-header .menu-block-list-link li {
		margin-bottom: 10px;
	}
	#tpl-header .menu-block-list-link a {
		padding-left: 22px;
		font-size: 13px;
	}
	#tpl-header .menu-block-list-link a span::after {
		display: none;
	}
	#tpl-header .menu-btn {
		width: 60px;
		height: 60px;
		top: 5px;
		left: 5px;
	}
	#tpl-header .menu-trigger div {
		width: 20px;
		height: 9px;
	}
	#tpl-header .menu-trigger span {
		height: 1px;
	}
	#tpl-header .menu-trigger span:nth-of-type(2) {
		top: 4px;
	}
	#tpl-header .menu-trigger.active span:nth-of-type(1) {
		transform: translateY(5px) rotate(-45deg);
	}
	#tpl-header .menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-3px) rotate(45deg);
	}
	#tpl-header .search-btn {
		width: 60px;
		height: 60px;
		top: 5px;
		right: 5px;
	}
	#tpl-header .search-btn img {
		width: 25px;
	}
	#tpl-header .search-btn a::before,
	#tpl-header .search-btn a::after {
		width: 1px;
		height: 20px;
	}
	#tpl-header .news {
		bottom: 56px;
		height: 75px;
		padding: 0 20px;
	}
	#tpl-header .news dl {
		font-size: 12px;
		-webkit-align-items: center;
		/* Safari */
		align-items: center;
	}
	#tpl-header .news dl dt {
		padding-right: 20px;
	}
	#tpl-header .login-btn {
		width: 160px;
		height: 50px;
		bottom: 5px;
		right: 5px;
		border-width: 5px;
	}
	#tpl-header .login-btn a {
		background-position: right 10px center;
	}
	#tpl-header .login-btn a span {
		font-size: 12px;
		padding-right: 20px;
	}
	#tpl-header .news-btn {
		width: 160px;
		height: 50px;
		bottom: 5px;
		right: 165px;
		border-width: 5px;
	}
	#tpl-header .news-btn a {
		background-position: right 10px center;
	}
	#tpl-header .news-btn a span {
		font-size: 12px;
		padding-right: 10px;
		white-space: nowrap;
	}
	#tpl-header .news-btn a span small {
		font-size: 11px;
	}
	#tpl-header .login-btn-sp {
		background-color: #D92128;
		width: 100%;
		height: 45px;
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-justify-content: center;
		/* Safari */
		justify-content: center;
		-webkit-align-items: center;
		/* Safari */
		align-items: center;
		background-repeat: no-repeat;
		background-position: right 22px center;
		background-image: url(../../IS_registration/img/login-btn-icon.png);
		background-size: 9px auto;
	}
	#tpl-header.is-menu .login-btn-sp {
		width: 100%;
	}
	#tpl-header .login-btn-sp img {
		width: 57px;
		transform: translateX(-10px);
		transition-property: transform;
		transition-duration: 0.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}
	#tpl-header.is-menu .login-btn-sp img {
		transform: translateX(0);
	}
	#tpl-header .outline {
		border-width: 5px;
	}
}

/* #tpl-topicpath
-----------------------------*/
#tpl-topicpath {
	width: 100%;
}

@media screen and (max-width: 750px) {
	#tpl-topicpath {
		display: none;
	}
}

#tpl-topicpath ul {
	overflow: hidden;
	padding: 10px;
}

#tpl-topicpath li {
	display: inline-block;
}

/* #tpl-contents
-----------------------------*/
body.under-layer #tpl-contents {
	margin: 0 10px;
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	body.under-layer #tpl-contents {
		margin: 0 5px;
		padding-top: 65px;
	}
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
	text-align: right;
}

/* #tpl-footer
-----------------------------*/
#tpl-footer .tpl-inner-wrap {
	background: none;
	padding: 110px 0;
	width: 1200px;
	text-align: center;
}

#tpl-footer h2 img {
	width: 234px;
}

#tpl-footer .footer-link {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin-bottom: 50px;
}

#tpl-footer .footer-link li {
	margin-left: 30px;
}

#tpl-footer .footer-link li a {
	font-size: 13px;
	color: inherit;
}

#tpl-footer .footer-link li a[target="_blank"]:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(../../IS_registration/img/blank-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 7px;
	transform: translateY(2px);
	display: inline-block;
}

#tpl-footer .copyright {
	font-size: 12px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .tpl-inner-wrap {
		background: none;
		padding: 70px 0 100px;
		width: auto;
		display: block;
	}
	#tpl-footer h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	#tpl-footer h2 img {
		width: 150px;
	}
	#tpl-footer .footer-link {
		display: block;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-link li {
		margin-left: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	#tpl-footer .footer-link li a {
		font-size: 12px;
	}
	#tpl-footer .footer-link li a[target="_blank"]:after {
		width: 10px;
		margin-left: 5px;
		transform: translateY(3px);
	}
	#tpl-footer .copyright {
		font-size: 10px;
		text-align: center;
	}
}

/* .page-logo
-----------------------------*/
.page-logo {
	text-align: center;
	height: 90px;
	margin-top: 10px;
	background-color: red;
	position: relative;
	z-index: 1;
}

/* .scroll-line
-----------------------------*/
.under-layer .scroll-line {
	position: absolute;
	transform: rotate(90deg);
	left: -10px;
	bottom: 65px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 750px) {
	.under-layer .scroll-line {
		/*left: -33px;
		bottom: 55px;*/
		display: none;
	}
}

.under-layer .scroll-line {
	opacity: 1;
}

.under-layer .scroll-line .inner {
	position: relative;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

.under-layer .scroll-line .inner p {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #d92128;
	padding-right: 20px;
}

@media screen and (max-width: 750px) {
	.under-layer .scroll-line .inner p {
		font-size: 11px;
		padding-right: 10px;
	}
}

.under-layer .scroll-line .inner::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #d92128;
	animation-name: scroll-line;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes scroll-line {
	0% {
		transform-origin: left center;
		transform: scale(0, 1);
	}
	45% {
		transform-origin: left center;
		transform: scale(1, 1);
	}
	55% {
		transform-origin: right center;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: right center;
		transform: scale(0, 1);
	}
}

@media screen and (max-width: 321px) {
	#tpl-header .menu-block-inner-inner {
		padding: 20px 0 0 30px;
	}
}

@media screen and (max-width: 321px) {
	#tpl-header .menu-block-ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 321px) {
	#tpl-header .menu-block-list-icon {
		margin-bottom: 15px;
	}
}

#tpl-header .menu-block-02 a.link {
	padding-left: 22px;
}

#tpl-contents {
	margin: 0 10px;
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	#tpl-contents {
		margin: 0;
	}
}

.btn-list {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	/* flex */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
	.btn-list {
		width: 73.33%;
		min-width: 268px;
	}
}

.btn-list-center {
	justify-content: center;
}

.btn {
	width: 283px;
	height: 60px;
	margin: 0 10px;
}

@media screen and (max-width: 750px) {
	.btn {
		width: 100%;
		height: 50px;
	}
}

.btn:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.btn:nth-child(n + 4) {
		margin-top: 0;
	}
}

@media screen and (max-width: 750px) {
	.btn:nth-child(n + 2) {
		margin-top: 15px;
	}
}

.btn a {
	/* flex */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #d92128;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 750px) {
	.btn a {
		border-radius: 25px;
		font-size: 14px;
		padding-left: 8px;
	}
}

.btn a span {
	margin-left: -7px;
}

.btn a i {
	font-style: normal;
	font-size: 14px;
}

.btn a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url(../../IS_registration/img/tri-arrow-white.png) left top no-repeat;
	background-size: 10px 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(0deg);
}

@media screen and (max-width: 750px) {
	.btn a::before {
		width: 12px;
		height: 13px;
		background-size: 10px 13px;
		margin-top: -7px;
	}
}

.btn.disabled a {
	pointer-events: none;
	background-color: #444444;
}
