@charset "UTF-8";
@media print {
  #mobile {
    display: none;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  iframe {
    width: 100% !important;
  }

  ul.flex5-2 li {
    flex-basis: 32% !important;
  }

  #top-head {
    position: sticky !important;
    top: 0 !important;
  }

  body {
    margin-top: 0 !important;
  }
}
/* =10px */
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  /*62.5%*/
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #646464;
  position: relative;
}

/* フェードイン */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body:has(.active) {
  overflow: hidden;
}

p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1em;
  color: #646464;
  text-align: justify;
  text-justify: distribute;
  letter-spacing: 0.055em;
}

a:focus,
*:focus {
  outline: none;
}

hr {
  height: 0;
  padding: 0;
  border: 0;
  margin: 30px 0;
  border-top: 1px solid #06164D;
}

/* -----------------------
	基本レイアウト
----------------------- */
.ratio {
  margin-bottom: 45px;
}

section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  section {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  section:last-of-type {
    margin-bottom: 120px;
  }
}

.row-padding {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .row-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* -----------------------------
	header固定 アニメーション
----------------------------- */
#top-head {
  position: fixed;
  z-index: 9999;
  top: 0;
  line-height: 1;
  border-bottom: solid 1px #e0e0e0;
  background: #fff;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#top-head h1 {
  margin: 0 auto;
  text-align: center;
}
#top-head h1 a {
  display: block;
}

#top-head .logo img {
  width: 40%;
  height: auto;
  margin: 15px auto;
}

@media (min-width: 768px) {
  #top-head .logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  #top-head h1 {
    margin: 0;
    text-align: left;
  }

  #top-head .logo img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0;
  }
}
/* transition */
#top-head,
#top-head .logo img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* Fixed */
#top-head.fixed {
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
}
#top-head.fixed .logo img {
  width: 35%;
  height: auto;
}
@media (min-width: 768px) {
  #top-head.fixed .logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  #top-head.fixed .logo img {
    width: 70%;
  }
}
#top-head.fixed > div.container {
  max-width: 98%;
}

/* ----------------------------
	footer area
---------------------------- */
#footer-wrap {
  position: relative;
}

#footer-area {
  background: #E8E8E8;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #footer-area h2.logo {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #footer-area h2.logo span {
    display: block;
    font-size: small;
  }
  #footer-area p.addr {
    font-size: 1.3rem;
  }
  #footer-area p.addr span {
    font-size: 1.8rem;
    font-weight: 800;
  }
}
#footer-area h3 {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  #footer-area h3 {
    font-size: 1.4rem;
  }
}
#footer-area ul.time {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  #footer-area ul.time {
    font-size: 1.5rem;
  }
}
#footer-area ul.time li {
  border-bottom: solid 1px #555555;
  padding: 0.25em 0;
}
#footer-area ul.time li:last-child {
  border-bottom: none;
}
#footer-area ul.f-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 1.3rem;
}
#footer-area ul.f-nav li {
  margin-right: 1em;
}
#footer-area ul.f-nav li a {
  text-decoration: none;
  color: #555555;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#footer-area ul.f-nav li a:hover {
  color: #000;
}
#footer-area .banner a {
  display: inline-block;
  padding: 4px;
  background: #fff;
}
#footer-area .banner img {
  width: 100%;
  max-width: 200px;
}

div.copy {
  background: #1d2d36;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  div.copy {
    margin-bottom: 0;
  }
}
div.copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: small;
}

/* ----------------------------
	only mobile
---------------------------- */
#mobile {
  background-color: #F2F2F2;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: -50px;
  transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
}
#mobile ul {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mobile ul li {
  flex-basis: 50%;
  border-right: solid 1px #BEBEBE;
}
#mobile ul li a {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4C8DC4;
}
#mobile ul li i {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 0;
}
#mobile ul li:last-child {
  border-right: none;
}

#mobile.b_fixed {
  position: fixed !important;
  left: 0;
  bottom: 0;
  z-index: 999;
}

/* ----------------------------
	ページトップ
---------------------------- */
.pagetop {
  position: absolute;
  top: -16%;
  right: 2%;
}
.pagetop p {
  display: inline-block;
  margin-bottom: 0;
}
.pagetop a {
  display: block;
  font-size: 2rem;
  background: #213440;
  color: #fff;
  padding: 0.5em 0.75em;
}

/* ----------------------------
	個別ページのページャー設定
---------------------------- */
ul.pager-single {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
  font-size: 1.5rem;
  justify-content: center;
}
ul.pager-single li {
  flex-basis: auto;
  display: block;
  text-align: center;
  margin: 0 1em;
  letter-spacing: normal;
}
ul.pager-single li a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #4C8DC4;
  padding: 0.5em 2em;
  border: solid 1px #4C8DC4;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
ul.pager-single li a:hover {
  color: #fff;
  background: #BCCAD9;
  border: solid 1px #BCCAD9;
}

/* ----------------------------
	ページネーション
---------------------------- */
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 5px 5px 0;
}

#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}

#pagenation #pagenation-list a, #pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

#pagenation #pagenation-list .current {
  background: #BCCAD9;
  color: #696969;
}

#pagenation #pagenation-list .omit {
  padding: 6px 2px;
  color: #777777;
}

#pagenation #pagenation-list li a {
  background: #4C8DC4;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#pagenation #pagenation-list a:hover {
  background: #BCCAD9;
  color: #14485F;
  text-decoration: none;
}

/*infoエリアをはじめは非表示*/
#pp {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: auto !important;
  border-radius: 8px !important;
}

.modaal-content-container {
  padding: 24px 32px !important;
}

.modaal-container article {
  padding-bottom: 0;
  margin-bottom: 48px;
}
.modaal-container h2 {
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
  font-weight: 400;
  position: relative;
  margin-bottom: 1em;
}
.modaal-container h3 {
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.modaal-container li + li {
  margin-top: 1em;
}
.modaal-container dl {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-weight: 300;
  line-height: 1.8;
}
.modaal-container dl dt {
  font-weight: 500;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close {
  background: #666 !important;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.modaal-close:hover {
  background: #fff !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.modaal-wrapper {
  z-index: calc(infinity) !important;
}

.modaal-overlay {
  z-index: 999999 !important;
}

/* --------------------------------------------------
	画像関連設定
-------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  height: auto;
}

img.alignleft {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}

img.alignright {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

img.aligncenter {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

img.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

img.object-fit-img-ps-bottom {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 0 50%;
}

.hero {
  padding: 0;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 180px;
  }
}
.hero .aspect-hero-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #005DABFF;
}
@media (min-width: 768px) {
  .hero .aspect-hero-wrap {
    margin-bottom: 0;
  }
}
.hero .aspect-hero-wrap:before {
  content: "";
  display: block;
  padding-top: 39.6%;
}
.hero .aspect-hero-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .aspect-hero-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.hero .aspect-hero-box figure img {
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.hero .aspect-hero-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-content {
  padding: 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hero-content {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .hero-content {
    margin-bottom: 120px;
  }
}

.aspect-hero-content-wrap {
  position: relative;
  width: 100%;
  background: #1a8fd5;
}

.aspect-hero-content-wrap:before {
  content: "";
  display: block;
  padding-top: 10%;
}

.aspect-hero-content-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect-hero-content-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect-hero-content-box figure img {
  width: 100%;
  height: 100%;
  opacity: 30%;
}

.position-center-bottom {
  object-position: 0 100%;
}

.square-wrap {
  position: relative;
  width: 100%;
}

.square-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}

.square-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.square-box figure img {
  width: 100%;
  height: 100%;
}
.square-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.aspect43-wrap {
  position: relative;
  width: 100%;
}

.aspect43-wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 - 3/4 = 0.75 */
}

.aspect43-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect43-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect43-box figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.aspect43-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.aspect169-wrap {
  position: relative;
  width: 100%;
}

.aspect169-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さを幅の75%に固定 - 9/16 = 56.25% */
}

.aspect169-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect169-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect169-box figure img {
  width: 100%;
  height: 100%;
}

.mob-wrap {
  position: relative;
  width: 100%;
  border: solid 1px #f2f2f2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mob-wrap {
    margin-bottom: 0;
  }
}

.mob-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .mob-wrap:before {
    padding-top: 100%;
    /* 高さを幅の75%に固定 - 3/4 = 0.75 */
  }
}

.mob-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mob-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mob-box figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.mob-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/* -------------------------------------
		Flex
------------------------------------- */
.gap {
  display: inline-block;
  background-color: inherit;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

ul.flex-pu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex-pu li {
  flex-basis: 50%;
  text-align: center;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  ul.flex-pu li {
    flex-basis: 25%;
  }
}
ul.flex-pu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1.5em;
}
@media (min-width: 768px) {
  ul.flex-pu li a {
    padding: 2em 1.5em;
  }
}
ul.flex-pu li i {
  display: block;
  filter: drop-shadow(3px 3px 3px #001650);
}
ul.flex-pu li i.icon {
  font-size: 4em;
  margin-bottom: 10px;
}
ul.flex-pu li i.arrow {
  font-size: 1.5em;
  margin-top: 10px;
}
ul.flex-pu li:nth-child(-n+2) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  ul.flex-pu li:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
ul.flex-pu li:nth-child(odd) {
  background: rgba(42, 123, 191, 0.95);
}
ul.flex-pu li:nth-child(even) {
  background: rgba(86, 158, 217, 0.95);
}

ul.flex-pu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  font-weight: 400;
}
@media (min-width: 768px) {
  ul.flex-pu-list {
    font-size: 2rem;
    font-weight: 500;
  }
}
ul.flex-pu-list a {
  color: #005DAB;
  text-decoration: none;
}
ul.flex-pu-list li {
  flex-basis: 100%;
  border-bottom: solid 1px #E8E8E8;
  position: relative;
  line-height: 1;
}
ul.flex-pu-list li a {
  display: block;
  padding: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 992px) {
  ul.flex-pu-list li a {
    padding: 1em 0;
  }
}
ul.flex-pu-list li i {
  font-size: 1.5em;
  margin-right: 0.5em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex-pu-list li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  ul.flex-pu-list li {
    flex-basis: 50%;
    border-bottom: none;
    padding-left: 0.5em;
  }
  ul.flex-pu-list li:nth-child(-n+2) {
    margin-bottom: 30px;
  }
  ul.flex-pu-list li a:hover {
    font-weight: 600;
  }
  ul.flex-pu-list li a:hover i {
    filter: drop-shadow(3px 3px 3px #79c);
  }
}

ul.flex5-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex5-2 li {
  flex-basis: 49%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.flex5-2 li {
    flex-basis: 19%;
    margin-bottom: 15px;
  }
}

ul.flex-btn {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 0;
}
@media (min-width: 992px) {
  ul.flex-btn {
    justify-content: flex-start;
  }
}
ul.flex-btn li {
  flex-basis: 100%;
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  ul.flex-btn li {
    flex-basis: 48%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  ul.flex-btn li {
    flex-basis: 40%;
    margin: 0 15px 0 0;
  }
}
ul.flex-btn li a {
  display: block;
  text-align: center;
  background: #69ADE6;
  color: #fff;
  padding: 1.5em 4em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  border: solid 2px #69ADE6;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex-btn li a:hover {
  background: #fff;
  color: #69ADE6;
}

.table-contact {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #646464;
  border-top: 3px solid #707070;
  border-bottom: 3px solid #707070;
}
.table-contact tr {
  border-bottom: solid 1px #C4C4C4;
}
.table-contact tbody,
.table-contact thead,
.table-contact tr,
.table-contact td,
.table-contact th {
  display: block;
  padding: 0.5em;
}
.table-contact th {
  width: auto;
}
.table-contact td {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .table-contact tbody,
.table-contact thead {
    display: table-row-group;
  }
  .table-contact tr {
    display: table-row;
  }
  .table-contact td,
.table-contact th {
    display: table-cell;
    padding: 1.5em 1em;
    margin: 0;
  }
  .table-contact th {
    font-weight: normal;
    white-space: nowrap;
  }
}

.scroll {
  position: relative;
  overflow-x: scroll;
  margin: 0;
}

.table-simple {
  font-size: 1.4rem;
  border-top: solid 2px #707070;
  border-bottom: solid 2px #707070;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}
.table-simple th, .table-simple td {
  border-top: none;
  border-bottom: none;
  border-right: solid 1px #707070;
  padding: 1em;
  font-weight: normal;
}
.table-simple th:last-child,
.table-simple td:last-child {
  border: none;
}
.table-simple tr {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.table-simple thead tr {
  background: #4C8DC4;
  color: #fff;
}
.table-simple th,
.table-simple td {
  text-align: center;
  min-width: 4em;
}
.table-simple tbody > tr:nth-of-type(even) {
  background: #F5FBFF;
}
.table-simple thead tr th:first-child th,
.table-simple tr th:first-child {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
@media (min-width: 768px) {
  .table-simple thead tr th:first-child th,
.table-simple tr th:first-child {
    background: inherit;
  }
}
.table-simple tr:first-child th:first-child {
  z-index: 10;
}

table.table-style-01 {
  width: 100%;
  font-size: 1.5rem;
  border-bottom: solid 2px #707070;
}
@media (min-width: 768px) {
  table.table-style-01 {
    border-top: solid 2px #707070;
    max-width: 960px;
  }
}
table.table-style-01 thead {
  display: none;
}
@media (min-width: 768px) {
  table.table-style-01 thead {
    display: table-row-group;
    background: #4C8DC4;
    color: #fff;
  }
  table.table-style-01 thead th {
    padding: 0.75em 0.5em;
    font-weight: normal;
    width: 33.3333333333%;
  }
}
table.table-style-01 tr {
  width: 100%;
}
@media (min-width: 768px) {
  table.table-style-01 tr {
    width: auto;
    border-bottom: solid 1px #DBDBDB;
  }
  table.table-style-01 tr:nth-of-type(even) {
    background: #F5FBFF;
  }
}
table.table-style-01 td {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 10em;
  position: relative;
}
table.table-style-01 td:after {
  content: "円";
  font-size: x-small;
  margin-left: 0.25em;
}
@media (min-width: 768px) {
  table.table-style-01 td {
    position: static;
    display: table-cell;
    width: auto;
    font-size: 1.8rem;
  }
}
table.table-style-01 td:first-child {
  background: #4C8DC4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.75em;
  margin-bottom: 1em;
}
table.table-style-01 td:first-child:after {
  content: none;
}
@media (min-width: 768px) {
  table.table-style-01 td:first-child {
    background: transparent;
    color: #646464;
    text-align: left;
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  table.table-style-01 th, table.table-style-01 td {
    border-right: solid 1px #707070;
    text-align: center;
    padding: 0.75em 2em;
  }
  table.table-style-01 th:last-child, table.table-style-01 td:last-child {
    border-right: none;
  }
}
table.table-style-01 td:last-child {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  table.table-style-01 td:last-child {
    margin-bottom: 0;
  }
}
table.table-style-01 span.yen {
  font-size: x-small;
  display: inline;
  width: auto;
  float: none;
  margin-left: 0.25em;
}
table.table-style-01 .notax span.sp {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
table.table-style-01 .notax span.sp:after {
  content: "（税別）";
  font-size: x-small;
}
@media (min-width: 768px) {
  table.table-style-01 .notax span.sp {
    display: none;
  }
}
table.table-style-01 .tax span.sp {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
table.table-style-01 .tax span.sp:after {
  content: "（税込）";
  font-size: x-small;
}
@media (min-width: 768px) {
  table.table-style-01 .tax span.sp {
    display: none;
  }
}

table.table-style-02 {
  width: 100%;
  font-size: 1.5rem;
  border-bottom: solid 2px #707070;
}
@media (min-width: 768px) {
  table.table-style-02 {
    border-top: solid 2px #707070;
  }
}
@media (min-width: 1200px) {
  table.table-style-02 {
    white-space: nowrap;
  }
}
table.table-style-02 thead {
  display: none;
}
@media (min-width: 768px) {
  table.table-style-02 thead {
    display: table-row-group;
    background: #4C8DC4;
    color: #fff;
  }
  table.table-style-02 thead th {
    padding: 0.75em 0.5em;
    font-weight: normal;
  }
}
table.table-style-02 tr {
  width: 100%;
}
@media (min-width: 768px) {
  table.table-style-02 tr {
    width: auto;
    border-bottom: solid 1px #DBDBDB;
  }
  table.table-style-02 tr:nth-of-type(even) {
    background: #F5FBFF;
  }
}
table.table-style-02 td {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 10em;
  position: relative;
}
@media (min-width: 768px) {
  table.table-style-02 td {
    display: table-cell;
    width: auto;
    font-size: 1.8rem;
    position: static;
    padding: 0.5em;
  }
}
table.table-style-02 td .bikou {
  font-size: small;
}
table.table-style-02 td:first-child {
  background: #4C8DC4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.75em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  table.table-style-02 td:first-child {
    background: transparent;
    color: #646464;
    text-align: left;
    font-weight: normal;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  table.table-style-02 td:first-child {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 768px) {
  table.table-style-02 th, table.table-style-02 td {
    border-right: solid 1px #707070;
    text-align: center;
    padding: 0.75em 0.5em;
  }
  table.table-style-02 th:last-child, table.table-style-02 td:last-child {
    border-right: none;
  }
}
table.table-style-02 td:last-child {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  table.table-style-02 td:last-child {
    margin-bottom: 0;
  }
}
table.table-style-02 span.yen {
  font-size: x-small;
  display: inline;
  width: auto;
  float: none;
  margin-left: 0.25em;
  white-space: nowrap;
}
table.table-style-02 span.sp {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
table.table-style-02 span.sp:after {
  content: "";
  display: inline-block;
  min-width: 2em;
}
@media (min-width: 768px) {
  table.table-style-02 span.sp {
    display: none;
  }
}
table.table-style-02 .notax span.sp:after {
  content: "（税別）";
  font-size: x-small;
}
@media (min-width: 768px) {
  table.table-style-02 .notax span.sp {
    display: none;
  }
}
table.table-style-02 .tax span.sp:after {
  content: "（税込）";
  font-size: x-small;
}
@media (min-width: 768px) {
  table.table-style-02 .tax span.sp {
    display: none;
  }
}

table.table-style-03 {
  width: 100%;
  font-size: 1.5rem;
  border-bottom: solid 2px #707070;
}
@media (min-width: 768px) {
  table.table-style-03 {
    max-width: 90%;
    border-top: solid 2px #707070;
  }
}
@media (min-width: 1200px) {
  table.table-style-03 {
    white-space: nowrap;
  }
}
table.table-style-03 thead {
  display: none;
}
@media (min-width: 768px) {
  table.table-style-03 thead {
    display: table-row-group;
    background: #4C8DC4;
    color: #fff;
  }
  table.table-style-03 thead th {
    padding: 0.75em 0.5em;
    font-weight: normal;
  }
}
table.table-style-03 tr {
  width: 100%;
}
@media (min-width: 768px) {
  table.table-style-03 tr {
    width: auto;
    border-bottom: solid 1px #DBDBDB;
  }
  table.table-style-03 tr:nth-of-type(even) {
    background: #F5FBFF;
  }
}
table.table-style-03 td {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em;
  position: relative;
  padding-left: 6em;
}
table.table-style-03 td:before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
@media (min-width: 768px) {
  table.table-style-03 td {
    display: table-cell;
    width: auto;
    font-size: 1.8rem;
    position: static;
    padding: 0.5em;
  }
  table.table-style-03 td:before {
    content: none;
  }
}
table.table-style-03 td.kai::after {
  content: "回";
  margin-left: 0.25em;
  font-size: x-small;
}
table.table-style-03 tbody th {
  background: #4C8DC4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.75em;
  margin-bottom: 1em;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  table.table-style-03 tbody th {
    display: table-cell;
    width: auto;
    background: transparent;
    color: #646464;
    font-weight: normal;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  table.table-style-03 th, table.table-style-03 td {
    border-right: solid 1px #707070;
    text-align: center;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  table.table-style-03 th:last-child, table.table-style-03 td:last-child {
    border-right: none;
  }
}
table.table-style-03 td:last-child {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  table.table-style-03 td:last-child {
    margin-bottom: 0;
  }
}

table.c-table--monshin {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  color: #646464;
}
table.c-table--monshin tr,
table.c-table--monshin th,
table.c-table--monshin td {
  display: block;
}
table.c-table--monshin th {
  padding: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.125em;
  background: #d6eeff;
  color: #000;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
table.c-table--monshin td {
  padding: 8px 16px 24px;
}
table.c-table--monshin ul {
  margin-bottom: 0;
}

fieldset {
  margin: 0;
  padding: 24px;
  border: solid 1px #888;
  background: #fff;
}
@media (min-width: 768px) {
  fieldset {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  fieldset {
    padding: 40px;
  }
}
fieldset legend {
  margin: 0;
  padding: 0;
  border: none;
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  letter-spacing: 0.2em;
  font-weight: 600;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  float: none;
  display: table;
  width: auto;
  max-width: 100%;
}

fieldset {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  fieldset {
    margin-bottom: 80px;
  }
}

/****************************************

          Form

*****************************************/
form {
  margin: 0;
  padding: 0;
}

/* MW WP FORM */
.mw_wp_form .horizontal-item,
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.mw_wp_form .error {
  color: #B70000;
}

.error {
  font-size: small;
  display: block !important;
  color: #B70000;
  margin-top: 5px;
}

button:focus {
  outline: 0;
}

::placeholder {
  font-size: 1.3rem;
}

.mwform-checkbox-field {
  display: block;
}
@media (min-width: 768px) {
  .mwform-checkbox-field {
    display: inline-block;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  width: 80%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ddd;
  background: #eee;
  color: #777;
  font-size: 1.6rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
input[type=search]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
    width: inherit;
    max-width: 100%;
  }
}

textarea {
  width: 100%;
}
@media (min-width: 768px) {
  textarea {
    width: 80%;
    max-width: 100%;
  }
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

label {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  label {
    display: inline;
  }
}

.form-box input[type=text] {
  background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
  background: #fff;
  box-shadow: 0 0 3px #005DAB;
  color: #444;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
  font-size: 1.6rem;
  padding: 1em 3em;
  margin-bottom: 5px;
  background-color: #69ADE6;
  border: solid 2px #69ADE6;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  width: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media (min-width: 768px) {
  input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
    width: 30%;
  }
}

input[type=submit].f-btn:hover,
input[type=reset].f-btn:hover,
input[type=button].f-btn:hover {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit]:disabled.f-btn,
input[type=reset]:disabled.f-btn input[type=button]:disabled.f-btn {
  color: #fff;
  background-color: #d7d7d7;
  border: solid 2px #d7d7d7;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

select {
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

.selectWrap {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.cp_ipselect {
  overflow: hidden;
  width: 12em;
  max-width: 16em;
  text-align: center;
  font-size: 1.5rem;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  color: #666666;
}

input[type=checkbox] {
  margin-right: 5px;
}

.mwform-checkbox-field {
  margin-right: 1em;
}

.mw_wp_form_confirm .doui {
  display: none;
}

.mw_wp_form,
.mw_wp_form_input {
  width: 100% !important;
}

select.style-1 {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.select-style {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  color: #777;
  border: 1px solid #ddd;
  background: #eee;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1;
  margin-bottom: 15px;
}
.select-style::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #5d5d5d;
  border-right: 2px solid #5d5d5d;
  z-index: -1;
}
@media (min-width: 992px) {
  .select-style {
    margin-bottom: 0;
  }
}
.select-style .error {
  line-height: 1.5;
}

.mw_wp_form_confirm .select-style {
  position: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  margin-bottom: 15px;
  height: auto;
  line-height: 1.5;
}
.mw_wp_form_confirm .select-style::after {
  content: none;
}
.mw_wp_form_confirm .select-style p {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.mw_wp_form_confirm ul.list-2col.normal {
  display: none;
}

input[type=text].input-top {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  input[type=text].input-top {
    margin-bottom: 0;
  }
}

/* ----------------------------------
		背景色設定
---------------------------------- */
.bg-light-blue {
  background: rgba(198, 215, 232, 0.15);
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-w80 {
  position: relative;
  padding: 3em 1em;
  background: #f7f9fc;
}
@media (min-width: 768px) {
  .bg-w80 {
    padding: 3em;
    background: linear-gradient(to left, #fff 0%, #fff 20%, #F7F9FC 20%, #F7F9FC 100%);
  }
}

.bg-gray {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F8F8F8;
}

.small_text {
  font-size: small;
}

/* ----------------------------------
		Title設定
---------------------------------- */
.color-red {
  color: red !important;
}

h2.title-simple {
  color: #001650;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2.title-simple {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h2.title-simple {
    font-size: 2.4rem;
  }
}

h2.title-simple-center {
  color: #001650;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  h2.title-simple-center {
    font-size: 2.6rem;
    margin-bottom: 2em;
  }
}

h2.title-simple-border-b {
  color: #001650;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 6500;
  letter-spacing: 0.125em;
  border-bottom: 3px solid #001650;
  padding-bottom: 0.5em;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  h2.title-simple-border-b {
    font-size: 2.4rem;
  }
}

h2.title-l-border {
  color: #001650;
  font-size: 2rem;
  border-left: solid 4px #2A7BBF;
  padding: 0.5em 0 0.5em 0.75em;
  line-height: 1;
  margin-bottom: 1.5em;
}
h2.title-l-border span {
  font-size: clamp(1.5rem, 0.91vw, 2rem);
}
@media (min-width: 768px) {
  h2.title-l-border {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  h2.title-l-border {
    font-size: 2.6rem;
  }
}

h2.title-lr-b {
  position: relative;
  padding: 0 55px;
  text-align: center;
  color: #001650;
  font-size: 1.8rem;
  margin-bottom: 3em;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  h2.title-lr-b {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h2.title-lr-b {
    font-size: 2.2rem;
  }
}
h2.title-lr-b span {
  background: #fff;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
h2.title-lr-b:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: black;
}
h2.title-lr-b:before {
  left: 0;
}

h2.title_border_under {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #005DAB;
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: solid 5px #C6D7E8;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  h2.title_border_under {
    font-size: 2.2rem;
    margin-bottom: 3em;
  }
}
h2.title_border_under:after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #4C8DC4;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

h2.title-simple-info {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro";
  color: #001650;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.125em;
  margin-bottom: 1em !important;
  border-bottom: solid 2px #001650;
  padding-bottom: 0.25em;
}
h2.title-simple-info:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 5px;
}
@media (min-width: 768px) {
  h2.title-simple-info {
    margin-bottom: 1.5em;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h2.title-simple-info {
    font-size: 2rem;
    border-bottom: none;
  }
  h2.title-simple-info:before {
    content: none;
  }
}

h2.call {
  font-size: 3rem;
  font-weight: 700;
  color: #1A8FD5;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h2.call {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  h2.call {
    font-size: 3.8rem;
  }
}
h2.call:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: 2rem;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  h2.call:before {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  h2.call:before {
    font-size: 2.8rem;
  }
}

h2.border-t-b {
  font-size: 1.8rem;
  border-top: solid 1px #646464;
  border-bottom: solid 1px #646464;
  padding: 0.5em 0.25em;
  margin-bottom: 1.5em;
}

h3.title-b-top {
  position: relative;
  font-size: 2rem;
  color: #001650;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  h3.title-b-top {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h3.title-b-top {
    font-size: 2.4rem;
  }
}
h3.title-b-top:before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: #001650;
  top: -10px;
  left: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.catch {
  color: #001650;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.125em;
  line-height: 1.7;
}
.catch br {
  content: "";
}
.catch br:after {
  margin-right: -0.333em;
  content: "";
}
@media (min-width: 992px) {
  .catch {
    font-size: 2rem;
  }
  .catch br {
    content: none;
  }
}

.signature {
  text-align: right;
  font-weight: 600;
  font-size: 1.5rem;
}

.title-flame {
  border: solid 1px #fff;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 1.5em;
}

ul.notice {
  font-size: small;
  list-style-type: none;
  padding-left: 0;
}
ul.notice li {
  margin-bottom: 0.125em;
  margin-left: 1em;
}
ul.notice li:before {
  content: "※";
  margin-left: -1em;
}

ul.notice-blue {
  font-size: 1.4rem;
  list-style-type: none;
  color: #005DAB;
}
ul.notice-blue li {
  margin-bottom: 0.25em;
  margin-left: -0.5em;
}
ul.notice-blue li b {
  font-size: 1.8rem;
  margin-right: 0.25em;
}
ul.notice-blue li b:before {
  content: "";
  display: block;
}
@media (min-width: 992px) {
  ul.notice-blue li b:before {
    display: inline;
  }
}
ul.notice-blue li:before {
  content: "*";
  margin-left: -0.5em;
}

ol {
  font-size: 1.5rem;
  letter-spacing: 0.055em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
ol li {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
ol li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------
		ボタン設定
---------------------------------- */
div.btn-flame {
  display: inline-block;
  border: solid 1px #555555;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
div.btn-flame a {
  display: block;
  padding: 0.75em 3em;
  text-decoration: none;
  color: #555555;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
div.btn-flame a:hover {
  background: #555555;
  color: #fff;
}

div.text-btn {
  font-size: 1.4rem;
  display: inline-block;
  margin: 2em 0;
}
div.text-btn a {
  text-align: center;
  background: #69ADE6;
  color: #fff;
  padding: 1.5em 4em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  border: solid 2px #69ADE6;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
div.text-btn a:hover {
  background: #fff;
  color: #69ADE6;
}

/* --------------------------
		information
-------------------------- */
article.info-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  article.info-block {
    margin-bottom: 45px;
  }
}

.info-box {
  border: solid 1px #BEBEBE;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px;
}
.info-box p.lead {
  color: #4E4E4E;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info-box p.lead {
    font-size: 1.5rem;
  }
}
.info-box h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .info-box h2 {
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
  }
}
.info-box h2 a {
  color: #4E4E4E;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.info-box h2 a:hover {
  color: #69ADE6;
}

p.date {
  font-size: small;
  color: #646464;
}
p.date:before {
  /* using style CSS custom property */
  font: var(--fa-font-regular);
  content: "";
  margin-right: 5px;
}

div.editor {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #001650;
}
div.editor h1, div.editor h2, div.editor h3, div.editor h4, div.editor h5 {
  margin-bottom: 1.5em;
  font-weight: 500;
}
div.editor h1 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  div.editor h1 {
    font-size: 2.4rem;
  }
}
div.editor h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  div.editor h2 {
    font-size: 2.2rem;
  }
}
div.editor h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  div.editor h3 {
    font-size: 2rem;
  }
}
div.editor h4 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  div.editor h4 {
    font-size: 1.8rem;
  }
}
div.editor ul, div.editor ol {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
div.editor ul li, div.editor ol li {
  margin-bottom: 0.75em;
}
div.editor img {
  max-width: 100%;
  height: auto;
}

/* --------------------------
		院長経歴
-------------------------- */
.photo-position {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .photo-position {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -5%;
  }
}

ul.col2-list {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  ul.col2-list {
    column-count: 2;
  }
}
ul.col2-list li {
  line-height: 1.8;
}

ul.link-list {
  font-size: 1.5rem;
}
ul.link-list a {
  color: #646464;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.link-list a:hover {
  color: #69ADE6;
}
ul.link-list a[target=_blank]:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 0.5em;
}

/* --------------------------
		診療内容
-------------------------- */
.blue-box {
  background: #97CEEF;
  padding: 30px;
}
.blue-box * {
  color: #fff;
}
.blue-box ol, .blue-box ul {
  font-size: 1.5rem;
}
.blue-box ol li, .blue-box ul li {
  margin-bottom: 0.5em;
}
.blue-box ol li ul {
  list-style-type: disc;
  margin-top: 1em;
}

.bg-blue-gray {
  background: #F7F9FC;
  padding: 30px;
}

section.num-counter {
  counter-reset: number 0;
}
section.num-counter article.box-border-b {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #646464;
}
section.num-counter article.box-border-b h3.num-title {
  color: #646464;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2em;
  margin-left: 2em;
}
section.num-counter article.box-border-b h3.num-title:before {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #2a5ca5;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  border-bottom: solid 1px #2A5CA5;
  margin-right: 0.5em;
  margin-left: -1.75em;
  padding-bottom: 0.25em;
  font-size: 2.6rem;
}

ul.disc-list {
  font-size: 1.5rem;
  letter-spacing: 0.055em;
  line-height: 1.8;
  list-style-type: none;
  margin-bottom: 0;
}
ul.disc-list li {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
ul.disc-list li:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  color: #001650;
  margin-left: -1.55em;
  margin-right: 0.5em;
  font-size: small;
}
ul.disc-list li:last-child {
  margin-bottom: 0;
}
ul.disc-list li b:after {
  content: "";
  display: block;
}

.flow {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .flow {
    margin-top: 60px;
  }
}
.flow li {
  text-align: center;
}
.flow dl {
  text-align: left;
}
.flow dl dt {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.flow dl dd {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.flow > li .icon {
  font-size: 1.8rem;
  color: #fff;
  background: #4C8DC4;
  padding: 8px 20px;
  display: block;
  margin-bottom: 15px;
}

.flow > li .icon > span:after {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
}

@media (min-width: 768px) {
  .flow {
    padding: 0 0 0 140px;
    list-style-type: none;
    position: relative;
    counter-reset: number 0;
  }
  .flow dd {
    margin-left: 0;
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 140px;
  }

  .flow > li {
    position: relative;
  }

  .flow > li:not(:last-child) {
    margin-bottom: 8vh;
  }

  .flow > li .icon {
    font-size: 15px;
    color: #fff;
    background: #4C8DC4;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -140px;
    z-index: 100;
  }

  .flow > li .icon > span:after {
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) " ";
    /* 表示形式を指定 */
  }

  .flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #4C8DC4;
    position: absolute;
    top: 45%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .flow > li dl {
    padding-left: 70px;
    position: relative;
  }

  .flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
  }

  .flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #4C8DC4;
    border-radius: 50%;
    left: -4px;
  }

  .flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
  }

  .flow > li dl dt {
    font-size: 2rem;
    font-weight: 600;
    color: #646464;
    margin-bottom: 1vh;
  }

  .flow > li dl dd {
    font-size: 1.5rem;
  }
}
/* --------------------------
		アコーディオン
-------------------------- */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.accordion-title {
  background: #4C8DC4;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  padding: 1em 3em 1em 2.5em;
  text-transform: uppercase;
  position: relative;
}

h3.accordion-title:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "+";
  position: absolute;
  top: 1em;
  right: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

h3.accordion-title.open:after {
  transform: rotate(-45deg);
}

.accordion-content {
  display: none;
  padding: 20px 4.5em;
  background: #FAFAFA;
  position: relative;
}
.accordion-content::before {
  position: absolute;
  top: 24px;
  left: 2.5em;
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "A" ".";
  color: #d11;
  margin-left: -1.6em;
  margin-right: 0.25em;
  font-size: 1.8rem;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
}
.accordion-item h3 {
  color: #fff;
}
.accordion-item h3::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "Q" ".";
  margin-left: -1.6em;
  margin-right: 0.25em;
}
.accordion-item .row {
  margin-bottom: 30px;
}
.accordion-item .row:last-of-type {
  margin-bottom: 0;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

/* --------------------------
		   access
-------------------------- */
.access {
  margin-bottom: 45px;
}

.text-small {
  font-size: 1.4rem !important;
}

h3.train {
  font-size: 1.8rem;
  font-weight: 500;
  color: #005DAB;
  margin-bottom: 1.5em;
}
h3.train::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 0.25em;
  font-size: 2rem;
}

h3.car {
  font-size: 1.8rem;
  font-weight: 500;
  color: #005DAB;
  margin-bottom: 1.5em;
}
h3.car::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 0.25em;
  font-size: 2rem;
}

ul.notice-list {
  font-size: 1.4rem;
  list-style: none;
}
ul.notice-list li {
  margin-bottom: 0.5em;
  margin-left: 0.25em;
}
ul.notice-list li::before {
  content: "※";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

/* --------------------------
	  プライバシーポリシー
-------------------------- */
.pp .col-12 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .pp .col-12 {
    margin-bottom: 45px !important;
  }
}
.pp .col-12:last-of-type {
  margin-bottom: 0 !important;
}

.pp dl {
  font-size: 1.5rem;
}
.pp dl dt {
  font-weight: 500;
  margin-bottom: 1em;
}
.pp dl dt::before {
  content: "●";
  margin-right: 0.25em;
}
.pp dl dd {
  line-height: 1.6;
}
.pp dl dd a {
  color: #646464;
  text-decoration: underline;
}

ul.alpha {
  list-style-type: lower-alpha;
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0;
}
ul.alpha > li {
  margin-left: 1.5em;
}

ul.alpha ul {
  list-style-type: lower-roman;
  margin: 1em 0;
  padding-left: 0;
}
ul.alpha ul li {
  margin-left: 1.5em;
}

/* --------------------------
	  	リンク集
-------------------------- */
.wplf_link {
  color: #646464;
}
.wplf_link:hover {
  color: #646464;
}

/*# sourceMappingURL=styles.css.map */
