@charset "UTF-8";
/******************************
reset.scss
******************************/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  padding: 0;
  min-width: 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 */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/*****************************
 variable.scss
 ******************************/
/*=============================
 breakpoint
 =============================*/
/*=============================
 color
 =============================*/
/******************************
mixin.scss
******************************/
/******************************
breakpoint
******************************/
/******************************
font
******************************/
/******************************
flex
******************************/
/******************************
position
******************************/
/******************************
font-family
******************************/
/******************************
base.scss
******************************/
html {
  font-size: 12px;
  overflow-x: hidden;
}
@media screen and (min-width: 426px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

section img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

section {
  padding: 1rem 0;
  width: min(100%, 680px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section {
    width: min(100%, 680px);
    margin: 0 auto;
  }
}

section a {
  display: block;
}
section a:hover {
  opacity: 0.9;
}

blockquote {
  background-color: rgba(102, 102, 102, 0.5);
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 1rem;
}

:focus {
  outline: none;
}

/******************************
l-header.scss
******************************/
/******************************
l-main.scss
******************************/
.l__inner {
  width: min(90%, 680px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l__inner {
    width: min(100%, 680px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-main {
    width: min(90%, 680px);
    margin: 0 auto;
  }
}

.l-mv__picture {
  width: 100%;
  margin-bottom: 1rem;
}
.l-mv__content {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-mv__content {
    max-width: 550px;
    margin: 3rem auto;
  }
}

.l-sec2__contents {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-sec2__contents {
    width: 100%;
    max-width: 680px;
  }
}

.l-sec3__table {
  position: relative;
  z-index: 1;
  border-collapse: collapse;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .l-sec3__table {
    width: 90%;
  }
}

.l-sec4__table {
  position: relative;
  z-index: 1;
  border-collapse: collapse;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .l-sec4__table {
    width: 90%;
  }
}

.l-sec6 {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-sec6__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 20px;
  }
}
.l-sec6__img {
  width: 50%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .l-sec6__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.l-sec6__text {
  width: 82%;
  margin: 0 auto;
}

/******************************
l-footer.scss
******************************/
/******************************
heading.scss
******************************/
.c-hd-lv2 {
  font-size: 5.6vw;
  color: #004ea2;
  font-weight: 700;
  background-color: #ecf8fc;
  border-top: 1px solid #004ea2;
  padding: 0.8em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-hd-lv2 {
    font-size: min(24px, 2vw);
    text-align: center;
  }
}

.c-hd-lv3 {
  padding: 0.5em 0;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.6;
  border-top: 1px solid #004ea2;
  border-bottom: 1px solid #004ea2;
  font-size: 4.7vw;
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  .c-hd-lv3 {
    font-size: min(20px, 1.7vw);
  }
}

/******************************
button.scss
******************************/
.c-button-main {
  position: relative;
  background-color: #004ea2;
  border-bottom: 5px solid #170c45;
  font-size: 4.3vw;
  color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-button-main {
    font-size: min(18px, 1.5vw);
    max-width: 360px;
  }
}
.c-button-main::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4em;
  font-size: 6.5vw;
}
@media screen and (min-width: 768px) {
  .c-button-main::after {
    font-size: min(24px, 2vw);
  }
}

.c-button__icon {
  width: 35px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-button__icon {
    width: 40px;
  }
}

.c-button-point {
  position: relative;
  background-color: #ec6d81;
  border-bottom: 5px solid #ab2945;
  font-size: 4.3vw;
  color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-button-point {
    font-size: min(18px, 1.5vw);
    max-width: 360px;
  }
}
.c-button-point::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4em;
  font-size: 6.5vw;
}
@media screen and (min-width: 768px) {
  .c-button-point::after {
    font-size: min(24px, 2vw);
  }
}

.c-button__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 1em - 50px);
          flex: 0 1 calc(100% - 1em - 50px);
}

/******************************
display.scss
******************************/
/******************************
flex.scss
******************************/
.c-flex--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex--fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-flex--fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex--sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-flex--se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.c-align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-align--fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-align--fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-align--st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (max-width: 767.98px) {
  .c-d-block__sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.c-img {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-img {
    width: 70%;
    margin: 2rem auto;
  }
}

/******************************
position.scss
******************************/
.c-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-left-top {
  position: absolute;
  top: 0;
  left: 0;
}

.p-mv__text {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  margin: 2em auto 3em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: min(13px, 1.1vw);
  }
}
.p-mv__h1 {
  font-size: 4.5vw;
  font-weight: 700;
  border-left: 1.4em solid #004ea2;
  color: #004ea2;
  padding-left: 0.5em;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-mv__h1 {
    font-size: min(30px, 2.5vw);
    line-height: 1.6;
    border-left: 0.8em solid #004ea2;
  }
}
.p-mv__content {
  border: 1px solid #004ea2;
  padding: 1em;
}
.p-mv__content-title {
  font-size: 4.7vw;
  margin-bottom: 1em;
  text-align: center;
  color: #004ea2;
}
@media screen and (min-width: 768px) {
  .p-mv__content-title {
    font-size: min(20px, 1.7vw);
  }
}
.p-mv__item a {
  color: #004ea2;
}

.p-sec2__title {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sec2__title {
    font-size: 16px;
  }
}
.p-sec2__table {
  background-color: #dee1f2;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.p-sec2__table:last-of-type {
  background-color: #fdf2f3;
}
.p-sec2__table2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.5%;
          flex: 0 1 49.5%;
  background-color: #FFFFFF;
}
.p-sec2__table2__list {
  padding: 0.5em;
}
.p-sec2__item {
  padding-left: 1em;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-sec2__item {
    font-size: 16px;
  }
}
.p-sec2__item:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.p-sec2__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-sec3__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.7vw;
  padding: 0.5em 5em 0.5em 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-sec3__title {
    font-size: min(16px, 1.3vw);
  }
}
.p-sec3__title::after {
  display: block;
  content: "";
  width: 6em;
  height: 5em;
  position: absolute;
  top: 0;
  right: -3em;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  background-color: #FFFFFF;
}
.p-sec3__th, .p-sec3__td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #666666;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-sec3__th, .p-sec3__td {
    font-size: 16px;
  }
}
.p-sec3__th {
  text-align: center;
  padding: 0.5em 0;
}
.p-sec3__td:not(:first-of-type) {
  padding: 0.3em;
}
.l-sec3__tr:last-of-type .p-sec3__td {
  padding: 1em 0.3em;
  text-align: center;
}
.p-sec3__td:first-of-type {
  width: 23%;
  text-align: center;
  background-color: #e2f5fa;
  color: #004ea2;
}
.p-sec3__td:nth-of-type(2) {
  width: 40%;
}
.p-sec3__td:nth-of-type(3) {
  width: 37%;
}

.p-sec4__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.7vw;
  padding: 0.5em 5em 0.5em 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-sec4__title {
    font-size: min(16px, 1.3vw);
  }
}
.p-sec4__title::after {
  display: block;
  content: "";
  width: 6em;
  height: 5em;
  position: absolute;
  top: 0;
  right: -3em;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  background-color: #FFFFFF;
}
.p-sec4__th, .p-sec4__td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #666666;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-sec4__th, .p-sec4__td {
    font-size: 16px;
  }
}
.p-sec4__th {
  text-align: center;
  padding: 0.5em 0;
}
.p-sec4__td:not(:first-of-type) {
  padding: 0.3em;
}
.l-sec4__tr:last-of-type .p-sec4__td {
  padding: 1em 0.3em;
  text-align: center;
}
.p-sec4__td:first-of-type {
  width: 23%;
  text-align: center;
  background-color: #e2f5fa;
  color: #007bc7;
}
.p-sec4__td:nth-of-type(2) {
  width: 40%;
}
.p-sec4__td:nth-of-type(3) {
  width: 37%;
}

.p-sec6__h2 {
  text-align: center;
  color: #666666;
  margin-bottom: 1em;
  font-size: 26px;
  line-height: 1.6;
}
.p-sec6__span {
  display: block;
  color: #004ea2;
  font-size: 20px;
}
.p-sec6__text {
  font-size: 14px;
  margin-bottom: 1em;
  text-align: justify;
}
.p-sec6__name {
  font-size: 18px;
  text-align: center;
  margin-top: 1em;
}

/******************************
text.scss
******************************/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-main {
  color: #004ea2;
}

.text-sub {
  color: #007bc7;
}

.text-point {
  color: #ec6d81;
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.text {
  font-size: 16px;
  margin: 1em auto;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.text-small {
  font-size: 15px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .text-small {
    font-size: min(12px, 1vw);
  }
}

.text-underline {
  text-decoration: underline;
}

/******************************
background.scss
******************************/
.bg-main {
  background-color: #004ea2;
  color: #FFFFFF;
}

.bg-sub {
  background-color: #007bc7;
  color: #FFFFFF;
}

.bg-point {
  background-color: #ec6d81;
  color: #FFFFFF;
}

.bg-pink {
  background-color: #ec6d81;
  color: #FFFFFF;
}

.bg-duo {
  background: linear-gradient(-45deg, #f3a7ac 50%, #004ea2 50%);
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */

/* 221129後藤追加 */
.section_setting.section_line {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px){
  .section_setting.section_line {
    padding: 30px 6vw 0;
}
}
.section_line .noticebox {
  width: 846px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px){
  .section_line .noticebox {
    width: 100%;
    margin-top: 50px;
}
}
.section_line .noticebox p {
  font-size: 12px;
  line-height: 1.5;
  color: #757575;
}
.column_flex{
  display: flex;
  justify-content: space-between;
}
.column_flex--left,.column_flex--right{
  width: calc(100% / 2 - 8px);
}
.column_flex--left{
  position:relative;
  display:inline-block;
}
.column_flex--left::after{
  content:"";
  display:inline-block;
  width:1px;
  height:104%;
  background-color:#0097A7;
  position:absolute;
  top:-2px;
  right:-9px;
}
.column_flex--sub{
  width: calc(100% / 2 - 10px);
}
.c-img2{
  margin: 2rem auto;
  width: 90%;
}
.u-sec5-padding{
  /* padding-bottom: 32px; */
}
.text_ul{
  border-radius: 30px;
  border: solid 1px #004ea2;
  padding: 20px;
}
.text_li{
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .text_li{
    padding-bottom: 14px;
    font-size: 14px;
  }
}
.text_li:last-of-type{
  padding-bottom: 0;
}
.text_span{
  padding-bottom: 7px;
  display: block;
}
.tbl-r05{
  text-align: center;
}
.tbl-r05 .thead{
  background: #0065D1;
  border-bottom: solid 2px #ffffff;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.tbl-r05 .thead td{
  background: #0065D1;
  width: 40%;
}
.tbl-r05 th {
  width: 20%;
  background: #0065D1;
  border: solid 1px #ffffff;
  color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;  
}
.tbl-r05 td {
    background: #E5F1FF;
    border: solid 1px #ffffff;
    padding: 10px;
    vertical-align: middle;
  }
.tbl-r05 .last td{
  text-align: left;
}
.text_h4{
  color: #004ea2;
  font-weight: bold;
  margin-top: 28px;
  font-size: 16px;
}
@media screen and (max-width: 767px){
  .text_h4{
   font-size: 4vw;
  }
}
.text.u-margin{
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px){
  .u-font-size{
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px){
  .u-font-size2{
    font-size: 4.8vw;
  }
}
.newbtn_blue{
  margin: 0 auto 24px;
}
.u-display-inlineb {
  display: inline-block;
  line-height: 1.3;
}
/* 一覧から探す */
#clinic_list .clinic_name a{
  color: #222222;
}
.adjust-a {
  margin: 32px auto 0 auto;
}
@media screen and (min-width: 768px){
  #clinic_list .clinic_name {
    width: 60%;
  }
  #clinic_list .clinic_address {
    width: 40%;
}
  
}
.clinic_name__text{
  display: inline-block;
  margin-right: 10px;
}
.clinic__title .box{
  cursor: pointer;
}
.l-main__inner {
  max-width: 1196px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px){
  .l-main__inner {
    min-width:auto;
  }
}
/* //一覧から探す */