@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "YakuHanJP", "Noto Sans JP", sans-serif, "Zen Kaku Gothic New", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #055cc7;
  --default-blue2: #2f83e9;
  --base-gray-default: #f4f6f8;
  --base-gray-dark: #6c6c6c;
  --color-primary: #1e3c91;
  --color-secondary: #fff000;
  --color-gray1: #f8f6f2;
  --color-blue-light: #ecf1ff;
  --color-red: #e94c71;
}

html {
  scroll-behavior: smooth;
  word-wrap: break-word;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.header-logo a {
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .header-logo a {
    font-size: 1.125rem;
  }
}
.header-logo a::before {
  content: "";
  background: url("../common/logo.svg") no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .header-logo {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .header-logo__inner {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .header-wrap {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0 12px;
  }
  .header-info {
    margin-left: auto;
    border: 3px solid #000;
    background: #fff;
    box-shadow: 3px 3px 0px #fff000;
    transition: 0.3s all;
    border-top: none;
    border-width: 1px;
    border-radius: 0 0 10px 10px;
    margin-right: 10px;
    padding: 0 10px;
  }
  .header-info:hover {
    box-shadow: 1px 1px 0px #fff000;
    transform: translate(2px, 2px);
  }
  .header-info__inner {
    display: none;
  }
  .header-info:hover {
    transform: inherit;
    box-shadow: 3px 3px 0px #fff000;
  }
  .header-info ul {
    display: flex;
    align-items: center;
  }
  .header-info ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--color-primary);
    cursor: pointer;
    padding: 10px;
  }
  .header-info ul li a::before {
    content: "";
    background: url("../common/ico_lang.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    display: block;
  }
  .header-info ul li:nth-of-type(1) span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--color-primary);
    cursor: pointer;
    padding: 10px;
  }
  .header-info ul li:nth-of-type(1) span::before {
    content: "";
    background: url("../common/ico_lang.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    display: block;
  }
  .header-info ul li:nth-of-type(2) a::before {
    background: url("../common/ico_time.svg") no-repeat center center;
  }
  .header-info ul li:nth-of-type(3) a::before {
    background: url("../common/ico_info.svg") no-repeat center center;
  }
  .header-info ul li:nth-of-type(4) a::before {
    background: url("../common/ico_search.svg") no-repeat center center;
  }
  .header-info .lang-inner {
    position: relative;
  }
  .header-info .lang-inner #google_translate_element2 {
    display: none;
  }
  .header-info .lang .Language {
    display: block;
  }
  .header-info .lang .LanguageInner {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
    right: 100%;
  }
  .header-info .lang .LanguageInner select {
    border: 2px solid #000;
    padding: 5px 20px;
    font-weight: bold;
  }
  .header-info .lang:hover .LanguageInner {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10;
  }
  .header-menu {
    position: relative;
  }
  .header-menu .menu {
    width: 100%;
    margin: 0px auto 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--color-primary);
    color: #fff;
  }
  .header-menu .menu__item {
    display: flex;
    align-items: center;
  }
  .header-menu .menu__item::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 0.8em;
    display: block;
    transform: rotate(15deg);
  }
  .header-menu .menu__item:last-child::after {
    display: none;
  }
  .header-menu .menu__item:nth-of-type(2) .drop-menu__head::before {
    background: url("../images/ico_panels_02.svg") no-repeat center center;
  }
  .header-menu .menu__item:nth-of-type(3) .drop-menu__head::before {
    background: url("../images/ico_panels_03.svg") no-repeat center center;
  }
  .header-menu .menu__item:nth-of-type(4) .drop-menu__head::before {
    background: url("../images/ico_panels_04.svg") no-repeat center center;
  }
  .header-menu .menu__item:nth-of-type(5) .drop-menu__head::before {
    background: url("../images/ico_panels_05.svg") no-repeat center center;
  }
  .header-menu .menu__item:nth-of-type(6) .drop-menu__head::before {
    background: url("../images/ico_panels_06.svg") no-repeat center center;
  }
  .header-menu .menu__item:nth-of-type(7) .drop-menu__head::before {
    background: url("../images/ico_panels_07.svg") no-repeat center center;
  }
  .header-menu .menu__link {
    display: block;
    padding: 10px 17px;
    color: #fff;
    position: relative;
  }
  .header-menu .menu__link::after {
    content: "";
    transition: 0.3s all;
    bottom: 10px;
  }
  .header-menu .menu__link:hover::after {
    content: "";
    background: url("../common/ico_arrow_forward_white.svg") no-repeat center center;
    background-size: contain !important;
    width: 8px;
    height: 13px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-menu .menu .drop-menu {
    background: var(--color-gray1);
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    width: 100vw;
    height: auto;
    box-sizing: border-box;
  }
  .header-menu .menu .drop-menu.is-active {
    padding: 20px 20px;
    top: 47px;
    display: block;
    z-index: 100;
    left: 0;
    animation-name: fade-in;
    animation-duration: 0.3s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header-menu .menu .drop-menu__link {
    display: block;
    background: var(--color-gray1);
    padding: 0px 20px;
    transition: all 0.3s;
    width: 100%;
    color: #000;
  }
  .header-menu .menu .drop-menu__head {
    color: var(--color-primary);
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 4px solid var(--color-primary);
    padding: 14px 20px 10px 50px;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
  }
  .header-menu .menu .drop-menu__head::before {
    content: "";
    background: url("../images/ico_panels_01.svg") no-repeat center center;
    background-size: contain !important;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .header-menu .menu .drop-menu__head.-menu02::before {
    background: url("../images/ico_panels_02.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu__head.-menu03::before {
    background: url("../images/ico_panels_03.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu__head.-menu04::before {
    background: url("../images/ico_panels_04.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu__head.-menu05::before {
    background: url("../images/ico_panels_05.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu__head.-menu06::before {
    background: url("../images/ico_panels_06.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu__head.-menu07::before {
    background: url("../images/ico_panels_07.svg") no-repeat center center;
  }
  .header-menu .menu .drop-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
    gap: 0px 40px;
    padding-bottom: 40px;
  }
  .header-menu .menu .drop-menu ul li a {
    display: block;
    color: #000;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    font-weight: bold;
  }
  .header-menu .menu .drop-menu ul li a:hover {
    background: #fff;
  }
  .header-menu .menu .drop-menu ul li a::before {
    content: "";
    background: url("../common/ico_arrow_forward.svg") no-repeat center center;
    background-size: contain;
    width: 0.5em;
    height: 0.8em;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .header .hamburger-button {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header-info {
    display: none;
  }
  .header-info__inner {
    margin: 40px 20px 10px 20px;
    display: block;
  }
  .header-info__inner select {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    outline: none;
    border: none;
    text-align: center;
  }
  .header-info__inner #google_translate_element2 {
    display: none;
  }
  .header-info__inner .info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    gap: 15px;
  }
  .header-info__inner .info-block li a {
    box-shadow: 0px 3px 0px #fff000;
    background: #fff;
    color: #2a65ae;
    display: block;
    border-radius: 4px;
    font-size: 0.875rem;
    text-align: center !important;
    padding: 14px 25px 7px 40px;
    font-weight: bold;
    position: relative;
  }
  .header-info__inner .info-block li a::after {
    content: "";
    background: url(../common/ico_time.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .header-info__inner .info-block li:nth-of-type(2) a::after {
    background: url(../common/ico_info.svg) no-repeat center center;
  }
  .header-info__inner .info-block li:nth-of-type(3) a::after {
    background: url(../common/ico_search.svg) no-repeat center center;
  }
  .header-logo__inner {
    background: #fff;
    padding: 10px;
  }
  .header-logo__inner a {
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .header-logo__inner a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .header-logo__inner a::before {
    content: "";
    background: url("../common/logo.svg") no-repeat center center;
    background-size: contain;
    width: 88px;
    height: 38px;
    display: block;
    margin-right: 10px;
  }
  .header-wrap {
    margin: 8px 46px 16px;
  }
  .header .nav-menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    /* ナビメニューの背景色を変えたい時 */
    background-color: var(--color-primary);
  }
  .header .nav-menu.active {
    transform: translateX(0);
    z-index: 10000;
  }
  .header .hamburger-button {
    width: -moz-fit-content;
    width: fit-content;
    height: clamp(13px, 3.4666666667vw, 26px);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    background: none;
    border: none;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 10001;
    outline: none;
  }
  .header .hamburger-lines {
    position: relative;
    width: clamp(30px, 3.6666666667vw, 90px);
    height: clamp(13px, 1.4666666667vw, 26px);
    transition-duration: 300ms;
  }
  .header .hamburger-lines.active {
    width: clamp(50px, 3.6666666667vw, 90px);
  }
  .header .hamburger-lines .line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: clamp(3px, 0.2666666667vw, 2px);
    margin: auto;
    transition-duration: 300ms;
    /* ハンバーガーメニューの線の色を変えたい時 */
    background: var(--color-primary);
  }
  .header .hamburger-lines .line:nth-child(1) {
    top: 0;
  }
  .header .hamburger-lines .line:nth-child(2) {
    bottom: 0;
  }
  .header .menu {
    margin: 24px 20px 10px;
  }
  .header .menu__item {
    color: #fff;
  }
  .header .menu__item:nth-of-type(2) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_02.svg") no-repeat center center;
  }
  .header .menu__item:nth-of-type(3) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_03.svg") no-repeat center center;
  }
  .header .menu__item:nth-of-type(4) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_04.svg") no-repeat center center;
  }
  .header .menu__item:nth-of-type(5) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_05.svg") no-repeat center center;
  }
  .header .menu__item:nth-of-type(6) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_06.svg") no-repeat center center;
  }
  .header .menu__item:nth-of-type(7) .drop-menu__head::before {
    background: #fff000 url("../images/ico_panels_07.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head {
    margin: 0 auto;
    border-bottom: 4px solid var(--color-primary);
    font-weight: 500;
    position: relative;
    padding: 10px 20px 10px 50px;
    border-bottom: 1px solid #fff;
  }
  .header .menu__item .drop-menu__head::before {
    content: "";
    background: #fff000 url("../images/ico_panels_01.svg") no-repeat center center;
    background-size: 1.3em auto !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 100vh;
  }
  .header .menu__item .drop-menu__head::after {
    content: "";
    background: url("../common/ico_arrow_forward_white.svg") no-repeat center center;
    background-size: contain !important;
    width: 0.8em;
    height: 1em;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 100vh;
    transition: 0.3s all;
  }
  .header .menu__item .drop-menu__head.open::after {
    transform: rotate(180deg);
  }
  .header .menu__item .drop-menu__head.-menu02::before {
    background: #fff000 url("../images/ico_panels_02.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head.-menu03::before {
    background: #fff000 url("../images/ico_panels_03.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head.-menu04::before {
    background: #fff000 url("../images/ico_panels_04.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head.-menu05::before {
    background: #fff000 url("../images/ico_panels_05.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head.-menu06::before {
    background: #fff000 url("../images/ico_panels_06.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu__head.-menu07::before {
    background: #fff000 url("../images/ico_panels_07.svg") no-repeat center center;
  }
  .header .menu__item .drop-menu ul {
    display: none;
    margin: 10px 20px;
  }
  .header .menu__item .drop-menu ul li {
    border-bottom: 1px solid #73a0d8;
  }
  .header .menu__item .drop-menu ul li a {
    color: #fff;
    padding: 5px 0;
    display: block;
  }
  .header .menu__link {
    display: none;
  }
}
.footer {
  background: var(--color-primary);
}
.footer-nav {
  background: #fff;
  border-top: 1px solid #455971;
}
.footer-nav ul {
  display: flex;
}
@media screen and (max-width: 999px) {
  .footer-nav ul {
    flex-direction: column;
    margin: 0 20px;
  }
}
.footer-nav ul li {
  flex-grow: 1;
}
@media screen and (max-width: 999px) {
  .footer-nav ul li {
    border-bottom: 1px solid #d8e9ff;
  }
}
.footer-nav ul li a {
  display: flex;
  color: var(--color-primary);
  transition: 0.3s all;
  font-weight: 500;
  padding: 7px;
}
@media screen and (min-width: 1000px) {
  .footer-nav ul li a {
    border-right: 1px solid #455971;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
  }
}
.footer-nav ul li a:hover {
  background: var(--color-primary);
  color: #fff;
}
.footer-nav ul li:last-child a {
  border-right: none;
}
.footer-main {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding: 30px 0;
  }
}
.footer-main__wrap {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .footer-main__wrap {
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .footer-main__wrap {
    flex-direction: column;
  }
}
.footer-main__heading .head {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer-main__heading .head {
    font-size: 1.375rem;
  }
}
.footer-main__heading .etc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-main__heading .etc {
    gap: 5px;
    margin-top: 14px;
  }
}
.footer-main__heading .etc li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .footer-main__external {
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  .footer-main__external {
    margin-top: 60px;
  }
}
.footer-main__external ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-main__external ul li a {
  color: #000;
  font-size: 0.75rem;
}
.footer-copy {
  color: #fff;
  font-size: 0.6875rem;
  padding: 10px 16px;
  border-top: solid 1px;
}

/* ==========================================================================
	ページトップbtn
========================================================================== */
#pagetop {
  position: fixed;
  bottom: 12%;
  right: 13px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7);
  background-color: #133575;
  border: 2px solid #fff;
  background-size: 40px 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#pagetop:before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(135deg);
  transition: all 0.3s;
}

#floating_entry {
  display: none;
}

@media screen and (max-width: 767px) {
  #floating_entry {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }
  #floating_entry nav {
    background-color: var(--default-blue);
  }
  #floating_entry ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #floating_entry ul li {
    text-align: center;
  }
  #floating_entry ul li a {
    position: relative;
    display: block;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #fff;
    padding: 45px 0 8px 0;
  }
  #floating_entry ul li a::before {
    position: absolute;
    content: "";
    display: block;
    height: 24px;
    width: 1px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background: #fff;
  }
  #floating_entry ul li a div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #floating_entry ul li a div img {
    width: 30px;
  }
  #floating_entry ul li a div span {
    margin-top: 4px;
    width: 100%;
  }
  #floating_entry ul li a img {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #floating_entry ul li:only-child {
    width: 100%;
  }
  #floating_entry ul li:first-child:nth-last-child(2),
  #floating_entry ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  #floating_entry ul li:first-child:nth-last-child(3),
  #floating_entry ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3333333333%;
  }
  #floating_entry ul li:first-child:nth-last-child(4),
  #floating_entry ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
  #floating_entry ul li:last-of-type a {
    border-right: 0;
  }
  #floating_entry ul li:first-child a::before {
    display: none;
  }
}
body {
  font: var(--font_base);
  background: #fff;
  font-weight: 500;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.l-container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 949px) {
  .l-container {
    max-width: 100%;
    margin: 0 15px;
  }
}
.l-container.-under {
  margin: 20px auto;
}
@media screen and (max-width: 949px) {
  .l-container.-under {
    max-width: 100%;
    margin: 20px 15px;
  }
}
.l-container.-news {
  border-top: 10px solid var(--color-primary);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  margin-top: -20px;
}
.l-container__large {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .l-container__large {
    margin: 0 15px;
  }
}

@media all and (min-width: 768px) {
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex {
    display: flex;
  }
  .l-flex.-fxd-c {
    flex-direction: column;
  }
  .l-flex.-fxd-cr {
    flex-direction: column-reverse;
  }
  .l-flex.-fxd-r {
    flex-direction: row;
  }
  .l-flex.-fxd-rr {
    flex-direction: row-reverse;
  }
  .l-flex.-fxw-n {
    flex-wrap: nowrap;
  }
  .l-flex.-fxw-w {
    flex-wrap: wrap;
  }
  .l-flex.-fxw-wr {
    flex-wrap: wrap-reverse;
  }
  .l-flex.-jc-c {
    justify-content: center;
  }
  .l-flex.-jc-fe {
    justify-content: flex-end;
  }
  .l-flex.-jc-fs {
    justify-content: flex-start;
  }
  .l-flex.-jc-sa {
    justify-content: space-around;
  }
  .l-flex.-jc-sb {
    justify-content: space-between;
  }
  .l-flex.-ai-b {
    align-items: baseline;
  }
  .l-flex.-ai-c {
    align-items: center;
  }
  .l-flex.-ai-fe {
    align-items: flex-end;
  }
  .l-flex.-ai-fs {
    align-items: flex-start;
  }
  .l-flex.-ai-s {
    align-items: stretch;
  }
  .l-flex.-ac-c {
    align-content: center;
  }
  .l-flex.-ac-fe {
    align-content: flex-end;
  }
  .l-flex.-ac-fs {
    align-content: flex-start;
  }
  .l-flex.-ac-s {
    align-content: stretch;
  }
  .l-flex.-ac-sa {
    align-content: space-around;
  }
  .l-flex.-ac-sb {
    align-content: space-between;
  }
  .l-flex .-ar {
    margin-left: auto;
  }
  .l-flex.col-1-2 {
    gap: 20px 20px;
  }
  .l-flex.col-1-2 .l-flex__item:first-child {
    width: 67%;
  }
  .l-flex.col-1-2 .l-flex__item:nth-child(2n) {
    width: 33%;
  }
  .l-flex.col-2 .l-flex__item {
    width: 50%;
  }
  .l-flex.col-3 .l-flex__item {
    width: 33.3333333333%;
  }
  .l-flex.col-4 .l-flex__item {
    width: 25%;
  }
  .l-flex.-gap10 {
    gap: 10px 10px;
  }
  .l-flex.-gap10.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap10.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.col-5 .l-flex__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex-sp {
    display: flex;
  }
  .l-flex-sp.-fxd-c-sp {
    flex-direction: column;
  }
  .l-flex-sp.-fxd-cr-sp {
    flex-direction: column-reverse;
  }
  .l-flex-sp.-fxd-r-sp {
    flex-direction: row;
  }
  .l-flex-sp.-fxd-rr-sp {
    flex-direction: row-reverse;
  }
  .l-flex-sp.-fxw-n-sp {
    flex-wrap: nowrap;
  }
  .l-flex-sp.-fxw-w-sp {
    flex-wrap: wrap;
  }
  .l-flex-sp.-fxw-wr-sp {
    flex-wrap: wrap-reverse;
  }
  .l-flex-sp.-jc-c-sp {
    justify-content: center;
  }
  .l-flex-sp.-jc-fe-sp {
    justify-content: flex-end;
  }
  .l-flex-sp.-jc-fs-sp {
    justify-content: flex-start;
  }
  .l-flex-sp.-jc-sa-sp {
    justify-content: space-around;
  }
  .l-flex-sp.-jc-sb-sp {
    justify-content: space-between;
  }
  .l-flex-sp.-ai-b-sp {
    align-items: baseline;
  }
  .l-flex-sp.-ai-c-sp {
    align-items: center;
  }
  .l-flex-sp.-ai-fe-sp {
    align-items: flex-end;
  }
  .l-flex-sp.-ai-fs-sp {
    align-items: flex-start;
  }
  .l-flex-sp.-ai-s-sp {
    align-items: stretch;
  }
  .l-flex-sp.-ac-c-sp {
    align-content: center;
  }
  .l-flex-sp.-ac-fe-sp {
    align-content: flex-end;
  }
  .l-flex-sp.-ac-fs-sp {
    align-content: flex-start;
  }
  .l-flex-sp.-ac-s-sp {
    align-content: stretch;
  }
  .l-flex-sp.-ac-sa-sp {
    align-content: space-around;
  }
  .l-flex-sp.-ac-sb-sp {
    align-content: space-between;
  }
  .l-flex-sp.col-1-2-sp {
    gap: 20px 20px;
  }
  .l-flex-sp.col-1-2-sp .l-flex__item-sp:first-child {
    width: 65%;
  }
  .l-flex-sp.col-1-2-sp .l-flex__item-sp:nth-child(2n) {
    width: 35%;
  }
  .l-flex-sp.col-2-sp .l-flex__item {
    width: 50%;
  }
  .l-flex-sp.-gap10-sp {
    gap: 10px 10px;
  }
  .l-flex-sp.-gap10-sp.col-2-sp .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex-sp.-gap10-sp.col-4-sp .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex-sp.col-3-sp .l-flex__item {
    width: 33.3333333333%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

/* タブパネル */
.tabs .tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.tabs .tab-buttons p {
  background: #fff;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 8px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .tabs .tab-buttons p span {
    font-size: 0.75rem;
    display: block;
  }
}
.tabs .tab-buttons #lamp {
  width: 33.3%;
  height: 2px;
  background: var(--color-primary);
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in;
}
.tabs .tab-buttons #lamp.content2 {
  left: 33.3%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.tabs .tab-buttons #lamp.content3 {
  left: 66.6%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.tabs .tab-buttons #lamp.content1 {
  left: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.tabs .tab-buttons .content1.is-active, .tabs .tab-buttons .content2.is-active, .tabs .tab-buttons .content3.is-active {
  color: var(--color-primary);
}
.tab-group .tab {
  cursor: pointer;
}

.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block;
}

/*追加ボタン*/
/* ==========================================================================
ボタン
========================================================================== */
.cke_editable .link_btn_add.preparation,
.edit-area .link_btn_add.preparation {
  border-radius: 0;
  border: none;
  box-shadow: none;
  width: inherit;
  text-align: inherit;
}
.cke_editable .link_btn_add.preparation a,
.edit-area .link_btn_add.preparation a {
  font-size: 1.25rem;
  border-top: 3px solid var(--color-primary);
  background: #e6f1ff;
  box-shadow: none;
  width: auto;
  padding: 40px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cke_editable .link_btn_add.preparation a,
  .edit-area .link_btn_add.preparation a {
    display: block;
    max-width: 100%;
    font-size: 1rem;
  }
}
.cke_editable .link_btn_add.preparation a::before,
.edit-area .link_btn_add.preparation a::before {
  display: none !important;
}
.cke_editable .link_btn_add.preparation a::after,
.edit-area .link_btn_add.preparation a::after {
  content: "";
  background: var(--color-primary) url(../common/ico_arrow_forward_white.svg) no-repeat center center;
  background-size: 0.7em !important;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vh;
  transition: 0.3s all;
  bottom: -10px;
}

@media all and (min-width: 768px) {
  .link_btn_add.yellow {
    background-image: linear-gradient(0deg, rgb(255, 255, 0) 0%, rgb(255, 240, 0) 100%);
    transition: all 0.6s ease-out;
    transition: 0.6s;
  }
  .link_btn_add.yellow::after,
  .cke_editable .link_btn_add.yellow::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(255, 221, 0);
    border-radius: 100px;
    top: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.6s ease-out;
  }
  .link_btn_add.red {
    background-image: linear-gradient(0deg, rgb(255, 183, 196) 0%, rgb(255, 183, 196) 100%);
    transition: all 0.6s ease-out;
  }
  .link_btn_add.red::after,
  .cke_editable .link_btn_add.red::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(251, 150, 168);
    border-radius: 100px;
    top: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.6s ease-out;
  }
  .link_btn_add.blue {
    background-image: linear-gradient(0deg, rgb(126, 223, 255) 0%, rgb(126, 223, 255) 100%);
    transition: all 0.6s ease-out;
  }
  .link_btn_add.blue::after,
  .cke_editable .link_btn_add.blue::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(78, 208, 255);
    border-radius: 100px;
    top: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.6s ease-out;
  }
  .link_btn_add.yellow:hover::after,
  .link_btn_add.red:hover::after,
  .link_btn_add.blue:hover::after {
    opacity: 1;
  }
  .link_btn_add,
  .cke_editable .link_btn_add {
    display: block;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    border-radius: 100px;
    border: 2px solid #0c4271;
    box-shadow: 0px 2px #0c4271;
    position: relative;
  }
  .link_btn_add > a,
  .im_wrap .link_btn_add > a,
  .cke_editable .link_btn_add > a {
    color: #0c4271 !important;
    font-size: 28px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 24px 17.5%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-decoration: none !important;
    line-height: 1.3;
    z-index: 1;
  }
  .link_btn_add.apply::before,
  .cke_editable .link_btn_add.apply::before {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/ico_btn_send01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    z-index: 1;
  }
  .link_btn_add.contact::before,
  .cke_editable .link_btn_add.contact::before {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/ico_btn_contact01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    z-index: 1;
  }
  .link_btn_add.more::before,
  .cke_editable .link_btn_add.more::before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/ico_btn_pamphlet01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 35px;
    z-index: 1;
  }
  .link_btn_add > a::before,
  .edit-area .link_btn_add > a::before,
  .im_wrap .link_btn_add > a::before,
  .cke_editable .link_btn_add > a::before {
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/ico_btn_add_arrow.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
  ボタン
  ========================================================================== */
  .link_btn_add.yellow {
    background-image: linear-gradient(0deg, rgb(255, 255, 0) 0%, rgb(255, 240, 0) 100%);
    transition: all 0.6s ease-out;
  }
  .link_btn_add.yellow:hover {
    background-image: linear-gradient(0deg, #fddd00 0%, #fddd00 100%);
  }
  .link_btn_add,
  .cke_editable .link_btn_add {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    border: 3px solid #0c4271;
    box-shadow: 0px 5px #0c4271;
    position: relative;
  }
  .link_btn_add > a,
  .im_wrap .link_btn_add > a,
  .cke_editable .link_btn_add > a {
    color: #0c4271 !important;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 24px 17.5%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-decoration: none !important;
    line-height: 1.3;
    z-index: 1;
    text-decoration: none;
  }
  .link_btn_add.apply::before,
  .cke_editable .link_btn_add.apply::before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/ico_btn_send01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
  }
  .link_btn_add.yellow::after,
  .cke_editable .link_btn_add.yellow::after {
    background-color: rgb(255, 221, 0);
  }
  .link_btn_add > a::before,
  .edit-area .link_btn_add > a::before,
  .im_wrap .link_btn_add > a::before,
  .cke_editable .link_btn_add > a::before {
    display: block;
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../images/ico_btn_add_arrow.png) no-repeat;
    background-size: contain;
  }
  .link_btn_add.more::before,
  .cke_editable .link_btn_add.more::before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/ico_btn_pamphlet01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
  }
  .link_btn_add.contact::before,
  .cke_editable .link_btn_add.contact::before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/ico_btn_contact01.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
  }
  .link_btn_add.red {
    background-image: linear-gradient(0deg, rgb(255, 183, 196) 0%, rgb(255, 183, 196) 100%);
    transition: all 0.6s ease-out;
  }
  .link_btn_add.red:hover {
    background-image: linear-gradient(0deg, rgb(251, 150, 168) 0%, rgb(251, 150, 168) 100%);
    background-color: rgb(251, 150, 168);
  }
  .link_btn_add.red::after,
  .cke_editable .link_btn_add.red::after {
    background-color: rgb(251, 150, 168);
  }
  .link_btn_add.blue {
    background-image: linear-gradient(0deg, rgb(126, 223, 255) 0%, rgb(126, 223, 255) 100%);
    transition: all 0.6s ease-out;
  }
  .link_btn_add.blue:hover {
    background-image: linear-gradient(0deg, rgb(78, 208, 255) 0%, rgb(78, 208, 255) 100%);
  }
  .link_btn_add.blue::after,
  .cke_editable .link_btn_add.blue::after {
    background-color: rgb(78, 208, 255);
  }
}
/*===================*/
.c-btn {
  display: inline-block;
}
.c-btn__list {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #000;
  padding: 5px 2em 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn__list {
    margin-top: 30px;
  }
}
.c-btn__list:hover {
  background: var(--color-primary);
  color: #fff;
}
.c-btn__list:hover::after {
  background: url("../common/ico_arrow_forward_active.svg") no-repeat center center;
}
.c-btn__list::after {
  content: "";
  background: url("../common/ico_arrow_forward.svg") no-repeat center center;
  background-size: contain;
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.c-btn.-cate {
  color: var(--color-primary);
}
.c-btn__etc {
  position: relative;
  padding-right: 1em;
  transition: 0.3s all;
}
.c-btn__etc::after {
  content: "";
  background: url("../common/ico_link.svg") no-repeat center center;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.c-btn__etc::before {
  width: 0;
  height: 1px;
  background: #e6f1ff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: 0.3s all;
}
.c-btn__etc:hover::before {
  width: 100%;
}
.c-btn__external {
  position: relative;
  background: #fff;
  border-radius: 100vh;
  display: inline-block;
  padding: 9px 33px 9px 20px;
  font-weight: 600;
  transition: 0.3s all;
}
.c-btn__external::after {
  content: "";
  background: url("../common/ico_external.svg") no-repeat center center;
  background-size: contain !important;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.c-btn__external:hover {
  background: #455971;
  color: #fff;
}
.c-btn__external:hover::after {
  background: url("../common/ico_external_active.svg") no-repeat center center;
}
.c-btn__home {
  position: relative;
  background: var(--color-blue-light);
  border-radius: 100vh;
  display: inline-block;
  padding: 16px 65px 16px 50px;
  font-weight: 600;
  transition: 0.3s all;
}
.c-btn__home::after {
  content: "";
  background: url("../common/ico_return.svg") no-repeat center center;
  background-size: contain !important;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.link_btn {
  display: inline-block;
  background: var(--default-blue2);
  color: #fff;
  padding: 14px 42px 14px 19px;
  position: relative;
  margin: 0 8px 15px 0;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid var(--default-blue);
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .link_btn {
    padding: 16px 38px 16px 10px;
    line-height: 1.2;
  }
}
.link_btn:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.link_btn:hover::after {
  background: url("../common/ico_arrow_forward.svg") no-repeat center center;
}
.link_btn::after {
  content: "";
  background: url("../common/ico_arrow_forward_active.svg") no-repeat center center;
  background-size: contain !important;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.link_btn-large {
  display: block;
}
.link_btn-small {
  background: #f5f8ff !important;
  background: #fff !important;
  padding: 15px 15px 15px 35px;
  color: #000;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: underline;
  border: none;
  color: var(--color-primary);
}
.link_btn-small::after {
  background: url("../common/ico_arrow_forward2.svg") no-repeat center center;
  background-size: contain !important;
  top: 50%;
  right: inherit;
  left: 10px;
}
.link_btn-small:hover {
  opacity: 0.5;
  color: #9a9a9a;
}
.link_btn-small:hover::after {
  background: url("../common/ico_arrow_forward2.svg") no-repeat center center;
  background-size: contain !important;
}
.link_btn-small.link_btn-secondary {
  color: #e94c71;
}
.link_btn-small.link_btn-dark {
  color: #000;
}
.link_btn-secondary {
  background: #e94c71;
  border-color: #e94c71;
}
.link_btn-dark {
  color: #000;
  background: #b5d5ff;
  border-color: var(--color-blue-light);
  border-radius: 0;
  padding-left: 40px;
}
.link_btn-dark::after {
  background: url("../common/ico_pdf.svg") no-repeat center center;
  width: 26px;
  height: 30px;
  left: 10px;
  right: inherit;
}
.link_btn-dark:hover::after {
  background: url("../common/ico_pdf.svg") no-repeat center center;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.index-heading h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  padding-left: 80px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .index-heading h2 {
    font-size: 1.75rem;
    padding-left: 50px;
    margin: 20px 0 20px;
  }
}
.index-heading h2::before {
  content: "";
  background: url("../common/ico_heading_time.svg") no-repeat center center;
  background-size: contain !important;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .index-heading h2::before {
    width: 40px;
    height: 40px;
  }
}
.index-heading.-news h2::before {
  background: url("../common/ico_heading_news.svg") no-repeat center center;
}

.content-heading {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5ecf6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e5ecf6 calc(100% - 1px));
  background-size: 32px 32px;
  background-repeat: repeat;
  background-position: center center;
  padding: 22px 20px;
  border-bottom: 3px solid #c4c4c4;
  border-top: solid 1px #ccc;
}
.content-heading__inner {
  border: 1px solid #000;
  box-shadow: 3px 3px 0px #8ef9f3;
  background: #fff;
  transition: 0.3s all;
  border-radius: 10px;
  padding: 25px 40px 30px 80px;
  position: relative;
}
@media all and (min-width: 768px) {
  .content-heading__inner {
    max-width: 950px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .content-heading__inner {
    padding: 30px 40px 30px 55px;
  }
}
.content-heading__inner h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .content-heading__inner h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.content-heading__inner h1 span {
  font-size: 1.25rem;
  display: block;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .content-heading__inner h1 span {
    font-size: 1rem;
  }
}
.content-heading__inner::before {
  content: "";
  background: url("../images/ico_panels_01.svg") no-repeat center center;
  min-width: 40px;
  height: 40px;
  background-size: contain !important;
  display: block;
  margin-right: 20px;
  margin-bottom: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media screen and (max-width: 767px) {
  .content-heading__inner::before {
    width: 15px;
    height: 16px;
    left: 10px;
  }
}
.content-heading.-book .content-heading__inner::before {
  background: url("../images/ico_panels_02.svg") no-repeat center center;
}
.content-heading.-travel .content-heading__inner::before {
  background: url("../images/ico_panels_03.svg") no-repeat center center;
}
.content-heading.-license .content-heading__inner::before {
  background: url("../images/ico_panels_04.svg") no-repeat center center;
}
.content-heading.-service .content-heading__inner::before {
  background: url("../images/ico_panels_05.svg") no-repeat center center;
}
.content-heading.-room .content-heading__inner::before {
  background: url("../images/ico_panels_06.svg") no-repeat center center;
}
.content-heading.-support .content-heading__inner::before {
  background: url("../images/ico_panels_07.svg") no-repeat center center;
}
.content-heading.-schedule .content-heading__inner::before {
  background: url("../images/ico_panels_12.svg") no-repeat center center;
}
.content-heading.-recruit .content-heading__inner::before {
  background: url("../images/ico_panels_11.svg") no-repeat center center;
}
.content-heading.-graduate .content-heading__inner::before {
  background: url("../images/ico_panels_10.svg") no-repeat center center;
}
.content-heading.-teacher .content-heading__inner::before {
  background: url("../images/ico_panels_09.svg") no-repeat center center;
}
.content-heading.-password .content-heading__inner::before {
  background: url("../common/ico_password.svg") no-repeat center center;
}
.content-heading.-news .content-heading__inner {
  background: var(--color-blue-light);
  border: none;
  box-shadow: none;
}
.content-heading.-news .content-heading__inner::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .content-heading.-news .content-heading__inner {
    padding: 20px 15px;
  }
}
.content-heading.-news .content-heading__inner .page-head__sub {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 1.25rem;
}
.content-heading.-news .content-heading__inner .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.content-heading.-news .content-heading__inner .info-time {
  font-size: 0.875rem;
  color: var(--base-gray-dark);
}
.content-heading.-news .content-heading__inner .info-newscate {
  font-size: 0.875rem;
  color: var(--color-primary);
}

.h2_title01 {
  background: var(--color-primary);
  color: #fff;
  font-size: 1.375rem;
  padding: 18px 20px;
  border-radius: 8px;
  margin: 10px 0 30px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    padding: 18px 16px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.h3_title01 {
  color: #2a65ae;
  border-left: 5px solid #1e3c91;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.375rem;
  padding: 6px 0 6px 16px;
  margin: 20px 0 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 12px 0 12px 20px;
  }
}
.h3_title01::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ccc;
}

.NewsCountList {
  margin-top: 20px;
}
.NewsCountList ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul {
    flex-wrap: wrap;
  }
}
.NewsCountList ul li {
  margin-right: 10px;
}
.NewsCountList ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li:last-child {
    margin-right: initial;
  }
}
.NewsCountList ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li a {
    padding: 16px 10px;
    justify-content: center;
  }
}
.NewsCountList ul li:first-child a, .NewsCountList ul li:last-child a {
  background: var(--color-primary);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover, .NewsCountList ul li:last-child a:hover {
  background: var(--default-blue);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover::after, .NewsCountList ul li:last-child a:hover::after {
  transform: translateX(5px);
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a, .NewsCountList ul li:nth-of-type(3) a {
  background: #d6e2ea;
  color: #000;
}
.NewsCountList ul li:nth-of-type(2) a:hover, .NewsCountList ul li:nth-of-type(3) a:hover {
  background: #666;
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a:hover::before, .NewsCountList ul li:nth-of-type(3) a:hover::before {
  color: #fff;
}

.l-cke {
  margin: 10px auto 10px auto;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .l-cke {
    margin: 20px 0px;
  }
}

.edit-area {
  box-sizing: border-box;
}

.clearfix {
  overflow: hidden;
}

div.hr {
  position: relative;
  padding: 1.5rem 1rem;
}
div.hr::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
}

/*topicpath*/
.topicpath {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.topicpath ul {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
.topicpath ul li {
  font-size: 0.875rem;
  margin-right: 10px;
  color: #9a9a9a;
}
.topicpath ul li a {
  position: relative;
  padding-right: 1em;
  color: var(--default-blue);
  text-decoration: underline;
}
.topicpath ul li a::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  right: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(135deg);
  display: inline-block;
  top: 50%;
}

/*アコーディオンのオプション表示削除*/
.dis_none {
  display: none !important;
}

.cke_editable .dis_none {
  display: block !important;
}

.cke_editable {
  margin: 0 10px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.cke_editable .cke-accordion_start,
.cke_editable .cke-accordion_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ------------------------------PDFマーク */
.txtLink01-pdf {
  padding-left: 30px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------ダウンロードマーク */
.txtLink01-dl {
  padding-left: 30px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------WORDマーク */
.txtLink01-word {
  padding-left: 30px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------EXCELマーク */
.txtLink01-excel {
  padding-left: 30px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------PowerPointマーク */
.txtLink01-power {
  padding-left: 30px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ボタン・リンク END  =============================================================== */
/* ==========================================================================
リスト
========================================================================== */
.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul,
.list_style {
  position: relative;
}

.edit-area ol,
.cke_editable ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
}

.edit-area ol li,
.cke_editable ol li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 32px;
}
.edit-area ol li ul li,
.cke_editable ol li ul li {
  line-height: 1.2;
}

.edit-area ol li::marker {
  display: none;
}

.edit-area ol li::after,
.cke_editable ol li::after {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0.1em;
  left: 8px;
  color: #fff;
  font-size: 1.125rem;
  /* 14px */
}

.edit-area ol li:before,
.cke_editable ol li:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: #005692;
  width: 25px;
  height: 26px;
  top: 0.25em;
  left: 0;
}

.edit-area ul li,
.cke_editable ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 20px;
  counter-reset: item;
}

.edit-area ul li:before,
.cke_editable ul li:before,
.list_style li:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 14px;
  width: 14px;
  top: 0.6em;
  left: 0px;
  border-radius: 100%;
  background: var(--color-primary);
  vertical-align: middle;
  line-height: 1;
}

.edit-area ul.list_style2 li:before,
.cke_editable ul.list_style2 li:before,
.list_style2 li:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 14px;
  width: 14px;
  top: 0.6em;
  left: 0px;
  border-radius: 100%;
  background: var(--color-red);
  vertical-align: middle;
  line-height: 1;
}

/* リスト END  =============================================================== */
/* ==========================================================================
テーブル※適宜変更してください。
========================================================================== */
/*================================================
	table
	================================================*/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th {
  background: var(--color-blue-light);
  padding: 10px;
  border: 1px solid #9c9c9c;
  font-size: 0.875rem;
  font-weight: bold;
}
table tr td {
  padding: 10px;
  border: 1px solid #9c9c9c;
  background: #fff;
  font-size: 0.875rem;
}

.table__addr .td_no {
  max-width: 5em;
}
@media screen and (max-width: 767px) {
  .table__scroll {
    overflow: auto;
  }
  .table__scroll table {
    width: 100%;
    white-space: nowrap;
  }
}

/* テーブル END  =============================================================== */
/* 右寄せ 左寄せ  =============================================================== */
.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
/* 右寄せ 左寄せ  =============================================================== */
/* ==========================================================================
　画像
========================================================================== */
.cke_editable img,
img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
  display: inline-block;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}

.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  padding: 0 !important;
  list-style: none;
}
.newsImg03 ul li::before,
.newsImg02 ul li::before,
.newsImg01 ul li::before {
  display: none !important;
}

@media all and (min-width: 768px) {
  .newsImg03 ul,
  .newsImg02 ul {
    display: flex;
    justify-content: space-between;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px) !important;
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  padding: 0;
}
.newsImg03 ul li img,
.newsImg02 ul li img,
.newsImg01 ul li img {
  width: 100%;
  display: inline-block;
}

.newsImg03 ul li:before,
.newsImg02 ul li:before,
.newsImg01 ul li:before {
  display: none !important;
}

/* ------------------------------------------------------------絵文字 */
.ico_20 {
  width: 30px;
  height: 30px;
  padding: 0 4px;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
}

/* 画像 END  =============================================================== */
/* ==========================================================================
　境界線
========================================================================== */
hr.div_hr01 {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: dashed 1px #cfcfcf;
}

/*管理画面側*/
.cke_editable .ckeditor_divline {
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/* 境界線 END  =============================================================== */
/* ==========================================================================
ckエディター
========================================================================== */
.pagesummary {
  background: #f8f8f8;
  padding: 22px 20px;
  position: relative;
  box-sizing: border-box;
  outline-offset: -8px;
  outline: 1px solid var(--color-primary);
  border-radius: 2vh;
  margin: 20px 0;
}
.pagesummary .tit {
  display: inline-block;
  font-size: 0.9375rem;
  margin-left: 10px;
  padding-left: 24px;
  position: relative;
  display: block;
}
.pagesummary .tit:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  height: 0;
  top: 13px;
  margin: auto;
  transform: translateY(-50%);
  border-bottom: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 11px solid #000000;
}
.pagesummary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pagesummary ul {
    flex-direction: column;
  }
}
.pagesummary ul li {
  list-style: none;
  padding: 0;
}
.pagesummary ul li::before {
  display: none;
}
.pagesummary ul li a {
  box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 0.875rem;
  padding: 7px 15px 7px 27px;
  border-radius: 100vh;
  position: relative;
  background: #fff;
}
.pagesummary ul li a:hover {
  background: var(--color-primary);
  color: #fff;
}
.pagesummary ul li a:hover::before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a {
    width: 100%;
  }
}
.pagesummary ul li a::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  display: inline-block;
  top: 50%;
  transition: 0.3s all;
}
.pagesummary__external::before {
  background: url("../common/ico_external.svg") no-repeat center center !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  background-size: contain !important;
  width: 8px !important;
  height: 8px !important;
}

.div_info01 {
  padding: 16px;
  margin: 15px 0;
  border-radius: 8px;
  background: var(--color-blue-light);
  border-radius: 6px;
}
.div_info02 {
  padding: 16px;
  margin: 15px 0;
  border-radius: 4px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0px #8ef9f3;
  background: #fff;
  transition: 0.3s all;
  background: #fff;
  border-radius: 10px;
}
.div_info03 {
  padding: 16px 20px;
  margin: 15px 0;
  border-radius: 2px;
  background: var(--color-red-light);
}
.div_info04 {
  padding: 40px 0;
  margin: 15px 0;
  position: relative;
}
.div_info04::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.div_info04::before {
  content: "";
  background: url("../images/ico_divinfo04.svg") no-repeat center center;
  background-size: contain;
  max-width: 300px;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 1;
}
.div_info04__inner {
  border-radius: 10px;
  background: var(--color-red-light);
  position: relative;
  padding: 25px 1rem 1rem 1rem;
}

/*------------------------------------------------------------お知らせ表示(日付)*/
.day-color01 {
  color: #000000;
}

/*黒*/
.day-color02 {
  color: #e03e3e;
}

/*赤*/
.day-color03 {
  color: #005692;
}

/*青*/
.day-color04 {
  color: #099809;
}

/*緑*/
.day-color05 {
  color: #e77be6;
}

/*ピンク*/
.day-color06 {
  color: #666666;
}

/*グレー*/
.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------お知らせ表示(タイトル)*/
.title-size-small {
  font-size: 0.8125rem;
}

/* 13px */
.title-size-middle {
  font-size: 0.9375rem;
}

/* 15px */
.title-size-big {
  font-size: 1.25rem;
}

/* 20px */
.title-color01 {
  color: #000000;
}

/*黒*/
.title-color02 {
  color: #e03e3e;
}

/*赤*/
.title-color03 {
  color: #005692;
}

/*青*/
.title-color04 {
  color: #099809;
}

/*緑*/
.title-color05 {
  color: #e77be6;
}

/*ピンク*/
.title-color06 {
  color: #666666;
}

/*グレー*/
.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
span.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.4375rem;
}

span.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.25rem;
}

span.op_mideamu {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.9375rem;
}

span.op_small {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.75rem;
}

/*-----------------------------------------------------------文字の下付上付*/
sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

/*-----------------------------------------------------------他装飾*/
.g-map {
  width: 100% !important;
}

.cke_editable .ckeditor_divline {
  background: url(../images/ckeditor_divline.gif) no-repeat;
}

/*ソーシャルボタン領域*/
.Social {
  display: none;
}

.detail_news_social {
  display: flex;
  justify-content: flex-end;
}

.detail_news_social ul {
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
}

.detail_news_social ul li {
  margin-left: 10px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.detail_news_social ul li:first-child {
  margin-left: 0 !important;
}

.detail_news_social ul li::before {
  display: none;
}

.detail_news_social li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}

.detail_news_social li a.tw {
  background: #000 url("../common/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}

.detail_news_social li a.line {
  background: #00b900 url("../common/logo_line02.png") no-repeat center;
  background-size: auto 20px;
}

.detail_news_social li:hover a {
  transform: scale(1.1);
}

/*ソーシャルボタン領域END*/
/* ckエディター END  =============================================================== */
/* ==========================================================================
  Youtube
========================================================================== */
/* テキスト END  =============================================================== */
/* ==========================================================================
  テキスト
========================================================================== */
/* ------------------------------------------------------------ テキストインデント */
.text_mark {
  margin-left: 1em;
  text-indent: -1em;
}

.text_marks {
  margin-left: 0.857em;
  text-indent: -0.857em;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  編集パーツ用　番号付属リスト・チェックリスト
   ========================================================================== */
.edit-area .list_num01,
.cke_editable .list_num01 {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}

.edit-area .list_num01 li,
.cke_editable .list_num01 li {
  position: relative;
  padding: 4px 0 4px 32px;
  margin-bottom: 15px;
  list-style: none !important;
}

.edit-area .list_num01 li:before,
.cke_editable .list_num01 li:before {
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary) !important;
  font-size: 1.125rem;
}

.edit-area .list_num01 li::after,
.cke_editable .list_num01 li::after {
  color: #000;
}

.edit-area .list_num01 li:before,
.cke_editable .list_num01 li:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: var(--color-blue-light);
  width: 25px;
  height: 26px;
  top: 0.25em;
  left: 0;
  border-radius: 100px;
}

.edit-area .list_check,
.cke_editable .edit-area .list_check {
  list-style: none !important;
  padding: 0 !important;
  position: relative !important;
  margin-left: 0 !important;
}

.edit-area li,
.cke_editable .edit-area li {
  position: relative;
  margin-bottom: 10px;
}

.edit-area .list_check li,
.cke_editable .list_check li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  list-style: none !important;
}

.list_check li:before,
.cke_editable .list_check li:before {
  box-sizing: border-box !important;
  position: absolute !important;
  content: "" !important;
  display: block !important;
  top: 0.5em !important;
  left: 0.2em !important;
  height: 14px !important;
  width: 10px !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-bottom: solid 4px var(--color-primary) !important;
  border-right: solid 4px var(--color-primary) !important;
}

.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .lay-grid > .col-1 figure,
.cke_editable .lay-grid > .col-2 figure,
.cke_editable .lay-grid > .col-3 figure,
.cke_editable .lay-grid > .col-4 figure,
.cke_editable .lay-grid > .col-5 figure,
.cke_editable .lay-grid > .col-6 figure,
.cke_editable .lay-grid > .col-7 figure,
.cke_editable .lay-grid > .col-8 figure,
.cke_editable .lay-grid > .col-9 figure,
.cke_editable .lay-grid > .col-10 figure,
.cke_editable .lay-grid > .col-11 figure,
.cke_editable .lay-grid > .col-12 figure {
  text-align: center;
}

.lay-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lay-grid > .col-1,
.lay-grid > .col-2,
.lay-grid > .col-3,
.lay-grid > .col-4,
.lay-grid > .col-5,
.lay-grid > .col-6,
.lay-grid > .col-7,
.lay-grid > .col-8,
.lay-grid > .col-9,
.lay-grid > .col-10,
.lay-grid > .col-11,
.lay-grid > .col-12 {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lay-grid > figure.col-1,
.lay-grid > figure.col-2,
.lay-grid > figure.col-3,
.lay-grid > figure.col-4,
.lay-grid > figure.col-5,
.lay-grid > figure.col-6,
.lay-grid > figure.col-7,
.lay-grid > figure.col-8,
.lay-grid > figure.col-9,
.lay-grid > figure.col-10,
.lay-grid > figure.col-11,
.lay-grid > figure.col-12 {
  text-align: center;
}

.lay-grid > .col-1 {
  width: calc(8.3333333333% - 20px);
}

.lay-grid > .col-2 {
  width: calc(16.6666666667% - 20px);
}

.lay-grid > .col-3 {
  width: calc(25% - 20px);
}

.lay-grid > .col-4 {
  width: calc(33.3333333333% - 20px);
}

.lay-grid > .col-5 {
  width: calc(41.6666666667% - 20px);
}

.lay-grid > .col-6 {
  width: calc(50% - 20px);
}

.lay-grid > .col-7 {
  width: calc(58.3333333333% - 20px);
}

.lay-grid > .col-8 {
  width: calc(66.6666666667% - 20px);
}

.lay-grid > .col-9 {
  width: calc(75% - 20px);
}

.lay-grid > .col-10 {
  width: calc(83.3333333333% - 20px);
}

.lay-grid > .col-11 {
  width: calc(91.6666666667% - 20px);
}

.lay-grid > .col-12 {
  width: calc(100% - 20px);
}

.lay-grid > .col-lg-1,
.lay-grid > .col-lg-2,
.lay-grid > .col-lg-3,
.lay-grid > .col-lg-4,
.lay-grid > .col-lg-5,
.lay-grid > .col-lg-6,
.lay-grid > .col-lg-7,
.lay-grid > .col-lg-8,
.lay-grid > .col-lg-9,
.lay-grid > .col-lg-10,
.lay-grid > .col-lg-11,
.lay-grid > .col-lg-12 {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.lay-grid > figure.col-lg-1,
.lay-grid > figure.col-lg-2,
.lay-grid > figure.col-lg-3,
.lay-grid > figure.col-lg-4,
.lay-grid > figure.col-lg-5,
.lay-grid > figure.col-lg-6,
.lay-grid > figure.col-lg-7,
.lay-grid > figure.col-lg-8,
.lay-grid > figure.col-lg-9,
.lay-grid > figure.col-lg-10,
.lay-grid > figure.col-lg-11,
.lay-grid > figure.col-lg-12 {
  text-align: center;
}

@media all and (min-width: 768px) {
  .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 20px);
  }
  .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 20px);
  }
  .lay-grid > .col-lg-3 {
    width: calc(25% - 20px);
  }
  .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 20px);
  }
  .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 20px);
  }
  .lay-grid > .col-lg-6 {
    width: calc(50% - 20px);
  }
  .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 20px);
  }
  .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 20px);
  }
  .lay-grid > .col-lg-9 {
    width: calc(75% - 20px);
  }
  .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 20px);
  }
  .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 20px);
  }
  .lay-grid > .col-lg-12 {
    width: calc(100% - 20px);
  }
  .card-box__item--lg-last {
    order: 1;
  }
}
.card-box {
  margin-top: 20px;
}

.card-box__item--fast {
  margin-top: 20px;
}

/* ==========================================================================
  お客様向け
========================================================================== */
.im-client__table table {
  width: 100%;
}
.im-client__table table tr {
  display: grid;
}
.im-client__table table tr td {
  border: none;
  padding: 0;
}
.im-client__table table tr td img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media all and (min-width: 768px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}
.im-client__table.-border-n table {
  border: none;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  アコーディオン
========================================================================== */
.js-accordion {
  counter-reset: question 0;
}
.js-accordion__item {
  border-bottom: 2px var(--color-purple-light) solid;
}
.js-accordion__item--trigger {
  font-weight: bold;
  color: var(--color-purple);
  padding: 10px 40px 10px 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .js-accordion__item--trigger {
    padding: 10px 30px 10px 10px;
  }
}
.js-accordion__item--trigger::after {
  background: url("../common/ico_arrow04.svg") no-repeat center center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  content: "";
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 40%;
  transition: 0.3s all;
}
.js-accordion__item--trigger::before {
  counter-increment: question;
  content: "Q" counter(question);
  display: inline-block;
  margin-right: 10px;
}
.js-accordion__item--trigger::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger::selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger.active {
  background: var(--color-purple-light);
}
.js-accordion__item--trigger.active::after {
  transform: rotate(-90deg);
  right: 11px;
}
.js-accordion__item--this {
  padding: 10px;
}
.js-accordion__item--this::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--this::selection {
  color: none !important;
  background: none !important;
}

/*アコーディオン　im*/
/*アコーディオン */
.parts_accordion_box {
  border: solid 3px var(--color-primary);
}

.parts_accordion_box dt {
  position: relative;
  padding: 20px 60px 20px 20px;
  font-size: 1.125rem;
}
.parts_accordion_box dt::before {
  content: "";
  background: var(--color-primary) url(../common/ico_arrow_forward_white.svg) no-repeat center center;
  background-size: 0.7em !important;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  border-radius: 100vh;
  transition: 0.3s all;
}

.parts_accordion_box dt.active {
  background: #f3f7f8;
}
.parts_accordion_box dt.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box dt.active::after {
  width: 100%;
  bottom: 0;
}

.parts_accordion_box dt::after {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 0px;
  width: 99%;
  border-bottom: solid 2px var(--color-primary);
}

.parts_accordion_box dd {
  padding-top: 20px;
  margin: 0px 20px 20px 20px;
}

/* ===マーカー====*/
.marker1 {
  background: linear-gradient(transparent 30%, rgba(254, 238, 139, 0.5) 30%);
  display: inline;
  padding: 0 4px;
}

.marker2 {
  background: linear-gradient(transparent 30%, rgba(255, 186, 186, 0.5) 30%);
  display: inline;
  padding: 0 4px;
}

.marker3 {
  background: linear-gradient(transparent 30%, rgb(197, 227, 255) 30%);
  display: inline;
  padding: 0 4px;
}

.marker4 {
  background: linear-gradient(transparent 30%, rgb(9, 251, 211) 30%);
  display: inline;
  padding: 0 4px;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.l-news.-danger {
  padding: 0;
  display: flex;
  align-items: stretch;
  background: none;
  border: 1px solid #ff0000;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .l-news.-danger {
    flex-direction: column;
  }
}
.l-news.-danger .l-news__wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 80px;
  overflow-y: scroll;
}
.l-news.-danger .head {
  background: #ff0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  min-width: 200px;
}
.l-news.-danger .head h2 {
  font-size: 1rem;
  color: #fff;
  position: relative;
  padding-left: 1.5em;
}
.l-news.-danger .head h2::before {
  content: "";
  background: url("../common/ico_danger.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.3em;
  height: 1.3em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.l-news.-danger .item {
  border: none;
  box-shadow: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  .l-news.-danger .item {
    padding: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-news.-danger .item {
    padding: 20px;
  }
}
.l-news.-danger .item:hover {
  box-shadow: none !important;
  transform: none !important;
}
.l-news.-danger .item .item-heading__h2 {
  margin-top: 0;
}
.l-news.-danger .item .item-heading__h2 h2 {
  font-size: 0.875rem;
}
.l-news.-danger a {
  display: block;
  width: 100%;
}

.index-bg__wrap {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5ecf6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e5ecf6 calc(100% - 1px));
  background-size: 32px 32px;
  background-repeat: repeat;
  background-position: center center;
  /* 以下任意のスタイル */
}
.index-bnr.-primary {
  background: var(--color-blue-light);
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .index-bnr.-primary {
    background: var(--color-primary);
  }
}
.index-bnr.-secondary {
  margin: 40px 0;
}
.index-bnr ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .index-bnr ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.index-bnr ul a {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.index-bnr ul img {
  width: 100% !important;
}
.index-panels__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .index-panels__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index-panels__inner .item {
  display: block;
  border: 3px solid #000;
  background: #fff;
  box-shadow: 3px 3px 0px #fff000;
  transition: 0.3s all;
  color: #000;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
}
.index-panels__inner .item:hover {
  box-shadow: 1px 1px 0px #fff000;
  transform: translate(2px, 2px);
}
.index-panels__inner .item:hover {
  transform: translate(2px, 2px);
}
.index-panels__inner .item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-panels__inner .item__text::before {
  content: "";
  background: url("../images/ico_panels_01.svg") no-repeat center center;
  background-size: contain !important;
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 15px;
}
.index-panels__inner .item:nth-of-type(2) .item__text::before {
  width: 57px;
  background: url("../images/ico_panels_02.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(3) .item__text::before {
  width: 50px;
  background: url("../images/ico_panels_03.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(4) .item__text::before {
  width: 80px;
  background: url("../images/ico_panels_04.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(5) .item__text::before {
  background: url("../images/ico_panels_05.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(6) .item__text::before {
  background: url("../images/ico_panels_06.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(7) .item__text::before {
  background: url("../images/ico_panels_06.svg") no-repeat center center;
}
.index-panels__inner .item:nth-of-type(8) .item__text::before {
  width: 50px;
  background: url("../images/ico_panels_07.svg") no-repeat center center;
}

.index-slide {
  width: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.index-slide .slick-track {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .index-slide .slick-track {
    min-height: 390px;
  }
}
.index-slide .slick-slide {
  border: 3px solid #000;
  box-shadow: 3px 3px 0px #8ef9f3;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.index-slide .slick-slide a {
  display: block;
}
@media all and (min-width: 768px) {
  .index-slide .slick-slide {
    transform: scale(1);
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .index-slide .slick-slide {
    margin: 0 5px;
    width: 320px;
    height: 320px;
  }
}
.index-slide .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-slide .slick-slide:not(.slick-center) {
  transform: scale(0.8);
}
.index-slide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.index-slide__arrows span {
  display: block;
  background: url("../common/ico_slide_arrow.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: contain !important;
}
.index-slide__arrows span.prev-arrow {
  background: url("../common/ico_slide_arrow_prev.svg") no-repeat center center;
  background-size: contain !important;
}
.index-slide__arrows .i-base {
  width: 12px;
  height: 12px;
  fill: #fff;
  line-height: 0;
}
.index-slide__dots {
  padding: 0 15px;
  box-sizing: border-box;
}
.index-slide__dots ul.slick-dots {
  display: block;
  list-style: none;
  text-align: center;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-slide__dots ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 17px 0 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}
.index-slide__dots ul.slick-dots li:last-child {
  margin-right: 0;
}
.index-slide__dots ul.slick-dots li.slick-active button::before {
  background: var(--color-primary);
}
.index-slide__dots ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
}
.index-slide__dots ul.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #898989;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index-schedule {
  margin: 90px 0 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index-schedule {
    margin: 50px 0 0px;
    padding-bottom: 60px;
  }
}
.index-schedule .tabs .tab-content {
  min-height: 180px;
}
.index-schedule .tabs .tab-content.box {
  display: block;
}
.index-schedule .tab-inner-slider .slick-list .slick-track .slick-slide > div {
  gap: 10px;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  justify-content: space-between;
}
.index-schedule .tab-inner-slider .slick-list .slick-track::before {
  display: none;
}
.index-schedule .tab-inner-slider .hour-inner {
  border: 3px solid #000;
  background: #fff;
  box-shadow: 3px 3px 0px #8ef9f3;
  transition: 0.3s all;
  max-width: 100% !important;
  width: 32% !important;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px 15px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  pointer-events: none;
}
.index-schedule .tab-inner-slider .hour-inner:hover {
  box-shadow: 1px 1px 0px #8ef9f3;
  transform: translate(2px, 2px);
}
@media screen and (max-width: 767px) {
  .index-schedule .tab-inner-slider .hour-inner {
    width: 100% !important;
  }
}
.index-schedule .tab-inner-slider .hour-inner.close {
  background: #717171;
  color: #fff;
  box-shadow: none;
}
.index-schedule .tab-inner-slider .hour-inner.close:hover {
  transform: none;
}
.index-schedule .js-news__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .index-schedule .js-news__arrows {
    margin-top: 10px;
  }
}
.index-schedule .js-news__arrows span {
  display: block;
  background: url("../common/ico_slide_arrow.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: contain !important;
}
.index-schedule .js-news__arrows span.prev-arrow {
  background: url("../common/ico_slide_arrow_prev.svg") no-repeat center center;
  background-size: contain !important;
}
.index-schedule .js-news__arrows .i-base {
  width: 12px;
  height: 12px;
  fill: #fff;
  line-height: 0;
}
.index-schedule .js-news__dots {
  padding: 0 15px;
  box-sizing: border-box;
}
.index-schedule .js-news__dots ul.slick-dots {
  display: block;
  list-style: none;
  text-align: center;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-schedule .js-news__dots ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 17px 0 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}
.index-schedule .js-news__dots ul.slick-dots li:last-child {
  margin-right: 0;
}
.index-schedule .js-news__dots ul.slick-dots li.slick-active button::before {
  background: #000000;
}
.index-schedule .js-news__dots ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
}
.index-schedule .js-news__dots ul.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #898989;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-news {
  background: #e6f1ff;
  padding: 50px 0;
}
.l-news.-under {
  background: none;
  padding: 20px 0;
}
.l-news .index-heading {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-news .index-heading {
    flex-direction: column;
  }
}
.l-news .index-heading__btn {
  margin-left: auto;
}
.l-news .index-heading__btn a {
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .l-news__wrap {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .l-news__wrap .tab-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-news__wrap .tab-group {
    margin: 20px 0;
  }
}
.l-news__wrap .tab-group .tab {
  display: inline-block;
  border: 2px solid var(--color-primary);
  background: #fff;
  font-weight: bold;
  padding: 8px 30px 8px 50px;
  border-radius: 100vh;
  color: var(--color-primary);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-news__wrap .tab-group .tab {
    margin: 0 8px 8px 0;
  }
}
.l-news__wrap .tab-group .tab.is-active {
  background: var(--color-primary);
  color: #fff;
}
.l-news__wrap .tab-group .tab.is-active::before {
  background: url("../common/ico_newstab_all_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab::before {
  content: "";
  background: url("../common/ico_newstab_all.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-news__wrap .tab-group .tab-05::before {
  background: url("../images/ico_panels_01.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-05.is-active::before {
  background: url("../images/ico_panels_01_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-06::before {
  background: url("../images/ico_panels_02.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-06.is-active::before {
  background: url("../images/ico_panels_02_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-07::before {
  background: url("../images/ico_panels_03.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-07.is-active::before {
  background: url("../images/ico_panels_03_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-08::before {
  background: url("../images/ico_panels_04.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-08.is-active::before {
  background: url("../images/ico_panels_04_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-09::before {
  background: url("../images/ico_panels_05.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-09.is-active::before {
  background: url("../images/ico_panels_05_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-10::before {
  background: url("../images/ico_panels_06.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-10.is-active::before {
  background: url("../images/ico_panels_06_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-11::before {
  background: url("../images/ico_panels_06.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-11.is-active::before {
  background: url("../images/ico_panels_06_active.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-12::before {
  background: url("../images/ico_panels_07.svg") no-repeat center center;
}
.l-news__wrap .tab-group .tab-12.is-active::before {
  background: url("../images/ico_panels_07_active.svg") no-repeat center center;
}
.l-news .panel-group {
  margin-left: 30px;
  flex-grow: 1;
  padding: 0 3px;
  height: 460px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .l-news .panel-group {
    margin-left: 0;
  }
}
.l-news a article {
  position: relative;
  padding: 20px 40px 20px 20px !important;
}
.l-news a article.item::after {
  content: "";
  background: url("../common/ico_arrow_forward_blue.svg") no-repeat center center;
  background-size: contain !important;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.l-news a article:hover {
  box-shadow: 1px 1px 0px #8ef9f3 !important;
  transform: translate(2px, 2px) !important;
}
.l-news .item {
  border: 3px solid #000;
  box-shadow: 3px 3px 0px #8ef9f3;
  background: #fff;
  transition: 0.3s all;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 10px;
}
.l-news .item:hover {
  box-shadow: 1px 1px 0px #8ef9f3;
  transform: translate(2px, 2px);
}
.l-news .item:hover {
  transform: inherit;
  box-shadow: 3px 3px 0px #8ef9f3;
}
.l-news .item-heading {
  display: flex;
}
.l-news .item-article {
  color: #000;
  margin-left: 20px;
}
.l-news .item-article__info {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-news .item-article__info {
    flex-wrap: wrap;
  }
}
.l-news .item-article__info .date {
  color: #919191;
}
.l-news .item-article__info .new {
  color: #ff0000;
  font-weight: bold;
  margin-right: 10px;
}
.l-news .item-article__info ul {
  display: flex;
  gap: 10px;
}
.l-news .item-article__info ul li {
  font-size: 0.875rem;
}
.l-news .item-article__info--cate {
  flex-wrap: wrap;
  gap: 0 !important;
}
.l-news .item-article__info--cate li {
  position: relative;
  padding: 0 10px;
  font-weight: 500;
}
.l-news .item-article__info--cate li:first-child {
  padding-left: 0;
}
.l-news .item-article__info--cate li:first-child::before {
  display: none;
}
.l-news .item-article__info--cate li::before {
  content: "";
  height: 1em;
  width: 0.05em;
  background: var(--color-primary);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-news .item-thum {
  min-width: 100px;
  max-width: 70px;
}
.l-news .item-heading__h2 {
  margin-top: 10px;
}
.l-news .item-heading__h2 h2 {
  font-size: 1rem;
}

.cke_editable .second figure, .-under .second figure {
  position: relative;
  border: 1px solid #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
  border-radius: 14px;
  background: #f5f5f5;
  overflow: hidden;
  margin-top: 14px;
  transition: all 0s;
}
@media screen and (max-width: 767px) {
  .cke_editable .second figure, .-under .second figure {
    margin: 5px;
    width: calc(50% - 10px);
  }
}
.cke_editable .second figure:hover, .-under .second figure:hover {
  background-color: var(--color-blue-light);
  color: var(--default-blue2);
  transition: all 0.2s;
}
.cke_editable .second figure figcaption, .-under .second figure figcaption {
  margin-top: 16px;
  text-align: left;
}
.cke_editable .second figure .page_title, .-under .second figure .page_title {
  font-size: 17px;
  border-bottom: solid 1px #2f5596;
  padding-bottom: 3px;
  margin: 16px 24px 10px;
}
@media screen and (max-width: 767px) {
  .cke_editable .second figure .page_title, .-under .second figure .page_title {
    font-size: 15px;
    margin: 11px 14px 10px;
  }
}
.cke_editable .second figure .page_text, .-under .second figure .page_text {
  text-align: left;
  padding: 0 24px 46px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .cke_editable .second figure .page_text, .-under .second figure .page_text {
    padding: 0 16px 47px;
    font-size: 12px;
  }
}
.cke_editable .second figure a::after, .-under .second figure a::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../common/ico_arrow_forward3.svg) no-repeat;
  background-size: contain;
  bottom: 14px;
  right: 14px;
}
.cke_editable .second figure a:before, .-under .second figure a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.cke_editable .second figure a img, .-under .second figure a img {
  height: 200px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .cke_editable .second figure a img, .-under .second figure a img {
    height: 100px !important;
  }
}

::-moz-placeholder {
  color: #adadad;
}

::placeholder {
  color: #adadad;
}

@media screen and (max-width: 767px) {
  /* ==========================================================================
    個別ページ（スマホ）
  ========================================================================== */
  /* ==========================================================================
    ページ名（URL）
  ========================================================================== */
  #search_page {
    margin: 20px 5px 40px;
  }
  #search_page table td,
  #search_page table th {
    border: none !important;
  }
  /*------------------------------------------------------------ ページ名01 */
  /*------------------------------------------------------------ ページ名02 */
  /* ==========================================================================
    フォーム携帯迷惑注意文　フォーム共通
  ========================================================================== */
  .form-mailInfo {
    box-sizing: border-box;
    margin: 20px auto;
    text-align: left;
    padding: 20px 25px;
    border: solid 1px #ffdfdf;
    background: #fff5f5;
  }
  .form-mailInfo p.note-txt span {
    color: #ff3333;
  }
  .form-mailInfo h4 {
    margin: 20px 0 10px;
    color: #222;
  }
  .l-form input[type=text].input-auto {
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    font-size: 1rem;
    width: inherit;
  }
  .form-mailInfo h3 {
    margin-bottom: 20px;
    text-align: center;
    padding: 14px 0;
    color: #ff3333;
    border-top: solid 2px #ff3333;
    border-bottom: solid 2px #ff3333;
    font-size: 20px;
  }
  .form-mailInfo ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 25px 15px 20px;
    color: #fff;
    margin-bottom: 15px;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px 0;
  }
  .form-mailInfo ul li.btn_phone01 a {
    background: #cc0033;
  }
  .form-mailInfo ul li.btn_phone02 a {
    background: #ff6513;
  }
  .form-mailInfo ul li.btn_phone03 a {
    background: #b2b2b2;
  }
  /* ==========================================================================
    お問い合わせフォーム（insei_shiryouseikyu）
  ========================================================================== */
  .l-form .form-inputList {
    display: flex;
    flex-wrap: wrap;
  }
  .l-form .form-inputList li {
    width: 50%;
    margin-bottom: 10px;
  }
  .l-form .form-inputList li input {
    width: auto;
    -webkit-appearance: auto;
  }
  .l-form .input-btn {
    box-sizing: border-box;
    padding: 8px 12px;
    background: #f2f2f2;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: 0.3s;
    border: solid 1px #d8d8d8;
  }
  .l-form dl {
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
  }
  .ssl_seal {
    width: 90px;
    margin: 30px auto 30px auto;
  }
  /* ==========================================================================
    お問い合わせフォーム（mail）
  ========================================================================== */
  /*------------------------------------------------------------　注意文　*/
  .formAlert {
    border: solid 2px #fe5858;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .formAlert .inner {
    padding: 10px;
  }
  .formAlert h3 {
    padding: 10px;
    background: #fe5858;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 1.25em;
  }
  .formAlert span {
    color: #fe5858;
  }
  /*------------------------------------------------------------　フォームスタイル　*/
  .form_content input[type=text],
  .form_content input[type=email],
  .form_content input[type=tel],
  .form_content textarea {
    width: 100%;
    border: solid 1px #e2e2e2;
    padding: 10px;
    font-size: 16px;
    -webkit-appearance: none;
  }
  .form_content input[type=text],
  .form_content input[type=email] {
    line-height: 1;
  }
  .form_content button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .form_content h2 {
    font-size: 1.25em;
    margin-bottom: 25px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
  }
  .form_content h2 span {
    border-left: solid 6px #0a83d8;
    padding: 4px 10px;
  }
  .form_group {
    margin-bottom: 40px;
  }
  .form_content dl {
    margin-bottom: 25px;
  }
  .form_content dl:last-child {
    margin-bottom: 0;
  }
  .form_content dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .form_content dl span.required {
    color: #f00;
    display: inline-block;
    font-size: 0.857em;
    padding: 3px 10px 2px;
    border-radius: 5px;
  }
  .form_content dl dd p.required_txt {
    color: #f00;
    font-weight: bold;
    margin-top: 5px;
    /*	display: none;*/
  }
  /* アクションボタン */
  #formBtn ul {
    text-align: center;
  }
  #formBtn ul li button {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 1.125em;
    margin: 10px 0;
    line-height: 1.1;
    background: #666;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  #formBtn ul li.btn_formConfirm button {
    background: #0983d7;
    transition: all 0.4s;
  }
  #formBtn ul li.btn_formConfirm button:hover {
    background: #0869ad;
  }
  /*------------------------------ radio */
  .form_content .radio input {
    display: none;
  }
  .form_content .radio label {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    background: #f5f5f5;
    color: #444;
    font-size: 1em;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
    border-radius: 3px;
  }
  .form_content .radio input[type=radio]:checked + .switch01,
  .form_content .radio input[type=radio]:checked + .switch02,
  .form_content .radio input[type=radio]:checked + .switch03,
  .form_content .radio input[type=radio]:checked + .switch04,
  .form_content .radio input[type=radio]:checked + .switch05,
  .form_content .radio input[type=radio]:checked + .switch06 {
    background-color: #0983d7;
    color: #fff;
  }
  /*------------------------------------------------------------ 確認 */
  .form_content .confirmation dl {
    border-bottom: solid 1px #f5f5f5;
  }
  /*------------------------------------------------------------ 完了 */
  /* ==========================================================================
    食堂メニュー
  ========================================================================== */
  .food-menu tr {
    float: left;
    display: block;
  }
  .food-menu td {
    display: block;
    width: 48%;
    float: left;
    border: none;
    margin-bottom: 10px;
  }
  .food-menu td:nth-child(2n) {
    float: right;
  }
  /* ==========================================================================
    パスワード画面　passward_im
  ========================================================================== */
  .c_password {
    /* width: 730px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px;
  }
  .c_password .password_input {
    width: 300px;
    margin: 10px auto 50px;
    font-weight: bold;
  }
  .c_password .input_page_login {
    float: left;
  }
  .c_password .input_page_login input {
    margin-top: 30px;
    width: 180px;
    padding: 13px;
    border: solid 2px #b2b2b2;
  }
  .c_password .btn_page_login {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
  }
  .c_password .btn_page_login a {
    display: block;
    padding: 8px 25px;
    letter-spacing: 0.4em;
    cursor: pointer;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
    background: #f8300c;
  }
  .c_password {
    margin: 0 10px;
  }
  .c_password h2 {
    color: #014e70;
    font-size: 1.571em;
  }
  .c_password .confirm_btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 34px;
    border: 2px solid #014e70;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px #ffffff inset;
    -moz-box-shadow: 0px 0px 0px 2px #ffffff inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset;
    background: #009ee2;
  }
  .c_password .confirm_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
  }
  .c_password .password_input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
  }
  .c_password .password_input input {
    height: 100%;
    width: 100%;
    padding: 13px 0.2em;
  }
  /* END */
  /*研究室・学会ホームページ制作================================================*/
  /*------------------------------ h2 */
  /* ==========================================================================
    ホームページ制作ご相談受付フォーム
  ========================================================================== */
  .homepage_service_page_form .txt_homepage_alert01 {
    background: url("../teacher/homepage/images/ico_time01.png") no-repeat left center;
    background-size: 22px auto;
    padding-left: 26px;
    font-weight: bold;
    font-size: 1.2em;
    color: #eb5175;
  }
  .homepage_service_page_form .dl_QAbox {
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
    margin-bottom: 20px;
  }
  .homepage_service_page_form .dl_QAbox dt {
    box-sizing: border-box;
    background: #fff;
    font-size: 1em !important;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .homepage_service_page_form .dl_QAbox dt span {
    font-weight: bold;
    color: #0c82d6;
    font-size: 1.2em;
    margin-right: 8px;
  }
  .homepage_service_page_form .dl_QAbox dd {
    box-sizing: border-box;
    margin: 10px;
    font-size: 1.15em;
  }
  .homepage_service_page_form .dl_QAbox dd ul {
    box-sizing: border-box;
    /*  display: flex;
    justify-content: space-between;*/
  }
  .homepage_service_page_form .dl_QAbox dd ul li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /*  width: 49.2%;*/
    background: #ffeaea;
    padding: 10px 10px 10px 5px !important;
  }
  .homepage_service_page_form .dl_QAbox dd ul li.answerBox_pink {
    background: #e4f4ff;
  }
  .homepage_service_page_form .dl_QAbox dd ul li.answerBox_orange {
    background: #fef5e4;
  }
  .homepage_service_page_form .radioBox {
    display: none;
  }
  .homepage_service_page_form .labelBase {
    padding: 10px;
  }
  .homepage_service_page_form .radioBoxLabel {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 10px 30px;
    position: relative;
    width: auto;
  }
  .homepage_service_page_form .radioBoxLabel::before {
    background: #fff;
    border: 1px solid #888;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .homepage_service_page_form .radioBoxLabel::after {
    background: #eb5175;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  .homepage_service_page_form .radioBox:checked + .radioBoxLabel::after {
    opacity: 1;
  }
  .homepage_service_page_form .chkBox {
    display: none;
  }
  .homepage_service_page_form .chkBoxLabel {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }
  .homepage_service_page_form .chkBoxLabel::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .homepage_service_page_form .chkBoxLabel::after {
    border-right: 3px solid #b3173b;
    border-bottom: 3px solid #b3173b;
    content: "";
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
  }
  .homepage_service_page_form .chkBox:checked + .chkBoxLabel:after {
    opacity: 1;
  }
  .homepage_service_page_form .form_group dl dt {
    font-size: 18px;
  }
  .homepage_service_page_form .form_group {
    padding: 10px;
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
  }
  .homepage_service_page_form .form_group .required {
    color: #f00;
    display: inline-block;
    background-color: #eee;
    font-size: 0.757em;
    padding: 3px 7px 2px;
    border-radius: 5px;
  }
  /* 確認画面 デフォルトフォームに追加装飾----------------------------------------------------*/
  .homepage_service_page_form .formBase dl dt {
    font-size: 16px;
  }
  .homepage_service_page_form .formBase dl dd {
    font-size: 16px;
  }
  .homepage_service_page_form .formBase {
    padding: 10px;
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
  }
  .homepage_service_page_form .formBase .required {
    color: #f00;
    display: inline-block;
    background-color: #eee;
    font-size: 0.757em;
    padding: 3px 7px 2px;
    border-radius: 5px;
  }
}
@media all and (min-width: 768px) {
  /* ==========================================================================
    個別ページ
  ========================================================================== */
  /* ==========================================================================
    検索結果
  ========================================================================== */
  #search_page {
    border-top: solid 1px #e2e2e2;
    padding-top: 50px;
  }
  #search_page .inner {
    width: 1000px;
    margin: auto;
  }
  #search_page table td,
  #search_page table th {
    border: none !important;
  }
  /*------------------------------------------------------------ ページ名01 */
  /*------------------------------------------------------------ ページ名02 */
  /* ==========================================================================
    フォーム携帯迷惑注意文　フォーム共通
  ========================================================================== */
  .form-mailInfo {
    box-sizing: border-box;
    margin: auto;
    text-align: left;
    padding: 20px 25px;
    border: solid 1px #ffdfdf;
    background: #fff5f5;
    margin-bottom: 25px;
  }
  .form-mailInfo h3 {
    margin: 0;
    text-align: center;
    padding: 14px 0;
    color: #ff3333;
    border-top: solid 2px #ff3333;
    border-bottom: solid 2px #ff3333;
    font-size: 20px;
  }
  .form-mailInfo h3 span {
    padding: 5px 0 5px 40px;
    background: url(images/icon_form_mailinfo.png) no-repeat left center;
    background-size: 30px auto;
  }
  .form-mailInfo h4 {
    margin: 20px 0 10px;
    color: #222;
  }
  .form-mailInfo p.note-txt {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .form-mailInfo p.note-txt span {
    color: #ff3333;
  }
  .form-mailInfo ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .form-mailInfo ul li a {
    position: relative;
    display: block;
    width: 25%;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 15px 15px 15px;
    margin-right: 20px;
    float: left;
    color: #fff;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
  }
  .form-mailInfo ul li.btn_phone01 a {
    background: #cc0033;
  }
  .form-mailInfo ul li.btn_phone02 a {
    background: #ff6513;
  }
  .form-mailInfo ul li.btn_phone03 a {
    background: #b2b2b2;
  }
  .form-mailInfo ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
  }
  /* ==========================================================================
    お問い合わせフォーム（insei_shiryouseikyu）
  ========================================================================== */
  .l-form .form-inputList {
    display: flex;
    flex-wrap: wrap;
  }
  .l-form .form-inputList li {
    width: 25%;
    margin-bottom: 0.4em;
  }
  .l-form .input-btn {
    box-sizing: border-box;
    padding: 7px 16px;
    background: #f2f2f2;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: 0.3s;
    width: 100px;
    box-sizing: border-box;
    border: solid 1px #d8d8d8 !important;
    border-radius: 2px;
    font-size: 1rem;
  }
  .l-form input[type=text].input-auto {
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #d8d8d8 !important;
    border-radius: 2px;
    font-size: 1rem;
    width: 300px !important;
  }
  .l-form .input-wide {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    font-size: 1rem;
  }
  .l-form dl {
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
  }
  .l-form dl dd {
    width: 500px;
    word-break: break-all;
  }
  .l-form dl dd > ul {
    width: 500px;
    word-break: break-all;
  }
  .l-form p {
    word-break: break-all;
  }
  .l-form input[type=text],
  .l-form input[type=email],
  .l-form input[type=tel],
  .l-form textarea {
    width: 500px;
    word-break: break-all;
  }
  .ssl_seal {
    width: 90px;
    margin: 30px auto 30px auto;
  }
  /* ==========================================================================
    お問い合わせフォーム（mail）
  ========================================================================== */
  /*------------------------------------------------------------　注意文　*/
  .formAlert {
    border: solid 2px #fe5858;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .formAlert .inner {
    padding: 10px;
  }
  .formAlert h3 {
    padding: 10px;
    background: #fe5858;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 1.4285em;
  }
  .formAlert span {
    color: #fe5858;
  }
  /*------------------------------------------------------------　フォームスタイル　*/
  .form_content input[type=text],
  .form_content input[type=email],
  .form_content input[type=tel],
  .form_content textarea {
    width: 100%;
    border: solid 1px #e2e2e2;
    padding: 10px;
    font-size: 14px;
    -webkit-appearance: none;
  }
  .form_content input[type=text],
  .form_content input[type=email] {
    line-height: 1;
  }
  .form_content button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .form_content h2 {
    font-size: 1.5714em;
    margin-bottom: 25px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
  }
  .form_content h2 span {
    border-left: solid 6px #0a83d8;
    padding: 4px 10px;
  }
  .form_group {
    margin-bottom: 40px;
  }
  .form_content dl {
    display: table;
    width: 100%;
    margin-bottom: 25px;
  }
  .form_content dl:last-child {
    margin-bottom: 0;
  }
  .form_content dl dt,
  .form_content dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .form_content dl dt {
    width: 30%;
    font-weight: bold;
    overflow: hidden;
    padding: 6px 3% 6px 10px;
  }
  .form_content dl span.required {
    color: #f00;
    display: inline-block;
    font-size: 0.857em;
    padding: 3px 0 2px;
    border-radius: 5px;
    float: right;
  }
  .form_content dl dd p.required_txt {
    color: #f00;
    font-weight: bold;
    margin-top: 5px;
    /*	display: none;*/
  }
  /* アクションボタン */
  #formBtn ul {
    text-align: center;
    margin-bottom: 50px;
  }
  #formBtn ul li {
    display: inline-block;
  }
  #formBtn ul li button {
    width: 270px;
    display: block;
    padding: 20px 0;
    margin: 0 10px;
    font-size: 1.1428em;
    line-height: 1.1;
    background: #666;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  #formBtn ul li.btn_formConfirm button {
    background: #0983d7;
    transition: all 0.4s;
  }
  #formBtn ul li.btn_formConfirm button:hover {
    background: #0869ad;
  }
  /* radio */
  .form_content .radio input {
    display: none;
  }
  .form_content .radio label {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    background: #f5f5f5;
    color: #444;
    font-size: 1em;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
    border-radius: 3px;
  }
  .form_content .radio label:last-of-type {
    margin-right: 0px;
  }
  .form_content .radio input[type=radio]:checked + .switch01,
  .form_content .radio input[type=radio]:checked + .switch02,
  .form_content .radio input[type=radio]:checked + .switch03,
  .form_content .radio input[type=radio]:checked + .switch04,
  .form_content .radio input[type=radio]:checked + .switch05,
  .form_content .radio input[type=radio]:checked + .switch06 {
    background-color: #0983d7;
    color: #fff;
  }
  /*------------------------------------------------------------ 確認 */
  .form_content .confirmation dl {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 5px;
  }
  .form_content .confirmation dl dd {
    padding: 6px 0 6px 0;
  }
  /*------------------------------------------------------------ 完了 */
  /* ==========================================================================
    関学生協メルマガ登録フォーム（mag）
  ========================================================================== */
  .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.1428em;
    background: #fff;
    padding: 0 40px 0 10px;
    border: solid 1px #e2e2e2;
    font-size: 0.875em;
    min-width: 260px;
  }
  .form-select {
    position: relative;
    display: inline-block;
  }
  .form-select:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #666666 transparent transparent transparent;
  }
  #formBtn ul li input {
    width: 270px;
    display: block;
    padding: 20px 0;
    margin: 0 10px;
    font-size: 1.1428em;
    line-height: 1.1;
    background: #0983d7;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  /* ==========================================================================
    食堂メニュー
  ========================================================================== */
  .food-menu {
    width: 100%;
    border: none;
  }
  .food-menu td {
    border: none;
    padding: 5px;
    width: 25%;
  }
  .food-menu img {
    width: 100% !important;
    height: auto;
  }
  /* ==========================================================================
    パスワード画面　passward_im
  ========================================================================== */
  .c_password {
    text-align: center;
  }
  .c_password h2 {
    color: #014e70;
    font-size: 1.571em;
  }
  .c_password .confirm_btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 34px;
    border: 2px solid #014e70;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px #ffffff inset;
    -moz-box-shadow: 0px 0px 0px 2px #ffffff inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset;
    background: #009ee2;
  }
  .c_password .confirm_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
  }
  .c_password .password_input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .c_password .password_input input {
    height: 100%;
    padding: 13px 0.2em;
  }
  /* END */
  /* ==========================================================================
    homepage
  ========================================================================== */
  /*研究室・学会ホームページ制作================================================*/
  /*------------------------------ h2 */
  .conetnt_wrap h2.h2_title {
    /* background-color: #F7E375; */
    color: #0a83d8;
    font-size: 2.5rem;
    border-bottom: solid 2px #e2e2e2;
    position: relative;
    margin: 0 0 30px;
    padding: 4px 4px 4px 0px;
  }
  .conetnt_wrap h2.h2_title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    margin: auto;
    width: 20%;
    height: 4px;
    background: #0a83d8;
  }
  /*------------------------------ h3 */
  .conetnt_wrap h3.h3_title {
    font-size: 1.875rem;
    color: #0a83d8;
    border-left: solid 8px #0a83d8;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .homepage_cms_im img {
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .homepage_cms_tu img {
    margin-left: 40px;
    margin-bottom: 15px;
  }
  .text_ac01 {
    position: relative;
    padding-left: 20px;
  }
  .text_ac01::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #555;
    border-radius: 20px;
    top: 12px;
    left: 0;
  }
  .homepage_main_box01 {
    border: 1px solid #2f5596;
    margin-top: -9px;
  }
  .homepage_main_box01 img {
    width: 100%;
  }
  .homepage_main_box2024 {
    border: 1px solid #00b8e1;
    margin-top: -9px;
  }
  .homepage_main_box2024 img {
    width: 100%;
    vertical-align: bottom;
  }
  .homepage_copy01 {
    font-size: 1.8em;
    color: #fff;
    background: #2f5596;
    text-align: center;
    padding: 14px 0 10px;
    text-shadow: 2px 2px 0px #000000;
  }
  .homepage_copy02 {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 5px auto;
  }
  .homepage_copy02 li {
    font-size: 1.643em;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 12px;
    background: url(../common_renew/ico_mark_list02.png) 0 0.6em no-repeat;
    background-size: 8px auto;
  }
  /*蛍光ペン*/
  .marker_yellow01 {
    background: linear-gradient(transparent 45%, #fbde3b 45%);
    padding: 0 4px;
  }
  .marker_red_dark01 {
    background: linear-gradient(transparent 45%, #0983d7 45%);
    padding: 0 4px;
  }
  .homepage_new01 {
    display: inline-block;
    background: #fbde3b;
    color: #e32c2d;
    padding: 3px 8px 2px;
    border-radius: 15px;
    font-size: 0.75em;
    letter-spacing: -0.5px;
    margin-left: 5px;
  }
  .homepage_example_box_outer {
    border: 3px solid #2f5596;
  }
  .homepage_example_box_outer .box_ttl {
    background: #2f5596;
    padding: 6px;
    color: #fff;
  }
  .homepage_example_box_outer2024 {
    border: 3px solid #00b8e1;
  }
  .homepage_example_box_outer2024 .box_ttl {
    background: #0a83d8;
    padding: 6px;
    color: #fff;
  }
  /*.homepage_example_box01 {
      height: 600px;
      overflow-y: hidden;
  }

  .homepage_example_box01 iframe{
      overflow-y: hidden;
      height: 600px;
  }*/
  .homepage_example_box01 iframe {
    width: 100%;
    height: 700px;
  }
  /*STEP*/
  .homepage_flow_box01 {
    padding: 0 20px 18px 20px;
    border: solid 2px #0a83d8;
    margin-top: 25px;
  }
  .tit_homepage_flow01 {
    width: 45%;
    padding: 5px;
    margin: -20px auto 12px;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 2px;
    color: #2f5596;
    background: #fff;
    border: 1px solid #0a83d8;
    border-radius: 40px;
  }
  .tit_homepage_flow01.step {
    padding: 3px;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #000;
    background: #fbde3b;
    border: 1px solid #fff;
  }
  .tit_homepage_flow01.step.last {
    padding: 3px;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #fff;
    background: #e32c2d;
    border: 3px solid #fbde3b;
  }
  .tit_homepage_flow01.step .step_txt {
    font-size: 0.6em !important;
  }
  .tit_homepage_flow01.step .step_num {
    font-size: 1.1em !important;
    margin-right: 0.4em;
  }
  /*リンクボタン*/
  .btnArea_homepage01,
  .btnArea_homepage2024 {
    display: flex;
    justify-content: center;
  }
  .btnArea_homepage01 li,
  .btnArea_homepage2024 li {
    margin-right: 10px;
  }
  .btnArea_homepage01 li:nth-child(even),
  .btnArea_homepage2024 li:nth-child(even) {
    margin-right: 0px;
  }
  .btnArea_homepage01 li a {
    display: block;
    background: #0c82d6;
  }
  .btnArea_homepage2024 li a {
    display: block;
    background: #2f5596;
  }
  .btnArea_homepage01 .button a {
    position: relative;
    width: 330px;
    background-color: #333;
    border-radius: 2px;
    box-shadow: 0 3px 0 rgb(18, 56, 119);
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 12px 0;
  }
  .btnArea_homepage2024 .button a {
    position: relative;
    width: 487px;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 12px 0;
  }
  /*矢印*/
  .btnArea_homepage01 .button a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
  }
  .btnArea_homepage2024 .button a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #2f5596;
  }
  .btnArea_homepage01 .button.pink a:after {
    border-color: transparent transparent transparent #2f5596;
  }
  .btnArea_homepage01 .button a:hover {
    box-shadow: 0 1px 0 rgb(18, 56, 119);
    margin: 12px auto 8px;
  }
  .btnArea_homepage2024 .button.yellow a:after {
    border-color: transparent transparent transparent #2f5596;
  }
  .btnArea_homepage2024 .button a:hover {
    margin: 12px auto 8px;
  }
  /*ピンク*/
  .btnArea_homepage01 .button.pink a {
    background-color: #e4f4ff;
    color: #2f5596;
    box-shadow: 0 4px 0 rgb(9, 131, 215);
  }
  .btnArea_homepage01 .button.pink a:hover {
    box-shadow: 0 1px 0 rgb(9, 131, 215);
    margin: 12px auto 8px;
  }
  .btnArea_homepage2024 .button.yellow a {
    background-color: #f7e375;
    color: #2f5596;
    box-shadow: 4px 4px 0 #2f5596;
    font-size: 28px;
  }
  .btnArea_homepage2024 .button.yellow a:hover {
    box-shadow: 0 1px 0 #2f5596;
    margin: 12px auto 8px;
  }
  /*ブルー*/
  .btnArea_homepage01 .button.blue a {
    background-color: #0c82d6;
    box-shadow: 0 4px 0 rgb(18, 56, 119);
  }
  .btnArea_homepage01 .button.blue a:hover {
    box-shadow: 0 1px 0 rgb(18, 56, 119);
    margin: 12px auto 8px;
  }
  .labo_contents ul > li::before {
    display: none;
  }
  .im_wrap .feature {
    position: relative;
    box-sizing: border-box;
    /* padding: 30px; */
    /* border: 2px solid #58DBF8; */
    border-radius: 8px;
  }
  .im_wrap .feature .image_ac01 {
    /* position: absolute; */
    right: 0;
    top: 0;
    /* margin-top: -70px; */
  }
  .list_ac01 {
    counter-reset: listnum;
    list-style: none;
  }
  .list_ac01 li {
    position: relative;
    color: #00b8e1;
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .list_ac01 li::before {
    position: absolute;
    counter-increment: listnum;
    content: counter(listnum);
    color: #fff;
    padding-left: 5px;
    font-size: 16px;
    top: 50%;
    margin-top: -13px;
    left: 1px;
    z-index: 2;
  }
  .list_ac01 li::after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00b8e1;
    top: 50%;
    margin-top: -10px;
    left: 0;
    border-radius: 20px;
    z-index: -1;
  }
  ul.list_check li::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 0.2em;
    height: 20px;
    width: 12px;
    transform: rotate(45deg);
    border-bottom: solid 2px #555555;
    border-right: solid 2px #555555;
  }
  ul.list_point li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 5px;
  }
  ul.list_point li::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 0.2em;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background-color: #555;
  }
  .frature_div {
    padding: 10px;
  }
  .frature_div.back_blue {
    background-color: #e1f3f9;
    /* margin-left: 0px; */
  }
  /*準備中*/
  .btnArea_homepage01 .button.ready a {
    position: relative;
    width: 330px;
    background-color: #aaa;
    border-radius: 2px;
    box-shadow: 0 3px 0 #777;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 12px 0;
  }
  .btnArea_homepage01 .button.ready a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
  }
  .btnArea_homepage01 .button.ready a:hover {
    box-shadow: 0 3px 0 #777;
    margin: 10px auto;
  }
  /*ふきだし*/
  .homepage_arrow_box01 {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #0983d7;
    color: #0983d7;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 15px;
    margin-left: 5px;
  }
  .homepage_arrow_box01:after,
  .homepage_arrow_box01:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 10%;
  }
  .homepage_arrow_box01:after {
    border-color: rgba(238, 238, 238, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #fff;
  }
  .homepage_arrow_box01:before {
    border-color: rgba(136, 136, 136, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    margin-top: 1px;
    border-top-color: #0983d7;
  }
  .infoArea_travel01 {
    padding: 10px 0;
    border-top: 2px solid #0c82d6;
    border-bottom: 2px solid #0c82d6;
  }
  .infoArea_travel01 dl dt {
    float: left;
    color: #fff;
    background-color: #999;
    margin-right: 5px;
    padding: 3px 6px;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .infoArea_travel01 dl dd {
    float: left;
    padding: 3px;
  }
  /* Slider */
  #Slider_homepage {
    padding: 20px 0 30px 0;
    overflow: hidden;
    background: #f5f5f5;
  }
  #Slider_homepage .cont {
    display: block;
    width: 710px;
    margin: auto;
  }
  #Slider_homepage .swiper_nav {
    position: relative;
    width: 710px;
    margin: auto;
  }
  #Slider_homepage .swiper-button-next,
  #Slider_homepage .swiper-button-prev {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    top: 40%;
    width: 54px;
    height: 54px;
  }
  #Slider_homepage .swiper-button-prev {
    left: 18px;
    background: url(../staff/images/ico_slider_arw_back.png) no-repeat center center;
    background-size: 54px auto;
  }
  #Slider_homepage .swiper-button-next {
    right: 18px;
    background: url(../staff/images/ico_slider_arw_next.png) no-repeat center center;
    background-size: 54px auto;
  }
  #Slider_homepage .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
  }
  #Slider_homepage .swiper-pagination span {
    margin: 0 4px;
  }
  #Slider_homepage .swiper-wrapper {
    text-align: center;
  }
  #Slider_homepage .swiper-wrapper li a img {
    width: 190px;
    transition: 0.3s;
  }
  #Slider_homepage .swiper-wrapper li a img:hover {
    opacity: 0.8;
  }
  #Slider_homepage .swiper-slide span {
    box-sizing: border-box;
    display: block;
    width: 190px;
    margin: 0 auto;
    padding: 5px 3px;
    font-size: 0.95em;
    color: #555;
  }
  /*END 準備中*/
  .text_dots01 {
    background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.4em;
  }
  .flow_triangle01 {
    width: 0;
    height: 0;
    margin: 10px auto 20px;
    text-indent: -99999px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #0a83d8;
  }
  .w380 {
    width: 380px;
  }
  .w327 {
    width: 327px;
  }
  .w430 {
    width: 430px;
  }
  .w600 {
    width: 600px;
  }
  .lay_center_Pc {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage__box01 {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #831831;
    color: #831831;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 15px;
    margin-left: 5px;
  }
  .cmsArea_homepage01 {
    display: flex;
    justify-content: space-around;
    margin-top: 7px;
  }
  .cms_comparison .TableWrap {
    width: 750;
    margin: 0 auto;
  }
  .cms_comparison .TableWrap .ScrollTable {
    box-sizing: border-box;
  }
  .cms_comparison .TableWrap .ScrollTable table {
    background: #fff;
    border-collapse: separate;
    border: 3px solid #2f5596;
    width: 100%;
  }
  .cms_comparison .TableWrap .ScrollTable table.bd2024 {
    border: 3px solid #58dbf8;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th:nth-of-type(1) {
    width: 16%;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.im {
    background: url("../teacher/homepage/images/ico_im.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border: 4px solid #46aed5;
    border-spacing: 1px 1px;
    border-bottom: 1px solid #bfbfbf;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.im,
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.tu,
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.wp {
    font-size: 0;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th:not(:nth-of-type(1)) {
    width: 21%;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th {
    height: 70px;
    background: #fff;
    position: relative;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.tu {
    background: url("../teacher/homepage/images/ico_tu.png") no-repeat;
    background-size: 87% auto;
    background-position: center center;
    border: 4px solid #ffba00;
    border-spacing: 1px 1px;
    border-bottom: 1px solid #bfbfbf;
  }
  .cms_comparison .TableWrap .ScrollTable table tr.thCMS th.wp {
    background: url("../teacher/homepage/images/ico_wp.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  .cms_comparison .TableWrap .ScrollTable table tr:not(.thCMS) th {
    font-weight: normal;
    background: #eee;
    padding: 30px 10px;
  }
  .cms_comparison .TableWrap .ScrollTable table tr th,
  .cms_comparison .TableWrap .ScrollTable table tr td {
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
    height: 50px;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td {
    text-align: center;
  }
  .cms_comparison .TableWrap .ScrollTable table tr th,
  .cms_comparison .TableWrap .ScrollTable table tr td {
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
    height: 50px;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td span:not(.text).circle {
    color: #ffadad;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td span:not(.text) {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #a4c2db;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
    vertical-align: middle;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td:nth-of-type(1) {
    border: 4px solid #46aed5;
    border-spacing: 1px 1px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td:nth-of-type(2) {
    border: 4px solid #ffba00;
    border-spacing: 1px 1px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td span.text {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.3;
    display: block;
  }
  .cms_comparison .TableWrap p {
    display: none;
  }
  .cms_comparison .TableWrap .ScrollTable table tr:last-of-type td:nth-of-type(1) {
    border-bottom: 4px solid #46aed5;
  }
  .cms_comparison .TableWrap .ScrollTable table tr:last-of-type td:nth-of-type(2) {
    border-bottom: 4px solid #ffba00;
  }
  .cms_comparison .TableWrap .ScrollTable table tr td span:not(.text).wcircle {
    color: #ff3e3e;
  }
  #ContentsSingle03 .h1_title {
    width: 900px;
  }
  .div_border_dot_blue01 {
    padding: 20px;
    border-radius: 8px;
    border: dotted 2px #2f5596;
    margin-top: 30px;
  }
  /* ==========================================================================
    ホームページ制作ご相談受付フォーム
  ========================================================================== */
  .homepage_service_page_form .txt_homepage_alert01 {
    background: url("../teacher/homepage/images/ico_time01.png") no-repeat left center;
    background-size: 22px auto;
    padding-left: 26px;
    font-weight: bold;
    font-size: 1.25em;
    color: #eb5175;
  }
  .homepage_service_page_form .dl_QAbox {
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
    margin-bottom: 20px;
  }
  .homepage_service_page_form .dl_QAbox:last-child {
    margin-bottom: 20px;
  }
  .homepage_service_page_form .dl_QAbox dt {
    box-sizing: border-box;
    background: #fff;
    font-size: 1.2em !important;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .homepage_service_page_form .dl_QAbox dt span {
    font-weight: bold;
    color: #0c82d6;
    font-size: 1.2em;
    margin-right: 8px;
  }
  .homepage_service_page_form .dl_QAbox dd {
    box-sizing: border-box;
    margin: 10px 25px;
    font-size: 1.35em;
  }
  .homepage_service_page_form .dl_QAbox dd ul {
    box-sizing: border-box;
    /*display: flex;
    justify-content: space-between;*/
  }
  .homepage_service_page_form .dl_QAbox dd ul li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /*width: 49.2%;*/
    background: #ffeaea;
    padding: 20px;
  }
  .homepage_service_page_form .dl_QAbox dd ul li.answerBox_pink {
    background: #e4f4ff;
  }
  .homepage_service_page_form .dl_QAbox dd ul li.answerBox_orange {
    background: #fef5e4;
  }
  .homepage_service_page_form .radioBox {
    display: none;
  }
  .homepage_service_page_form .labelBase {
    padding: 5px 10px;
  }
  .homepage_service_page_form .radioBoxLabel {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 32px !important;
    position: relative;
    width: auto;
  }
  .homepage_service_page_form .radioBoxLabel::before {
    background: #fff;
    border: 1px solid #888;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .homepage_service_page_form .radioBoxLabel::after {
    background: #eb5175;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  .homepage_service_page_form .radioBox:checked + .radioBoxLabel::after {
    opacity: 1;
  }
  .homepage_service_page_form .chkBox {
    display: none;
  }
  .homepage_service_page_form .chkBoxLabel {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }
  .homepage_service_page_form .chkBoxLabel::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .homepage_service_page_form .chkBoxLabel::after {
    border-right: 3px solid #b3173b;
    border-bottom: 3px solid #b3173b;
    content: "";
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
  }
  .homepage_service_page_form .chkBox:checked + .chkBoxLabel:after {
    opacity: 1;
  }
  .homepage_service_page_form.confirm_box .dl_QAbox dd ul li {
    min-height: 110px;
  }
  /* 入力画面 デフォルトフォームに追加装飾----------------------------------------------------*/
  .homepage_service_page_form .form_group dl dt {
    font-size: 18px;
  }
  .homepage_service_page_form .form_group dl dd {
    font-size: 18px;
  }
  .homepage_service_page_form .form_group {
    padding: 20px 10px;
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
  }
  .homepage_service_page_form .form_group .required {
    color: #f00;
    display: inline-block;
    background-color: #eee;
    font-size: 0.757em;
    padding: 3px 7px 2px;
    border-radius: 5px;
  }
  /* 確認画面 デフォルトフォームに追加装飾----------------------------------------------------*/
  .homepage_service_page_form .formBase dl dt {
    font-size: 18px;
    /* border: 1px solid #bbb;
    padding: 18px; */
  }
  .homepage_service_page_form .formBase dl dd {
    font-size: 18px;
    /* padding: 18px 10px;
    background: #eee; */
  }
  .homepage_service_page_form .formBase {
    padding: 20px 10px;
    border: 2px solid #bbb;
    box-shadow: 3px 3px 0px 0px #ddd;
  }
  .homepage_service_page_form .formBase .required {
    color: #f00;
    display: inline-block;
    background-color: #eee;
    font-size: 0.757em;
    padding: 3px 7px 2px;
    border-radius: 5px;
  }
}
input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #ff2e2e;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}

.c-input {
  box-sizing: border-box;
  padding: 12px 15px;
  background: #fff;
  border-radius: 3px;
  border: none;
  border: solid 1px var(--color-primary);
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-input {
    width: 100%;
  }
}
.c-input-radio {
  cursor: pointer;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.c-input-radio__label {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 20px 7px;
  border-radius: 5px;
  background: #f3f5f7;
  min-width: 65px;
  transition: 0.3s;
}
.c-input-radio:checked + .c-input-radio__label {
  background: var(--color-primary);
  color: #fff;
}
.c-input-select {
  cursor: pointer;
  overflow: hidden;
  display: -ms-flexbox;
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
}
.c-input-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-primary);
  pointer-events: none;
}
.c-input-select select {
  width: 100%;
  border-radius: 3px;
  padding-right: 3em;
  font-size: 0.875rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none !important;
  background: #fff;
  color: var(--color-primary);
  border: var(--color-primary) 2px solid;
  display: inline-block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 15px;
  font-weight: bold;
}

/*トップページ本日の営業時間にもどるぼたん */
/*------------------------------------------------------------------------ */
.link_btn_schedule {
  display: block;
  position: relative;
  background: #fff;
  color: var(--default-black);
  padding-left: 40px;
  text-align: center;
}
.link_btn_schedule:hover {
  background-color: #bddaf1;
}
.link_btn_schedule::before {
  content: "";
  background: url(../images/ico_panels_12.svg) no-repeat center center;
  background-size: contain !important;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.link_btn_schedule::after {
  background-image: url("../common/ico_arrow_forward.svg");
}

@media all and (min-width: 768px) {
  /* ==========================================================================
    個別ページ（PC）
  ========================================================================== */
  /*店舗別営業時間のお知らせ */
  /*------------------------------------------------------------------------ */
  /* MonthNav */
  #MonthNav ul {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: solid 2px var(--color-primary);
    background: #f3f7f8;
    list-style-type: none;
    padding-inline-start: 0;
  }
  #MonthNav ul li {
    box-sizing: border-box;
    border-right: solid 1px var(--color-primary);
  }
  #MonthNav ul li:last-child {
    border-right: none;
  }
  #MonthNav ul li a {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 1.143em;
    text-align: center;
  }
  #MonthNav ul li a:hover {
    background: #bddaf1;
  }
  #MonthNav ul li.on a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: var(--color-primary);
  }
  /* pagelink */
  .pagelink {
    text-align: center;
    margin-bottom: 25px;
  }
  .pagelink li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .pagelink li a {
    position: relative;
    padding-left: 20px;
    color: #000;
  }
  .pagelink li a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 12px solid var(--color-primary);
    border-bottom: 1px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .pagelink li a:hover {
    color: #009ee4;
  }
  /* 店舗別カレンダー */
  .shopTimeTable {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
  }
  .shopTimeTable > div {
    width: calc(33.3333333333% - 30px);
  }
  .shopTimeTable h3 {
    margin-bottom: 12px;
    padding-left: 12px;
    font-weight: normal;
    font-size: 1.286em;
    line-height: 1.3;
    border-left: solid 3px var(--color-primary);
  }
  .shopTimeTable table {
    width: 100%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 1.4;
    border-collapse: collapse;
  }
  .shopTimeTable table th,
  .shopTimeTable table td {
    text-align: center;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  .shopTimeTable table th {
    padding: 10px 5px 8px;
    font-weight: bold;
    color: #fff;
    background: var(--color-primary);
  }
  .shopTimeTable table td {
    position: relative;
    padding: 20px 6px 4px;
  }
  .shopTimeTable table td.schedule_info {
    padding: 8px 8px 3px;
    text-align: left;
  }
  .shopTimeTable table span.num {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 0.857em;
    color: #000;
  }
  .schedule_info dl {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .schedule_info dt {
    float: left;
    width: 30px;
    text-align: center;
    padding: 3px 3px 2px;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .schedule_info dd {
    margin-left: 35px;
  }
  .shopTimeTable .base_yellow01 {
    background: #fbffcd;
  }
  .shopTimeTable .base_pink01 {
    background: #ffe1f2;
  }
  .shopTimeTable .base_pink02 {
    background: #ffd3d3;
  }
  .shopTimeTable .base_blue01 {
    background: #e4f3ff;
  }
  .shopTimeTable .base_grey01 {
    background: #eee;
  }
  /*追加color*/
  .shopTimeTable .base_green01 {
    background: #e7ffde;
  }
  .shopTimeTable .base_green02 {
    background: #d8fff9;
  }
  .shopTimeTable .base_purple01 {
    background: #f6e8ff;
  }
  .shopTimeTable .base_beige01 {
    background: #ffeee9;
  }
  .shopTimeTable .base_blue02 {
    background: #e0ebff;
  }
  .shopTimeTable .base_yellow02 {
    background: #fff0c9;
  }
  .txt_shoptime_ready {
    font-size: 20px;
    text-align: center;
  }
  .h3_title_time {
    background-color: #bddaf1;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
    個別ページ（スマホ）
  ========================================================================== */
  /* 店舗別営業時間のお知らせ */
  /*------------------------------------------------------------------------ */
  /* MonthNav */
  #MonthNav ul {
    margin-bottom: 18px;
    display: flex;
    border: solid 2px var(--color-primary);
    background: #f3f7f8;
    list-style-type: none;
    padding-inline-start: 0;
  }
  #MonthNav ul li {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: 33.3333333333%;
    box-sizing: border-box;
    border-right: solid 1px var(--color-primary);
  }
  #MonthNav ul li:last-child {
    border-right: none;
  }
  #MonthNav ul li a {
    display: block;
    padding: 10px;
    color: #000;
    text-align: center;
  }
  #MonthNav ul li a:hover {
    background: #bddaf1;
  }
  #MonthNav ul li.on a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #489cde;
  }
  /* pagelink */
  .pagelink {
    margin-bottom: 20px;
  }
  .pagelink li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 0.813em;
  }
  .pagelink li a {
    position: relative;
    padding-left: 20px;
    color: #000;
  }
  .pagelink li a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 12px solid #489cde;
    border-bottom: 1px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .pagelink li a:hover {
    color: #009ee4;
  }
  /* 店舗別カレンダー */
  .shopTimeTable > div {
    margin-bottom: 40px;
  }
  .shopTimeTable h3 {
    margin-bottom: 8px;
    padding-left: 8px;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.3;
    border-left: solid 3px var(--color-primary);
  }
  .shopTimeTable table {
    width: 100%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 1.4;
    border-collapse: collapse;
  }
  .shopTimeTable table th,
  .shopTimeTable table td {
    text-align: center;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  .shopTimeTable table th {
    padding: 10px 5px 8px;
    font-weight: bold;
    color: #fff;
    background: var(--color-primary);
  }
  .shopTimeTable table td {
    position: relative;
    padding: 20px 6px 4px;
  }
  .shopTimeTable table td.schedule_info {
    padding: 8px 8px 5px;
    text-align: left;
  }
  .shopTimeTable table .span {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .shopTimeTable table span.num {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 0.813em;
    color: #000;
  }
  .schedule_info dl {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .schedule_info dt {
    float: left;
    width: 30px;
    text-align: center;
    padding: 3px 3px 2px;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .schedule_info dd {
    margin-left: 35px;
  }
  .shopTimeTable .base_yellow01 {
    background: #fbffcd;
  }
  .shopTimeTable .base_pink01 {
    background: #ffe1f2;
  }
  .shopTimeTable .base_pink02 {
    background: #ffd3d3;
  }
  .shopTimeTable .base_blue01 {
    background: #e4f3ff;
  }
  .shopTimeTable .base_grey01 {
    background: #eee;
  }
  /*追加color*/
  .shopTimeTable .base_green01 {
    background: #e7ffde;
  }
  .shopTimeTable .base_green02 {
    background: #d8fff9;
  }
  .shopTimeTable .base_purple01 {
    background: #f6e8ff;
  }
  .shopTimeTable .base_beige01 {
    background: #ffeee9;
  }
  .shopTimeTable .base_blue02 {
    background: #e0ebff;
  }
  .shopTimeTable .base_yellow02 {
    background: #fff0c9;
  }
  .txt_shoptime_ready {
    font-size: 18px;
    text-align: center;
  }
  .h3_title_time {
    background-color: #bddaf1;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.search-area .c-input-text {
  padding: 17px 58px 17px 20px;
  border: 1px solid var(--color-primary);
}

.header-search__box {
  max-width: 600px;
  margin: 0 auto;
}

.header-search__box form {
  position: relative;
  text-align: center;
}

.header-search__box form .submit {
  background: url(../common/ico_search.svg) no-repeat;
  background-size: contain !important;
  background-position: 7px center;
  display: inline-block;
  border: none;
  outline: none;
  position: absolute;
  right: 19px;
  border-left: solid 1px var(--default-blue);
  top: 0.7em;
  z-index: 1;
  cursor: pointer;
  width: 1em;
  height: 1em;
  width: 34px;
  height: 38px;
}

.l-search__result {
  background: #f8f8f8;
  padding: 20px;
}

.l-search__result .info__textbase-count {
  color: #333;
  font-size: 0.875rem;
}

.l-search__result .info__textbase-error {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

.l-search__result .info__contents {
  background: #fff;
}

.l-search__result .info__contents ul li {
  list-style: none;
  border-bottom: 1px solid #888;
}

.l-search__result .info__contents ul li:last-child {
  border-bottom: 0;
}

.l-search__result .info__contents ul li a {
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 1em 3em 1em 2em;
  position: relative;
}

.l-search__result .info__contents ul li a:hover {
  background: var(--color-blue-light);
  color: var(--color-primary);
}
.l-search__result .info__contents ul li a:hover::after {
  background-color: var(--color-primary);
}

.l-search__result .info__contents ul li a::after {
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1;
  background-color: #333;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.search_non {
  padding: 20px;
}/*# sourceMappingURL=style.css.map */