@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;
}

html {
	overflow-wrap: break-word;
}

body,
html {
	background: #fff;
}

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

@media (max-width: 750px) {
	body {
		min-width: 320px;
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

body.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

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

@media (max-width: 750px) {
	input,
	textarea,
	button {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

strong {
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

@media (min-width: 751px) {
	a {
		transition: opacity 0.3s;
	}
	a:hover {
		opacity: 0.7;
	}
}

rt {
	font-size: 0.3em;
	transform: translateY(0.5em);
}

img _::content, img _:future, img:not(*:root) {
	image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

@media (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(16px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	opacity: 0;
}

.fadeInUp.appeared {
	animation-fill-mode: both;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

#contents {
	padding-top: 90px;
}

#contents.freeze {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

@media (max-width: 750px) {
	#contents {
		padding-top: 63px;
	}
}

/* .tpl-inner
-----------------------------*/
.tpl-inner {
	position: relative;
	width: 1200px;
	margin: auto;
}

@media (max-width: 750px) {
	.tpl-inner {
		width: 100%;
		padding: 0 5%;
	}
}

.sec-footerbrand {
	background: url("../_img/footer-brand-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
	height: 270px;
}

@media (max-width: 750px) {
	.sec-footerbrand {
		background: url("../_img/footer-brand-bg_sp.jpg") 50% 50% no-repeat;
		background-size: cover;
		height: 36vw;
	}
}

.sec-footerbrand .footerbrand-inner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec-footerbrand .footerbrand-ttl {
	text-align: center;
	background: linear-gradient(to right, #6c96ff, #0db3ff);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 43px;
	line-height: 1;
	font-family: 'Barlow', "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
}

@media (max-width: 750px) {
	.sec-footerbrand .footerbrand-ttl {
		font-size: 43px;
		font-size: 5.73333vw;
	}
}

.sec-footerbrand .footerbrand-ttl .sub {
	margin-top: 1em;
	letter-spacing: 0.1em;
	font-size: 16px;
}

@media (max-width: 750px) {
	.sec-footerbrand .footerbrand-ttl .sub {
		font-size: 16px;
		font-size: 2.13333vw;
	}
}

.footer-top {
	background: #555;
	color: #fff;
	position: relative;
}

@media (max-width: 750px) {
	.footer-top {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

.footer-top a {
	color: #fff;
}

.footer-top .footer-top-inner {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 750px) {
	.footer-top .footer-top-inner {
		padding: 0;
	}
}

.footer-top .footer-item {
	width: 25%;
	border-left: 1px solid #666;
	padding-left: 35px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.footer-top .footer-item.PClast {
	border-right: 1px solid #666;
}

@media (max-width: 750px) {
	.footer-top .footer-item {
		width: 100%;
		padding: 0 5%;
		padding-top: 2.66667vw;
		padding-bottom: 5.33333vw;
		border: 0;
		border-bottom: 1px solid #666;
	}
	.footer-top .footer-item.footer-item_home {
		padding-bottom: 0;
	}
	.footer-top .footer-item.SPlast {
		border-bottom: 0;
	}
}

@media (max-width: 750px) {
	.footer-top .footer-item dl {
		display: flex;
		flex-wrap: wrap;
	}
}

.footer-top .footer-item dl + dl {
	margin-top: 1.5em;
}

@media (max-width: 750px) {
	.footer-top .footer-item dl + dl {
		margin-top: 0;
	}
}

.footer-top .footer-item dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.footer-top .footer-item dl dt {
		font-size: 26px;
		font-size: 3.46667vw;
		width: 100%;
		padding-bottom: 1em;
	}
}

.footer-top .footer-item dl dd {
	position: relative;
	font-size: 16px;
	padding-left: 20px;
}

@media (min-width: 751px) {
	.footer-top .footer-item dl dd:first-of-type {
		margin-top: 1.3em;
	}
}

@media (max-width: 750px) {
	.footer-top .footer-item dl dd {
		width: 50%;
		font-size: 22px;
		font-size: 2.93333vw;
		line-height: 2.2em;
	}
}

.footer-top .footer-item dl dd:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 10px;
	background: #fff;
}

.footer-top .footer-item dl dd + dd {
	margin-top: 0.4em;
}

@media (max-width: 750px) {
	.footer-top .footer-item dl dd + dd {
		margin-top: 0;
	}
}

.footer-top .footer-sns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
}

.footer-top .footer-sns li {
	opacity: 0.6;
}

.footer-top .footer-sns li + li {
	margin-left: 15px;
}

.footer-top .footer-sns li a {
	display: block;
}

@media (max-width: 750px) {
	.footer-top .footer-sns li a {
		width: 8.13333vw;
	}
	.footer-top .footer-sns li a img {
		width: 100%;
	}
}

.footer-top .get-top {
	display: inline-block;
	position: absolute;
	top: -30px;
	right: 40px;
	width: 60px;
	height: 60px;
	background: #00a0e9;
	text-align: center;
	border-radius: 30px;
	padding-top: 14px;
	transition: all 0.3s;
	z-index: 99;
	opacity: 1;
}

@media (max-width: 750px) {
	.footer-top .get-top {
		top: -20px;
		right: 8px;
		width: 52px;
		height: 52px;
		padding-top: 12px;
		top: 15px;
	}
}

.footer-top .get-top:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../_img/arrow-top.png") no-repeat;
	background-size: 100%;
}

@media (max-width: 750px) {
	.footer-top .get-top:before {
		width: 25px;
		height: 25px;
		background: url("../_img/arrow-top.png") no-repeat;
		background-size: 100%;
	}
}

.footer-top .get-top:hover {
	opacity: 1;
	padding-top: 10px;
}

.footer-bottom {
	background: #00a0e9;
	color: #fff;
	height: 80px;
}

@media (max-width: 750px) {
	.footer-bottom {
		height: 25.86667vw;
	}
}

.footer-bottom .footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
}

@media (max-width: 750px) {
	.footer-bottom .footer-inner {
		padding: 5.33333vw 0;
		flex-direction: column;
	}
}

.footer-bottom .footer-logo {
	display: block;
	width: 147px;
	mix-blend-mode: screen;
}

@media (max-width: 750px) {
	.footer-bottom .footer-logo {
		width: 28vw;
		margin: 0 auto;
	}
	.footer-bottom .footer-logo img {
		width: 100%;
	}
}

.footer-bottom .footer-copy {
	font-size: 11px;
	letter-spacing: 0.08em;
	font-family: 'Barlow', "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-weight: 500;
}

@media (max-width: 750px) {
	.footer-bottom .footer-copy {
		font-size: 16px;
		font-size: 2.13333vw;
	}
}

.header {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #00a0e9;
	background: #fff;
}

@media (min-width: 751px) {
	.header {
		min-width: 1300px;
	}
}

@media (max-width: 750px) {
	.header {
		height: 63px;
		border-top: 3px solid #00a0e9;
	}
}

.header .header-inner {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .header-logo {
	display: block;
	width: 58px;
	margin-left: 30px;
}

.header .header-logo img {
	width: 100%;
}

@media (max-width: 750px) {
	.header .header-logo {
		width: 39px;
		margin-left: 15px;
	}
}

.header-menu-wrap.PC {
	margin-left: auto;
	margin-right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.header-menu-wrap.PC .header-menu {
	display: flex;
	flex-wrap: wrap;
	height: 50%;
}

.header-menu-wrap.PC .header-menu li {
	position: relative;
}

.header-menu-wrap.PC .header-menu li + li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(#fff, #ddd);
}

.header-menu-wrap.PC .header-menu li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2em;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.header-menu-wrap.PC .header-menu li.current a, .header-menu-wrap.PC .header-menu li.act a {
	color: #00a0e9;
	font-weight: 500;
}

.header-menu-sub {
	width: 100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 750px) {
	.header-menu-sub {
		border-top: 1px solid #ddd;
		background: #f9f9f9;
		height: 13.33333vw;
	}
}

.header-menu-sub-brand {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
	height: 100%;
}

@media (max-width: 750px) {
	.header-menu-sub-brand {
		font-size: 20px;
		font-size: 2.66667vw;
		padding-right: 5.33333vw;
		font-weight: 500;
	}
}

.header-menu-sub-lang {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	height: 100%;
	font-size: 14px;
}

@media (max-width: 750px) {
	.header-menu-sub-lang {
		font-size: 20px;
		font-size: 2.66667vw;
		padding: 0 5.33333vw;
		padding-right: 4vw;
	}
}

.header-menu-sub-lang:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(#ddd, #fff);
}

@media (max-width: 750px) {
	.header-menu-sub-lang:before {
		background: #ddd;
		height: 5.06667vw;
		top: calc(50% - 2.53333vw);
	}
}

.header-menu-sub-lang a.current {
	font-weight: bold;
}

.header-menu-sub-lang span {
	font-size: 20px;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

@media (max-width: 750px) {
	.header-menu-sub-lang span {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.dropmenu {
	position: fixed;
	z-index: 5;
	left: 0;
	top: 90px;
	width: 100%;
	min-width: 1300px;
	padding: 40px 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
	pointer-events: none;
	opacity: 0;
	transition: 0.2s;
}

.dropmenu.act {
	pointer-events: auto;
	opacity: 1;
}

@media (max-width: 750px) {
	.dropmenu {
		display: none !important;
	}
}

.dropmenu > div {
	display: flex;
	flex-wrap: wrap;
}

.dropmenu .dropmenu-img {
	display: block;
	width: 410px;
	height: 196px;
	background-position: 50% 50%;
	background-size: cover;
}

.dropmenu .dropmenu-img div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}

.dropmenu .dropmenu-img div:before, .dropmenu .dropmenu-img div:after {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	width: 3px;
	height: 16px;
	right: 26px;
}

.dropmenu .dropmenu-img div:before {
	top: calc(50% - 5px - 16/2*1px);
	transform: rotate(-45deg);
}

.dropmenu .dropmenu-img div:after {
	top: calc(50% + 5px - 16/2*1px);
	transform: rotate(45deg);
}

.dropmenu .dropmenu-list {
	width: calc(100% - 410px);
	height: 196px;
}

.dropmenu .dropmenu-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding-left: 3em;
}

.dropmenu .dropmenu-list ul li {
	width: 30%;
	height: 50%;
}

.dropmenu .dropmenu-list ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 0em;
}

.dropmenu .dropmenu-list ul li a span {
	padding-right: 2.5em;
	position: relative;
}

.dropmenu .dropmenu-list ul li a span:before, .dropmenu .dropmenu-list ul li a span:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 16px;
}

.dropmenu .dropmenu-list ul li a span:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.dropmenu .dropmenu-list ul li a span:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.header-toggle {
	position: fixed;
	z-index: 4;
	top: 2px;
	right: 0;
	width: 61px;
	height: 61px;
	cursor: pointer;
}

@media (min-width: 751px) {
	.header-toggle {
		display: none;
	}
}

.header-toggle > div {
	position: absolute;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #00a0e9;
	transition: 0.2s;
}

.header-toggle > div.a1 {
	top: calc(50% - 1px - 10px);
}

.header-toggle > div.a2 {
	top: calc(50% - 1px);
}

.header-toggle > div.a3 {
	top: calc(50% - 1px + 10px);
}

.header-toggle.act > div.a1 {
	transform: rotate(45deg);
	top: calc(50% - 1px);
}

.header-toggle.act > div.a2 {
	opacity: 0;
}

.header-toggle.act > div.a3 {
	transform: rotate(-45deg);
	top: calc(50% - 1px);
}

.header-menu-bg {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(102, 102, 102, 0.25);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.header-menu-bg.act {
	pointer-events: auto;
	opacity: 1;
}

.header-menu-wrap.SP {
	position: absolute;
	z-index: 1;
	top: 63px;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.header-menu-wrap.SP.act {
	pointer-events: auto;
	opacity: 1;
}

.header-menu-wrap.SP ul.header-menu {
	background: #f9f9f9;
}

.header-menu-wrap.SP ul.header-menu > li {
	font-size: 28px;
	font-size: 3.73333vw;
	border-top: 1px solid #ddd;
}

.header-menu-wrap.SP ul.header-menu > li:first-child {
	border-top: 0;
}

.header-menu-wrap.SP ul.header-menu > li > a, .header-menu-wrap.SP ul.header-menu > li > div {
	display: flex;
	align-items: center;
	width: 100%;
	height: 13.33333vw;
	padding-left: 5.33333vw;
}

.header-menu-wrap.SP ul.header-menu > li > a {
	position: relative;
}

.header-menu-wrap.SP ul.header-menu > li > a:before, .header-menu-wrap.SP ul.header-menu > li > a:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 16px;
}

.header-menu-wrap.SP ul.header-menu > li > a:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.header-menu-wrap.SP ul.header-menu > li > a:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.header-menu-wrap.SP ul.header-menu > li > div {
	cursor: pointer;
	position: relative;
}

.header-menu-wrap.SP ul.header-menu > li > div:before, .header-menu-wrap.SP ul.header-menu > li > div:after {
	position: absolute;
	display: block;
	content: '';
	background: #888;
	width: 2px;
	height: 8px;
}

.header-menu-wrap.SP ul.header-menu > li > div:before {
	top: calc(50% + 2px - 4*1px - 0*1px);
	right: 20px;
	transform: rotate(-45deg);
}

.header-menu-wrap.SP ul.header-menu > li > div:after {
	top: calc(50% + 2px - 4*1px - 0*1px);
	right: calc(20px - 8px + 2px);
	transform: rotate(45deg);
}

.header-menu-wrap.SP ul.header-menu > li > div.open {
	background: #fff;
	position: relative;
}

.header-menu-wrap.SP ul.header-menu > li > div.open:before, .header-menu-wrap.SP ul.header-menu > li > div.open:after {
	position: absolute;
	display: block;
	content: '';
	background: #888;
	width: 2px;
	height: 8px;
}

.header-menu-wrap.SP ul.header-menu > li > div.open:before {
	top: calc(50% + 2px - 4*1px - 0*1px);
	right: 20px;
	transform: rotate(45deg);
}

.header-menu-wrap.SP ul.header-menu > li > div.open:after {
	top: calc(50% + 2px - 4*1px - 0*1px);
	right: calc(20px - 8px + 2px);
	transform: rotate(-45deg);
}

.header-menu-wrap.SP ul.header-menu > li > ul {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.header-menu-wrap.SP ul.header-menu > li > ul > li {
	font-size: 24px;
	font-size: 3.2vw;
	width: 50%;
	border-top: 1px dotted #ddd;
}

.header-menu-wrap.SP ul.header-menu > li > ul > li:nth-child(2n+1) {
	border-right: 1px dotted #ddd;
}

.header-menu-wrap.SP ul.header-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 13.33333vw;
	padding-left: 5.33333vw;
	position: relative;
}

.header-menu-wrap.SP ul.header-menu > li > ul > li > a:before, .header-menu-wrap.SP ul.header-menu > li > ul > li > a:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 16px;
}

.header-menu-wrap.SP ul.header-menu > li > ul > li > a:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.header-menu-wrap.SP ul.header-menu > li > ul > li > a:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.icon-blank {
	display: inline-block;
	background: url("../_img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
	margin-left: 0.5em;
}

@media (max-width: 750px) {
	.icon-blank {
		width: 2.4vw;
		height: 2.4vw;
	}
}

.tpl-head1 {
	position: relative;
	padding-left: 36px;
	margin-bottom: 5em;
}

@media (max-width: 750px) {
	.tpl-head1 {
		padding-left: 0;
		margin-bottom: 3em;
	}
}

.tpl-head1:before {
	position: absolute;
	left: -20px;
	top: calc(50% - 2px);
	display: block;
	content: '';
	background: #00a0e9;
	width: 40px;
	height: 4px;
}

@media (max-width: 750px) {
	.tpl-head1:before {
		width: 5.33333vw;
		left: -8vw;
		height: 2px;
	}
}

.tpl-head1 .ja {
	padding-bottom: 0.2em;
}

.tpl-head1 .ja * {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.tpl-head1 .ja * {
		font-size: 36px;
		font-size: 4.8vw;
	}
}

.tpl-head1 .en {
	position: absolute;
	left: 36px;
	bottom: -1.5em;
	font-family: 'Barlow', "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
}

@media (max-width: 750px) {
	.tpl-head1 .en {
		left: 0;
		font-size: 18px;
		font-size: 2.4vw;
	}
}

.tpl-wysiwyg {
	padding-bottom: 130px;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.tpl-wysiwyg {
		padding-bottom: 17.33333vw;
	}
}

.tpl-wysiwyg > *:first-child {
	margin-top: 0 !important;
}

.tpl-wysiwyg > section:first-child > *:first-child {
	margin-top: 0 !important;
}

.tpl-wysiwyg h2 {
	position: relative;
	font-size: 28px;
	margin-top: 40px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg h2 {
		font-size: 37px;
		font-size: 4.93333vw;
		margin-top: 10.66667vw;
	}
}

.tpl-wysiwyg h2:after {
	display: block;
	content: '';
	background: #00a0e9;
	height: 2px;
	margin-top: 0.2em;
}

.tpl-wysiwyg h2 span.num {
	color: #00a0e9;
	margin-right: 0.3em;
}

.tpl-wysiwyg h3 {
	color: #00a0e9;
	font-size: 22px;
	margin-top: 30px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg h3 {
		font-size: 30px;
		font-size: 4vw;
		margin-top: 5.33333vw;
	}
}

.tpl-wysiwyg h4 {
	display: flex;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	margin-top: 30px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg h4 {
		margin-top: 5.33333vw;
	}
}

.tpl-wysiwyg h4:before {
	position: relative;
	display: block;
	content: '';
	background: #00a0e9;
	height: 4px;
	width: 12px;
	top: 14px;
	margin-right: 8px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg h4:before {
		top: 3.2vw;
		margin-right: 1.33333vw;
		height: 2px;
		width: 3.46667vw;
	}
}

.tpl-wysiwyg p {
	line-height: 1.875;
	margin-top: 30px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg p {
		margin-top: 5.33333vw;
	}
}

.tpl-wysiwyg aside {
	line-height: 1.85714;
	font-size: 14px;
	margin-top: 30px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg aside {
		font-size: 20px;
		font-size: 2.66667vw;
		margin-top: 4vw;
	}
}

.tpl-wysiwyg figure {
	margin-top: 40px;
}

@media (max-width: 750px) {
	.tpl-wysiwyg figure {
		margin-top: 5.33333vw;
	}
}

.tpl-wysiwyg figure img {
	max-width: 100%;
}

.tpl-wysiwyg figcaption {
	font-size: 14px;
	margin-top: 0.8em;
}

@media (max-width: 750px) {
	.tpl-wysiwyg figcaption {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.tpl-wysiwyg ol {
	margin-top: 40px;
	padding-left: 1em;
}

@media (max-width: 750px) {
	.tpl-wysiwyg ol {
		margin-top: 5.33333vw;
	}
}

.tpl-wysiwyg ol li {
	list-style-type: decimal;
}

.tpl-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	white-space: nowrap;
	color: #00a0e9;
	padding-left: 1em;
	position: relative;
}

.tpl-link:before, .tpl-link:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	left: 0;
}

.tpl-link:before {
	top: calc(50% - 3px - 8/2*1px - 0*1px);
	transform: rotate(-45deg);
}

.tpl-link:after {
	top: calc(50% + 2px - 8/2*1px + 0*1px);
	transform: rotate(45deg);
}

.tpl-note {
	padding-top: 2em;
}

.tpl-note dt {
	float: left;
}

.tpl-note dd {
	padding-left: 1.3em;
	margin-bottom: 1em;
}

.tpl-col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tpl-col2 .tpl-col2-left {
	width: 445px;
}

@media (max-width: 750px) {
	.tpl-col2 .tpl-col2-left {
		width: calc(50% - 2vw);
	}
}

.tpl-col2 .tpl-col2-right {
	width: 445px;
}

@media (max-width: 750px) {
	.tpl-col2 .tpl-col2-right {
		width: calc(50% - 2vw);
	}
}

.tpl-col2_pc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tpl-col2_pc .tpl-col2-left {
	width: 445px;
}

@media (max-width: 750px) {
	.tpl-col2_pc .tpl-col2-left {
		width: 100%;
	}
}

.tpl-col2_pc .tpl-col2-right {
	width: 445px;
}

@media (max-width: 750px) {
	.tpl-col2_pc .tpl-col2-right {
		width: 100%;
	}
}

.tpl-acc {
	padding-top: 1.5em;
}

.tpl-acc + .tpl-acc {
	margin-top: 1em;
}

.tpl-acc .tpl-acc-head {
	position: relative;
	border-bottom: 2px solid #00a0e9;
	padding-bottom: 0.5em;
	line-height: 1.5;
	cursor: pointer;
	transition: 0.2s;
}

.tpl-acc .tpl-acc-head:hover {
	opacity: 0.7;
}

.tpl-acc .tpl-acc-head:before {
	display: block;
	content: '';
	background: #00a0e9;
	width: 12px;
	height: 4px;
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-head:before {
		width: 3.46667vw;
		height: 2px;
	}
}

.tpl-acc .tpl-acc-head div {
	position: relative;
	padding-left: 26px;
	padding-right: 1.5em;
	font-size: 22px;
	letter-spacing: 0.08em;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-head div {
		font-size: 34px;
		font-size: 4.53333vw;
	}
}

.tpl-acc .tpl-acc-head div:before, .tpl-acc .tpl-acc-head div:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
}

.tpl-acc .tpl-acc-head div:before {
	right: 11px;
	top: calc(50% - 1px);
	width: 15px;
	height: 3px;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-head div:before {
		right: 13px;
		width: 10px;
		height: 2px;
	}
}

.tpl-acc .tpl-acc-head div:after {
	right: 17px;
	top: calc(50% - 7px);
	width: 3px;
	height: 15px;
	transform: scale(1, 1);
	transition: 0.2s;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-head div:after {
		top: calc(50% - 5px);
		width: 2px;
		height: 10px;
	}
}

.tpl-acc .tpl-acc-head.act div:after {
	transform: scale(1, 0);
}

.tpl-acc .tpl-acc-content {
	padding-top: 30px;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-content {
		padding-top: 5.33333vw;
	}
}

.tpl-acc .tpl-acc-content .tpl-acc-table-wrap {
	border-left: 1px solid #00a0e9;
}

.tpl-acc .tpl-acc-content .tpl-acc-table-wrap .tpl-table dt {
	padding-left: 2.5em;
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-content .tpl-acc-table-wrap .tpl-table dt {
		padding-left: 1.5em;
	}
}

@media (max-width: 750px) {
	.tpl-acc .tpl-acc-content .tpl-acc-table-wrap .tpl-table dd {
		padding-left: 2.5em;
	}
}

.tpl-table > div {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5em 0;
	border-bottom: 1px dotted #d2d2d2;
}

.tpl-table > div + div {
	padding: 1em 0;
}

.tpl-table > div > dt {
	color: #00a0e9;
	font-weight: 500;
	width: 150px;
}

@media (max-width: 750px) {
	.tpl-table > div > dt {
		width: 100%;
		padding-left: 0;
	}
}

.tpl-table > div > dd {
	width: calc(100% - 150px);
}

@media (max-width: 750px) {
	.tpl-table > div > dd {
		width: 100%;
		padding-left: 1em;
		margin-top: 0.5em;
	}
}

.tpl-btn {
	background: #00a0e9;
	border-radius: 25px;
	width: 300px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-weight: 500;
	margin-top: 40px;
}

.tpl-btn:before, .tpl-btn:after {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	width: 2px;
	height: 8px;
	right: 20px;
}

.tpl-btn:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.tpl-btn:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.tpl-btn.center {
	margin-left: auto;
	margin-right: auto;
}

.tpl-btn.white {
	background: #fff;
	border: 1px solid #d2d2d2;
	color: currentColor;
}

.tpl-btn span {
	text-indent: -1em;
}

@media (max-width: 750px) {
	.tpl-btn {
		width: 100%;
		height: auto;
		min-height: 13.33333vw;
		border-radius: 6.66667vw;
		margin-top: 5.33333vw;
	}
}

.tpl-linelist {
	margin-top: 30px;
}

@media (max-width: 750px) {
	.tpl-linelist {
		margin-top: 4vw;
	}
}

.tpl-linelist > div {
	position: relative;
	padding-left: 1.5em;
}

.tpl-linelist > div:before {
	display: block;
	content: '';
	width: 12px;
	height: 4px;
	background: #00a0e9;
	position: absolute;
	top: 1em;
	left: 0;
}

@media (max-width: 750px) {
	.tpl-linelist > div:before {
		width: 3.46667vw;
		height: 2px;
	}
}

.tpl-linelist > div + div {
	margin-top: 0.5em;
}

@media (max-width: 750px) {
	.tpl-linelist > div > dt {
		width: 100%;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.7;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur {
	/*cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;*/
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	/*cursor: -moz-zoom-out;
		cursor: -webkit-zoom-out;
		cursor: zoom-out;*/
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**Remove all paddings around the image on small screen*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* magnific popup custom styles
----------------------------------------------------------- */
/* close */
.mfp-iframe-holder button.mfp-close, #inline-bnr button.mfp-close, #catechin-effect button.mfp-close {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	opacity: 1;
	font-weight: 100;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	line-height: 0;
	letter-spacing: 0;
	padding: 0;
	right: -5px;
	top: -45px;
}

@media only screen and (max-width: 800px) {
	.mfp-iframe-holder button.mfp-close, #inline-bnr button.mfp-close, #catechin-effect button.mfp-close {
		width: 30px;
		height: 30px;
		right: 0;
		top: -35px;
	}
}

.mfp-iframe-holder button.mfp-close:before, .mfp-iframe-holder button.mfp-close:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: relative;
}

#inline-bnr button.mfp-close:before, #inline-bnr button.mfp-close:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: relative;
}

#catechin-effect button.mfp-close:before, #catechin-effect button.mfp-close:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.mfp-iframe-holder button.mfp-close:before, .mfp-iframe-holder button.mfp-close:after {
		width: 30px;
	}
	#inline-bnr button.mfp-close:before, #inline-bnr button.mfp-close:after {
		width: 30px;
	}
	#catechin-effect button.mfp-close:before, #catechin-effect button.mfp-close:after {
		width: 30px;
	}
}

.mfp-iframe-holder button.mfp-close:before, #inline-bnr button.mfp-close:before, #catechin-effect button.mfp-close:before {
	transform: rotate(-45deg);
}

.mfp-iframe-holder button.mfp-close:after, #inline-bnr button.mfp-close:after, #catechin-effect button.mfp-close:after {
	transform: rotate(45deg);
}

/* bottom close */
.mfp-btm-close {
	width: 260px;
	height: 60px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -130px;
}

.mfp-btm-close a {
	font-size: 20px;
	font-size: 2.66667vw;
	letter-spacing: 0;
	vertical-align: middle;
	line-height: 1;
}

.mfp-btm-close a:after {
	display: none;
}

.mfp-btm-close a .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	margin-right: 10px;
}

.mfp-btm-close a .icon:before, .mfp-btm-close a .icon:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8px;
}

.mfp-btm-close a .icon:before {
	transform: rotate(-45deg);
}

.mfp-btm-close a .icon:after {
	transform: rotate(45deg);
}

.mfp-btm-close a:hover .icon:before, .mfp-btm-close a:hover .icon:after {
	background-color: #141414;
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close {
		width: 150px;
		height: 36px;
		margin-left: -75px;
		bottom: -60px;
	}
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a {
		font-size: 14px;
		font-size: 1.86667vw;
	}
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a .icon {
		width: 13px;
		height: 13px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a .icon:before, .mfp-btm-close a .icon:after {
		width: 13px;
		top: 5px;
	}
}

/* magnific popup animation
----------------------------------------------------------- */
/* fadein fadeOut
--------------------------------- */
/* overlay at start */
.mfp-fade.mfp-bg {
	position: fixed !important;
	opacity: 0;
	transition: all 0.4s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.4s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-arrow {
	opacity: 0;
	transition: all 0.4s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0;
}

/* overlay animate in */
/* overlay animate out */
/* content at start */
/* content animate it */
/* content animate out */
/* content at start */
/* content animate it */
/* content animate out */
/* zoom in
--------------------------------- */
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-iframe-holder .mfp-content {
	max-width: 1100px !important;
}

.inline-popup .mfp-content {
	max-width: 900px !important;
}

.mfp-content #inline-bnr img {
	width: 100%;
}

input:not([type="checkbox"]),
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.sec-form {
	padding-bottom: 100px;
}

@media (max-width: 750px) {
	.sec-form {
		padding-bottom: 16vw;
	}
}

.form-flow img {
	width: 100%;
}

.form-notice {
	font-size: 15px;
	margin-top: 1em;
}

@media (max-width: 750px) {
	.form-notice {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.form-notice span {
	color: #00a0e9;
}

.hissu {
	color: #00a0e9;
}

.form-table {
	padding: 1.5em 0;
}

.form-table > div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 1em 0;
	border-bottom: 1px dotted #d2d2d2;
}

@media (max-width: 750px) {
	.form-table > div {
		border: 0;
		padding: 0.5em 0;
	}
}

.form-table dl {
	display: table;
}

.form-table dt {
	display: flex;
	color: #00a0e9;
	font-weight: 500;
	width: 170px;
	padding-top: 0.7em;
}

@media (max-width: 750px) {
	.form-table dt {
		width: 100%;
		padding-top: 0;
	}
}

.form-table dd {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 170px);
	font-size: 15px;
}

@media (max-width: 750px) {
	.form-table dd {
		display: block;
		width: 100%;
		margin-top: 0.5em;
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

.form-table.form-table-confirm dt {
	padding-top: 0;
}

@media (max-width: 750px) {
	.form-table.form-table-confirm dd {
		padding-left: 1em;
	}
}

@media (min-width: 751px) {
	.form-rule {
		display: inline;
		margin-top: 0.8em;
	}
}

@media (max-width: 750px) {
	.form-rule {
		position: absolute;
		top: 1em;
		right: 0;
	}
}

.form-select-wrap {
	position: relative;
	display: inline-block;
	min-width: 260px;
	height: 50px;
}

@media (max-width: 750px) {
	.form-select-wrap {
		min-width: initial;
		width: 100%;
		height: 40px;
	}
}

.form-select-wrap:before {
	display: block;
	content: '';
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
	height: 48px;
	border-radius: 0 4px 4px 0;
	background: #f2f2f2;
	pointer-events: none;
}

@media (max-width: 750px) {
	.form-select-wrap:before {
		width: calc(40px - 2px);
		height: calc(40px - 2px);
	}
}

.form-select-wrap .form-select-wrap-arrow {
	position: absolute !important;
	right: 1px;
	top: 1px;
	width: 48px;
	height: 48px;
	position: relative;
	pointer-events: none;
}

.form-select-wrap .form-select-wrap-arrow:before, .form-select-wrap .form-select-wrap-arrow:after {
	position: absolute;
	display: block;
	content: '';
	background: #333;
	width: 2px;
	height: 6px;
}

.form-select-wrap .form-select-wrap-arrow:before {
	top: calc(50% + 2px - 3*1px - 0*1px);
	right: 24px;
	transform: rotate(-45deg);
}

.form-select-wrap .form-select-wrap-arrow:after {
	top: calc(50% + 2px - 3*1px - 0*1px);
	right: calc(24px - 6px + 2px);
	transform: rotate(45deg);
}

@media (max-width: 750px) {
	.form-select-wrap .form-select-wrap-arrow {
		width: calc(40px - 2px);
		height: calc(40px - 2px);
		position: relative;
	}
	.form-select-wrap .form-select-wrap-arrow:before, .form-select-wrap .form-select-wrap-arrow:after {
		position: absolute;
		display: block;
		content: '';
		background: #333;
		width: 2px;
		height: 6px;
	}
	.form-select-wrap .form-select-wrap-arrow:before {
		top: calc(50% + 2px - 3*1px - 0*1px);
		right: 19px;
		transform: rotate(-45deg);
	}
	.form-select-wrap .form-select-wrap-arrow:after {
		top: calc(50% + 2px - 3*1px - 0*1px);
		right: calc(19px - 6px + 2px);
		transform: rotate(45deg);
	}
}

.form-select-kind {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 0.5em 1em;
	padding-right: 50px;
	border-radius: 5px;
}

@media (max-width: 750px) {
	.form-select-kind {
		font-size: 13px;
	}
}

input[type="text"], input[type="email"], input[type="tel"] {
	min-width: 350px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 0.5em 1em;
	border-radius: 5px;
	margin-right: 1em;
}

@media (max-width: 750px) {
	input[type="text"], input[type="email"], input[type="tel"] {
		margin-right: 0;
		min-width: initial;
		width: 100%;
		height: 40px;
		font-size: 13px;
	}
}

textarea {
	min-width: 800px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 0.5em 1em;
	border-radius: 5px;
	margin-right: 1em;
}

@media (max-width: 750px) {
	textarea {
		margin-right: 0;
		min-width: initial;
		width: 100%;
		font-size: 13px;
	}
}

.form-btnlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
}

@media (max-width: 750px) {
	.form-btnlist {
		justify-content: space-between;
		margin-top: 1.5em;
	}
}

@media (max-width: 750px) {
	.form-btnlist > li {
		width: calc(50% - 1.86667vw);
	}
}

.form-btnlist > li + li {
	margin-left: 100px;
}

@media (max-width: 750px) {
	.form-btnlist > li + li {
		margin-left: 0;
	}
}

.form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 15px;
	transition: opacity 0.3s;
}

@media (max-width: 750px) {
	.form-btn {
		width: 64vw;
		height: 10.66667vw;
		border-radius: 5.33333vw;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

@media (min-width: 751px) {
	.form-btn:hover {
		opacity: 0.7;
	}
}

.form-upload {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

.form-upload .filebtn {
	position: absolute;
	top: -100em;
}

.form-upload .filename {
	margin-left: 1em;
}

@media (max-width: 750px) {
	.form-upload .filename {
		margin-left: 0;
		width: 100%;
		margin-top: 0.5em;
	}
}

.form-btn-upload {
	margin-top: 0.5em;
}

.form-btn-upload input[type="file"] {
	width: 1px;
	height: 1px;
	color: transparent;
	background: transparent;
}

.form-btn-confirm {
	margin: auto;
	margin-top: 2em;
}

@media (max-width: 750px) {
	.form-btn-confirm {
		margin-top: 1.5em;
	}
}

.form-btn-confirm > div {
	position: relative;
}

.form-btn-confirm > div:before, .form-btn-confirm > div:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: -11px;
}

@media (max-width: 750px) {
	.form-btn-confirm > div:before, .form-btn-confirm > div:after {
		left: -2.66667vw;
	}
}

.form-btn-confirm > div:before {
	top: calc(50% - 2px - 8/2*1px - 0*1px);
	transform: rotate(-45deg);
}

.form-btn-confirm > div:after {
	top: calc(50% + 3px - 8/2*1px + 0*1px);
	transform: rotate(45deg);
}

.form-btn-back {
	position: relative;
}

.form-btn-back:before, .form-btn-back:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	left: 80px;
}

@media (max-width: 750px) {
	.form-btn-back:before, .form-btn-back:after {
		left: 8vw;
	}
}

.form-btn-back:before {
	top: calc(50% - 2px - 8/2*1px - 0*1px);
	transform: rotate(45deg);
}

.form-btn-back:after {
	top: calc(50% + 3px - 8/2*1px + 0*1px);
	transform: rotate(-45deg);
}

@media (max-width: 750px) {
	.form-btn-back {
		width: 100%;
	}
}

.form-btn-submit {
	color: #fff;
	border-color: #00a0e9;
	background: #00a0e9;
}

@media (max-width: 750px) {
	.form-btn-submit {
		width: 100%;
	}
}

.form-btn-totop {
	margin: auto;
	margin-top: 5em;
}

@media (max-width: 750px) {
	.form-btn-totop {
		margin-top: 3em;
	}
}

.form-btn-totop > div {
	position: relative;
}

.form-btn-totop > div:before, .form-btn-totop > div:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	left: -11px;
}

@media (max-width: 750px) {
	.form-btn-totop > div:before, .form-btn-totop > div:after {
		left: -2.66667vw;
	}
}

.form-btn-totop > div:before {
	top: calc(50% - 1px - 8/2*1px - 0*1px);
	transform: rotate(45deg);
}

.form-btn-totop > div:after {
	top: calc(50% + 4px - 8/2*1px + 0*1px);
	transform: rotate(-45deg);
}

.form-notice2 {
	font-size: 15px;
	margin-top: 1em;
	text-align: center;
}

@media (max-width: 750px) {
	.form-notice2 {
		text-align: left;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.form-notice2 span {
	color: #00a0e9;
}

.form-accept {
	text-align: center;
	margin-top: 3em;
}

.form-accept label {
	position: relative;
	line-height: 1;
	font-size: 15px;
	height: 20px;
}

@media (max-width: 750px) {
	.form-accept label {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.form-accept input[type="checkbox"] {
	margin-right: 0.5em;
}

.form-accept .form-accept-link {
	margin-top: 0.7em;
}

.form-accept .form-accept-link a {
	font-size: 15px;
	text-decoration: underline;
}

@media (max-width: 750px) {
	.form-accept .form-accept-link a {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.form-complete {
	text-align: center;
	margin-top: 5em;
}

@media (max-width: 750px) {
	.form-complete {
		margin-top: 3em;
	}
}

.tpl-sideCol2 > div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 1200px;
	margin: auto;
}

@media (max-width: 750px) {
	.tpl-sideCol2 > div {
		display: block;
	}
}

@media (max-width: 640px) {
	.tpl-sideCol2 > div {
		width: auto;
	}
}

.tpl-sideCol2 .tpl-sideCol2-left {
	width: 920px;
}

@media (max-width: 750px) {
	.tpl-sideCol2 .tpl-sideCol2-left {
		width: 100%;
	}
}

.tpl-sideCol2 .tpl-sideCol2-right {
	position: sticky;
	top: 187px;
	width: 220px;
	margin-bottom: -60px;
}

@media (max-width: 750px) {
	.tpl-sideCol2 .tpl-sideCol2-right {
		display: none;
	}
}

.tpl-ttlarea {
	background: #f9f9f9;
	margin-bottom: 60px;
}

@media (max-width: 750px) {
	.tpl-ttlarea {
		margin-bottom: 8vw;
	}
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-breadcrumb {
		display: none;
	}
}

.tpl-ttlarea .tpl-breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	height: 70px;
}

.tpl-ttlarea .tpl-breadcrumb ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	height: 100%;
}

.tpl-ttlarea .tpl-breadcrumb ul li a {
	padding-right: 3em;
	position: relative;
	color: #00a0e9;
}

.tpl-ttlarea .tpl-breadcrumb ul li a:before, .tpl-ttlarea .tpl-breadcrumb ul li a:after {
	position: absolute;
	display: block;
	content: '';
	background: #888;
	width: 2px;
	height: 8px;
	right: 16px;
}

.tpl-ttlarea .tpl-breadcrumb ul li a:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.tpl-ttlarea .tpl-breadcrumb ul li a:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.tpl-ttlarea .tpl-breadcrumb ul li span {
	font-weight: 700;
}

.tpl-ttlarea .tpl-ttlarea-stat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-stat {
		padding-top: 1.6em;
	}
}

.tpl-ttlarea .tpl-ttlarea-stat .date {
	font-weight: 700;
	margin-right: 1em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-stat .date {
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-stat .cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 24px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.0em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-stat .cat {
		width: 20vw;
		margin: auto 0;
		height: 4vw;
		font-size: 19px;
		font-size: 2.53333vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-stat .cat.important {
	background: #f90;
}

.tpl-ttlarea .tpl-ttlarea-stat .cat.notice {
	background: #00a0e9;
}

.tpl-ttlarea .tpl-ttlarea-stat .cat.recruit {
	background: #69a83a;
}

.tpl-ttlarea .tpl-ttlarea-ttl {
	position: relative;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	padding: 0.6em 0 1.2em;
	line-height: 1.2;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-ttl {
		font-size: 40px;
		font-size: 5.33333vw;
		padding: 1.4em 0;
	}
}

.tpl-ttlarea .tpl-ttlarea-ttl:before {
	display: block;
	content: '';
	background: #00a0e9;
	height: 4px;
	width: 40px;
	margin-right: 0.5em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-ttl:before {
		height: 3px;
		width: 7.46667vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-stat + .tpl-ttlarea-ttl {
	padding-top: 0.3em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-stat + .tpl-ttlarea-ttl {
		padding-top: 0.3em;
	}
}

.tpl-ttlarea .tpl-ttlarea-bnrttl {
	height: 234px;
	background-position: 50% 50%;
	background-size: cover;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-bnrttl {
		height: 39.2vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-bnrttl h1 {
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tpl-ttlarea .tpl-ttlarea-bnrttl h1 .ja {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-bnrttl h1 .ja {
		font-size: 46px;
		font-size: 6.13333vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-bnrttl h1 .en {
	font-size: 11px;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-bnrttl h1 .en {
		font-size: 11px;
		font-size: 1.46667vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-lead {
	text-align: center;
	letter-spacing: 0.3em;
	padding-top: 3em;
	padding-bottom: 6em;
	line-height: 2.2;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-lead {
		padding-bottom: 8em;
		letter-spacing: 0.2em;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.tpl-ttlarea .tpl-ttlarea-lead .big {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0.5em;
}

@media (max-width: 750px) {
	.tpl-ttlarea .tpl-ttlarea-lead .big {
		font-size: 32px;
		font-size: 4.26667vw;
	}
}

.is-ie .tpl-localnav {
	position: static !important;
}

.tpl-localnav {
	width: 220px;
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	border-top: 4px solid #00a0e9;
}

.tpl-localnav .tpl-localnav-head {
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 1em 1.5em;
	border-bottom: 1px solid #d2d2d2;
}

.tpl-localnav > ul > li {
	border-bottom: 1px solid #d2d2d2;
}

.tpl-localnav > ul > li a {
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 1em 1.5em;
	position: relative;
}

.tpl-localnav > ul > li a:before, .tpl-localnav > ul > li a:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 16px;
}

.tpl-localnav > ul > li a:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.tpl-localnav > ul > li a:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

.tpl-localnav > ul > li.current {
	position: relative;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #e5f5fd;
}

.tpl-localnav > ul > li.current:before {
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	display: block;
	content: '';
	height: 2px;
	background: #00a0e9;
	width: 12px;
}

.tpl-localnav > ul > li.current a {
	position: relative;
}

.tpl-localnav > ul > li.current a:before, .tpl-localnav > ul > li.current a:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 0px;
	right: 0px;
}

.tpl-localnav > ul > li.current a:before {
	top: calc(50% - 2px - 0*1px - 0*1px);
	transform: rotate(-45deg);
}

.tpl-localnav > ul > li.current a:after {
	top: calc(50% + 3px - 0*1px + 0*1px);
	transform: rotate(45deg);
}

.tpl-localnav .tpl-localnav-sub {
	border-left: 1px solid #00a0e9;
}

.tpl-localnav .tpl-localnav-sub > li a {
	font-size: 14px;
	padding: 0.7em 1.7em;
}

.tpl-linklist .linklist-list {
	position: relative;
	top: -110px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 750px) {
	.tpl-linklist .linklist-list {
		top: -24vw;
		padding: 0 7.5%;
	}
}

.tpl-linklist .linklist-list li {
	width: 380px;
}

@media (min-width: 751px) {
	.tpl-linklist .linklist-list li + li {
		margin-left: 30px;
		margin-top: 40px;
	}
	.tpl-linklist .linklist-list li + li:nth-child(3n+1) {
		margin-left: 0;
	}
	.tpl-linklist .linklist-list li + li:nth-child(-n+3) {
		margin-top: 0px;
	}
}

@media (max-width: 750px) {
	.tpl-linklist .linklist-list li + li {
		margin-top: 9.33333vw;
	}
}

@media (max-width: 750px) {
	.tpl-linklist .linklist-list li {
		width: 100%;
	}
}

.tpl-linklist .linklist-list li a {
	display: block;
	width: 100%;
}

.tpl-linklist .linklist-list .linklist-img img {
	width: 100%;
}

.tpl-linklist .linklist-list .linklist-txt {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-left: 30px;
	margin-top: 0.8em;
}

@media (max-width: 750px) {
	.tpl-linklist .linklist-list .linklist-txt {
		font-size: 26px;
		font-size: 3.46667vw;
		padding-left: 5.06667vw;
	}
}

.tpl-linklist .linklist-list .linklist-txt:before {
	display: block;
	content: '';
	background: #00a0e9;
	width: 40px;
	height: 4px;
	position: absolute;
	top: calc(50% - 2px);
	left: -20px;
}

@media (max-width: 750px) {
	.tpl-linklist .linklist-list .linklist-txt:before {
		width: 7.46667vw;
		left: -3.73333vw;
		height: 3px;
	}
}

.tpl-linklist-col2 .linklist-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 750px) {
	.tpl-linklist-col2 .linklist-list {
		padding: 0 7.5%;
	}
}

.tpl-linklist-col2 .linklist-list li {
	width: 440px;
}

@media (min-width: 751px) {
	.tpl-linklist-col2 .linklist-list li + li {
		margin-left: 40px;
		margin-top: 40px;
	}
	.tpl-linklist-col2 .linklist-list li + li:nth-child(2n+1) {
		margin-left: 0;
	}
	.tpl-linklist-col2 .linklist-list li + li:nth-child(-n+2) {
		margin-top: 0px;
	}
}

@media (max-width: 750px) {
	.tpl-linklist-col2 .linklist-list li + li {
		margin-top: 9.33333vw;
	}
}

@media (max-width: 750px) {
	.tpl-linklist-col2 .linklist-list li {
		width: 100%;
	}
}

.tpl-linklist-col2 .linklist-list li a {
	display: block;
	width: 100%;
}

.tpl-linklist-col2 .linklist-list .linklist-img img {
	width: 100%;
}

.tpl-linklist-col2 .linklist-list .linklist-txt {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-left: 30px;
	margin-top: 0.8em;
}

@media (max-width: 750px) {
	.tpl-linklist-col2 .linklist-list .linklist-txt {
		font-size: 26px;
		font-size: 3.46667vw;
		padding-left: 5.06667vw;
	}
}

.tpl-linklist-col2 .linklist-list .linklist-txt:before {
	display: block;
	content: '';
	background: #00a0e9;
	width: 40px;
	height: 4px;
	position: absolute;
	top: calc(50% - 2px);
	left: -20px;
}

@media (max-width: 750px) {
	.tpl-linklist-col2 .linklist-list .linklist-txt:before {
		width: 7.46667vw;
		left: -3.73333vw;
		height: 3px;
	}
}

/*# sourceMappingURL=../../../_map/assets/common/_css/common.css.map */
