@font-face {
    font-family: 'HalisGR';
    src: url("../fonts/AhmetAltunHalisGRLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HalisGR';
    src: url("../fonts/AhmetAltunHalisGRBook.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* common
---------------------------------------------------------------------------*/
:root {
	--color-navy: #861F30;
	--color-navy-light: #4C637E;
	--color-line-navy: #D5DCE5;
	--color-line-navy-light: #E6EAEF;
	--color-bg-blue-light: #F1F8F9;
	--color-bg-navy-light: #F2F4FB;
	--font-sans-slight: 'HalisGR', sans-serif;
	--font-sans-sbook: 'HalisGR', sans-serif;
	--font-sans-book: 'HalisGR', sans-serif;
	--font-serif: 'ACaslonPro-Regular', sans-serif;
	--font-min-m: 'FOT-筑紫明朝 Pr6 M', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	--font-min-d: 'FOT-筑紫明朝 Pr6 D', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

html, body { height: calc(100vh + env(safe-area-inset-bottom)); }
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	html, body { height: 100%; }
}

body {
	background-color: #FFFFFF;
	color: var(--color-navy);
	font-size: 13px;
	font-family: var(--font-min-m);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: var(--color-bg-blue-light); color: var(--color-navy); }
::selection { background: var(--color-bg-blue-light); color: var(--color-navy); }

p { font-size: 13px; line-height: 1.9; letter-spacing: 0.04em; margin-bottom: 10px; }
p:last-of-type { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.clearfix:after { content: ''; display: block; clear:both; }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid var(--color-navy);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .5s infinite linear;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* link
------------------------------------*/
a { color: var(--color-navy); text-decoration: none; -webkit-transform: translateZ(0); }

.txt-line {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

p .txt-line {
	padding-bottom: 0;
	line-height: 1.5;
}

.txt-line:after {
	display: block;
	content: '';
	background-color: var(--color-navy);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0.3;
}

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	position: relative;
	background: #FFFFFF;
	border: 1px solid var(--color-line-navy);
	border-radius: 30px;
	padding: 12px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
}

.btn-link.left a {
	padding: 11px 38px 11px 16px;
}

.btn-color a {
	background-color: var(--color-navy);
	border-color: var(--color-navy);
	color: #FFFFFF;
	opacity: 1;
}

.btn-link a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	background: url(../img/share/ico-arrow-navy.svg) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 12px;
}

.btn-color a:after {
	background-image: url(../img/share/ico-arrow-white.svg);
}

#informationContents .btn-back {
	margin: 20px 0 0 calc(3% + 8px);
}

#informationContents .btn-back a {
	display: inline-block;
	padding: 10px 10px 10px 0;
	font-size: 13px;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

#informationContents .btn-back i {
	display: inline-block;
	box-sizing: border-box;
	background: url(../img/share/ico-arrow-navy.svg) no-repeat center center;
	background-size: 14px auto;
	border-radius: 50%;
	border: 1px solid var(--color-line-navy);
	width: 28px;
	height: 28px;
	margin: -16px 12px 0 -8px;
	transform: translateY(9px) scaleX(-1);
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	position: fixed;
	top: 11px;
	right: 6px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	z-index: 10000;
}

.btn-nav div, .btn-nav span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .2s;
}

.btn-nav div {
	position: relative;
	width: 24px;
	height: 15px;
	margin: 22px 0 0 18px;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: var(--color-navy);
	width: 100%;
	height: 1px;
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 7px; }
.btn-nav span:nth-of-type(3) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span:nth-of-type(1) { transform: translateY(7px) rotate(-45deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-7px) rotate(45deg); }
@-webkit-keyframes active-menu-bar02 {100%{ height: 0; }}
@keyframes active-menu-bar02 {100%{ height: 0; }}

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 75%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.bg-nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(241,248,249,0.9);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	position: relative;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 95px 9% 45px;
	-webkit-overflow-scrolling: touch;
}

.nav-sp .logo {
	position: absolute;
	top: 32px;
	left: 6.5%;
}

.nav-sp .logo img {
	width: 200px;
	height: auto;
}

.nav-sp .gnav {
	margin-bottom: 35px;
}

#gnav-top {
	display: none;
}

.nav-sp .gnav > ul > li {
	border-bottom: 1px solid var(--color-line-navy-light);
}

.nav-sp .gnav > ul > li > a,
.nav-sp .gnav > ul > li > b {
	display: block;
	padding: 19px 0 19px 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.nav-sp .gnav > ul > li > a,
.nav-sp .mnav a {
	background: url(../img/share/ico-arrow-navy.svg) no-repeat right 12px center;
	background-size: 14px auto;
}

.nav-sp .mnav {
	margin-top: -2px;
	padding: 0 0 19px 28px;
}

.nav-sp .mnav a {
	display: block;
	background-position: right 12px top 13px;
	padding: 9px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.nav-sp .mnav a span {
	padding-left: 4px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.nav-sp .close,
.nav-sp .tel {
	margin-left: 8px;
}

.nav-sp .close {
	margin-bottom: 14px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.nav-sp .tel {
	margin-left: 9px;
/* 	font-family: var(--font-sans-sbook); 表示されない */
	font-family: var(--font-sans-sbook);
	font-size: 24px;
	letter-spacing: 0.04em;
	opacity: 0.8;
}

.nav-sp .tel span {
	padding-right: 2px;
	font-family: var(--font-sans-book);
	font-size: 14px;
	letter-spacing: 0.08em;
}

/* .bg-navy
------------------------------------*/
.bg-navy { background-color: var(--color-bg-navy-light); }

/* .btn-reserve
------------------------------------*/
header .btn-reserve {
	display: none;
}

.btn-reserve {
	margin: 20px 0 0 6px;
}

.btn-reserve a {
	display: inline-block;
	position: relative;
	border: 1px solid var(--color-navy-light);
	border-radius: 30px;
	padding: 8px 16px 8px;
}

.btn-reserve img {
	width: auto;
	height: 15px;
}

header .btn-reserve-sp {
	position: absolute;
	top: 31px;
	right: 60px;
}

header .btn-reserve-sp a {
	display: inline-block;
	position: relative;
	border: 1px solid var(--color-navy-light);
	border-radius: 30px;
	padding: 9px 6px 9px 7px;
	font-size: 10px;
	line-height: 0;
	letter-spacing: 0.04em;
	white-space: nowrap;
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	overflow: hidden;
	min-height: 100vh;
}


/* header
---------------------------------------------------------------------------*/
header {
	box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	margin: 0;
	padding: 32px 6.5% 0;
	white-space: nowrap;
	opacity: 0;
}

header .logo { width: 100%; }
header .logo img { width: 200px; height: auto; }

header .tel,
header .gnav,
header h1.narrow { display: none !important; }

body.top header h1.narrow {
	display: block !important;
	margin: 0 0 13px -1px;
	font-size: 11px;
	letter-spacing: 0.1em;
}

body.top header h1.narrow strong {
	color: #FFFFFF;
	font-size: 0;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 100px auto 0;
	padding: 0 7.5% 60px;
	white-space: nowrap;
}

footer .inner .logo {
	margin: 0 0 24px -1px;
}

footer .inner .logo strong {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
	line-height: 1.7;
}

footer .inner .logo img {
	width: 230px;
	height: auto;
}

footer .inner .en {
	display: none;
}

footer .copyright {
	position: absolute;
	bottom: 30px;
	left: 7.5%;
	margin-left: 0.5px;
}

footer .copyright img {
	width: auto;
	height: 10px;
}

footer .address .btn-link {
	margin: 0 0 12px -1px;
}

footer .address .btn-link a {
	padding: 8px 38px 8px 16px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

footer .address .btn-link a:after {
	background-size: 100% auto;
	right: 12px;
	width: 16px;
	height: 12px;
	margin-top: -1px;
}

footer .address p {
	line-height: 1.8;
}

footer .address p span {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-bottom: 2px;
	letter-spacing: 0.12em;
}

footer .address p span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-navy);
	width: 100%;
	height: 1px;
	opacity: 0.5;
}

footer address {
	margin: 32px 0 14px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

footer address br.narrow {
	display: none !important;
}

footer address span {
	display: none;
}

footer .tel,
footer .fax {
	font-family: var(--font-sans-book);
}

footer .tel {
	display: block;
	margin: 0 8px 8px 1px;
	font-size: 22px;
	letter-spacing: 0.04em;
}

footer .tel span {
	font-size: 17px;
	letter-spacing: 0.06em;
}

footer .fax {
	display: inline-block;
	margin-right: 6px;
	margin-left: 1px;
	font-size: 14px;
	letter-spacing: 0.07em;
}

footer .close {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.08em;
	transform: translateY(-0.5px);
}

footer .gnav {
	transform: translateY(6px);
}

.pagetop {
	position: absolute;
	bottom: 30px;
	right: 24px;
}

.pagetop a {
	display: block;
	margin: -20px;
	padding: 20px;
}

.pagetop a img {
	width: 18px;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

/* .gnav-footer
------------------------------------*/
.gnav-footer {
	display: none;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}


/* .img-main
---------------------------------------------------------------------------*/
.img-main {
	position: relative;
	width: 94vw;
	height: calc(94vw * 0.75);
	margin: 0 auto 60px;
}

.img-main .inner {
	border-radius: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #informationContents .img-main .inner { background-image: url(../img/information/img-main_sp.jpg); background-position: center bottom; }
#aboutContents .img-main .inner { background-image: url(../img/about/img-main_sp.jpg); } */
/* #gastroscopyContents .img-main .inner { background-image: url(../img/gastroscopy/img-main_sp.jpg?220104); } */
#gastroscopyContents .img-main .inner { background-image: url(../img/dummy.png); }
/* #colonoscopyContents .img-main .inner { background-image: url(../img/colonoscopy/img-main_sp.jpg?220104); }
#internalContents .img-main .inner { background-image: url(../img/internal/img-main_sp.jpg); }
#examinationContents .img-main .inner { background-image: url(../img/examination/img-main_sp.jpg); }
#accessContents .img-main .inner { background-image: url(../img/access/img-main_sp.jpg); } */

.img-main h1 {
	position: absolute;
	bottom: -1px;
	left: -1px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 0 8px 0 0;
	padding: 18px 20px 3px 12px;
	z-index: 2;
}

.img-main h1:before,
.img-main h1:after {
	display: block;
	content: '';
	position: absolute;
	background: url(../img/share/bg-title.svg);
	background-size: 100% auto;
	width: 14px;
	height: 14px;
}

.img-main h1:before { top: -13.5px; left: 0px; }
.img-main h1:after { bottom: 0px; right: -14px; }

.img-main h1 a {
	display: block;
}

.img-main h1 em {
	display: block;
	margin: 0 0 -1px 1px;
	font-family: var(--font-sans-sbook);
	font-size: 9px;
	letter-spacing: 0.12em;
}

.img-main h1 strong {
	font-size: 14px;
	letter-spacing: 0.08em;
}

.img-main h1 strong span {
	display: inline-block;
	margin-right: -2px;
	margin-left: 4px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

/* .title-sub
------------------------------------*/
.title-sub {
	position: relative;
	white-space: nowrap;
	margin-bottom: 32px;
	padding: 30px 0 0;
}

.title-sub.jp {
	padding-top: 22px;
}

.title-sub:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-navy);
	width: 24px;
	height: 1px;
	opacity: 0.3;
}

.title-sub strong {
	display: block;
	margin-bottom: 15px;
	font-size: 17px;
	letter-spacing: 0.12em;
}

.title-sub.jp strong {
	margin-bottom: 0;
	font-size: 15px;
}

.title-sub em {
	display: block;
	margin-left: 0.5px;
	font-family: var(--font-sans-book);
	font-size: 10px;
	letter-spacing: 0.2em;
}

/* .img-center
------------------------------------*/
.img-center {
	width: 86%;
	margin: 0 auto 60px;
	text-align: center;
}

.img-center img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.img-center3 {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 3%;
}

.img-center3 figure {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img-center3 img {
	align-self: flex-start;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.img-center3 .img1 { order: 2; width: 48.5%; }
.img-center3 .img2 { order: 1; width: 100%; margin-bottom: 3.5%; }
.img-center3 .img3 { order: 3; width: 48.5%; }

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 6px 3px;
	padding-left: 13px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.dot-list li:last-of-type {
	margin-bottom: 0;
}

.dot-list li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.dot-list.even {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dot-list.even ul {
	margin-bottom: -6px;
}

.dot-list.even li {
	box-sizing: border-box;
	width: 50%;
	margin-left: 0;
	padding-left: 13px;
}

/* .tips
------------------------------------*/
.tips-wrap {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.btn-tips {
	display: inline-block;
	transition: .15s ease-out;
	cursor: pointer;
}

.btn-tips b {
	padding-bottom: 0;
	font-weight: normal;
	line-height: 1.4;
}

.btn-tips i {
	display: inline-block;
	background: url(../img/share/ico-q.svg) no-repeat;
	width: 18px;
	height: 18px;
	margin: -4px 4px 0 4px;
	transform: translateY(3px);
}

.tips {
	box-sizing: border-box;
	position: absolute;
	bottom: -10px;
	right: 0;
	margin-right: 25px;
	padding-bottom: 35px;
	white-space: normal;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tips span {
	display: block;
	position: relative;
	box-sizing: border-box;
	background-color: #8897CA;
	border-radius: 6px;
	padding: 11px 13px 12px 14px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: justify;
	white-space: normal;
}

.tips-wrap:hover .tips {
	bottom: 0;
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.tips span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -12px;
	left: 21px;
	background: url(../img/share/tips.svg) no-repeat;
	width: 8px;
	height: 12px;
}

#gastroscopyContents .sec-examination1 .txt .tips {
	right: -170px;
	width: 170px;
}

#colonoscopyContents .sec-examination1 .box-color li .tips {
	right: -210px;
	width: 210px;
}

/* .map
------------------------------------*/
.map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 75vw;
	margin: 0 auto 45px;
}

.map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 300px);
	z-index: 1;
}

.map .btn-link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;
	background-color: var(--color-navy);
	border-radius: 30px;
}

.map .btn-link a {
	display: block;
	padding-top: 11px;
	padding-right: 40px;
	padding-left: 18px;
}

.map .btn-link a:after { right: 14px; }

/* #sec-service
------------------------------------*/
#sec-service {
	box-sizing: border-box;
	background-color: var(--color-bg-blue-light);
	margin: 90px auto 0;
	padding: 32px 5% 6.5%;
}

#topContents #sec-service {
	margin-bottom: 60px;
}

#sec-service > h2 {
	margin-bottom: 30px;
	padding-left: 5px;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.13em;
	text-align: center;
}

.service-list {
	justify-content: space-between;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #D5DCE5;
	border-radius: 8px;
	padding: 15px 15px 0;
}

.service-list .inner {
	position: relative;
	box-sizing: border-box;
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	height: 88px;
	margin-bottom: 14px;
	padding: 17px 20px 0 122px;
	white-space: nowrap;
	z-index: 1;
}

.service-list .inner:last-of-type {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.service-list .inner figure {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.service-list .inner figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.service-list .inner h2 strong {
	display: block;
	margin-bottom: 12px;
	font-size: 15px;
	letter-spacing: 0.11em;
}

.service-list .inner h2 strong span {
	padding-left: 5px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.service-list .inner h2 em,
#sec-service .btn-txt h2 em {
	display: block;
	margin-left: 1px;
	font-family: var(--font-sans-sbook);
	font-size: 11px;
	letter-spacing: 0.14em;
	opacity: 0.6;
}

.service-list .inner .btn-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 1;
}

.service-list .inner .btn-link a {
	display: block;
	background: none;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.service-list .inner .btn-link a:after {
	display: none;
}

/* #sec-service .btn-txt
------------------------------------*/
#sec-service .btn-txt {
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #D5DCE5;
	border-radius: 8px;
	width: 100%;
	margin-top: 15px;
}

#sec-service .btn-txt a {
	display: block;
	padding: 26px 22px 22px 24px;
}

#sec-service .btn-txt h2 {
	margin-bottom: 15px;
}

#sec-service .btn-txt h2 strong {
	display: block;
	margin-bottom: 12px;
	font-size: 15px;
	letter-spacing: 0.09em;
}

#sec-service .btn-txt p {
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	text-align: justify;
}

#sec-service .btn-txt .arrow {
	display: block;
	position: absolute;
	top: 19px;
	right: 20px;
	box-sizing: border-box;
	background: url(../img/share/ico-arrow-navy.svg) no-repeat center center;
	background-size: 14px auto;
	border-radius: 50%;
	border: 1px solid var(--color-line-navy);
	width: 30px;
	height: 30px;
}

/* .pic
------------------------------------*/
.pic {
	display: block;
	position: absolute;
	z-index: -999;
}

/* .box-color
------------------------------------*/
.box-color {
	box-sizing: border-box;
	background-color: var(--color-bg-navy-light);
	border-radius: 6px;
}

/* .figcaption
------------------------------------*/
figure {
	position: relative;
}

figure figcaption {
	display: inline-block;
	position: absolute;
	bottom: 6px;
	left: 6px;
	background-color: #FFFFFF;
	padding: 3px 5px 4px 5px;
	font-size: 11px;
	letter-spacing: 0.06em;
}


/* information
---------------------------------------------------------------------------*/
.information-wrap {
	position: relative;
	margin: 75px auto 0;
	padding: 0 3%;
}

#informationContents.single .information-wrap {
	margin-top: 25px;
}

.information-wrap > h2 {
	margin: 0 0 24px 12px;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.information-wrap .btn-select {
	position: absolute;
	top: -8px;
	right: 20px;
	transform-origin: right top;
	transform: scale(0.8);
}

.information-wrap .btn-select select {
	cursor: pointer !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
}

.information-wrap .btn-select .customSelect {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.08em;
}

.information-wrap .btn-select .customSelect .customSelectInner {
	box-sizing: border-box;
  border: 1px solid var(--color-line-navy);
  border-radius: 3px;
	width: 100% !important;
	padding: 6px 9px 9px 10px;
}

/* .news-list
------------------------------------*/
.news-list {
	border-top: 1px solid var(--color-line-navy-light);
}

.news-list article {
	border-bottom: 1px solid var(--color-line-navy-light);
}

#informationContents.single .news-list { border-top: none; }
#informationContents.single .news-list article { border-bottom: none; }

/* .post-title
------------------------------------*/
.post-title {
	position: relative;
}

.post-title time {
	display: block;
	position: absolute;
	top: 22px;
	left: 12px;
	margin-bottom: 8px;
	font-family: var(--font-sans-sbook);
	font-size: 11px;
	letter-spacing: 0.12em;
}

.post-title h2 {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.post-title h2 > span,
.post-title h2 > a {
	display: block;
	padding: 40px 40px 20px 12px;
}

.post-title h2 a i {
	text-decoration: underline;
}

#informationContents.single time {
	top: 18px;
	letter-spacing: 0.14em;
}

#informationContents.single .post-title h2 {
	font-size: 16px;
}

/* .btn-ac
------------------------------------*/
.btn-ac {
	position: relative;
	cursor: pointer;
}

i.plus {
	display: block;
	position: absolute;
	top: 44px;
	right: 13px;
	width: 13px;
	height: 13px;
	transition: .2s ease-out;
}

i.plus:before,
i.plus:after {
	display: block;
	content: '';
	position: absolute;
	background-color: var(--color-navy);
}

i.plus:before { top: 6px; left: 0; width: 100%; height: 1px; }
i.plus:after { top: 0; left: 6px; width: 1px; height: 100%; }

.btn-ac.active i.plus { transform: rotate(225deg); }
.btn-ac.active i.plus:before { left: -5%; width: 112%; transform: rotate(-15deg); top: 6px; }
.btn-ac.active i.plus:after { top: -5%; height: 112%; transform: rotate(15deg); left: 6px; }

#informationContents.single .btn-ac i.plus { display: none; }

/* .post-table
------------------------------------*/
.post-table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.post-table table { border-bottom: 1px solid rgba(0,0,0,0.15); }
.post-table tr { border-top: 1px solid rgba(0,0,0,0.15); }

.post-table th {
	position: relative;
	box-sizing: border-box;
	width: 20%;
	padding: 13px 15px 12px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.06em;
}

.post-table td {
	box-sizing: border-box;
	width: 80%;
	padding: 13px 5px 12px 0;
}

/* .post-link
------------------------------------*/
.post-link {
	overflow: hidden;
	margin-bottom: -12px;
}

.post-link > div {
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1;
}

/* .post-detail
------------------------------------*/
.post-detail,
.post-detail a {
	color: var(--color-navy-light);
}

.post-detail {
	display: none;
	position: relative;
	padding-bottom: 40px;
}

#informationContents.single .post-detail {
	display: block !important;
}

.post-detail .inner {
	box-sizing: border-box;
	border-radius: 0 0 8px 8px;
	width: 100%;
	padding: 0 12px;
}

.post-detail .inner,
.post-detail .inner p {
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.08em;
	text-align: justify;
}

.post-detail .inner p {
	margin-bottom: 12px;
}

.post-detail .inner-main strong { font-weight: bold; }
.post-detail .inner-main em { font-style: italic; }
.post-detail .inner-main del { text-decoration: line-through; }

.post-detail .inner-main img {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0 10px;
}

.post-detail .inner-main img:last-of-type { padding-bottom: 0; }

.post-detail .inner-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.post-detail .inner-main .wp-caption-text {
	margin-top: -5px;
}

.post-detail .inner-main ul,
.post-detail .inner-main ol {
	margin: 30px 0;
}

.post-detail .inner-main ul li {
	list-style: disc;
	margin: 0 0 6px 20px;
}

.post-detail .inner-main ol li {
	list-style: decimal;
	margin: 0 0 6px 25px;
}

.post-detail .inner-main ul li:last-of-type,
.post-detail .inner-main ol li:last-of-type {
	margin-bottom: 0;
}

.post-detail .inner-main blockquote {
	background: #F5F5F5;
	margin-top: 30px;
	padding: 22px 28px 20px;
}

.post-detail .post-table {
	margin: 50px 0 30px;
}

.post-detail .post-table h3 {
	margin: 40px 0 15px;
	font-size: 14px;
	letter-spacing: 0.06em;
}

.post-detail .post-table h3:first-of-type { margin-top: 0; }

.post-detail .post-table table {
	width: 100%;
	font-size: 14px;
}

.post-detail .post-link {
	margin: 22px 0 0 -2px;
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
	font-family: var(--font-sans-book);
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: -10px;
	text-align: center;
	font-size: 14px;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
	margin: 0 1px;
	padding: 10px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #666666;
	margin: 0 12px;
	padding: 10px 1px 1px 0;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	background: url(../img/share/ico-arrow-navy.svg) no-repeat center center;
	background-size: 16px auto;
	text-indent: -9999px;
}

.wp-pagenavi .previouspostslink { margin-right: 12px; transform: translateY(-1px) scaleX(-1); }
.wp-pagenavi .nextpostslink { margin-left: 12px; transform: translateY(-1px); }