/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  background-color: #FFF;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
  min-width: 100%;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  border: 1px solid #999;
  padding: 8px 8px;
  font-size: 3.8vw;
}

th {
  font-weight: bold;
  text-align: left;
  background: #DDFFDF;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3888888889;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
textarea,
select {
  appearance: none;
  border: 1px solid #A3A3A3;
  width: 100%;
}

input[type=date] {
  height: 53px;
}

::placeholder {
  color: #9A9A9A;
}

.ly_siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ly_header {
  background-color: #123577;
  padding: 17px 0;
}

.ly_header_inner {
  margin: auto;
  max-width: 767px;
}

.ly_cont_inner {
  margin: auto;
  max-width: 767px;
  padding: 0 1.6rem;
  width: 100%;
}

.ly_cont_main {
  flex: 1;
  overflow-x: hidden;
}

.ly_cont_mainTop > .ly_cont_inner {
  text-align: center;
}

.ly_cont_mainTop .ly_cont:first-of-type {
  padding-top: 6px;
}

.ly_cont_mainTop .ly_cont:nth-of-type(5) .bl_window {
  margin-top: 11px;
  padding-left: 9px;
}

.ly_cont_mainTop .ly_cont:nth-of-type(6) {
  padding-top: 50px;
}

.ly_cont_mainTop .ly_cont:nth-of-type(6) > .ly_cont_inner > .bl_accordion {
  margin-left: 7px;
  margin-right: 7px;
}

.ly_cont_mainTop .ly_cont:nth-of-type(7) {
  padding-bottom: 48px;
  padding-top: 41px;
}

.ly_cont_mainPrapoli > .ly_cont {
  padding-top: 62px;
}

.ly_cont_mainPrapoli > .ly_cont:nth-of-type(2) {
  padding-top: 28px;
}

.ly_cont_mainPrapoli > .ly_cont:nth-of-type(3) {
  padding-top: 52px;
  padding-bottom: 55px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(2) {
  margin-top: 15px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(3) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(4) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(5) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(6),
.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(7) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(8) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(9) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(10) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(11) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(12) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(13) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .el_lv2Heading.el_lv2Heading__sm:nth-of-type(14) {
  margin-top: 28px;
}

.ly_cont_mainPrapoli .ly_cont_inner > .bl_window {
  margin-top: 10px;
}
.ly_cont_mainPrapoli .ly_cont_inner > .bl_window_readTxt {
 margin-top: 10px;
 text-align: center;
}

.ly_cont_mainInformation > .ly_cont {
  padding-top: 58px;
}

.ly_cont_mainInformation > .ly_cont:nth-of-type(2) {
  padding-top: 37px;
}

.ly_cont_mainInformation > .ly_cont:nth-of-type(3) {
  padding-top: 44px;
  padding-bottom: 55px;
}

.ly_cont_mainInformation > .ly_cont:nth-of-type(4) {
  padding-bottom: 41px;
  padding-top: 43px;
}
.ly_cont_mainInformation .ly_cont_inner > .bl_window_readTxt {
  margin-top: 10px;
  text-align: center;
}

.ly_cont_mainInformation .ly_cont_inner > .bl_window {
  margin-top: 10px;
}

.ly_cont_mainSend > .ly_cont {
  padding-bottom: 40px;
  padding-top: 25px;
}

.ly_cont_mainSend .ly_cont_inner {
  padding: 0 4px;
}

.ly_cont_mainSend .ly_cont_inner > .el_lv2Heading.el_lv2Heading__lg {
  margin-left: 8px;
  margin-right: 8px;
}

.ly_cont_mainSend .ly_cont_inner > p {
  margin: 13px 8px 0;
}

.ly_cont_mainSend .ly_cont_inner > .bl_window {
  border-top: 2px solid #707070;
  margin-top: 56px;
  padding-top: 6px;
}

.ly_cont_mainSend .ly_cont_inner .bl_window_readTxt {
  padding-left: 2px;
  padding-right: 2px;
}

.ly_cont_mainSend .ly_cont_inner .bl_window_head {
  margin-top: 18px;
  padding-left: 2px;
}

.ly_cont_mainSend .ly_cont_inner .bl_window_list {
  margin-top: 13px;
  padding-left: 34px;
}

.ly_footer {
  border-top: 2px solid #707070;
  padding: 20px 0;
}

.ly_footer_inner {
  margin: auto;
  max-width: 767px;
  text-align: center;
}

.bl_imgMap img {
  margin-top: 3px;
  max-width: 100%;
}

.bl_window {
  padding: 0 1.2rem;
  margin-top: 1.6rem;
  margin-bottom: 3.6rem;
}

.bl_window > .bl_btnCenter {
  margin-top: 2.4rem;
}

.bl_window_head {
  margin-top: 28px;
}

.bl_window_list {
  line-height: 1.9444444444;
  margin-top: 5px;
  padding-left: 0;
}

table.bl_window_list a, .popup .btn_entry_call, .popup .btn_resign {
  font-size: 1.6rem;
  padding-right: 0.6em;
  text-underline-offset: 0.08em;
  display: block;
  background: #373cf2;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  max-width: 300px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
.popup .btn_resign{
  background-color: #777;
}

.bl_window_list a .fa {
  margin-right: .5em;
}

.bl_btnCenter {
  text-align: center;
}

.bl_num_list {
  line-height: 1.6666666667;
}

.bl_supplement {
  margin-top: 3px;
}

.bl_form {
  margin-top: 12px;
  text-align: center;
}

.bl_form > .bl_btnCenter {
  margin-top: 21px;
}

.bl_form_body {
  margin: auto;
  max-width: 332px;
  text-align: left;
  transform: translateX(-2px);
  margin-top: 1.6rem;
}

.bl_form_body:first-of-type {
  margin-top: 21px;
}

.bl_label {
  font-size: 1.6rem;
}

.bl_require {
  color: #FF0000;
  padding-left: 15px;
}

.bl_selectArea {
  background-color: #F7F7F7;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.4375;
  margin-top: -1px;
  padding: 14px 15px;
}

.bl_inputArea input {
  font-size: 1.6rem;
  line-height: 3.0625;
  padding: 0 10px;
}

.bl_accordion {
  margin-top: 41px;
}

.bl_accordion:nth-of-type(1) {
  margin-top: 13px;
}

.bl_accordion:nth-of-type(2) .bl_accordion_inner:nth-of-type(2) dd {
  margin-top: 16px;
}

.bl_accordion_inner dt > p {
  background-color: #F9EAEC;
}

.bl_accordion_inner dt > strong {
  display: block;
  font-weight: 700;
  line-height: 1.2777777778;
  margin-top: 5px;
}

.bl_accordion_inner dd {
  margin-top: 23px;
}

.bl_accordion_inner dd .bl_window {
  margin-top: 4px;
  padding-left: 0;
}

.bl_accordion_inner dd .bl_window_list {
  margin-top: 20px;
  padding-left: 0;
}

.bl_accordion_inner dd .bl_window_list > * + * {
  margin-top: -3px;
}

.bl_accordion_inner dd > p:first-of-type {
  background-color: #E9F5FC;
}

.bl_lv3Heading {
  border-bottom: 2px solid #707070;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 15px;
  padding-bottom: 2px;
  padding-left: 7px;
}

.bl_receptionTime_txt {
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 13px;
  padding-left: 7px;
  padding-right: 7px;
}

.bl_receptionTime_txt a {
  margin-right: 2px;
  text-underline-offset: 0.08em;
}

.bl_answer_txt {
  letter-spacing: 0.02em;
  margin-top: 5px;
}

.bl_answer_txt a, #FAQ .bl_window_list a {
  font-size: 2rem;
  letter-spacing: 0;
  margin-left: 6px;
  margin-right: 5px;
  text-underline-offset: 0.08em;
}

.bl_subjectArea {
  letter-spacing: 0.02em;
  line-height: 1.2777777778;
  margin-top: 12px;
}

.bl_breadcrumb {
  display: flex;
  margin: 4px auto 0;
  max-width: 767px;
}

.bl_breadcrumb li {
  line-height: 1.6666666667;
}

.bl_breadcrumb li:first-of-type {
  margin-left: 13px;
  position: relative;
}

.bl_breadcrumb li:first-of-type::after {
  content: ">";
}

.bl_breadcrumb li:nth-of-type(2) {
  margin-left: 7px;
}

.bl_privacyPolicy_txt {
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.bl_privacyPolicy_txt:nth-of-type(2) {
  margin-top: 7px;
}

.bl_privacyPolicy_txt:nth-of-type(3),
.bl_privacyPolicy_txt:nth-of-type(9) {
  margin-top: 10px;
}

.bl_privacyPolicy_txt:nth-of-type(4) {
  margin-top: 10px;
}

.bl_privacyPolicy_txt:nth-of-type(5) {
  margin-top: 10px;
}

.bl_privacyPolicy_txt:nth-of-type(6),
.bl_privacyPolicy_txt:nth-of-type(8) {
  margin-top: 10px;
}

.bl_privacyPolicy_txt:nth-of-type(7),
.bl_privacyPolicy_txt:nth-of-type(10) {
  margin-top: 10px;
}

.bl_privacyPolicy_numList {
  margin-top: 25px;
  padding-left: 2rem;
  list-style: disc;
}

.bl_privacyPolicy_numList > * + * {
  margin-top: 12px;
}

.bl_privacyPolicy_numList:nth-of-type(2) {
  margin-top: 10px;
}

.bl_privacyPolicy_numList:nth-of-type(2) > * + * {
  margin-top: 12px;
}

.bl_privacyPolicy_bulletList {
  margin-top: 25px;
}

.bl_privacyPolicy_bulletList > * + * {
  margin-top: 25px;
}

.bl_information {
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  margin-left: 7px;
  margin-top: 6px;
}

.bl_information dt {
  font-weight: 700;
}

.bl_information dt:nth-of-type(2) {
  margin-top: 10px;
}

.bl_information dt:nth-of-type(3) {
  margin-top: 12px;
}

.bl_information dt:nth-of-type(4) {
  margin-top: 6px;
}

.bl_information dd {
  margin-top: -3px;
}

.bl_footer_nav {
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.1538461538;
}

.bl_footer_nav li:not(:last-of-type) {
  border-right: 1px solid #707070;
  padding-right: 1em;
  margin-right: 1em;
}

.bl_footer_nav a {
  color: #000;
  text-decoration: none;
}

.bl_footerCopy {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.1538461538;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .bl_footer_nav {
    flex-direction: column;
    row-gap: 5px;
  }
  .bl_footer_nav li:not(:last-of-type){
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.el_btn {
  background-color: #123577;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1363636364;
  max-width: 329px;
  padding: 12px 0 11px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.el_btn .fa{
  margin-right: 10px;
  font-size: 2.2rem;
}

.el_btn.el_btn__lg {
  border-radius: 2px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  max-width: 336px;
}

.el_lv1Heading {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0454545455;
  padding-left: 25px;
  position: relative;
}

.el_lv1Heading::before {
  background-color: currentColor;
  content: "";
  height: 1em;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}

.el_lv2Heading {
  background: linear-gradient(to bottom, #EFF5FF, #B2D0FF);
  border-top: 3px solid #123577;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0952380952;
  padding: 8px 12px;
  max-width: 767px;
  margin: 0 auto;
}

.el_lv2Heading span {
  font-size: 1rem;
  margin-right: 6px;
  vertical-align: middle;
}

.el_lv2Heading.el_lv2Heading__gray {
  background: linear-gradient(to bottom, #FFF, #BFBFBF);
  border-top: 3px solid #383838;
  margin-top:3rem;
}

.el_lv2Heading.el_lv2Heading__sm {
  color: #001A4B;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2777777778;
}

.el_lv2Heading.el_lv2Heading__lg {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0454545455;
  padding: 16px 0 17px 18px;
}

.el_lv2Heading.el_lv2Heading__transparent {
  background: transparent;
  border-top: none;
  box-shadow: none;
  color: #001A4B;
  letter-spacing: 0.02em;
  padding: 0;
}

.el_label {
  color: #fff;
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.0952380952;
  padding: 5.75px 0;
  text-align: center;
  width: 115px;
}

.el_label__red {
  background-color: #D34454;
}

.el_label__blue {
  background-color: #026CB1;
}

.hp_px14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.mobile-version {
  display: table-cell;
  color: black;
  font-weight: normal;
}

.phone-number {
  font-size: 30px;
  color: blue;
  font-weight: bold;
  text-decoration: underline; /* アンダーラインを追加 */
}

/* Popup */
.popup{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  text-align: center;
  display:none;
  opacity:0;
  background: rgba(0,0,0,0.8);
  transition: opacity 2s ease-in-out;
  z-index: 9999999;
}
.popup.show{
  display: block;
  opacity: 1;
}
.popup .inner{
  margin: 11rem auto;
  padding: 2rem;
  background: #F6F6F6;
  width: 80%;
  max-width: 360px;
  min-width: 320px;
}
.popup .inner h3{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #000;
  padding: 11px 0;
  text-align: left;
}
.popup .inner h3 .fa{
  margin-right: .5rem;
  font-size: 1.6rem;
}
.popup .inner p{
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  color: #666;
  margin-bottom: 0.5rem;
}
.popup .inner ul{
  list-style: none;
}
.popup .inner ul li{
  margin-bottom: 1rem;
}
.popup .inner ul li:nth-child(2){
  margin-bottom: 12px;
}
.popup .inner ul li a.btn{
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  padding: 1rem 1.4rem;
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  color: #FAFAFA;
}
.popup .fa{margin-right: .5em;}
.popup .el_lv2Heading {
  margin-left: -2rem;
  width: calc( 100% + 4rem );
  margin-top: -2rem;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
.pc-version {
  display: none;
}
@media all and (min-width: 481px){
  td,
  th {
    font-size: 1.6rem;
    text-align: center;
  }
  table.bl_window_list a, .popup .btn_entry_call, .popup .btn_resign {
    margin: 1rem auto;
    padding: 1rem;
    font-weight: bold;
  }

  .phone-number {
    font-size: 30px;
    color: blue;
    font-weight: bold;
    text-decoration: underline; /* アンダーラインを追加 */
    line-height: 1em;
  }
  .bl_imgMap img{
    max-width: 420px;
  }

  .mobile-version {
    display: none!important;
  }

  .pc-version {
    display: block;
  }
}



