@charset "UTF-8";

html {
  overflow-x: hidden;
  font-size: 16px;
}

@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
  /*background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 40%, #e7e7e7 40%, #e7e7e7 100%);*/
  background-image: url("../images/background/dust_scratches.png");
  text-align: justify;
  /*font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.8;
}

body a {
  color: #1A0DAB;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
  body {
    background: url(../images/item/background/paper_fibers_@2X.png);
  }
}
*/

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

#wrapper {
  overflow: hidden;
}

.container-width {
  max-width: 1200px;
  margin: 0 auto;
}

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

.br {
  display: inline-block;
}


/*ヘッダー
*****************************/
#header-wrapper {
  width: 100%;
  height: 80px;
  padding: 10px 10px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#global-navi {
  display: flex;
  margin-right: 50px;
  padding: 0;
}

#global-navi li {
  list-style-type: none;
}

#global-navi li:first-child {
  margin-right: auto;
}

#global-navi li:last-child {
  margin-right: 10px;
}

#global-navi a {
  color: #333;
  display: block;
  margin-right: 35px;
  padding: 15px 0px;
  font-weight: bold;
  text-decoration: none;
  list-style: none;
}

#global-navi h1 a:link,
#global-navi h1 a:visited,
#global-navi h1 a:hover,
#global-navi h1 a:active
 {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

#logo {
  height: 56px;
  width: auto;
  margin-right: 10px;
}

/* Underline From Left */
.hvr-underline-from-left:before {
  bottom: 8px;
  background: #003E7E;
  height: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


/*ドロワーメニュー
*****************************/
.menu-bg-color {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 74px;
  background: #003E7E;
}

.drawer-menu ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  top: 80px;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 30px 0;
  background: rgba(0, 62, 126);
  filter :alpha(opacity=95);
  background: rgba(0, 62, 126, 0.95);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
  opacity: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu li {
  text-align: center;
}

.drawer-menu li a {
  display: block;
  height: 55px;
  line-height: 55px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  letter-spacing: 0.15em;
}

.drawer-menu li a:link,
.drawer-menu li a:visited,
.drawer-menu li a:hover,
.drawer-menu li a:active {
  text-decoration: none;
}

.drawer-menu li a:hover {
  color: #1a1e24;
  background: #fff;
  text-decoration: none;
}

/* checkbox */
.check {
  display: none;
}

/* menu button - label tag */
.menu-btn {
  position: fixed;
  display: block;
  top: 15px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  height: 4px;
}

.bar.middle {
  top: 15px;
  opacity: 1;
  height: 4px;
}

.bar.bottom {
  top: 30px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 4px;
}

.menu-btn__text {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}


.menu-btn:hover .bar {
  background: #fff;
}

.menu-btn:hover .menu-btn__text {
  color: #fff;
}

.close-menu {
  position: fixed;
  top: 80px;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0);
  /*cursor: url(../images/item/close.png),auto;*/
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
  width: 58px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
  left: 50%;
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  width: 58px;
  top: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: rgba(0,0,0,.5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.drawer-tel {
  background: #fff;
  margin: 30px 0 100px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #header-wrapper {
    height: 60px;
    padding: 10px 10px;
  }
  #logo {
    height: 40px;
    margin-bottom: 15px;
  }
  .menu-bg-color {
    height: 60px;
    width: 60px;
  }
  .drawer-menu {
    top: 60px;
    width: 250px;
  }
  .menu-btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
  .bar {
    width: 30px;
    height: 1px;
    height: 2px;
  }
  .bar.middle {
    top: 10px;
    height: 2px;
  }
  .bar.bottom {
    top: 20px;
    height: 2px;
  }
  .menu-btn__text {
    bottom: -12px;
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 43px;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 43px;
    top: 30px;
  }
  .close-menu {
    top: 60px;
    right: 250px;
  }
}


/* ヘッダー切り替え */
@media screen and (max-width: 1199px) {
  .header-pc {
    display: none;
  }
}


/*Vegas2
*****************************/
.bg-vegas {
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #003E7E 25%, #003E7E 100%);
}

#vegas {
	min-width: 100vw;
	min-height: 100vh;
  max-width: 1px;
  max-height: 1px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
  background: #fff;
  margin-left: 20%;
}

@media screen and (max-width: 479px) {
#vegas {
  margin-left: 10%;
  }
}

@media screen and (max-width: 767px) {
#vegas {
  margin-left: 10%;
  }
}

#vegas-bottom {
  position: relative;
  margin-top: -100px;
  height: 100px;
  background: #003E7E;
}


/*トップメッセージ
*****************************/
.top-message {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 1;
}
/*
@media screen and (max-width: 479px) {
  .top-message {
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 1;
  }
}
*/
.top-message-txt1,
.top-message-txt2 {
  background: rgba(255,255,255,0.5);
  color: #fff;
  font-size: 6vmin;
  display: inline-block;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
}

.top-message-txt3 {
  background: rgba(255,255,255,0.5);
  color: #fff;
  font-size: 6vmin;
  display: inline-block;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
}
/*
@media screen and (max-width: 767px) {
  .top-message-txt1,
  .top-message-txt2 {
    font-size: 5vw;
  }
  .top-message-txt3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .top-message-txt1,
  .top-message-txt2 {
    font-size: 6vw;
  }
  .top-message-txt3 {
    font-size: 5vw;
  }
}
*/

/*下スクロールアイコン
*****************************/
.scroll a {
  position: absolute;
  top: 55%;
  left: 50%;
  /*z-index: 2;*/
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 50px;
  pointer-events:none;
  font-size: 16px;
  margin-left: -25px;
}

.scroll a:link,
.scroll a:visited,
.scroll a:hover,
.scroll a:active {
  color: #fff;
  text-decoration: none;
}

.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
}
.scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*背景をウィンドウ幅まで広げる
*****************************/
/*
.breaking-out {
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}

.section-container {
padding-right: calc(50vw - 50%);
padding-left: calc(50vw - 50%);
}
*/


/*背景色
*****************************/
.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-slant1 {
  background: linear-gradient(225deg, transparent  0%, transparent 40%, #003E7E 40%, #003E7E 100%);
}

.bg-slant2 {
  background: linear-gradient(135deg, transparent 0%, transparent 40%, #003E7E 40%, #003E7E 100%);
}

@media screen and (max-width: 991px) {
  .bg-slant1 {
    background: transparent;
  }
  .bg-slant2 {
    background: transparent;
    }
}

.bg-img-gray {
  background: url(../images/item/background/dust_scratches.png);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){
  .bg-img-gray {
    background: url(../images/item/background/dust_scratches_@2X.png);
  }
}


/*h3見出し
*****************************/
h3 {
  font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  color: #003E7E;
  font-size: 32px;
  line-height: 1.8;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 8%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003E7E;
  border-radius: 2px;
}


/* 下層ページ h3見出し */
#profile h3:before,
#products h3:before,
#procedures h3:before,
#services h3:before,
#access h3:before {
  bottom: -5px;
  width: 100%;
}

/* 英語表記 */
.en {
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
  color: #003E7E;
  font-size: 0.8em;
}


/*お知らせ
*****************************/
#breadcrumbs-news {
  margin-bottom: 0px;
  background: transparent;
}

#news {
  padding: 50px 0 100px;
}

@media only screen and (max-width: 479px) {
  #news {
    padding: 30px 0 100px;
  }
}

.table-news {
	width: 100%;
	table-layout: fixed;
  margin-top: 50px;
}

@media only screen and (max-width: 479px) {
  .table-news {
    margin-top: 30px;
  }
}

.table-news tr:nth-child(2n+1) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.table-news th,
.table-news td {
	padding: 1.5em;
	border: none;
}

.table-news th {
	width: 40%;
	text-align: right;
  padding-right: 50px;
  font-weight: bold;
}

.table-news td {
	text-align: left;
}

@media only screen and (max-width: 479px) {
	.table-news th,
  .table-news td {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.table-news th {
		padding-bottom: 0;
		text-align: left;
	}
}

#news .panel {
  margin-top: 50px;
}

.new {
	font-size: 0.8em;
	color: #FFF;
	display: inline-block;
	padding: 0.3em;
	background: #D65050;
	border-radius: 2px;
	margin-right: 10px;
}

#news-sub {
  padding: 50px 0 100px;
}

#news-sub .container-width {
  padding: 0 15px;
}


#news-sub h4 {
  font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
  font-weight: bold;
  margin: 20px 0 70px;
  position: relative;
  text-align: left;
  color: #003E7E;
  font-size: 28px;
  line-height: 1.8;
  border-bottom: solid 2px #003E7E;
}

@media only screen and (max-width: 479px) {
  #news-sub h4 {
    font-size: 24px;
  }
}

#news-sub h5 {
  font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
  font-weight: bold;
  margin: 70px 0 20px;
  position: relative;
  text-align: left;
  color: #003E7E;
  font-size: 22px;
  line-height: 1.8;
}

#news-sub .fas {
  margin-right: 2px;
  color: #003E7E;
}

.red {
  color: red;
}

.em {
  font-weight: bold;
  text-decoration: underline;
}

#news-sub ul {
  list-style: disc;
  padding-left: 20px;
}

#news-sub li {
  padding: 0.8em 0;
}

/* 埋め込み動画をレスポンシブ対応 */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 固定ヘッダーによるページ内リンクのズレ修正 */
#link-01:before,
#link-02:before,
#link-03:before,
#link-04:before,
#link-05:before {
content: "";
height: 100px;
margin-top: -100px;
display: block;
visibility: hidden;
}

@media only screen and (max-width: 479px) {
  #link-01:before,
  #link-02:before,
  #link-03:before,
  #link-04:before,
  #link-05:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
  }
}


/*オーバーラップ中央
*****************************/
#overlap-center {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/home/top-center.webp) center center / cover no-repeat fixed;
}

@media screen and (max-width: 1199px) {
  #overlap-center {
    background: url(../images/item/home/top-center.webp) no-repeat center center;
    background-size: cover;
  }
}


.overlap-center-wrapper {
  margin-bottom: 100px;
  padding: 150px 20px;
}

@media screen and (max-width: 479px) {
  .overlap-center-wrapper {
    margin-bottom: 50px;
  }
}

.overlap-text-center {
    max-width: 600px;
    min-height: 400px;
    padding: 20px 20px 40px;
}


/*オーバーラップ中央左右共通
*****************************/
.overlap-inner-txt {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 10px 30px;
}


/*オーバーラップ左右
*****************************/
.bg-clear-white {
    background: rgba(255, 255, 255, 0.9);
}

.img-box img {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img-box img {
    height: 350px;
  }
}

.object-fit-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.overlap-wrap {
  padding: 50px 0px;
  margin-bottom: 100px;
}

@media screen and (max-width: 479px) {
  .overlap-wrap {
    margin-bottom: 50px;
    padding: 0;
  }
}

.overlap-img-1 {
  position: relative;
  margin-left: -7px;
  max-height: 500px;
  margin-right: -20%;
  z-index: 1;
}

.overlap-text-1 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  min-height: 400px;
  padding: 20px 20px 40px;
  z-index: 2;
}

.overlap-img-2 {
  position: relative;
  padding-right: 7px;
  max-height: 500px;
  margin-left: -20%;
  z-index: 1;
}

.overlap-text-2 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  min-height: 400px;
  padding: 20px 20px 40px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
    .overlap-img-1 {
      margin-left: -12px;
    }
    .overlap-text-1 {
      margin: -130px 20px 0;
    }
    .overlap-img-2 {
      margin-left: -10px;
    }
    .overlap-text-2 {
      margin: -130px 20px 0;
    }
}

/* パネル上のボタン */
.fa-long-arrow-alt-right {
  padding-left: 8px;
}

.panel {
  text-align: center;
}

.button-db {
  position: relative;
  display: inline-block;
  padding: .8em 1.5em;
  background: transparent;
  color: #003E7E;
  border: solid 3px transparent;
  outline: solid 3px #003E7E;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.button-db:link,
.button-db:visited,
.button-db:hover,
.button-db:active {
  color: #003E7E;
  text-decoration: none;
  font-weight: bold;
}

.button-db:hover {
  background: #003E7E;
  color: #fff;
  border: solid 3px #fff;
  outline: solid 3px #003E7E;
}

/* 画像ホバーエフェクト */
.snip1500 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}

.snip1500 *,
.snip1500 *:before,
.snip1500 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1500 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1500 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 10px 10px;
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.snip1500 figcaption:before,
.snip1500 figcaption:after {
  height: 2px;
  width: 550px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1500 figcaption:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.snip1500 figcaption:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.snip1500 figcaption div:before,
.snip1500 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1500 figcaption div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1500 figcaption div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.snip1500 h2,
.snip1500 h4 {
  margin: 0;
  text-transform: uppercase;
}

.snip1500 h2 {
  font-weight: 400;
}

.snip1500 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}

.snip1500 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1500:hover img,
.snip1500.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1500:hover figcaption,
.snip1500.hover figcaption {
  opacity: 1;
}

.snip1500:hover figcaption:before,
.snip1500.hover figcaption:before,
.snip1500:hover figcaption:after,
.snip1500.hover figcaption:after,
.snip1500:hover figcaption div:before,
.snip1500.hover figcaption div:before,
.snip1500:hover figcaption div:after,
.snip1500.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1500:hover figcaption:before,
.snip1500.hover figcaption:before,
.snip1500:hover figcaption:after,
.snip1500.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


/*電話リンク
*****************************/
.tel-link {
}

#freedial-campaign {
  padding-top: 10px;
  line-height: 2.5;
}

#freedial-campaign img {
  vertical-align: middle;
}

.freedial-img {
  width: 45px;
  height: auto;
  padding-bottom: 5px;
}

.freedial-number {
  font-size: 1.3em;
  color: #689F38;
  font-weight: bold;
}

.freedial-img-small {
  width: 30px;
  height: auto;
  padding-bottom: 3px;
}

.freedial-number-small {
  color: #689F38;
  font-weight: bold;
}


/*Facebook
*****************************/
#info-facebook {
  margin-bottom: 70px;
}

@media screen and (max-width: 479px) {
  #info-facebook {
    margin-bottom: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  #facebook {
    display: none;
  }
}

#facebook-wrapper {
  width: 100%;
  height: 100%;
  padding: 13px;
  background: #fff;
  border: 1px solid #DEE2E6;
}

.pageplugin {
  text-align: center;
}


/*Youtube
*****************************/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}

.youtube-width {
  margin: 0 auto;
  max-width: 950px;
}

.bg-youtube {
  background-color: rgba(255, 255, 255, 0.2);
  /*
  background-image: url(../images/overlays/06.png);
  background-repeat: repeat;
  */
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

@media screen and (max-width: 479px) {
  .youtube iframe {
    padding: 10px;
  }
}


.bg-img-movie {
  padding-bottom: 30px;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/home/cherry-blossom-sky.webp) center center / cover no-repeat fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .bg-img-movie {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url(../images/item/home/cherry-blossom-sky.webp) no-repeat center center;
    background-size: cover;
  }
}

#top-movie {
  padding: 50px 0 100px;
  margin-bottom: 70px;
}

@media screen and (max-width: 479px) {
  #top-movie {
    margin-bottom: 50px;
  }
}

#top-movie h3 {
  color: #fff;
}

#top-movie h3:before {
  background-color: #fff;
}

#top-movie .en {
  color: #fff;
}

#top-movie p {
  color: #fff;
  padding: 20px;
  line-height: 2.3;
}

@media screen and (max-width: 479px) {
  #top-movie p {
    text-align: left;
  }
}


/*Google Map
*****************************/
.gmap {
  margin: 0;
  padding: 0;
}

.gmap iframe {
  width: 100%;
  height: 450px;
  vertical-align: bottom;
}


/*お問い合わせ
*****************************/
#contact {
  height: 450px;
  padding: 20px 0 50px;
}

.contact-txt {
  color: #fff;
  padding: 10px 20px 0;
}

.contact-img {
  margin-top: 20px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.4);
  /*background-image: url(../images/overlays/06.png);*/
  /*background-repeat: repeat;*/
}

.bg-img-contact {
  padding-bottom: 30px;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/item/contact/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bg-img-contact {
    padding-bottom: 30px;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/item/contact/contact-bg.webp) no-repeat center center;
    background-size: cover;
  }
}

#contact h3 {
  color: #fff;
}

#contact h3:before {
  background-color: #fff;
}

#contact .en {
  color: #fff;
}


/*個別ページ
*****************************/
#page-top {
  margin-top: 80px;
}

@media screen and (max-width: 479px) {
  #page-top {
    margin-top: 60px;
  }
}

#subpage-top-img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 479px) {
  #subpage-top-img {
    height: 130px;
  }
}

.news-top-img {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/item/subpage-top-img/news-sub.webp) center bottom / cover no-repeat fixed;
}

.profile-top-img {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/item/subpage-top-img/profile-sub.webp) center center / cover no-repeat fixed;
}

.products-top-img {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/item/subpage-top-img/products-sub.webp) center center / cover no-repeat fixed;
}

.procedures-top-img {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/subpage-top-img/procedures-sub.webp) center bottom / cover no-repeat fixed;
}

.services-top-img {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/subpage-top-img/services-sub.webp) center center / cover no-repeat fixed;
}

.access-top-img {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/item/subpage-top-img/access-sub.webp) center center / cover no-repeat fixed;
}

@media screen and (max-width: 1199px) {
  .news-top-img {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/item/subpage-top-img/news-sub.webp) no-repeat center center;
    background-size: cover;
  }
  .profile-top-img {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/subpage-top-img/profile-sub.webp) no-repeat center center;
    background-size: cover;
  }
  .products-top-img {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../images/item/subpage-top-img/products-sub.webp) no-repeat center center;
    background-size: cover;
  }
  .procedures-top-img {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/subpage-top-img/procedures-sub.webp) no-repeat center center;
    background-size: cover;
  }
  .services-top-img {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/item/subpage-top-img/services-sub.webp) no-repeat center center;
    background-size: cover;
  }
  .access-top-img {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/item/subpage-top-img/access-sub.webp) no-repeat center center;
    background-size: cover;
  }
}

#page-top h2 {
  font-family:
 "ヒラギノ明朝 ProN W6",
 "HiraMinProN-W6",
 "HG明朝E",
 "ＭＳ Ｐ明朝",
 "MS PMincho",
 "MS 明朝",
 serif;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

#page-top h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 8%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 479px) {
  #page-top h2 {
    padding-top: 30px;
    font-size: 24px;
  }
}

#page-top .en {
  color: #fff;
}

#breadcrumbs {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

#breadcrumbs-text {
  padding: 5px 10px;
  font-size: 14px;
}

#breadcrumbs-text .fa-angle-right {
  margin: 0 12px;
}

/* リード文 */
.lead-text-box {
  padding: 20px;
}

.lead-text {
  text-align: center;
  font-size: 1.05em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lead-text {
    font-size: 1em;
    line-height: 2;
  }
}


/*個別ページ「霊園概要」
*****************************/
#profile-images {
  padding-top: 30px;
}

#profile-images img {
  object-fit: cover;
  width: 100%;
  height: 280px;
  border: 1px solid #eee;
}

.profile-image-wrapper {
  margin-bottom: 30px;
}

.profile-image-text {
  width: 100%;
  background: #fff;
  padding: 0 20px 20px;
  text-align: left;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.profile-image-title {
  font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #003E7E;
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 479px) {
  .profile-image-title {
    font-size: 20px;
  }
}

#profile-images .fas {
  padding-right: 3px;
}

/* 空撮写真 */
#view {
  margin-bottom: 0px;
}

#view img {
  border: 1px solid #eee;
}

/*
@media screen and (max-width: 767px) {
  #view {
    display: none;
  }
}
*/

#view-text {
  background: #fff;
  /*margin-top: -10px;*/
  padding: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* ズーム */
.zoom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}

.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/item/profile/zoom-icon.png);
}

.zoom img {
  display: block;
}

.zoom img::selection { background-color: transparent; }

/* 航空写真 */
#google-aerial-view .map {
  margin-bottom: 30px;
}

#google-aerial-view .map iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}

/* 霊園概要テーブル */
#table-profile {
  background: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  #table-profile {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1199px) {
  #profile-0 {
    padding: 0;
    margin: 0;
  }
}

#table-profile th, #table-profile td {
	padding: 1.5em;
}

#table-profile th {
	width: 36%;
	text-align: right;
  background: #003E7E;
  color: #fff;
  font-weight: normal;
}


/*個別ページ「商品紹介」
*****************************/
#products {
}

/* スライダー画像透過 */
/*
.sp-slide.sp-selected {
  opacity: 1;
}
.sp-slide {
  opacity: 0.5;
}
*/

/* スライダー動画 */
.slider-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 0px;
}

.slider-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#campaign {
  padding-bottom: 70px;
}

@media screen and (max-width: 479px) {
  #campaign .lead-text {
    text-align: left;
  }
}

.item-text-bold {
  font-weight: bold;
  text-decoration : none;
}



#o-ihai-charnel,
#eternal-garden,
#eternal-garden-3,
#the-pure-land,
#the-pure-land-2,
#the-pure-land-3,
#go-shi-pagoda,
#reference-price,
#policy {
  padding: 70px 0;
}

@media screen and (max-width: 479px) {
  #campaign {
    padding-bottom: 50px;
  }
  #o-ihai-charnel,
  #eternal-garden,
  #eternal-garden-3,
  #the-pure-land,
  #the-pure-land-2,
  #the-pure-land-3,
  #go-shi-pagoda,
  #reference-price,
  #policy {
    padding: 30px 0 50px;
  }
}


/* 商品説明 */
.item-detail-title {
  background: #003E7E;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .item-detail-title {
    margin-top: 30px;
  }
}

ul.item-caption {
  padding: 20px;
  margin: 0;
}

ul.item-caption li {
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  line-height: 1.5;
}

.item-price {
  padding-top: 20px;
}

.price {
  font-weight: bold;
  color: #003E7E;
  font-size: 1.6em;
}

.remark {
  font-size: 0.9em;
}


/* 参考価格テーブル */
#reference-price table {
  background: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 479px) {
  #reference-price table {
    font-size: 0.9em;
  }
}

#reference-price table thead {
  background: #003E7E;
  color: #fff;
}

#reference-price table.tbodyhover tbody:hover{
	background: #003E7E;
  color: #fff;
}

#reference-price table.table thead td {
  border-bottom: none;
}

#reference-price table.table tbody {
  border: none;
}

#reference-price table.table td.middle {
  vertical-align: middle;
}

#reference-price tbody:nth-child(2n+1) {
  background: #f9f9f9;
}

#reference-price tbody:nth-child(2n) {
  background: #fff;
}


/* 墓所規約 */
.policy-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 40px;
  margin: 20px 0;
}

@media screen and (max-width: 479px) {
  .policy-box {
    padding: 20px;
  }
}

#policy dl {
  margin: 50px 0 50px;
}

#policy dt {
  margin-top: 20px;
}



/*個別ページ「各種手続き」
*****************************/
#procedures table {
  background: #fff;
}

@media screen and (max-width: 479px) {
  #procedures table {
    font-size: 0.9em;
  }
}

#procedures table th {
  background: #f9f9f9;
  width: 30%;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.table-caption-1 {
  background: #003E7E;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 10px;
  margin-top: 50px;
}

.table-caption-2 {
  background: #20a324;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 10px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .table-caption-1 {
    font-size: 1em;
    padding: 10px;
  }
  .table-caption-2 {
    font-size: 1em;
    padding: 10px;
  }
}

#things-necessary table th {
  width: 10%;
  text-align: center;
}

.table-gray {
  background: #f9f9f9;
}

.table-blue {
  background: #003E7E;
  color: white;
}

.table-beige {
  background:  #ffffd8;
}


#noukotsu {
  padding-bottom: 70px;
}

@media screen and (max-width: 479px) {
  #noukotsu {
    padding-bottom: 50px;
  }
}

#noukotsu .lead-text-box {
  padding: 40px 0 30px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/item/procedures/succession.webp) top center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

#noukotsu .lead-text {
  padding: 0 20px;
}

#noukotsu .contact-img {
  margin-top: 30px;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

#succession {
  padding: 70px 0;
}

#succession .lead-text-box {
  padding: 40px 0 30px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/item/procedures/succession.webp) top center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

#succession .lead-text {
  padding: 0 20px;
}

#succession .contact-img {
  margin-top: 30px;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 479px) {
  #succession {
    padding: 30px 0 50px;
  }
}



/*個別ページ「法要・法事」
*****************************/
#memorial-service  {
  padding-bottom: 70px;
}

#funeral-service {
  padding: 70px 0 70px;
}

#funeral-service img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.funeral-image-text {
  width: 100%;
  background: #fff;
  padding: 20px 20px 15px;
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

@media screen and (max-width: 479px) {
  #funeral-service {
    padding: 30px 0 70px;
  }
  #funeral-service img {
    height: 220px;
  }
}



/*個別ページ「交通アクセス」
*****************************/
#access-info {
  padding: 30px 0 70px;
}

.access-box {
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
}

.access-box-inner {
  padding-bottom: 15px;
}

.access-caption {
  background: #003E7E;
  padding: 10px;
  color: #fff;
}

.access-text {
  background: #fff;
  padding: 20px;
}

.access-text-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}

.access-text-wrapper p {
  display: inline-block;
  text-align: left;
}

#access-info .fa-3x {
  margin-bottom: 10px;
}

#access-info .sub-caption {
  margin-bottom: 15px;
  padding: 10px;
  background: #f3f3f3;
  font-weight: bold;
}

#access-info .map {
  margin-top: 30px;
  padding: 0;
}

#access-info .map iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}


/*トップへ戻る
*****************************/
.pagetop {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9998;
}

.pagetop a {
  display: block;
  background-color: #003E7E;
  text-align: center;
  padding-top: 14px;
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 479px) {
  .pagetop a {
    padding-top: 16px;
  }
}



/*フッター
*****************************/
#footer {
  padding: 30px 20px 30px;
  font-size: 1em;
  color: #fff;
}

#logo-footer {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  #address-footer {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #table-footer {
    display: none;
  }
}

.fa-caret-right {
  color: #fff;
  padding-right: 8px;
}

.footer-link a {
  color: #fff;
  text-decoration: none;
}

.footer-link a:link,
.footer-link a:visited,
.footer-link a:hover,
.footer-link a:active {
  color: #fff;
  text-decoration: none;
}

.footer-link a:hover {
  color: #aaa;
  text-decoration: none;
}

.bg-dark {
  background: #212121;
  color: #fff;
}

#copyright {
  padding: 20px 10px 10px;
}


/*お知らせ ギャラリー
*****************************/
#loading {
    text-align: center;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

#loading p {
    text-align: center;
    font-size: 70px;
}

#gallery {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 100vh;
  box-sizing: border-box;
}

#gallery.on {
    opacity: 1;
    max-height: 100%;
}

#gallery li {
  list-style-type: none;
  max-width: 360px;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  #gallery li {
    max-width: 90%;
    padding: 10px;
  }

#gallery li img {
  max-width: 100%;
  height: auto;
}

/*共通メディアクエリ
*****************************/
@media screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-br {
    display: block;
  }
}


/*IE11
*****************************/
_:lang(x)::-ms-backdrop, .top-message-txt1 {
  padding: 1.3rem 0.3rem 0rem;
  line-height: 1.5;
}

_:lang(x)::-ms-backdrop, .top-message-txt2 {
  padding: 1.3rem 0.3rem 0rem;
  line-height: 1.5;
}

_:lang(x)::-ms-backdrop, .top-message-txt3 {
  padding: 0.8rem 0.3rem 0rem;
}

_:lang(x)::-ms-backdrop, #global-navi li a {
  margin-top: 3px;
}

_:lang(x)::-ms-backdrop, .menu-btn__text {
  bottom: -20px;
}

@media screen and (max-width: 479px) {
  _:lang(x)::-ms-backdrop, .menu-btn__text {
    bottom: -12px;
  }
}

_:lang(x)::-ms-backdrop, nav.drawer-menu li a {
  padding-top: 0.2em;
}

_:lang(x)::-ms-backdrop, .table-news th {
  padding-top: 2em;
}

_:lang(x)::-ms-backdrop, .table-news td {
  padding-top: 2em;
}

_:lang(x)::-ms-backdrop, .button-db {
  padding-top: 1em;
  padding-bottom: 0.6em
}

_:lang(x)::-ms-backdrop, .pagetop a {
  padding-top: 1em;
}

_:lang(x)::-ms-backdrop, #table-profile th {
  padding-top: 1.8em;
}

_:lang(x)::-ms-backdrop, #table-profile td {
  padding-top: 1.8em;
}

_:lang(x)::-ms-backdrop, #table-footer td {
  padding-top: 1.2em;
}

_:lang(x)::-ms-backdrop, .snip1500 h2 {
  padding-top: 10px;
}

_:lang(x)::-ms-backdrop, .snip1500 h4 {
  padding: 10px 10px 0px;
}

_:lang(x)::-ms-backdrop, #breadcrumbs-text {
  padding-top: 0.7em;
}

_:lang(x)::-ms-backdrop, #page-top h2 {
  padding-top: 1.5em;
}

_:lang(x)::-ms-backdrop, #page-top h2:before {
  bottom: 0px;
}

_:lang(x)::-ms-backdrop, #subpage-top-img .en {
    margin-top: -37px;
}

_:lang(x)::-ms-backdrop, .item-detail-title  {
    padding-top: 0.7em;
}

_:lang(x)::-ms-backdrop, #reference-price td  {
    padding-top: 1.2em;
}

_:lang(x)::-ms-backdrop, .table-caption-1  {
    padding-top: 1.5em;
}

_:lang(x)::-ms-backdrop, .table-caption-2  {
    padding-top: 1.5em;
}

_:lang(x)::-ms-backdrop, #procedures table th {
  padding-top: 1.2em;
}

_:lang(x)::-ms-backdrop, #procedures table td {
  padding-top: 1.2em;
}

_:lang(x)::-ms-backdrop, #access-info .sub-caption {
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  _:lang(x)::-ms-backdrop, .table-caption-1 {
    padding-top: 1em;
  }
  _:lang(x)::-ms-backdrop, .table-caption-2 {
    padding-top: 1em;
  }
}

/*facebook pageplugin 各ブラウザ対応
*****************************/
_:lang(x)::-ms-backdrop, #facebook-wrapper { /* IE11 */
  padding-top: 2.5em;
}

_:-ms-lang(x)::backdrop, #facebook-wrapper { /* Edge */
  padding-top: 1.3em;
}

_:-moz-any(x), #facebook-wrapper { /* Firefox */
  padding-top: 1.3em;
}

/*ハック用
*****************************/

/* IE11
_:lang(x)::-ms-backdrop, .selector { color: ; } */

/* Edge
_:-ms-lang(x)::backdrop, .selector { color: ; } */

/* Chrome
_:lang(x)::-internal-media-controls-overlay-cast-button, .selector { color: ; } */

/* Safari
_:lang(x)::x-, .selector { color: blue; } */

/* Firefox
_:-moz-any(x), .selector { color: blue; } */
