@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.sp {
	display: none;
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: none;
}

em {
	font-style: normal;
}

::selection {
	color: #fff;
	background: #999;
	opacity: 1;
}

#wrap > footer *::selection {
	color: #000;
	background: #bbb;
}


main {
	will-change: opacity;
	opacity: 0;
	transition: opacity 1000ms ease-out 100ms;
}
.loaded main {
	opacity: 1;
}


body {
	line-height: 1;
	color: #1e1e1e;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	background: #f0f0f0;
}

html:lang(en) body {
	font-family: "UniversLTPro-55Roman", sans-serif;
}


a {
	color: #1e1e1e;
	text-decoration: none;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.3;
}

.nowrap {
	white-space: nowrap;
}


#menu-button {
	display: none;
}




#wrap > header {
	position: fixed;
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #f0f0f0;
}
#wrap > header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	max-width: 1400px;
	height: 120px;
	margin: 0 auto;
	padding: 0 30px 0 100px;
}


#wrap > header .logo {
	width: 286px;
	height: 62px;
}
#wrap > header .logo img {
	width: 100%;
	height: auto;
}


#wrap > header nav {
	display: flex;
	align-items: center;
}



#wrap > header nav > ul {
	display: flex;
	margin: 0 30px 0 0;
	font-size: 0.9375rem;
}
#wrap > header nav > ul li {
	position: relative;
}
#wrap > header nav > ul > li + li {
	margin-left: 30px;
}


#wrap > header nav > ul .submenu {
	position: absolute;
	left: -30px;
	padding: 25px 30px;
	background: #f0f0f0;
	
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
}
#wrap > header nav > ul ul li + li {
	margin-top: 22px;
}
#wrap > header nav > ul ul li a {
	white-space: nowrap;
}

#wrap > header nav > ul > li.expand:hover .submenu {
	opacity: 1;
	visibility: visible;
}




#wrap > header a {
	transition: all 300ms ease-out;
}
#wrap > header a:hover {
	color: #666;
}

#wrap > header nav > ul li.expand > a {
	display: inline-block;
	padding-right: 14px;
	background: url(../img/arrow_expand.svg) 100% 50% no-repeat;
	background-size: 10px auto;
	cursor: pointer;
}



#wrap > header .lang {
	margin: 0 30px 0 0;
}
#wrap > header .lang ul {
	display: flex;
}
#wrap > header .lang li {
	position: relative;
}
#wrap > header .lang li * {
	font-size: 0.875rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > header nav .lang ul li + li {
	margin-left: 24px;
}
#wrap > header .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	left: -12.5px;
	top: calc(50% - 8px);
	background: #1e1e1e;
}
#wrap > header .lang li.current a {
	color: #999;
}




#wrap > header .reserve {
}
#wrap > header .reserve a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100px;
	height: 42px;
	font-family: "UniversLTPro-55Roman", sans-serif;
	cursor: pointer;
	border: 1px solid #1e1e1e;
}
#wrap > header .reserve a em {
	position: relative;
	top: 1px;
	font-size: 0.9375rem;
}




@media screen and (max-width:1200px) {
	#wrap > header .inner {
		padding-left: 30px;
	}
	#wrap > header nav > ul,
	#wrap > header .reserve a em {
		font-size: 0.8125rem;
	}
	#wrap > header nav > ul,
	#wrap > header .lang {
		margin-right: 20px;
	}
	#wrap > header nav > ul li + li {
		margin-left: 20px;
	}
	#wrap > header .reserve a {
		width: 80px;
	}
}
@media screen and (max-width:1400px) {
	#wrap > header nav > ul {
		font-size: 0.875rem;
	}
}












#wrap > footer {
	padding: 64px 0 30px;
	color: #f0f0f0;
	background: #1e1e1e;
}
#wrap > footer a {
	color: #f0f0f0;
	transition: all 300ms ease-out;
}
#wrap > footer a:hover {
	text-decoration: none;
}

#wrap > footer .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 1400px;
	min-height: 260px;
	margin: 0 auto;
	padding: 0 60px 0 100px;
}


#wrap > footer .logo {
	position: relative;
	width: 310px;
	top: -15px;
}
#wrap > footer .logo img {
	width: 230px;
	height: auto;
}



#wrap > footer .nav {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 310px - 120px);
}

#wrap > footer .menu {
	display: flex;
	width: 100%;
}
#wrap > footer .menu ul {
	width: 25%;
}


#wrap > footer .menu li + li {
	margin-top: 24px;
}
#wrap > footer .menu ul:nth-child(4) li + li {
	margin-top: 24px;
}

#wrap > footer .menu a {
	font-size: 0.875rem;
}
#wrap > footer .menu a:hover {
	color: #999;
}

#wrap > footer .menu ul.external a {
	display: inline-block;
	padding-right: 16px;
	background: url(../img/arrow_foot.svg) 100% 50% no-repeat;
	background-size: 10px auto;
}


#wrap > footer .extra {
	width: 100%;
	margin: 90px 0 0;
}
#wrap > footer .extra ul {
	display: flex;
}
#wrap > footer .extra li + li {
	margin-left: 30px;
}
#wrap > footer .extra a {
	font-size: 0.75rem;
	color: #969696;
}
#wrap > footer .extra a:hover {
	color: #666;
}




#wrap > footer .box {
	position: absolute;
	width: 25%;
	right: 0;
	top: 132px;
}

#wrap > footer .sns ul {
	display: flex;
}
#wrap > footer .sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #f0f0f0;
}
#wrap > footer .sns li a img {
	width: 14px;
	height: auto;
}
#wrap > footer .sns li + li {
	margin-left: 24px;
}


#wrap > footer .lang {
	margin: 30px 0 0;
}
#wrap > footer .lang ul {
	display: flex;
}
#wrap > footer .lang li {
	position: relative;
}
#wrap > footer .lang li + li {
	margin-left: 16px;
}
#wrap > footer .lang li * {
	font-size: 0.875rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > footer .lang li span {
	cursor: default;
}
#wrap > footer .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	left: -9px;
	top: calc(50% - 6px);
	background: #f0f0f0;
}
#wrap > footer li a:hover {
	color: #999;
}





#wrap > footer .info {
	position: absolute;
	width: 308px;
	left: 100px;
	bottom: 0;
	padding: 15px 0 0;
	border-top: 1px solid #646464;
}

#wrap > footer .reserve {
	font-size: 0.875rem;
	line-height: 1.5;
}
#wrap > footer .reserve strong {
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > footer .reserve span {
	font-family: "UniversLTPro-55Roman", sans-serif;
}

#wrap > footer .address {
	margin: 15px 0 0;
	font-size: 0.75rem;
	line-height: 2;
}
#wrap > footer .copyright {
	margin: 5px 0 0;
	font-size: 0.75rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
	color: #969696;
}
#wrap > footer .copyright span {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	transform: scale(1.15);
}


@media screen and (max-width:1200px) {
	#wrap > footer .menu a {
		font-size: 0.75rem;
	}
}















#wrap {
	padding: 120px 0 0;
}







body.page main {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 100px auto 150px;
	padding: 0 100px;
}

body.news.detail main,
body.collection.detail main {
	margin-bottom: 50px;
}

body.page main {
	will-change: opacity;
	opacity: 0;
	transition: opacity 1000ms ease-out 100ms;
}
html.loaded body.page main {
	opacity: 1;
}

body.page img {
	width: 100%;
	height: auto;
}




body.page h1 {
	position: relative;
	margin: 0 0 30px;
	letter-spacing: 10px;
	font-size: 60px;
	font-weight: normal;
	font-family: "UniversNextPro-Thin", sans-serif;
}
body.page h2 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}


.static-box dt {
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}


.entry-nav {
	margin: 30px 0 75px;
}
.entry-nav ul {
	display: flex;
	justify-content: flex-end;
}
.entry-nav li + li {
	margin-left: 12px;
}
.entry-nav li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 54px;
	border: 1px solid #1e1e1e;
}



.entry-list + .entry-list {
	margin-top: 110px;
}

.entry-list .header {
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.entry-list h3 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-list ul {
	display: flex;
	flex-wrap: wrap;
}
.entry-list li {
	width: calc((100% - 32px) / 3);
	margin-left: 16px;
}
.entry-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.entry-list li:nth-child(n + 4) {
	margin-top: 70px;
}

.entry-list .pict {
	margin: 0 0 15px;
}
.entry-list .date {
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.entry-list .title {
	margin: 5px 0 0;
	line-height: 1.9;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-list a {
	display: block;
	transition: all 300ms ease-out;
}
.entry-list a:hover {
	opacity: 0.7;
}


.content-intro {
	max-width: 790px;
	margin: 100px 0 55px;
}
.content-intro p {
	line-height: 2;
}


.schedule-box {
	min-height: 500px;
	margin: 120px 0 0;
	background: #ddd;
}



.entry-detail {
	margin: 120px 0 0;
}
.entry-detail .column {
	display: flex;
	justify-content: space-between;
}
.entry-detail .column .box {
	width: 810px;
}

.entry-detail .column.has-image .box {
	width: 405px;
}
.entry-detail .column .pict {
	width: calc(100% - 405px - 40px);
	max-width: 600px;
}
.entry-detail .column .pict span {
	display: block;
	margin: 10px 0 0 ;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: right;
}


.entry-detail .header .date {
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.entry-detail .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.375rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-detail .column .text {
	margin: 40px 0 0;
}
.entry-detail .column .text p {
	line-height: 2;
}
.entry-detail .column .text p + p {
	margin-top: 2em;
}


.entry-detail .text nav {
	margin: 30px 0 0;
}
.entry-detail .text nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.entry-detail .text nav a + a {
	margin-top: 20px;
}
.entry-detail .text nav a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.entry-detail .text nav a:hover em {
	transform: translateX(5px);
}




.entry-extra {
	margin: 140px 0 0;
}
.entry-extra .header {
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.entry-extra h3 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-extra dl {
	display: flex;
	justify-content: space-between;
}
.entry-extra dt {
	width: 120px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	line-height: 1.9;
}
.entry-extra dd {
	width: calc(100% - 145px);
	line-height: 1.9;
}
.entry-extra dl + dl {
	margin-top: 20px;
}



.news-list {
	margin: 120px 0 0;
}
.news-list ul {
	border-top: 1px solid #c8c8c8;
}
.news-list li {
	border-bottom: 1px solid #c8c8c8;
}
.news-list li a {
	display: flex;
}
.news-list li .summary {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 98px;
	padding: 30px 0;
}
.news-list li .date {
	position: relative;
	width: 180px;
	top: 3px;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.news-list li .title {
	position: relative;
	width: calc(100% - 180px - 110px);
	line-height: 1.9;
}
.news-list li .more {
	position: relative;
	display: flex;
	width: 110px;
	height: 30px;
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.news-list li a:hover .more {
	transform: translateX(5px);
}
.news-list li a:hover .title {
	opacity: 0.7;
}


.return-index {
	margin: 140px 0 0;
}
.return-index a {
	display: inline-flex;
	letter-spacing: 3px;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: "UniversNextPro-Thin", sans-serif;
}
.return-index a .back {
	position: relative;
	display: flex;
	width: 76px;
	height: 30px;
	top: -4px;
	background: url(../img/arrow_left_thin.svg) 0% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.return-index a:hover .back {
	transform: translateX(-5px);
}






.about-section {
	margin: 120px 0 0;
}
.about-section + .about-section {
	margin-top: 90px;
}
.about-section.text-only + .about-section {
	margin-top: 135px;
}
.about-section .column {
	display: flex;
	justify-content: space-between;
}
.about-section .column .box {
	width: 405px;
}
.about-section .column .pict {
	width: calc(100% - 405px - 40px);
	max-width: 600px;
}

.about-section .header {
	margin: 0 0 50px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c8c8c8;
}
.about-section .header h3 {
	margin: 10px 0 0;
	line-height: 1.5;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.about-section .column .text {
}
.about-section .column .text p {
	line-height: 2;
}
.about-section .column .text dl {
	display: flex;
	margin: 40px 0 0;
}
.about-section .column .text dl + dl {
	margin-top: 20px;
}
.about-section .column .text dt {
	width: 115px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.about-section .column .text dd {
	width: calc(100% - 115px);
}

.about-section .column nav {
	margin: 40px 0 0;
}
.about-section .column nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.about-section .column nav a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.about-section .column nav a:hover em {
	transform: translateX(5px);
}






.company-list {
	margin: 120px 0 0;
}
.company-list .header {
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.company-list .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.company-list dt {
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}


.company-list dl {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	line-height: 2;
}
.company-list dt,
.company-list dd {
	box-sizing: border-box;
}
.company-list dt {
	width: calc(45% - 40px);
	text-align: right;
	padding-right: 40px;
}
.company-list dd {
	width: calc(55% + 40px);
	padding-left: 40px;
}
.company-list dl + dl {
	margin-top: 20px;
}
.company-list dd a {
	text-decoration: underline;
}
.company-list dd a:hover {
	text-decoration: none;
}





.company-history {
	margin: 80px 0 0;
}
.company-history .header {
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.company-history .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.company-history dt {
}


.company-history dl {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	line-height: 2;
}
.company-history dt {
	width: 200px;
}
.company-history dd {
	width: calc(100% - 200px);
}
.company-history dl + dl {
	margin-top: 20px;
}




body.collection .entry-detail .column .box {
	width: 410px;
}
body.collection .entry-detail h3 {
	font-size: 1.25rem;
}

.collection-caption {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 2;
}
.collection-detail {
	margin: 80px 0 0;
}
.collection-detail dl + dl {
	margin-top: 70px;
}
.collection-detail dt {
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.collection-detail dd {
	margin: 22px 0 0;
	line-height: 2;
}






.indent-list {
	margin: 100px 0 0;
}
.indent-list + .indent-list {
	margin-top: 80px;
}
.indent-list .header {
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.indent-list .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.indent-list dl {
	margin: 0 0 0 100px;
	line-height: 2;
}
.indent-list dt {
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.indent-list dl + dl {
	margin-top: 25px;
}

.indent-list dl.large dt {
	font-size: 1.25rem;
}
.indent-list dl.large dt.en {
	font-size: 1.625rem;
	font-family: "UniversNextPro-Bold", sans-serif;
}
.indent-list dl.large dt + dd {
	margin-top: 5px;
}
.indent-list dd.hidden {
	display: none;
}

.indent-list p {
	max-width: 630px;
	margin: 0 0 0 100px;
	line-height: 2;
}
.indent-list p + p {
	margin-top: 5px;
}
.indent-list p strong.tel {
	font-size: 1.125rem;
}

.indent-list a {
	text-decoration: underline;
}
.indent-list a:hover {
	text-decoration: none;
}

.indent-list nav {
	max-width: 542px;
	margin: 25px 0 0 100px;
}
.indent-list nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.indent-list nav a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.indent-list nav a:hover em {
	transform: translateX(5px);
}










.static-box {
	max-width: 810px;
	margin: 100px 0 0;
}
.static-box p {
	font-size: 1rem;
	line-height: 2;
}
.static-box p.intro {
	margin: 0 0 35px;
}
.static-box p.foot {
	margin-top: 20px;
}

.static-box dl {
	font-size: 1rem;
	line-height: 2;
}
.static-box dl + dl {
	margin-top: 30px;
}
.static-box dd + dd {
	margin-top: 30px;
}
.static-box dd {
	margin-top: 6px;
}
.static-box dd a {
	text-decoration: underline;
}
.static-box dd a:hover {
	text-decoration: none;
}

.static-box .caption {
}
.static-box table + .caption {
	margin-top: 25px;
}
.static-box .note {
	margin-top: 10px;
}

.static-box table {
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
}
.static-box table th,
.static-box table td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	border: 1px solid #1e1e1e;
}
.static-box table thead th {
	padding: 8px;
}
.static-box table tbody th {
	padding: 2px 8px;
}
.static-box table td {
	padding: 2px 8px;
}
.static-box table.pad td {
	padding: 25px 8px;
}



.parag-list h3 {
	font-size: 1rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.parag-list p + p {
	margin-top: 1.5em;
}
.parag-list * + h3 {
	margin-top: 60px;
}
.parag-list h3 + * {
	margin-top: 15px;
}


.static-box.wide {
	max-width: 1200px;
	margin: 30px 0 0;
}
.static-box.wide table.pad {
	max-width: 810px;
}
.static-box table.wide th,
.static-box table.wide td {
	width: auto;
}
.static-box table.wide th {
	padding-top: 5px;
}
.static-box table.wide td {
	padding-top: 5px;
}

.parag-list nav {
	margin: 20px 0 0;
}
.parag-list nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 48px;
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.parag-list nav a em {
	position: absolute;
	display: block;
	width: 32px;
	height: 12px;
	right: 40px;
	top: calc(50% - 6px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.parag-list nav a:hover {
	background: #555;
}





.static-box.h-list dl {
	display: flex;
	line-height: 2;
}
.static-box.h-list dl + dl {
	margin-top: 15px;
}
.static-box.h-list dt {
	width: 170px;
}
.static-box.h-list dd {
	width: calc(100% - 170px);
}








/* ---------- */
/* English */

html:lang(en) .static-box table th,
html:lang(en) .static-box table td {
	font-family: "UniversLTPro-55Roman", sans-serif;
}

html:lang(en) .indent-list .header h3,
html:lang(en) .indent-list dl.large dt.en {
	font-family: "UniversLTPro-65Bold", sans-serif;
}

html:lang(en) .about-section .header h3,
html:lang(en) .about-section .column .text dt {
	font-weight: normal;
	font-family: "UniversLTPro-65Bold", sans-serif;
}


html:lang(en) .static-box.h-list dt {
	width: 250px;
}
html:lang(en) .static-box.h-list dd {
	width: calc(100% - 250px);
}




