@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
html[lang=en] .jpOnly { display: none !important; }
html[lang=ja] .enOnly { display: none !important; }

/* Reset */
html {
	font-size: 62.5%;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	scroll-behavior: smooth;
}

body {
	color: #222222;
	word-spacing: 0;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

@media print {
	body {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}

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

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
option,
button {
	color: #000;
	word-spacing: 0;
	font-size: 1.8rem;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
}

.container {
	max-width: 1400px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.lh2 {
	line-height: 2;
}

.m-desc p:not(:last-of-type){
    margin-bottom: 1em;
}

.txt-link {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #0c4097;
}

.txt-link:hover {
	text-decoration: none;
}

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

.arr-r.dflex {
	display: flex !important;
}

.arr-r * {
	display: inline-block;
	vertical-align: middle;
}

.arr-r span {
	display: initial;
}

.arr-r::after {	
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #f2f2f2 url(../img/common/ic-arr-right-blue.svg) no-repeat center center / 6px 8px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	transition: all 0.2s;
}

.arr-r:hover::after {
	background: #0c4097 url(../img/common/ic-arr-right-white.svg) no-repeat center center / 6px 8px !important;
}

.arr-r.blue::after {
	background: #0c4097 url(../img/common/ic-arr-right-white.svg) no-repeat center center / 6px 8px !important;
}
.arr-r.blue:hover::after {
	background: #0c4097 url(../img/common/ic-arr-right-white.svg) no-repeat center center / 6px 8px !important;
}

a:hover .arr-r::after {
	background: #0c4097 url(../img/common/ic-arr-right-white.svg) no-repeat center center / 6px 8px !important;
}



.exlink-r * {
	display: inline-block;
	vertical-align: middle;
}

.exlink-r span {
	display: initial;
}

.exlink-r::after {	
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #f2f2f2 url(../img/common/ic-ex-link-blue.svg) no-repeat center center / 12px 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	transition: all 0.2s;
}

.exlink-r:hover::after {
	background: #0c4097 url(../img/common/ic-ex-link-white.svg) no-repeat center center / 12px 12px !important;
}

.exlink-r.blue::after {
	background: #0c4097 url(../img/common/ic-ex-link-white.svg) no-repeat center center / 12px 12px !important;
}
.exlink-r.blue:hover::after {
	background: #0c4097 url(../img/common/ic-ex-link-white.svg) no-repeat center center / 12px 12px !important;
}

a:hover .exlink-r::after {
	background: #0c4097 url(../img/common/ic-ex-link-white.svg) no-repeat center center / 12px 12px !important;
}



.ic-down-before {
	position: relative;
	padding-left: 25px;
}


.ic-down-before::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;

	width: 20px;
	height: 20px;
	mask: url(../img/common/ic-download.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-download.svg) no-repeat center center/100% 100%;
	background: #0c4097;
	margin-right: 5px;
}

.ic-down-before:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.ic-ex-link-before {
	position: relative;
	padding-left: 25px;
}

.ic-ex-link-before::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;

	width: 20px;
	height: 20px;
	mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	background: #0c4097;
	margin-right: 5px;
}

.ic-ex-link-before:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.list-red {
	text-align: left;
	list-style: disc;
	padding-left: 15px;
}

.list-red li::marker {
	color: #ff2600;
}

.list-red li {
	margin-bottom: 0.5rem;
}







.main {
	position: relative;
}

.main .btn-arr {    
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #0c4097;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 2rem 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1 !important;
	text-shadow: none !important;
	font-weight: 500 !important;
    text-decoration: none !important;
}

.main .btn-arr.border {
	border: 2px solid #0c4097;
}

.main .btn-arr.shadow {
	box-shadow: 0 0 10px #000;
}

.main .btn-arr>span::after {
	content: '';
	width: 6px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url("../img/common/ic-arr-right-white.svg") no-repeat top left/100% 100%;
	transition: all 0.2s;
}

.main .btn-arr.white {
	background: #fff;
	color: #0c4097;
}

.main .btn-arr.white>span::after {
	background-image: url("../img/common/ic-arr-right-blue.svg");
}

.main .btn-arr.black {
	background: #000;
	color: #fff;
}

.main .btn-arr.black>span::after {
	background-image: url("../img/common/ic-arr-right-white.svg");
}

.main a:hover .btn-arr,
.main .btn-arr:hover {
	background: #0c4097 !important;
	border-color: #fff;
	color: #fff !important;
}

.main a:hover .btn-arr span,
.main .btn-arr:hover span {
	color: #fff !important;
}

.main a:hover .btn-arr span::after,
.main .btn-arr:hover span::after {
	background-image: url("../img/common/ic-arr-right-white.svg") !important;
}


.main .btn-arr2 {    
	display: block;
	max-width: 300px;
	width: 100%;
	display: block;
	background: #0c4097;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 2rem 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1 !important;
	text-shadow: none !important;
	font-weight: 500 !important;
    text-decoration: none !important;
    border: 2px solid #0c4097;
}

.main .btn-arr2 > span::after {
	content: '';
	width: 6px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url("../img/common/ic-arr-right-white.svg") no-repeat top left/100% 100%;
	transition: all 0.2s;
}

.main .btn-arr2:hover{
    background: #fff;
    color: #0c4097;
}
.main .btn-arr2:hover > span::after {
    background: url("../img/common/ic-arr-right-blue.svg") no-repeat top left/100% 100%;
}

.ic-ex-link {
	color: #0c4097;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.ic-ex-link::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	background: #0c4097;
	margin-left: 5px;
}

.ic-ex-link:hover {
	text-decoration: none;
}

.ic-arr::after{
	content: '';
	width: 6px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url("../img/common/ic-arr-right-white.svg") no-repeat top left/100% 100%;
	background-image: url("../img/common/ic-arr-right-white.svg");
	transition: all 0.2s;
}

a:hover .ic-arr::after {
	margin-left: 15px;
}


header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 15px 20px 0;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
    height: 95px;
}

header h1 {
	width: 202px;
}

header .head-wrap {
	width: calc(100% - 222px);
}

header .row-search {
	text-align: right;
	font-size: 1.4rem;
	line-height: 1;
}

header .row-search * {
	display: inline-block;
}

header .btn-search {
	margin-right: 20px;
}

header .btn-search * {
	display: inline-block;
	vertical-align: middle;
}

header .btn-search:hover {
	color: #0c4097;
}

header .lang li {
	display: inline-block;
}

header .lang li a {
	text-align: center;
	padding: 7px;
	border: 1px solid #222;
    cursor: pointer;
}

header .lang li [data-stt-active],
header .lang li .active,
header .lang li a:hover {
	color: #fff;
	background: #222222;
}

header .gnav {
	display: flex;
/*	flex-wrap: wrap;*/
	justify-content: flex-end;
}

header .gnav>li:last-child>a>span {
	padding-right: 0;
}

header .gnav>li>a {
	display: block;
	font-size: 2rem;
	line-height: 1;
	padding: 15px 0;
	cursor: pointer;
}

header .gnav>li>a.active > span > span::after {
	transform: rotateX(180deg);
}

header .gnav>li>a>span {
	padding: 0 20px;
	border-left: 1px solid #cccccc;
    text-align: center;
}

html[lang=en] header .gnav>li>a>span {
    padding: 0 10px;
}

header .gnav>li>a>span>span {
	position: relative;
}

header .gnav>li>a>span>span::after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	content: '';
	width: 12px;
	height: 7px;
	background: url(../img/common/ic-arr-down.svg) no-repeat top left / 100% 100%;
	margin-bottom: 2px;
	transition: all 0.2s;
}

header .gnav>li>a>span>span::before {
	display: none;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0b3f96;
}


header .gnav>.no-sub>a>span>span::after {
	display: none;
}

header .gnav li .menu-sub {
	overflow: hidden;
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

header .gnav li .menu-sub .btn-close {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 30px;
	height: 30px;
	background: #222;
	cursor: pointer;
	transition: all 0.2s;
}
header .gnav li .menu-sub .btn-close::before,
header .gnav li .menu-sub .btn-close::after {
	position: absolute;
	top: 2px;
	left: 14px;
	content: '';
	height: 25px;
	width: 2px;
	background-color: #fff;
}
header .gnav li .menu-sub .btn-close:hover {
	background: #444;
}

header .gnav li .menu-sub .btn-close::before {
	transform: rotate(45deg);
}
header .gnav li .menu-sub .btn-close::after {
	transform: rotate(-45deg);
}

header .gnav li .menu-sub a:hover {
	transition: all 0.2s;
	color: #0c4097;
}

header .gnav li .menu-sub .container {
	border-top: 1px solid #f2f2f2;
	padding: 3rem 0 6rem;
	margin-top: -100%;
	transition: all 0.5s;
}

header .gnav li .menu-sub.is-show .container{
	margin-top: 0;
}

header .gnav>li:hover>a>span>span::before {
	display: block;
}

header .gnav .container {
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .gnav .container .parent {
	width: 300px;
	padding-top: 10px;
}

header .gnav .container .parent a {
	font-size: 2.8rem;
	position: relative;
}

header .gnav .container .parent a::after {
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: '';
	width: 7px;
	height: 11px;
	background: url(../img/common/ic-arr-right.svg) no-repeat top left / 100% 100%;
}

header .gnav .container .child {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .gnav .container .child .col {
	width: 48%;
}

header .gnav .container .child .col>ul>li {
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
}

header .gnav .container .child .col>ul>li>a {
	font-size: 1.6rem;
	display: block;
	position: relative;
	padding-left: 17px;
}

header .gnav .container .child .col>ul>li>a::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: '';
	width: 4px;
	height: 7px;
	background: url(../img/common/ic-arr-right.svg) no-repeat top left / 100% 100%;
}

header .gnav .container .child .col>ul>li>ul {
	margin-left: 17px;
	margin-top: 5px;
}

header .gnav .container .child .col>ul>li>ul>li>a {
	font-size: 1.4rem;
}


header .btn-menu {
	display: none;
	position: fixed;
	top: 35px;
	right: 15px;
	z-index: 120;
	width: 32px;
	height: 20px;
	cursor: pointer;
}


header .btn-menu span {
	width: 100%;
	height: 2px;
	background: #0c4097;
	position: absolute;
	display: block;
	left: 0;
	transition: .3s;
}

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

header .btn-menu span:nth-of-type(2) {
	top: 9px;
}

header .btn-menu span:nth-of-type(3) {
	top: 18px;
}

header .gnav > li > .gnav-tit-sp {
	display: none !important;
}



@media (max-width: 1400px) {

	header .gnav>li>a {
		font-size: 1.6rem;
	}

	header .gnav>li>a>span {
		padding: 0 10px;
	}

/*
	header .gnav li .menu-sub {
		top: 91px;
	}
*/

	header .gnav>li>a>span>span::after {
		margin-left: 5px;
	}

	header .gnav li .menu-sub .container {
		padding: 40px 0;
	}

	header .gnav .container .child .col>ul>li {
		padding: 10px 0;
	}
}

@media (max-width: 1390px) and (min-width: 1001px){
    html[lang=en] header .gnav > li:nth-of-type(1){width: 124px;}
    html[lang=en] header .gnav > li:nth-of-type(2){width: 120px;}
    html[lang=en] header .gnav > li:nth-of-type(3){width: 181px;}
    html[lang=en] header .gnav > li:nth-of-type(5){width: 138px;}
    
    html[lang=en] header .gnav > li > a{
        padding: 5px 0;
    }
    html[lang=en] header .gnav>li>a>span {
        display: block;
        height: 32px;
    }
}

@media (max-width: 1150px) {
	header .gnav>li>a>span {
		padding: 0 5px !important;
	}
}

@media (max-width: 1000px) {
	header {
		background: #fff;
		display: block;
		padding: 15px 0;
        height: auto;
	}

	header h1 {
		margin-left: 10px;
	}

	header .btn-menu {
		display: block;
	}

	header .head-wrap {
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #f2f2f2;
		display: none;
	}

	header .row-search {
		text-align: center;
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}

	header .btn-search {
		border: 1px solid #0c4097;
		padding: 5px 20px;
		border-radius: 20px;
		margin-right: 10px;
	}

	header .btn-search img {
		margin-top: 2px;
	}

	header .gnav {
		padding: 0 20px;
        flex-wrap: wrap;
	}

	header .gnav>li {
		width: 100%;
		text-align: left;
		border-top: 1px solid #e7e7e7;
	}

	header .gnav > li > .gnav-tit-sp {
		display: block !important;
	}

	header .gnav > li > .gnav-tit-pc {
		display: none !important;
	}

	header .gnav>li>a {
		background: url(../img/common/ic-plus.svg) no-repeat center right / auto 45%;
		padding: 2.5rem 0;
		font-size: 2.8rem;
	}

	header .gnav>li>a.show {
		background-image: url(../img/common/ic-minus.svg);
	}

	header .gnav>li>a>span {
		padding: 0 !important;
	}

	header .gnav>li.no-sub>a {
		background: none;
	}

	header .gnav>li>a>span {
		border: 0;
	}

	header .gnav>li>a>span>span::after {
		display: none;
		width: 6px;
		height: 11px;
		background-image: url(../img/common/ic-arr-right.svg);
	}

	header .gnav>.no-sub>a>span>span::after {
		display: inline-block;
	}

	header .gnav .container {
		width: 100%;
	}

	header .gnav .container .parent {
		display: none;
	}

	header .gnav li .menu-sub {
		position: static;
		overflow: auto;
		display: none;
        box-shadow: none;
	}

	header .gnav li .menu-sub .container {
		padding: 0;
		margin: 0;
	}

	header .gnav .container .child {
		width: 100%;
	}

	header .gnav .container .child .col {
		width: 100%;
	}

	header .gnav .container .child .col>ul>li {
		border-color: #f2f2f2;
		padding: 1.3rem 0;
	}

	header .gnav .container .child .col>ul>li:last-child {
		border-bottom: 0;
	}

	header .gnav .container .child .col>ul>li>a {
		font-size: 2rem;
	}

	header .gnav .container .child .col>ul>li>ul>li {
		margin-bottom: 5px;
	}

	header .gnav .container .child .col>ul>li>ul>li>a {
		font-size: 1.6rem;
	}

	header .lang li a {
		padding: 7px 12px;
	}

	header .gnav>li:hover>a>span>span::before {
		display: none;
	}

	header.is-show {
		overflow: scroll;
		height: 100vh;
	}

	header.is-show .btn-menu span:nth-of-type(1) {
		top: 12px;
		transform: skew(30deg) rotate(45deg) scale(0.9);
	}

	header.is-show .btn-menu span:nth-of-type(2) {
		opacity: 0;
	}

	header.is-show .btn-menu span:nth-of-type(3) {
		top: 12px;
		transform: skew(-30deg) rotate(-45deg) scale(0.9);
	}

	header.is-show .head-wrap {
		display: block;
		transition: all 0.5s;
	}

	header .gnav li .menu-sub .btn-close {
		display: none;
	}
}


/* MEDIA */

@media (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}

	.only-sp {
		display: none !important;
	}
}

@media (max-width: 768px) {
	
	html {
		font-size: 48.61%;
	}

	body {
		font-size: 1.8rem;
	}

	.only-pc {
		display: none !important;
	}

	.btn-arr {
		padding: 1.5rem;
	}
}

/* Pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #0c4097 url(../img/common/ic-arr-up-white.svg) no-repeat center center / 30% auto;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	display: none;
	box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, .3);
}


#pagetop:hover {
	background: #fff url(../img/common/ic-arr-up-blue.svg) no-repeat center center / 30% auto;
}

#pagetop:hover:after {
	background: #fff;
}

@media (max-width: 1000px) {
	#pagetop {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
}

/* Footer */
footer {
	background: #f2f2f2;
	padding: 80px 0;
}

footer .container {
	max-width: 1440px;
}

footer .f-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

footer .f-menu .col {
	width: 24%;
}

footer .f-menu .col a {
	display: block;
	transition: all 0.2s;
}

footer .f-menu .col a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #0b3f96;
}

footer .f-menu .col>ul>li {
	margin-bottom: 60px;
}

footer .f-menu .col>ul>li>a {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

footer .f-menu .col .sub>li {
	margin-bottom: 5px;
}

footer .f-menu .col .sub>li>a {
	margin-bottom: 5px;
	position: relative;
	padding-left: 14px;
}

footer .f-menu .col .sub>li>a::before {
	content: '';
	width: 4px;
	height: 7px;
	background: url(../img/common/ic-arr-right.svg) no-repeat top left / 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

footer .f-menu .col .sub-2 {
	margin-left: 17px;
}

footer .f-menu .col .sub-2>li {
	margin-bottom: 5px;
}

footer .f-menu .col .sub-2>li>a {
	font-size: 1.4rem;
}

footer .f-menu .col .no-sub {
	margin-bottom: 2rem;
}

footer .btn-youtube {
	text-align: center;
	margin-bottom: 45px;
}

footer .btn-youtube a {
	display: inline-block;
}

footer .btn-youtube a:hover {
	opacity: 0.8;
}

footer .f-menu2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .f-menu2 li {
	margin-right: 35px;
}

footer .f-menu2 li a {
	transition: all 0.2s;
}

footer .f-menu2 li a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #0b3f96;
}

footer .copy-r {
	font-size: 1rem;
	color: #ff2600;
	text-align: center;
	margin-top: 50px;
	font-family: 'Josefin Sans', sans-serif;
}


@media (max-width: 1000px) {

	footer {
		padding: 40px 0;
	}

	footer .f-menu {
		display: none;
	}

	footer .btn-youtube {
		text-align: left;
		margin-bottom: 30px;
	}

	footer .f-menu2 li {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .f-menu2 li a::before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		content: '';
		width: 4px;
		height: 7px;
		background: url(../img/common/ic-arr-right.svg) no-repeat top left / 100% 100%;
	}

	footer .copy-r {
		margin-top: 30px;
		text-align: left;
		font-size: 1.2rem;
	}


}


/*Child Page*/
.mv-child {
	overflow: hidden;
	height: 340px;
	background: url(../img/common/mv.jpg) no-repeat top right / cover;
	position: relative;
	padding: 2rem 5%;
}

.mv-child.is-view {
	transform: scale(1);
	opacity: 1;	
}


.mv-tit {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.mv-tit p {
	font-size: 2.4rem;
}
.mv-tit h2 {
	font-size: 4.8rem;
}

.breadcrumb-wrap {
	background: #0c4097; 
	padding: 22px 20px 20px 5%;
}

@media (max-width: 1560px){
    .breadcrumb-wrap {	
	    padding: 22px 20px 20px;
    }
}

.breadcrumb {
	color: #fff;
	font-size: 1.4rem;
}

.breadcrumb li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
	position: relative;
}

.breadcrumb li::after {
	content: '・';
	line-height: 1;
	position: absolute;
	top: 5px;
	right: -20px;
}

.breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb li a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.contents {
	padding: 8rem 0 15rem;
}

[class^="tit-2"],
[class^="tit-3"],
[class^="tit-4"] {
	margin-bottom: 3rem;
	color: #0c4097;
	font-weight: 500;
}

[class^="tit-2"] .sm,
[class^="tit-3"] .sm,
[class^="tit-4"] .sm {
	font-size: 1.8rem;
	margin-left: 5px;
}

.tit-24 {
	font-size: 2.4rem;
}

.tit-26 {
	font-size: 2.6rem;
}

.tit-28 {
	font-size: 2.8rem;
}

.tit-30 {
	font-size: 3rem;
	line-height: 1.4;
}

.tit-32 {
	font-size: 3.2rem;
	line-height: 1.4;
}

.tit-34 {
	font-size: 3.4rem;
	line-height: 1.4;
}

.tit-36 {
	font-size: 3.6rem;
	line-height: 1.4;
}

.tit-48 {
	font-size: 4.8rem;
	line-height: 1.4;
}

.border-grey {
	padding-bottom: 2rem;
	border-bottom: 1px solid #c4cbd8;
}

.bg-gray {
	background: #e6ebf4;
	padding: 1rem 2rem;
}

.center {
	text-align: center;
}

.middle * {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1399px){
	.tit-24 {
		font-size: 2.2rem;
	}

	.tit-26 {
		font-size: 2.2rem;
	}

	.tit-28 {
		font-size: 2.2rem;
	}

	.tit-30 {
		font-size: 2.4rem;
	}

	.tit-32 {
		font-size: 2.5rem;
	}

	.tit-34 {
		font-size: 2.6rem;
	}

	.tit-36 {
		font-size: 3.2rem;
	}

	.tit-48 {
		font-size: 4.2rem;
	}

	.mv-tit p {
		font-size: 2rem;
	}

	.mv-tit h2 {
		font-size: 3.5rem;
		line-height: 1.4;
	}

}

@media (max-width: 768px) {

	.tit-24 {
		font-size: 2rem;
	}

	.tit-26 {
		font-size: 2rem;
	}

	.tit-28 {
		font-size: 2rem;
	}

	.tit-30 {
		font-size: 2.2rem;
	}

	.tit-32 {
		font-size: 2.4rem;
	}

	.tit-34 {
		font-size: 2.6rem;
	}

	.tit-36 {
		font-size: 2.8rem;
	}

	.tit-48 {
		font-size: 3rem;
	}


	.mv-child {
		height: 250px;
	}

	.contents {
		padding: 6rem 0 10rem;
	}

	.mv-tit h2 {
		font-size: 2.9rem;
	}



}


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

.sidebar .contents-area {
	width: calc(100% - 400px);
}

.sidebar aside {
	width: 340px;
}

.sidebar aside * {
	transition: all 0.2s;
}

.sidebar .tit-28 {
	margin-bottom: 2rem;
}

.sidebar .stock-price {
	border: 1px solid #0c4097;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.sidebar .stock-price .tit-28 {
	background: #e6ebf4;
	padding: 1rem 2rem;
	border-bottom: 1px solid #e6ebf4;
	text-align: center;
	margin-bottom: 0;
	text-align: left;
}

.sidebar .stock-price .name {
	border-bottom: 1px solid #cecece;
	padding: 1rem 2rem;
}
.sidebar .stock-price .name p:last-child {
	font-size: 1.8rem;
}
.sidebar .stock-price .value,
.sidebar .stock-price .compare,
.sidebar .stock-price .volume {
	width: calc(100% - 40px);
	margin: 0 auto;
	border-bottom: 1px solid #cecece;
	padding: 1rem 0;
	font-size: 2rem;
}
.sidebar .stock-price .time {
	font-size: 1.6rem;
	line-height: 1;
}
.sidebar .stock-price .cap {
	font-size: 1.2rem;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 0 2rem;
}
.sidebar .stock-price .num {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1;
}
.sidebar .stock-price .blue {
	color: #0c4097;
}
.sidebar .stock-price .red {
	color: #ff2600;
}

.sidebar .stock-price .btn-arr {
	margin: 2rem auto;
	width: calc(100% - 40px);
	border: 2px solid transparent;
}

.sidebar .stock-price .btn-arr:hover {
	background: #fff !important;
	border-color: #0c4097;
}

.sidebar .stock-price .btn-arr:hover span {
	color: #0c4097 !important;
}

.sidebar .stock-price .btn-arr:hover span::after {
	background-image: url("../img/common/ic-arr-right-blue.svg") !important;
}





.sidebar .yahoo-stock {
	background: #0c4097;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	padding: 1rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	border: 2px solid transparent;
}

.sidebar .yahoo-stock::before {
	content: '';
	width: 66px;
	height: 47px;
	mask: url(../img/common/ic-sidebar-stock.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-sidebar-stock.svg) no-repeat center center/100% 100%;
	background: #fff;
}

.sidebar .yahoo-stock > div {
	width: calc(100% - 76px);
}

.sidebar .yahoo-stock > div p:first-child {
	font-size: 2.4rem;
}

.sidebar .yahoo-stock > div p:first-child::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-ex-link.svg) no-repeat center center/100% 100%;
	background: #fff;
	margin-left: 5px;
}

.sidebar .yahoo-stock:hover {
	background: #fff;
	border-color: #0c4097;
}

.sidebar .yahoo-stock:hover * {
	color: #0c4097;
}

.sidebar .yahoo-stock:hover::before {
	background: #0c4097 !important;
}

.sidebar .yahoo-stock:hover > div p:first-child::after {
	background: #0c4097;
}














.sidebar .mail {
	background: #0c4097;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	padding: 1rem;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	border: 2px solid transparent;
}

.sidebar .mail::before {
	content: '';
	width: 66px;
	height: 47px;
	mask: url(../img/common/ic-sidebar-mail.svg) no-repeat center center/100% 100%;
	-webkit-mask: url(../img/common/ic-sidebar-mail.svg) no-repeat center center/100% 100%;
	background: #fff;
}

.sidebar .mail:hover {
	background: #fff;
	border-color: #0c4097;
}

.sidebar .mail:hover * {
	color: #0c4097;
}

.sidebar .mail:hover::before {
	background: #0c4097 !important;
}

.sidebar .mail:hover .ic-arr::after {
	background-image: url("../img/common/ic-arr-right-blue.svg") !important;
}

.sidebar .mail > div {
	width: calc(100% - 76px);
}

.sidebar .mail > div p:first-child {
	font-size: 2.4rem;
}

html[lang=en] .sidebar .mail > div p:first-child {
	font-size: 2.2rem;
}



.sidebar .stock-info {
	margin-bottom: 4rem;
}

.sidebar .stock-info ul li {
	border-top: 1px solid #cecece;
}

.sidebar .stock-info ul li:last-child {
	border-bottom: 1px solid #cecece;
}

.sidebar .stock-info ul li a {
	padding: 1rem 0;
	color: #0c4097;
}



.sidebar .access {
	margin-bottom: 4rem;
}

.sidebar .access ul {
	border: 1px solid #cecece;
	border-radius: 10px;
	overflow: hidden;
}
.sidebar .access ul li {
	border-top: 1px solid #cecece;
}

.sidebar .access ul li:first-child {
	border-top: 0;
}

.sidebar .access ul li a {
	padding: 2rem;
}

.sidebar .access ul li span:first-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	background: #0c4097;
	border: 1px solid transparent;
}

.sidebar .access ul li span:last-child {
	width: calc(100% - 42px);	
}

.sidebar .access .cap {
	font-size: 1.2rem;
	text-align: right;
	margin-top: 0.5rem;
}

.sidebar .access ul li a:hover {
}

.sidebar .access ul li a * {
	transition: all 0.2s;
}

.sidebar .access ul li a:hover * {
	color: #0c4097 !important;
}

.sidebar .access ul li a:hover span:first-child {
	background: #fff;
	color: #0c4097 !important;
	border-color: #0c4097;
}

.sidebar .banner-side a {
	background: #0c4097;
	font-size: 2.4rem;
	color: #fff;
	border: 1px solid #0c4097;
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	line-height: 1.2;
}

.sidebar .banner-side a:not(:last-child) {
	margin-bottom: 1rem;
}

.sidebar .banner-side a figure {
	overflow: hidden;
	width: 89px;
}

.sidebar .banner-side a img {
	transition: all 0.2s;
}

.sidebar .banner-side a:hover img {
	transform: scale(1.2);	
}

.sidebar .banner-side a:hover * {
	color: #fff !important;
}

.sidebar .banner-side p {
	width: calc(100% - 109px);
}


@media (max-width: 1200px) {
	.sidebar .contents-area {
		width: calc(100% - 270px);
	}

	.sidebar aside {
		width: 250px;
	}

	.sidebar .banner-side a {
		font-size: 2rem;
	}

	.sidebar .mail > div p:last-child br {
		display: none;
	}
}

@media (max-width: 768px) {
	.sidebar .contents-area {
		width: 100%;
		margin-bottom: 12rem;
	}

	.sidebar aside {
		width: 100%;
	}

	.sidebar .mail > div p:last-child br {
		display: block;
	}

	.sidebar .banner-side a {
		font-size: 2.4rem;
	}
}


.tb {
	width: 100%;
	border-collapse: collapse;
}

.tb th, 
.tb td {
	padding: 2rem;
	font-weight: normal;
	text-align: left;
}

.tb.border th, 
.tb.border td {
	border: 1px solid #c4cbd8;
}

.tb.center th, 
.tb.center td {
	text-align: center;
}

.tb th {
	background: #e6ebf4;
}

.cap-14 {
	font-size: 1.4rem;
}

.cap-r {
	text-align: right;
}
.photo-center {
	text-align: center;
}

.xj_chart_table {
	margin-top: 6rem;
	width: 100%;
}
.xj_chart_table th, 
.xj_chart_table td {
	padding: 2rem;
	font-weight: normal;
	text-align: left;
	border: 1px solid #c4cbd8;
}
.xj_chart_header_first,
.xj_chart_header {
	background: #e6ebf4;
}
.xj_chart_table_note {
	font-size: 1.4rem;
	margin-top: 1rem;
}

.swipe,
.zoom {
	text-align: center;
	font-size: 1.4rem;
	margin: 3rem 0 2rem !important;
	display: none !important;
}
.swipe *,
.zoom * {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;

}
.swipe span,
.zoom span {
	background: #0c4097;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;

}
.swipe img,
.zoom img {
	margin-left: 1rem;
}

@media (max-width: 1000px) {
	.tb-sp {
		overflow: scroll;
	}

	.tb-sp table {
		width: 1000px;
	}
	
	.xj_chart_table {
		width: 1000px;
		margin: 0;
	}

	.xj_chart_table_note {
		margin-bottom: 2rem;
	}

	.sp-scroll {
		overflow: scroll;
	}

	.sp-scroll figure {
		width: 1000px;
	}
	.sp-scroll figure img {
		width: 100%;
	}
	.swipe,
	.zoom {
		display: block !important;
	}
}


/*Menu sub*/
.menu-2 {
	position: fixed;
	top: 95px;
	right: 0;
	z-index: 99;	
}

.menu-2 .btn {


	cursor: pointer;
	color: #fff;
	padding: 1.5rem 2rem;
	align-items: center;
	background: #0c4097;
	width: 300px;
	margin: 0 0 0 auto;
}

.menu-2 .btn > p {
	margin-right: 1rem;
	font-size: 2rem;
}

.menu-2 .btn .ic-menu {
	border: 1px solid #fff;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 10px;
}

.menu-2 .btn .ic-menu div {
	position: relative;
	width: 100%;
	height: 100%;
}

.menu-2 .btn .ic-menu div span {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	display: block;
	left: 0;
	transition: .3s;
}

.menu-2 .btn .ic-menu span:nth-of-type(1) {
	top: 0;
}

.menu-2 .btn .ic-menu span:nth-of-type(2) {
	top: 8px;
}

.menu-2 .btn .ic-menu span:nth-of-type(3) {
	top: 16px;
}

.menu-2 .gnav2 {
	display: none;
	overflow: scroll;
	padding: 1rem;	
	width: 430px;
	background: #0c4097;
	position: relative;
	padding: 2rem 2rem;
}

.menu-2 .gnav2 a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.menu-2 .gnav2 > ul {
	border: 1px solid #ffffff;
}

.menu-2 .gnav2 > ul > li {
	border-bottom: 1px solid #c4cbd8;
}

.menu-2 .gnav2 > ul > li:last-child {
	border-bottom: 0;
}

.menu-2 .gnav2 > ul > li > a {
	padding: 2rem 2rem;
	display: block;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.menu-2 .gnav2 > ul > li > a > span::after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 10px;
	background: url(../img/common/ic-arr-right-white.svg) no-repeat top left / cover;
	margin-left: 1rem;
}


.menu-2 .gnav2 ul li.has-sub > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
}

.menu-2 .gnav2 ul li.has-sub > a > span::after {
	display: none;
}

.menu-2 .gnav2 ul li.has-sub > a > i {
	position: relative;
	width: 3rem;
	height: 3rem;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid transparent;
}

.menu-2 .gnav2 ul li.has-sub > a > i::before,
.menu-2 .gnav2 ul li.has-sub > a > i::after {
	content: '';
	position: absolute;
	background: #0c4097;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}
.menu-2 .gnav2 ul li.has-sub > a > i::before {
	width: 12px;
	height: 2px;
}

.menu-2 .gnav2 ul li.has-sub > a > i::after {
	width: 2px;
	height: 12px;
}

.menu-2 .gnav2 ul li.has-sub > a:hover > i {
	background: #0c4097;
	border-color: #fff;
}
.menu-2 .gnav2 ul li.has-sub > a:hover > i::before,
.menu-2 .gnav2 ul li.has-sub > a:hover > i::after {
	background: #fff;
}

.menu-2 .gnav2 ul li.has-sub > a.active > i::after {
	display: none;
}


.menu-2 .gnav2 ul li.has-sub .sub-menu {
	display: none;
}

.menu-2 .gnav2 ul li.has-sub .sub-menu ul {
	padding: 0 2rem 2rem;
}

.menu-2 .gnav2 ul li.has-sub .sub-menu ul li {
	margin-bottom: 0.5rem;
}

.menu-2 .gnav2 ul li.has-sub .sub-menu ul li a {
	position: relative;
	display: block;		
	padding-left: 1.5rem;
	font-size: 1.6rem;
	color: #fff;
}

.menu-2 .gnav2 ul li.has-sub .sub-menu ul li a::before {
	content: '';
	width: 5px;
	height: 8px;
	background: url(../img/common/ic-arr-right-white.svg) no-repeat top left / 100% 100%;
	position: absolute;
	left: 0;
	top: 0.8rem;
}


.menu-2 .btn.is-show .ic-menu span:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
}

.menu-2 .btn.is-show .ic-menu span:nth-of-type(2) {
	opacity: 0;
}

.menu-2 .btn.is-show .ic-menu span:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
}

@media (max-width: 1400px) {
	.menu-2 {
		top: 91px;
	}

	.menu-2 .gnav2 {
		width: 400px;
	}
}

@media (max-width: 1000px) {
	.menu-2 {
		top: 87px;
	}

	.menu-2 .btn {
		width: 50px;
		height: 50px;
		padding: 10px;
		margin: 0 0 0 auto;
		background: #0c4097;
	}

	.menu-2 .btn > p {
		display: none;
		font-size: 1.4rem;
	}

	.menu-2 .btn .ic-menu {
		width: 30px;
		height: 30px;
		padding: 5px;
	}

	.menu-2 .gnav2 {
		overflow: scroll;
		width: 80vw;
		max-width: 400px;
		padding: 2rem;
		font-size: 1.6rem;
	}

	.menu-2 .gnav2 > ul > li > a {
		padding: 1.5rem;
	}

}


























/* Animate */

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-view {
	opacity: 1;
}

.fade-up {
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-up.is-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-right {
	opacity: 0;
	transform: translateX(-70px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-right.is-view {
	opacity: 1;
	transform: translateX(0);
}

.zoom-in {
	overflow: hidden;
}

.zoom-in img {
	transform: scale(1.1);
	opacity: 0;
	transform-origin: top;
	transition: 1.5s;
}

.zoom-in.is-view img {
	transform: scale(1);
	opacity: 1;
}

/*@keyframes icArrow {
	0% {
		background-position: left center;
		opacity: 1;
	}

	50% {
		background-position: left 100% center;
		opacity: 0;
	}

	50.1% {
		background-position: left -100% center;
		opacity: 0;
	}

	100% {
		background-position: left center;
		opacity: 1;
	}
}*/

@keyframes icArrow {
	0% {
		transform: translate(0);
		opacity: 1;
	}

	50% {
		transform: translate(100%);
		opacity: 0;
	}

	50.1% {
		transform: translate(-100%);
		opacity: 0;
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

/* Add Page Common */
.tit-policy {
	font-size: 2.4rem;
}
.tit-policy.boder {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c4cbd8;
	margin-top: 30px;
}


@media (max-width: 768px) {
	.tit-policy {
		font-size: 2.2rem;
	}
}

/* MV Child */

.mv-child.ir {
	background-image: url(../img/ir/mv.jpg);
}

.mv-child.products {
	background: url(../img/products/mv.jpg) no-repeat center center/cover;
}

.mv-child.csr {
	background-image: url(../img/csr/mv-child.jpg);
}

.mv-child.csr::after {
	content: '';
	width: 58.6%;
	padding-bottom: 7.86%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/csr/mv-tit-sustainability.png) no-repeat right bottom / auto 100%;
}

.mv-child.csr.governance::after {
	content: '';
	width: 58.6%;
	padding-bottom: 7.86%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/csr/mv-tit-governance.png) no-repeat right bottom / auto 100%;
}

.mv-child.csr.social::after {
	content: '';
	width: 58.6%;
	padding-bottom: 7.86%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/csr/mv-tit-social.png) no-repeat right bottom / auto 100%;
}

.mv-child.csr.environment::after {
	content: '';
	width: 58.6%;
	padding-bottom: 7.86%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/csr/mv-tit-environment.png) no-repeat right bottom / auto 100%;
}
/* End MV Child */







/* Sidebar 02 */
.menu-side-01 {
	margin-bottom: 4rem;
}

.menu-side-01 a:hover {
	color: #0c4097;
}

.menu-side-01 > li .parent {
	border-bottom: 1px solid #c4cbd8;
	padding: 2rem 0;
	align-items: center;
}

.menu-side-01 > li .parent a {
	display: block;
	font-size: 2.2rem;
}

.menu-side-01 > li .parent > .active {
	color: #0c4097;
}

.menu-side-01 > li.has-sub .parent a {
	width: calc(100% - 32px);
}

.menu-side-01 > li .parent .btn-sub {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/common/ic-plus.svg) no-repeat top left / 100% 100%;
	cursor: pointer;
}

.menu-side-01 > li .parent .btn-sub.is-show {
	background-image: url(../img/common/ic-minus.svg);
}

.menu-side-01 > li .parent a span::after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	content: '';
	width: 12px;
	height: 7px;
	background: url(../img/common/ic-arr-right-blue.svg) no-repeat top left / 100% 100%;
	margin-bottom: 2px;
}

.menu-side-01 .sub-menu {
	display: none;
	padding-bottom: 2rem;
	transition: unset;	
}

.menu-side-01 .sub-menu li a {
	color: #0c4097;
	padding: 1rem;
	display: block;
	border-bottom: 1px solid #c4cbd8;
}

.menu-side-01 .sub-menu li a.active,
.menu-side-01 .sub-menu li a:hover {
	background: #e6ebf4;
}

.menu-side-01 .sub-menu li a span {
	width: calc(100% - 45px);	
}

.menu-side-01 .sub-menu li a:hover::after {
	background: #f2f2f2 url(../img/common/ic-arr-right-blue.svg) no-repeat center center / 6px 8px !important;
}

@media (max-width: 1000px) {
	.menu-side-01 > li .parent a {
		font-size: 1.8rem;
		width: calc(100% - 58px);
	}
}

@media (max-width: 768px) {
	.menu-side-01 > li .parent a {
		font-size: 2.2rem;
		width: calc(100% - 32px);
	}
}

/* End Sidebar 02 */



/* Btn Back */
.btn-back{margin: 8rem auto 0; width: 38rem;}
.btn-back a{border: 0.2rem solid #0c4097; font-size: 1.8rem; line-height: 1.9; font-weight: 500; color: #0c4097; display: flex; justify-content: center; align-items: center; border-radius: 1rem; padding: 0.45em 0; transition: .5s;}
.btn-back i{width: 1.34em; height: 1.34em; background: #0c4097; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin: 0 0 0 1rem;}
.btn-back i:after{content: ''; width: 0.34em; height: 0.5em; background: #fff; display: block;
	mask: url("../img/common/ic-arr-right-white.svg") no-repeat center right/100% auto;
	-webkit-mask: url("../img/common/ic-arr-right-white.svg") no-repeat center right/100% auto;}
	.btn-back a:hover{background: #0c4097; color: #fff !important;}
	.btn-back a:hover i{background: #fff;}
	.btn-back a:hover i:after{background: #0c4097;}

	@media (max-width: 768px){
		.btn-back a{font-size: 2rem;}
	}

/* End Btn Back */

/* Chart */
.tb-tool .type {
	margin-bottom: 20px;
}

.tb-tool .cate-type {
	display: flex;
	flex-wrap: wrap;
}

.tb-tool .cate-type li {
	width: 50%;
}

.tb-tool .cate-type.col3 li {
	width: 33.33%;
}

.tb-tool .cate-type.col4 li {
	width: 25%;
}

.tb-tool .cate-type .all {
	width: 100% !important;
	margin-right: 0;
}

.tb-tool .cate-year {
	margin-top: 20px;
}

.tb-tool .cate-year li {
	display: inline-block;
	margin-right: 40px;
}

.tb-tool label {
	position: relative;
	cursor: pointer;
	padding-left: 6px;
}

.tb-tool label span {
	width: 17px;
	height: 12px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.tb-tool label svg {
	margin-right: 5px;
}

.tb-tool .check01 label span {
	background: #9898cc;
}

.tb-tool .check02 label span {
	background: #ffb828;
}

.tb-tool .check03 label span {
	background: #6db0dd;
}

.tb-tool .check04 label span {
	background: #b2d964;
}

.tb-tool .check05 label span {
	background: #ec938b;
}

.tb-tool .check06 label span {
	background: #424348;
}

.tb-tool input:checked {
	opacity: 0
}
.tb-tool input:checked + label:before {
	display: none;
}

.tb-tool input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -14px;
  width: 5px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tb-tool .check01 input:checked + label:after {
	border-color: #9898cc;
}

.tb-tool .check02 input:checked + label:after {
	border-color: #ffb828;
}

.tb-tool .check03 input:checked + label:after {
	border-color: #6db0dd;
}

.tb-tool .check04 input:checked + label:after {
	border-color: #b2d964;
}

.tb-tool .check05 input:checked + label:after {
	border-color: #ec938b;
}

.tb-tool .check06 input:checked + label:after {
	border-color: #424348;
}

.tb-tool .cate-year label {
	opacity: 0.3;
}

.tb-tool .cate-year input:checked + label {
	opacity: 1;
}

.tb-tool .tb {
    margin-top: 0;
}

.tb-tool .tb td {
    text-align: right;
}

.tb-tool .tb td:first-child {
    text-align: center;
    background: #e6ebf4;
}

.tb-tool .tb tr:first-child td {
    background: #e6ebf4;
    text-align: center;
    width: 15%;
}

.tb-tool .tb tr:first-child td:first-child {
    width: auto;
}

.tb-tool .mb50 {
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.tb-tool .tb td:first-child,
	.tb-tool .tb td:nth-child(2) {
		width: 15%;
	}
}


.tb-tool .tb01 td:first-child p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.tb-tool .tb01 tr:first-child td {
	font-weight: bold;
	text-align: right;
}

.tb-tool .tb01 td {
	width: auto !important;
}

@media (max-width: 768px) {
	.tb-tool .tb01 td:first-child {
		width: 20% !important;
	}

	.tb-tool .tb01 td:first-child p span {
		width: 50%;
		text-align: left;
	}

	.tb-tool .tb01 td:first-child p span:last-child {
		text-align: right;
	}
}

/* End chart */

.tb-txt {
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 1rem;
}

/* Cookie */
.cookiesPopup{position: fixed; left: 2rem; right: 2rem; bottom: 0; z-index: 9999; background: #fff; font-size: 1.6rem; line-height: 1.7; font-weight: 500; padding: 1.5rem 2rem 1.5rem 3rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.4); border-radius: 10px 10px 0 0; overflow: hidden;}
.cookiesPopup-txt{width: calc(100% - 17rem);}
.cookiesPopup-txt a{text-decoration: underline; color: #0c4097; text-underline-offset: 0.3em;}
.cookiesPopup-txt a:hover{text-decoration: none;}
.cookiesPopup-btn{width: 15rem;}
.cookiesPopup-btn a{width: 100%; padding: 1rem 0; background: #0c4097; border: 2px solid #0c4097; color: #fff; border-radius: 4rem; transition: .3s; display: block; text-align: center; line-height: 1;}
.cookiesPopup-btn a:hover{background: #fff; color: #0c4097;}

body.hasCookie #pagetop{bottom: 80px;}

@media screen and (max-width: 768px){
    .cookiesPopup{padding: 1.5rem 2rem; left: 0; right: 0; border-radius: 0;}
    .cookiesPopup-txt{width: 100%;}
    .cookiesPopup-btn{margin: 1.5rem auto 0;}
    
    body.hasCookie{padding-bottom: 110px;}
    body.hasCookie #pagetop{bottom: 140px;}
}
/* End Cookie */