@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 90px;
  z-index: 10;
}

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

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
}

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

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 calc(1.8vw + 417px) 0 1.8vw;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.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;
  margin-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 32px;
  padding: 60px 0 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;
  padding-top: 30px;
}

.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;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header05
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  position: relative;
  z-index: 20;
}

.Header .Header-in-wrap {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
}

/*
-----------------------------------------------------------
 Header-main-wrap
----------------------------------------------------------- */
.Header .Header-pattern .Header-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
}

.Header .Header-pattern .Header-logo {
  font-size: inherit;
}

.Header .Header-pattern .Header-logo a {
  display: block;
}

.Header .Header-pattern .Header-logo img {
  max-height: 40px;
  min-width: 170px;
}

/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
.Header .Header-pattern .Header-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  min-width: 790px;
  height: 80px;
}

.Header .Header-pattern .Header-nav ul > li a {
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.Header .Header-pattern .Header-nav ul > li a:hover {
  text-decoration: none;
  opacity: 1;
  text-decoration: none;
  font-weight: bold;
}

.Header .Header-pattern .Header-nav ul > li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.Header .Header-pattern .Header-nav ul > li a:hover::after {
  transform: scale(1, 1);
}

.Header .Header-pattern .Header-nav ul > li.nav08 a {
  background: #2d65a5 !important;
  color: #fff !important;
  text-align: center;
  width: 160px;
  padding: 6px 10px 6px 20px;
  border-radius: 30px;
}

.Header .Header-pattern .Header-nav ul > li.nav08 a span {
  position: relative;
}

.Header .Header-pattern .Header-nav ul > li.nav08 a span::before {
  content: "";
  position: absolute;
  top: 27%;
  left: -21px;
  width: 16px;
  height: 12px;
  background: url(/template05/img/icon_mail.svg) no-repeat;
  background-size: 16px auto;
}

.Header .Header-pattern .Header-nav ul > li.nav08 a:hover {
  opacity: 0.8;
}

.Header .Header-pattern .Header-nav ul > li.nav08 a::after {
  transform: scale(0, 0) !important;
  background: transparent !important;
}

/*
-----------------------------------------------------------
 Header-in-wrap.active
----------------------------------------------------------- */
.Header .Header-in-wrap.active {
  background-color: rgba(244, 244, 244, 0.8);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px transparent;
}

.Header .Header-in-wrap.active .Header-nav ul > li a {
  color: #333;
  text-shadow: none;
}
.Header .Header-in-wrap.active .Header-nav ul > li a:hover {
  color: #333;
}

.Header .Header-in-wrap.active .Header-nav ul > li a:after {
  background: #333;
}

/*
-----------------------------------------------------------
 body.Sub .Header
----------------------------------------------------------- */
body.Sub .Header .Header-in-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

body.Sub .Header .Header-in-wrap.active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px transparent;
}

body.Sub .Header-pattern .Header-nav ul > li a {
  color: #333;
  text-shadow: none;
}
body.Sub .Header-pattern .Header-nav ul > li a:hover {
  color: #333;
}

body.Sub .Header-pattern .Header-nav ul > li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #2372cf;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

body.Sub .Header-pattern .Header-nav ul > li a:hover::after {
  transform: scale(1, 1);
}

body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a {
  color: #333;
  text-shadow: none;
}
body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a:hover {
  color: #333;
}

body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a:after {
  background: #333;
}

/* 
--------------------------------------------------------
gnavi
-------------------------------------------------------- */
.gnavi {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.gnavi li {
  margin-bottom: 20px;
}
.gnavi li.current a {
  color: #10568f;
}
.gnavi li.current a::after {
  transform: scale(1, 1);
}

.gnavi li a {
  position: relative;
  color: #333;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}
.gnavi li a:hover {
  color: #10568f;
}
.gnavi li a:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: 0;
  left: 10%;
  background: #10568f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all .3s;
}
.gnavi li a:hover::after {
  transform: scale(1, 1);
}

/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 footer-contact-wrap
--------------------------------------------------------- */
.Footer .footer-contact-wrap {
  background: #93afcf;
  padding: 80px 0;
}

/* Title-block
--------------------------------------------------------- */
.Footer .footer-contact-wrap .Title-block01 {
  margin-bottom: 40px;
}

.Footer .footer-contact-wrap .Title-block01 span.en {
  color: #fff;
}

.Footer .footer-contact-wrap .Title-block01 {
  margin-bottom: 30px;
}

.Footer .footer-contact-wrap .Title-block01 span.en::before {
  background: transparent;
}

/* contact-text
--------------------------------------------------------- */
.Footer .footer-contact-wrap .contact-text {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.Footer .footer-contact-wrap .contact-text p {
  line-height: 2.0;
}

/* btn-wrap
--------------------------------------------------------- */
.footer-contact-wrap .btn-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 55px;
}

.footer-contact-wrap .btn-wrap .btn {
  min-width: 364px;
}

.footer-contact-wrap .btn-wrap .btn a {
  background-color: #222;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  font-size: 21px;
  padding: 12px 20px 12px 10px;
  border-radius: 40px;
  position: relative;
}

.footer-contact-wrap .btn-wrap .btn a:before {
  content: "";
  background-image: url(/template05/img/icon_arrow_w.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*
---------------------------------------------------------
 footer-nav-wrap
--------------------------------------------------------- */
.Footer .footer-nav-wrap .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  height: 70px;
}

.Footer .footer-nav-wrap .footer-nav ul li a {
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

/*
---------------------------------------------------------
 footer-content-block
--------------------------------------------------------- */
.Footer .footer-content-block {
  padding: 80px 0;
  background: #222;
  color: #fff;
}

.Footer .footer-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* left-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap .left-wrap .logo-wrap {
  width: 260px;
  margin-bottom: 55px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap ul li {
  line-height: 2.0;
}

/* right-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap .right-wrap .sns-wrap ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

/*
---------------------------------------------------------
 Copyright
--------------------------------------------------------- */
.Footer .Copyright {
  margin-top: 75px;
}

/*
======================================================================
_pc-top-image
======================================================================*/
/*
---------------------------------------------------------
fv-block
--------------------------------------------------------- */
#index .fv-block {
  position: relative;
}

#index .fv-block .fv-img-wrap {
  max-width: 80%;
  margin-left: auto;
  position: relative;
}
#index .fv-block .fv-img-wrap::after {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  bottom: -25px;
  left: 20px;
  background: #2d65a5;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}

#index .fv-block .fv-img-wrap picture {
  display: block;
  height: 615px;
}

#index .fv-block .fv-img-wrap picture img {
  width: 100%;
  height: 615px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

#index .fv-block .fv-txt-wrap {
  position: absolute;
  bottom: 125px;
  left: 0;
}
#index .fv-block .fv-txt-wrap::before {
  content: "";
  background: url(/template05/img/index/fv_logo.svg);
  background-size: 360px auto;
  background-repeat: no-repeat;
  width: 360px;
  height: 155px;
  position: absolute;
  bottom: 3px;
  right: -250px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #222;
  background-color: #FFF;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.0;
  font-size: 14px;
  min-width: 1080px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #222;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

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

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

body.Page-narrow-content .Content .In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 900px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content {
  padding-top: 80px;
}

/*
---------------------------------------------------------
 Content-block
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  /*position: relative;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 17px;*/
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  gap: 10px;
  font-size: 30px;
  justify-content: flex-start;
  padding-bottom: 0;
  flex-direction: column;
  font-weight: normal;
  color: #222;
  margin-bottom: 70px;
  position: relative;
  /*&::before {
  	background: $color-d-main01;
  	content: '';
  	position: absolute;
  	height: 2px;
  	bottom: 0;
  	left: 0;
  	width: 48px;
  }*/
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  margin-bottom: 70px;
}
.Title-block.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-block01 {
  /* @mixin:PC-title-block01 */
  font-family: "Caveat", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 55px;
  font-weight: normal;
  color: #222;
  margin-bottom: 70px;
  font-size: 16px;
  padding-bottom: 0;
  align-items: center;
  line-height: 1.0;
}
.Title-block01 span.en {
  font-size: 70px;
  position: relative;
}
.Title-block01 span.en::before {
  background: #2d65a5;
  content: '';
  position: absolute;
  height: 1px;
  bottom: -20px;
  left: 0;
  width: 110px;
}

.Title-block01.MOD-side {
  /* @mixin:PC-title-block-side01 */
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
.Title-block01.MOD-side::before {
  right: 0;
  margin: 0 auto;
}

.Title-block01.MOD-center {
  /* @mixin:PC-title-block-center01 */
  text-align: center;
  margin-bottom: 70px;
}
.Title-block01.MOD-center span.en::before {
  left: 50%;
  margin-left: -55px;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Caveat",cursive;
  border-bottom: 1px solid #dcdcdc;
  border-left: 2px solid #2d65a5;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 17px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #2d65a5;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

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

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #2d65a5 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border: 1px solid #555;
  border-radius: 3px;
}
.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #2d65a5 transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

.Btn-transform {
  /* @mixin:PC-btn-transform */
  position: relative;
  display: inline-block;
  padding: 0 30px 0 30px;
  line-height: 50px;
  color: #222 !important;
  text-decoration: none !important;
  outline: none;
  font-size: 16px;
  z-index: 0;
}
.Btn-transform::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #bff2ec;
  border-radius: 25px;
  transition: .3s ease-out;
}
.Btn-transform:hover {
  opacity: 1;
}
.Btn-transform:hover::before {
  width: 152px;
}
.Btn-transform::after {
  position: absolute;
  content: '';
  top: 1.4em;
  right: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

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

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: left;
  width: calc(100% - 270px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: right;
  width: 240px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

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

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

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

.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: #999999;
  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;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 17px 48px 14px 27px;
  position: relative;
  color: #222;
  font-size: 20px;
  line-height: 1.2;
}
.wb-cart-modal-title:before {
  background: #2d65a5;
  content: '';
  width: 2px;
  height: 69%;
  position: absolute;
  top: 3px;
  left: 16px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/img/modal_close_icon.svg) no-repeat center center;
  background-size: 33px auto;
  text-indent: -9999px;
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 18px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}
