@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  background-color: #051f78;
  padding: 16px 0 6px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 96px;
}

@media only screen and (max-width: 767px) {
  .c-header {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    min-height: auto;
  }
}

.c-header__inner {
  max-width: 1136px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1166px) {
  .c-header__inner {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__inner {
    display: block;
    padding: 11px 16px 10px;
    position: relative;
    z-index: 888;
    background: #051f78;
  }
}

.c-header__inner .c-fixContact {
  margin-left: auto;
}

.c-header__inner .c-btnContact {
  margin-left: 19px;
}

.c-header__logo {
  width: 242px;
  margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .c-header__logo {
    width: 202px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__logo {
    margin: 0;
    width: 202px;
  }
}

/*
------------------------------------------------------------*/
.c-fixContact {
  color: #fff;
  width: 415px;
}

@media only screen and (max-width: 1024px) {
  .c-fixContact {
    width: 380px;
  }
}

.c-fixContact__wrap {
  display: -webkit-box;
  display: flex;
}

.c-fixContact__con {
  display: block;
  box-sizing: border-box;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .c-fixContact__con {
    width: 50%;
    padding-bottom: 6px;
  }
}

.c-fixContact__con .ttl {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .c-fixContact__con .ttl {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-fixContact__con .ttl {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 374px) {
  .c-fixContact__con .ttl {
    min-height: 20px;
  }
}

.c-fixContact__con:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.c-fixContact__con:last-child {
  padding-left: 10px;
}

.c-fixContact__con .detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 3px;
}

.c-fixContact__con .detail span {
  line-height: 1;
}

.c-fixContact__con .detail .num {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-left: 4px;
}

@media only screen and (max-width: 1024px) {
  .c-fixContact__con .detail .num {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 374px) {
  .c-fixContact__con .detail .num {
    font-size: 1.5rem;
  }
}

.c-fixContact__note {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  padding: 0 0 0 3px;
}

@media only screen and (max-width: 1024px) {
  .c-fixContact__note {
    font-size: 1rem;
    padding: 0px 0 2px 2px;
  }
}

@media only screen and (max-width: 767px) {
  .c-fixContact.fix-sp {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #0f36ba;
    padding: 8px 16px 0;
    z-index: 999;
  }
  .c-fixContact.fix-sp .c-fixContact__con:first-child {
    padding-right: 5px;
    padding-left: 7px;
  }
  .c-fixContact.fix-sp .c-fixContact__con:last-child {
    padding-right: 5px;
    padding-left: 11px;
  }
  .c-fixContact.fix-sp .c-fixContact__con .detail span > img {
    height: 15px;
    width: auto;
  }
}

.c-btnContact {
  width: 154px;
  height: 48px;
}

.c-btnContact a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
}

.c-btnContact a span {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 1024px) {
  .c-btnContact a span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-btnContact a span {
    font-size: 1.6rem;
  }
}

.c-btnContact a span svg {
  position: absolute;
  top: 0;
  left: 0;
}

/* sp icon menu
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-iconmenu {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #051f78;
    border-radius: 50%;
    padding: 16px 12px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 888;
  }
  .c-iconmenu span {
    width: 22px;
    height: 2px;
    background-color: #051f78;
    display: block;
    position: absolute;
    left: 12px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-iconmenu span:nth-child(1) {
    top: 17px;
  }
  .c-iconmenu span:nth-child(2) {
    top: 23px;
  }
  .c-iconmenu span:nth-child(3) {
    top: 29px;
  }
  .c-iconmenu.is-active span:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .c-iconmenu.is-active span:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .c-iconmenu.is-active span:nth-child(2) {
    opacity: 0;
  }
}

/* sp menu
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-spmenu {
    background-color: #0f36ba;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 777;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-spmenu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .c-spmenu nav {
    height: 100%;
    overflow-y: auto;
    /* padding: 64px 0 70px; */
    padding: 0 0 70px;
  }
  .c-spmenu ul li {
    border-bottom: 1px solid #2447c0;
  }
  .c-spmenu ul li:last-child {
    border-bottom: 0;
  }
  .c-spmenu ul a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 17px 24px 16px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .c-spmenu ul li a {
      padding: 14px 24px;
    }
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #f6f7f9;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding-bottom: 70px;
  }
}

.c-footer__navi {
  background-color: #051f78;
  padding: 15px 0 14px;
}

@media only screen and (max-width: 767px) {
  .c-footer__navi {
    padding: 33px 0 18px;
  }
}

.c-footer__navi ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-footer__navi ul {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: start;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__navi ul li {
    width: 50%;
    margin-bottom: 32px;
  }
  .c-footer__navi ul li:nth-child(2n) {
    padding-left: 8px;
  }
}

.c-footer__navi ul li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  border-right: 1px solid #fff;
  padding: 0 13px;
}

@media only screen and (max-width: 1050px) {
  .c-footer__navi ul li a {
    font-size: calc((100vw / 1050) * 15);
    padding: 0 13px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-footer__navi ul li a {
    font-size: calc((100vw / 1024) * 15);
    padding: 0 7px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__navi ul li a {
    font-size: 1.5rem;
    border-right: none;
    padding: 0;
    line-height: 1.6;
  }
}

.c-footer__navi ul li:last-child a {
  border-right-color: transparent;
}

.c-footer__inner {
  max-width: 1136px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  padding: 41px 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-footer__inner {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__inner {
    display: block;
  }
}

.c-footer__inner .c-fixContact {
  color: #333;
  margin-left: auto;
  width: 422px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact {
    width: 240px;
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__con {
    width: 100%;
    padding: 18px 16px 18px 20px;
  }
  .c-footer__inner .c-fixContact__con .detail {
    margin-top: 4px;
  }
}

.c-footer__inner .c-fixContact__con:first-child {
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__con:first-child {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}

.c-footer__inner .c-fixContact__con:last-child {
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__con:last-child {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__con .ttl {
    font-size: 1.3rem;
    min-height: auto;
  }
}

.c-footer__inner .c-fixContact .num {
  color: #051f78;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact .num {
    font-size: 2.6rem;
  }
}

.c-footer__inner .c-fixContact__note {
  border-top-color: #e6e6e6;
  padding: 2px 5px 0 0px;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-fixContact__note {
    font-size: 1.3rem;
    padding: 12px 0px 0 0px;
  }
}

.c-footer__inner .c-btnContact {
  margin-top: 10px;
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner .c-btnContact {
    width: 100%;
    max-width: 240px;
    margin: 20px auto 0;
  }
}

.c-footer__inner .c-btnContact a {
  background-color: #051f78;
  border-color: #051f78;
}

@media only screen and (max-width: 767px) {
  .c-footer__ttl {
    text-align: center;
  }
}

.c-footer__ttl .logo {
  width: 241px;
}

@media only screen and (max-width: 1024px) {
  .c-footer__ttl .logo {
    width: 202px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__ttl .logo {
    width: 241px;
    margin: 0 auto;
  }
}

.c-footer__ttl > p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 7px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .c-footer__ttl > p {
    font-size: 1.3rem;
  }
}

.c-footer__ttl > a {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .c-footer__ttl > a {
    font-size: 1.3rem;
  }
}

.c-footer__ttl > a img {
  vertical-align: middle;
}

.c-footer__ttl > a span {
  margin-left: 5px;
}

.c-footer .copy {
  font-size: 1.2rem;
  line-height: 2.2;
  color: #999;
  padding: 18px 0 4px;
}

@media only screen and (max-width: 767px) {
  .c-footer .copy {
    text-align: center;
    padding: 20px 0 4px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 12px 16px;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 8px 15px;
  }
}

.c-breadcrumb ol li {
  position: relative;
  display: inline-block;
}

.c-breadcrumb ol li:nth-child(n+2):before {
  content: '＞';
  font-size: 1.3rem;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb ol li:nth-child(n+2):before {
    font-size: 1.1rem;
  }
}

.c-breadcrumb ol a, .c-breadcrumb ol p {
  display: inline;
  font-size: 1.3rem;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb ol a, .c-breadcrumb ol p {
    font-size: 1.1rem;
  }
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "GenShinGothic-P", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #333;
}

body.is-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

main {
  padding-top: 96px;
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-wrap {
  max-width: 1136px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-wrap {
    padding: 0 16px;
  }
}

.l-wrapper {
  max-width: 1366px;
  margin: 0 auto;
}

.l-content {
  max-width: 776px;
  margin: 0 auto;
}

.l-content-sm {
  max-width: 700px;
  margin: 0 auto;
}

body {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

body.fadeIn {
  opacity: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

body * {
  -webkit-transition: none;
  transition: none;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  max-width: 343px;
  height: 56px;
  margin: 0 auto;
}

.c-btn1 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #051f78;
  border: 1px solid #051f78;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 374px) {
  .c-btn1 a {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}

.c-btn1 a span {
  display: inline-block;
  position: relative;
  padding-right: 19px;
}

.c-btn1 a span svg {
  position: absolute;
  top: 9px;
  right: -4px;
}

@media only screen and (max-width: 374px) {
  .c-btn1 a span svg {
    top: 7px;
  }
}

.c-btn1 a span svg path {
  fill: currentColor;
}

@media screen and (min-width: 767px) {
  .c-btn1 a:hover {
    background-color: #fff;
    color: #051f78;
  }
}

.c-btn1--mode a {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #0f36ba;
  border: 1px solid #fff;
}

.c-btn1--mode a span {
  padding: 2px 0 0 33px;
}

.c-btn1--mode a span svg {
  right: auto;
  left: 2px;
  top: 2px;
}

@media screen and (min-width: 767px) {
  .c-btn1--mode a:hover {
    opacity: 1;
    background-color: #fff;
    border: 1px solid #fff;
    color: #0f36ba;
  }
}

.c-btn1--reverse {
  max-width: 387px;
  height: 64px;
}

.c-btn1--reverse a {
  background-color: #FFF;
  border-color: #0F36BA;
  color: #0F36BA;
  font-size: 1.9rem;
  font-weight: 700;
}

.c-btn1--reverse a span {
  padding-right: 21px;
}

.c-btn1--reverse a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #0F36BA;
}

/*
------------------------------------------------------------*/
.c-btn2 {
  max-width: 635px;
  height: 64px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    height: 56px;
  }
}

.c-btn2 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #019642;
  border: 1px solid #019642;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 374px) {
  .c-btn2 a {
    font-size: 1.5rem;
  }
}

.c-btn2 a span {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.c-btn2 a span svg {
  position: absolute;
  top: 9px;
  right: -4px;
  -webkit-filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.5));
}

@media only screen and (max-width: 374px) {
  .c-btn2 a span svg {
    top: 7px;
  }
}

.c-btn2 a span svg path {
  fill: currentColor;
}

@media screen and (min-width: 767px) {
  .c-btn2 a:hover {
    background-color: #fff;
    color: #051f78;
  }
}

.c-btn2--mode a {
  background-color: #f47d47;
  border-color: #f47d47;
}

/*
------------------------------------------------------------*/
.c-btn3 {
  box-sizing: border-box;
  max-width: 416px;
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #e6efff;
  border: 1px solid #e6efff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f36ba;
}

@media only screen and (max-width: 767px) {
  .c-btn3 {
    font-size: 1.6rem;
  }
}

.c-btn3 span {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.c-btn3 span svg {
  position: absolute;
  top: 9px;
  right: -2px;
}

.c-btn3 span svg path {
  fill: currentColor;
}

.c-btn3:hover {
  border-color: #0f36ba;
  background-color: #fff;
}

.c-btn3--tel {
  border-color: #0f36ba;
  background-color: #fff;
}

.c-btn3--tel span {
  font-size: 4.4rem;
  font-weight: 700;
  color: #0f36ba;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 0 0 0 45px;
}

@media only screen and (max-width: 1024px) {
  .c-btn3--tel span {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 374px) {
  .c-btn3--tel span {
    font-size: 3.2rem;
  }
}

.c-btn3--tel span svg {
  right: auto;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .c-btn3--tel span svg {
    top: 6px;
  }
}

@media only screen and (max-width: 374px) {
  .c-btn3--tel span svg {
    width: 24px;
    top: 5px;
    left: 0px;
  }
}

.c-btn4 {
  display: block;
  box-sizing: border-box;
}

.c-btn4 > p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0f36ba;
}

@media only screen and (max-width: 1024px) {
  .c-btn4 > p {
    font-size: 1.4rem;
  }
}

.c-btn4 > span {
  margin-top: 3px;
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #0f36ba;
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-btn4 > span {
    font-size: 2.2rem;
  }
}

.c-btn4 > span svg {
  position: absolute;
  top: 4px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn4 > span svg {
    top: 2px;
  }
}

.c-btn4 > span svg path {
  fill: currentColor;
}

/*
------------------------------------------------------------*/
.c-btn-wrap {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-btn-wrap {
    display: block;
  }
}

.c-btn-wrap__btn {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .c-btn-wrap__btn {
    width: 100%;
  }
}

.c-btn-wrap__btn + .c-btn-wrap__btn {
  margin-left: 2%;
}

@media only screen and (max-width: 767px) {
  .c-btn-wrap__btn + .c-btn-wrap__btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-btn-wrap__btn .c-btn3 + p {
  font-size: 1.6rem;
  line-height: 1.63;
  color: #0f36ba;
  text-align: center;
  margin: 6px 0 0;
  padding: 0 13px 0 0;
}

@media only screen and (max-width: 1024px) {
  .c-btn-wrap__btn .c-btn3 + p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-btn-wrap__btn .c-btn3 + p {
    font-size: 1.4rem;
    padding: 0;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #ff7708;
}

@media only screen and (max-width: 767px) {
  .c-ttl1 {
    font-size: 2.5rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl2 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 2.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
  color: #f47d47;
}

@media only screen and (max-width: 767px) {
  .c-ttl3 {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl4 {
  background-color: #051f78;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.13;
  font-weight: 400;
  padding: 8px 16px 7px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .c-ttl4 {
    font-size: 1.8rem;
  }
}

.c-ttl4 span {
  font-size: 2rem;
  font-weight: 500;
  background-color: #ffff00;
  border-radius: 15px;
  color: #051f78;
  padding: 0 16px;
  line-height: 1.5;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-ttl4 span {
    font-size: 1.5rem;
    margin-right: 5px;
  }
}

.c-ttl4--mode {
  padding: 5px 16px 5px 4px;
}

@media only screen and (max-width: 767px) {
  .c-ttl4--mode {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

/*
------------------------------------------------------------*/
.c-ttl5 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  color: #ff801e;
}

@media only screen and (max-width: 767px) {
  .c-ttl5 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.c-ttl5 span {
  font-size: 2rem;
  font-weight: 700;
  background-color: #FF801E;
  color: #fff;
  display: inline-block;
  padding: 7px 6px 7px 9px;
  vertical-align: bottom;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 767px) {
  .c-ttl5 span {
    font-size: 1.5rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl6 {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
  color: #0f36ba;
  background-color: #e6efff;
  border-radius: 18px;
  position: relative;
  padding: 0 0 0 34px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-ttl6:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

/*
------------------------------------------------------------*/
.c-ttl7 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  color: #051F78;
  position: relative;
  padding-left: 15px;
}

.c-ttl7:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #051F78;
  position: absolute;
  top: 8px;
  left: 0;
}

.c-ttl8 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #0F36BA;
  line-height: 1.4;
  background-color: #FFFF00;
  padding: 8px 16px 6px;
}

@media only screen and (max-width: 767px) {
  .c-ttl8 {
    letter-spacing: 0;
    font-size: 2rem;
  }
}

.c-ttl8 span {
  margin-left: 17px;
}

@media only screen and (max-width: 767px) {
  .c-ttl8 span {
    margin-left: 8px;
  }
}

.c-ttl9 {
  color: #FF801E;
  text-align: center;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.51;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-ttl9 {
    font-size: 3.1rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  line-height: 1.63;
}

@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/*
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.9rem;
  line-height: 1.8;
  color: #FF801E;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-text3 {
  font-size: 1.3rem;
  line-height: 1.6;
}

/*
------------------------------------------------------------*/
.c-text4 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-text4 {
    font-size: 1.8rem;
  }
}

.c-text-slogan {
  color: #FFFF00;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-text-slogan {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi1 {
  background-color: #f6f7f9;
}

.c-navi1 .l-wrap {
  padding: 0 65px 0 68px;
}

@media only screen and (max-width: 1024px) {
  .c-navi1 .l-wrap {
    padding: 0 16px;
  }
}

.c-navi1 ul {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-navi1 ul {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-navi1 ul li {
  padding: 20px 0;
}

.c-navi1 ul li a {
  min-width: 120px;
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  /* padding: 0 27px 0 26px; */
  padding: 0 1.5rem;
  border-right: 1px solid #ccc;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-navi1 ul li a:hover {
    opacity: 1;
    background-color: #eaecf1;
  }
}

@media only screen and (max-width: 1140px) {
  .c-navi1 ul li a {
    font-size: calc((100vw / 1140) * 16);
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-navi1 ul li a {
    font-size: calc((100vw / 1024) * 16);
    padding: 0 12px;
    min-width: auto;
  }
}

.c-navi1 ul li:last-child a {
  border-right-color: transparent;
}

/*
------------------------------------------------------------*/
.c-navi2 {
  margin: 33px 0 64px;
}

@media only screen and (max-width: 767px) {
  .c-navi2 {
    margin: 15px 0 30px;
  }
}

.c-navi2 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: start;
  }
}

.c-navi2 ul li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li {
    width: 50%;
  }
}

.c-navi2 ul li:after {
  content: "";
  width: 6px;
  height: 28px;
  background: url(../img/common/icon-dot.png) repeat-Y;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li:after {
    right: 0;
  }
}

.c-navi2 ul li:last-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li:last-child:after {
    content: "";
  }
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li:nth-child(2n):after {
    content: none;
  }
}

.c-navi2 ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0f36ba;
  padding: 16px 34px;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li a {
    font-size: 1.6rem;
    padding: 8px 17px;
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
.c-navi3 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-navi3 ul {
    display: block;
  }
}

.c-navi3 ul li {
  width: 32.8%;
}

@media only screen and (max-width: 767px) {
  .c-navi3 ul li {
    width: 100%;
    margin-bottom: 8px;
  }
}

.c-navi3 ul li a {
  display: block;
  background-color: #e6efff;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding: 14px 32px;
}

@media only screen and (max-width: 767px) {
  .c-navi3 ul li a {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}

.c-navi3 ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/common/icon-arr-down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-navi3 ul li a::before {
    width: 10px;
    height: 10px;
    top: 16px;
    left: 7px;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgText1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-imgText1 {
    display: block;
  }
}

.c-imgText1__detail {
  width: 65.5%;
  padding-top: 11px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__detail {
    width: 100%;
    padding-top: 0;
  }
}

.c-imgText1__detail .c-text2 {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__detail .c-text2 {
    margin-top: 5px;
  }
}

.c-imgText1__detail > .c-text1 {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__detail > .c-text1 {
    margin-top: 7px;
  }
}

.c-imgText1__detail .ban {
  display: block;
  box-sizing: border-box;
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__detail .ban {
    margin-top: 18px;
  }
}

.c-imgText1__detail .c-list-note {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__detail .c-list-note {
    margin-top: 7px;
  }
}

.c-imgText1__detail .c-imgText2 {
  margin-top: 33px;
}

.c-imgText1__img {
  width: 31.2%;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__img {
    width: 100%;
    margin-top: 10px;
  }
}

.c-imgText1__img p + p {
  margin-top: 4px;
}

/*
------------------------------------------------------------*/
.c-imgText2 {
  position: relative;
  background-color: #ffe6e3;
  padding: 30px 23px 22px 12px;
  display: -webkit-box;
  display: flex;
  border-radius: 4px;
}

.p-maintenance-content .c-imgText2 {
  position: relative;
  background-color: #ffe6e3;
  padding: 30px 23px 22px 12px;
  display: -webkit-box;
  display: flex;
  border-radius: 4px;
  align-items: center;
}

.c-imgText2__label {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ed1e79;
  background-color: #ffff00;
  border-radius: 15px;
  padding: 1px 18px 1px 12px;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__label {
    font-size: 1.3rem;
  }
}

.c-imgText2__label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffff00 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 60px;
}

.c-imgText2__img {
  width: 108px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__img {
    width: 80px;
  }
}

.c-imgText2__detail {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 16px;
}

.c-imgText2__detail > .c-text1 {
  margin: 14px 0 0 2px;
}

.c-imgText2__detail .text {
  margin: 7px 0 6px;
}

.c-imgText2__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__ttl {
    font-size: 2rem;
  }
}

.c-imgText2__ttl2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ED1E79;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 2px;
  padding: 0px 0 5px;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__ttl2 {
    font-size: 2.7rem;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-list1 {
    display: block;
  }
}

.c-list1 li {
  width: 31.5%;
  max-width: 185px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 13px;
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .c-list1 li {
    width: 100%;
    max-width: none;
    margin: 0 0 8px;
  }
}

.c-list1 li:nth-child(2) .c-list1__img img {
  margin-top: 6px;
  margin-bottom: 5px;
}

.c-list1__img {
  padding: 24px 0 11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-list1__txt {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f36ba;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .c-list1__txt {
    font-size: 1.5rem;
  }
}

.c-list1--mode li {
  width: 23.7%;
  max-width: 222px;
  padding-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .c-list1--mode li {
    width: 100%;
    max-width: none;
    margin-bottom: 8px;
  }
}

.c-list1--mode li:nth-child(3) .c-list1__img {
  padding-top: 37px;
}

.c-list1--mode .c-list1__img {
  padding-top: 44px;
}

.c-list1--mode .c-list1__txt {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 3px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .c-list1--mode .c-list1__txt {
    font-size: 1.5rem;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-list2 {
    display: block;
  }
}

.c-list2 li {
  width: 31.5%;
  max-width: 185px;
  position: relative;
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .c-list2 li {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 16px 0 0;
    max-width: 100%;
  }
}

.c-list2__img {
  position: relative;
  display: block;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-list2__img {
    width: 47.5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-list2__detail {
    width: 47.5%;
  }
}

.c-list2 span {
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  background-color: #ff7708;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: -41px;
  padding: 1px 0;
}

@media only screen and (max-width: 767px) {
  .c-list2 span {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    display: block;
    font-size: 1.4rem;
    padding: 2px 0 1px;
  }
}

.c-list2__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-list2__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-list3 {
    display: block;
  }
}

.c-list3 li {
  width: 28.61%;
  color: #0f36ba;
  text-align: center;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-list3 li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-list3 li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: url(../img/common/icon-dashed.png) repeat-Y;
  background-size: 1px 4px;
  position: absolute;
  top: 0;
  right: -12.5%;
}

@media only screen and (max-width: 767px) {
  .c-list3 li::after {
    content: none;
  }
}

.c-list3 li:nth-child(3):after {
  content: none;
}

.c-list3__img img {
  height: 126px;
  width: auto;
}

.c-list3__detail {
  padding: 6px 0 0;
}

.c-list3__text {
  font-size: 1.3rem;
  line-height: 1.63;
  text-align: left;
  margin: 9px 0 0;
  padding: 0 8px 0;
  position: relative;
}

.c-list3__text::before {
  content: "";
  width: 3px;
  height: 100%;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #0f36ba transparent #0f36ba #0f36ba;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list3__text::after {
  content: "";
  width: 3px;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #0f36ba #0f36ba #0f36ba transparent;
  position: absolute;
  top: 0;
  right: 0;
}

/*
------------------------------------------------------------*/
.c-list4__item {
  display: -webkit-box;
  display: flex;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .c-list4__item {
    display: block;
    margin-top: 12px;
  }
}

.c-list4__item:last-child .c-list4__detail {
  padding-top: 5px;
}

.c-list4__img {
  width: 38.8%;
}

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

.c-list4__detail {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 7px 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .c-list4__detail {
    padding: 5px 0;
  }
}

.c-list4__detail .list-tag li {
  border-radius: 4px;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1px 16px;
}

@media only screen and (max-width: 767px) {
  .c-list4__detail .list-tag li {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 1px 8px;
  }
}

.c-list4__detail .c-text4 {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .c-list4__detail .c-text4 {
    margin-top: 5px;
  }
}

.c-list4__detail .c-list-label {
  margin-top: 7px;
}

.c-list4__detail .c-costLabel {
  margin: 18px 0 0;
}

/*
------------------------------------------------------------*/
.c-list5 > li {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-list5 > li {
    padding: 12px 0;
    display: block;
  }
}

.c-list5 > li:before {
  counter-increment: my-count;
  content: counter(my-count);
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 9.6rem;
  line-height: 1;
  font-weight: 700;
  background-color: #f0f5ff;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .c-list5 > li:before {
    width: 100px;
    height: 100px;
    font-size: 6rem;
    flex-shrink: 0;
  }
}

.c-list5__detail {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 12px 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail {
    padding: 8px 0;
  }
}

.c-list5__detail .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .ttl {
    font-size: 1.8rem;
  }
}

.c-list5__detail > .c-text1 {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail > .c-text1 {
    margin-top: 5px;
  }
}

.c-list5__detail .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .flex {
    margin-top: 8px;
    display: block;
  }
}

.c-list5__detail .flex a {
  display: block;
  box-sizing: border-box;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .flex a {
    width: 100%;
  }
  .c-list5__detail .flex a + a {
    margin-top: 8px;
  }
}

.c-list5__detail .c-list-note {
  margin-top: 14px;
  margin-bottom: -2px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .c-list-note {
    margin: 7px 0 0;
  }
}

.c-list5__detail .list-text1 li {
  font-size: 1.6rem;
  line-height: 1.65;
  position: relative;
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .list-text1 li {
    font-size: 1.4rem;
  }
}

.c-list5__detail .list-text1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
  color: #333333;
  position: absolute;
  top: 11px;
  left: 12px;
}

.c-list5__detail .list-text1.style2 {
  counter-reset: count-text;
}

.c-list5__detail .list-text1.style2 li {
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .list-text1.style2 li {
    padding-left: 24px;
  }
}

.c-list5__detail .list-text1.style2 li:before {
  counter-increment: count-text;
  content: "（" counter(count-text) "）";
  font-size: 1.6rem;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .list-text1.style2 li:before {
    font-size: 1.4rem;
  }
}

.c-list5__detail .highlight {
  font-size: 1.6rem;
  font-weight: 1.63;
  font-weight: 500;
  color: #ed1e79;
  background-color: #ffe6e3;
  border-radius: 4px;
  margin: 10px 0 0;
  padding: 7px 16px 6px;
}

@media only screen and (max-width: 767px) {
  .c-list5__detail .highlight {
    font-size: 1.4rem;
    padding: 8px;
  }
}

/*
------------------------------------------------------------*/
.c-list6 > li {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-list6 > li {
    display: block;
    margin-top: 12px;
  }
}

.c-list6__img {
  width: 232px;
}

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

.c-list6__detail {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 12px 0 12px 24px;
}

@media only screen and (max-width: 767px) {
  .c-list6__detail {
    padding: 10px 0;
  }
}

.c-list6__detail .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .c-list6__detail .ttl {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.c-list6__detail .ttl span {
  font-size: 1.3rem;
  background-color: #ffe6e3;
  font-weight: 400;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 8px;
}

/*
------------------------------------------------------------*/
.c-list-note li {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .c-list-note li {
    font-size: 1.3rem;
    padding-left: 12px;
    margin-top: 0;
  }
}

.c-list-note li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/common/icon-list-arr.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-list-note li::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

.c-list-label {
  display: -webkit-box;
  display: flex;
}

.c-list-label li {
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .c-list-label li {
    font-size: 1.4rem;
  }
}

.c-list-label li:last-child {
  margin-right: 0;
}

.c-list-label li span {
  min-width: 40px;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 11px;
  background-color: #f0f0f0;
  padding: 2px 9px;
  margin-right: 4px;
}

.c-list-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-list-btn {
    display: block;
  }
}

.c-list-btn a {
  display: block;
  box-sizing: border-box;
  background-color: #e6efff;
  border-radius: 4px;
  width: 49.2%;
  max-width: 492px;
  text-align: center;
  padding: 40px 16px 23px;
}

@media only screen and (max-width: 767px) {
  .c-list-btn a {
    width: 100%;
    max-width: none;
  }
  .c-list-btn a + a {
    margin-top: 10px;
  }
}

.c-list-btn a .icon {
  display: block;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-list-btn a:nth-child(1) .icon svg {
  margin-left: 12px;
}

.c-list-btn a .text {
  margin: 19px 0 0;
}

.c-list-btn a .text span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f36ba;
  position: relative;
  padding-right: 22px;
}

@media only screen and (max-width: 767px) {
  .c-list-btn a .text span {
    font-size: 1.6rem;
  }
}

.c-list-btn a .text span svg {
  position: absolute;
  top: 9px;
  right: -1px;
}

.c-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-list-item {
    display: block;
  }
}

.c-list-item li {
  width: 32.2%;
  background-color: #f6f7f9;
  padding: 32px 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-list-item li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-list-item li .img {
  width: 160px;
  margin: 0 auto;
}

.c-list-item li .detail {
  padding-top: 17px;
}

.c-list-item li .detail span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-list-item li .detail span {
    font-size: 1.6rem;
  }
}

.c-list-item li .detail p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 6px 0px 5px;
}

@media only screen and (max-width: 767px) {
  .c-list-item li .detail p {
    font-size: 1.8rem;
  }
}

.c-list-item li .detail small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-list-item li .detail small {
    font-size: 1.1rem;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tbl1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6492da;
  border-bottom-width: 2px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 {
    border: none;
  }
}

.c-tbl1 tr {
  border-bottom: dotted 1px #ccc;
}

.c-tbl1 tr:nth-child(even) {
  background-color: #ebf0f7;
}

.c-tbl1 th,
.c-tbl1 td {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  border: none;
  padding: 14px 2%;
}

.c-tbl1 th {
  width: 32.25%;
  border-right: dotted 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 th {
    width: 50%;
  }
  .c-tbl1 th:last-child {
    border-right: none;
  }
}

.c-tbl1 td {
  border-right: solid 1px #6492da;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 td {
    border: none;
  }
}

.c-tbl1 span {
  font-weight: 400;
}

/*
------------------------------------------------------------*/
.c-tbl2 {
  width: 574px;
  border-collapse: collapse;
}

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

.c-tbl2 th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  background-color: #cccccc;
  border-right: 1px solid #fff;
  width: 61%;
  padding: 6px 16px;
}

@media only screen and (max-width: 767px) {
  .c-tbl2 th {
    width: 1.4rem;
    line-height: 1.6;
    width: 50%;
  }
}

.c-tbl2 th:last-child {
  border-right: none;
  width: 39%;
}

@media only screen and (max-width: 767px) {
  .c-tbl2 th:last-child {
    width: 50%;
  }
}

.c-tbl2 td {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .c-tbl2 td {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 8px 16px;
  }
}

.c-tbl2 td:nth-child(2) {
  font-weight: 700;
  text-align: center;
  padding: 0 16px;
}

@media only screen and (max-width: 767px) {
  .c-tbl2 td:nth-child(2) {
    padding: 8px 16px;
  }
}

.c-tbl2 tr:nth-child(odd) td {
  background: #f6f7f9;
}

.c-tbl3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #b6cbec;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-tbl3 dt, .c-tbl3 dd {
  padding: 13px 16px 16px 20px;
}

@media only screen and (max-width: 767px) {
  .c-tbl3 dt, .c-tbl3 dd {
    padding: 8px 16px;
  }
}

.c-tbl3 dt:last-of-type, .c-tbl3 dd:last-of-type {
  border-bottom: none;
}

.c-tbl3 dt {
  font-weight: 500;
  width: 24%;
  border-bottom: dotted 1px #b6cbec;
}

@media only screen and (max-width: 767px) {
  .c-tbl3 dt {
    width: 35%;
  }
}

.c-tbl3 dd {
  width: 76%;
  border-bottom: dotted 1px #b6cbec;
}

@media only screen and (max-width: 767px) {
  .c-tbl3 dd {
    width: 65%;
  }
}

.c-tbl3--style2 {
  font-size: 1.6rem;
  line-height: 1.65;
  border-bottom: solid 2px #b6cbec;
}

@media only screen and (max-width: 767px) {
  .c-tbl3--style2 {
    font-size: 1.4rem;
  }
}

.c-tbl3--style2 dt, .c-tbl3--style2 dd {
  padding: 13px 16px 12px 17px;
}

@media only screen and (max-width: 767px) {
  .c-tbl3--style2 dt, .c-tbl3--style2 dd {
    padding: 8px 16px;
  }
}

.c-tbl3--style2 dt {
  width: 15.7%;
}

@media only screen and (max-width: 767px) {
  .c-tbl3--style2 dt {
    width: 35%;
  }
}

.c-tbl3--style2 dd {
  width: 84.3%;
}

@media only screen and (max-width: 767px) {
  .c-tbl3--style2 dd {
    width: 65%;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slider1__item {
  display: block !important;
}

.c-slider1__item img {
  max-width: 100%;
}

.c-slider1 .slide-arrow {
  width: 48px;
  height: 44px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}

.c-slider1 .slide-arrow.prev-arrow {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.c-slider1 .slide-arrow.next-arrow {
  right: 0;
  border-radius: 8px 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .c-slider1 .slick-dots {
    bottom: -23px;
  }
  .c-slider1 .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .c-slider1 .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  .c-slider1 .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(102, 102, 102, 0.5);
    border-radius: 50%;
    opacity: 1;
  }
  .c-slider1 .slick-dots li.slick-active button:before {
    background-color: #666666;
  }
  .c-slider1.slick-dotted {
    margin-bottom: 32px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-banner1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .c-banner1 {
    display: block;
  }
}

.c-banner1__item {
  display: block;
  box-sizing: border-box;
  width: calc(100% / 3);
}

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

.c-map {
  width: 100%;
  height: 480px;
}

.c-wrap01 {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-wrap01 {
    display: block;
  }
}

.c-wrap01__col {
  width: 50%;
  padding: 60px 48px 78px;
  background-color: #e6efff;
}

@media only screen and (max-width: 1024px) {
  .c-wrap01__col {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .c-wrap01__col {
    width: 100%;
    padding: 60px 16px 32px;
  }
}

.c-wrap01__col:nth-child(2) {
  background-color: #fff5e3;
}

.c-wrap01__col .c-list1 {
  margin-top: 16px;
}

.c-wrap01__col .c-list2 {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .c-wrap01__col .c-list2 {
    margin-top: 22px;
  }
}

.c-wrap01__col .c-btn1 {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .c-wrap01__col .c-btn1 {
    margin-top: 16px;
  }
}

.c-wrap01__ttl {
  text-align: center;
}

.c-wrap01__ttl .ttl-sub {
  margin-top: 20px;
}

.c-wrap01__ttl .sub {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #ff7708;
  margin-top: 23px;
}

/*
------------------------------------------------------------*/
.c-mv1 {
  padding: 78px 0 87px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a7ff), to(#006cff));
  background: linear-gradient(0deg, #00a7ff 0%, #006cff 100%);
}

@media only screen and (max-width: 767px) {
  .c-mv1 {
    padding: 39px 0 44px;
  }
}

.c-mv1 h2 {
  font-size: 4.7rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 12px;
  margin-left: 11px;
}

@media only screen and (max-width: 767px) {
  .c-mv1 h2 {
    font-size: 3.7rem;
    letter-spacing: 2px;
    margin: 0;
  }
}

/*
------------------------------------------------------------*/
.c-note1 {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
  color: #0f36ba;
  padding-left: 15px;
  position: relative;
}

.c-note1:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #0f36ba;
  position: absolute;
  top: 6px;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-price {
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.c-price span {
  font-size: 1.6rem;
  font-family: "GenShinGothic-P", sans-serif;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}

/*
------------------------------------------------------------*/
.c-contact {
  background-color: #0f36ba;
  color: #fff;
  padding: 18px 24px;
}

@media only screen and (max-width: 767px) {
  .c-contact {
    padding: 10px 16px;
  }
}

.c-contact__ttl {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .c-contact__ttl {
    font-size: 1.4rem;
  }
}

.c-contact__ttl:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .c-contact__ttl:before {
    top: 5px;
  }
}

.c-contact__flex {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 19px 0 15px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-contact__flex {
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.c-contact__flex:before {
  content: "";
  width: 6px;
  height: 50px;
  background: url(../img/common/icon-dot.png) repeat-Y;
  background-size: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .c-contact__flex:before {
    content: none;
  }
}

.c-contact__col {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-contact__col {
    width: 100%;
    padding: 10px 0 !important;
  }
}

.c-contact__col:nth-child(1) {
  padding-right: 14px;
}

.c-contact__col:nth-child(2) {
  padding-left: 27px;
}

.c-contact__col .tel {
  display: block;
  box-sizing: border-box;
}

.c-contact__col .tel .num {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media only screen and (max-width: 767px) {
  .c-contact__col .tel .num {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .c-contact__col .tel .num {
    font-size: 3.2rem;
  }
}

.c-contact__col .tel .num img {
  position: absolute;
  top: 6px;
  left: -13px;
}

.c-contact--style2 .c-contact__col:nth-child(1) {
  padding-right: 24px;
}

.c-contact--style2 .c-contact__col .tel .num img {
  left: -3px;
}

@media only screen and (max-width: 767px) {
  .c-contact--style2 .c-contact__col .tel .num img {
    top: 3px;
  }
}

@media only screen and (max-width: 374px) {
  .c-contact--style2 .c-contact__col .tel .num img {
    width: 24px;
    top: 5px;
    left: 0px;
  }
}

.c-contact--mode .c-contact__flex:before {
  content: none;
}

.c-contact--mode .c-contact__col {
  width: 100%;
  padding-right: 0;
  padding: 0 0 0 12px;
}

.c-costLabel {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0 0;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel {
    flex-wrap: wrap;
    padding: 8px 0 5px;
  }
}

.c-costLabel__col3 {
  margin-left: auto;
  margin-top: auto;
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}

@media only screen and (max-width: 767px) {
  .c-costLabel__col3 {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.c-costLabel__col3 p {
  background-color: #e6efff;
  border-radius: 4px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #0f36ba;
  width: 178px;
  padding: 5px 0;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__col3 p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-costLabel__col3 p {
    width: 160px;
  }
}

.c-costLabel__col3 p span {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__col3 p span {
    font-size: 3rem;
  }
}

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

.c-costLabel__price span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  background-color: #e6e6e6;
  border-radius: 14px;
  width: 110px;
  text-align: center;
  padding: 1px 10px;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__price span {
    font-size: 1.4rem;
    width: 90px;
  }
}

.c-costLabel__price strong {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 2px 0 0 8px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__price strong {
    font-size: 2.9rem;
  }
}

.c-costLabel__price small {
  font-size: 1.6rem;
  font-weight: 700;
  align-self: flex-end;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__price small {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__col1 {
    width: 100%;
  }
}

.c-costLabel__col1 .c-costLabel__price + .c-costLabel__price {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 11px;
}

.c-costLabel__col2 {
  margin: 4px 0 0 40px;
}

@media only screen and (max-width: 1024px) {
  .c-costLabel__col2 {
    margin: 10px 0 0;
  }
}

.c-price2 span {
  background-color: #0f36ba;
  color: #ffff00;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  border-radius: 14px;
  width: 115px;
  display: block;
  padding: 4px 0;
  text-align: center;
  position: relative;
  margin-left: 3px;
}

@media only screen and (max-width: 1024px) {
  .c-price2 span {
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.c-price2 span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0f36ba transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 35px;
}

.c-price2 p {
  font-size: 7.6rem;
  font-weight: 700;
  color: #0f36ba;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: -2.5px;
}

@media only screen and (max-width: 1024px) {
  .c-price2 p {
    font-size: 6rem;
  }
}

.c-price2 p small {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "GenShinGothic-P", sans-serif;
  display: inline-block;
  width: 25px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-left: 2px;
}

@media only screen and (max-width: 1024px) {
  .c-price2 p small {
    font-size: 2rem;
  }
}

/* tab rental page
------------------------------------------------------------*/
.c-tab1 ul.c-tab1-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-tab1 ul.c-tab1-nav {
    display: none;
  }
}

.c-tab1 ul.c-tab1-nav li {
  width: 18.75%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #d4d4d4;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-tab1 ul.c-tab1-nav li.active {
  background-color: #6492da;
}

@media screen and (min-width: 767px) {
  .c-tab1 ul.c-tab1-nav li:hover {
    background-color: #6492da;
  }
}

.c-tab1 ul.c-tab1-nav li span {
  display: block;
  padding: 9px 0 7px;
}

.c-tab1_content {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-tab1_content {
    padding: 15px;
    border: 1px solid #c1c1c1;
    border-top: 1px solid #6492da;
  }
}

.c-tab1_container {
  border-top: 6px solid #6492da;
}

@media only screen and (max-width: 767px) {
  .c-tab1_container {
    border-top: none;
  }
}

.c-tab1 .tab_drawer_heading {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-tab1 .tab_drawer_heading {
    display: block;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .c-tab1 .tab_drawer_heading:first-of-type {
    border-top: 1px solid #c1c1c1;
  }
  .c-tab1 .tab_drawer_heading.d_active {
    background: #ebf0f7;
    border-width: 4px 1px 0px 1px;
    border-style: solid;
    border-color: #6492da;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  background-color: #f6f7f9;
  border-radius: 4px;
  padding: 22px 48px;
}

@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 10px 16px;
  }
}

.c-box1__listcheck {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-box1__listcheck li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  position: relative;
  margin-right: 44px;
  padding-left: 24px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-box1__listcheck li {
    font-size: 1.4rem;
    margin-right: 0;
    width: 100% !important;
    padding-left: 18px;
  }
}

.c-box1__listcheck li:nth-child(1) {
  width: 104px;
}

.c-box1__listcheck li:nth-child(2) {
  width: 162px;
}

.c-box1__listcheck li:last-child {
  width: auto;
}

.c-box1__listcheck li:before {
  content: "";
  width: 16px;
  height: 15px;
  background: url("../img/rental/icon-check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-box1__listcheck li:before {
    width: 14px;
    height: 13px;
    top: 4px;
  }
}

.c-box1__listcheck.style2 {
  display: block;
}

.c-box1__listcheck.style2 li {
  width: auto;
}

.c-box1__detail {
  border-top: 1px solid #b3b3b3;
  margin: 22px 0 0;
  padding: 22px 0 9px;
}

.c-box1__detail .c-text1 + .c-text1 {
  margin-top: 5px;
}

.c-box1__info {
  display: -webkit-box;
  display: flex;
  margin: 7px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-box1__info {
    display: block;
  }
}

.c-box1__info > ul {
  margin-left: 8px;
}

.c-box1__info > ul li {
  font-size: 1.6rem;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .c-box1__info > ul li {
    font-size: 1.4rem;
  }
}

.c-box1__info > ul li .c-text3 {
  margin-top: 5px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  background: #f6f7f9;
}

.p-top2 {
  background-color: #051f78;
  color: #fff;
  padding: 56px 0 78px;
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    padding: 56px 0 30px;
  }
}

.p-top2 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.p-top2 h2 span {
  display: block;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.p-top2__txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
  .p-top2__txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 17px;
  }
}

.p-top2__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list {
    display: block;
    margin-top: 22px;
  }
}

.p-top2__list li {
  width: 34.4%;
  max-width: 344px;
  margin: 0 24px 0;
}

@media only screen and (max-width: 767px) {
  .p-top2__list li {
    width: 100%;
    max-width: none;
    margin: 22px 0 0;
  }
}

.p-top2__list li a {
  display: block;
  box-sizing: border-box;
}

.p-top2__list li a .thumb {
  position: relative;
}

.p-top2__list li a .thumb span {
  position: absolute;
  left: 0;
  bottom: 23px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #051f78;
  background-color: #fff;
  line-height: 1.4;
  padding: 3px 10px;
}

.p-top2__list li a .c-text1 {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list li a .c-text1 {
    margin-top: 15px;
  }
}

.p-top3 {
  background: #f6f7f9;
  padding: 54px 0 80px;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 54px 0 33px;
  }
}

.p-top3 h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  color: #051f78;
}

.p-top3 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .p-top3 ul {
    display: block;
  }
}

.p-top3 ul li {
  width: 20%;
  max-width: 200px;
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-top3 ul li {
    width: auto;
    margin: 0 auto;
  }
}

.p-top3 ul li a {
  display: block;
  box-sizing: border-box;
}

.p-top3 .banner {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .banner {
    margin-top: 31px;
  }
}

/*------------------------------------------------------------
Css of new page
------------------------------------------------------------*/
.p-new1 {
  padding: 51px 0 51px;
}

@media only screen and (max-width: 767px) {
  .p-new1 {
    padding: 25px 0 80px;
  }
}

.p-new1 .c-ttl1 {
  margin: 22px 0 21px;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 767px) {
  .p-new1 .c-ttl1 {
    margin: 15px 0;
    letter-spacing: 0;
  }
}

.p-new1-logo {
  width: 421px;
  margin: -2px auto 0;
}

@media only screen and (max-width: 767px) {
  .p-new1-logo {
    width: 100%;
    max-width: 320px;
  }
}

.c-tab-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .c-tab-nav {
    margin-bottom: 29px;
  }
}

.c-tab-nav div, .c-tab-nav a {
  width: 49.2%;
  display: block;
  box-sizing: border-box;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}

.c-tab-nav div::before, .c-tab-nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-tab-nav div::before, .c-tab-nav a::before {
    border-width: 10px 18px 0 18px;
    bottom: -15px;
  }
}

.c-tab-nav div.active, .c-tab-nav a.active {
  opacity: 1;
}

.c-tab-nav div.active:before, .c-tab-nav a.active:before {
  border-color: #009245 transparent transparent transparent;
}

.c-tab-nav div:nth-child(2).active:before, .c-tab-nav a:nth-child(2).active:before {
  border-color: #f47d47 transparent transparent transparent;
}

.c-tab-content__block {
  display: none;
}

.c-tab-content__block.active {
  display: block !important;
}

.c-tab-content__block:target {
  display: block;
}

.c-tab-content__box {
  background-color: #ffffb4;
}

.c-tab-content__box.style2 {
  background-color: #f47d47;
  padding-top: 20px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .c-tab-content__box.style2 {
    padding: 20px 16px;
  }
}

.c-tab-content__box.style2 > .c-ttl2 {
  margin-top: 22px;
}

.c-tab-content__box.style2 > .c-text1 {
  margin-top: 11px;
}

.c-tab-list1 {
  margin-top: 24px;
  padding: 0 24px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 {
    margin-top: 12px;
    padding: 0 16px;
  }
}

.c-tab-list1 .c-card01 {
  background-color: #fff;
  width: 49.2%;
  padding: 32px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01 {
    width: 100%;
    margin-bottom: 15px;
    padding: 16px;
  }
}

.c-tab-list1 .c-card01__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
}

@media only screen and (max-width: 1024px) {
  .c-tab-list1 .c-card01__ttl {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01__ttl {
    display: block;
  }
}

.c-tab-list1 .c-card01__ttl .img {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01__ttl .img {
    text-align: center;
    margin: 0 !important;
  }
}

.c-tab-list1 .c-card01__ttl .detail {
  margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
  .c-tab-list1 .c-card01__ttl .detail {
    margin: 10px 0 0 !important;
  }
}

.c-tab-list1 .c-card01__ttl .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  color: #6fb12c;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01__ttl .ttl {
    font-size: 2rem;
  }
}

.c-tab-list1 .c-card01__ttl .ttl span {
  font-size: 1.6rem;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01__ttl .ttl span {
    font-size: 1.4rem;
  }
}

.c-tab-list1 .c-card01__ttl .c-list-tag {
  margin: 6px 0 0;
}

.c-tab-list1 .c-card01__info {
  margin-top: 18px;
}

.c-tab-list1 .c-card01__info .note {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01__info .note {
    font-size: 1.1rem;
  }
}

.c-tab-list1 .c-card01:nth-child(1) .c-card01__ttl .img {
  margin: -36px 0 0px -15px;
}

@media only screen and (max-width: 767px) {
  .c-tab-list1 .c-card01:nth-child(1) .c-card01__ttl .img {
    margin: 0;
  }
}

.c-tab-list1 .c-card01:nth-child(1) .c-card01__ttl .detail {
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 4px solid #6fb12c;
}

.c-tab-list1 .c-card01:nth-child(1) .c-card01__info {
  margin-top: 4px;
}

.c-tab-list1 .c-card01:nth-child(2) .c-card01__ttl {
  padding-bottom: 12px;
  border-bottom: 4px solid #de4545;
}

.c-tab-list1 .c-card01:nth-child(2) .c-card01__ttl .img {
  margin: -10px 0 0px 0px;
}

.c-tab-list1 .c-card01:nth-child(2) .c-card01__ttl .ttl {
  color: #de4545;
}

.c-tab-list1 .c-card01:nth-child(2) .c-card01__ttl .detail {
  margin-left: 21px;
}

.c-tab-list1 .c-card01:nth-child(3) .c-card01__ttl {
  padding-bottom: 10px;
  border-bottom: 4px solid #0071b4;
}

.c-tab-list1 .c-card01:nth-child(3) .c-card01__ttl .img {
  margin: -13px 0 0px 0px;
}

.c-tab-list1 .c-card01:nth-child(3) .c-card01__ttl .ttl {
  color: #0071b4;
}

.c-tab-list1 .c-card01:nth-child(3) .c-card01__ttl .detail {
  margin-left: 25px;
}

.c-tab-list1 .c-card01:nth-child(4) .c-card01__ttl {
  padding-bottom: 10px;
  border-bottom: 4px solid #ff801e;
}

.c-tab-list1 .c-card01:nth-child(4) .c-card01__ttl .img {
  margin: -33px 0 0px -32px;
}

.c-tab-list1 .c-card01:nth-child(4) .c-card01__ttl .ttl {
  color: #ff801e;
}

.c-tab-list1 .c-card01:nth-child(4) .c-card01__ttl .detail {
  margin-left: 17px;
}

.c-tab .c-btn2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .c-tab .c-btn2 {
    margin-top: 23px;
  }
}

.c-tab .c-btn2--mode {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-tab .c-btn2--mode {
    margin-top: 20px;
  }
}

.c-tab-list2 {
  margin-top: 30px;
  padding: 0 32px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 {
    display: block;
    margin-top: 15px;
    padding: 0;
  }
}

.c-tab-list2 li {
  width: 32.3%;
  max-width: 302px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
}

.c-tab-list2 li .detail {
  padding: 30px 24px 26px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li .detail {
    padding: 20px 16px;
  }
}

.c-tab-list2 li .detail .c-text1 {
  margin-top: 11px;
}

.c-tab-list2 li .detail .point {
  width: 108px;
  border: 1px solid #f47d47;
  color: #f47d47;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 14px;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.3;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li .detail .point {
    font-size: 1.4rem;
    width: 90px;
  }
}

.c-tab-list2 li .detail .point strong {
  font-size: 2rem;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li .detail .point strong {
    font-size: 1.6rem;
  }
}

.c-tab-list2 li .detail .point:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #f47d47 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li .detail .point:before {
    border-width: 7px 4px 0 4px;
    bottom: -7px;
  }
}

.c-tab-list2 li .detail .point:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-tab-list2 li .detail .point:after {
    border-width: 6px 3px 0 3px;
    bottom: -6px;
  }
}

.c-list-tag {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-list-tag li {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  background-color: #6fb12c;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 2px 3px 0;
}

.c-list-tag li:nth-child(n + 4) {
  padding: 0 5px 0 6px;
}

/*------------------------------------------------------------
Css of used page
------------------------------------------------------------*/
.p-used-content {
  padding: 0 0 158px;
}

@media only screen and (max-width: 767px) {
  .p-used-content {
    padding: 0 0 80px;
  }
}

.p-used1 {
  padding-bottom: 78px;
}

@media only screen and (max-width: 767px) {
  .p-used1 {
    margin-top: 30px;
    padding-bottom: 39px;
  }
}

.p-used1__img {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-used1__img {
    margin-top: 10px;
  }
}

.p-used1 .c-imgText1 {
  margin-top: 24px;
}

.p-used2-box {
  background-color: #E6EFFF;
  margin-top: 20px;
  padding: 32px 32px 38px;
}

@media only screen and (max-width: 767px) {
  .p-used2-box {
    margin-top: 10px;
    padding: 16px 16px 19px;
  }
}

.p-used2-ttl {
  text-align: center;
}

.p-used2-ttl .ttl {
  margin: 0 auto;
  max-width: 238px;
  background-color: #FFFF00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.63;
  color: #0F36BA;
  border-radius: 14px;
  position: relative;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 14px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.p-used2-ttl .ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #FFFF00 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-used2-ttl .sub {
  font-size: 1.9rem;
  font-weight: 500;
  color: #0F36BA;
  line-height: 1.8;
  margin-top: 12px;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

@media only screen and (max-width: 767px) {
  .p-used2-ttl .sub {
    font-size: 1.6rem;
    margin-top: 6px;
    -webkit-transform: none;
    transform: none;
  }
}

.p-used2 .c-list1 {
  margin-top: 28px;
  margin-bottom: 29px;
  margin: 13px -8px 29px;
}

@media only screen and (max-width: 1024px) {
  .p-used2 .c-list1 {
    margin: 10px 0;
  }
}

.p-used2 .c-list3 {
  margin: 7px 0 17px;
}

.p-used2-box2 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-used2-box2 {
    margin-top: 10px;
  }
}

.p-used2-box2 .c-list-note {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .p-used2-box2 .c-list-note {
    margin-top: 7px;
  }
}

.p-used2-box2 .c-ttl8 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .p-used2-box2 .c-ttl8 {
    margin-top: 15px;
  }
}

.p-used2-box2 .banner {
  display: block;
  box-sizing: border-box;
  margin: 17px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-used2-box2 .banner {
    margin: 10px 0 0;
  }
}

/*------------------------------------------------------------
Css of support page
------------------------------------------------------------*/
.p-support-content {
  padding: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  .p-support-content {
    padding: 0 0 40px;
  }
}

.p-support1 {
  counter-reset: my-count;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-support1 {
    margin-bottom: 40px;
  }
}

.p-support1:nth-last-of-type(2) {
  margin-bottom: 66px;
}

@media only screen and (max-width: 767px) {
  .p-support1:nth-last-of-type(2) {
    margin-bottom: 33px;
  }
}

.p-support1 > .c-text1 {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .p-support1 > .c-text1 {
    margin-top: 10px;
  }
}

.p-support1 .c-navi3 {
  margin: 30px 0 0;
}

.p-support1__box {
  margin-top: 53px;
}

@media only screen and (max-width: 767px) {
  .p-support1__box {
    margin-top: 25px;
  }
}

.p-support1__box h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #051F78;
  border-bottom: 6px solid #E6EFFF;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .p-support1__box h4 {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
Css of egs page
------------------------------------------------------------*/
.p-egs-content {
  padding: 0 0 158px;
}

@media only screen and (max-width: 767px) {
  .p-egs-content {
    padding: 0 0 80px;
  }
}

.p-egs1-imgText {
  display: -webkit-box;
  display: flex;
  margin: 18px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1-imgText {
    display: block;
    margin-top: 10px;
  }
}

.p-egs1-imgText .detail {
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 26px;
}

@media only screen and (max-width: 767px) {
  .p-egs1-imgText .detail {
    padding-right: 0;
  }
}

.p-egs1-imgText .detail .c-text3 {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .p-egs1-imgText .detail .c-text3 {
    margin-top: 5px;
  }
}

.p-egs1-imgText .image {
  margin-top: 2px;
  max-width: 303px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1-imgText .image {
    margin-top: 10px;
  }
}

.p-egs1-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.p-egs1-list > li {
  width: calc((100% - 88px) / 3);
  max-width: 304px;
  margin-right: 44px;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list > li {
    width: 100%;
    margin: 0 auto 29px;
  }
}

.p-egs1-list > li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list > li:nth-child(3n) {
    margin: 0 auto 22px;
  }
}

.p-egs1-list__img {
  text-align: center;
}

.p-egs1-list__img img {
  width: 172px;
  height: auto;
  margin: 0 auto;
}

.p-egs1-list__detail {
  padding: 19px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list__detail {
    padding: 10px 0 0;
  }
}

.p-egs1-list__detail.pt1 {
  padding-top: 23px;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list__detail.pt1 {
    padding-top: 10px;
  }
}

.p-egs1-list__detail .c-ttl3 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list__detail .c-ttl3 {
    font-size: 2rem;
  }
}

.p-egs1-list__detail .c-text1 {
  margin: 16px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1-list__detail .c-text1 {
    margin: 8px 0 0;
    text-align: center;
  }
}

.p-egs1 .c-ttl6 {
  margin: 38px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-egs1 .c-ttl6 {
    margin: 19px 0 0;
  }
}

.p-egs2 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-egs2 {
    margin-top: 10px;
  }
}

.p-egs2 > .c-text1 {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .p-egs2 > .c-text1 {
    margin-top: 10px;
  }
}

.p-egs2-list {
  display: -webkit-box;
  display: flex;
  /* -webkit-box-pack: justify; */
  /* justify-content: space-between; */
  text-align: center;
  margin: 26px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-egs2-list {
    margin: 18px 0 0;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.p-egs2-list li {
  width: 23.2%;
  margin-right: 2.4%;
  max-width: 232px;
}

@media only screen and (max-width: 767px) {
  .p-egs2-list li {
    margin-right: 0;
    max-width: none;
    width: 49%;
    margin-bottom: 2%;
  }
}

.p-egs2-list li .c-text1 {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .p-egs2-list li .c-text1 {
    margin-top: 7px;
  }
}

/*------------------------------------------------------------
Css of maintenance page
------------------------------------------------------------*/
.p-maintenance-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance-content {
    padding: 0 0 80px;
  }
}

.p-maintenance1 .c-imgText1 {
  margin: 20px 0 0;
}

.p-maintenance1 .c-imgText1__detail {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1 .c-imgText1__detail {
    padding-top: 10px;
  }
}

.p-maintenance1 .c-imgText1__detail > .c-text1 {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1 .c-imgText1__detail > .c-text1 {
    margin-top: 10px;
  }
}

.p-maintenance1__ttl {
  display: -webkit-box;
  display: flex;
}

.p-maintenance1__ttl .img {
  width: 95px;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1__ttl .img {
    -webkit-transform: none;
    transform: none;
    width: 70px;
  }
}

.p-maintenance1__ttl .info {
  padding: 7px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1__ttl .info {
    padding: 7px 0 0 4px;
  }
}

.p-maintenance1__ttl .info .txt {
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1__ttl .info .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-maintenance1__list {
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1__list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-maintenance1__list li {
  width: 32.9%;
}

@media only screen and (max-width: 767px) {
  .p-maintenance1__list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-maintenance2 {
  margin: 78px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance2 {
    margin: 38px 0 0;
  }
}

.p-maintenance2 .c-imgText1 {
  margin: 16px 0 0;
}

.p-maintenance2 .c-imgText1__img {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance2 .c-imgText1__img {
    margin-top: 10px;
  }
}

.p-maintenance2 .c-imgText1__detail > .c-text1 {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance2 .c-imgText1__detail > .c-text1 {
    margin-top: 10px;
  }
}

.p-maintenance3 {
  margin: 80px 0 0;
}

.p-maintenance3 .c-imgText2__ttl2 {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3 {
    margin: 40px 0 0;
  }
}

.p-maintenance3 .c-imgText1 {
  margin: 16px 0 0;
}

.p-maintenance3 .c-imgText1__img {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3 .c-imgText1__img {
    margin-top: 10px;
  }
}

.p-maintenance3 .c-imgText1__detail > .c-text1 {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3 .c-imgText1__detail > .c-text1 {
    margin-top: 10px;
  }
}

.p-maintenance3 .c-imgText2 {
  margin-top: 29px;
}

.p-maintenance3-box {
  margin: 23px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3-box {
    margin: 10px 0 0;
  }
}

.p-maintenance3__ttl {
  font-size: 1.6rem;
  font-weight: 1.63;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.p-maintenance3__ttl::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.p-maintenance3-list {
  display: -webkit-box;
  display: flex;
  margin: 6px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3-list {
    display: block;
  }
}

.p-maintenance3-list li {
  width: 25%;
  background-color: #E6EFFF;
  text-align: center;
  padding: 24px 16px 17px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3-list li {
    width: 100%;
    padding: 12px 0 12px;
    margin-bottom: 10px;
  }
}

.p-maintenance3-list li:nth-child(even) {
  background-color: #F0F5FF;
}

.p-maintenance3-list li .thumb {
  text-align: center;
}

.p-maintenance3-list li .thumb img {
  width: auto;
  height: 126px;
}

.p-maintenance3-list li .detail {
  padding: 9px 0 0;
}

.p-maintenance3-list li .detail .ttl {
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3-list li .detail .ttl {
    font-size: 1.5rem;
  }
}

.p-maintenance3-list li .c-price {
  color: #0F36BA;
  font-size: 3.6rem;
  line-height: 1.3;
  padding: 0 0 0 15px;
}

@media only screen and (max-width: 1024px) {
  .p-maintenance3-list li .c-price {
    font-size: 3rem;
  }
}

.p-maintenance3-list li .c-price span {
  margin-left: 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.p-maintenance3 .banner {
  display: block;
  box-sizing: border-box;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .p-maintenance3 .banner {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
Css of reantal page
------------------------------------------------------------*/
.p-rental-charges-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges-content {
    padding: 0 0 80px;
  }
}

.p-rental-charges1 > .c-text1 {
  margin-top: 18px;
}

.p-rental-charges1 .c-tab1 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .c-tab1 {
    margin-top: 15px;
  }
}

.p-rental-charges1 .c-list-btn {
  margin-top: 41px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .c-list-btn {
    margin-top: 20px;
  }
}

.p-rental-charges1 .c-ttl6 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .c-ttl6 {
    margin-top: 20px;
  }
}

.p-rental-charges1 .c-list-item {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .c-list-item {
    margin-top: 12px;
  }
}

.p-rental-charges1__note {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1__note {
    margin-top: 10px;
  }
}

.p-rental-charges1__note li {
  font-size: 1.6rem;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1__note li {
    font-size: 1.4rem;
  }
}

.p-rental-charges1 .c-contact {
  margin-top: 77px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .c-contact {
    margin-top: 35px;
  }
}

.p-rental-charges1 .banner {
  display: block;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .p-rental-charges1 .banner {
    margin-top: 10px;
  }
}

.p-rental-user-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-rental-user-content {
    padding: 0 0 80px;
  }
}

.p-rental-user1 {
  counter-reset: my-count;
}

.p-rental-user1 .c-list5 > li:nth-child(1) {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-rental-user1 .c-list5 > li:nth-child(1) {
    padding-top: 12px;
  }
}

.p-rental-user1 .c-list5 > li:last-child {
  padding-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .p-rental-user1 .c-list5 > li:last-child {
    padding-top: 12px;
  }
}

.p-rental-user1 .c-list5__detail .c-ttl7 {
  margin-top: 20px;
}

.p-rental-user1 .c-list5__detail .c-ttl7 + .c-text1 {
  margin-top: 4px;
}

.p-rental-user1 .c-list5__detail .c-ttl7 + .list-text1.style2 {
  margin: 4px 0 0;
}

.p-rental-user1 .c-list5__detail .c-box1 {
  margin-top: 6px;
}

.p-rental-user1 .c-list5__detail .c-btn-wrap {
  margin-top: 16px;
}

.p-rental-user1 .c-list5__detail .c-btn-wrap--style2 {
  margin-top: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 22px;
}

.p-rental-user1 .c-list5__detail .list-text1 {
  margin: 8px 0 -2px;
}

.p-rental-user1 .c-list5__detail .list-text1.style2 {
  margin: 16px 0;
}

.p-rental-user2 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-rental-user2 {
    margin-top: 40px;
  }
}

.p-rental-user2 > .c-text1 {
  margin-top: 18px;
}

.p-rental-user2 > .c-text1 p + h4 {
  margin-top: 12px;
}

.p-rental-user2 .c-tbl2 {
  margin: 14px 0 0;
}

.p-rental-user2 .c-contact {
  margin-top: 77px;
}

@media only screen and (max-width: 767px) {
  .p-rental-user2 .c-contact {
    margin-top: 35px;
  }
}

.p-rental-vehicle-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-rental-vehicle-content {
    padding: 0 0 80px;
  }
}

.p-rental-vehicle1__box {
  margin: 20px 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-rental-vehicle1__box {
    margin: 10px 0 12px;
  }
}

.p-rental-vehicle .c-contact {
  margin-top: 242px;
}

@media only screen and (max-width: 767px) {
  .p-rental-vehicle .c-contact {
    margin-top: 120px;
  }
}

.p-rental-carriercar-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-content {
    padding: 0 0 80px;
  }
}

.p-rental-carriercar__main {
  margin-top: 49px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar__main {
    margin-top: 29px;
  }
}

.p-rental-carriercar__main img {
  width: 100%;
}

.p-rental-carriercar__heading {
  margin-top: 78px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar__heading {
    margin-top: 42px;
  }
}

.p-rental-carriercar__heading .c-text1 {
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar__heading .c-text1 {
    margin-top: 19px;
  }
}

.p-rental-carriercar__heading .c-text1 + .c-text1 {
  margin-top: 15px;
}

.p-rental-carriercar .c-list-thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 62px -12px 0;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-thumb {
    margin: 32px -6px 0;
  }
}

.p-rental-carriercar .c-list-thumb .thumb {
  width: calc(50% - 24px);
  margin: 0 12px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-thumb .thumb {
    width: calc(50% - 12px);
    margin: 0 6px;
  }
}

.p-rental-carriercar .c-list-thumb .thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(366 / 488 * 100%);
}

.p-rental-carriercar .c-list-thumb .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-rental-carriercar .c-list-table {
  display: block;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table {
    flex-direction: column;
    margin-top: 12px;
  }
}

.p-rental-carriercar .c-list-table .item:nth-child(1),
.p-rental-carriercar .c-list-table .item:nth-child(3) {
  width: 100%;
  max-width: 488px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table .item:nth-child(1) {
    max-width: 100%;
  }
}
.p-rental-carriercar .c-list-table .item + .item {
  margin-top: 24px;
}
.p-rental-carriercar .c-list-table .item:nth-child(2) {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table .item:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .p-rental-carriercar .c-list-table .item + .item {
    margin-top: 12px;
  }
}

table.carriercar_table {
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.63;
}

@media only screen and (max-width: 767px) {
  table.carriercar_table {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

table.carriercar_table tr {
  border-bottom: 1px solid #E1E2E6;
}

table.carriercar_table tr th, 
table.carriercar_table tr td {
  border-right: 1px solid #E1E2E6;
  padding: 1.5%;
}

@media only screen and (max-width: 767px) {
  table.carriercar_table tr th, 
  table.carriercar_table tr td {
    padding: 1%;
  }
}

table.carriercar_table tr th {
  height: 84px;
  background-color: #E1E2E6;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  table.carriercar_table tr th {
    height: 66px;
  }
}

.p-rental-carriercar .c-list-table .item:nth-child(1) table.carriercar_table tr th {
  width: calc(79 / 368 * 100%);
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table .item:nth-child(1) table.carriercar_table tr th {
    width: calc(48 / 343 * 100%);
  }
}

.p-rental-carriercar .c-list-table .item:nth-child(2) table.carriercar_table tr th {
  width: calc(79 / 608 * 100%);
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table .item:nth-child(2) table.carriercar_table tr th {
    width: calc(48 / 343 * 100%);
  }
}

.p-rental-carriercar .c-list-table .item:nth-child(3) table.carriercar_table tr th {
  width: calc(79 / 368 * 100%);
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-list-table .item:nth-child(3) table.carriercar_table tr th {
    width: calc(48 / 343 * 100%);
  }
}

table.carriercar_table tr td {
  background-color: #F6F7F9;
}

table.carriercar_table tr td p {
  text-align: left;
  padding: 0 6.8%;
}

@media only screen and (max-width: 767px) {
  table.carriercar_table tr td p {
    padding: 0 3.4%;
  }
}

table.carriercar_table tr td p span {
  font-weight: 500;
}

table.carriercar_table tr td p + p {
  margin-top: 10px;
}

table.carriercar_table tr:last-child {
  border-bottom: none;
}

table.carriercar_table tr td:last-child {
  border-right: none;
}

.p-rental-carriercar .note {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.62;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .note {
    font-size: 1rem;
  }
}

.p-rental-carriercar1 .note {
  margin-top: 7px;
}

.p-rental-carriercar2 {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar2 {
    margin-top: 32px;
  }
}

.p-rental-carriercar-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.p-rental-carriercar-list > li {
  width: calc((100% - 88px) / 3);
  max-width: 304px;
  margin-right: 44px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list > li {
    width: 100%;
    margin: 0 auto 29px;
  }
}

.p-rental-carriercar-list > li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list > li:nth-child(3n) {
    margin: 0 auto 22px;
  }
}

.p-rental-carriercar-list__img {
  text-align: center;
}

.p-rental-carriercar-list__img img {
  width: 164px;
  height: auto;
  margin: 0 auto;
}

.p-rental-carriercar-list__detail {
  padding: 12px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list__detail {
    padding: 8px 0 0;
  }
}

.p-rental-carriercar-list__detail.pt1 {
  padding-top: 23px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list__detail.pt1 {
    padding-top: 10px;
  }
}

.p-rental-carriercar-list__detail .c-ttl3 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list__detail .c-ttl3 {
    font-size: 2rem;
  }
}

.p-rental-carriercar-list__detail .c-text1 {
  margin: 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar-list__detail .c-text1 {
    margin: 8px 0 0;
    text-align: center;
  }
}

.p-rental-carriercar .c-list-btn {
  margin-top: 38px;
}

.p-rental-carriercar .c-contact {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-contact {
    margin-top: 40px;
  }
}

.p-rental-carriercar .c-contact__flex {
  padding: 13px 0 16px;
}

.p-rental-carriercar .c-contact .c-text-slogan {
  margin-bottom: 3px;
}

.p-rental-carriercar .c-contact .c-text-slogan::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #FFFF00;
  transform: translateY(2px) rotate(-14deg);
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-contact .c-text-slogan::before {
    height: 14px;
  }
}

.p-rental-carriercar .c-contact .c-text-slogan::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #FFFF00;
  transform: translateY(2px) rotate(14deg);
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-contact .c-text-slogan::after {
    height: 14px;
  }
}

.p-rental-carriercar .c-btn1.c-btn1--reverse {
  margin: 24px auto 0;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar .c-btn1.c-btn1--reverse {
    margin-top: 16px;
  }
}

.p-rental-carriercar3 {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .p-rental-carriercar3 {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------
Css of company page
------------------------------------------------------------*/
.p-company-content {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .p-company-content {
    padding: 0 0 80px;
  }
}

.p-company1__box {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box {
    margin-top: 20px;
  }
}

.p-company1__box .c-imgText1 {
  margin: 14px 0  0;
}

.p-company1__box .c-imgText1__img {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box .c-imgText1__img {
    margin-top: 10px;
  }
}

.p-company1__box .c-imgText1__img .c-text1 {
  display: block;
  margin-top: 2px;
}

.p-company1__box .c-imgText1__img p + p {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box .c-imgText1__img p + p {
    margin-top: 10px;
  }
}

.p-company1__box2 {
  margin-top: 78px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box2 {
    margin-top: 39px;
  }
}

.p-company1__box2 .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box2 .wrap {
    display: block;
    margin-top: 10px;
  }
}

.wrap__map {
  width: 100%;
}

.wrap__mapimg {
  max-height: 372px;
  max-width: 323px;
  margin-left: 16px;
}

.wrap__mapimg img {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .wrap__map {
    width: 100%;
  }
  .wrap__mapimg {
    max-height: 100%;
    max-width: 50%;
    margin-left: 0;
  }
  .wrap__mapimg img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 497px) {
  .wrap__mapimg {
    max-width: 100%;
  }
}

/* .p-company1__box2 .wrap p {
  width: 49.6%;
} */

@media only screen and (max-width: 767px) {
  .p-company1__box2 .wrap p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-company1__box2 .wrap p + p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-company1__box2 .wrap p.wrap__map {
    width: 100%;
    height: 68.6vw;
  }
}

.p-company1__box3 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box3 {
    margin-top: 39px;
  }
}

.p-company1__box3 .c-tbl3 {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .p-company1__box3 .c-tbl3 {
    margin-top: 18px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-center {
  text-align: center;
}

.u-medium {
  font-weight: 500;
}

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

.u-white {
  color: #fff;
}

.u-pumpkin {
  color: #FF801E;
}

.u-blue {
  color: #0F36BA;
}

.u-red {
  color: #F20000;
}

.clearfix:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}

/*----------------------------------------------------------------------------
下層：レンタカー共通　.rental
------------------------------------------------------------------------------*/
.txt_mt1{
	font-size:17px;
	font-weight:bold;
}

table{
	width:100%;
	border:solid 1px #AEAEAE;
}
table tr{
	border-bottom:solid 1px #AEAEAE;
}
table tr th,
table tr td{
	text-align:center;
	line-height:1.25;
	border-right:solid 1px #AEAEAE;
	padding:2%;
}
/*--レンタカーお問い合わせ--*/
.tental_tel a{
}
.rental_tel_free a{
	height:45px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image: url(../rental/images/rental_tel_free_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	display:block;
}
.no-backgroundsize .rental_tel_free a{
	background-image: url(../rental/images/ie/rental_tel_free.png);
}
.rental_tel_mb a{
	height:45px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image: url(../rental/images/rental_tel_mb.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	display:block;
}
.no-backgroundsize .rental_tel_mb a{
	background-image: url(../rental/images/ie/rental_tel_mb.png);
}
@media only screen and (max-width: 767px) and (orientation:landscape) {
.rental_tel_free a{
	height:35px;
	background-image: url(../rental/images/rental_tel_free.png);
	background-position: left top;
}
.rental_tel_mb a{
	background-position: left top;
}
}
@media only screen and (min-width: 768px) {
.rental_tel_free a{
	height:40px;
	background-image: url(../rental/images/rental_tel_free.png);
	background-position: left top;
}
.rental_tel_mb a{
	background-position: left top;
}
}
@media only screen and (min-width: 1000px) {
.rental_tel_free a{
	height:40px;
}
}
/*----------------------------------------------------------------------------
下層：レンタカー：モーターワンレンタカーとは　#rental_intro
------------------------------------------------------------------------------*/
/*--ヘッダーイメージ--*/
.header_img{
	height:160px;
	background-image: url(../rental/images/rental_intro_header_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
	margin:0 0 32px;
}
.no-backgroundsize .header_img{
	background-image: url(../rental/images/ie/rental_intro_header.png);
}
@media only screen and (max-width: 767px) and (orientation:landscape) {
.header_img{
	height:180px;
	background-image: url(../rental/images/rental_intro_header.png);
}
}
@media only screen and (min-width: 768px) {
.header_img{
	height:240px;
	background-image: url(../rental/images/rental_intro_header.png);
}
}

/*--料金表--*/
div#cmp{
	position:relative;
	margin-top:2em;
}
div#cmp p.note{
	margin-bottom:0;
}
div#cmp p:last-child{
	text-align:center;
}
div#cmp p:last-child img{
	max-width:300px;
}
@media only screen and (min-width: 769px) {
div#cmp p.note{
	float:left;
}
div#cmp p:last-child{
	float:right;
}
}


/*----------------------------------------------------------------------------
下層：レンタカー：モーターワンレンタカー利用案内　#rental_guide
------------------------------------------------------------------------------*/
.rental_flow{
}
/*--コンテナ：流れ大枠--*/
.step{
	background-image:none;
	border:solid 1px #B1C6E7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px 20px 8px;
	margin:0 0 46px;
	position:relative;
}
.step:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 40px 0 40px;
	border-color: #b6cbec transparent transparent transparent;
	position:absolute;
	bottom:-36px;
	left:50%;
	margin:0 0 0 -40px;
}
#step_04:after{
	border-width:0;
}
@media only screen and (min-width: 768px) {
.step{
	background-repeat: no-repeat;
	background-position: 15px 30px;
	padding:30px 20px 30px 95px;
}
}

/*--流れ大枠:番号--*/
@media only screen and (min-width: 768px) {
#step_01{
	background-image: url(../rental/images/num_01.png);
}
#step_02{
	background-image: url(../rental/images/num_02.png);
}
#step_03{
	background-image: url(../rental/images/num_03.png);
}
#step_04{
	background-image: url(../rental/images/num_04.png);
}
}
/*--コンテナ：流れ大枠内部--*/
.step .inner{
	margin:0 0 25px;
}
.box_bk{
	background-color:#EBF0F7;
	padding:20px;
	margin:14px 0;
}
.box_line{
	border: dashed 1px #93B3E5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:20px 18px;
	margin:14px 0;
}


/*--見出し--*/
.li_ttl{
	color:#3C75D0;
	font-size:19px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
.rental_flow{
	counter-reset:flow-step;
}
.li_ttl{
	counter-increment:flow-step;
}
.li_ttl:before{
	content: counter(flow-step)"．";
}

}

.li_header01{
	color:#3C75D0;
	font-size:16px;
	font-weight:bold;
}

.li_header02{
	color:#3C75D0;
	font-size:14px;
	font-weight:bold;
	background-color:#EBF0F7;
	padding:4px 8px;
	margin:0 0 14px;
}


/*--ボタン--*/
.btn_check{
	text-align:center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c75d0', endColorstr = '#2867cb');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3c75d0', endColorstr = '#2867cb')";
background-image: -moz-linear-gradient(top, #3c75d0, #2867cb);
background-image: -ms-linear-gradient(top, #3c75d0, #2867cb);
background-image: -o-linear-gradient(top, #3c75d0, #2867cb);
background-image: -webkit-gradient(linear, center top, center bottom, from(#3c75d0), to(#2867cb));
background-image: -webkit-linear-gradient(top, #3c75d0, #2867cb);
background-image: linear-gradient(top, #3c75d0, #2867cb);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.btn_check a{
	color:#FFFF00;
	font-size:18px;
	/* font-family:"m_plus_bold","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	line-height:1.3;
	text-shadow: 0 1px 0 #053278;
	padding:8px 0;
	display:block;
}
@media only screen and (min-width: 768px) {
.btn_check{
	height:44px;
}
.btn_check a{
	line-height:44px;
	padding:0;
}
}
/*--その他--*/
.rental .main .step p{
	margin:7px 0;
}
.rental div.main .step li{
	line-height:1.5;
	text-indent:-7px;
	margin:7px 0 7px 7px;
}

.rental em{
	font-weight:bold;
}
#table_cancel{
	margin:14px 0;
}
#table_cancel td{
	font-weight:bold;
}


/*----------------------------------------------------------------------------
下層：レンタカー：モーターワンレンタカー料金表　#rental_charges
------------------------------------------------------------------------------*/
#rental_charges div.main ul li{
	margin-bottom:0;
}


.tab_container{
	margin-bottom:40px
}


/*--料金表--*/
#rental_charges table{
	border:none;
}
#rental_charges tr{
	border:none;
	border-bottom:dotted 1px #CCC;
}
#rental_charges tr:nth-child(even){
	background-color:#EBF0F7;
}
#rental_charges th,
#rental_charges td{
	font-weight:bold;
	text-align:left;
	border:none;
	padding:14px 2%;
}
#rental_charges span{
	font-weight: normal;
}
@media only screen and (min-width: 768px) {
#rental_charges table{
	border: solid 1px #6492DA;
}
#rental_charges th{
	width:32.25%;
	border-right:dotted 1px #CCC;
}
}


/*--オプション--*/
.charges_option_img li{
	background-color:#EBF0F7;
}
#rental_charges div.main ul.charges_option_img li{
	margin-bottom:16px;
}
.charges_option_img img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 768px) {
.charges_option_img li{
	width:31.25%;
	margin-left:3.125%;
	float:left;
}
.charges_option_img li:first-child{
	margin-left:0;
}
}

/*----------------------------------------------------------------------------
下層：レンタカー：モーターワンレンタカー予約　#rental_reserve
------------------------------------------------------------------------------*/
/*--コンテナ--*/
.box_class{
	margin:0 0 40px;
}
.state{
	border:solid 1px #B6CBEC;
	box-sizing:border-box;
	padding:20px;
}


/*--見出し--*/
.header_class{
	color:#ffffff;
	font-size:16px;
	line-height:1;
	font-weight:bold;
	background-color:#6492DA;
	padding:8px 10px;
}


/*--仮予約ボタン--*/
.btn_reserve{
	text-align:center;
	border-radius: 4px;
  background-color: #0f35ba;
  margin-top: 16px;
}
.btn_reserve a{
	color:#FFF;
	font-size:18px;
  font-weight: 700;
	line-height:58px;
	text-shadow: 0 1px 0 #053278;
	display:block;
}


/*--追加--*/
footer {
    background: transparent none repeat scroll 0 0;
    border-top-width: 0;
}
.table#calListCalTable tbody tr th {
    border-left: 1px solid #c9c9c9;
    font-weight: bold;
}
table#calListCalTable tr th, table#calListCalTable tr td {
    border-right-width: 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #c9c9c9;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset, 0 1px 0 0 rgba(255, 255, 255, 1);
    font-size: 13px;
}

.car_status_wrap {
	margin-bottom: 15px;
}
.car_status_table {
	float: right;
	font-size: 12px;
	width: 73%;
}
.car_status_table th {
	background: transparent url("/rentacar/admin/images/patterns/furley_bg2.png") repeat scroll 0 0;
	font-weight: bold;
}
#calListCalTable.table tbody tr th {
    width: 9%;
}
#calListCalTable.table td.td-btn {
	padding: 0;
	width: 5%;
}

#calListCalTable .btn-prev {
    background-color: #7090c8;
    display: block;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 28px;
}
#calListCalTable .btn-prev:before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #FFF;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFF;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}
#calListCalTable .btn-prev:after {
	border-bottom: 15px solid #FFF;
	border-left: 15px solid #FFF;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
}

#calListCalTable .btn-next {
    background-color: #7090c8;
    display: block;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 28px;
}
#calListCalTable .btn-next:before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #FFF;
	border-top: 15px solid #FFF;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}
#calListCalTable .btn-next:after {
	border-bottom: 15px solid #FFF;
	border-left: 15px solid transparent;
	border-right: 15px solid #FFF;
	border-top: 15px solid transparent;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
}
.disp_alert {
    color: #ff4500;
    font-weight: bold;
    padding: 0 0 8px;
}
/*追加*/
.red {
  color: #ff4500;
}
.alert > .red {
  margin-left: 16px;
}
.display-no {
  display: none;
}
#car_31 .display-no {
  display: block;
}
/*---*/
.input_table_w_n tbody tr th {
	background-image: url("../images/back_b02.png");
	font-weight: bold;
}
.input_table_w_n tbody tr td {
	color: #4472ba;
}
.btn_submit {
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff6b00', endColorstr = '#ff5500');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff6b00', endColorstr = '#ff5500')";
	background-image: -moz-linear-gradient(top, #ff6b00, #ff5500);
	background-image: -ms-linear-gradient(top, #ff6b00, #ff5500);
	background-image: -o-linear-gradient(top, #ff6b00, #ff5500);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff6b00), to(#ff5500));
	background-image: -webkit-linear-gradient(top, #ff6b00, #ff5500);
	background-image: linear-gradient(top, #ff6b00, #ff5500);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-width: 0;
	height: 38px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	width: 100%;
	-webkit-appearance: none;
}

#rental_form input[type="text"] {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0;
    border: 1px solid #c9c9c9;
	border-radius: 1px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
    color: #000000;
    font-size: 15px;
    height: auto;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 36px !important;
    padding: 2px 3px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
#rental_form input[type="text"]:focus {
	border-color: rgba(98, 174, 239, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(98, 174, 239, 0.6);
    outline: 0 none;
}

.widget-content .btn_reserve a {
	color: #FFF;
	/* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	text-shadow: none;
}
.btn_reserve_wrap .btn_reserve {
	width: 49%;
}
.btn_reserve.fl {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#91C41E', endColorstr = '#76A215');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#91C41E', endColorstr = '#76A215')";
	background-image: -moz-linear-gradient(top, #91C41E, #76A215);
	background-image: -ms-linear-gradient(top, #91C41E, #76A215);
	background-image: -o-linear-gradient(top, #91C41E, #76A215);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#91C41E), to(#76A215));
	background-image: -webkit-linear-gradient(top, #91C41E, #76A215);
	background-image: linear-gradient(top, #91C41E, #76A215);
}
.btn_reserve.fr {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3AA2F8', endColorstr = '#2F8BDA');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3AA2F8', endColorstr = '#2F8BDA')";
	background-image: -moz-linear-gradient(top, #3AA2F8, #2F8BDA);
	background-image: -ms-linear-gradient(top, #3AA2F8, #2F8BDA);
	background-image: -o-linear-gradient(top, #3AA2F8, #2F8BDA);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3AA2F8), to(#2F8BDA));
	background-image: -webkit-linear-gradient(top, #3AA2F8, #2F8BDA);
	background-image: linear-gradient(top, #3AA2F8, #2F8BDA);
}

@media only screen and (max-width: 767px) {
.carinfo_img {
    float: none;
    height: auto;
    margin-bottom: 10px;
    max-width: 320px;
    width: 100%;
}
.car_status_table {
    float: none;
    font-size: 12px;
    width: 100%;
}
.state {
    padding: 10px;
}
}


@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/GenShinGothic-P-Regular.woff2?v=1.24) format("woff2"),
  url(/assets/fonts/GenShinGothic-P-Regular.woff?v=1.24) format("woff")
}
@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/GenShinGothic-P-Medium.woff2?v=1.24) format("woff2"),
  url(/assets/fonts/GenShinGothic-P-Medium.woff?v=1.24) format("woff")
}
@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 700;
  font-style: bold;
  font-display: swap;
  src: url(/assets/fonts/GenShinGothic-P-Bold.woff2?v=1.24) format("woff2"),
  url(/assets/fonts/GenShinGothic-P-Bold.woff?v=1.24) format("woff")
}









.p-new2{
  /*display: none;*/
  width: 1000px;
  margin: 0 auto;
}

.p-new2-in1-p1{
  font-size: 29px;
  text-align: center;
  font-weight: bold;
}

.p-new2-in1-p2{
  font-size: 59px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.p-new2-in1-b{
  color: #fff;
  font-size: 19px;
  background-color: #051F78;
  width: 402px;
  padding: 8px 20px;
  margin: 0 auto;
  text-align: center;
}

.p-new2-in2{
  overflow: hidden;
  margin-top: 55px;
}

.p-new2-in2-b{
  float: left;
  width: 476px;
  margin-bottom: 50px;
}

#p-new2-in2-b-1{
  margin-right: 24px;
}

#p-new2-in2-b-3{
  margin-right: 48px;
}

.p-new2-in2-b-img{
  width: 476px;
  height: 305px;
}

.p-new2-in2-b-p1{
  font-size: 13px;
  background-color: #333;
  border-radius: 3px;
  width: 83px;
  height: 22px;
  text-align: center;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 8px;
}

.p-new2-in2-b-p2{
  font-size: 20px;
  font-weight: bold;
}

.p-new2-in2-b-in{
  overflow: hidden;
  border-bottom: 1px solid; /* #000;*/
}

.p-new2-in2-b-in-l{
  float: left;
  width: 200px;

}

.p-new2-in2-b-in-l-p1{
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.p-new2-in2-b-in-l-p2{
  font-size: 13px;
  padding-bottom: 10px;
}

.p-new2-in2-b-in-r{
  float: right;
  width: 267px;
}

.p-new2-in2-b-in-r-1{
  display: inline-block;
  width: 38px;
  height: 38.5px;
  color: #FFFF00;
  background-color: #0F36BA;
  font-size: 15px;
  line-height: 16px;
  padding: 3.4px;
  box-sizing: border-box;
  font-weight: bold;
  vertical-align: super;
}

.p-new2-in2-b-in-r-2{
  display: inline;
  color: #0F36BA;
  font-size: 50px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;

}

.p-new2-in2-b-in-r-2 span{
  display: inline;
  color: #0F36BA;
  font-size: 16px;
  font-weight: bold;
}



@media only screen and (max-width: 1000px) {

.p-new2 {
    width: 100%;
    margin: 0 auto;
}


.p-new2-in1-p2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#p-new2-in2-b-1 {
    margin-right: auto;
}

#p-new2-in2-b-3 {
    margin-right: auto;
}
.p-new2-in2-b {
    float: none;
    width: 476px;
    margin: 0 auto;
    margin-bottom: 50px;
}

}

@media only screen and (max-width: 768px) {
  .p-new2-in1-p1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.p-new2-in1-p2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
}


@media only screen and (max-width: 467px) {

  .p-new2-in1-p1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

  .p-new2-in1-p2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

  .p-new2-in2-b {
    float: none;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.p-new2-in2-b-img {
    width: 100%;
    height: auto;
}

.p-new2-in2-b-in-l {
     float: none; 
    width: 100%;
}

.p-new2-in2-b-in-r {
    float: none;
    width: 100%;
}

.p-new2-in1-b {
    color: #fff;
    font-size: 15px;
    background-color: #051F78;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    padding: 8px 20px;
    text-align: center;
}
}

.p-new3{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 550px) {
  .p-new3{
  text-align: left;
  font-size: 13px;
  width: 96%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 96%;
}
}



/* 2024/10/25 追加
------------------------------------------------------------*/
.p-movie {
  background: #051f78;
  padding: 80px 0 80px;
}
.p-movie h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  color: #fff;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.movie-area-pr {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
}
.movie-area-recruit {
  margin-top: 40px;
}
.movie-area-recruit .movie-box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 16px auto 0;
}
.movie-area-recruit .youtube {
  margin-left: 16px;
}
.movie-area-recruit .youtube:first-of-type {
  margin-left: 0;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .movie-area-recruit .movie-box {
    display: block;
  }
  .movie-area-recruit {
    margin: 40px auto 0;
    max-width: 476px;
  }
  .movie-area-recruit .youtube {
    max-width: 476px;
    width: 100%;
  }
  .movie-area-recruit .youtube:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
  .movie-area-recruit .youtube:nth-child( n + 2 ) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
  }
}

/*
------------------------------------------------------------*/



/* 2025/02/21 追加*/
.none {
    display: none;
}
.career-no-list.detail > li {
  width: 49.2%;
}

@media only screen and (max-width: 767px) {
  .career-no-list.detail > li {
    width: 100%;
  }
  .c-list-item li.none {
    display: none;
  }
}


















































































