@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
 
}
body.fixed {
    overflow: hidden;
    position: relative;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/** function */
/** mixins */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
行間計算
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333333;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 300;
  overflow: auto;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ▼▼▼ 20180925 visited link color delete ▼▼▼ */

/*
a {
  text-decoration: none;
  color: #007b8e;
}
*/
/* ▲▲▲ 20180925 visited link color delete ▲▲▲ */

/* ▼▼▼ 20180925 visited link color ▼▼▼ */


a:link {
  text-decoration: none;
  color: #007b8e;
}

a:visited {
  color: #8500b7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ▲▲▲ 20180925 visited link color ▲▲▲ */

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: 400;
}

input {
  padding: 0;
  border: none;
  background: none;
}

* {
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  padding: 6px;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333333;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background-color: #eef4fb;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

em {
  font-style: italic;
}

sup {
  font-size: 7px;
  font-size: 1.86667vw;
  vertical-align: super;
  position: relative;
  top: 0;
}

sub {
  font-size: 7px;
  font-size: 1.86667vw;
  vertical-align: baseline;
  position: relative;
  bottom: 0;
}

blockquote {
  background-color: #EEEFFF;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

::selection {
  background: #d4dcd6;
  /* Safari */
}

::-moz-selection {
  background: #d4dcd6;
  /* Firefox */
}

.pci {
  display: inline;
}

@media print, screen and (max-width: 767px) {
  .pci {
    display: none;
  }
}

.spi {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .spi {
    display: inline;
  }
}

.pc {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*parts*/
.u-w5 {
  width: 5%;
}

.u-w10 {
  width: 10%;
}

.u-w15 {
  width: 15%;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w35 {
  width: 35%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w50 {
  width: 50%;
}

.u-w55 {
  width: 55%;
}

.u-w60 {
  width: 60%;
}

.u-w65 {
  width: 65%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w85 {
  width: 85%;
}

.u-w90 {
  width: 90%;
}

.u-w95 {
  width: 95%;
}

.u-w100 {
  width: 100%;
}

.u-mtXS {
  margin-top: 2% !important;
}

.u-mtS {
  margin-top: 5% !important;
}

.u-mtM {
  margin-top: 9% !important;
}

.u-mtL {
  margin-top: 14% !important;
}

.u-mtXL {
  margin-top: 20% !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mbM {
  margin-bottom: 12% !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fsS {
  font-size: 10px;
  font-size: 2.66667vw;
}

.u-fsM {
  font-size: 14px;
  font-size: 3.73333vw;
}

.u-fsL {
  font-size: 17px;
  font-size: 4.53333vw;
}

.u-fsXL {
  font-size: 20px;
  font-size: 5.33333vw;
}

.u-fsXSp {
  font-size: 78% !important;
}

.u-fsSp {
  font-size: 90% !important;
}

.u-fsLp {
  font-size: 115% !important;
}

.u-fsXLp {
  font-size: 135% !important;
  line-height: 1;
}

.u-fwB {
  font-weight: bold !important;
}

.u-fwN {
  font-weight: normal !important;
}

.u-cDG {
  color: #017b90 !important;
}

.u-cLG {
  color: #00a0b8 !important;
}

.u-cG {
  color: #ccc !important;
}

.u-dpB {
  display: block !important;
}

.u-dpIB {
  display: inline-block !important;
}

.u-dpN {
  display: none !important;
}

.u-tdUL {
  text-decoration: underline !important;
}

.u-bB {
  border-bottom: 1px solid #ccc !important;
}

.u-bT {
  border-top: 1px solid #ccc !important;
}

.u-bBN {
  border-bottom: none !important;
}

.u-bTN {
  border-top: none !important;
}

.u-link:before {
  transform: rotate(45deg) translate(-50%, -50%);
}

.u-link.noIcon {
  padding-left: 0em;
}

.u-link.noIcon:before {
  display: none;
}

.c-breadclumb {
  list-style-type: none;
  background-color: #f7f7f7;
  padding: 4% 0 4% 2.66667%;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 1;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.c-breadclumb__list {
  /*display: flex;*/
  white-space: nowrap;
}

.c-breadclumb__list__item {
  flex: inherit;
  padding: 0;
  white-space: nowrap;
  margin-right: 1em;
  display:inline-block;
}

.c-breadclumb__list__item:not(:last-child):after {
  content: ">";
  margin-left: 1em;
}

.c-breadclumb__list__item:last-child {
  font-weight: 500;
  padding-right: 2.66667%;
}

.c-pagetitle {
  padding: 10.66667% 0;
  border-bottom: 1px solid #00a0b8;
  margin-bottom: 8.66667%;
}

.c-pagetitle__inner {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.c-pagetitle__inner .ico {
  display: table-cell;
  vertical-align: middle;
  
  
  
}

.c-pagetitle__inner .ico .c-catIcon {
  width: 15vw;
  margin-right: 10px;
  
  
}

.c-pagetitle__inner .txt {
  display: table-cell;
  vertical-align: middle;
}

.c-pagetitle__inner .txt h2 {
  font-size: 30px;
  font-size: 8vw;
  font-weight: 300;
  margin-bottom: 2.66667%;
}

.c-pagetitle__inner .txt p {
  font-size: 12px;
  font-size: 3.2vw;
  display: block;
}

.c-pagetitle__inner__noicon {
  text-align: center;
}

.c-subtitle {
  margin-bottom: 6%;
  text-align: center;
  padding: 0 4%;
}

.c-subtitle h2, .c-subtitle h3, .c-subtitle h4 {
  display: inline-block;
  font-size: 24px;
  font-size: 6.4vw;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 2%;
  position: relative;
}

.c-subtitle h2:after, .c-subtitle h3:after, .c-subtitle h4:after {
  content: "";
  position: absolute;
  width: 37.68116%;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #00a0b8;
  margin-left: -18.84058%;
}

.c-subtitle p {
  font-size: 10px;
  font-size: 2.66667vw;
  padding: 2% 0;
  margin-bottom: 0 !important;
}

.c-subtitle p.c-subtitle__txtTop {
  padding-top: 0;
}

.c-subtitle p.c-subtitle__txtBtm {
  padding-bottom: 0;
}

.c-subtitle__img {
  margin-bottom: 2%;
}

.c-subtitle__img img {
  width: 20%;
}

.c-subtitle.withBorderTop {
  padding-top: 9.33333%;
  border-top: 1px solid #ccc;
}

.c-content {
  padding: 0 4%;
  margin-bottom: 9.33333%;
  line-height: 1.7;
}

.c-related {
  border-top: 1px solid #ccc;
  padding: 9.33333% 4% 9.33333% 4%;
}

.c-catIcon {
  display: inline-block;
  background: #00a0b8;
  border:1px solid #00a0b8;
  }
.l-header__navItem .c-catIcon {
  display: inline-block;
  background: #00a0b8;
  padding:1.333333%;
  border:none;
  } 

.c-numList {
  font-size: 12px;
  font-size: 3.2vw;
  padding-left: 4%;
  margin-bottom: 5.33333%;
}

.c-numList li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
}

.c-numList02, .c-idt02List {
  font-size: 12px;
  font-size: 3.2vw;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 5.33333%;
}

.c-numList02 li, .c-idt02List li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  list-style-type: none;
}

.c-numList03 {
  font-size: 12px;
  font-size: 3.2vw;
  padding-left: 3.25em;
  text-indent: -3.25em;
  margin-bottom: 5.33333%;
}

.c-numList03 li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  list-style-type: none;
}

.c-dotList {
  font-size: 12px;
  font-size: 3.2vw;
  list-style-type: disc;
  padding-left: 5.33333%;
  margin-bottom: 5.33333%;
}

.c-dotList li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
}

.c-circleList, .c-idt01List {
  font-size: 12px;
  font-size: 3.2vw;
  list-style-type: none;
  margin-bottom: 5.33333%;
}

.c-circleList li, .c-idt01List li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.c-noStyleList {
  font-size: 12px;
  font-size: 3.2vw;
  list-style-type: none;
  margin-bottom: 5.33333%;
}

.c-noStyleList li {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
}

.c-historyList {
  margin-bottom: 5.33333%;
}

.c-historyList__item {
  border-top: 1px solid #ccc;
  zoom: 1;
}

.c-historyList__item:before, .c-historyList__item:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.c-historyList__item:after {
  clear: both;
}

.c-historyList__item__year {
  float: left;
  width: 26.08696%;
  padding: 1em 0;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333333;
}

.c-historyList__item__year .year {
  margin-bottom: 0;
  line-height: 1;
}

.c-historyList__item__year .era {
  font-size: 9px;
  font-size: 2.4vw;
}

.c-historyList__item__title {
  float: right;
  padding: 1em 0;
  width: 73.91304%;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333333;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}

.c-historyList__item__title:last-child {
  border-bottom: none;
}

.c-historyList__item__title .date {
  text-align: left !important;
  line-height: 1;
  font-size: 9px;
  font-size: 2.4vw;
  margin-bottom: 2.66667%;
}

.c-historyList__item__title .title {
  margin-bottom: 0;
}

.c-historyList__item:last-child {
  border-bottom: 1px solid #ccc;
}

.c-link-list {
  margin-bottom: 5.33333%;
}

.c-link-list__item {
  margin-bottom: 2.66667%;
}

.c-link-list__item:last-child {
  margin-bottom: 0;
}

.c-link-list__item a, .c-link-list__item p {
  font-size: 15px;
  font-size: 4vw;
  display: block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

.c-link-list__item a:before {
  content: " ";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  transform: rotate(45deg) translate(-50%, -50%);
}

.c-link-list__item a[target*=_blank]:after, .c-link-list__item p[target*=_blank]:after {
  content: " ";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  padding-top: 1em;
  background: url(/-/Media/Images/responsive/corporate/icons/ico_tagetB.png) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  margin-top: .1em;
}


.detailText .c-link-list__item a, .c-general__content .c-link-list__item a, .detailText .c-link-list__item p, .c-general__content .c-link-list__item p {
  font-size: 12px;
  font-size: 3.2vw;
}

.c-link-list__item p.note {
  padding-left: 1.5em;
  padding-top: 1.33333%;
  margin-bottom: 0;
}

.c-link-list__item.is--txt a {
  font-size: 15px;
  font-size: 4vw;
}

.c-link-list__item.is--txt a[target*=_blank]:after {
  content: none;
}

.c-link-list__item.is--txt a[target*=_blank] .c-link-listTitle:after {
  content: " ";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.7em;
  padding-top: 0.7em;
  background: url(/-/Media/Images/responsive/corporate/common/blank_icon.png) no-repeat;
  background-size: contain;
}

.c-link-listTxt {
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333333;
  line-height: 1.5;
  margin-top: 0.2em;
}

.c-link-list-lower {
  padding-top: 2.66667%;
  padding-left: 5.33333%;
}

.c-link-list-lower li a {
  font-size: 12px;
  font-size: 3.2vw;
}

.c-panel {
  padding-top: 9.33333%;
  border-top: 1px solid #ccc;
}

.c-panel__firstcontent {
  padding-top: 0;
  border-top: none;
}

.c-panel__list {
  padding: 0 4%;
  margin-bottom: 9.33333%;
}

.c-panel__list__item {
  border: 1px solid #00a0b8;
  margin-bottom: 5.33333%;
}

.c-panel__list__item__img img {
  vertical-align: top;
}

.c-panel__list__item__txt {
  padding: 5.33333% 4%;
}

.c-panel__list__item__title h3, .c-panel__list__item__title h4 {
  font-weight: 300;
  color: #017b90;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.2;
}

.c-panel__list__item__content {
  padding-top: 2.66667%;
  margin-right:1.3em;
}

.c-panel__list__item__content p {
  line-height: 2;
  color: #333333;
  font-size: 12px;
  font-size: 3.2vw;
}

.c-panel__list__item a {
  position: relative;
  display: block;
}

.c-panel__list__item a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: #00a0b8;
}

.c-panel__list__item a:after {
  content: " ";
  position: absolute;
  bottom: .3em;
  right: .8em;
  display: inline-block;
  width: .5em;
  padding-top: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}

.c-panel__list__item a[target*=_blank]:before {
  display: none;
}

.c-panel__list__item a[target*=_blank]:after {
  display: none;
}

.c-panel__list__item a[target*=_blank] .c-panel__list__item__txt {
  position: relative;
  padding-right: 10%;
}

.c-panel__list__item a[target*=_blank] .c-panel__list__item__txt:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.5em;
  padding-top: 1em;
  transform: translate(-50%, -50%);
  background: url(/-/Media/Images/responsive/corporate//icons/ico_tagetB.png) no-repeat;
  background-size: contain;
}

.c-panel__list__item .lowerLev {
  border-top: 1px solid #00a0b8;
  padding: 0 4%;
}

.c-panel__list__item .lowerLev li a:before {
  display: none;
}

.c-panel__list__item .lowerLev li a:after {
  bottom: 33%;
  right: 0;
  display: inline-block;
  width: .5em;
  padding-top: 0.5em;
  border-right: 1px solid #00a0b8;
  border-top: 1px solid #00a0b8;
  transform: rotate(45deg) translate(-50%, -50%);
}

.c-panel__list__item .lowerLev li a[target*=_blank] .c-panel__list__item__txt {
  padding: 5.33333% 0;
}

.c-panel__list__item .lowerLev li a[target*=_blank] .c-panel__list__item__txt:after {
  right: -4%;
}

.c-panel__list__item .lowerLev li a[target*=_blank]:after {
  display: none;
}

.c-panel__list__item .lowerLev li a .c-panel__list__item__title h4 {
  font-size: 15px;
  font-size: 4vw;
}

.c-panel__list__item .lowerLev li a .c-panel__list__item__title h4 span {
  font-size: 12px;
  font-size: 3.2vw;
  display: block;
  padding-top: .5em;
}

.c-panel__list__item .lowerLev li a .c-panel__list__item__txt {
  border-bottom: 1px solid #ccc;
  padding: 5.33333% 5% 5.33333% 0;
}

.c-panel__list__item .lowerLev li:last-child .c-panel__list__item__txt {
  border-bottom: none;
}

.c-2column-panel ul {
  zoom: 1;
}

.c-2column-panel ul:before, .c-2column-panel ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.c-2column-panel ul:after {
  clear: both;
}

.c-2column-panel ul li {
  width: 48%;
  display: inline-block;
}

.c-2column-panel ul li:nth-child(odd) {
  float: left;
  clear: left;
}

.c-2column-panel ul li:nth-child(even) {
  float: right;
}

.c-2column-panel ul li .c-panel__list__item__txt {
  padding: 14.66667% 4%;
}

.c-2column-panel ul li h4 {
  font-size: 15px;
  font-size: 4vw;
  text-align: center;
}

.c-2column-panel ul li a:before {
  width: 1.5em;
  height: 1.5em;
}

.c-2column-panel ul li a:after {
  content: " ";
  position: absolute;
  bottom: .1em;
  right: .6em;
  display: inline-block;
  width: .5em;
  padding-top: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}

.c-2column-panel ul li a.pcLink:after {
  content: " ";
  position: absolute;
  bottom: .3em;
  right: .2em;
  display: inline-block;
  width: 1em;
  padding-top: .8em;
  transform: none;
  background: url(/-/Media/Images/responsive/corporate//icons/icon_bid.svg) no-repeat;
  background-size: contain;
  border: none;
}

.c-document__list, .c-listFiles {
  padding: 0;
  margin-bottom: 5.33333%;
}

.c-document__list .c-document__list, .c-listFiles .c-document__list, .c-document__list .c-listFiles, .c-listFiles .c-listFiles {
  margin-top: 2.66667%;
}

.c-document__list__item, .c-listFiles__item {
  padding-left: 6.66667%;
  margin-bottom: 2.66667%;
  /*
  padding-top: .15em;
  padding-bottom: .15em;
  background-image: url(/-/Media/Images/responsive/corporate/icons/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 4.66667%;
  */
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  position: relative;
}
.c-document__list__item:before, .c-listFiles__item:before {
    content: " ";
    display: inline-block;
    width: 1em;
    padding-top: calc(49.49 / 41.51 * 1em);
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_pdf.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    vertical-align: inherit;
    position: absolute;
    left: 0;
    top: 0;
}

.c-document__list__item.csv, .csv.c-listFiles__item {
  /*background-size: 4.66667%;*/
}
.c-document__list__item.csv:before, .csv.c-listFiles__item:before {
  background-image: url(/-/Media/Images/responsive/corporate/icons/icon_csv.svg);
}

.c-document__list__item.word, .word.c-listFiles__item {
  /*background-size: 4.66667%;*/
}
.c-document__list__item.word:before, .word.c-listFiles__item:before {
  background-image: url(/-/Media/Images/responsive/corporate/icons/icon_word.svg);
}

.c-document__list__item.excel, .excel.c-listFiles__item {
  /*background-size: 4.66667%;*/
}
.c-document__list__item.excel:before, .excel.c-listFiles__item:before {
  background-image: url(/-/Media/Images/responsive/corporate/icons/icon_excel.svg);
}

.c-document__list__item.zip, .zip.c-listFiles__item {
  /*background-size: 4.66667%;*/
}
.c-document__list__item.zip:before, .zip.c-listFiles__item:before {
  background-image: url(/-/Media/Images/responsive/corporate/icons/icon_zip.svg);
}

.c-document__list__item .note, .c-listFiles__item .note {
  margin-bottom: 0;
}

.c-document__list__item span, .c-listFiles__item span {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 3.46667vw;
  padding-top: 0 !important;
  line-height: 1.35;
}

.c-document__list__item:last-child, .c-listFiles__item:last-child {
  margin-bottom: 0;
}

.c-document__list__item__inDt {
  padding-top: 0;
  padding-bottom: 0;
  /*background-size: 3.73333%;*/
  background: transparent;
  position: relative;
}
.c-document__list__item__inDt:before {
    content: " ";
    display: inline-block;
    width: 3.2vw;/*width: 3.73333%;*/
    padding-top: calc(49.49 / 41.51 * 3.2vw);/*padding-top: 2em;*/
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_pdf.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    vertical-align: inherit;
    position: absolute;
    left: 0;
    top: 0;
}

.c-document__list__item__inDt.csv {
  /*background-size: 3.73333%;*/
  background: transparent;
}
.c-document__list__item__inDt.csv:before {
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_csv.svg);
}

.c-document__list__item__inDt.word {
  /*background-size: 3.73333%;*/
  background: transparent;
}
.c-document__list__item__inDt.word:before {
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_word.svg);
}

.c-document__list__item__inDt.excel {
  /*background-size: 3.73333%;*/
  background: transparent;
}
.c-document__list__item__inDt.excel:before {
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_excel.svg);
}

.c-document__list__item__inDt.zip {
  /*background-size: 3.73333%;*/
  background: transparent;
}
.c-document__list__item__inDt.zip:before {
    background-image: url(/-/Media/Images/responsive/corporate/icons/icon_zip.svg);
}

.c-document__list__item__inDt span {
  font-size: 12px;
  font-size: 3.2vw;
}

.c-catupdates__withborder {
  padding-top: 9.33333%;
  border-top: 1px solid #ccc;
}

.c-catupdates__list {
  padding: 0 4%;
  margin-bottom: 1.33333%;
}

.c-catupdates__list__item {
  border-bottom: 1px solid #ccc;
}

.c-catupdates__list__item a {
  display: table;
  width: 100%;
}

.c-catupdates__list__item__date {
  display: table-cell;
  vertical-align: top;
  width: 34.78261%;
  padding: 1em 0;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333333;
  line-height: 2;
}

.c-catupdates__list__item__title {
  display: table-cell;
  padding: 1em 0;
  font-size: 12px;
  font-size: 3.2vw;
/* ▼▼▼ 20180925 visited link color delete ▼▼▼ */
/*
  color: #017b90;
*/
/* ▲▲▲ 20180925 visited link color delete ▲▲▲ */
  line-height: 2;
}

.c-catupdates__list__item:last-child {
  border-bottom: none;
}

.c-catupdates__year {
  padding: 0 4%;
}

.c-catupdates__year p {
  font-size: 18px;
  font-size: 4.8vw;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6.66667%;
  font-weight: 500;
}

.c-btn {
  margin-bottom: 9.33333%;
}

.c-btn__more {
  padding: 0 16.66667%;
}

.c-btn__more a {
  position: relative;
  display: block;
  border: 1px solid #00a0b8;
  padding: 1em;
  font-size: 15px;
  font-size: 4vw;
  text-align: center;
}

.c-btn__more :after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  transform: rotate(45deg) translate(-50%, -50%);
}

.c-updatesdetail, .c-general {
  padding: 0 4% 4% 4%;
}

.c-updatesdetail .detailText, .c-general .detailText, .c-updatesdetail .c-general__content, .c-general .c-general__content {
  padding-bottom: 5.33333%;
}

.c-updatesdetail .detailText:last-child, .c-general .detailText:last-child, .c-updatesdetail .c-general__content:last-child, .c-general .c-general__content:last-child {
  padding-bottom: 0;
}

.c-updatesdetail .detailText a.targetB, .c-general .detailText a.targetB, .c-updatesdetail .c-general__content a.targetB, .c-general .c-general__content a.targetB {
  text-decoration: underline;
}

.c-updatesdetail .detailText a.targetB:after, .c-general .detailText a.targetB:after, .c-updatesdetail .c-general__content a.targetB:after, .c-general .c-general__content a.targetB:after {
  content: " ";
  display: inline-block;
  width: 1em;
  padding-top: 1em;
  background: url(/-/Media/Images/responsive/corporate/icons/ico_tagetB.png) no-repeat center center;
  background-size: contain;
  padding-right: 1em;
  vertical-align: inherit;
}

.c-updatesdetail .detailText a.linkPdf, .c-general .detailText a.linkPdf, .c-updatesdetail .c-general__content a.linkPdf, .c-general .c-general__content a.linkPdf {
  text-decoration: underline;
}

.c-updatesdetail .detailText a.linkPdf:before, .c-general .detailText a.linkPdf:before, .c-updatesdetail .c-general__content a.linkPdf:before, .c-general .c-general__content a.linkPdf:before {
  content: " ";
  display: inline-block;
  width: 1em;
  padding-top: 1em;
  background: url(/-/Media/Images/responsive/corporate/icons/icon_pdf.svg) no-repeat center center;
  background-size: contain;
  padding-left: .5em;
  vertical-align: inherit;
}

.c-updatesdetail h4, .c-general h4 {
  text-align: left;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 5.33333%;
  padding-top: 2%;
}

.c-updatesdetail h5, .c-general h5 {
  text-align: left;
  font-size: 16px;
  font-size: 4.26667vw;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 5.33333%;
  padding-top: 2%;
}

.c-updatesdetail h6, .c-general h6 {
  text-align: left;
  font-size: 14px;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 1.33333%;
  padding-top: 2%;
  /*
			&:before{
				content: "■ ";
				display: inline-block;
				color: $color_darkG;
				margin-left: -1.5em;
    			float: left;
			}
			*/
}

.c-updatesdetail p, .c-general p {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  margin-bottom: 5.33333%;
}

.c-updatesdetail p a, .c-general p a {
  text-decoration: underline;
}

.c-updatesdetail p.date, .c-general p.date {
  text-align: right;
}

.c-updatesdetail p.note, .c-general p.note {
  font-size: 11px;
  font-size: 2.93333vw;
}

.c-updatesdetail p.heading, .c-general p.heading {
  font-size: 13px;
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 1.33333%;
  padding-top: 2%;
}

.c-updatesdetail address, .c-general address {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  margin-bottom: 5.33333%;
  font-style: normal;
}

.c-updatesdetail address a, .c-general address a {
  text-decoration: underline;
}

.c-updatesdetail .refref, .c-general .refref {
  font-size: 10px;
  font-size: 2.66667vw;
}

.c-updatesdetail .refDetail, .c-general .refDetail {
  font-size: 10px;
  font-size: 2.66667vw;
  margin-bottom: 5.33333%;
}

.c-updatesdetail .refDetail li, .c-general .refDetail li {
  line-height: 2;
}

.c-updatesdetail .refDetail.ind-w1, .c-general .refDetail.ind-w1 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-updatesdetail .refDetail.ind-w2, .c-general .refDetail.ind-w2 {
  padding-left: 2em;
  text-indent: -2em;
}

.c-updatesdetail .refDetail.ind-w3, .c-general .refDetail.ind-w3 {
  padding-left: 3em;
  text-indent: -3em;
}

.c-updatesdetail .refDetail.ind-w4, .c-general .refDetail.ind-w4 {
  padding-left: 4em;
  text-indent: -4em;
}

.c-updatesdetail .refDetail.ind-w5, .c-general .refDetail.ind-w5 {
  padding-left: 5em;
  text-indent: -5em;
}

.c-updatesdetail__img, .c-general__img {
  margin-bottom: 5.33333%;
}

.c-updatesdetail__img.half, .c-general__img.half {
  width:50%;
  margin:0 auto 5.33333%;
}
.c-updatesdetail__img.three-q, .c-general__img.three-q {
  width:75%;
  margin:0 auto 5.33333%;
}

.c-updatesdetail__img__inline, .c-general__img__inline {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -.25em;
}

.c-updatesdetail dl, .c-general dl {
  margin-bottom: 5.33333%;
  zoom: 1;
}

.c-updatesdetail dl:before, .c-general dl:before, .c-updatesdetail dl:after, .c-general dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.c-updatesdetail dl:after, .c-general dl:after {
  clear: both;
}

.c-updatesdetail dl dt, .c-general dl dt {
  font-size: 12px;
  font-size: 3.2vw;
  float: left;
  width: 18%;
  clear: left;
  line-height: 1.67;
}

.c-updatesdetail dl dt.wide, .c-general dl dt.wide {
  width: 8em;
}

.c-updatesdetail dl dd, .c-general dl dd {
  font-size: 12px;
  font-size: 3.2vw;
  float: left;
  width: 82%;
  line-height: 1.67;
}

.c-updatesdetail dl.u-fsS dt, .c-general dl.u-fsS dt, .c-updatesdetail dl.u-fsS dd, .c-general dl.u-fsS dd {
  font-size: 10px;
  font-size: 2.66667vw;
}

.c-updatesdetail dl.refDetail dt, .c-general dl.refDetail dt, .c-updatesdetail dl.refDetail dd, .c-general dl.refDetail dd {
  font-size: 10px;
  font-size: 2.66667vw;
}

.c-updatesdetail dl.dtWide02 dt, .c-general dl.dtWide02 dt {
  width: 25%;
}

.c-updatesdetail dl.dtWide02 dd, .c-general dl.dtWide02 dd {
  width: 75%;
}

.c-updatesdetail dl.dtWide03 dt, .c-general dl.dtWide03 dt {
  width: 30%;
}

.c-updatesdetail dl.dtWide03 dd, .c-general dl.dtWide03 dd {
  width: 70%;
}

.c-updatesdetail dl.dtWide04 dt, .c-general dl.dtWide04 dt {
  width: 35%;
}

.c-updatesdetail dl.dtWide04 dd, .c-general dl.dtWide04 dd {
  width: 65%;
}

.c-updatesdetail dl.dtWide05 dt, .c-general dl.dtWide05 dt {
  width: 40%;
}

.c-updatesdetail dl.dtWide05 dd, .c-general dl.dtWide05 dd {
  width: 60%;
}

.c-updatesdetail dl.dtWide06 dt, .c-general dl.dtWide06 dt {
  width: 100%;
  float: none;
}

.c-updatesdetail dl.dtWide06 dd, .c-general dl.dtWide06 dd {
  width: 100%;
  float: none;
}

.c-updatesdetail__table, .c-general__table {
  margin-bottom: 5.33333%;
}

.c-updatesdetail__table caption, .c-general__table caption {
  font-size: 11px;
  font-size: 2.93333vw;
  text-align: left;
  margin-bottom: 2.66667%;
}

.c-updatesdetail__table tr.btDouble, .c-general__table tr.btDouble {
  border-top: 3px double #ccc;
}

.c-updatesdetail__table th, .c-general__table th {
  padding: 1em;
  border: 1px solid #ccc;
  min-width: 5em;
  vertical-align: middle;
  font-weight: 300;
  line-height: 2;
  font-size: 12px;
  font-size: 3.2vw;
  /*
				&:last-child{
					border-top: none;
				}
*/
}

.c-updatesdetail__table th.colored, .c-general__table th.colored {
  background: #e5f5f8;
}

.c-updatesdetail__table th.grayed, .c-general__table th.grayed {
  background: #f5f5f5;
}

.c-updatesdetail__table th.darkGrayed, .c-general__table th.darkGrayed {
  background: #ededed;
}

.c-updatesdetail__table td, .c-general__table td {
  padding: 1em;
  border: 1px solid #ccc;
  border-left: 0;
  line-height: 2;
  font-size: 12px;
  font-size: 3.2vw;
}

.c-updatesdetail__table td.colored, .c-general__table td.colored {
  background: #e5f5f8;
}

.c-updatesdetail__table td.grayed, .c-general__table td.grayed {
  background: #f5f5f5;
}

.c-updatesdetail__table td.darkGrayed, .c-general__table td.darkGrayed {
  background: #ededed;
}

.c-updatesdetail__table .noLeftHeading td, .c-general__table .noLeftHeading td {
  border-left: 1px solid #ccc;
}

.c-updatesdetail__table .noBorder th, .c-general__table .noBorder th, .c-updatesdetail__table .noBorder td, .c-general__table .noBorder td {
  border: none;
  padding: 0;
  vertical-align: top;
}

.c-updatesdetail__table .th-taL th, .c-general__table .th-taL th {
  text-align: left;
}

.c-updatesdetail__table .th-taC th, .c-general__table .th-taC th {
  text-align: center;
}

.c-updatesdetail__table .th-taR th, .c-general__table .th-taR th {
  text-align: right;
}

.c-updatesdetail__table .th-vaT th, .c-general__table .th-vaT th {
  vertical-align: top;
}

.c-updatesdetail__table .th-vaM th, .c-general__table .th-vaM th {
  vertical-align: middle;
}

.c-updatesdetail__table .th-vaB th, .c-general__table .th-vaB th {
  vertical-align: bottom;
}

.c-updatesdetail__table .td-taL td, .c-general__table .td-taL td {
  text-align: left;
}

.c-updatesdetail__table .td-taC td, .c-general__table .td-taC td {
  text-align: center;
}

.c-updatesdetail__table .td-taR td, .c-general__table .td-taR td {
  text-align: right;
}

.c-updatesdetail__table .td-vaT td, .c-general__table .td-vaT td {
  vertical-align: top;
}

.c-updatesdetail__table .td-vaM td, .c-general__table .td-vaM td {
  vertical-align: middle;
}

.c-updatesdetail__table .td-vaB td, .c-general__table .td-vaB td {
  vertical-align: bottom;
}

.c-updatesdetail__table.scroll, .scroll.c-general__table {
  overflow-x: auto;
  white-space: nowrap;
}

.c-updatesdetail__table.scroll::-webkit-scrollbar, .scroll.c-general__table::-webkit-scrollbar {
  height: 5px;
}

.c-updatesdetail__table.scroll::-webkit-scrollbar-track, .scroll.c-general__table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.c-updatesdetail__table.scroll::-webkit-scrollbar-thumb, .scroll.c-general__table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.c-updatesdetail .c-document, .c-general .c-document, .c-updatesdetail .c-relatedLink, .c-general .c-relatedLink {
  /* padding-top: 20/750*100%; */
}

.c-updatesdetail .c-relatedLink h4, .c-general .c-relatedLink h4 {
  padding-top: 0;
}

.c-updatesdetail .inquiry, .c-general .inquiry {
  /* padding-top: 20/750*100%; */
  margin-bottom: 5.33333%;
}

.c-updatesdetail .inquiry h4, .c-general .inquiry h4 {
  margin-bottom: 2.66667%;
}

.c-updatesdetail .inquiry p, .c-general .inquiry p {
  font-size: 13px;
  font-size: 3.46667vw;
}

.c-updatesdetail .inquiry p:not(:last-child), .c-general .inquiry p:not(:last-child) {
  margin-bottom: 6.33333%;
}

.c-updatesdetail .inquiry p:last-child, .c-general .inquiry p:last-child {
  margin-bottom: 0%;
}

.c-updatesdetail .c-updates__list, .c-general .c-updates__list {
  padding: 0;
}

.c-updatesdetail .c-updates__listItem, .c-general .c-updates__listItem {
  border-bottom: 0;
  padding-top: 9.33333%;
}

.c-updatesdetail .c-updates__navNum02 .c-updates__navItem, .c-general .c-updates__navNum02 .c-updates__navItem {
  width: 50%;
}

.c-updatesdetail .c-updates__navNum03 .c-updates__navItem, .c-general .c-updates__navNum03 .c-updates__navItem {
  width: 33%;
}

.c-updatesdetail .c-updates__navNum04 .c-updates__navItem, .c-general .c-updates__navNum04 .c-updates__navItem {
  width: 25%;
}

.c-updatesdetail .c-updates__navNum05 .c-updates__navItem, .c-general .c-updates__navNum05 .c-updates__navItem {
  width: 20%;
}

.c-updates__img {
  width: 12.53333%;
  margin: 0 auto;
}

.c-updates__ttl {
  text-align: center;
  margin-top: 5%;
  font-size: 23px;
  font-size: 6.13333vw;
}

.c-updates__listLink {
  text-align: center;
  margin-top: 3%;
}

.c-updates__navwrap {
  padding: 0 4%;
  border-bottom: 1px solid #00a0b8;
}

.c-updates__nav {
  display: flex;
  justify-content: space-around;
}

.c-updates__navItem {
  width: 31%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 5em;
  cursor: pointer;
}

.c-updates__navItem:last-child {
  border-right: 1px solid #ccc;
}

.c-updates__navItem span {
  width: 100%;
  display: block;
  padding: 1em 0.5em;
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.2;
  color: #017b90;
}

.c-updates__navItem span:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 0.5em;
  background: #fff;
}

.c-updates__navItem.current span {
  color: #000;
}

.c-updates__navItem.current span:after {
  background: #00a0b8;
}

.c-updates__list {
  background: #FFF;
  padding: 0 4%;
  margin-bottom:2rem;
}

.c-updates__listItem {
  /*border-bottom: 1px solid #aaa;*/
}

.c-updates__listItem:last-child {
  border-bottom: none;
}

.c-updates__listItemLink {
  position: relative;
  display: table;
  width: 100%;
}

.c-updates__subinfo {
  display: table-cell;
  width: 34.78261%;
  vertical-align: top;
  padding: 6.66667% 0;
}

.c-updates__info {
  display: table-cell;
  vertical-align: top;
  padding: 6.66667% 0;
}

.c-updates__itemTag {
  display: block;
  border: 1px solid #ccc;
  color: #333333;
  padding: 0.5em;
  line-height: 1;
  width: 9.5em;
  text-align: center;
  font-size: 10px;
  font-size: 2.66667vw;
}

.c-updates__infoDate {
  line-height: 2;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333333;
}

.c-updates__infoText {
  line-height: 2;
  font-size: 12px;
  font-size: 3.2vw;
}

.c-tablikeLink {
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.33333%;
}

.c-tablikeLink__item {
  width: 48%;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.c-tablikeLink__item:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}

.c-tablikeLink__item a {
  display: block;
  position: relative;
  padding-left: 1.25em;
}

.c-tablikeLink__item a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #007b8e;
  border-right: 1px solid #007b8e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  transform: rotate(45deg);
}

.c-tablikeLink__item.current a {
  padding-left: 0;
  color: #333333;
  font-weight: 500;
}

.c-tablikeLink__item.current a:after {
  display: none;
}

.c-anker__list__item {
  font-size: 15px;
  font-size: 4vw;
  margin-bottom: 4%;
  display: inline-block;
  padding: 0 2em 0 1.2em;
  background: url(/-/Media/Images/responsive/corporate//icons/icon_arrowDown.svg) no-repeat left 0.3em;
  background-size: .8em auto;
}

.c-emergency {
  margin-bottom: 8%;
}

.c-emergency__ttl {
  background: #f86a00;
  padding: 3.33333% 4%;
  margin-bottom: 2.66667%;
}

.c-emergency__ttl h3 {
  font-size: 18px;
  font-size: 4.8vw;
  color: #FFF;
  background: url(/-/Media/Images/responsive/corporate/icons/icon_emergency_white.svg) no-repeat left top;
  background-size: contain;
  line-height: 1.4;
  padding-left: 10%;
  vertical-align: bottom;
}

.c-emergency .c-link-list {
  padding: 0 4%;
}

.c-basicTxt {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  margin-bottom: 5.33333%;
}

.c-withHeadIco {
  display: flex;
}

.c-withHeadIco img {
  width: auto;
  height: min-content;
  padding-right: .5em;
  margin-top: .2em;
}

.c-rss {
  text-align: right;
  padding: 4% 4% 0 4%;
}

.c-rss a {
  display: inline-block;
  background: #00a0b8;
  padding: .5em;
}

.c-rss a img {
  width: 1.5em;
}

.c-select-std {
  font-size: 16px;
  font-size: 4.26667vw;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #007b8e;
  margin: 5.33333% 0;
  padding: 4% 10.66667% 4% 4%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-select-std::-ms-expand {
  display: none;
}

.c-select-std-wrap {
  position: relative;
}

.c-select-std-wrap:first-child .c-select-std {
  margin-top: 0;
}

.c-select-std-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top: 0.6em solid #007b8e;
  position: absolute;
  top: 46%;
  right: 4%;
}

.c-float-wrap {
  zoom: 1;
}

.c-float-wrap:before, .c-float-wrap:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.c-float-wrap:after {
  clear: both;
}

.c-float__left {
  min-width: 100%;
  /* PCでフロートして、SPでフロートしない用。PC対応時にautoにする記述を足すこと。*/
}

.c-float__left__sp {
  min-width: auto;
  /* SP用でもfloatする用。*/
  float: left;
  /* SP用でもfloatする用。*/
}

.c-float__right {
  min-width: 100%;
  /* PCでフロートして、SPでフロートしない用。PC対応時にautoにする記述を足すこと。*/
}

.c-float__right__sp {
  min-width: auto;
  /* SP用でもfloatする用。*/
  float: right;
  /* SP用でもfloatする用。*/
}

.c-movie, .c-gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5.33333%;
}

.c-movie iframe, .c-gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-map__img img {
  width: auto;
}

@media print, screen and (max-width: 767px) {
  .c-map__img img {
    width: 100%;
  }
}

.c-garelly__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.33333%;
}

.c-garelly__list__item {
  width: 48%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.c-garelly__list__item a {
  display: block;
  width: 100%;
}

.c-garelly__list__item__img {
  border: 1px solid #ddd;
  margin-bottom: 4%;
}

.slider-container {
  display: none;
}

.slider-container.initialized {
  display: block;
}

#cboxOverlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
}

#colorbox {
  z-index: 10000;
  background: #fff;
}

#cboxClose {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/-/Media/Images/responsive/corporate//icons/icon_close02.png) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  padding: 0;
  border: 0;
}

.ui-nav {
  padding: 0% 4% 8%;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
}

.ui-nav a {
  color: #fff;
  background-color: #007b8e;
  display: block;
  padding: 5.33333% 0 5.33333% 14.66667%;
  position: relative;
}
.ui-nav__navItem{
	text-align:right;}
.ui-nav .u-link {
    color: #007b8e;
    font-size: 12px;
    font-size: 3.2vw;
    padding-left: 1.2em;
    position: relative;
    display: inline-block;
    line-height: 1.4;
	background-color: #fff;
}
.ui-nav__item:nth-child(n+2) {
  margin-top: 5.33333%;
}

.ui-nav__item--drivers a {
  background-image: url(/-/Media/Images/responsive/corporate//icons/icon_drivers_white.svg);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 7%;
}

.ui-nav__item--drivers a:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 0.8em;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  background: url(/-/Media/Images/responsive/corporate//icons/ico_targetB_white.png) no-repeat center;
  background-size: contain;
}


.ui-nav-close {
    background: #fff;
    padding: 0 0 8%;
    text-align: center;
}
.ui-nav-close__btn {
    display: inline-block;
    padding: 0.8em 1.8em;
    font-size: 13px;
    font-size: 3.46667vw;
    color: #007b8e;
    background-color: #fff;
    border: 1px solid #007b8e;
}

.ui-g-language__btn {
  background: url(/-/Media/Images/responsive/corporate//icons/icon_language_white.svg) no-repeat 5% center;
  background-size: 6%;
}

.ui-g-language__btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.5em 0.4em;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-25%) !important;
}

.ui-g-language__btn.open:after {
  content: "" !important;
  border-top-color: transparent;
  border-bottom-color: #fff;
  transform: translateY(-75%) !important;
}

.ui-g-languageMenu {
  display: none;
  border-top: 1px solid #fff;
}

.ui-tab {
  padding: 0 4%;
  border-bottom: 1px solid #00a0b8;
  display: table;
  width: 100%;
  justify-content: space-between;
}

.ui-tab__item {
  padding: 1.2em 2% 1.7em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 1.3;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 4vw;
  color: #017b90;
  cursor: pointer;
}

.ui-tab__item:last-child {
  border-right: 1px solid #ccc;
}

.ui-tab__item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 0.5em;
  background: #fff;
}

.ui-tab__item.is-act {
  background-color: #fff;
  color: #333333;
}

.ui-tab__item.is-act:after {
  background: #00a0b8;
}

.ui-tab__item .c-updates__navItem.current span:after {
  background: #00a0b8;
}

.ui-tab.is-tab02 .ui-tab__item {
  width: 50%;
}

.ui-tab.is-tab03 .ui-tab__item {
  width: 33.3%;
}

.ui-tab.is-tab04 .ui-tab__item {
  width: 24%;
  font-size: 85%;
}

.ui-tab__block {
  padding-top: 9.33333%;
}

.ui-tab__block__item:not(:first-child) {
  display: none;
}

.ui-slide {
  margin-left: auto;
  margin-right: auto;
}

.ui-slideItem__txt {
  margin-top: 3%;
  line-height: 1.4;
}

.ui-slide--single {
  width: 90%;
}

.ui-slide--single .slick-prev:before, .ui-slide--single .slick-next:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
}

.ui-slide--single .slick-next:before {
  transform: translateY(-50%) rotate(-135deg);
  right: 3%;
}

.ui-slide--single .slick-prev:before {
  left: 3%;
}

.ui-colorbox {
  height: 0;
  opacity: 0;
}

.ui-colorbox__inner {
  padding: 4%;
}

.ui-colorbox__inner .note {
  text-align: right;
  margin-bottom: 0;
}

.ui-colorbox__inner .slider__img {
  padding: 5px;
}

.ui-colorbox__inner .slider__thumb {
  padding: 5px;
}

/*elements*/
.l-footer {
  border-top: 2px solid #017b90;
}

.l-footer__logo {
  padding: 4% 0;
  background: #fafafa;
}

.l-footer__logo a {
  display: block;
  width: 10.66667%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  font-size: 11px;
  font-size: 2.93333vw;
}

.l-footer__logo a p {
  margin-top: 25%;
}

.l-footer__links {
  border-top: 1px solid #ccc;
  background: #FFF;
}

.l-footer__level-links {
  font-size: 12px;
  font-size: 3.2vw;
  padding: 5.33333% 5.33333% ;
  text-align: right;
  border-bottom: none;
}

.l-footer__level-links a {
  display: inline-block;
  padding: 0;
  margin: 0 1%;
}

.l-footer__linksItem {
  position: relative;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-size: 4vw;
}

.l-footer__linksItem:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 5%;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.l-footer__linksItem.blank:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  display: inline-block;
  width: 0.7em;
  padding-top: 0.7em;
  transform: translate(-50%, -50%);
  background: url(/-/Media/Images/responsive/corporate/common/blank_icon.png) no-repeat;
  background-size: contain;
}

.l-footer__linksItem a {
  display: block;
  padding: 1em 0 1em 10%;
}

.l-footer__sLinks {
  padding: 0 10%;
}

.l-footer__sLinksItem {
  margin-bottom: 5%;
  font-size: 12px;
  font-size: 3.2vw;
}

.l-footer__sLinksItem a.blank {
  display: inline-block;
  padding-right: 3.5em;
  position: relative;
}

.l-footer__sLinksItem a.blank:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  display: inline-block;
  width: 1.5em;
  padding-top: 1em;
  transform: translate(-50%, -50%);
  background: url(/-/Media/Images/responsive/corporate/icons/ico_tagetB.png) no-repeat;
  background-size: contain;
}

.l-footer__bottom {
  position: relative;
  margin-top: 20%;
  background: #222222;
  padding: 8% 0;
  text-align: center;
}

.l-footer__bottom__simple {
  margin-top: 0;
}

.l-footer__topBtn {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 15.46667%;
}

.l-footer__topBtn.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.l-footer__bottomText01 {
  color: #c8c8c8;
  font-size: 8px;
  font-size: 2.13333vw;
  margin-bottom: 4%;
}

.l-footer__bottomText02 {
  color: #FFF;
  font-size: 9px;
  font-size: 2.4vw;
}

.l-footer__simple {
  border-top: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  /*header NAVI*/
}

.l-header__main {
  zoom: 1;
  border-top: solid 5px #00a0b8;
  padding: 4% 4% 4.66667% 4%;
}

.l-header__main:before, .l-header__main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.l-header__main:after {
  clear: both;
}

.l-header__mainLogo {
  display: inline-block;
  width: 51%;
}

.l-header__mainMenu {
  display: inline-block;
  float: right;
  width: 9.33333%;
  text-align: center;
  background-color: #017b90;
}

.l-header__mainMenu a {
  display: block;
  vertical-align: middle;
  line-height: 1;
}

.l-header__mainMenu a img {
  margin-left: auto;
  margin-right: auto;
  padding: 35.71429% 22.85714%;
}

.l-header__nav {
  position: absolute;
  top: 100%;
  border-top: 1px solid #bbb;
  display: none;
  background: #FFF;
  width: 100%;
  overflow: auto;
}

.l-header__serchWrap {
  display: flex;
  border: 1px solid #999;
}

.l-header__serchWrap > * {
  display: block;
}

.l-header__navItem {
  font-size: 17px;
  font-size: 4.53333vw;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: -1px;
  position: relative;
}

.l-header__navItem > a {
  position: relative;
  left: 0;
  transition: 0.4s;
}

.l-header__navItem.slideOut {
  border-bottom: none;
}

.l-header__navItem.slideOut > a {
  left: -100%;
}

.l-header__navItem .c-catIcon {
  width: 6.93333%;
  padding: 0.66667%;
  margin-right: 2.66667%;
}

.l-header__navItem a {
  display: block;
  padding: 5% 0 5% 8%;
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 8%;
}

.l-header__navItem--info > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_traffic_blue.svg);
}

.l-header__navItem--root > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_search_blue.svg);
}

.l-header__navItem--use > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_use_blue.svg);
}

.l-header__navItem--price > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_fee_blue.svg);
}

.l-header__navItem--joy > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_fun_blue.svg);
}

.l-header__navItem--list {
  font-size: 12px;
  font-size: 3.2vw;
  padding: 5.33333%;
  text-align: right;
  border-bottom: none;
}

.l-header__navItem--list a {
  display: inline-block;
  padding: 0;
  margin: 0 1%;
}

.l-header__navItem--sitemap > a {
  background-image: url(/-/Media/Images/responsive/customer/icons/icon_sitemap_blue.svg);
}


.l-header__navBtn {
  display: block;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0em;
  z-index: 5;
}

.l-header__navItem > .l-header__navBtn {
  background: url(/-/Media/Images/responsive/corporate/common/icon_arrow03.png) no-repeat center;
  background-size: 0.65em auto;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.l-header__navItem > .l-header__navBtn.open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.l-headerNavChild .l-header__navBtn {
  height: 3em;
}

.l-headerNavChild .l-header__navBtn:after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  font-size: 17px;
  font-size: 4.53333vw;
  text-align: center;
  color: #007b8e;
}

.l-headerNavChild .l-header__navBtn.open:after {
  content: "－";
}

.l-header__navLink {
  position: relative;
}

.l-headerNavChild {
  display: none;
  line-height: 1.3;
}

.l-headerNavChild--child {
  border-top: 1px solid #bbb;
}

.l-headerNavChild__item {
  position: relative;
}

.l-headerNavChild__item:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
}

.l-headerNavChild--child > .l-headerNavChild__item:first-child:before {
  content: none;
}

.l-headerNavChild__item a {
  font-size: 13px;
  font-size: 3.46667vw;
  padding: 4.53333% 10.66667% 4.53333% 14.66667%;
  position: relative;
}

.l-headerNavChild__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.66667%;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.l-headerNavChild__item a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.9em;
  padding-top: 0.9em;
  background: url(/-/Media/Images/responsive/customer/common/blank_icon.png) no-repeat;
  background-size: contain;
}

.l-headerNavChild--grand a {
  padding-left: 20%;
}

.l-headerNavChild--grand a:before {
  left: 16%;
}

.l-header__navItem--search {
  border-bottom: none;
  margin-top:1px;
}

.l-header__navItem--search input {
  border: 0;
  outline: 0;
  width: 90%;
  font-size: 13px;
  font-size: 3.46667vw;
}

.l-header__navItem--search button {
  border: 0;
  outline: 0;
  padding: 3.33333% 1%;
  font-size: 15px;
  font-size: 4vw;
  width: 10%;
  background: #fff;
}

.l-header__navItem--search button img {
  width: 1.5em;
}

.l-header__navLink {
  position: relative;
}

.l-header__navLink--toggle:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 17px;
  font-size: 4.53333vw;
  text-align: center;
  color: #007b8e;
}

.l-header__navLink--toggle:before {
  display: none !important;
}

.l-header__navLink--toggle.open:after {
  content: "－";
}

.l-header__navLink--toggle.secondLow:after {
  content: "\00bb";
}

.l-header__navLink--toggle.secondLow.open:after {
  content: "\00ab";
}

.l-header__navLink--notoggle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  display: inline-block;
  width: 0.4em;
  padding-top: 0.4em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  transform: rotate(45deg) translate(-50%, -50%);
}

.l-headerNavChild {
  display: none;
  line-height: 1.3;
}

.l-headerNavChild:not(.l-headerNavChild--grand) {
  border-top: 1px solid #bbb;
}

.l-headerNavChild__item {
  position: relative;
}

.l-headerNavChild__item:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
}

.l-headerNavChild__item:first-child:before {
  display: none;
}



/*pages*/
#top .p-updates__ttl {
  border-top: 1px solid #ccc;
  padding-top: 13.33333%;
  padding-bottom: 6.66667%;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 24px;
  font-size: 6.4vw;
}

#top .p-panelMenu {
  border-top: 1px solid #ccc;
  padding-bottom: 6.66667%;
}

#top .p-panelMenuCat:first-child {
  padding-top: 12%;
}

#top .p-panelMenuCat__ttl {
  display: table;
  width: 92%;
  position: relative;
  margin-bottom: 6.66667%;
  margin-left: auto;
  margin-right: auto;
}

#top .p-panelMenuCat__ttl__inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3.62319%;
}

#top .p-panelMenuCat__ttl__inner h2 {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 300;
}

#top .p-panelMenuCat__ttl__inner p {
  font-size: 9px;
  font-size: 2.4vw;
  padding-top: 1em;
}

#top .p-panelMenuCat__ttl .c-catIcon {
  display: table-cell;
  width: 15.94203%;
  vertical-align: middle;
}

#top .p-panelMenuCat__ttl:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#top .p-informationList__ttl {
  border-top: 1px solid #ccc;
  padding-top: 13.33333%;
  padding-bottom: 6.66667%;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 24px;
  font-size: 6.4vw;
}

#top .p-informationList__linksItem {
  position: relative;
  line-height: 1.2;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-size: 3.2vw;
}

#top .p-informationList__linksItem:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#top .p-informationList__linksItem.blank:before {
  display: none;
}

#top .p-informationList__linksItem.blank:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 3%;
  display: inline-block;
  width: 1.5em;
  padding-top: 1em;
  transform: translate(-50%, -50%);
  background: url(/-/Media/Images/responsive/corporate/icons/ico_tagetB.png) no-repeat center right;
  background-size: contain;
}

#top .p-informationList__linksItem a {
  display: block;
  padding: 1em 10% 1em 4%;
}

#top .p-slide .slick-dots {
  position: inherit;
  bottom: 0;
  padding-top: 4%;
}

#top .p-slide .slick-dots li {
  width: 10px;
  height: 10px;
}

#top .p-slide .slick-dots li button {
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#top .p-slide .slick-dots li button:before {
  content: none;
  display: none;
}

#top .p-slide .slick-dots li.slick-active button {
  background: #017b90;
}

#top .p-slideList__slide01 {
  margin-bottom: 9.33333%;
}

#top .p-slideList__slide01 .slick-slide {
  opacity: .5;
}

#top .p-slideList__slide01 .slick-slide.slick-active {
  opacity: 1;
}

#top .p-slideList__ttl {
  border-top: 1px solid #ccc;
  padding-top: 13.33333%;
  padding-bottom: 6.66667%;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 24px;
  font-size: 6.4vw;
}

#top .p-slideList__itemTitle {
  padding-top: 3.33333%;
  text-align: center;
  color: #017b90;
  font-size: 18px;
  font-size: 4.8vw;
}

#top .p-slideList__itemText {
  padding-top: 2%;
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-size: 4vw;
}

#top .p-slide#mainV .p-slide__list {
  margin-bottom: 13.33333%;
}

#top .p-slide#mainV .p-slide__list .slick-dots {
  padding-top: 2%;
}

#top .p-slide#mainV .p-slide__item {
  position: relative;
}

#top .p-slide#mainV .p-slide__item .p-slide__caption {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: block;
}

#top .p-slide#mainV .p-slide__item .p-slide__caption span {
  background-color: rgba(2, 93, 109, 0.9);
  color: #fff;
  display: inline-block;
  padding: 4%;
  font-size: 18px;
  font-size: 4.8vw;
}

#top .p-mail {
  border-top: 1px solid #ccc;
  padding-top: 9.33333%;
  padding-bottom: 9.33333%;
}

#top .p-mail__list {
  padding: 0 15px;
}

#top .p-mail__item a {
  display: block;
  padding: 4% 6%;
  border: 1px solid #017b90;
}

#top .p-mail__item a p {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 4% 6%;
}

#top .p-mail__item a p span {
  text-align: left;
  font-size: 15px;
  font-size: 4vw;
  position: relative;
  display: block;
}

#top .p-mail__item a p span:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.5em;
  padding-top: 1em;
  transform: translate(-50%, -50%);
  background: url(/-/Media/Images/responsive/corporate//icons/ico_tagetB.png) no-repeat;
  background-size: contain;
}

#top .p-mail__item:nth-child(1) {
  margin-bottom: 5.33333%;
}

#top .p-mail__item:nth-child(1) a {
  background: url(/-/Media/Images/responsive/corporate//top/bg_mailservice.png) no-repeat center center;
  background-size: cover;
}

#top .p-mail__item:nth-child(1) a p:before {
  content: " ";
  display: block;
  padding-top: 10.66667%;
  margin-bottom: 3.33333%;
  background: url(/-/Media/Images/responsive/corporate//icons/icon_mailService.svg) no-repeat center center;
  background-size: contain;
}

#top .p-mail__item:nth-child(2) a {
  background: url(/-/Media/Images/responsive/corporate//top/bg_mailmagazine.png) no-repeat center center;
  background-size: cover;
}

#top .p-mail__item:nth-child(2) a p:before {
  content: " ";
  display: block;
  padding-top: 7.33333%;
  margin-bottom: 4.66667%;
  background: url(/-/Media/Images/responsive/corporate//icons/icon_mailmagazine.svg) no-repeat center center;
  background-size: contain;
}

#top .c-updates__list {
  margin-bottom: 6.66667%;
}

#top .c-updates__listItem:last-child {
  /*border-bottom: 1px solid #ccc;*/
}

#top .c-2column-panel ul li .c-panel__list__item__title {
  display: table;
  width: 100%;
}

#top .c-2column-panel ul li .c-panel__list__item__title h4 {
  text-align: left;
  padding-left: 1.33333%;
  height: 2.5em;
  vertical-align: middle;
  display: table-cell;
  font-size: 15px;
  font-size: 4vw;
}

#top .c-2column-panel ul li:last-child, #top .c-2column-panel ul li:nth-last-child(2) {
  margin-bottom: 0;
}

#business .c-updates__navItem {
  width: 50%;
}

#business .c-updates__listItem {
  border-bottom: none;
  padding-top: 0;
}

#business .c-updates__listItem a {
  border-bottom: 1px solid #ccc;
}

#business .c-updates__listItem a:last-child {
  border-bottom: none;
}

#business .c-updates__listItem:not(:first-child) {
  display: none;
}

.p-emergency {
  background: #f86a00;
  padding: 3.33333% 4%;
}

.p-emergency__ttl {
  font-size: 17px;
  font-size: 4.53333vw;
  color: #FFF;
  background: url(/-/Media/Images/responsive/corporate/icons/icon_emergency_white.svg) no-repeat left top;
  background-size: contain;
  line-height: 1.4;
  padding-left: 10%;
  vertical-align: bottom;
}

.p-emergency__text {
  font-size: 14px;
  font-size: 3.73333vw;
  margin-top: 2.17391%;
}

.p-emergency__text a {
  color: #333333;
}

.p-sitemap {
  padding: 0 4% 9.33333% 4%;
}

.p-sitemap > .c-link-list > .c-link-list__item {
  margin-bottom: 5.33333%;
}

.p-sitemap > .c-link-list > .c-link-list__item p {
  font-size: 15px;
  font-size: 4vw;
  display: block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.35;
}

.p-sitemap > .c-link-list > .c-link-list__item p:before {
  content: " ";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  transform: rotate(45deg) translate(-50%, -50%);
}

.p-sitemap > .c-link-list > .c-link-list__item:last-child {
  margin-bottom: 0;
}

.p-sitemap > .c-link-list > .c-link-list__item > .c-link-list > .c-link-list__item a, .p-sitemap > .c-link-list > .c-link-list__item > .c-link-list > .c-link-list__item p {
  font-size: 12px;
  font-size: 3.2vw;
}

.p-error {
  padding: 9.33333% 4% 9.33333% 4%;
}

.p-error .errorInfo {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
  margin-bottom: 5.33333%;
}

.p-error h2 {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 300;
  margin-bottom: 2.66667%;
}

.p-error:first-child {
  padding-bottom: 0;
}



/*funato 追記*/

.new a:nth-child(n + 6),
.press a:nth-child(n + 6),
.info a:nth-child(n + 6),
.related a:nth-child(n + 6)
{
  display:none !important;
}

.c-updates__listItem a {
    border-bottom: 1px solid #aaa;
}


.ui-tab02 {
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.33333%;
}

.ui-tab02__item {
  width: 48%;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.ui-tab02__item:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}

.ui-tab02__item span {
  display: block;
  position: relative;
  padding-left: 1.25em;
  color: #007b8e;
}

.ui-tab02__item span:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #007b8e;
  border-right: 1px solid #007b8e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  transform: rotate(45deg);
}

.ui-tab02__item.is-act {
  padding-left: 0;
}
.ui-tab02__item.is-act span {
  color: #333333 !important;
  /*font-weight: 500 !important;*/
}
.ui-tab02__item.is-act span:after {
  display: none;
}
.ui-tab02__block__item:not(:first-child) {
    display: none;
}
.box{
		overflow:hidden;
		
		}
	.locationInner{
		width:94%;
		display:inline-block;
		margin:0px;
		overflow:hidden;
		float:left;
		}
	.verticalLine-top{
		width:6%;
		height:auto;
		overflow:hidden;
		float:left;
		margin:0px;
		
		}
	.verticalLine{
		width:6%;
		height:auto;
		overflow:hidden;
		float:left;
		margin:0px;
		padding-top:0px;
		}	
	.locationBox{
		border:1px solid #ccc;
		padding:3%;
		margin-bottom:0%;
		margin-bottom:4%;
		}
	.locationBox .stationArea{
		padding:4% 0% 4%;
		font-size:110%;
		}
	.locationBox .linkArea a{
		position:relative;
		width:100%;
		display:block;
		padding:4% 0% 6%;
		border-bottom:1px solid #ccc;
		font-size:110%;
				}
	.locationBox .linkArea a:after{
		content: "";
    	display: block;
    	width: 0.5em;
   		 height: 0.5em;
    	border-bottom: 1px solid #007b8e;
    	border-right: 1px solid #007b8e;
    	position: absolute;
    	right: 0;
    	top: 50%;
    	margin-top: -.5em;
    	transform: rotate(-45deg);
		}	
	.locationBox .linkArea span{
		background:#025d6d;
		padding:.5% 2%;
		color:#FFFFFF;
		margin-left:2%;
		font-size:90%;
		}
	.locationBox .bankokuArea a{
		position:relative;
		width:100%;
		display:block;
		padding:6% 0% 4%;
		border-top:1px solid #ccc;
		font-size:110%;
				}
	.locationBox .bankokuArea a:after{
		content: "";
    	display: block;
    	width: 0.5em;
   		height: 0.5em;
    	border-bottom: 1px solid #007b8e;
    	border-right: 1px solid #007b8e;
    	position: absolute;
    	right: 0;
    	top: 50%;
    	margin-top: -.2em;
    	transform: rotate(-45deg);
		}	
	.locationBox .bankokuArea span{
		background:#025d6d;
		padding:.5% 2%;
		color:#FFFFFF;
		margin-left:2%;
		font-size:90%;
		}	
	.locationBox .addArea{
		padding:3% 0% 1%;
		line-height:1.5;
		}
	.c-map-list{
		line-height:1.5em;
		overflow:hidden;
		margin-bottom: 5.33333%;
		}
	.c-map-list02{
		line-height:1.5em;
		overflow:hidden;
		margin-bottom: 5.33333%;
		}	
	.c-map-list:after {
		clear: both;
		}	
	.c-map-list li{
		width:50%;
		float:left;
		}
	.c-link-list__item a.pdf:after{
  		content: " ";
		display: inline-block;
		margin-left: 0.5em;
		width: 1em;
		padding-top: 1em;
		background: url(/-/Media/Images/responsive/corporate/icons/icon_pdf.svg) no-repeat center center;
		background-size: contain;
		vertical-align: top;
		margin-top: .1em;
}


#top .rss {
	width:16px;
	float:right;
	margin-top:-7%;
	margin-right:2%;
	
}	
/*0315追記*/
p.routepageText02{
	margin-left:0.7em;}
p.routepageText02 a {
	position:relative;
	padding-left: 0.8em;
}
p.routepageText02 a:before {
    content: " ";
    position: absolute;
    top: .8em;
    left: 0;
    display: inline-block;
    width: 0.5em;
    padding-top: 0.5em;
    border-right: 1px solid #007b8e;
    border-top: 1px solid #007b8e;
    transform: rotate(-45deg) translate(-50%, -50%);
}


/****lightbox****/
.l-garelly__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.33333%;
}

.l-garelly__list__item {
  width: 48%;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.l-garelly__list__item__txt p{
	margin-top:10px;
	line-height:1.3;
	
	}
.l-garelly__list__item .gal-contents{
	display:none;}


.l-garelly__list__item .gal-thum{
	height:106px;
	overflow:hidden;
	}

.l-header__navItem object a{
	display:inline-block;
	padding: 0%;}


/*! lightgallery - v1.6.8 - 2018-03-10
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("fonts/lg.eot?n1z373");
  src: url("fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("fonts/lg.woff?n1z373") format("woff"), url("fonts/lg.ttf?n1z373") format("truetype"), url("fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  /*bottom: 0;*/
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: left;
  z-index: 1080;
  top:40px;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*20180326追記*/
.num-List{
	font-size: 3.2vw;
    line-height: 2;
	text-indent:-2.8em;
	padding-left:2em;
	}



/* ↓↓↓20190528追加↓↓↓ */
/* スマホ用処理 */
@media screen and (max-width: 767px) {
a.gsst_a {
          background-color: transparent;
    }
    /* Googleカスタム検索 START */
    /* カスタム検索のサジェストとgoogleのロゴ削除 */
    td.gssb_e {
        display: none;
    }
    /* 検索ボックスの設定 */
    #gsc-iw-id1{
        padding-top: 0;
        border-radius: 0;
        height:34px;
    }
    /* 検索ボックスの検索ワード入力欄の設定 */
    #___gcse_0 #gs_tti50 {
	    padding-top: 3px;
	    padding-bottom: 0;
    }
    #___gcse_0 #gs_tti50 input {
	    font-size: 16px;
    }
    #___gcse_0 #gs_tti50 input::placeholder {
        color: #e2e2e2;
    }
    /* 検索ボタンの親の設定 */
    #___gcse_0 td.gsc-search-button {
        width: 22%;
        height: 34px;
    }
    /* 検索ボタンの設定 */
    #___gcse_0 td.gsc-search-button button {
        opacity: 0;
        width: 100%;
        padding: 7px 10px;
        position: relative;
        z-index: 1;
        height: 34px;
    }
    /* デザイン用検索ボタンの設定 */
    #___gcse_0 td.gsc-search-button input {   
        font-size: 11px;
        position: absolute;
        right: 4.3%;
        z-index: 0;
        color: #FFF;
        background-color: #007b8e;
        width: 20%;
        height: 34px;
        border-radius: 0;
    }
    /* 上のナビに重ならないように */
    #___gcse_0 form.gsc-search-box {
      margin-top: 2px;
    }
    
    /*placeholder*/
    :placeholder-shown {color: #333;}
    #gs_tti50 input::-webkit-input-placeholder {color: #e2e2e2;}
    #gs_tti50 input:-moz-placeholder {color: #e2e2e2;opacity: 1;}
    #gs_tti50 input::-moz-placeholder {color: #e2e2e2;opacity: 1;}
    #gs_tti50 input:-ms-input-placeholder {color: #e2e2e2; }
    /*placeholder focus*/
    #gs_tti50 input:focus::-webkit-input-placeholder { color:transparent; }
    #gs_tti50 input:focus:-moz-placeholder { color:transparent; }
    #gs_tti50 input:focus::-moz-placeholder { color:transparent; }
    /* Googleカスタム検索 END */
}
/* カスタム検索END */
/* ↑↑↑20190528追加↑↑↑ */
