@charset "UTF-8";
/*/////////////////////////////
reset
/////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

input,
textarea,
button {
	background: none;
	padding: 0;
	background: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*/////////////////////////////
base
/////////////////////////////*/
html {
	font-size: 93.75%;
}

body {
	width: 100%;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	color: #14141e;
	letter-spacing: 0.1em;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.en {
	letter-spacing: normal;
}
body.cn {
	font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
}
body.kr {
	font-family: "Noto Sans korean", "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "Segoe UI", SegoeUI, "Malgun Gothic", "HY Dotum", "Lexi Gulim", "HY Gulim", Gulim, "Yoon Gothic", sans-serif;
}
body.preload *,
body.preload *:before,
body.preload *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

/* fonts
* ------------------------- */
@font-face {
	font-family: "Noto Sans Japanese";
	font-weight: normal;
	font-display: swap;
	src: url("../font/NotoSansCJKjp-Regular.eot");
	src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Noto Sans Japanese";
	font-weight: 500;
	font-display: swap;
	src: url("../font/NotoSansCJKjp-Medium.eot");
	src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	font-display: swap;
	src: url("../font/NotoSansCJKjp-Bold.eot");
	src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-weight: normal;
	font-display: swap;
	src: url("../font/Barlow-Medium.eot");
	src: url("../font/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-Medium.woff2") format("woff2"), url("../font/Barlow-Medium.woff") format("woff"), url("../font/Barlow-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-weight: 500;
	font-display: swap;
	src: url("../font/Barlow-SemiBold.eot");
	src: url("../font/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-SemiBold.woff2") format("woff2"), url("../font/Barlow-SemiBold.woff") format("woff"), url("../font/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-weight: bold;
	font-display: swap;
	src: url("../font/Barlow-Bold.eot");
	src: url("../font/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-Bold.woff2") format("woff2"), url("../font/Barlow-Bold.woff") format("woff"), url("../font/Barlow-Bold.ttf") format("truetype");
}
/* list
* ------------------------- */
li {
	list-style: none;
}

/* link
* ------------------------- */
a {
	text-decoration: none;
	color: inherit;
}

/* img
* ------------------------- */
img {
	max-width: 100%;
	height: auto;
	outline: none;
	vertical-align: top;
}

img[src$=".svg"] {
	width: 100%;
}

a img {
	border: 0px;
}
a img.icoPdf {
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
a img.icoBlank {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* headings
* ------------------------- */
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
	cursor: pointer;
}

/* br */
br.sp {
	display: none;
}

@media screen and (max-width: 812px) {
	br.sp {
		display: inline;
	}

	br.pc {
		display: none;
	}
}
/* text-align */
.al {
	text-align: left !important;
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

/* vertical-align */
.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

/* text */
b {
	font-weight: bold;
}

span.fontRed {
	color: #dc0000;
}

sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

sub {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -0.2em;
}

span.fontBarlow {
	font-family: "Barlow", sans-serif;
}

/* ==========================================================
dexerials (c)visual and echo japan
Created: 2018-9

00.common
01.header
02.main
03.footer
04.
========================================================== */
/*/////////////////////////////
00. common
- 1.breadCrumb
- 2.container
- 3.tempSingle
- 4.sideLayer
/////////////////////////////*/
/* 1.breadCrumb
* ------------------------- */
.breadCrumb {
	background: #f5f5fa;
	padding: 15px 0 13px;
	border-top: #005582 1px solid;
}
.breadCrumb .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.breadCrumb ul {
	padding: 0 3.125%;
	line-height: 1;
	letter-spacing: -0.4em;
}
.breadCrumb ul li {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 13px;
	font-size: 0.86667rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.2em;
	padding-left: 1.5em;
	margin-left: 1.5em;
	position: relative;
}
.breadCrumb ul li:before {
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	display: block;
	border-top: #14141e 1px solid;
	border-right: #14141e 1px solid;
	position: absolute;
	top: 50%;
	left: -3.5px;
	margin-top: -2.5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadCrumb ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.breadCrumb ul li:first-child:before {
	display: none;
}
.breadCrumb ul li a:hover {
	text-decoration: underline;
}

body.en .breadCrumb ul li {
	letter-spacing: normal;
}

/* 2.container
* ------------------------- */
/* singleContainer */
.singleContainer {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

/* columnContainer */
.columnContainer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: table;
	table-layout: fixed;
	direction: rtl;
	padding: 0 2.34375% 0 3.125%;
}
.columnContainer > * {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
}
.columnContainer .tempSide {
	width: 260px;
}
.columnContainer .tempSide .col {
	margin-top: 25px;
	border-top: #005582 3px solid;
	padding-top: 5px;
}
.columnContainer .tempSide .col:first-child {
	margin-top: 0;
}
.columnContainer .tempMain {
	padding: 0 0 0 4.13223%;
}

.tmp_wrapper {
	max-width: 1280px;
	margin: 40px auto 0;
}

/* container */
.container {
	max-width: 900px;
	margin: 0 auto;
}
.container > *:first-child {
	margin-top: 0;
}
.container > *:last-child {
	margin-bottom: 0;
}

/* 3.tempSingle
* ------------------------- */
.tempSingle .heading {
	width: 100%;
	height: 140px;
	border-bottom: #b4cddc 1px solid;
	margin-bottom: 40px;
	display: table;
}
.tempSingle .heading .hdg {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 37px;
	font-size: 2.46667rem;
	line-height: 1.3;
	letter-spacing: 0.4em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.tempSingle .heading .hdg .sub {
	font-size: 13px;
	font-size: 0.86667rem;
	letter-spacing: 0.3em;
	font-weight: 500;
	display: block;
	margin-top: 15px;
}

/* 4.sideLayer
* ------------------------- */
/* sideLayerHdg */
.sideLayerHdg {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 19px;
	font-size: 1.26667rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 18px 13px;
	margin-bottom: 2px;
	border-bottom: #dcdcdc 1px solid;
}
.sideLayerHdg + .sideLayerNav {
	border-bottom: none;
}

/* sideLayerNav */
.sideLayerNav {
	border-bottom: #dcdcdc 1px dashed;
}
.sideLayerNav > li {
	border-top: #dcdcdc 1px dashed;
	padding: 2px 0;
}
.sideLayerNav > li:first-child {
	border-top: none;
}
.sideLayerNav > li > a {
	display: block;
	padding: 7px 18px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.sideLayerNav > li > a.current,
.sideLayerNav > li > a:hover {
	color: #fff;
	background-color: #005582;
}
.sideLayerNav > li > a + .catName {
	margin-top: 4px;
}
.sideLayerNav .innerNav {
	margin: 5px 0 1px;
}
.sideLayerNav .innerNav > li {
	border-bottom: #fff 2px solid;
}
.sideLayerNav .innerNav > li a {
	font-size: 13px;
	font-size: 0.86667rem;
	display: block;
	background: #e5eef2;
	padding: 5px 18px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.sideLayerNav .innerNav > li a:hover,
.sideLayerNav .innerNav > li a.current {
	color: #005582;
}
.sideLayerNav .innerNav > li a.current {
	font-weight: bold;
}
.sideLayerNav .innerchildNav {
	margin: 2px 0 0;
}
.sideLayerNav .innerchildNav > li {
	border-bottom: #fff 2px solid;
}
.sideLayerNav .innerchildNav > li a {
	font-size: 13px;
	font-size: 0.86667rem;
	display: block;
	background: #dcdcdc;
	padding: 3px 18px 3px 33px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.sideLayerNav .innerchildNav > li a:hover,
.sideLayerNav .innerchildNav > li a.current {
	color: #005582;
}
.sideLayerNav .catName {
	color: #005582;
	font-weight: bold;
	padding: 8px 5px 5px 18px;
	border-bottom: #005582 3px solid;
}

/* sideLayerBnr */
.sideLayerBnr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 240px;
	border: #808089 1.8px solid;
	margin: 38px 0 0 auto;
}
.sideLayerBnr a {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 15px 0;
}
.sideLayerBnr a > * {
	display: table-cell;
	vertical-align: middle;
}
.sideLayerBnr .icon {
	width: 90px;
	text-align: center;
}
.sideLayerBnr .icon img {
	width: 37px;
}
.sideLayerBnr .text p {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 18px;
	font-size: 1.2333rem;
	font-weight: 500;
}

.sideLayerBnr .icon2 {
	width: 88px;
	text-align: center;
}
.sideLayerBnr .icon2 img {
	width: 52px;
}
.sideLayerBnr .text2 p {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
	font-size: 1.16rem;
	font-weight: 500;
	padding-right: 14px;
	letter-spacing: 0.1rem;
}

/* sideimgBnr */
.sideimgBnr {
	margin: 38px 0 0 20px;
}
.sideimgBnr a {
	display: block;
}

/* sideuserNavBnr */
.sideuserNavBnr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 240px;
	margin: 38px 0 0 auto;
}
.sideuserNavBnr + .sideLayerBnr {
	margin-top: 20px;
}
.sideuserNavBnr a {
	text-align: center;
	display: block;
	border: #005582 2px solid;
	padding: 15px 0 10px;
}
.sideuserNavBnr a .icons {
	display: block;
	letter-spacing: -0.4em;
	margin-bottom: 8px;
}
.sideuserNavBnr a .icons .icon {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin: 0 7px;
}
.sideuserNavBnr a .icons .icon img {
	width: auto;
	height: 100%;
}
.sideuserNavBnr a .icons .icon01,
.sideuserNavBnr a .icons .icon02,
.sideuserNavBnr a .icons .icon05 {
	height: 19px;
}
.sideuserNavBnr a .icons .icon03,
.sideuserNavBnr a .icons .icon04 {
	height: 21px;
}
.sideuserNavBnr a .text {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.2em;
}

/*/////////////////////////////
01. header
/////////////////////////////*/
.header {
	position: relative;
	background: #fff;
	z-index: 999;
}
.header .wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.header .inner {
	padding: 30px 3.125% 10px;
	position: relative;
}
.header .logo {
	width: 190px;
	margin: 0 0 40px;
}
.header .logoJa {
	width: 147px;
	position: absolute;
	top: 52px;
	right: 2.34375%;
}
.header .logoEn {
	width: 172px;
	position: absolute;
	top: 52px;
	right: 2.34375%;
}
.header .logoCn {
	width: 96px;
	position: absolute;
	top: 52px;
	right: 2.34375%;
}
.header .logoKr {
	width: 127px;
	position: absolute;
	top: 52px;
	right: 2.34375%;
}
.header .gnav .ui {
	position: absolute;
	top: 75px;
	right: 2%;
	letter-spacing: -0.4em;
	white-space: nowrap;
}
.header .gnav .ui > li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
	margin-left: 25px;
}
.header .gnav .ui > li:first-child {
	margin-left: 0;
}
.header .gnav .ui > li.search {
	width: 24px;
}
.header .gnav .ui > li button {
	outline: none;
	cursor: pointer;
	display: block;
}
.header .gnav .ui > li .lang {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 24px;
	padding: 0 14px 0 30px;
	position: relative;
	background: url("../images/common/icon_lang.svg") no-repeat;
	background-position: left center;
	background-size: contain;
}
.header .gnav .ui > li .lang:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: #14141e transparent transparent transparent;
	border-width: 5px 5px 0 5px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2.5px;
}
.header .gnav .ui > li .lang .spText {
	display: none;
}
.header .gnav .ui > li .lang.active:after {
	border-color: transparent transparent #14141e transparent;
	border-width: 0 5px 5px 5px;
}
.header .gnav .ui > li .uiChild_sp,
.header .gnav .ui > li .searchSp {
	display: none;
}
.header .gnav .nav {
	display: table;
	table-layout: fixed;
}
.header .gnav .nav > li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.header .gnav .nav > li.home {
	display: none;
}
.header .gnav .nav > li.home + li {
	padding-left: 0;
}
.header .gnav .nav > li.home + li > a:before {
	display: none;
}
.header .gnav .nav > li > a {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	display: block;
	padding-bottom: 13px;
	position: relative;
	white-space: nowrap;
}
.header .gnav .nav > li > a:before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: #cfcfcf;
	position: absolute;
	top: 0;
	left: -23px;
}
.header .gnav .nav > li > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #005582;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.header .gnav .nav .childBody {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
}
.header .gnav .nav .childBody:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 12px;
	top: 5px;
	margin: 0 -100%;
	padding: 0 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, rgba(128, 128, 128, 0.5)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, black 0%, rgba(128, 128, 128, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(128, 128, 128, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.header .gnav .nav .childBody:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 5px);
	background: #fff;
	border-top: #005582 5px solid;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	margin: 0 -100%;
	padding: 0 100%;
	z-index: 1;
}
.header .gnav .nav .childBody .childInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 40px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.header .gnav .nav .childBody .childClose {
	display: block;
	width: 35px;
	color: #005582;
	font-size: 10px;
	font-size: 0.66667rem;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	outline: none;
	padding-top: 35px;
	position: absolute;
	top: 25px;
	right: 3.125%;
	cursor: pointer;
	z-index: 2;
}
.header .gnav .nav .childBody .childClose:before,
.header .gnav .nav .childBody .childClose:after {
	content: "";
	width: 25px;
	height: 1px;
	background: #005582;
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -12.5px;
}
.header .gnav .nav .childBody .childClose:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .gnav .nav .childBody .childClose:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .gnav .nav .childBody .headLink {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #005582 2px solid;
}
.header .gnav .nav .childBody .headLink a {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.26667rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.header .gnav .nav .childBody .headLink a:after {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/common/icon_arrow01.svg") no-repeat;
	background-position: left top;
	background-size: contain;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.header .gnav .nav .childBody .headSub {
	margin-top: 40px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: #005582 1px solid;
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.06667rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.header .gnav .nav .childBody .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2.40385%;
}
.header .gnav .nav .childBody .wrap + .wrap {
	margin-top: 35px;
}
.header .gnav .nav .childBody .wrap .col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0 2.5%;
}
.header .gnav .nav .childBody .wrap .col dl dt {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.13333rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #005582 1px solid;
}
.header .gnav .nav .childBody .wrap .col dl dt small {
	font-size: 16px;
	font-size: 1.06667rem;
	letter-spacing: 0.1em;
}
.header .gnav .nav .childBody .wrap .col dl.csr01 dt {
	color: #f03c00;
	border-color: #f03c00;
}
.header .gnav .nav .childBody .wrap .col dl.csr01 .links a {
	color: #f03c00;
}
.header .gnav .nav .childBody .wrap .col dl.csr02 dt {
	color: #009b73;
	border-color: #009b73;
}
.header .gnav .nav .childBody .wrap .col dl.csr02 .links a {
	color: #009b73;
}
.header .gnav .nav .childBody .wrap .col dl.csr03 dt {
	color: #3c64aa;
	border-color: #3c64aa;
}
.header .gnav .nav .childBody .wrap .col dl.csr03 .links a {
	color: #3c64aa;
}
.header .gnav .nav .childBody .foot {
	margin-top: 30px;
	padding-top: 30px;
	border-top: #d0d0d5 1px dashed;
}
.header .gnav .nav .childBody .foot .btns {
	margin: 0 -1.92308%;
	overflow: hidden;
}
.header .gnav .nav .childBody .foot .btns li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 31%;
	padding: 0 2%;
	float: left;
}
.header .gnav .nav .childBody .foot .btns li a {
	color: #fff;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 15px;
	font-size: 1.13333rem;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 56px;
	display: block;
	background: #005582;
}
.header .gnav .nav .childBody .foot .btns li a:after {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .gnav .nav .childBody .links + .wrap {
	margin-top: 20px;
}
.header .gnav .nav .childBody .links li {
	margin-top: 10px;
}
.header .gnav .nav .childBody .links li.col:first-child,
.header .gnav .nav .childBody .links li.col:first-child + li,
.header .gnav .nav .childBody .links li.col:first-child + li + li {
	margin-top: 0;
}
.header .gnav .nav .childBody .links a {
	color: #005582;
}
.header .gnav .nav .childBody .links a:hover {
	text-decoration: underline;
}
.header .gnav .uiChild_pc .uiChildbody {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
}
.header .gnav .uiChild_pc .uiChildbody:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 12px;
	top: 5px;
	margin: 0 -100%;
	padding: 0 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.header .gnav .uiChild_pc .uiChildbody:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	background: #005582;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	margin: 0 -100%;
	padding: 0 100%;
	z-index: 1;
}
.header .gnav .uiChild_pc .uiChildbody .uiInner {
	padding: 20px 8.98438% 18px;
	position: relative;
	z-index: 2;
}
.header .gnav .uiChild_pc .uiChildbody .chLang {
	line-height: 1;
	letter-spacing: -0.4em;
	text-align: right;
	padding: 15px 0 12px;
}
.header .gnav .uiChild_pc .uiChildbody .chLang li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
	padding-left: 20px;
	margin-left: 20px;
	border-left: #fff 1px solid;
}
.header .gnav .uiChild_pc .uiChildbody .chLang li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.header .gnav .uiChild_pc .uiChildbody .chLang li a {
	color: #fff;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	display: block;
}
.header .gnav .uiChild_pc .uiChildbody .chLang li a:hover {
	text-decoration: underline;
}
.header .gnav .uiChild_pc .uiChildbody .searchPc {
	width: 400px;
	margin-left: auto;
	background: #fff;
	border-radius: 20px;
	letter-spacing: -0.4em;
	position: relative;
}
.header .gnav .uiChild_pc .uiChildbody .searchPc:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("../images/common/icon_search.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -11px;
}
.header .gnav .uiChild_pc .uiChildbody .searchPc input[type="text"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 120px);
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	letter-spacing: 0.1em;
	padding: 0 8px 0 35px;
	outline: none;
}
.header .gnav .uiChild_pc .uiChildbody .searchPc input[type="submit"] {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
	border-left: #005582 1px solid;
	outline: none;
	cursor: pointer;
}
.header .gnav .uiChild_pc .uiChildbody .childClose {
	display: block;
	width: 35px;
	color: #fff;
	font-size: 10px;
	font-size: 0.66667rem;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	outline: none;
	padding-top: 35px;
	position: absolute;
	top: 18px;
	right: 3.125%;
	cursor: pointer;
	z-index: 2;
}
.header .gnav .uiChild_pc .uiChildbody .childClose:before,
.header .gnav .uiChild_pc .uiChildbody .childClose:after {
	content: "";
	width: 25px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -12.5px;
}
.header .gnav .uiChild_pc .uiChildbody .childClose:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .gnav .uiChild_pc .uiChildbody .childClose:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .navBtn {
	display: none;
}
.header.fixed {
	position: fixed;
	top: -68px;
	right: 0;
	left: 0;
	background: #fff;
	border-bottom: #005582 1px solid;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
	will-change: top;
}
.header.fixed .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 3.125%;
}
.header.fixed + .main {
	padding-top: 159px;
}
.header.fixed.down {
	top: 0;
}
.header.fixed .logo {
	width: 114px;
	margin: 0 3.75% 0 0;
	flex-shrink: 0;
}
.header.fixed .logoJa,
.header.fixed .logoEn,
.header.fixed .logoCn,
.header.fixed .logoKr {
	display: none;
}
.header.fixed .gnav .uiChild_pc,
.header.fixed .gnav .ui {
	display: none;
}
.header.fixed .gnav .uiChild_pc .uiChildbody,
.header.fixed .gnav .nav .childBody {
	top: calc(100% + 16px);
}
.header.fixed .gnav .nav > li {
	padding: 0 14px;
}
.header.fixed .gnav .nav > li > a {
	padding: 10px 0;
	letter-spacing: 0.1em;
}
.header.fixed .gnav .nav > li > a:before {
	top: 10px;
	left: -15px;
}

body.en .header .gnav .nav > li > a {
	letter-spacing: normal;
}
body.en .header .gnav .nav .childBody .headLink a {
	letter-spacing: normal;
}
body.en .header .gnav .nav .childBody .wrap .col dl dt {
	letter-spacing: normal;
}
body.en .header .gnav .nav .childBody .foot .btns li {
	width: 33.33333%;
}
body.en .header .gnav .nav .childBody .foot .btns li a {
	letter-spacing: normal;
}
body.en .header .gnav .nav .childBody .links {
	font-size: 14px;
	font-size: 0.93333rem;
}
body.en .header .gnav .uiChild_pc .uiChildbody .chLang li {
	letter-spacing: normal;
}
body.en .header .gnav .uiChild_pc .uiChildbody .searchPc input[type="text"] {
	width: calc(100% - 125px);
	letter-spacing: normal;
}
body.en .header .gnav .uiChild_pc .uiChildbody .searchPc input[type="submit"] {
	letter-spacing: -0.05em;
}

/*/////////////////////////////
02. main
/////////////////////////////*/
.main {
	min-height: calc(100vh - 141px - 160px);
}

/*/////////////////////////////
03. footer
/////////////////////////////*/
.footer {
	position: relative;
	margin-top: 80px;
}
.footer .toTop {
	width: 32px;
	position: absolute;
	right: 1.95313%;
	top: -60px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.footer .toTop a {
	display: block;
	background: #fff;
	border-radius: 50%;
}
.footer .toTop.fixed {
	opacity: 0;
}
.footer .toTop.fixed span {
	display: block;
	width: 32px;
	position: fixed;
	top: auto;
	right: 1.95313%;
	bottom: 25px;
}
.footer .bottom {
	padding: 24px 0 22px;
	background: #14283c;
}
.footer .bottom .wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.footer .bottom .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3.125%;
}
.footer .bottom .copy {
	color: #fff;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 13px;
	font-size: 0.86667rem;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-left: auto;
}
.footer .bottom .links {
	display: table;
	line-height: 1;
}
.footer .bottom .links li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
	border-left: #fff 1px solid;
}
.footer .bottom .links li:first-child {
	border-left: none;
	padding-left: 0;
}
.footer .bottom .links li a {
	color: #fff;
	font-size: 13px;
	font-size: 0.86667rem;
}
.footer .bottom .links li a:hover {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.header .gnav .nav > li {
		padding: 0 8px;
	}
	.header .gnav .nav > li > a {
		letter-spacing: 0em;
	}
	.header .gnav .nav > li > a:before {
		left: -9px;
	}
	.header.fixed .gnav .nav > li {
		padding: 0 8px;
	}
	.header.fixed .gnav .nav > li > a {
		font-size: 12px;
		font-size: 0.8rem;
		white-space: nowrap;
	}
	.header.fixed .gnav .nav > li > a:before {
		left: -9px;
	}
}
@media (max-width: 950px) {
	.main {
		min-height: calc(100vh - 374px - 160px);
	}

	.footer .toTop {
		bottom: 430px;
	}

	.footer .bottom .inner {
		display: block;
		padding: 0;
	}
	.footer .bottom .links {
		margin: 0 auto;
	}
	.footer .bottom .copy {
		text-align: center;
		margin-top: 20px;
	}
}
@media (min-width: 813px) {
	.header .gnav {
		display: block !important;
	}

	.header .gnav .nav > li > a:after {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
	}
	.header .gnav .nav > li > a.active:after,
	.header .gnav .nav > li > a:hover:after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.sideLayerBnr a,
	.sideimgBnr a,
	.sideuserNavBnr a,
	.footer .toTop a {
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}
	.sideLayerBnr a:hover,
	.sideimgBnr a:hover,
	.sideuserNavBnr a:hover,
	.footer .toTop a:hover {
		opacity: 0.7;
	}
	body.en .header .gnav .nav > li > a {
		letter-spacing: -0.05em;
	}
}
@media (max-width: 1279px) {
	.tmp_wrapper {
		max-width: 1200px;
	}

	.columnContainer {
		padding: 0;
	}
	.columnContainer .tempMain {
		padding: 0 0 0 3.33333%;
	}
}
body.ie {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: normal;
}
body.ie .breadCrumb ul li,
body.ie .tempSingle .heading .hdg,
body.ie .sideLayerHdg,
body.ie .sideLayerBnr .text p,
body.ie .sideuserNavBnr a .text,
body.ie .header .gnav .ui > li .lang,
body.ie .header .gnav .nav > li > a,
body.ie .header .gnav .nav .childBody .childClose,
body.ie .header .gnav .nav .childBody .headLink a,
body.ie .header .gnav .nav .childBody .wrap .col dl dt,
body.ie .header .gnav .nav .childBody .foot .btns li a,
body.ie .header .gnav .uiChild_pc .uiChildbody .chLang li a,
body.ie .header .gnav .uiChild_pc .uiChildbody .searchPc input[type="submit"],
body.ie .header .gnav .uiChild_pc .uiChildbody .childClose,
body.ie .footer .bottom .copy {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: normal;
}
body.cn .breadCrumb ul li,
body.cn .tempSingle .heading .hdg,
body.cn .sideLayerHdg,
body.cn .sideLayerBnr .text p,
body.cn .sideuserNavBnr a .text,
body.cn .header .gnav .ui > li .lang,
body.cn .header .gnav .nav > li > a,
body.cn .header .gnav .nav .childBody .childClose,
body.cn .header .gnav .nav .childBody .headLink a,
body.cn .header .gnav .nav .childBody .wrap .col dl dt,
body.cn .header .gnav .nav .childBody .foot .btns li a,
body.cn .header .gnav .uiChild_pc .uiChildbody .chLang li a,
body.cn .header .gnav .uiChild_pc .uiChildbody .searchPc input[type="submit"],
body.cn .header .gnav .uiChild_pc .uiChildbody .childClose,
body.cn .footer .bottom .copy {
	font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
}
body.kr .breadCrumb ul li,
body.kr .tempSingle .heading .hdg,
body.kr .sideLayerHdg,
body.kr .sideLayerBnr .text p,
body.kr .sideuserNavBnr a .text,
body.kr .header .gnav .ui > li .lang,
body.kr .header .gnav .nav > li > a,
body.kr .header .gnav .nav .childBody .childClose,
body.kr .header .gnav .nav .childBody .headLink a,
body.kr .header .gnav .nav .childBody .wrap .col dl dt,
body.kr .header .gnav .nav .childBody .foot .btns li a,
body.kr .header .gnav .uiChild_pc .uiChildbody .chLang li a,
body.kr .header .gnav .uiChild_pc .uiChildbody .searchPc input[type="submit"],
body.kr .header .gnav .uiChild_pc .uiChildbody .childClose,
body.kr .footer .bottom .copy {
	font-family: "Noto Sans korean", "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "Segoe UI", SegoeUI, "Malgun Gothic", "HY Dotum", "Lexi Gulim", "HY Gulim", Gulim, "Yoon Gothic", sans-serif;
}

body.en .tempSingle .heading .hdg,
body.en .sideuserNavBnr a .text {
	letter-spacing: 0.1em;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (max-width: 812px) {
	body {
		font-size: 14px;
		font-size: 0.93333rem;
	}

	.breadCrumb {
		display: none;
	}

	.singleContainer,
	.container {
		margin: 0;
		padding: 0 2.66667%;
	}
	.singleContainer.spPdt,
	.container.spPdt {
		padding-top: 25px;
	}

	.columnContainer {
		display: block;
	}
	.columnContainer > * {
		display: block;
	}
	.columnContainer .tempSide {
		display: none;
	}
	.columnContainer .tempMain {
		padding: 0;
	}

	.tmp_wrapper {
		margin: 0;
	}

	.tempSingle .heading {
		height: 100px;
		margin-bottom: 25px;
	}
	.tempSingle .heading .hdg {
		font-size: 22px;
		font-size: 1.46667rem;
	}
	.tempSingle .heading .hdg .sub {
		font-size: 10px;
		font-size: 0.66667rem;
		margin-top: 8px;
	}

	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		border-bottom: #005582 1px solid;
	}
	.header .inner {
		max-width: none;
		padding: 15px 3.2% 13px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header .logo {
		width: 90px;
		margin: 0;
	}
	.header .logoJa,
	.header .logoEn,
	.header .logoCn,
	.header .logoKr {
		display: none;
	}
	.header .gnav {
		position: fixed;
		top: 50px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: auto;
		background: #fff;
		border-top: #005582 5px solid;
		padding: 24px 0 15px;
		display: none;
	}
	.header .gnav:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 12px;
		background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, rgba(128, 128, 128, 0.5)), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(top, black 0%, rgba(128, 128, 128, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, black 0%, rgba(128, 128, 128, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
		opacity: 0.2;
	}
	.header .gnav .ui {
		position: static;
		padding: 0 5.33333%;
		margin-bottom: 18px;
	}
	.header .gnav .ui > li {
		display: block;
		margin: 9px 0 0;
	}
	.header .gnav .ui > li:first-child {
		margin-top: 0;
	}
	.header .gnav .ui > li button {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.header .gnav .ui > li .lang {
		line-height: 39px;
		padding: 0 33px 0 48px;
		background-position: 16px center;
		background-size: 22px auto;
	}
	.header .gnav .ui > li .lang:after {
		right: 20px;
	}
	.header .gnav .ui > li .lang .spText {
		display: inline;
	}
	.header .gnav .ui > li .lang .pcText {
		display: none;
	}
	.header .gnav .ui > li.chlangSp {
		border: #dcdcdc 1px solid;
		border-radius: 3px;
	}
	.header .gnav .ui > li.chlangSp .langList li a {
		font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 39px;
		padding: 0 15px 0 48px;
		display: block;
	}
	.header .gnav .ui > li .chlangSp {
		border: #dcdcdc 1px solid;
		border-top: none;
	}
	.header .gnav .ui > li .searchSp {
		display: block;
		padding: 0 0 0 48px;
		position: relative;
	}
	.header .gnav .ui > li .searchSp:before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		left: 16px;
		margin-top: -11px;
		background: url("../images/common/icon_search.svg") no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.header .gnav .ui > li .searchSp input[type="text"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 39px;
		font-size: 16px;
		font-size: 1.06667rem;
		line-height: 39px;
		padding: 0 105px 0 0;
		outline: none;
	}
	.header .gnav .ui > li.search {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		border: #dcdcdc 1px solid;
		border-radius: 3px;
		position: relative;
	}
	.header .gnav .ui > li.search button {
		display: none;
	}
	.header .gnav .ui > li.search input[type="submit"] {
		color: #005582;
		font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		display: block;
		width: 100px;
		border-left: #005582 1px solid;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -7px;
		outline: none;
	}
	.header .gnav .nav {
		display: block;
	}
	.header .gnav .nav > li {
		display: block;
		padding: 0;
		border-top: #dcdcdc 1px solid;
	}
	.header .gnav .nav > li:before {
		display: none;
	}
	.header .gnav .nav > li.home {
		display: block;
		border-top: none;
	}
	.header .gnav .nav > li.home a:before,
	.header .gnav .nav > li.home a:after {
		display: none;
	}
	.header .gnav .nav > li.home + li > a:before {
		display: block;
	}
	.header .gnav .nav > li > a {
		font-weight: normal;
		line-height: 39px;
		padding: 0 35px 0 10.66667%;
	}
	.header .gnav .nav > li > a:before,
	.header .gnav .nav > li > a:after {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background: #005582;
		position: absolute;
		top: 50%;
		right: 20px;
		bottom: auto;
		left: auto;
		opacity: 1;
		margin-top: -0.5px;
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	}
	.header .gnav .nav > li > a.link:before,
	.header .gnav .nav > li > a.link:after {
		-webkit-transform-origin: right;
		-ms-transform-origin: right;
		transform-origin: right;
	}
	.header .gnav .nav > li > a.link:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .gnav .nav > li > a.link:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header .gnav .nav > li > a:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.header .gnav .nav > li > a.active {
		color: #005582;
		background: #e1ebf0;
	}
	.header .gnav .nav > li > a.active:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header .gnav .nav > li > a.active:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header .gnav .nav .childBody {
		position: static;
		padding: 10px 0 0 10.66667%;
		border-top: #dcdcdc 1px solid;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: none;
	}
	.header .gnav .nav .childBody:before,
	.header .gnav .nav .childBody:after {
		display: none;
	}
	.header .gnav .nav .childBody .childInner {
		max-width: none;
		margin: 0;
		padding: 0;
	}
	.header .gnav .nav .childBody .childClose {
		display: none;
	}
	.header .gnav .nav .childBody .headLink {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.header .gnav .nav .childBody .headLink a {
		color: #505050;
		font-weight: normal;
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 34px;
		padding-right: 35px;
		display: block;
		position: relative;
	}
	.header .gnav .nav .childBody .headLink a:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 5px;
		height: 5px;
		display: block;
		background: none;
		margin-left: 0;
		border-top: #005582 1px solid;
		border-right: #005582 1px solid;
		position: absolute;
		top: 50%;
		right: 23px;
		margin-top: -2.5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .gnav .nav .childBody .headSub {
		margin-top: 12px;
		margin-bottom: 0;
		padding-bottom: 0;
		font-weight: normal;
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 34px;
		padding-right: 35px;
		display: block;
		position: relative;
	}
	.header .gnav .nav .childBody .headSub + .links .col:first-child {
		border-top: none;
	}
	.header .gnav .nav .childBody .wrap {
		display: block;
		margin: 0;
	}
	.header .gnav .nav .childBody .wrap + .wrap {
		margin-top: 0;
	}
	.header .gnav .nav .childBody .wrap .col {
		width: 100%;
		padding: 0;
	}
	.header .gnav .nav .childBody .wrap .col .cap {
		display: none;
	}
	.header .gnav .nav .childBody .wrap .col dl dt {
		display: none;
	}
	.header .gnav .nav .childBody .foot {
		margin-top: 0;
		padding-top: 0;
		border-color: #dcdcdc;
	}
	.header .gnav .nav .childBody .foot .btns {
		margin: 0;
	}
	.header .gnav .nav .childBody .foot .btns li {
		width: 100%;
		padding: 0 11.9403% 0 0;
		float: none;
		margin: 10px 0;
	}
	.header .gnav .nav .childBody .foot .btns li a {
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 34px;
	}
	.header .gnav .nav .childBody .links + .wrap {
		margin-top: 0;
	}
	.header .gnav .nav .childBody .foot .links li:first-child {
		border-top: none;
	}
	.header .gnav .nav .childBody .links li {
		margin-top: 0;
		border-top: #dcdcdc 1px dashed;
	}
	.header .gnav .nav .childBody .links a {
		color: #505050;
		font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
		letter-spacing: 0.2em;
		padding: 6px 35px 6px 0;
		display: block;
		position: relative;
	}
	.header .gnav .nav .childBody .links a:hover {
		text-decoration: none;
	}
	.header .gnav .nav .childBody .links a:after {
		content: "";
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 5px;
		height: 5px;
		display: block;
		border-top: #005582 1px solid;
		border-right: #005582 1px solid;
		position: absolute;
		top: 50%;
		right: 23px;
		margin-top: -2.5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .gnav .uiChild_pc {
		display: none;
	}
	.header .navBtn {
		display: block;
		width: 30px;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
		position: absolute;
		top: 50%;
		right: 5.33333%;
		margin-top: -15px;
		outline: none;
	}
	.header .navBtn:before,
	.header .navBtn span:before,
	.header .navBtn span:after {
		content: "";
		width: 100%;
		height: 1px;
		background: #005582;
		position: absolute;
		right: 0;
		display: block;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
		will-change: transform;
	}
	.header .navBtn:before {
		top: 50%;
		margin-top: -0.5px;
	}
	.header .navBtn span:before {
		top: 6.5px;
	}
	.header .navBtn span:after {
		top: 23.5px;
	}
	.header .navBtn.active:before {
		opacity: 0;
	}
	.header .navBtn.active span:before {
		top: 14.5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .navBtn.active span:after {
		top: 14.5px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	body.en .header .gnav .nav .childBody .foot .btns li {
		width: 100%;
	}
	body.en .header .gnav .nav .childBody .links a {
		letter-spacing: normal;
	}
	body.en .header .gnav .ui > li.search input[type="submit"] {
		letter-spacing: -0.05em;
	}

	.footer {
		margin-top: 40px;
	}
	.footer .toTop {
		height: 32px;
		position: static;
		margin: 0 auto 18px;
	}
	.footer .toTop.fixed {
		opacity: 0;
	}
	.footer .toTop.fixed span {
		margin: 0 auto;
		right: 0;
		left: 0;
		bottom: 15px;
	}
	.footer .productCol {
		display: none;
	}
	.footer .bottom {
		padding: 38px 0 20px;
	}
	.footer .bottom .copy {
		margin-top: 15px;
	}
	.footer .bottom .links {
		display: block;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.footer .bottom .links li {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		margin-bottom: 12px;
	}
	.footer .bottom .links li:first-child {
		padding-left: 20px;
	}
	.footer .bottom .links li:nth-child(3) {
		border-left: none;
	}
	.footer .bottom .links li a {
		letter-spacing: 0.1em;
	}

	.main {
		min-height: calc(100vh - 227px - 54px);
		padding-top: 54px;
	}
}
@media (max-width: 415px) {
	body {
		font-size: 3.73333vw;
	}

	.tempSingle .heading .hdg {
		font-size: 5.86667vw;
	}
	.tempSingle .heading .hdg .sub {
		font-size: 2.66667vw;
	}

	.header .gnav .nav .childBody .headLink a {
		font-size: 3.73333vw;
	}
	.header .gnav .nav .childBody .foot .btns li a {
		font-size: 3.73333vw;
	}

	body.en .header .gnav .nav .childBody .links {
		font-size: 3.73333vw;
	}

	.footer .bottom .copy {
		font-size: 3.2vw;
	}
	.footer .bottom .links li a {
		font-size: 3.2vw;
	}
}
/*/////////////////////////////
Adjustment
/////////////////////////////*/
/* margin
* ------------------------- */
.mt0 {
	margin-top: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

/* padding
* ------------------------- */
.pt0 {
	padding-top: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

/* width
* ------------------------- */
.w0 {
	width: 0% !important;
}

.w5 {
	width: 5% !important;
}

.w10 {
	width: 10% !important;
}

.w15 {
	width: 15% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w50 {
	width: 50% !important;
}

.w55 {
	width: 55% !important;
}

.w60 {
	width: 60% !important;
}

.w65 {
	width: 65% !important;
}

.w70 {
	width: 70% !important;
}

.w75 {
	width: 75% !important;
}

.w80 {
	width: 80% !important;
}

.w85 {
	width: 85% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.w100 {
	width: 100% !important;
}