@charset "UTF-8";
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
  list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

/*------------------------------------------------------------
 Concrete CMSの編集画面CSSへの干渉を防ぐための記述
-----------------------------------------------------------*/
html.ccm-toolbar-visible {
  /*div.ccm-area.ccm-area-inline-edit-disabled div.ccm-block-edit-inline-active{
    height: 300px;
    overflow: scroll;
  }*/
  /*.replay-op {
    @include mq(pc) {
      top: calc(95px + 48px);
    }
  }*/
}
html.ccm-toolbar-visible .cke_toolbox {
  display: flex;
}
html.ccm-toolbar-visible #ccm-check-in-schedule-wrapper .help-block, html.ccm-toolbar-visible #ccm-check-in-schedule-wrapper span.ccm-input-time-wrapper select {
  font-size: 14px;
}
html.ccm-toolbar-visible .ccm-ui .btn-primary {
  background: #4a90e2;
  box-shadow: none;
  padding: 9px 30px;
}
html.ccm-toolbar-visible .ccm-ui .btn-primary::before {
  display: none;
}
html.ccm-toolbar-visible .top-kv {
  overflow: hidden;
}
html.ccm-toolbar-visible header {
  top: 48px;
}
@media screen and (max-width: 568px) {
  html.ccm-toolbar-visible header {
    z-index: 499;
  }
}
@media screen and (max-width: 568px) {
  html.ccm-toolbar-visible .hamburger-body.is-open {
    top: 102px !important;
  }
}
@media print, screen and (min-width: 569px) {
  html.ccm-toolbar-visible .header__body.fixed,
  html.ccm-toolbar-visible .hamburger-body {
    top: 48px;
  }
}
html.ccm-toolbar-visible .ccm-ui *,
html.ccm-toolbar-visible .ccm-panel * {
  font-size: initial;
}

.ccm-edit-mode .ccm-area-drag-area span {
  display: none;
}
.ccm-edit-mode .default-area ul.ccm-ui li:before {
  content: none;
}
.ccm-edit-mode ul.ccm-ui {
  width: auto;
}
.ccm-edit-mode input[type=checkbox].ccm-activate-date-time,
.ccm-edit-mode input[type=checkbox].ccm-flat-checkbox {
  all: revert;
}
.ccm-edit-mode .ui-widget-content {
  background: #fff;
}
.ccm-edit-mode .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ccm-page .header {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.ccm-page .header-upper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  align-items: center;
  display: flex;
  height: 80px;
}
@media screen and (max-width: 568px) {
  .ccm-page .header-upper {
    width: auto;
  }
}
.ccm-page .header-upper .logo {
  height: auto;
  margin-right: 20px;
  width: 86px;
}
.ccm-page .header-upper h1 {
  font-weight: normal;
  font-size: 14px;
}
.ccm-page .header-upper .tel {
  margin-left: auto;
}
.ccm-page .header-upper .tel img {
  height: 42px;
  width: auto;
}
.ccm-page .header-upper .btn {
  align-items: center;
  background-color: #5c1e2b;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  margin-left: 15px;
  text-align: center;
  width: 200px;
}
.ccm-page .header-upper .btn:before {
  background-image: url(../img/icon_mail.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 15px;
  width: 22px;
}

@media screen and (max-width: 568px) {
  .ccm-page .header-upper {
    height: 60px;
    padding-left: 16px;
  }
  .ccm-page .header-upper .logo {
    height: 50px;
    margin-right: 10px;
  }
  .ccm-page .header-upper .logo img {
    width: auto;
  }
  .ccm-page .header-upper h1 {
    font-size: 12px;
    font-weight: bold;
  }
  .ccm-page .header-upper .tel,
  .ccm-page .header-upper .btn {
    display: none;
  }
  .ccm-page .header-upper .hamburger {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
  }
}
@media print, screen and (min-width: 569px) {
  .ccm-page .hamburger {
    display: none;
  }
}
.ccm-page .hamburger {
  background: none;
  border: none;
  outline: none;
  padding: 10px 8px;
  background-color: #2b4f9c;
  margin-left: auto;
}
.ccm-page .hamburger i {
  background-color: transparent;
  border-width: 1px;
  border-color: #fff;
  border-top-style: solid;
  border-bottom-style: solid;
  display: inline-block;
  height: 23px;
  position: relative;
  text-indent: -9999px;
  width: 30px;
  transition: border-color 0.1s linear;
}
.ccm-page .hamburger i:before, .ccm-page .hamburger i:after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  transition: transform 0.4s linear;
}
.ccm-page .hamburger.is-open i {
  border-color: transparent;
}
.ccm-page .hamburger.is-open i:before, .ccm-page .hamburger.is-open i:after {
  transform-origin: center center;
}
.ccm-page .hamburger.is-open i:before {
  transform: rotate(225deg);
}
.ccm-page .hamburger.is-open i:after {
  transform: rotate(-225deg);
}
.ccm-page nav.header-nav {
  background-color: #333;
  color: #fff;
  height: 70px;
}
.ccm-page nav.header-nav ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 568px) {
  .ccm-page nav.header-nav ul {
    width: auto;
  }
}
.ccm-page nav.header-nav ul li {
  flex: 1;
  position: relative;
}
.ccm-page nav.header-nav ul li:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 30px;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.ccm-page nav.header-nav ul li:last-child:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 30px;
  left: inherit;
  right: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.ccm-page nav.header-nav ul a {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.ccm-page nav.header-nav ul a span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media print, screen and (min-width: 569px) {
  .ccm-page nav.header-nav .contacts {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .ccm-page nav.header-nav {
    background-color: #2b4f9c;
    bottom: 0;
    display: none;
    flex-direction: column;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    overflow: scroll;
    padding-top: 20px;
    top: 60px;
    z-index: 490;
  }
  .ccm-page nav.header-nav.is-open {
    display: flex;
  }
  .ccm-page nav.header-nav ul {
    display: block;
    font-size: 24px;
    height: auto;
  }
  .ccm-page nav.header-nav ul li:before {
    content: none;
  }
  .ccm-page nav.header-nav ul li:last-child:after {
    content: none;
  }
  .ccm-page nav.header-nav ul li + li {
    margin-top: 15px;
  }
  .ccm-page nav.header-nav ul a span {
    font-size: 15px;
  }
  .ccm-page nav.header-nav .contacts {
    border-top: 1px solid #fff;
    display: flex;
    flex-grow: 1;
    margin-top: 40px;
  }
  .ccm-page nav.header-nav .contacts ul {
    display: flex;
  }
  .ccm-page nav.header-nav .contacts ul li {
    text-align: center;
    width: 50%;
  }
  .ccm-page nav.header-nav .contacts ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ccm-page nav.header-nav .contacts ul li.contact-tel {
    border-right: 1px solid #fff;
    text-align: center;
    width: 50%;
  }
  .ccm-page nav.header-nav .contacts ul li.contact-tel a {
    padding: 0 15px;
  }
  .ccm-page nav.header-nav .contacts ul li.contact-mail {
    font-size: 20px;
    margin-top: 0;
  }
  .ccm-page nav.header-nav .contacts ul li.contact-mail a:before {
    aspect-ratio: 11/8;
    background-image: url(../img/icon_mail.png);
    background-size: contain;
    content: "";
    margin-bottom: 10px;
    width: 26px;
  }
}
.ccm-page .footer {
  background-color: #204983;
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
}
.ccm-page .footer-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .ccm-page .footer-main {
    width: auto;
  }
}
.ccm-page .footer-main .logo img {
  height: 78px;
  width: auto;
}
.ccm-page .footer-main .catch {
  margin-top: 15px;
}
.ccm-page .footer-pagetop {
  height: 60px;
  width: 60px;
  transition: opacity 1s ease-out;
  opacity: 1;
  position: absolute;
  right: -80px;
  top: -30px;
}
.ccm-page .footer-pagetop a {
  background-color: #2b4f9c;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccm-page .footer-pagetop a:after {
  content: "";
  display: inline-block;
  left: 21px;
  top: 24px;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(315deg);
  position: absolute;
}
.ccm-page .footer-pagetop a span {
  display: inline-block;
  text-indent: -9999px;
}
.ccm-page .footer-pagetop.fixed {
  z-index: 400;
  position: fixed;
  bottom: 20px;
  right: calc(50% - 680px);
  left: inherit;
  top: inherit;
}
.ccm-page .footer-pagetop.hidden {
  pointer-events: none;
  opacity: 0;
}
.ccm-page .footer-nav {
  display: flex;
  column-gap: 80px;
}
.ccm-page .footer-nav > ul > li > a {
  border-left: 3px solid #fff;
  padding-left: 12px;
}
.ccm-page .footer-nav > ul > li + li {
  margin-top: 20px;
}
.ccm-page .footer-nav li ul {
  font-size: 12px;
  margin-top: 18px;
  margin-left: 15px;
}
.ccm-page .footer-nav li ul li + li {
  margin-top: 10px;
}
.ccm-page .footer-copy {
  background-color: #153c74;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.toppage .footer {
  margin-top: 0;
}

@media screen and (max-width: 568px) {
  .ccm-page .footer-pagetop {
    height: 50px;
    width: 50px;
    right: 20px;
    top: -30px;
  }
  .ccm-page .footer-pagetop a {
    height: 50px;
    width: 50px;
  }
  .ccm-page .footer-pagetop a:after {
    left: 16px;
    top: 20px;
  }
  .ccm-page .footer-pagetop.fixed {
    right: 20px;
  }
  .ccm-page .footer-main {
    display: block;
    padding: 40px 16px 0;
  }
  .ccm-page .footer-nav {
    display: block;
    margin-top: 25px;
  }
  .ccm-page .footer-nav ul li a {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 20px 0;
  }
  .ccm-page .footer-nav ul li + li {
    margin-top: 0;
  }
  .ccm-page .footer-nav ul ul {
    display: none;
  }
  .ccm-page .footer-copy {
    margin-top: 40px;
  }
}

.ccm-page .path {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  height: 50px;
  padding-left: 16px;
}
.ccm-page .path ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 568px) {
  .ccm-page .path ol {
    width: auto;
  }
}
.ccm-page .path ol a {
  text-decoration: underline;
}
.ccm-page .path ol li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

html {
  scroll-behavior: smooth;
}

.ccm-page .content {
  overflow: hidden;
}
.ccm-page .default-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 568px) {
  .ccm-page .default-area {
    width: auto;
  }
}
.ccm-page .default-area h3 {
  align-items: flex-end;
  border-bottom: 1px solid #2b4f9c;
  display: flex;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.ccm-page .default-area h3:before {
  background-image: url(../img/icon_ofiice.png);
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 42px;
  margin-right: 20px;
  width: 42px;
}
.ccm-page .default-area * + h3,
.ccm-page .default-area h3 ~ h3 {
  margin-top: 70px;
}
.ccm-page .default-area h4 {
  border-left: 7px solid #2b4f9c;
  color: #2b4f9c;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 20px;
}
.ccm-page .default-area * + h4 {
  margin-top: 40px;
}
.ccm-page .default-area h5 {
  color: #2b4f9c;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 21px;
  margin-bottom: 10px;
}
.ccm-page .default-area * + h5 {
  margin-top: 25px;
}
.ccm-page .default-area h6 {
  color: #2b4f9c;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ccm-page .default-area p + p {
  margin-top: 18px;
}
.ccm-page .default-area a {
  text-decoration: underline;
}
.ccm-page .default-area a[target=_blank]:after {
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 8px;
  position: relative;
  top: 4px;
  width: 22px;
}
.ccm-page .default-area a[href$=".pdf"]:after {
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 8px;
  position: relative;
  top: 4px;
  width: 25px;
}
.ccm-page .default-area .ccm-block-file.pdf a:after {
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 8px;
  position: relative;
  top: 4px;
  width: 25px;
}
.ccm-page .default-area strong,
.ccm-page .default-area em {
  font-weight: bold;
}
.ccm-page .default-area u {
  text-decoration: underline;
}
.ccm-page .default-area i {
  font-style: italic;
}
.ccm-page .default-area del {
  text-decoration: line-through;
}
.ccm-page .default-area sub {
  vertical-align: sub;
}
.ccm-page .default-area sup {
  vertical-align: super;
}
.ccm-page .default-area small {
  font-size: 0.75em;
}
.ccm-page .default-area table th,
.ccm-page .default-area table td {
  border: 1px solid #2b4f9c;
  padding: 20px;
}
.ccm-page .default-area table th {
  background-color: #f4f7fe;
}
.ccm-page .default-area * + table {
  margin-top: 40px;
}
.ccm-page .default-area table + * {
  margin-top: 20px;
}
.ccm-page .default-area caption {
  margin-bottom: 15px;
}
.ccm-page .default-area ul li {
  padding-left: 1em;
  position: relative;
}
.ccm-page .default-area ul li:before {
  background-color: #2b4f9c;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 10px;
  width: 0.5em;
}
.ccm-page .default-area ol {
  margin-left: 1em;
}
.ccm-page .default-area ol li {
  list-style-type: decimal;
}
.ccm-page .default-area * + .ccm-layout-column-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 568px) {
  .ccm-page .default-area h3 {
    font-size: 24px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .ccm-page .default-area h3:before {
    margin-left: 10px;
    margin-right: 15px;
  }
  .ccm-page .default-area h4 {
    border-width: 5px;
    font-size: 21px;
  }
  .ccm-page .default-area h5 {
    font-size: 18px;
  }
  .ccm-page .default-area h6 {
    font-size: 16px;
  }
  .ccm-page .default-area a[target=_blank]:after {
    height: 16px;
    width: 16px;
    vertical-align: baseline;
  }
  .ccm-page .default-area a[href$=".pdf"]:after {
    height: 22px;
    width: 22px;
    vertical-align: baseline;
  }
  .ccm-page .default-area small {
    font-size: inherit;
  }
}
.ccm-page .default-area * + .ccm-custom-style-container {
  margin-top: 60px;
}
.ccm-page .default-area .office-tel h4 {
  border: none;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .ccm-page .default-area * + .ccm-custom-style-container {
    margin-top: 40px;
  }
}

/*リニュアルベース*/
#page main .article-unit {
  /*link*/
  /*center*/
  /*list disc*/
  /*赤字*/
  /*※注記*/
  /*写真用注釈*/
  /*二列並び*/
  /*画像専用*/
  /*end*/
  /*flow*/
}
#page main .article-unit .article-unit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0 5rem;
  /*@media (max-width: 375px) {
    .btn {
      width: 100%;
    }
  }*/
}
@media screen and (max-width: 568px) {
  #page main .article-unit .article-unit__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  #page main .article-unit .article-unit__inner {
    padding: 3rem 0 0;
  }
}
@media (max-width: 1260px) {
  #page main .article-unit .article-unit__inner {
    width: 90%;
  }
}
@media (min-width: 769px) {
  #page main .article-unit .article-unit__inner .simg {
    display: none !important;
  }
  #page main .article-unit .article-unit__inner .pimg {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #page main .article-unit .article-unit__inner .pimg {
    display: none !important;
  }
  #page main .article-unit .article-unit__inner .simg {
    display: block !important;
  }
}
#page main .article-unit .article-unit__inner .mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#page main .article-unit .btn {
  color: #2b4f9c;
  margin-top: 15px;
  display: block;
  text-align: right;
}
#page main .article-unit .center_box {
  margin: 0 auto !important;
}
#page main .article-unit .list_disc li:before {
  content: "・" !important;
  flex-shrink: 0;
  width: auto;
  position: static;
  background: none !important;
}
#page main .article-unit .red {
  color: #E60012;
}
#page main .article-unit ul.notice {
  display: block !important;
  margin: 20px auto 0;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
}
#page main .article-unit ul.notice li {
  width: 100% !important;
  text-indent: 0em;
  padding-left: 1em;
}
#page main .article-unit ul.notice li::before {
  content: "※";
  display: contents;
  background: none;
  height: auto;
  top: 0;
}
#page main .article-unit .txt_img {
  margin-top: 15px;
  display: block;
  text-align: center;
}
#page main .article-unit .col_2img {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
#page main .article-unit .col_2img li {
  padding-left: 0 !important;
}
#page main .article-unit .col_2img li::before {
  display: none !important;
}
@media (max-width: 768px) {
  #page main .article-unit .col_2img {
    display: block;
  }
  #page main .article-unit .col_2img li {
    width: 100%;
    margin: 0 auto 20px;
  }
  #page main .article-unit .col_2img li img {
    display: block;
    width: 100% !important;
  }
}
#page main .article-unit .col_2 {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
#page main .article-unit .col_2 li {
  padding-left: 0 !important;
}
#page main .article-unit .col_2 li::before {
  display: none !important;
}
#page main .article-unit .col_2 li img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #page main .article-unit .col_2 {
    display: block;
  }
  #page main .article-unit .col_2 li {
    width: 100%;
  }
  #page main .article-unit .col_2 li img {
    margin: 0 auto 20px;
    display: block;
    width: 100%;
  }
}
#page main .article-unit .flow_section .arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 60px;
  display: block;
  margin: 30px auto 30px;
  border-radius: 9999px;
  background-color: #2b4f9c;
}
#page main .article-unit .flow_section .arrow::before,
#page main .article-unit .flow_section .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 45px;
  border-radius: 9999px;
  background-color: #2b4f9c;
  transform-origin: 50% calc(100% - 2px);
}
#page main .article-unit .flow_section .arrow::before {
  transform: rotate(45deg);
}
#page main .article-unit .flow_section .arrow::after {
  transform: rotate(-45deg);
}
#page main .article-unit .flow_section dt {
  text-align: center;
  background: #2b4f9c;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #page main .article-unit .flow_section dt {
    text-align: left;
  }
}
#page main .article-unit #garlic_form, #page main .article-unit .garlic-form {
  margin-top: 40px;
  display: block;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

@media print, screen and (min-width: 569px) {
  body {
    min-width: 1230px;
  }
}
.ccm-page * {
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.ccm-page *:before,
.ccm-page *:after {
  background-repeat: no-repeat;
}
.ccm-page img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.ccm-page table {
  width: 100%;
}

@media print, screen and (min-width: 569px) {
  .ccm-page a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 568px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=base.css.map */