@charset "utf-8";

/*
 * ヘッダー、フッターなどのサイトの基本部分用スタイルシート
 */

html {
  font-size: 10px;
}

body {
  /* font color */
  --fc-normal-color: #444;
  --fc-white-color: white;
  --fc-black-color: black;
  --fc-gold-color: gold;
  --fc-grey-color: #6E6E6E;
  --fc-red-color: #FF0037;
  --fc-red-l-color: red;
  --fc-red-d-color: red;
  --fc-pink-color: pink;
  --fc-pink-l-color: pink;
  --fc-pink-d-color: pink;
  --fc-blue-color: #334075;
  --fc-blue-l-color: #3081AE;
  --fc-blue-d-color: blue;
  --fc-green-color: green;
  --fc-green-l-color: green;
  --fc-green-d-color: green;
  --fc-yellow-color: yellow;
  --fc-yellow-l-color: yellow;
  --fc-yellow-d-color: yellow;
  --fc-orange-color: orange;
  --fc-orange-l-color: orange;
  --fc-orange-d-color: orange;
  --fc-brown-color: brown;
  --fc-brown-l-color: brown;
  --fc-brown-d-color: brown;

  /* font family */
  --ff-mplus-font-family :"M PLUS Rounded 1c";
  --ff-serif-font-family :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  /* border color  */
  --bd-black-color: black;
  --bd-red-color: #E63828;
  --bd-blue-color: #485B8B;
  --bd-pink-color: pink;
  --bd-brown-color: brown;
  --bd-green-color: green;
  --bd-gold-color: gold;

  /* background color  */
  --bg-opa-color: rgba(255, 255, 255, 0.5);
  --bg-grey-color: #EFEFEF;
  --bg-yellow-color: yellow;
  --bg-beige-color: beige;
  --bg-blue-color: blue;
  --bg-pink-color: pink;
  --bg-green-color: green;

  /* box */
  --box-border-color: #ccc;
  --box-shadow: 0 0 12px rgba(11, 0, 0, 0.16);

  /* nallow */
  --nallow-default-width: 1200px;
  --nallow-padding: 40px;

  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #24100D;
  line-height: 2;
}

.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px;
  min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a {
  color: inherit;
}

p {
  margin-bottom: 1.5em;
}

iframe {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  padding: 8px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  border: solid 1px #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  box-shadow: 0 0 6px rgba(0,0,0,0.06) inset;
}

select {
  width: auto;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fff;
}

input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #1B4D87;
  border: none;
  border-radius: 3px;
}

/* layout */

.header {
  position: relative;
  z-index: 1;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0;
}

.header-content > * {
  margin: 0 15px;
}

.header-content .header-logo {
  flex-grow: 1;
}

.header-tel {
  text-align: center;
}

.section-contact {
  background: #0C2565;
}

.section-contact .tel a {
  display: block;
  text-align: center;
  color: #FEFF5D;
  text-decoration: none;
}

.footer-pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 4%;
}

.footer-time-table {
  width: 100%;
}

.footer-time-table th {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #0C2565;
}

.footer-time-table td {
  padding: 15px 0;
  text-align: center;
  border-bottom: solid 1px #9D979B;
}

.footer-time-table tr:last-child th,
.footer-time-table tr:last-child td {
  border-bottom: none;
}

.footer-yagou {
  width: 100%;
}

.footer-yagou th {
  padding: 15px 0;
  text-align: center;
  white-space: nowrap;
  border-bottom: solid 1px #9D979B;
}

.footer-yagou td {
  padding: 15px 0;
  border-bottom: solid 1px #9D979B;
}

.footer-yagou tr:last-child th,
.footer-yagou tr:last-child td {
  border-bottom: none;
}

.footer-copyright {
  padding: 10px;
  color: #fff;
  background: #052F7A;
}

/*  */

section.bg { background-color: #F2F2F2; }

.heading-section-bi {
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  background: #172F6C bottom url(../images/icl_bg_title.webp) no-repeat;
  background-size: cover;
}

.heading-section-bi .en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.heading-section-bi .en:before,
.heading-section-bi .en:after {
  content: '';
  display: block;
  margin: 0 30px;
  width: 36px;
  height: 1px;
  background: #fff;
}

.heading-section-bi .jp {
  font-size: 54px;
  font-family: var(--ff-serif-font-family);
}

.heading-border {
  padding: 0 30px 10px 30px;
  text-align: center;
  border-bottom: solid 1px #0C2565;
}

.table-fill {
  width: 100%;
}

.table-fill th {
  padding: 14px 24px;
  color: #fff;
  background: #0C2565;
  border: solid 1px #fff;
}

.table-fill td {
  padding: 14px 24px;
  background: #fff;
  border: solid 1px #6F6F6F;
}

.table-form th {
  padding: 30px 20px;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}

.table-form td {
  padding: 30px 20px;
  border-bottom: solid 1px #eee;
}

.table-form tr:last-child th {
  border-bottom: none;
}

.table-form tr:last-child td {
  border-bottom: none;
}

.table-price {
  width: 100%;
}

.table-price th {
  padding: 4px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  border: solid 1px #485B8B;
}

.table-price td {
  padding: 10px;
  border: solid 1px #485B8B;
}

.list-indent > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-indent > li ul li {
  text-indent: 0;
}

.slide-toggle {
  display: table;
  margin: 0 auto;
  padding: 15px 30px 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  background: #052F7A;
}

.slide-toggle:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}

.slide-wrap.active .slide-toggle:before {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #fff transparent;
}

.slide-content {
  display: none;
  margin-top: 40px;
}

.page-index-list li {
  margin: 20px 0;
}

.page-index-list li a {
  display: block;
  padding: 20px 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #0C2565;
}

.page-index-list li a:hover {
  opacity: 0.9;
}