@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 18px;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.8;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  text-decoration: none;
}

.article {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

section {
  margin: 100px auto;
  position: relative;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  section {
    margin: 80px auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  section {
    padding: 0 5%;
    margin: 40px auto;
  }
}

section .text .btn {
  margin-top: 2em;
}

h2 {
  border-top: none;
  border-bottom: none;
  font-weight: bold;
}

h3 {
  border-bottom: none;
}

dt,
dd {
  border-left: none;
}

.pc_none {
  display: none !important;
}

@media screen and (max-width: 559px) {
  .pc_none {
    display: block !important;
  }
}

.sp_none {
  display: block !important;
}

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

span.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 559px) {
  span.sp_none {
    display: none !important;
  }
}

.section__ttl {
  background: linear-gradient(135deg, white, white 49.2%, #0075c1 49.2%, #0075c1 50.8%, white 50.8%, white);
  height: 180px;
  width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 959px) {
  .section__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl {
    height: 160px;
    width: 170px;
  }
}

.section__ttl__center {
  background-color: #ffffff;
  text-align: center;
  padding: 8px;
}

.section__ttl .ttl {
  line-height: 1.4;
  text-align: center;
  font-size: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 559px) {
  .section__ttl .ttl {
    font-size: 24px;
  }
}

.section__ttl .ttl-sub {
  font-size: 16px;
  color: #0075c1;
  letter-spacing: 2px;
  font-weight: bold;
}

.wrap_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap_half > div {
  width: calc(50% - 32px);
}

@media screen and (max-width: 959px) {
  .wrap_half > div {
    width: 100%;
  }
}

.__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.address_wrap span {
  white-space: nowrap;
}

.address_wrap span:first-of-type {
  margin-right: .5em;
}

.ico_link {
  height: 100%;
  width: 16px;
  display: inline;
  margin-left: 8px;
}

@media screen and (max-width: 559px) {
  .ico_link {
    width: 14px;
  }
}

.main {
  border: #ffffff solid;
  border-width: 0 40px;
}

@media screen and (max-width: 959px) {
  .main {
    border-width: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  .main {
    border: none;
  }
}

.main .main_des {
  text-align: center;
  font-size: 20px;
  color: #0075c1;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 559px) {
  .main .main_des {
    font-size: 16px;
    height: 60px;
  }
}

.main .main_des span {
  margin: 0 8px;
}

.main .fv {
  background: #00215b;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 900px;
}

@media screen and (max-width: 559px) {
  .main .fv {
    height: calc(100vh - 60px);
  }
}

.main .fv .fv_logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 559px) {
  .main .fv .fv_logo {
    width: 180px;
    margin-bottom: 20px;
  }
}

.main nav {
  background: #0075c1;
  width: 100%;
}

.main nav ul {
  padding: 32px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 559px) {
  .main nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .main nav ul li {
    width: 50%;
    padding: 20px 0;
  }
  .main nav ul li:nth-of-type(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.6);
  }
  .main nav ul li:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  }
  .main nav ul li:last-child {
    width: 100%;
  }
}

.main nav ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 559px) {
  .main nav ul a {
    font-size: 16px;
  }
}

.fv_txt {
  color: #ffffff;
  text-align: center;
}

.fv_txt__main {
  font-size: 40px;
  margin-bottom: 24px;
}

@media screen and (max-width: 559px) {
  .fv_txt__main {
    font-size: 24px;
  }
}

.fv_txt__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px;
  border-radius: 220px;
}

@media screen and (max-width: 959px) {
  .fv_txt__add {
    margin-bottom: 30px;
  }
}

.fv_txt__add .txt {
  font-size: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .txt {
    font-size: 16px;
  }
}

.fv_txt__add .map {
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #ffffff;
  font-size: 16px;
  background: #0075c1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-radius: 20px;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .map {
    font-size: 14px;
  }
}

.fv_txt__add .map img {
  height: 100%;
  width: 16px;
  display: inline;
  margin-left: 8px;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .map img {
    width: 14px;
  }
}

.fv_txt__dep {
  border: 1px solid white;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 16px;
}

@media screen and (max-width: 959px) {
  .fv_txt__dep {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
}

.fv_txt__dep .sp_none {
  display: inline !important;
}

.fv_txt__dep__sub {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 559px) {
  .fv_txt__dep__sub {
    font-size: 14px;
  }
}

.greeting {
  border: 2px solid #0075c1;
  padding: 8%;
}

@media screen and (max-width: 959px) {
  .greeting {
    padding: 0;
    border: none;
  }
}

.greeting .content {
  padding: 0 10% 80px;
  margin-bottom: 80px;
  border-bottom: 2px solid #0075c1;
}

@media screen and (max-width: 959px) {
  .greeting .content {
    padding: 0 0 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 559px) {
  .greeting .content {
    padding: 0;
    margin-bottom: 40px;
    border: none;
  }
}

.greeting .content p {
  margin: 32px 0;
}

@media screen and (max-width: 559px) {
  .greeting .content p {
    margin: 16px;
  }
}

.greeting .content .name {
  text-align: right;
  font-weight: bold;
  margin: 24px 0 0;
}

.greeting .content .txt_st {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 559px) {
  .greeting__doc {
    margin-bottom: 80px;
  }
}

.greeting__doc h3 {
  background-color: #eff7ff;
  padding: 12px 0;
  color: #00215b;
  text-align: center;
  margin-bottom: 32px;
}

.greeting__doc h3 + div > div {
  margin-bottom: 32px;
  font-size: 16px;
}

.greeting__doc h4 {
  color: #00215b;
  padding-left: 16px;
  border-left: 3px solid #00215b;
  line-height: 24px;
  margin-bottom: 12px;
}

.greeting__doc h4 ~ p,
.greeting__doc h4 ~ div {
  padding-left: 16px;
}

.greeting__doc .work > div p:first-of-type {
  line-height: 1.4;
}

.greeting__doc .work > div p:not(:first-of-type) {
  font-size: 14px;
}

.greeting__doc .work > div p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.greeting__doc .work.his > div {
  margin-bottom: 8px;
}

.greeting__doc .work.his > div p:not(:first-of-type) {
  color: initial;
  font-size: 14px;
  display: inline-block;
  margin-left: 1em;
}

.greeting__doc .work.his > div p:not(:first-of-type)::before {
  content: "-";
  margin-right: 0.5em;
  font-size: 1rem;
}

#medical {
  background: #eff7ff;
}

.medical {
  padding: 8%;
}

@media screen and (max-width: 959px) {
  .medical {
    padding: 8% 0;
  }
}

@media screen and (max-width: 559px) {
  .medical {
    padding: 60px 0;
  }
}

.medical .section__ttl {
  background: linear-gradient(135deg, #eff7ff, #eff7ff 49.2%, #0075c1 49.2%, #0075c1 50.8%, #eff7ff 50.8%, #eff7ff);
}

.medical .section__ttl__center {
  background-color: #eff7ff;
}

.medical .medical_menu {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-left: 60px;
  width: calc(100% - 200px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .medical .medical_menu {
    padding-left: 0;
    width: 100%;
  }
}

.medical .medical_menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px 8px 0;
}

.medical .medical_menu li a {
  font-size: 18px;
  background: #0075c1;
  color: #ffffff;
  display: block;
  padding: 8px 2em;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 559px) {
  .medical .medical_menu li a {
    font-size: 16px;
  }
}

.medical .medical_menu li a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.medical .content > div {
  margin: 60px auto;
}

.medical .content > div h3 {
  font-size: 30px;
  margin-bottom: 24px;
  color: #0075c1;
}

@media screen and (max-width: 559px) {
  .medical .content > div h3 {
    font-size: 22px;
  }
}

.medical .content > div h3 ~ div {
  margin-bottom: 32px;
}

.medical .content > div h3 ~ div p:first-of-type {
  color: #00215b;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}

.medical .content > div h3 ~ div p:not(first-of-type) {
  font-size: 16px;
}

.medical .content > div h3 + div.tit_none {
  background: white;
  padding: 3%;
}

.medical .content > div h3 + div.tit_none p {
  color: initial;
  font-weight: normal;
  font-size: 16px;
}

.clinic .section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}

.clinic img {
  max-width: 500px;
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .clinic img {
    margin: 0 auto 32px;
    display: block;
  }
}

.clinic img + p {
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .clinic img + p {
    text-align: center;
  }
}

.clinic dl {
  font-size: 16px;
  text-align: justify;
}

@media screen and (max-width: 959px) {
  .clinic dl {
    text-align: center;
  }
}

.clinic dl dt {
  width: 6em;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dt {
    width: 100%;
    font-weight: bold;
  }
}

.clinic dl dt.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 959px) {
  .clinic dl dt.sp_none {
    display: none !important;
  }
}

.clinic dl dd {
  width: calc(100% - 6em - 12px);
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dd {
    width: 100%;
  }
}

.clinic .wrap_half > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 959px) {
  .clinic .wrap_half > div:nth-child(2) {
    margin-top: 60px;
  }
}

.clinic .address_wrap {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

@media screen and (max-width: 959px) {
  .clinic .address_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hours_table {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border-collapse: collapse;
  border-spacing: 0;
}

.hours_table th {
  width: 10%;
  padding: 18px 0;
  text-align: center;
  padding: 20px 0;
}

.hours_table th:nth-child(1) {
  width: 30%;
}

.hours_table td {
  padding: 18px 0;
  text-align: center;
}

.hours_table thead {
  color: #fff;
}

.hours_table thead tr {
  background-color: #0075c1;
}

.hours_table tbody {
  color: #0075c1;
}

@media screen and (max-width: 959px) {
  .hours_table {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 559px) {
  .hours_table {
    font-size: 12px;
  }
}

.hours_note {
  margin-top: auto;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  background-color: #eff7ff;
  color: #0075c1;
  font-weight: bold;
  width: 100%;
  padding: 12px 0;
}

.googlemap iframe {
  width: 100%;
  margin: 0 auto 80px;
  height: 40vh;
  max-height: 570px;
}

@media screen and (max-width: 559px) {
  .googlemap iframe {
    margin: 0 auto 40px;
  }
}

.googlemap .fv_txt__add {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.googlemap .fv_txt__add .txt {
  font-size: 20px;
}

@media screen and (max-width: 559px) {
  .googlemap .fv_txt__add .txt {
    font-size: 16px;
  }
}

.footer {
  background-color: #00215b;
  padding: 80px 0 40px;
}

.footer .footer_nav {
  margin-bottom: 80px;
}

.footer .footer_nav ul {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .footer .footer_nav ul {
    width: 90%;
  }
}

.footer .footer_nav ul a {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/*リンクの形状*/
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0075c1;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

#page-top a:hover {
  opacity: 0.6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

/*アコーディオン全体*/
.accordion-area {
  margin: 0 auto;
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 6% 3% 3%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}

.accordion-area .title::before, .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #00215b;
}

.accordion-area .title::before {
  top: 48%;
  right: 3%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  right: 3%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-area .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-area .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  margin: 0 auto;
}

.accordion-area .box > div {
  padding: 3%;
  background: #f3f3f3;
  font-size: 1rem;
}

.accordion-area .box > div > p {
  margin-top: 12px;
}

.accordion-area .box > div > p:first-of-type {
  margin: 0;
}

.accordion-area .box > div > p .sub {
  display: block;
  color: #00215b;
  font-weight: bold;
}

.sp_accordion-area .title {
  pointer-events: none;
}

.low_accordion-area .accordion-area li {
  margin: 20px 0;
}

.low_accordion-area .accordion-area li:first-of-type {
  margin-top: 0;
}

.low_accordion-area .accordion-area li .title {
  padding: 0 0 0 16px;
  font-weight: bold;
}

.low_accordion-area .accordion-area .box {
  padding: 0;
}

.low_accordion-area .accordion-area .box > div {
  background: #f3f3f3;
  padding: 5%;
  margin: 0;
}

.low_accordion-area .accordion-area .box p {
  margin: 0;
  font-size: .85em;
}

.low_accordion-area .accordion-area .box h5 {
  font-size: .85em;
  margin-top: 16px;
}

.low_accordion-area .accordion-area .box h5:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 559px) {
  .sp_accordion-area {
    margin: 0 auto 24px;
    /*アコーディオンタイトル*/
    /*アコーディオンで現れるエリア*/
  }
  .sp_accordion-area section {
    border: 1px solid #ccc;
  }
  .sp_accordion-area .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    pointer-events: all;
    cursor: pointer;
    font-size: 1rem;
    padding: 3% 6% 3% 3%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0;
    /*アイコンの＋と×*/
    /*　closeというクラスがついたら形状変化　*/
  }
  .sp_accordion-area .title::before, .sp_accordion-area .title::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #00215b;
  }
  .sp_accordion-area .title::before {
    top: 48%;
    right: 3%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .sp_accordion-area .title::after {
    top: 48%;
    right: 3%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp_accordion-area .title.close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp_accordion-area .title.close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp_accordion-area .box {
    display: none;
    /*はじめは非表示*/
  }
  .sp_accordion-area .box > div {
    background: #f3f3f3;
    margin: 0 auto;
    padding: 5%;
    font-size: 1rem;
  }
  .low_accordion-area .box > div {
    padding: 0 5%;
  }
  .low_accordion-area .accordion-area li {
    margin: 0 0 16px;
  }
}

.accordion-area .des_none p {
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 6% 3% 3%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rec_btn {
  display: block;
  width: 60%;
  max-width: 800px;
}

.rec_btn.__top {
  margin: 60px auto -40px;
}

.rec_btn.__bottom {
  margin: 0 auto 100px;
}

@media screen and (max-width: 959px) {
  .rec_btn {
    width: 90%;
  }
  .rec_btn.__top {
    margin: 60px auto;
  }
  .rec_btn.__bottom {
    margin: 0 auto 60px;
  }
}
/*# sourceMappingURL=Untitled-1.css.map */