@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Header 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  padding-top: 42px;
}

.Header .Header-in-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
}

/*
---------------------------------------------------------
 Header-sp-main
--------------------------------------------------------- */
.Header .Header-sp-main {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px 10px;
  height: 42px;
}

.Header .Header-sp-main .Header-logo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}

.Header .Header-sp-main .Header-logo {
  font-size: inherit;
}

.Header .Header-sp-main .Header-logo img {
  max-height: 26px;
}

/* Header-sp-nav
--------------------------------------------------------- */
.Header .Header-sp-main .Header-sp-nav {
  display: table-cell;
  vertical-align: middle;
  width: 36px;
  height: 100%;
  text-decoration: none;
  padding: 3px;
  position: relative;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon {
  display: block;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon span {
  /* @mixin:transition */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #008080;
  display: block;
  height: 2px;
  border-radius: 1px;
}

.Header .Header-sp-main .Header-sp-nav:not(.MOD-open) .menu-icon span + span {
  margin-top: 7px;
}

.Header .Header-sp-main .Header-sp-nav.MOD-open .menu-icon span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
}
.Header .Header-sp-main .Header-sp-nav.MOD-open .menu-icon span:first-child {
  display: block;
  transform: translateY(14px) rotate(-45deg);
}
.Header .Header-sp-main .Header-sp-nav.MOD-open .menu-icon span:nth-child(2) {
  display: block;
  transform: translateY(14px) rotate(45deg);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav {
  display: none;
  position: fixed;
  top: 42px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 42px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
  padding: 30px;
}

.Header-nav li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
}
.Header-nav li:first-of-type {
  border-top: 1px solid #dcdcdc;
}

.Header-nav li a {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 11px 8px 11px 20px;
  font-size: 14px;
}
.Header-nav li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #008080;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern01
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern02
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 .Header-pattern03
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern04
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern05
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern06
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern07
-----------------------------------------------------------
----------------------------------------------------------- */
body.Header07 .Header-pattern07 .Header-sp-main {
  background-color: #008080;
}

body.Header07 .Header-pattern07 .Header-sp-main .Header-sp-nav .menu-icon span {
  background-color: #FFF !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-pattern08
-----------------------------------------------------------
----------------------------------------------------------- */
/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .footer-content-block {
  background-color: #ffffff;
}

/*
---------------------------------------------------------
 footer-main-wrap
--------------------------------------------------------- */
body.Footer-light .Footer .footer-main-wrap {
  padding-top: 30px;
}

body.Footer-light .Footer .footer-main-wrap .footer-column-content {
  margin-bottom: 20px;
}

/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
body.Footer-light .Footer .Copyright {
  background: #008080;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: 0;
  padding: 6px 0;
  font-size: 10px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 contact-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .contact-wrap {
  background: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
}

body.Footer-light .Footer .contact-wrap .main-txt {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
}

/*
---------------------------------------------------------
 contact-btn
--------------------------------------------------------- */
body.Footer-light .Footer .contact-wrap .contact-btn a {
  font-size: 16px;
  padding: 11px 8px 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer-nav
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer-nav li:first-of-type {
  border-top: 1px solid #dcdcdc;
}

body.Footer-light .Footer-nav li {
  border-bottom: 1px solid #dcdcdc;
}

body.Footer-light .Footer-nav li a {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../img/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 9px 10px 9px 30px;
  background-size: 5px 10px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
body.Footer-light .Footer-nav li a:hover {
  background-color: #eff9ff;
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer-bottom-nav
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .footer-bottom-nav {
  text-align: center;
  padding: 0 0 14px;
}

body.Footer-light .Footer .footer-bottom-nav ul {
  font-size: 0;
}

body.Footer-light .Footer .footer-bottom-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

body.Footer-light .Footer .footer-bottom-nav li a {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  background-image: url(../img/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 12px;
  border-radius: 4px;
  display: block;
  background-size: 5px 10px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer-image
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .footer-image {
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer-information
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .footer-information .Logo {
  margin-bottom: 12px;
}

body.Footer-light .Footer .footer-information .info {
  margin-bottom: 8px;
  letter-spacing: 0;
}

body.Footer-light .Footer .footer-information .info p {
  color: #777;
  font-size: 14px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer-column-content04
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .footer-column-content04 .title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.4;
  position: relative;
}

body.Footer-light .Footer .footer-column-content04 .title span {
  color: #008080;
  position: relative;
  display: inline-block;
  z-index: 10;
  background: #FFF;
  padding: 0 8px;
}

body.Footer-light .Footer .footer-column-content04 .title:before {
  background: #008080;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  z-index: 0;
}

/*
======================================================================
_pc-top-image04
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[blog] #LO-blog-slider05 [TYPE05]
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-slider05 {
  visibility: hidden;
}

#LO-blog-slider05 .LO-blog-slider-wrap {
  background-color: #eff9ff;
}

#LO-blog-slider05 .LO-blog-slider-wrap ul {
  list-style: none;
  padding: 0;
}

#LO-blog-slider05 .bx-wrapper {
  position: relative;
}

#LO-blog-slider05 .JS-slider {
  position: relative;
}

#LO-blog-slider05 li {
  text-align: center;
}

/*
---------------------------------------------------------
 bx-pager
--------------------------------------------------------- */
#LO-blog-slider05 .bx-wrapper .bx-pager {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 60;
  font-size: 0;
}

#LO-blog-slider05 .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}

#LO-blog-slider05 .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(100, 100, 100, 0.6);
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}

#LO-blog-slider05 .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #008080;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
#LO-blog-slider05 .bx-wrapper .bx-controls-direction {
  display: none;
}

/*
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-prev,
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
    bottom: -29px;
    display: block;
    width: 60px;
    height: 22px;
    background: #222;
    border-radius: 2px;
    text-indent: -9999px;
    outline: none;
}
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-prev {
    left: 8px;
}
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-next {
    right: 8px;
}
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-prev:after,
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-next:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-prev:after {
    border-width: 5px 9px 5px 0;
    border-color: transparent #FFF transparent transparent;
    left: 0;
    right: 2px;
}
#LO-blog-slider05 .bx-wrapper .bx-controls-direction .bx-next:after {
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #FFF;
    left: 2px;
    right: 0;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON 
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  font-size: 13px;
}

input[type="text"],
input[type='password'],
input[type='tel'],
textarea,
select {
  font-size: 16px;
}

/*
---------------------------------------------------------
 非表示 
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:SP-content-block */
  padding-bottom: 45px;
}
.Content-block:last-child {
  /* @mixin:SP-content-block */
  padding-bottom: 0;
}

.Content-block.MOD-bg {
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  background-color: #f4f4f4;
}

.Content-article {
  /* @mixin:SP-content-article */
  padding-bottom: 30px;
}
.Content-article:last-child {
  /* @mixin:SP-content-article */
  padding-bottom: 0;
}

.Content-body,
.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}
.Table-basic tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #eff9ff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 25px;
  margin-bottom: 18px;
  padding: 0 10px;
}

.Title-article {
  /* @mixin:SP-title-article */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #eff9ff;
  color: #008080;
  line-height: 1.3;
  padding: 5px 10px;
  font-weight: normal;
  margin-bottom: 9px;
  font-size: 15px;
}
.Title-article a {
  color: #008080;
  text-decoration: none;
}

.Title-small {
  /* @mixin:SP-title-small */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 15px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #008080;
  border: 5px double #FFF;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  color: #FFF !important;
  line-height: 1.3;
  font-size: 17px;
  padding: 9px 17px;
  border-radius: 2px;
}

.Btn-main {
  /* @mixin:SP-btn-main */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #008080;
  border: 3px double #FFF;
  display: block;
  text-decoration: none !important;
  font-weight: normal;
  text-align: center;
  color: #FFF !important;
  line-height: 1.3;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 2px;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  border: 3px double;
  display: block;
  text-decoration: none !important;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 2px;
}

.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #008080;
  border: 3px double #FFF;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  color: #FFF !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 11px;
  padding: 7px 10px 7px 22px;
  border-radius: 2px;
}
.Btn-anchor:before {
  /* @mixin:SP-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  display: block;
  top: 13px;
  left: 9px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
}

.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  display: inline-block;
  padding-left: 12px;
  /* before */
}
.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #008080;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

.Edit.MOD-top .wb-edit {
  padding-top: 25px;
}

.Edit.MOD-bottom .wb-edit {
  padding-bottom: 35px;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/*
-----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */
.Pagetop a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper 
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #FFF;
}

.Page-head .breadcrumb {
  position: relative;
  background-color: #008080;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .home,
.Page-head .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

.Page-head .breadcrumb .home {
  padding-bottom: 2px;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
}

.Page-head .breadcrumb li + li {
  padding-left: 0.5em;
}

.Page-head .breadcrumb li:first-child {
  display: none;
}

.Page-head .page-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #008080;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 22px;
  padding: 30px 5px 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content 
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-main {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page > span,
.wb-blog-page > a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table) 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.wb-pair .wb-pair-list-table, .wb-pair .wb-pair-list-table tbody, .wb-pair .wb-pair-list-table tr, .wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.wb-pair .wb-pair-list-table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #eff9ff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #008080;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f4f4f4;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #777;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.wb-form  
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 COMMON
--------------------------------------------------------- */
#form-content01 .wb-form-table td .Attention {
  font-size: 11px;
}

/* wb-form-btn
--------------------------------------------------------- */
.wb-form .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

.wb-form .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

/*
---------------------------------------------------------
 BUTTON
--------------------------------------------------------- */
.wb-form input[type="submit"],
.wb-form input[type="button"] {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  /* @mixin:SP-btn-main */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #008080;
  border: 3px double #FFF;
  display: block;
  text-decoration: none !important;
  font-weight: normal;
  text-align: center;
  color: #FFF !important;
  line-height: 1.3;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 2px;
}

.wb-form .wb-form-btn input,
.wb-form .wb-form-table .zip-wrap input[type="button"] {
  display: inline-block;
}

.wb-form .wb-form-btn input {
  font-size: 18px;
  padding: 7px 20px;
}

.wb-form .wb-form-table .zip-wrap input[type="button"] {
  margin-left: 4px;
  font-size: 14px;
}

/*
---------------------------------------------------------
 wb-form-table
--------------------------------------------------------- */
/* TABLE
--------------------------------------------------------- */
.wb-form .wb-form-table,
.wb-form .wb-form-table tbody,
.wb-form .wb-form-table tr,
.wb-form .wb-form-table th,
.wb-form .wb-form-table td {
  display: block;
}

.wb-form .wb-form-table {
  border-top: 1px solid #dcdcdc;
  width: 100%;
}

.wb-form .wb-form-table th {
  padding: 20px 10px 5px;
  font-weight: bold;
  font-size: 14px;
}

.wb-form .wb-form-table td {
  padding: 0px 10px 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* text,textarea
--------------------------------------------------------- */
.wb-form .wb-form-table td input[type="text"],
.wb-form .wb-form-table td textarea,
.wb-form .wb-form-table td select {
  width: 100%;
  padding: 4px 6px;
}

/* 住所入力
--------------------------------------------------------- */
.wb-form .wb-form-table td input#zip0 {
  width: auto;
}

.wb-form .wb-form-table td .pref-wrap,
.wb-form .wb-form-table td .city-wrap {
  display: block;
}

.wb-form .wb-form-table td .zip-wrap {
  display: block;
  margin: 0 0 10px;
}

.wb-form .wb-form-table td .zip-wrap + a {
  margin-top: 4px;
  margin-bottom: 15px;
  display: inline-block;
}

.wb-form .wb-form-table td .zip-wrap .Attention {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
}

.wb-form .wb-form-table td .pref-wrap {
  margin-bottom: 12px;
}

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
.wb-form .wb-form-check,
.wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wb-form .wb-form-check label,
.wb-form .wb-form-radio label {
  border: 1px solid #dcdcdc;
  display: block;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

.wb-form .wb-form-check input[type="checkbox"],
.wb-form .wb-form-radio input[type="radio"] {
  margin-right: 4px;
  vertical-align: -2px;
}

/* ERROR
--------------------------------------------------------- */
.wb-form .wb-form-table .form-err {
  border: 1px solid #f13748;
  background: #FFEEEE;
}

.wb-form .wb-form-table ul.form-err-msg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wb-form .wb-form-table ul.form-err-msg li {
  background: #f13748;
  list-style: none;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: 12px;
}

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
body.MOD-form-sub .Wrapper {
  display: none;
}

.jqmOverlay {
  opacity: 1 !important;
  background: #FFF !important;
  z-index: 1001 !important;
}

.jqmFormWindow {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  position: relative !important;
  z-index: 1002 !important;
}

.jqmFormWindow iframe {
  width: 100% !important;
}

.WB-form-sub {
  padding: 35px 0;
}

.WB-form-sub table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.WB-form-sub table, .WB-form-sub table tbody, .WB-form-sub table tr, .WB-form-sub table th, .WB-form-sub table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.WB-form-sub table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.WB-form-sub table td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.WB-form-sub table th, .WB-form-sub table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #eff9ff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px;
  text-align: center;
}

.WB-form-sub .WB-form-end-txt {
  padding: 12px 15px;
  display: block;
  background-color: #f4f4f4;
  text-align: center;
}
