<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* base
----------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background: #f9f8f6;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #3d3938;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

#spBnr {
  display: none;
}

@media only screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}
.fw-b {
  font-weight: bold;
}

.fs-i {
  font-style: italic;
}

a {
  color: #3d3938;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-white {
  color: #fff;
}

.color-orange {
  color: #d89266;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #eff9fa;
}

.hv-op0,
.hv-op {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.transition {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.js-tab-contents {
  display: none;
}

.js-tab-contents.current {
  display: block;
}

.hv-fade-change {
  position: relative;
}
.hv-fade-change .on-elm {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hv-fade-change .off-elm {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lazy-bg,
.lazy {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lazyloaded {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* レイアウト */
.js-tab-contents {
  display: none;
}

.js-tab-contents.current {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.of-hid {
  overflow: hidden;
}

.bs-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear_left{
	clear: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-j {
  text-align: justify;
}

.posi-r {
  position: relative;
}

.table-style {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.i-block {
  display: inline-block;
}

.block {
  display: block;
}

.bg-style {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.va-top {
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.mg-c {
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100%;
}

.max-w180 {
  max-width: 180px;
}

.max-w250 {
  max-width: 250px;
}

.max-w280 {
  max-width: 280px;
}

.pdb1 {
  padding-bottom: 1px;
}

.pt56 {
  padding-top: 56%;
}

.pt100 {
  padding-top: 100%;
}

.hidden {
  display: none !important;
}

.br50 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lh-1 {
  line-height: 1;
}

.page-link-elm {
  padding-top: 95px !important;
  margin-top: -95px !important;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.iframe-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 56.18182%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100.1%;
}

.posi-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a:hover .hv-op {
    opacity: 0.7;
  }
  a:hover .hv-op0 {
    opacity: 0;
  }
  a:hover .hv-line {
    text-decoration: underline;
  }
  a.hv-op:hover {
    opacity: 0.7;
  }

  a.hv-line:hover {
    text-decoration: underline;
  }

  .btn-elm:hover .hv-op {
    opacity: 0.7;
  }
  .btn-elm:hover .hv-op0 {
    opacity: 0;
  }
  .btn-elm:hover img {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .btn-elm.hv-op:hover {
    opacity: 0.7;
  }

  .table-style-pc {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .table-cell-pc {
    display: table-cell;
  }

  .sp-mode {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    min-width: inherit;
  }

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

  .fl-l,
  .fl-r {
    float: none;
  }

  .page-link-elm {
    padding-top: 65px !important;
    margin-top: -65px !important;
  }
}
@media only screen and (max-width: 320px) {
  .page-link-elm {
    padding-top: 56px !important;
    margin-top: -56px !important;
  }
}
/* header
----------------------------------------------------------*/
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 95px;
  width: 100%;
  background: #fff;
}
.global-header .header-inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.global-header .logo {
  padding: 23px 0 0 30px;
}
.global-header .btn-modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .global-header .btn-modal {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .global-header {
    height: 66px;
  }
  .global-header .logo {
    width: 259px;
    padding: 11px 0 0 12px;
  }
  .global-header .btn-modal {
    width: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .global-header {
    height: 57px;
  }
  .global-header .logo {
    width: 240px;
    padding: 9px 0 0 10px;
  }
  .global-header .btn-modal {
    width: 70px;
  }
}
/* footer
----------------------------------------------------------*/
.global-footer {
  background: #eee;
	clear: left;
}
.global-footer .foot-link {
  padding: 62px 0 54px;
}
.global-footer .foot-link li {
  display: inline-block;
  margin: 0 14px;
  vertical-align: top;
}
.global-footer .foot-link a {
  position: relative;
  padding: 0 0 0 24px;
}
.global-footer .foot-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  height: 14px;
  width: 14px;
  background: url(../img/icon-link.png) no-repeat;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-footer .logo {
  padding: 0 0 56px;
}
.global-footer .copyright {
  padding: 0 0 43px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .global-footer .foot-link {
    padding: 0;
  }
  .global-footer .foot-link li {
    display: block;
    margin: 0;
  }
  .global-footer .foot-link li + li {
    border-top: 1px solid #fff;
  }
  .global-footer .foot-link a {
    display: block;
    position: relative;
    padding: 18px 20px 16px 49px;
    text-align: left;
  }
  .global-footer .foot-link a:before {
    top: 50%;
    left: 22px;
    margin: -7px 0 0;
  }
  .global-footer .copyright {
    background: #fff;
    padding: 16px 0 20px;
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
}
/* contents
----------------------------------------------------------*/
.wrapper {
  max-width: 1920px;
  min-width: 1100px;
  margin: 0 auto;
}

.contents {
  padding-top: 95px;
}

.ct-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ct-inner-lg {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    min-width: inherit;
  }

  .contents {
    padding-top: 66px;
  }

  .ct-inner,
  .ct-inner-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-ct-inner-20 {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }

  .sp-ct-inner-30 {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }

  .sp-ct-inner-40 {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}
@media only screen and (max-width: 320px) {
  .contents {
    padding-top: 57px;
  }
}
/* icon */
.icon-mail:before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 62px;
  background: url(../img/icon-mail.png) no-repeat;
  margin: 0 1px 0 -13px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .icon-mail:before {
    height: 30px;
    width: 31px;
    background: url(../img/icon-mail.png) no-repeat;
    -moz-background-size: 31px 30px;
    -o-background-size: 31px 30px;
    -webkit-background-size: 31px 30px;
    background-size: 31px 30px;
    margin: 0 1px 0 -13px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-mail:before {
    height: 25px;
    width: 26px;
    -moz-background-size: 26px 25px;
    -o-background-size: 26px 25px;
    -webkit-background-size: 26px 25px;
    background-size: 26px 25px;
    margin: 0 1px 0 -13px;
  }
}
/* btn */
.btn-blue {
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #108bc0;
  background-color: #108bc0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.btn-blue.type02 {
  background-color: #fff;
  color: #108bc0;
}
.btn-blue.type02 .icon-mail:before {
  background-image: url(../img/icon-mail-b.png);
}
.btn-blue.type02:after {
  background-image: url(../img/icon-arrow-r-b.png);
}
.btn-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(../img/icon-arrow-r.png) no-repeat;
  -moz-background-size: 8px 14px;
  -o-background-size: 8px 14px;
  -webkit-background-size: 8px 14px;
  background-size: 8px 14px;
  margin: -7px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-blue.lg {
  font-size: 26px;
  font-size: 2.6rem;
}
.btn-blue .table-cell {
  padding: 6px 15px 5px;
  height: 88px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .btn-blue:hover {
    color: #108bc0;
    background-color: #fff;
  }
  .btn-blue:hover.type02 {
    border-color: #fff;
    background-color: #108bc0;
    color: #fff;
  }
  .btn-blue:hover.type02 .icon-mail:before {
    background-image: url(../img/icon-mail.png);
  }
  .btn-blue:hover.type02:after {
    background-image: url(../img/icon-arrow-r.png);
  }
  .btn-blue:hover:after {
    background-image: url(../img/icon-arrow-r-b.png);
  }
  .btn-blue:hover .icon-mail:before {
    background-image: url(../img/icon-mail-b.png);
  }
}
@media only screen and (max-width: 767px) {
  .btn-blue {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-blue:after {
    right: 14px;
    height: 9px;
    width: 5px;
    -moz-background-size: 5px 9px;
    -o-background-size: 5px 9px;
    -webkit-background-size: 5px 9px;
    background-size: 5px 9px;
    margin: -4.5px 0 0;
  }
  .btn-blue.lg {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-blue .table-cell {
    padding: 6px 15px 5px;
    height: 53px;
  }
}
@media only screen and (max-width: 400px) {
  .btn-blue {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .btn-blue:after {
    right: 9px;
  }
  .btn-blue.lg {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ttl */
.ct-ttl01 {
  margin: 0 0 32px;
}
.ct-ttl01:after {
  content: "";
  display: block;
  height: 4px;
  width: 42px;
  background: #e09f74;
  margin: 18px auto 0;
}

@media only screen and (max-width: 767px) {
  .ct-ttl01 {
    margin: 0 0 17px;
  }
  .ct-ttl01:after {
    height: 3px;
    width: 22px;
    margin: 5px auto 0;
  }
}
/* ct-text-box */
.ct-text-box {
  font-size: 0;
}
.ct-text-box.col3 {
  width: 106.16667%;
  margin: 0 0 72px;
}
.ct-text-box.col3 .list-elm {
  width: 27.62951%;
  margin-right: 5.65149%;
}
.ct-text-box.col5 {
  width: 102.5%;
  margin: 0 0 72px;
}
.ct-text-box.col5 .list-elm {
  width: 17.88618%;
  margin-right: 2.03252%;
}
.ct-text-box.col5 .text {
  max-width: 168px;
}
.ct-text-box .list-elm {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
}
.ct-text-box .text-box {
  padding: 25px 15px 27px;
  border: 1px solid #e09f74;
  border-top: 3px solid #e09f74;
  text-align: center;
}
.ct-text-box .text {
  display: inline-block;
  max-width: 254px;
  margin: 0 auto 0;
  line-height: 1.9;
  vertical-align: top;
  text-align: left;
}

.ct-img-text-box {
  width: 107.5%;
  margin: 51px 0 46px -3.75%;
  font-size: 0;
}
.ct-img-text-box .list-elm {
  display: inline-block;
  width: 26.35659%;
  margin: 0 3.48837%;
  vertical-align: top;
}
.ct-img-text-box .circle-box {
  position: relative;
  padding-top: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ct-img-text-box .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 20.58824%;
  margin: 2.35294% 0 0 6.76471%;
}
.ct-img-text-box .img-text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 9.11765% auto 0;
}
.ct-img-text-box .img01 {
  width: 64.70588%;
  margin: 0 auto 0;
}
.ct-img-text-box .img02 {
  width: 76.47059%;
  margin: 0 auto 0;
}
.ct-img-text-box .text01 {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.ct-img-text-box .text02 {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}
.ct-img-text-box .list-ttl {
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
.ct-img-text-box .text-list-box {
  margin: 30px 0 0;
}
.ct-img-text-box .text-list-box li {
  position: relative;
  padding: 0 0 0 13px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.ct-img-text-box .text-list-box li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  height: 5px;
  width: 5px;
  background: #d56411;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ct-point-list-col1 .list-elm {
  padding: 23px 38px 22px 56px;
}
.ct-point-list-col1 .odd {
  background: #fff;
}
.ct-point-list-col1 .label {
  width: 146px;
}
.ct-point-list-col1 .text {
  padding: 0 0 0 55px;
}
.ct-point-list-col1 .lg {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .ct-img-text-box .text01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ct-img-text-box .text02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ct-img-text-box .list-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ct-text-box.col3 {
    width: auto;
    margin: 0 0 62px;
  }
  .ct-text-box.col3 .list-elm {
    width: auto;
    margin-right: 0;
  }
  .ct-text-box.col5 {
    width: auto;
    margin: 0 0 72px;
  }
  .ct-text-box.col5 .list-elm {
    width: auto;
    margin-right: 0;
  }
  .ct-text-box.col5 .text {
    max-width: 335px;
  }
  .ct-text-box .list-elm {
    display: block;
  }
  .ct-text-box .list-elm + .list-elm {
    margin-top: 13px;
  }
  .ct-text-box .text-box {
    padding: 11px 15px 11px;
    border: 1px solid #e09f74;
    border-top: 2px solid #e09f74;
    text-align: left;
  }
  .ct-text-box .text {
    max-width: 335px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .ct-img-text-box {
    width: auto;
    margin: 17px 0 12px;
  }
  .ct-img-text-box .list-elm {
    display: block;
    width: auto;
    margin: 0 0 0;
  }
  .ct-img-text-box .list-elm + .list-elm {
    margin-top: 12px;
  }
  .ct-img-text-box .circle-box {
    padding-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ct-img-text-box .label {
    top: 10px;
    left: 10px;
    width: 54px;
    margin: 0;
    background-color: #e09f74;
  }
  .ct-img-text-box .img-text-box {
    position: static;
    padding: 11px;
    margin: 0 auto 0;
  }
  .ct-img-text-box .img01 {
    width: 120px;
    margin: 0 auto 6px;
  }
  .ct-img-text-box .img02 {
    width: 150px;
    margin: 0 auto 5px;
  }
  .ct-img-text-box .text01 {
    margin: 0 0 7px;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ct-img-text-box .text02 {
    margin: 0 0 2px;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ct-img-text-box .list-ttl {
    line-height: 1.5;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .ct-img-text-box .text-list-box {
    background: #fff;
    margin: 0;
    padding: 4px 0 19px;
    font-size: 0;
  }
  .ct-img-text-box .text-list-box .list-wrap {
    display: inline-table;
    padding: 0 3.75%;
  }
  .ct-img-text-box .text-list-box ul {
    display: table-cell;
    vertical-align: top;
  }
  .ct-img-text-box .text-list-box ul + ul li {
    margin-left: 20px;
  }
  .ct-img-text-box .text-list-box li {
    padding: 0 0 0 14px;
    line-height: 1.6;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ct-img-text-box .text-list-box li:before {
    top: 8px;
    height: 7px;
    width: 7px;
  }

  .ct-point-list-col1 .list-elm {
    padding: 10px;
  }
  .ct-point-list-col1 .odd {
    background: #fff;
  }
  .ct-point-list-col1 .table-cell {
    vertical-align: top;
  }
  .ct-point-list-col1 .label {
    width: 54px;
    background-color: #e09f74;
    vertical-align: middle;
  }
  .ct-point-list-col1 .text {
    padding: 0 0 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ct-point-list-col1 .lg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .ct-img-text-box .text01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ct-img-text-box .text01 br {
    display: none;
  }
  .ct-img-text-box .text02 {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ct-img-text-box .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .ct-img-text-box .text-list-box {
    padding-top: 0;
  }
  .ct-img-text-box .text-list-box li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ct-img-text-box .text-list-box ul + ul li {
    margin-left: 15px;
  }
}
/* btn-pagetop */
.btn-pagetop {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 30px;
  z-index: 99;
  width: 92px;
}

@media only screen and (max-width: 767px) {
  .btn-pagetop {
    right: 10px;
    width: 45px;
  }
}
/* contents
----------------------------------------------------------*/
.main-area .main-img {
  height: 550px;
  background-image: url(../img/img-main.png);
}
.main-area .ttl {
  margin: 119px 0 61px;
}
.main-area .lead {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.35;
}

.menu-area {
  position: relative;
  padding: 397px 0 89px;
}
.menu-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  height: 90px;
  width: 1920px;
  margin: 0 0 0 -960px;
  background: url(../img/bg-img01.png) bottom center;
}
.menu-area .top-img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1920px;
  margin: 0 0 0 -960px;
}
.menu-area .ttl {
  padding: 13px 0 0;
}
.menu-area .text-box {
  background: #e09f74;
}
.menu-area .menu-list {
  padding: 27px 0 34px 4.08333%;
  line-height: 1.6;
  font-size: 0;
}
.menu-area .menu-list li {
  display: inline-block;
  width: 54.99566%;
  margin: 0 0 8px;
  vertical-align: top;
}
.menu-area .menu-list .odd {
  width: 45.00434%;
}
.menu-area .menu-list a {
  position: relative;
  min-height: 50px;
  padding: 0 0 0 78px;
}
.menu-area .menu-list .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.menu-area .menu-list .text {
  padding: 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
}

.theater00-area {
  position: relative;
  height: 620px;
}
.theater00-area .img {
  position: absolute;
  top: 79px;
  left: 50%;
  width: 56.35135%;
  margin: 0 0 0 -2.5%;
}
.theater00-area .ttl {
  padding: 103px 0 48px;
  width: 47.2973%;
}
.theater00-area .lead {
  width: 47.2973%;
}
.theater00-area .lg {
  font-size: 20px;
  font-size: 2rem;
}

.catch-section {
  position: relative;
  z-index: 99;
}
.catch-section:after {
  content: "";
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
  margin: 0 auto;
}

.theater01-area {
  padding: 0 0 85px;
}
.theater01-area .ttl {
  padding: 96px 0 49px;
}

.theater02-area {
  padding: 0 0 85px;
}
.theater02-area .ttl {
  padding: 96px 0 49px;
}

.theater03-area {
  padding: 148px 0 370px;
  background-image: url(../img/bg-img02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.theater03-area .ct-inner {
  max-width: 1300px;
}
.theater03-area .area-inner {
  position: relative;
}
.theater03-area .ttl {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 37.23077%;
  margin: 0 3% 0 0;
}
.theater03-area .img {
  margin: 0 0 40px;
  padding: 34px 0 38px;
}
.theater03-area .img .img-small {
  display: none;
}

.theater04-area {
  padding: 189px 0 118px;
}
.theater04-area .ttl {
  margin: 0 0 76px;
}

.theater05-area {
  padding: 70px 0 107px;
}
.theater05-area .ttl {
  margin: 0 0 29px;
}

.movie-area {
  position: relative;
  padding: 0 0 113px;
}
.movie-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  height: 114px;
  width: 1920px;
  margin: 0 0 0 -960px;
  background: url(../img/bg-img03.png) bottom center;
}
.movie-area .ct-inner {
  max-width: 1100px;
}
.movie-area .text-box {
  padding: 88px 0 30px;
  background: #e09f74;
}
.movie-area .ttl {
  margin: 0 0 54px;
}
.movie-area .iframe-wrap {
  margin: 0 0 36px;
  border: 1px solid #fff;
}
.movie-area .btn {
  max-width: 500px;
  margin: 0 auto;
}

.bottom-area {
  padding: 42px 0 100px;
}
.bottom-area .ct-inner {
  max-width: 1100px;
}
.bottom-area .ttl {
  margin: 59px 0 47px;
}

.area-info-box {
  margin: 0 0 51px;
  background: #fff;
  border: 1px solid #da8d5a;
  border-top: 4px solid #da8d5a;
}
.area-info-box .info-ttl {
  margin: 0 0 13px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.area-info-box .text-box {
  max-width: 910px;
  margin: 0 auto;
  padding: 37px 30px 48px;
}
.area-info-box .area-list li {
  display: inline;
}
.area-info-box .area-list li + li {
  padding-left: 1em;
}

.bottom-lead-text {
  max-width: 910px;
  margin: 0 auto;
}

.contact-box {
  margin: 0 0 45px;
  padding: 30px 70px 60px;
}
.contact-box .lead-area {
  margin: 0 0 41px;
}
.contact-box .img02 {
  position: absolute;
  left: 36px;
  bottom: -4px;
  z-index: 9;
}
.contact-box .top-text {
  position: relative;
  min-height: 250px;
  padding: 52px 0 20px 216px;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tel-box {
  padding: 32px 50px 53px;
  background: #f9f8f6;
}
.tel-box .tel-ttl {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.tel-box .tel-lead {
  margin: 0 0 27px;
}

.tel-list-box {
  width: 50%;
}
.tel-list-box .list-elm {
  vertical-align: top;
}
.tel-list-box .list-elm + .list-elm .area {
  border-top: 1px solid #fff;
}
.tel-list-box .list-elm + .list-elm .tel {
  border-top: 1px solid #e09f74;
}
.tel-list-box .list-elm:last-child .tel {
  border-bottom: 1px solid #e09f74;
}
.tel-list-box .area {
  width: 148px;
  background-color: #e09f74;
  border: 1px solid #e09f74;
  border-right: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.tel-list-box .tel {
  height: 51px;
  background-color: #fff;
  padding: 0 0 0 19px;
  border: 1px solid #e09f74;
  border-left: none;
  border-bottom: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1100px) {
  .main-area .main-img {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .main-area {
    margin: 0 0 32px;
  }
  .main-area .main-img {
    height: auto;
    padding-top: 40.625%;
    background-image: url(../img/img-main-sp.png);
  }
  .main-area .ttl {
    margin: 62px 0 43px;
  }
  .main-area .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left;
  }

  .menu-area {
    position: relative;
    padding: 37.29167% 0 4.58333%;
  }
  .menu-area:after {
    left: 0;
    height: auto;
    padding-top: 4.79167%;
    width: 100%;
    margin: 0;
    background: url(../img/bg-img01-sp.png) bottom center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .menu-area .top-img {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .menu-area .ttl {
    padding: 36px 0 0;
  }
  .menu-area .menu-list {
    padding: 28px 10.41667% 34px;
    line-height: 1.6;
    font-size: 0;
  }
  .menu-area .menu-list li {
    display: block;
    width: auto;
    margin: 0 0 9px;
  }
  .menu-area .menu-list .odd {
    width: auto;
  }
  .menu-area .menu-list a {
    min-height: 30px;
    padding: 0 0 0 40px;
  }
  .menu-area .menu-list .label {
    width: 30px;
  }
  .menu-area .menu-list .text {
    padding: 4px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .theater00-area {
    height: auto;
  }
  .theater00-area .img {
    position: static;
    width: auto;
    margin: 17px 0 41px;
  }
  .theater00-area .ttl {
    padding: 40px 0 21px;
    width: auto;
    text-align: center;
  }
  .theater00-area .lead {
    width: auto;
  }
  .theater00-area .lg {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .catch-section {
    padding: 0 20px;
  }
  .catch-section:after {
    bottom: -27px;
    border-width: 27px 25px 0 25px;
  }

  .theater01-area {
    padding: 0 0 55px;
  }
  .theater01-area .ttl {
    padding: 63px 0 38px;
  }

  .theater02-area {
    padding: 0 0 60px;
  }
  .theater02-area .ttl {
    padding: 64px 0 40px;
  }

  .theater03-area {
    padding: 56px 0 29.12317%;
    background-image: url(../img/bg-img02-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .theater03-area .ct-inner {
    max-width: 1300px;
  }
  .theater03-area .area-inner {
    position: relative;
  }
  .theater03-area .ttl {
    position: static;
    width: auto;
    margin: 0;
    text-align: center;
  }
  .theater03-area .img {
    margin: 0 0 40px;
    padding: 34px 11.45833% 15px;
  }
  .theater03-area .lead {
    padding: 0 10px 12px;
  }

  .theater04-area {
    padding: 65px 0 70px;
  }
  .theater04-area .ttl {
    margin: 0 0 52px;
  }
  .theater04-area .ct-img-text-box .img02 {
    width: 120px;
  }
  .theater04-area .ct-img-text-box .text01 {
    margin: 0;
  }

  .theater05-area {
    padding: 56px 0 78px;
  }
  .theater05-area .ttl {
    margin: 0 0 29px;
  }

  .movie-area {
    position: relative;
    padding: 0 0 4.6875%;
  }
  .movie-area:after {
    left: 0;
    height: auto;
    width: 100%;
    padding-top: 4.79167%;
    margin: 0;
    background: url(../img/bg-img03-sp.png) bottom center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .movie-area .text-box {
    padding: 56px 0 42px;
  }
  .movie-area .ttl {
    margin: 0 0 22px;
  }
  .movie-area .iframe-wrap {
    margin: 0 0 21px;
  }
  .movie-area .btn {
    width: 80.95238%;
    margin: 0 auto;
  }

  .bottom-area {
    padding: 57px 0 45px;
  }
  .bottom-area .ttl {
    margin: 52px 0 27px;
  }

  .area-info-box {
    margin: 0 0 19px;
    border-top: 3px solid #da8d5a;
  }
  .area-info-box .info-ttl {
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .area-info-box .text-box {
    padding: 18px 25px 27px;
  }
  .area-info-box .area-list li {
    display: inline-block;
    padding-right: 1em;
    vertical-align: top;
  }
  .area-info-box .area-list li + li {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .bottom-lead-text {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .contact-box {
    margin: 0 0 47px;
    padding: 38px 20px 41px;
  }
  .contact-box .lead-area {
    margin: 0 0 33px;
    padding: 0 4.21053%;
  }
  .contact-box .img02 {
    left: 3px;
    bottom: -3px;
    width: 53px;
  }
  .contact-box .top-text {
    min-height: inherit;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .contact-box .text {
    position: relative;
    padding: 0 0 10px 73px;
    min-height: 103px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tel-box {
    padding: 29px 4.21053% 24px;
  }
  .tel-box .tel-ttl {
    margin: 0 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .tel-box .tel-lead {
    margin: 0 0 22px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .tel-list-box {
    display: block;
    width: auto;
  }
  .tel-list-box + .tel-list-box .list-elm:first-child .area {
    border-top: none;
  }
  .tel-list-box + .tel-list-box .list-elm:first-child .tel {
    border-top: none;
  }
  .tel-list-box + .tel-list-box .list-elm:last-child .area {
    border-bottom: 1px solid #e09f74;
  }
  .tel-list-box .list-elm:last-child .area {
    border-bottom: 1px solid #fff;
  }
  .tel-list-box .list-elm:last-child .tel {
    border-bottom: 1px solid #e09f74;
  }
  .tel-list-box .list-elm {
    display: block;
    width: auto;
  }
  .tel-list-box .area {
    width: 129px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    font-feature-settings: "palt" 1;
  }
  .tel-list-box .tel {
    height: 42px;
    padding: 0 0 0 14px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 400px) {
  .theater03-area .img {
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }

  .tel-list-box .area {
    width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tel-list-box .tel {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .theater03-area .img {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .theater03-area .img img {
    display: none;
  }
  .theater03-area .img .img-small {
    display: block;
  }

  .tel-list-box .tel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.modal.on {
  display: block;
}
.modal .modal-anime-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80108bc0,endColorstr=#80108bc0);
  background: rgba(16, 139, 192, 0.94);
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.modal .modal-anime-wrap.on {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal .ttl {
  margin: 0 0 28px;
}
.modal .lead {
  font-size: 20px;
  font-size: 2rem;
}
.modal .btn-wrap {
  position: relative;
  margin: 67px 0 56px;
}
.modal .img {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  margin: 0 0 -1px;
}
.modal .tel-ttl {
  margin: 0 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.modal .tel-lead {
  margin: 0 0 17px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-table-cell {
  display: table-cell;
  padding: 60px 0 40px;
  vertical-align: middle;
}

.modal-content-box {
  position: relative;
  margin: 0 auto;
}

.modal-content-inner {
  padding: 50px 0 50px;
}

.modal-btn-close {
  position: absolute;
  top: 66px;
  right: 84px;
  z-index: 9;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 1250px) {
  .modal-wrap {
    padding: 0 60px;
  }

  .modal-btn-close {
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-wrap {
    padding: 0 14.58333%;
  }

  .modal .ttl {
    margin: 0 0 16px;
  }
  .modal .lead {
    padding-left: 7px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
    font-feature-settings: "palt" 1;
  }
  .modal .btn-wrap {
    margin: 22px 0 29px;
  }
  .modal .img {
    position: absolute;
    bottom: 100%;
    left: -12px;
    z-index: 1;
    margin: 0 0 -1px;
    width: 62px;
  }
  .modal .tel-ttl {
    margin: 0 0 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .modal .tel-lead {
    margin: 0 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .modal-table-cell {
    padding: 67px 0 40px;
  }

  .modal-content-inner {
    padding: 0;
  }

  .modal-btn-close {
    top: 22px;
    right: 26px;
    height: 25px;
    width: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .modal-wrap {
    padding: 0 20px;
  }

  .modal-ct-text-box {
    max-width: 340px;
    margin: 0 auto;
  }

  .modal-btn-close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .modal .img {
    width: 58px;
  }
}
@media only screen and (max-width: 320px) {
  .modal .ttl img {
    width: 210px;
  }
  .modal .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal .tel-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

.anime-elm {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeIn {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
  @-moz-keyframes fadeInUp {
    0% {
      opacity: 0;
      -moz-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -moz-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -moz-transform: translate3d(0, 30px, 0);
      -ms-transform: translate3d(0, 30px, 0);
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
    }
  }
}
.fadeIn-ie {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.delay1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay5 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

.delay12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.delay13 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

.delay14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.delay15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.delay17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

.delay18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

.delay19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}

.delay20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.delay22 {
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}

.delay24 {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
}

.delay26 {
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}

.delay28 {
  animation-delay: 2.8s;
  -webkit-animation-delay: 2.8s;
}

@media print, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
  .menu-area .menu-list .text {
    padding-top: 14px;
  }

  .ct-text-box .text-box {
    padding: 28px 15px 24px;
  }

  .ct-point-list-col1 .text {
    padding-top: 5px;
  }

  .ct-img-text-box .text-list-box li:before {
    top: 9px;
  }

  .btn-blue .table-cell {
    padding-top: 15px;
  }

  .icon-mail:before {
    margin-top: -8px;
  }

  .tel-list-box .area,
  .tel-list-box .tel {
    padding-top: 8px;
    box-sizing: border-box;
  }

  .global-footer .foot-link a:before {
    top: 2px;
  }
}
</pre></body></html>