@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .only_sp {
    display: block;
  }
}

.only_md {
  display: none;
}
@media screen and (max-width: 960px) {
  .only_md {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .only_md_n {
    display: none;
  }
}

.only_sp_fa {
  display: none;
}
@media screen and (max-width: 960px) {
  .only_sp_fa {
    display: inline-block;
  }
}

/* --------------------------------------------
 * 　基本幅
 * -------------------------------------------- */
.blContainer_header {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blContainer_md {
  width: 92%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　サブページレイアウト（サイドバーあり）
 * -------------------------------------------- */
.pageContainer {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .pageContainer {
    flex-direction: column-reverse;
  }
}
.pageContainer__sidebar {
  flex: 1 1 320px;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
}
@media screen and (max-width: 1200px) {
  .pageContainer__sidebar {
    border-right: none;
  }
}
.pageContainer__main {
  flex: 1 1 800px;
  margin-left: 80px;
}
@media screen and (max-width: 1200px) {
  .pageContainer__main {
    margin-left: 0;
  }
}

/* --------------------------------------------
 * 　サイドバー
 * -------------------------------------------- */
.sidebarContainer__inner {
  margin-top: 40px;
}
.sidebarContainer__list {
  list-style: none;
}
.sidebarContainer__item {
  font-size: 1.25rem;
  color: #666666;
}
.sidebarContainer__link:hover {
  text-decoration: underline;
}
.sidebarContainer__link i {
  margin-right: 20px;
  color: #666666;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.heading {
  padding-bottom: 0.25em;
}
.heading__subText {
  color: #80BC4B;
  font-size: 1.375rem;
}
.heading__mainText {
  display: block;
  border-bottom: 1px solid #666666;
  font-size: 1.75rem;
}
@media screen and (max-width: 960px) {
  .heading__mainText {
    font-size: 1.375rem;
  }
}
.heading span {
  font-size: 1rem;
  color: #80BC4B;
  padding-left: 20px;
}

.heading2 {
  padding-bottom: 0.25em;
}
.heading2__maintext {
  display: block;
  border-bottom: 1px solid #666666;
  font-size: 1.75rem;
}
@media screen and (max-width: 960px) {
  .heading2__maintext {
    font-size: 1.375rem;
  }
}
.heading2 span {
  font-size: 1rem;
  color: #1FC2D3;
  padding-left: 20px;
}

.heading4 {
  padding-bottom: 0.25em;
}
.heading4__maintext {
  display: block;
  border-bottom: 1px solid #666666;
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .heading4__maintext {
    font-size: 1.375rem;
  }
}
.heading4 span {
  font-size: 1rem;
  color: #F3AA66;
  padding-left: 20px;
}

/* --------------------------------------------
* 　見出し2 ボーダーの色softblue
* -------------------------------------------- */
.heading3 {
  padding-bottom: 0.25em;
}
.heading3__maintext {
  position: relative;
  font-size: 1.75rem;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .heading3__maintext {
    font-size: 1.375rem;
  }
}
.heading3__maintext::after {
  content: "";
  display: block;
  width: 300px; /* ボーダーの長さを5倍に増やす（適宜調整） */
  height: 4px; /* ボーダーの太さ */
  background-color: #40E0D0; /* ボーダーの色 */
  border-radius: 10px;
  position: absolute;
  bottom: 3px; /* タイトルの下からの距離（適宜調整） */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せにする */
}

/* --------------------------------------------
 * 　見出し3 ボーダーの色orange
 * -------------------------------------------- */
.heading5 {
  padding-bottom: 0.25em;
}
.heading5__maintext {
  position: relative;
  font-size: 1.75rem;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .heading5__maintext {
    font-size: 1.375rem;
  }
}
.heading5__maintext::after {
  content: "";
  display: block;
  width: 300px; /* ボーダーの長さを5倍に増やす（適宜調整） */
  height: 4px; /* ボーダーの太さ */
  background-color: #F3AA66; /* ボーダーの色 */
  border-radius: 10px;
  position: absolute;
  bottom: 3px; /* タイトルの下からの距離（適宜調整） */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せにする */
}

/* --------------------------------------------
 * 　見出し ボーダーの色orange文字と同じ長さ
 * -------------------------------------------- */
.heading6 {
  padding-bottom: 0.25em;
}
.heading6__maintext {
  position: relative;
  font-size: 1.75rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading6__maintext {
    font-size: 1.375rem;
  }
}
.heading6__maintext::after {
  content: ""; /* 疑似要素の内容を空にする */
  display: block;
  width: 100%; /* タイトルの幅に合わせる */
  height: 3px; /* ボーダーの高さ */
  background-color: #F3AA66; /* ボーダーの色 */
  border-radius: 10px;
  position: absolute;
  bottom: -4px; /* 下方向に調整 */
  left: 0;
}

/* --------------------------------------------
* 　角丸トリミング
* -------------------------------------------- */
.trimRounded {
  overflow: hidden;
  border-radius: 10px;
}

/* --------------------------------------------
* 　角丸トリミング(上だけ角丸)
* -------------------------------------------- */
.trimRounded_up {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

/* --------------------------------------------
* 　背景画像
* -------------------------------------------- */
.bgImage {
  background-image: url(../img/topbg2.jpg);
  background-size: cover;
}

.bgImage2 {
  background-image: url(../img/suisai-_hana02.jpg);
  background-size: cover;
}

/* --------------------------------------------
 * 　ラベル
 * -------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  color: #fff;
  background: #096C6A;
  border-radius: 3px;
  white-space: nowrap;
}

.label_theme_hospital {
  background: #80BC4B;
}

.label_theme_medical {
  background: #EC5534;
}

.label_theme_system {
  background: #AD630B;
}

/* --------------------------------------------
 * 　パンクズ
 * -------------------------------------------- */
.breadcrumb {
  display: flex;
  list-style: none;
  font-size: 0.8125rem;
}
.breadcrumb__item::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

/* --------------------------------------------
 * 　h3 小見出し
 * -------------------------------------------- */
.pageContentheading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}

/* --------------------------------------------
 * 　h3 小見出し （左線）ブルー
 * -------------------------------------------- */
.pageContent2heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.1rem 1rem;
  border-left: 4px solid #1FC2D3;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .pageContent2heading {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
* 　h3 小見出し （左線）オレンジ
* -------------------------------------------- */
.pageContent7heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.1rem 1rem;
  border-left: 4px solid #F3AA66;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .pageContent7heading {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
* 　h3 小見出し （左線）ピンク
* -------------------------------------------- */
.pageContent5heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.1rem 1rem;
  border-left: 4px solid #FF69B4;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .pageContent5heading {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
* 　h3 小見出し （左線）緑
* -------------------------------------------- */
.pageContent6heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.1rem 1rem;
  border-left: 4px solid #80BC4B;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .pageContent6heading {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
* 　h3 小見出し （左線 + boder）
* -------------------------------------------- */
.pageContent3heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.3rem 1rem;
  line-height: 110%;
  display: inline-block;
  margin: 0;
  position: relative;
  border: 4px solid #1FC2D3; /* 周りをborderで包む */
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageContent3heading {
    font-size: 1.375rem;
  }
}
.pageContent3heading::before {
  content: ""; /* 擬似要素の内容を空にする */
  position: absolute;
  left: 0; /* SVGの位置を調整（適宜調整） */
  top: 50%; /* SVGの位置を調整（適宜調整） */
  transform: translateY(-50%);
  width: 20px; /* SVGの幅（適宜調整） */
  height: 20px; /* SVGの高さ（適宜調整） */
  background: url("../img/boder.svg") center center no-repeat; /* SVG画像のパスを指定 */
  box-sizing: border-box; /* ボーダーボックスを使用 */
}

/* --------------------------------------------
* 　h3 小見出し （左線 + boder）健診センター用
* -------------------------------------------- */
.pageContent4heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  padding: 0.3rem 1rem;
  line-height: 110%;
  display: inline-block;
  margin: 0;
  position: relative;
  border: 4px solid #F3AA66; /* 周りをborderで包む */
  border-radius: 8px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pageContent4heading {
    font-size: 1.25rem;
  }
}
.pageContent4heading::before {
  content: ""; /* 擬似要素の内容を空にする */
  position: absolute;
  left: 0; /* SVGの位置を調整（適宜調整） */
  top: 50%; /* SVGの位置を調整（適宜調整） */
  transform: translateY(-50%);
  width: 20px; /* SVGの幅（適宜調整） */
  height: 20px; /* SVGの高さ（適宜調整） */
  background: url("../img/boder_or.svg") center center no-repeat; /* SVG画像のパスを指定 */
  box-sizing: border-box; /* ボーダーボックスを使用 */
}

/* --------------------------------------------
 * 　水平テーブル
 * -------------------------------------------- */
.horizontalTable {
  width: 100%;
}
.horizontalTable__header {
  text-align: center;
  white-space: nowrap;
  padding-right: 50px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .horizontalTable__header {
    padding-right: 20px;
  }
}
.horizontalTable__data {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.horizontalTable2 {
  width: 100%;
}
.horizontalTable2__header {
  text-align: center;
  white-space: nowrap;
  padding-right: 50px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
}
.horizontalTable2__header i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .horizontalTable2__header {
    padding-right: 20px;
  }
}
.horizontalTable2__data {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.horizontalTable3__header {
  text-align: center;
  white-space: nowrap;
  padding-right: 50px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
}
.horizontalTable3__header i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .horizontalTable3__header {
    padding-right: 20px;
    padding-left: 0;
    text-align: left;
    width: 30%;
  }
}
.horizontalTable3__data {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .horizontalTable3__data {
    width: 92%;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.no_tellink {
  pointer-events: none;
  cursor: default;
}

/* --------------------------------------------
 * 　アコーディオン
 * -------------------------------------------- */
.accordion {
  max-width: 960px;
  margin-bottom: 7px;
  border: 2px solid #80BC4B;
  border-radius: 5px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%2380bc4b%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #80BC4B;
  font-weight: 600;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}

.accordion summary::before {
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate 0.3s;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

/* --------------------------------------------
 * 　メールボタン
 * -------------------------------------------- */
.mailButton {
  color: #fff;
  background-color: #F8A71A;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .mailButton {
    font-size: 1rem;
  }
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}

/* --------------------------------------------
 * 　 健診センタートップ下ナビ
 * -------------------------------------------- */
.kcontentsBlock {
  margin-bottom: 40px;
}

.kcontentsContainer__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #666666;
  margin-left: 5px;
  position: relative;
}
.kcontentsContainer__list {
  list-style: none;
  margin-bottom: 20px;
}
.kcontentsContainer__item {
  text-indent: -1em;
  margin-left: 1.5em;
}
.kcontentsContainer__link i {
  margin-left: 14px;
  margin-right: 6px;
  color: #F3AA66;
}

.menu-item :hover {
  margin-bottom: 50px;
}

/* --------------------------------------------
* 　アコーディオン
* -------------------------------------------- */
.accordion2 {
  max-width: 960px;
  margin-bottom: 7px;
  border: 2px solid #F3AA66;
  border-radius: 5px;
}

.accordion2 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23f3aa66%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #F3AA66;
  font-weight: 600;
  cursor: pointer;
}

.accordion2 summary::-webkit-details-marker {
  display: none;
}

.accordion2 summary::before,
.accordion2 summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}

.accordion2 summary::before {
  rotate: 90deg;
}

.accordion2 summary::after {
  transition: rotate 0.3s;
}

.accordion2[open] summary::after {
  rotate: 90deg;
}

.accordion2 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion2[open] p {
  transform: none;
  opacity: 1;
}

/* --------------------------------------------
 * 　ページャー
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}

.navigation.pagination .nav-links .prev {
  border: none !important;
}

.navigation.pagination .nav-links .next {
  border: none !important;
}

.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #80BC4B;
  border: 1px solid #80BC4B;
  border-radius: 3px;
  color: #ffffff;
}

.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #80BC4B;
  border-radius: 3px;
}

.navigation.pagination .nav-links a:hover {
  background: #80BC4B;
  border: 1px solid #80BC4B;
  color: #ffffff;
}

/* --------------------------------------------
 * 　講座情報テンプレート
 * -------------------------------------------- */
.wp-block-image {
  margin-top: 40px;
}

.wpcf7 {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  border-collapse: collapse;
}

@media screen and (max-width: 960px) {
  .wpcf7 table .flexwrap {
    justify-content: flex-start;
  }
}

.wpcf7 table td {
  border: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
  .wpcf7 table td {
    border: 1px solid #ccc !important;
  }
}

.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .wpcf7 table .td_left {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0 3px;
  }
}

.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}
.wpcf7 table .td_right .caution {
  color: #ef0846;
}
@media screen and (max-width: 960px) {
  .wpcf7 table .td_right {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #f2f1ec;
  border: none;
  outline: none;
}

.wpcf7 tr td .any {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #59c197;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .wpcf7 tr td .any {
    margin-right: 20px;
  }
}

.wpcf7 tr td .required {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #ef0846;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .wpcf7 tr td .required {
    margin-right: 20px;
  }
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 #acceptance {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
  background: url(./../img/ajax-loader.gif) no-repeat center;
  width: 16px;
  height: 36px;
  display: block;
  width: 100%;
}

.wpcf7 form:not([data-status=init]) .wpcf7-response-output {
  font-size: 1.7rem;
  padding: 10px 10px 7px;
  border: 3px solid #ef0846;
}

.wpcf7 form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

.submit_box {
  text-align: center;
  margin: 30px 0 50px;
}

.submit_box .wpcf7-spinner {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.submit_box input[type=submit] {
  background: #333;
  border: none;
  border-radius: 3px;
  padding: 4px 15px 0;
  font-size: 16px;
  color: #fff;
  display: inline-block !important;
  width: 100%;
  max-width: 380px;
}

.submit_box input[type=submit]:hover {
  cursor: pointer;
}

.submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}

/* --------------------------------------------
 * 　404ページ
 * -------------------------------------------- */
.errorBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .errorBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.errorBlock__error {
  text-align: center;
  padding: 50px 0 50px;
}

/* --------------------------------------------
 * 　リンク下線
 * -------------------------------------------- */
.link_underline {
  color: #0778FD;
  text-decoration: underline;
  cursor: pointer;
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header {
  background-image: url(../img/topbg2.jpg);
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    z-index: 9999;
  }
}
.header__subTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__subTitle .siteTitle {
  justify-content: center;
}
.header__tel {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .header__tel {
    display: none;
  }
}
.header__pcMenu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header__pcMenu {
    display: none;
  }
}
.header__spMenu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__spMenu {
    display: block;
  }
}

.subMenu__banner {
  width: 240px;
}

.button-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .button-container {
    justify-content: flex-end; /* ボタンコンテナを右寄りに配置 */
    margin-right: 20px; /* ハンバーガーメニューとの間に10pxの余白を持たせるために追加 */
  }
}

.gr {
  border: 1px solid #80BC4B;
  border-radius: 5px;
  background: #80BC4B;
  color: #fff;
  transition: all ease 0.15s;
}
.gr:hover {
  background: rgba(147, 182, 116, 0.7215686275);
}

.brw {
  border: 1px solid #AD630B;
  border-radius: 5px;
  background: #AD630B;
  color: #fff;
  transition: all ease 0.15s;
}
.brw:hover {
  background: #b68952;
}

.responsive-button {
  display: flex;
  align-items: center;
  padding: 3px 5px 3px 3px;
  font-size: 1rem;
  border: 1px solid #ccc;
  margin: 5px;
  cursor: pointer;
}
.responsive-button .icon {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .responsive-button {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
  }
  .responsive-button .icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
}

.responsive-button .icon {
  margin-bottom: 5px; /* アイコンとテキストの間に適切なマージンを設定 */
}

/* --------------------------------------------
 * 　メインメニュー
 * -------------------------------------------- */
.pcMenu__sub {
  margin-bottom: 2px;
}

.mainMenu {
  position: relative;
  padding-bottom: 8px;
}
.mainMenu__list {
  display: flex;
  position: relative;
}
.mainMenu__item {
  display: block;
  width: 167px;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid #80BC4B;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.mainMenu__link {
  display: block;
}
.mainMenu__link:hover {
  color: #fff;
}
.mainMenu__icon {
  width: 40px;
  height: 40px;
  padding: 8px 0 4px;
}

.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slide-bg span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #F2D1BA;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.slide-bg:hover span {
  transform: none;
}

a {
  text-decoration: none;
  color: #333;
}

#gnav > ul {
  display: table;
  padding: 5px 0 5px;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #096C6A;
}
#gnav > ul > li:hover > a {
  color: #fff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 10px 0.8em 5px;
  transition: all 0.2s ease-in;
}
#gnav > ul .menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #096C6A;
  z-index: 9999;
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 0.5em;
}
#gnav > ul .menu .menu_inner li span {
  padding-left: 5px;
}
#gnav > ul .menu a {
  color: #fff;
}

/* --------------------------------------------
 * 　サブメニュー
 * -------------------------------------------- */
.kensinsubMenu {
  position: relative;
  padding-bottom: 8px;
}
.kensinsubMenu__list {
  display: flex;
  position: relative;
}
.kensinsubMenu__item {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
}
.kensinsubMenu__item a {
  color: #F3AA66;
}
.kensinsubMenu__link {
  display: block;
}
.kensinsubMenu__link:hover {
  color: #fff;
}
.kensinsubMenu__icon {
  width: 40px;
  height: 40px;
  padding: 8px 0 4px;
}

#snav > ul {
  display: table;
  padding: 10px 0 10px;
}
#snav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#snav > ul > li:hover {
  color: #fff;
  background-color: #F3AA66;
}
#snav > ul > li:hover > a {
  color: #fff;
}
#snav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#snav > ul > li > a {
  display: block;
  padding: 20px 1px 20px;
  transition: all 0.2s ease-in;
}
#snav > ul > li i {
  margin-left: 10px;
}
#snav > ul .menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #F3AA66;
  z-index: 9999;
}
#snav > ul .menu .menu_inner {
  padding: 1em 0;
}
#snav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 0.5em;
}
#snav > ul .menu .menu_inner li span {
  padding-left: 5px;
}
#snav > ul .menu a {
  color: #fff;
}

/* --------------------------------------------
* 　スマホメニュー
* -------------------------------------------- */
.spMenu__toggle {
  position: absolute;
  top: -200px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:checked ~ .spMenu__wrapper__toggle:focus ~ .spMenu__hamburger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::before {
  top: 50%;
  transform: rotate(45deg);
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::after {
  top: 50%;
  transform: rotate(-45deg);
}
.spMenu__hamburger {
  width: 36px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.spMenu__hamburgerLine {
  display: block;
  width: 36px;
  height: 2px;
  background: #80BC4B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hamburgerLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #80BC4B;
}
.spMenu__hamburgerLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #80BC4B;
}
.spMenu__wrapper {
  display: none;
  overflow-y: scroll;
  height: calc(100vh - 65px);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 25px 4%;
  background: #fff;
}

.mainSpMenu__list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mainSpMenu__item {
  border-bottom: 1px dotted #666666;
}
.mainSpMenu__link {
  display: block;
  padding: 0.8em 3px;
}

.SpMenu {
  max-width: 1200px;
  border-bottom: 2px solid #d0d0d0;
}

.SpMenu summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.8em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.SpMenu summary::-webkit-details-marker {
  display: none;
}

.SpMenu summary::before,
.SpMenu summary::after {
  width: 3px;
  height: 0.9em;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.SpMenu summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.SpMenu summary::after {
  transition: rotate 0.3s;
}

.SpMenu[open] summary::after {
  rotate: 90deg;
}

.SpMenu p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.SpMenu[open] p {
  transform: none;
  opacity: 1;
}

.subSpMenu__inner {
  background-color: #F7FFE5;
  padding: 0.2em 2em 0.4em;
}
.subSpMenu__item {
  display: block;
  padding: 0.2em 0;
}
.subSpMenu__item i {
  margin-right: 10px;
}

/* --------------------------------------------
 * 　TELリンク
 * -------------------------------------------- */
.telContnt__catch {
  font-size: 1.125rem;
  color: #80BC4B;
  text-align: center;
}
.telContnt__inner {
  position: relative;
  background: #fff;
}
.telContnt__area {
  display: block;
  font-size: 1.125rem;
  margin: 20px 10px;
  background-color: #80BC4B;
  border-radius: 50px;
  padding: 0.5em 0.3em 0.5em;
  align-items: center;
}
.telContnt__area a {
  text-decoration: none;
}
.telContnt__name {
  position: relative;
  display: flex;
  justify-content: space-around;
  color: #fff;
}
.telContnt__img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  top: 20%;
  left: 30%;
  margin: 0 20px;
}
.telContnt__img2 {
  position: absolute;
  top: 20%;
  left: 35%;
  margin: 0 20px;
}
.telContnt__lead {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
}

/* --------------------------------------------
 * 　main
 * -------------------------------------------- */
@media screen and (max-width: 1200px) {
  .toppageMain {
    margin-top: 65px;
  }
}

/* --------------------------------------------
* 　キーヴィジュアル
* -------------------------------------------- */
.keyVisual {
  z-index: 1;
  position: relative;
  width: 100%;
}
.keyVisual__textArea {
  z-index: 2;
  position: absolute;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.7843137255);
  border-radius: 25px;
  text-align: center;
  top: 40vh;
  left: 55vw;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .keyVisual__textArea {
    top: 42vh;
    left: 60vw;
  }
}
@media screen and (max-width: 960px) {
  .keyVisual__textArea {
    top: 42vh;
    left: 58vw;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__textArea {
    top: 30vh;
    left: 13vw;
  }
}
.keyVisual__catch {
  font-size: 1.5rem;
  font-weight: 600;
  color: #096C6A;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .keyVisual__catch {
    font-size: 1.25rem;
    font-weight: 600;
    color: #096C6A;
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  .keyVisual__catch {
    font-size: 1.25rem;
    font-weight: 600;
    color: #096C6A;
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__catch {
    font-size: 1rem;
    font-weight: 600;
    color: #096C6A;
    margin-bottom: 0.875rem;
  }
}
.keyVisual__lead {
  font-size: 1.125rem;
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .keyVisual__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .keyVisual__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__lead {
    font-size: 1rem;
  }
}
.keyVisual__subcatch {
  font-size: 1.25rem;
  font-weight: 600;
  color: #EC5534;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .keyVisual__subcatch {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .keyVisual__subcatch {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__subcatch {
    font-size: 1rem;
  }
}
.keyVisual__tel {
  font-size: 1.5rem;
  font-weight: bold;
  color: #80BC4B;
}
@media screen and (max-width: 1200px) {
  .keyVisual__tel {
    font-size: 1rem;
    font-weight: bold;
    color: #80BC4B;
  }
}
@media screen and (max-width: 960px) {
  .keyVisual__tel {
    font-size: 1rem;
    font-weight: bold;
    color: #80BC4B;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__tel {
    font-size: 1rem;
    font-weight: bold;
    color: #80BC4B;
  }
}

.keyVisual img {
  width: 100%;
  height: calc(100vh - 130px);
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------
 * 　スワイパー(mainvisual)
 * -------------------------------------------- */
/* スワイパー画面の拡張幅 */
.swiper-slide img {
  transform: scale(1);
  /*スワイパーの切り替え速度と自動再生の停止時間を合計した秒数に設定する*/
  transition: 10s;
}

.swiper-slide-active img {
  transform: scale(1);
}

/* --------------------------------------------
 * 　TEL
 * -------------------------------------------- */
.telBlock {
  margin: 20px 0;
}

/* --------------------------------------------
 * 　メッセージ
 * -------------------------------------------- */
.topUnder {
  background-image: url(../img/topbg2.jpg);
  background-size: cover;
  height: 150px;
  text-align: center;
  padding: 50px 0;
}
.topUnder__text {
  font-size: 1.75rem;
  font-weight: bold;
  color: #80BC4B;
}
@media screen and (max-width: 1200px) {
  .topUnder__text {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
* 　インフォメーション
* -------------------------------------------- */
.infoBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .infoBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　インフォメーション2
 * -------------------------------------------- */
.infoBlock2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .infoBlock2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　カード
 * -------------------------------------------- */
.cards {
  display: flex;
  align-items: flex-start;
  margin-bottom: -30px;
}
@media screen and (max-width: 960px) {
  .cards {
    display: block;
  }
}

.cards_col4 .cards__item {
  width: calc((100% - 80px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.cards_col4 .cards__item:nth-child(4n) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
  height: 100%;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__link:hover .card__arrow {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.card__link > *:last-child {
  margin-bottom: 0;
}
.card__imgWrapper {
  width: 100%;
}
.card__img {
  max-width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 200px;
}
.card__bacground {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 20px 20px 20px;
}
.card__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.card__title {
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3em;
  margin-bottom: 10px;
}
.card__title2 {
  text-align: left;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3em;
  margin-bottom: 10px;
}
.card__title2 i {
  margin-right: 16px;
  font-size: 1.125em;
}
.card__description {
  color: #666;
  font-size: 1rem;
  margin: auto;
}
.card__arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.card__link:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.subCard {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .subCard {
    margin-top: 0;
  }
}
.subCard__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
}
.subCard__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  width: 350px;
  padding: 40px 20px 20px 20px;
  box-shadow: 10px 5px 5px #d0d0d0;
}
.subCard__icon {
  width: 60px;
  height: 60px;
}
.subCard__title {
  font-size: 1.125em;
  font-weight: bold;
}

/* --------------------------------------------
* 　 新着情報
* -------------------------------------------- */
.newsBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .newsBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.newsBlock__heading {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .newsBlock__heading {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.newsBlock .newsContent__tab {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.newsBlock .newsContent__tab li {
  width: 240px;
  text-align: center;
  color: #096C6A;
  border: 1px solid #096C6A;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .newsBlock .newsContent__tab li {
    font-size: 0.875rem;
    padding: 1px 3px;
    margin-right: 2px;
  }
  .newsBlock .newsContent__tab li:last-child {
    margin-right: 0;
  }
}
.newsBlock .newsContent__tab li.selected {
  background-color: #096C6A;
  color: white;
}

.tab-content .tab-pane {
  display: none;
  padding: 20px;
}

.tab-content .tab-pane.selected {
  display: block;
}

.category__list {
  width: auto;
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.category__item {
  width: 250px;
  margin-right: 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .category__item {
    width: 80px;
    font-size: 0.875rem;
  }
}
.category__item a {
  color: #fff;
}
.category__item2 {
  width: 250px;
  margin-right: 20px;
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  color: #096C6A;
  background: #fff;
  border: 1px solid #2BB7B3;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .category__item2 {
    width: 80px;
    margin-right: 10px;
    padding: 0.1em 0.4em 0.1em;
  }
}
.category__item2:hover {
  background: #096C6A;
}
.category__item2 a {
  color: #096C6A;
}
.category__item2 a:hover {
  color: #fff;
}

.newsList {
  list-style: none;
}
.newsList__link {
  display: flex;
  align-items: flex-start;
  padding: 0.8em 2px 0.3em;
  border-bottom: 1px dotted #a5a5a5;
}
@media screen and (max-width: 767px) {
  .newsList__link {
    flex-wrap: wrap;
  }
}
.newsList__link:hover .newsList__title {
  text-decoration: underline;
}
.newsList__date {
  margin-right: 25px;
}
.newsList__label {
  margin-right: 10px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .newsList__label {
    margin-right: 0;
  }
}
.newsList__title {
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsList__title {
    width: 100%;
  }
}
.newsList__cat {
  margin-bottom: 3px;
  margin-right: 15px;
  display: inline-block;
}
.newsList__cat span {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 3px 16px 1px;
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .newsList__cat span {
    padding: 2px 5px 1px;
  }
}
.newsList__cat span.hospital {
  background: #80BC4B;
  color: #fff;
}
.newsList__cat span.medical {
  background: #EC5534;
  color: #fff;
}
.newsList__cat span.system {
  background: #AD630B;
  color: #fff;
}
.newsList__button {
  margin-top: 60px;
}

.button3 a {
  background: linear-gradient(to right, rgba(22, 102, 101, 0.7529411765), #096C6A);
  border: 2px solid #096C6A;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button3 a:after {
  position: absolute;
  font-size: 2em;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.button3 a:hover {
  background: #fff;
  color: #096C6A;
}

/* --------------------------------------------
 * 　 ガイダンス
 * -------------------------------------------- */
.guidanceBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .guidanceBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.guidanceBlock__imgArea {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  box-shadow: 5px 5px 5px #CFC7C0;
}
.guidanceBlock__textArea {
  background-color: #fff;
  padding: 50px 70px;
}
@media screen and (max-width: 960px) {
  .guidanceBlock__textArea {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .guidanceBlock__textArea {
    padding: 20px 10px;
  }
}
.guidanceBlock__header {
  text-align: center;
  font-size: 1.75rem;
  color: #80BC4B;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .guidanceBlock__header {
    font-size: 1.25rem;
  }
}
.guidanceBlock__text {
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.guidanceBlock__text2 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.guidanceBlock__list {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.guidanceBlock__item {
  font-size: 1.25rem;
  padding-left: 36px;
  position: relative;
  list-style: none;
}
.guidanceBlock__item::before {
  content: "●";
  color: #80BC4B;
  position: absolute;
  left: 0px;
  top: 0px;
}
.guidanceBlock__name {
  text-align: right;
  font-size: 1.25rem;
  color: #80BC4B;
  line-height: 0.4;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .guidanceBlock__name {
    font-size: 1rem;
  }
}
.guidanceBlock__dl {
  font-size: 1.375rem;
  color: #0778FD;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .guidanceBlock__dl {
    font-size: 1.25rem;
  }
}

.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #CFC7C0;
}
@media screen and (max-width: 960px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
  .cards_col3 .cards__item:last-child {
    margin-bottom: 0;
  }
}
.cards_col3 .cards__item:nth-child(3n) {
  margin-right: 0;
}

/* --------------------------------------------
 * 　 特徴
 * -------------------------------------------- */
.featuresBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .featuresBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.featuresBlock__heading {
  margin-bottom: 64px;
}

/* --------------------------------------------
 * 　 アクセス
 * -------------------------------------------- */
.accessBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .accessBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.accessBlock__heading {
  margin-bottom: 64px;
}
.accessBlock__title {
  display: flex;
  font-size: 1.25rem;
  vertical-align: middle;
  margin-bottom: 30px;
}
.accessBlock__title h3 {
  font-weight: bold;
}
.accessBlock__icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.accessBlock__map {
  width: 100%;
}
.accessBlock__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 15px;
}
.accessBlock__item {
  width: 350px;
  padding: 20px;
}

/* --------------------------------------------
 * 　 バナー
 * -------------------------------------------- */
.bannerBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .bannerBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bannerBlock__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.bannerBlock__banner {
  width: 518px;
}

/* --------------------------------------------
* 　 フッター
* -------------------------------------------- */
.footer {
  position: relative;
  background: url("../img/green_bg011.jpg") center/cover no-repeat;
  height: 600px;
}
.footer__sitemap {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__container {
  display: flex;
  justify-content: center;
}
.footer__list {
  display: flex;
  list-style: none;
}
.footer__item {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  font-size: 1rem;
  text-align: left;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.footer__list2 {
  list-style: none;
  position: absolute;
  padding-top: 16px;
}
.footer__link {
  display: block;
  color: #fff;
  font-weight: bold;
}
.footer__item2 {
  font-size: 0.875rem;
  color: #fff;
}
.footer__item2 i {
  margin-right: 8px;
}
.footer__link2 {
  display: block;
  color: #fff;
}
.footer_info {
  display: block;
}
.footer__list3 {
  list-style: none;
}
.footer__link3 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.subfooter {
  padding-top: 20px;
}
.subfooter__container {
  position: absolute;
  top: 210%;
  left: 20%;
  display: flex;
  justify-content: center;
}
.subfooter__left {
  display: flex;
  margin-right: 40px;
}
.subfooter__logo {
  width: 100px;
  height: 60px;
  margin-right: 20px;
}
.subfooter__textArea {
  display: block;
  color: #fff;
}
.subfooter__text1 {
  font-size: 1rem;
  color: #fff;
}
.subfooter__text2 {
  font-size: 1.5rem;
  color: #fff;
}
.subfooter__right {
  display: block;
  color: #fff;
}
.subfooter__tel {
  color: #fff;
}
.subfooter__copyright {
  position: absolute;
  bottom: 5px;
  left: 40%;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

/* --------------------------------------------
 * 　 フッターsp
 * -------------------------------------------- */
.spFooterBlock {
  margin-top: 40px;
  background: #80bc4b;
}
.spFooterBlock__container {
  text-align: center;
}
.spFooterBlock__logoArea {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.spFooterBlock__logo {
  width: 100px;
  height: 60px;
}
.spFooterBlock__text1 {
  font-size: 1rem;
  color: #fff;
}
.spFooterBlock__text2 {
  font-size: 1.5rem;
  color: #fff;
}
.spFooterBlock__tel {
  font-size: 0.75rem;
  color: #fff;
  padding-top: 40px;
}
.spFooterBlock__tel span {
  display: block;
  color: #fff;
}
.spFooterBlock__address {
  font-size: 0.75rem;
  color: #fff;
}
.spFooterBlock__copyright {
  bottom: 5px;
  font-size: 0.75rem;
  color: #fff;
  padding-top: 20px;
}

/* --------------------------------------------
* go_top
* -------------------------------------------- */
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
html {
  scroll-padding-top: 80px;
}
}

#go_top {
  visibility: hidden;
  height: 50px;
  width: 50px;
  background: #fff;
  border: solid 2px #80BC4B;
  border-radius: 50%;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  transition: all ease 0.3s;
}

.go_top__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #80BC4B;
  border-right: 3px solid #80BC4B;
  transform: translateY(20%) rotate(-45deg);
}

#go_top.visible {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------------------
 * 　 サブヘッダー
 * -------------------------------------------- */
.subheaderBlock__img {
  background: url("../img/subheader02.jpg") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.subheaderBlock__title {
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  margin: 50px;
}
@media screen and (max-width: 1200px) {
  .subheaderBlock__title {
    font-size: 1.375rem;
    margin: 30px;
  }
}

/* --------------------------------------------
* 　 目次
* -------------------------------------------- */
.tcontentsBlock {
  margin-bottom: 20px;
}

.tcontentsContainer__list {
  list-style: none;
  margin-bottom: 20px;
}
.tcontentsContainer__link i {
  margin-left: 20px;
  margin-right: 20px;
  color: #80BC4B;
}

/* --------------------------------------------
* 　 当院について　院長あいさつ
* -------------------------------------------- */
.greetContent {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .greetContent {
    flex-direction: column;
  }
}
.greetContent__textArea {
  flex: 1 1 50%;
  margin-left: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .greetContent__textArea {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
}
.greetContent__imgArea {
  flex: 1 1 calc(50% - 40px);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .greetContent__imgArea {
    width: 100%;
    margin-bottom: 15px;
  }
}
.greetContent__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}
.greetContent__text {
  margin-top: 20px;
}

.greetBlock__discription {
  font-size: 1rem;
  color: #333333;
  margin-top: 40px;
  text-indent: 1em;
}

/* --------------------------------------------
 * 　 理念・方針
 * -------------------------------------------- */
.philosophyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .philosophyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.philosophyContent__list {
  list-style: none;
  margin: 12px 0 36px;
}
.philosophyContent__item span i {
  font-size: 1.125rem;
  color: #80BC4B;
}
.philosophyContent__text {
  font-size: 1rem;
  color: #333333;
  text-indent: 2em;
}

/* --------------------------------------------
 * 　 病院の基本方針
 * -------------------------------------------- */
.policyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .policyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.policyContent__text {
  font-size: 1rem;
  color: #333333;
  text-align: right;
}

.accordionsBlock {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .accordionsBlock {
    margin-top: 20px;
  }
}
.accordionsBlock__textArea {
  list-style-position: inside;
  text-align: left;
  text-indent: 1em;
}
.accordionsBlock__textArea2 {
  padding-left: 2em;
}
.accordionsBlock__text {
  text-indent: 0;
}
.accordionsBlock__text2 {
  text-indent: -2em;
  padding-left: 2em;
}
.accordionsBlock__list {
  padding: 0 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .accordionsBlock__list {
    padding: 0 10px 0 10px;
  }
}
.accordionsBlock__item {
  padding-left: 20px;
  position: relative;
  list-style: none;
}
.accordionsBlock__item::before {
  content: "●";
  color: #80BC4B;
  position: absolute;
  left: 0px;
  top: 0px;
}

.accordionContent__heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
  margin-left: 20px;
}
.accordionContent__right {
  text-align: right;
}

.historyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .historyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.historyContent__heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}

.guidelineBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .guidelineBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.guidelineBlock__dl {
  font-size: 1.125rem;
  color: #0778FD;
  text-decoration: underline;
  display: inline-block;
  padding-top: 30px;
}
.guidelineBlock__img {
  margin-right: 10px;
  margin-bottom: 3px;
  align-items: center;
}

.floorBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .floorBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.floorContent__inner {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .floorContent__inner {
    flex-direction: column;
  }
}
.floorContent__table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #666666;
  background: #fff;
}
.floorContent__table th, .floorContent__table td {
  border: 1px solid #666666;
  padding: 8px;
  text-align: left;
}
.floorContent__table tr:hover {
  background: rgba(225, 147, 168, 0.4392156863);
}

#leftPanel {
  width: 300px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  #leftPanel {
    width: 100%;
  }
}

#rightPanel {
  flex: 1;
  padding: 20px;
}

.floorLink {
  cursor: pointer;
  display: block;
  color: #333;
  font-weight: bold;
}
.floorLink span {
  font-weight: normal;
  color: #333;
}

#floorMap {
  display: none;
}

.access2Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .access2Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.access2Content__map {
  margin-top: 40px;
}

/* --------------------------------------------
 * 　 ご来院される方へ（外来）
 * -------------------------------------------- */
.buttonContent__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .buttonContent__inner {
    display: block;
  }
}
.buttonContent__button1 {
  width: 360px;
  padding: 1.5em 2em 1.5em 2em;
  margin-right: 40px;
  font-size: 1.75rem;
  border: 1px solid #1FC2D3;
  border-radius: 10px;
  background-color: #1FC2D3;
  color: #fff;
}
.buttonContent__button1 i {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .buttonContent__button1 {
    font-size: 1.375rem;
    margin-right: 0;
    margin-bottom: 20px;
    width: 96%;
  }
}
.buttonContent__button2 {
  padding: 1.5em 2em 1.5em 2em;
  width: 360px;
  font-size: 1.75rem;
  border: 1px solid #1FC2D3;
  border-radius: 10px;
  background-color: #fff;
  color: #1FC2D3;
  cursor: pointer;
}
.buttonContent__button2 i {
  margin-right: 10px;
}
.buttonContent__button2:hover {
  background-color: #1FC2D3;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .buttonContent__button2 {
    font-size: 1.375rem;
    width: 96%;
  }
}
.buttonContent__button3 {
  padding: 1.5em 2em 1.5em 2em;
  margin-right: 40px;
  width: 360px;
  font-size: 1.75rem;
  border: 1px solid #1FC2D3;
  border-radius: 10px;
  background-color: #fff;
  color: #1FC2D3;
  cursor: pointer;
}
.buttonContent__button3 i {
  margin-right: 10px;
}
.buttonContent__button3:hover {
  background-color: #1FC2D3;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .buttonContent__button3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
    margin-right: 0;
    width: 96%;
  }
}
.buttonContent__button4 {
  width: 360px;
  padding: 1.5em 2em 1.5em 2em;
  font-size: 1.75rem;
  border: 1px solid #1FC2D3;
  border-radius: 10px;
  background-color: #1FC2D3;
  color: #fff;
}
.buttonContent__button4 i {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .buttonContent__button4 {
    font-size: 1.375rem;
    width: 96%;
  }
}

.firstBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .firstBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.firstBlock__discription {
  margin-top: 40px;
  text-indent: 1em;
}
.firstBlock__dl {
  color: #1FC2D3;
  text-decoration: underline;
}

.clinicalBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .clinicalBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.clinicalContent__inner {
  margin-top: 40px;
}
.clinicalContent__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.clinicalContent__item {
  font-size: 1.375rem;
  font-weight: bold;
  border: 2px solid #1FC2D3;
  border-radius: 10px;
  padding: 0.5em 1em 0.5em;
}

.facilityBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .facilityBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.facilityBlock__title {
  margin-left: 10px;
}

.facilityContent__inner {
  margin-top: 40px;
  display: flex;
  padding: 1.5em 1em 3em;
  background: #C1F4F9;
}
@media screen and (max-width: 960px) {
  .facilityContent__inner {
    display: block;
    padding: 1em 0.5em 2em;
  }
}
.facilityContent__left {
  flex: 1 1 400px;
}
.facilityContent__right {
  flex: 1 1 400px;
}
.facilityContent__list {
  list-style: none;
  margin-top: 30px;
}
.facilityContent__item {
  font-size: 1.125rem;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .facilityContent__item {
    font-size: 1rem;
  }
}
.facilityContent__icon {
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
.facilityContent__icon2 {
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .facilityContent__icon2 {
    width: 20px;
  }
}

.timeBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .timeBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.timeBlock__img {
  margin: 40px 0 40px;
}

.timeContent__list {
  list-style: none;
  margin-bottom: 40px;
  padding: 40px 0 0 0;
}
.timeContent__item {
  font-size: 1.125rem;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}
.timeContent__img {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (max-width: 1200px) {
  .timeContent__img {
    width: 18px;
    height: 18px;
  }
}
.timeContent__dl {
  color: #1FC2D3;
  text-decoration: underline;
}
.timeContent__button {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.timeContent__button i {
  margin-right: 10px;
}

.apoContent__inner {
  border: 2px solid #1FC2D3;
  border-radius: 10px;
  padding: 2em;
}
.apoContent__text {
  text-indent: 1em;
}

/* --------------------------------------------
 * 　 ご来院される方へ（入院）
 * -------------------------------------------- */
.admissBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .admissBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.admissBlock__discription {
  margin-top: 40px;
  text-indent: 1em;
}
.admissBlock__imgArea {
  margin: 40px 0 0 0;
  cursor: pointer;
}

.familyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .familyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.familyBlock__heading {
  margin-bottom: 40px;
}

.familyContent__time {
  margin-top: 40px;
}
.familyContent__visit {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.5em;
}

.sympathyBlock__heading {
  margin-bottom: 40px;
}
.sympathyBlock__description {
  text-indent: 1em;
}

.liquidBlock__heading {
  margin-bottom: 40px;
}

/* --------------------------------------------
 * 　 在宅診療
 * -------------------------------------------- */
.doctorBlock__content {
  display: flex;
}
@media screen and (max-width: 960px) {
  .doctorBlock__content {
    display: block;
  }
}

.doctorContent__textArea {
  flex: 1 1 60%;
  margin-right: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .doctorContent__textArea {
    margin-right: 0;
  }
}
.doctorContent__imgArea {
  flex: 1 1 calc(40% - 40px);
  margin-top: 40px;
}
.doctorContent__description {
  font-size: 1rem;
  color: #666666;
  text-indent: 1em;
}
.doctorContent__name {
  font-size: 1.125rem;
  font-weight: bold;
  -moz-text-align-last: right;
       text-align-last: right;
}

.policyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .policyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.policyContent__list {
  list-style: none;
  margin-bottom: 40px;
  padding: 40px 0 0 0;
}
.policyContent__item {
  display: flex;
  line-height: 2;
}
.policyContent__img {
  margin-right: 10px;
}

.houmonBlock__description {
  font-size: 1rem;
  color: #666666;
  margin-top: 40px;
  text-indent: 1em;
}

.costBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .costBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.costBlock__title {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  padding-top: 30px;
}

.exampleBlock__titleBox {
  background: #DDA0DD;
  text-align: center;
  color: #fff;
  padding: 8px;
}
.exampleBlock__titledate {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  margin-top: 40px;
  -moz-text-align-last: right;
       text-align-last: right;
}

.exampleTable {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.exampleTable__td, .exampleTable th {
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
}
.exampleTable__th {
  background: #F4B9CF;
  font-size: 1.125rem;
  color: #333333;
}
.exampleTable__th2 {
  background: #F7FFE5;
  font-size: 1.125rem;
  color: #333333;
  vertical-align: middle;
}

.appliBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .appliBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.costContent__title {
  margin-top: 24px;
  font-size: 1.25rem;
  color: #666666;
}
.costContent__telBox {
  display: flex;
  margin-top: 24px;
}
.costContent__tel {
  margin-right: 50px;
  font-size: 1.25rem;
  color: #333333;
}
.costContent__note {
  margin-top: 24px;
  font-size: 1.25rem;
  color: #666666;
}

.flow2Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flow2Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flow2Block__imgArea {
  width: 100%;
  margin-bottom: 40px;
}
.flow2Block__textArea {
  width: 420px;
  border: 2px solid #DDA0DD;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .flow2Block__textArea {
    font-size: 1rem;
    width: auto;
    text-align: center;
  }
}
.flow2Block__pdfBox {
  margin-top: 40px;
}
.flow2Block__pdf a {
  font-size: 1.125rem;
  color: #0778FD;
  font-weight: bold;
  text-decoration: underline;
}
.flow2Block__img {
  margin-right: 20px;
}

.facilityBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .facilityBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.facilityBlock__title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.facilityBlockTable {
  width: 100%;
  padding-left: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.facilityBlockTable__th, .facilityBlockTable td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 10px;
}
.facilityBlockTable__td2 {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .facilityBlockTable__th, .facilityBlockTable td {
    display: block;
    text-align: left;
  }
}
.facilityBlockTable .divide {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
  border-bottom: none;
  padding-top: 50px;
}

/* --------------------------------------------
 * 　 地域連携
 * -------------------------------------------- */
.alignContent__description {
  margin-top: 30px;
  color: #666666;
  text-indent: 1em;
}

.supportBlock {
  margin-top: 50px;
}

.supportContent__description {
  margin-top: 30px;
  color: #666666;
}
.supportContent__title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
  margin: 50px 0;
}

.homeBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .homeBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.homeBlock__text {
  margin: 30px 0;
  color: #666666;
  text-indent: 2em;
}

.adjustBlock__description {
  margin-top: 30px;
  color: #666666;
  text-indent: 1em;
}

.dischargeBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .dischargeBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.dischargeBlock__text {
  text-indent: 1em;
}

.dischargeContent__imgArea {
  margin-top: 30px;
}

.discharge1Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .discharge1Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.discharge1Block .pageContent2heading {
  margin-bottom: 30px;
}
.discharge1Block__box {
  border: 2px solid #40E0D0;
  border-radius: 8px;
  padding: 10px;
}

.discharge2Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .discharge2Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.discharge2Block__text {
  text-indent: 1em;
}
.discharge2Block .pageContent2heading {
  margin-bottom: 30px;
}
.discharge2Block__box {
  border: 2px solid #40E0D0;
  border-radius: 8px;
  padding: 10px;
}

/* --------------------------------------------
* 　 医療関係者の皆様へ
* -------------------------------------------- */
.subjectBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .subjectBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.subjectBlock__text {
  color: #666666;
  margin-top: 30px;
  text-indent: 1em;
}

.operationBlock {
  margin-bottom: 40px;
}
.operationBlock .rest {
  margin-bottom: 30px;
}

.inspeBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .inspeBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.inspeBlock__heading {
  margin-bottom: 40px;
}
.inspeBlock__imgArea {
  margin-bottom: 60px;
}

.inspeContent__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inspeContent__inner {
    display: block;
    gap: 0;
  }
}
.inspeContent__box {
  width: 380px;
  background: #C1F4F9;
  padding: 40px 60px;
  border-radius: 8px;
  box-shadow: 10px 5px 5px rgb(197, 195, 195);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .inspeContent__box {
    margin-bottom: 30px;
    padding: 20px 20px;
    width: auto;
    pointer-events: auto;
  }
}
.inspeContent__boad {
  font-size: 1.5rem;
  font-weight: bold;
  background: #2C4CF2;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.inspeContent__text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}
.inspeContent__tel {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2C4CF2;
}
.inspeContent__note {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  margin-top: 16px;
}

.resultBlock__note {
  font-size: 1rem;
  color: #666666;
  margin-top: 24px;
  text-indent: 1em;
}
.resultBlock span {
  color: #EC5534;
}

.nutriBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .nutriBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.nutriBlock__link {
  text-decoration: underline;
  color: #2C4CF2;
  margin: 0 20px;
}
.nutriBlock__note {
  font-size: 1rem;
  color: #666666;
  margin: 24px 0;
  text-indent: 1em;
}
.nutriBlock__note2 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  margin-top: 16px;
  padding-bottom: 40px;
}

.introBlock__heading {
  margin-bottom: 30px;
}
.introBlock__description {
  font-size: 1rem;
  color: #666666;
  text-indent: 1em;
}
.introBlock__note {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  margin-top: 16px;
  padding-bottom: 40px;
}

.purposeBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .purposeBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.purposeBlock__description {
  font-size: 1rem;
  color: #666666;
  margin-top: 40px;
  text-indent: 1em;
}
.purposeBlock span {
  font-size: 1rem;
  color: #EC5534;
}

.purposeContent__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .purposeContent__inner {
    display: block;
    gap: 0;
  }
}
.purposeContent__box {
  width: 380px;
  background: #FFDD95;
  padding: 40px 60px;
  border-radius: 8px;
  box-shadow: 10px 5px 5px rgb(197, 195, 195);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .purposeContent__box {
    margin-bottom: 30px;
    padding: 20px 20px;
    width: auto;
    pointer-events: auto;
  }
}
.purposeContent__boad {
  font-size: 1.5rem;
  font-weight: bold;
  background: #AD630B;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.purposeContent__text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}
.purposeContent__tel {
  font-size: 1.25rem;
  font-weight: bold;
  color: #AD630B;
}
.purposeContent__note {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  margin-top: 16px;
}

/* --------------------------------------------
* 　 採用情報
* -------------------------------------------- */
.recruitBlock .heading__maintext {
  margin-bottom: 24px;
}
.recruitBlock__imgArea {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .recruitBlock__imgArea {
    margin: 48px 0;
  }
}
.recruitBlock__text {
  font-size: 1.125rem;
}

.nurseBlock .heading__maintext {
  margin-bottom: 24px;
}
.nurseBlock__text {
  font-size: 1.125rem;
}

.kenwaBlock .heading__maintext {
  margin-bottom: 24px;
}
.kenwaBlock__text {
  font-size: 1.125rem;
}

/* --------------------------------------------
* 　 看護部
* -------------------------------------------- */
.blogBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .blogBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blogBlock__imgArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogBlock .heading__maintext {
  font-weight: 600;
}
.blogBlock__heading {
  margin-bottom: 40px;
}
.blogBlock__description {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blogBlock__description {
    font-size: 1.125rem;
  }
}

.planBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .planBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.planBlock .heading__maintext {
  font-weight: 600;
}
.planBlock__heading {
  margin-bottom: 40px;
}
.planBlock .kango__text {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .planBlock .kango__text {
    font-size: 1.125rem;
  }
}

.planContent__box {
  position: relative;
  background: #FFBBDD;
  padding: 4em 2em;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .planContent__box {
    padding: 4em 1em 2em;
  }
}
.planContent__box2 {
  position: relative;
  background: #F7E5B6;
  padding: 4em 2em;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .planContent__box2 {
    padding: 4em 1em 2em;
  }
}
.planContent__box3 {
  position: relative;
  background: #C1F4F9;
  padding: 4em 2em;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .planContent__box3 {
    padding: 4em 1em 2em;
  }
}
.planContent__subtitle {
  font-size: 1.375rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.planContent__name {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: right;
  margin-top: 20px;
  margin-right: 10px;
}
.planContent__board {
  position: absolute;
  margin: -20px 5px;
  z-index: 2;
}
.planContent__board3 {
  position: absolute;
  margin: -80px -25px;
  z-index: 2;
}
.planContent__title {
  position: relative;
  font-size: 1.375rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
}
@media screen and (max-width: 767px) {
  .planContent__title {
    font-size: 1.125rem;
  }
}
.planContent__title::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  content: url(../img/hand.svg);
}
.planContent__title2 {
  position: relative;
  font-size: 1.375rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
}
@media screen and (max-width: 767px) {
  .planContent__title2 {
    font-size: 1.125rem;
  }
}
.planContent__title2::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  width: 15px;
  height: 15px;
  content: "";
  content: url(../img/rainbow.svg);
}
.planContent__title3 {
  position: relative;
  font-size: 1.375rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
}
@media screen and (max-width: 767px) {
  .planContent__title3 {
    font-size: 1.125rem;
  }
}
.planContent__title3::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  content: url(../img/stairs.svg);
}
.planContent__description {
  font-size: 1.125rem;
  color: #333333;
  text-indent: 1em;
}
.planContent__description span {
  font-weight: bold;
}
.planContent__icon {
  position: absolute;
  top: 0;
  right: 50px;
}

.messeBlock2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .messeBlock2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.dlBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .dlBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.dlBlock__inner {
  margin-top: 40px;
}
.dlBlock__text {
  font-size: 1.5rem;
  color: #0778FD;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .dlBlock__text {
    font-size: 1.25rem;
  }
}

.kangoLinkBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .kangoLinkBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.kangoLinkBlock__imgArea {
  margin-top: 40px;
}
.kangoLinkBlock__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .kangoLinkBlock__list {
    flex-direction: column;
    justify-content: center;
  }
}
.kangoLinkBlock__item {
  width: auto;
}
@media screen and (max-width: 767px) {
  .kangoLinkBlock__item {
    justify-content: center;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------
 * 　 お見舞い
 * -------------------------------------------- */
.notesBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .notesBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.notesBlock__title {
  margin-bottom: 40px;
}

.contrainBlock__title {
  margin-bottom: 40px;
}

.mailBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mailBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mailBlock__title {
  text-align: center;
}
.mailBlock__description {
  font-size: 1.125rem;
  color: #666666;
  text-indent: 1em;
  margin-top: 20px;
}
.mailBlock__inner {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.mailBlock__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .mailBlock__table {
    display: block;
  }
}
.mailBlock__td {
  padding: 10px;
  border: 1px solid #ddd;
}
.mailBlock__td textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mailBlock__td {
    display: block;
  }
  .mailBlock__td input {
    width: 100%;
    padding: 10px;
  }
}
.mailBlock__th {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  background: #CFC7C0;
}
.mailBlock__th span {
  color: #fff;
  background: #EC5534;
  padding: 0.2em;
  border-radius: 8px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .mailBlock__th {
    display: block;
    text-align: center;
  }
}
.mailBlock__print {
  background: #F7E5B6;
  padding: 50px 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mailBlock__print {
    display: block;
    padding: 30px 30px;
  }
}
.mailBlock__img {
  width: 100px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .mailBlock__img {
    margin-bottom: 20px;
    width: 40%;
    height: 40%;
  }
}
.mailBlock__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* --------------------------------------------
 * 　 無料低額診療
 * -------------------------------------------- */
.freeBlock__content {
  max-width: 300px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.freeBlock__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #80BC4B;
  padding: 0.5em 1em;
  border-radius: 8px;
}
.freeBlock__description {
  text-indent: 1em;
}
.freeBlock__note {
  font-size: 1.25rem;
  font-weight: bold;
}

/* --------------------------------------------
 * 　 リンク
 * -------------------------------------------- */
.linkMapBlock {
  padding-bottom: 70px;
}
.linkMapBlock__table {
  width: 100%;
}
.linkMapBlock__th {
  padding: 10px;
  background: #f2ddcb;
  text-align: left;
  border: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .linkMapBlock__th {
    display: block;
  }
}
.linkMapBlock__td {
  padding: 10px;
  border: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .linkMapBlock__td {
    display: block;
  }
}

/* --------------------------------------------
* 　健診センター
* -------------------------------------------- */
.kenshinBlock {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gnavi__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.gnavi__lists {
  list-style: none;
  display: flex;
}

.gnavi__list {
  width: 20%;
  height: 80px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  position: relative;
  transition: all 0.3s;
}
.gnavi__list:last-child {
  border-right: 1px solid #ccc;
}
.gnavi__list i {
  margin-left: 5px;
}

.gnavi__list:hover {
  background-color: #F3AA66;
}

.gnavi__list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.gnavi__list:hover::before {
  background-color: #fff;
}

.gnavi__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #F3AA66;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.3s;
}

.gnavi__list:hover a {
  color: #fff;
}

.dropdown__lists {
  display: none;
  list-style: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.gnavi__list:hover .dropdown__lists {
  display: block;
}

.dropdown__list {
  background-color: #d77547;
  height: 50px;
  transition: all 0.3s;
  position: relative;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F3AA66;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list:hover {
  background-color: #a64e2e;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.dropdown__list a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

.dropdown__lists {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.gnavi__list:hover .dropdown__lists {
  visibility: visible;
  opacity: 1;
}

.greeContent__inner {
  background: #F7FFE5;
  padding: 3em;
  border-radius: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .greeContent__inner {
    padding: 1em;
  }
}

.periodBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .periodBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.periodContent__inner {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.periodContent__list {
  list-style: none;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .periodContent__list {
    display: block;
  }
}
.periodContent__container {
  margin-bottom: 30px;
}
.periodContent__item {
  width: 300px;
  padding: 50px 4px;
  border: 2px solid #FEBDB3;
  background: #FBD9D4;
  border-radius: 8px;
  color: #333;
  font-size: 1.375rem;
  text-align: center;
  align-items: center;
  box-shadow: 5px 5px 5px rgb(217, 189, 189);
}
.periodContent__img {
  margin-right: 5px;
}

.checkContent__box {
  display: flex;
  border: 4px solid #F3AA66;
  border-radius: 25px;
  padding: 40px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .checkContent__box {
    display: block;
    padding: 10px 10px;
  }
}
.checkContent__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .checkContent__left {
    width: 100%;
  }
}
.checkContent__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .checkContent__right {
    width: 100%;
  }
}
.checkContent__list {
  list-style: none;
}
.checkContent__item {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #333333;
  opacity: 1;
  cursor: pointer;
}
.checkContent__item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .checkContent__item {
    font-size: 1.125rem;
  }
}
.checkContent__item i {
  color: #F3AA66;
  margin-right: 30px;
}
.checkContent__item__lheight {
  margin-bottom: 5px;
}
.checkContent__item2 {
  display: flex;
  align-items: baseline;
  font-size: 1.25rem;
  color: #333333;
  opacity: 1;
  cursor: pointer;
}
.checkContent__item2:hover {
  opacity: 0.5;
}
.checkContent__item2 > span {
  text-indent: 1em;
}
.checkContent__img {
  margin-right: 20px;
  width: 20px;
}

.courseBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .courseBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.inqBlock__title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.inqBlock__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  padding: 1em 0.5em;
  height: 10vh;
  margin-bottom: 100px;
}
.inqBlock__button:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .inqBlock__button {
    margin-bottom: 50px;
  }
}
.inqBlock__link {
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #F3AA66;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s;
  display: inline-flex;
  cursor: pointer;
  max-width: 400px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .inqBlock__link {
    font-size: 1.125rem;
    padding: 4px 10px;
  }
}
.inqBlock__icon {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .inqBlock__icon {
    font-size: 1.75rem;
  }
}
.inqBlock__text {
  font-weight: 700;
}
.inqBlock__arrow {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .inqBlock__arrow {
    font-size: 1.75rem;
  }
}

/* --------------------------------------------
 * 　健診センター 人間ドック
 * -------------------------------------------- */
.docBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.docBlock__title {
  font-size: 1.375rem;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #F3AA66;
  border-radius: 8px;
  padding: 0.4em 1em;
  margin-bottom: 24px;
}

.docContent__list {
  list-style: none;
}
.docContent__item {
  font-size: 1.25rem;
  color: #666666;
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 10px;
}
.docContent__item::before {
  content: "⚫︎";
  color: #F3AA66;
  margin-right: 5px;
}

.examinBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .examinBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.examinBlock__heading {
  margin-bottom: 30px;
}
.examinBlock__note {
  font-size: 1.125rem;
}
.examinBlock__link {
  color: #0778FD;
  text-decoration: underline;
}

.examinCard__container {
  max-width: 940px;
}
.examinCard__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.examinCard__item {
  width: 300px;
  padding: 10px;
  text-align: center;
  background: rgba(225, 147, 168, 0.4392156863);
  border-radius: 8px;
}
.examinCard__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: auto;
}
.examinCard__description {
  text-align: left;
}
.examinCard__th {
  width: 20%;
}
.examinCard__td {
  -moz-text-align-last: left;
       text-align-last: left;
}

/* --------------------------------------------
* 　健診センター はじめての方へ
* -------------------------------------------- */
.currentBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.currentBlock__table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #666666;
  background: #fff;
}
.currentBlock__table th {
  border: 1px solid #666666;
  padding: 40px;
  font-size: 1.5rem;
  background: rgba(225, 147, 168, 0.4392156863);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .currentBlock__table th {
    display: block;
    font-size: 1.25rem;
    padding: 20px;
  }
}
.currentBlock__table td {
  border: 1px solid #666666;
  padding: 8px 10px 20px;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .currentBlock__table td {
    display: block;
  }
}

.pointBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pointBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.pointBlock__heading {
  margin-bottom: 24px;
}
.pointBlock__title {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* --------------------------------------------
 * 　健診センター 健診コース
 * -------------------------------------------- */
.checkBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.kenshinCard__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.kenshinCard__item {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 20px;
  text-align: center;
  background: #F3AA66;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgb(148, 124, 95);
}
.kenshinCard__item a {
  background: #fff;
  padding: 0.5em;
  color: #666666;
  border-radius: 8px;
  margin-top: 20px;
}
.kenshinCard__item a i {
  margin-left: 20px;
}
.kenshinCard__title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: auto;
}

.optionBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .optionBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.optionBlock__heading {
  margin-bottom: 30px;
}

.kenshinCard2__container {
  max-width: 940px;
}
.kenshinCard2__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.kenshinCard2__item {
  width: 300px;
  padding: 10px;
  text-align: center;
  background: rgba(225, 147, 168, 0.4392156863);
  border-radius: 8px;
}
.kenshinCard2__item:last-child {
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .kenshinCard2__item:last-child {
    margin-right: 0;
  }
}
.kenshinCard2__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: auto;
}
.kenshinCard2__description {
  text-align: left;
}
.kenshinCard2__th {
  width: 20%;
}
.kenshinCard2__td {
  text-align: left;
}

/* --------------------------------------------
 * 　健診センター お申込み・ご予約方法
 * -------------------------------------------- */
.windowBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.windowBlock__text {
  font-size: 1.125rem;
  color: #666666;
  text-indent: 1em;
}

.faxBlock h2 > .small-text {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .faxBlock h2 > .small-text {
    font-size: 0.875rem;
    color: #333333;
    margin-left: 0;
    letter-spacing: -1px;
  }
}
.faxBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.faxBlock__text {
  font-size: 1.125rem;
  color: #666666;
  text-indent: 1em;
  padding-bottom: 24px;
}

.faxContent__inner {
  display: flex;
  justify-content: center;
}
.faxContent__box {
  width: 800px;
  display: flex;
  flex-direction: column;
  background: #FFDD95;
  box-shadow: 10px 5px 5px rgb(197, 195, 195);
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .faxContent__box {
    padding: 20px 30px;
  }
}
.faxContent__title {
  background: #AD630B;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0.2em 1em;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faxContent__title {
    font-size: 1.375rem;
    padding: 0.1em 0.5em;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.faxContent__fax {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #AD630B;
  padding-bottom: 30px;
  pointer-events: none;
}
.faxContent__fax a {
  color: #AD630B;
}
@media screen and (max-width: 767px) {
  .faxContent__fax {
    font-size: 1.375rem;
    padding-bottom: 20px;
    pointer-events: auto;
  }
}
.faxContent__download {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 40px;
}
.faxContent__download a {
  font-size: 1.125rem;
  color: #0778FD;
  text-decoration: underline;
}

.webBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .webBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.webBlock__text {
  font-size: 1.125rem;
  color: #666666;
  text-indent: 1em;
  margin-top: 24px;
}

.webContent__inner {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.webContent__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.webContent__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 20px;
  border: 2px solid #F3AA66;
  border-radius: 8px;
}
.webContent__item a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  width: calc(100% - 10px);
  word-wrap: break-word;
}
.webContent__item i {
  margin-left: auto;
  color: #F3AA66;
}
.webContent__item:last-child {
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .webContent__item:last-child {
    margin-right: 0;
  }
}

/* --------------------------------------------
 * 　健診センター 足立区特定健診、後期高齢者健診
 * -------------------------------------------- */
.adachiBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.adachiBlock__description {
  text-indent: 1em;
  font-size: 1.25rem;
  color: #666666;
}
.adachiBlock__note {
  font-size: 1.25rem;
  padding: 0.1em 0.5em;
  color: #fff;
  background: #FA8072;
  display: inline-block;
  border-radius: 8px;
}

.adachiContent__inner {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adachiContent__inner {
    display: block;
  }
}
.adachiContent__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #F3AA66;
  border-radius: 8px;
  padding: 0.4em 0.8em;
  color: #333333;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .adachiContent__title {
    font-size: 1.375rem;
  }
}
.adachiContent__age {
  font-size: 1.375rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adachiContent__age {
    font-size: 1.25rem;
    text-indent: 1em;
    margin-top: 8px;
  }
}
.adachiContent__link {
  margin-top: 24px;
  font-size: 1.25rem;
  color: #0778FD;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.adachiContent__link a {
  color: #0778FD;
}

.cancerBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cancerBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cancerBlock__heading {
  margin-bottom: 30px;
}
.cancerBlock__description {
  text-indent: 1em;
  font-size: 1.25rem;
  color: #666666;
}

/* --------------------------------------------
* 　健診センター 法令健診（企業健診）
* -------------------------------------------- */
.houreiBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.houreiBlock__description {
  font-size: 1.25rem;
  color: #666666;
  text-indent: 1em;
}
.houreiBlock__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #fea501;
  border-radius: 16px;
  padding: 0.3em 2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .houreiBlock__title {
    font-size: 1.25rem;
  }
}

.houreiContent__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.houreiContent__item {
  width: 300px;
}
.houreiContent__note {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
.houreiContent__icon {
  font-size: 3rem;
  text-align: center;
  color: #fea501;
}
.houreiContent__text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #fea501;
  border-radius: 16px;
  opacity: 1;
  cursor: pointer;
}
.houreiContent__text:hover {
  opacity: 0.5;
}
.houreiContent__text i {
  color: #F3AA66;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .houreiContent__text {
    font-size: 1.25rem;
  }
}

.companyBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .companyBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.companyBlock__heading {
  margin-bottom: 30px;
}
.companyBlock__title {
  text-align: center;
  font-size: 1.5rem;
}
.companyBlock__container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.companyBlock__img {
  display: inline-block;
}
.companyBlock span {
  font-size: 1rem;
  color: #F3AA66;
  padding-left: 20px;
}

/* --------------------------------------------
 * 　健診センター 東京土建健診
 * -------------------------------------------- */
.dokenBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dokenBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}
.dokenBlock__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #BD86FE;
  border-radius: 16px;
  padding: 0.3em 2em;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dokenBlock__title {
    font-size: 1.25rem;
  }
}

.dokenContent__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.dokenContent__item {
  width: 300px;
}
.dokenContent__note {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
.dokenContent__icon {
  font-size: 3rem;
  text-align: center;
  color: #BD86FE;
}
.dokenContent__text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #BD86FE;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .dokenContent__text {
    font-size: 1.25rem;
  }
}

.dokenContent2__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
  gap: 30px;
}
.dokenContent2__pdf {
  width: 450px;
  border: 3px solid #BD86FE;
  border-radius: 10px;
  padding: 0.5em 0.5em 1em;
  text-align: center;
  margin-bottom: 30px;
}
.dokenContent2__pdf a {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
}
.dokenContent2__link {
  text-align: center;
  margin-top: 40px;
}
.dokenContent2__link a {
  font-size: 1.25rem;
  color: #0778FD;
  text-decoration: underline;
}

.toudoBlock__container {
  margin-top: 30px;
}

/* --------------------------------------------
* 　健診センター 協会けんぽ健診
* -------------------------------------------- */
.kenpoBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.kenpoBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}
.kenpoBlock__link {
  font-size: 1.125rem;
  color: #0778FD;
  text-decoration: underline;
}
.kenpoBlock__link a {
  color: #0778FD;
}
.kenpoBlock__img {
  width: 100%;
  margin-top: 70px;
}

.kenpoContent__inner {
  border: 4px solid #fea501;
  border-radius: 16px;
  padding: 10px;
}
.kenpoContent__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.kenpoContent__item {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .kenpoContent__item {
    width: 300px;
    margin-bottom: 30px;
  }
}
.kenpoContent__note {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
.kenpoContent__icon {
  font-size: 2.5rem;
  text-align: center;
  color: #fea501;
}
.kenpoContent__text {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 2px 16px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #fea501;
  border-radius: 16px;
}
.kenpoContent__title {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 2px 16px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #fea501;
  border-radius: 16px;
}
.kenpoContent__title2 {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 3px 8px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #fea501;
  border-radius: 16px;
}
.kenpoContent__age {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  flex-wrap: wrap;
}
.kenpoContent__age span {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .kenpoContent__age span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .kenpoContent__age {
    font-size: 1.75rem;
  }
}
.kenpoContent__note {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #666666;
}

.kyoukaiBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .kyoukaiBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.kyoukaiBlock__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 20px 0 20px 20px;
  border: 2px solid #F3AA66;
  border-radius: 8px;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}
.kyoukaiBlock__button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .kyoukaiBlock__button {
    width: 100%;
    max-width: none;
  }
}
.kyoukaiBlock__button a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .kyoukaiBlock__button a {
    font-size: 1rem;
  }
}
.kyoukaiBlock__button i {
  margin-left: 0.5em;
  color: #F3AA66;
}

/* --------------------------------------------
 * 　健診センター 東京薬業健康保険組合（薬業）健診
 * -------------------------------------------- */
.yakugyouBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.yakugyouBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}

.touyakuBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .touyakuBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.touyakuBlock__container {
  max-width: 940px;
  padding: 50px 0;
}

/* --------------------------------------------
* 　健診センター 友の会見しん
* -------------------------------------------- */
.tomonokaiBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tomonokaiBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}
.tomonokaiBlock__img {
  margin-top: 64px;
  margin-bottom: 40px;
}
.tomonokaiBlock__imgArea {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.tomonokaiBlock__right:hover {
  opacity: 0.5;
}
.tomonokaiBlock__dl {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 30px;
}
.tomonokaiBlock__dl a {
  text-decoration: underline;
  color: #0778FD;
}
@media screen and (max-width: 767px) {
  .tomonokaiBlock__dl {
    margin-top: 30px;
  }
}

/* --------------------------------------------
* 　健診センター 脳ドック・肺がん検診（CT）・
メタボ診断（内臓CT）単独
* -------------------------------------------- */
.ctBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ctBlock__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.ctBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}

.ctContent__container {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .ctContent__container {
    display: block;
  }
}
.ctContent__left {
  flex: 1 1 400px;
}
.ctContent__right {
  flex: 1 1 400px;
}
.ctContent__list {
  list-style: none;
  margin-top: 20px;
}
.ctContent__item {
  font-size: 1.125rem;
  color: #666666;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .ctContent__item {
    font-size: 1rem;
  }
}
.ctContent__icon {
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .ctContent__img {
    margin-top: 20px;
  }
}

.mrBlock__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mrBlock__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.mrBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}

.mrContent__container {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .mrContent__container {
    display: block;
  }
}
.mrContent__left {
  flex: 1 1 400px;
}
.mrContent__right {
  flex: 1 1 400px;
}
.mrContent__list {
  list-style: none;
  margin-top: 30px;
}
.mrContent__item {
  font-size: 1.125rem;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .mrContent__item {
    font-size: 1rem;
  }
}
.mrContent__icon {
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .mrContent__img {
    margin-top: 20px;
  }
}
.mrContent__banner {
  margin-top: 20px;
}

.lungBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lungBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lungBlock__heading {
  margin-bottom: 30px;
}
.lungBlock__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
  padding-bottom: 20px;
}

.metaboBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .metaboBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.metaboBlock__heading {
  margin-bottom: 30px;
}

/* --------------------------------------------
 * 　健診センター 乳がん・子宮がん検診 
 * -------------------------------------------- */
.manmoBlock {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .manmoBlock {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .manmoBlock {
    margin-top: 10px;
  }
}

.manmoContent__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .manmoContent__list {
    justify-content: center;
  }
}
.manmoContent__item {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .manmoContent__item {
    max-width: 380px;
  }
}
.manmoContent__note {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
.manmoContent__icon {
  font-size: 3rem;
  text-align: center;
  color: #fea501;
}
.manmoContent__text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  border: 4px solid #fea501;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .manmoContent__text {
    font-size: 1.25rem;
  }
}

.manmo2Block__heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.manmo2Block__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
  padding: 30px 0;
}
.manmo2Block__imgArea {
  margin: 50px 0;
}
.manmo2Block__description {
  text-indent: 1em;
  font-size: 1, 125rem;
  color: #666666;
}
.manmo2Block__img {
  margin-bottom: 10px;
}

.manmo3Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .manmo3Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.manmo3Block__heading {
  margin-bottom: 30px;
}
.manmo3Block__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}

.manmo4Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .manmo4Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.manmo4Block__heading {
  margin-bottom: 30px;
}
.manmo4Block__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
}
.manmo4Block__link {
  text-decoration: underline;
  color: #0778FD;
}
.manmo4Block__banner {
  margin-top: 30px;
}

.manmo5Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .manmo5Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.manmo5Block__heading {
  margin-bottom: 30px;
}
.manmo5Block__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 30px;
}

.manmo6Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .manmo6Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.manmo6Block__heading {
  margin-bottom: 30px;
}
.manmo6Block__description {
  text-indent: 1em;
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 30px;
}
.manmo6Block__banner {
  margin: 30px 0;
}

/* --------------------------------------------
* 　健診センター　足立健康友の会
* -------------------------------------------- */
.benefitBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .benefitBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.benefitBlock__heading {
  margin-bottom: 30px;
}
.benefitBlock__description {
  font-size: 1.125rem;
  color: #666666;
  text-indent: 1em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.benefitContent__container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .benefitContent__container {
    display: block;
  }
}
.benefitContent__left {
  flex: 1 400px;
  font-size: 1.125rem;
  color: #666666;
}
.benefitContent__right {
  flex: 1 400px;
  font-size: 1.25rem;
  text-align: right;
  align-self: flex-end;
}
.benefitContent__right a {
  text-decoration: underline;
  color: #0778FD;
}
@media screen and (max-width: 767px) {
  .benefitContent__right {
    text-align: left;
    margin-top: 30px;
  }
}

.tomolistBlock__heading {
  margin-bottom: 30px;
}
.tomolistBlock__description {
  font-size: 1.25rem;
  color: #666666;
  text-indent: 1em;
  padding-bottom: 30px;
}

.tomolistContent__list {
  list-style: none;
  margin-bottom: 30px;
}
.tomolistContent__item {
  font-size: 1.125rem;
  color: #666666;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .tomolistContent__item {
    font-size: 1rem;
  }
}
.tomolistContent__icon {
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .tomolistContent__img {
    margin-top: 20px;
  }
}

.tomoappliBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .tomoappliBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tomoappliBlock__heading {
  margin-bottom: 30px;
}
.tomoappliBlock__description {
  font-size: 1.25rem;
  color: #666666;
  text-indent: 1em;
  padding-bottom: 30px;
}
.tomoappliBlock__dl {
  margin-bottom: 30px;
}
.tomoappliBlock__link {
  font-size: 1.25rem;
  text-decoration: underline;
  color: #0778FD;
}

/* --------------------------------------------
* 　健診センター　健康サポート
* -------------------------------------------- */
.support2Block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .support2Block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.support2Block__heading {
  margin-bottom: 30px;
}
.support2Block__description {
  font-size: 1.25rem;
  color: #666666;
  text-indent: 1em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.support2Content__inner {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.support2Content__box {
  width: 800px;
  display: flex;
  flex-direction: column;
  background: #F7FFE5;
  padding: 30px 50px;
  border-radius: 8px;
  box-shadow: 10px 5px 5px rgb(197, 195, 195);
}
@media screen and (max-width: 767px) {
  .support2Content__box {
    padding: 20px 30px;
  }
}
.support2Content__content {
  text-align: center;
}
.support2Content__title {
  background: #F3AA66;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0.2em 2.5em;
  margin-top: 30px;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .support2Content__title {
    font-size: 1.375rem;
    padding: 0.1em 0.5em;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.support2Content__name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.support2Content__tel {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #AD630B;
  padding-bottom: 30px;
  pointer-events: none;
}
.support2Content__tel span {
  font-size: 1.75rem;
  color: #F3AA66;
}
@media screen and (max-width: 767px) {
  .support2Content__tel {
    font-size: 1.375rem;
    padding-bottom: 20px;
    pointer-events: auto;
  }
  .support2Content__tel span {
    font-size: 1.375rem;
    color: #F3AA66;
  }
}

.identBlock__heading {
  margin-bottom: 30px;
}
.identBlock__description {
  font-size: 1.25rem;
  color: #666666;
  text-indent: 1em;
  padding-bottom: 30px;
}
.identBlock__img {
  width: 100%;
}

.alignBlock__heading {
  margin-bottom: 30px;
}
.alignBlock__description {
  font-size: 1.25rem;
  color: #666666;
  padding-top: 30px;
  padding-bottom: 30px;
}

.alignContent__box {
  display: flex;
}
@media screen and (max-width: 960px) {
  .alignContent__box {
    display: block;
  }
}
.alignContent__container-left {
  display: block;
  border: 1px solid #666;
  margin: 60px 0;
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 960px) {
  .alignContent__container-left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.alignContent__container-right {
  display: block;
  border: 1px solid #666;
  margin: 60px 0;
  width: 55%;
  height: 550px;
}
@media screen and (max-width: 960px) {
  .alignContent__container-right {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}
.alignContent__container-right img {
  border-bottom: 0;
}
.alignContent__textArea {
  flex: 1 480px;
}
.alignContent__inner {
  padding-top: 24px;
  text-align: center;
}
.alignContent__title {
  font-size: 1.875rem;
  background: #FA8072;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 2em;
}
@media screen and (max-width: 767px) {
  .alignContent__title {
    font-size: 1.5rem;
    padding: 0.2em 1.5em;
  }
}
.alignContent__title2 {
  font-size: 1.875rem;
  background: #40E0D0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 2em;
}
@media screen and (max-width: 767px) {
  .alignContent__title2 {
    font-size: 1.5rem;
    padding: 0.2em 1.5em;
  }
}
.alignContent__post {
  font-size: 1.375rem;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .alignContent__post {
    font-size: 1.25rem;
  }
}
.alignContent__address {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .alignContent__address {
    font-size: 1.25rem;
  }
}
.alignContent__tel {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .alignContent__tel {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.alignContent__img {
  width: 100%;
}

/* --------------------------------------------
* 　404ページ
* -------------------------------------------- */
.errorBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .errorBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.errorBlock__error {
  text-align: center;
  padding: 50px 0 50px;
}

.custom-title {
  display: inline-block;
  border-bottom: 1px dashed #80BC4B;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-top: 30px;
}

/* --------------------------------------------
 * 　お問合わせ ヘッダー上バナー
 * -------------------------------------------- */
.toiawaseBlock__container {
  text-align: center;
}
.toiawaseBlock__description {
  text-align: center;
}

/* --------------------------------------------
 * 　お問合わせ
 * -------------------------------------------- */
.wpcf7 {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  border-collapse: collapse;
}

@media screen and (max-width: 960px) {
  .wpcf7 table .flexwrap {
    justify-content: flex-start;
  }
}

.wpcf7 table td {
  border: 1px solid #ccc;
  background: rgba(225, 147, 168, 0.4392156863);
}
@media screen and (max-width: 960px) {
  .wpcf7 table td {
    border: 1px solid #ccc !important;
  }
}

.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: rgba(225, 147, 168, 0.4392156863);
  padding: 0 2%;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .wpcf7 table .td_left {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0 3px;
  }
}

.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}
.wpcf7 table .td_right .title {
  color: #333;
}
.wpcf7 table .td_right .caution {
  color: #ef0846;
}
@media screen and (max-width: 960px) {
  .wpcf7 table .td_right {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

span.wpcf7-list-item-label {
  color: #333;
}

.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #f2f1ec;
  border: none;
  outline: none;
}

.wpcf7 tr td .any {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #59c197;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .wpcf7 tr td .any {
    margin-right: 20px;
  }
}

.wpcf7 tr td .required {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #ef0846;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .wpcf7 tr td .required {
    margin-right: 20px;
  }
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 #acceptance {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
  background: url(./../img/ajax-loader.gif) no-repeat center;
  width: 16px;
  height: 36px;
  display: block;
  width: 100%;
}

.wpcf7 form:not([data-status=init]) .wpcf7-response-output {
  font-size: 1.7rem;
  padding: 10px 10px 7px;
  border: 3px solid #ef0846;
}

.wpcf7 form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

.submit_box {
  text-align: center;
  margin: 30px 0 50px;
}

.submit_box .wpcf7-spinner {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.submit_box input[type=submit] {
  background: rgba(225, 147, 168, 0.4392156863);
  border: none;
  border-radius: 20px;
  padding: 15px 15px 15px;
  font-size: 16px;
  color: #333;
  display: inline-block !important;
  width: 100%;
  max-width: 380px;
}

.submit_box input[type=submit]:hover {
  cursor: pointer;
}

.submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}

.address-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* 各行の間隔 */
}

.address-row label {
  margin-right: 10px; /* ラベルとフィールドの間隔 */
}

.date-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* 各行の間隔 */
}

.date-row label {
  margin-right: 10px; /* ラベルとフィールドの間隔 */
}

.input-field {
  flex: 1; /* 残りのスペースをフィールドが占める */
}

.checkbox-row {
  display: block;
  margin-bottom: 10px; /* 各行の間隔を調整 */
}

.checkbox-row input[type=checkbox] {
  margin-right: 20px; /* チェックボックスの間隔 */
  width: 16px;
  height: 20px;
}

.checkbox-label {
  display: flex;
  margin-right: 10px; /* チェックボックスとテキストの間隔を調整 */
}

.checkbox-label input[type=checkbox] {
  vertical-align: middle; /* チェックボックスをテキストの中央に配置 */
}

.checkbox-container div {
  margin-bottom: 10px; /* 各要素の下部のマージン */
  display: block;
}

.checkbox-container input[type=checkbox] {
  display: inline-block;
  vertical-align: middle; /* チェックボックスをラベルの中央に配置 */
}

.checkbox-container label {
  display: inline-block;
  vertical-align: middle; /* ラベルをチェックボックスの中央に配置 */
}

.wpcf7-radio.radioprint .wpcf7-list-item-label {
  display: block;
  width: 80px;
  height: 113px;
  background: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -100%;
}

.radioprint .wpcf7-list-item {
  display: inline-block;
}

.radioprint input[type=radio] {
  height: 20px;
  width: 30px;
}

.radioprint > span:nth-child(1) .wpcf7-list-item-label {
  background-image: url(../img/01.jpg);
}

.radioprint > span:nth-child(2) .wpcf7-list-item-label {
  background-image: url(../img/02.jpg);
}

.radioprint > span:nth-child(3) .wpcf7-list-item-label {
  background-image: url(../img/03.jpg);
}

.radioprint > span:nth-child(4) .wpcf7-list-item-label {
  background-image: url(../img/04.jpg);
}

.gairaiBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .gairaiBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　ジャンプポイント
 * -------------------------------------------- */
.contents {
  padding-top: 65px;
}

.contents__inner {
  padding-top: 65px;
  margin-top: -65px;
}

/* --------------------------------------------
 * 　CTA
 * -------------------------------------------- */
.ctaBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .ctaBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ctaBlock__wrapper {
  display: flex;
}
@media screen and (max-width: 960px) {
  .ctaBlock__wrapper {
    flex-direction: column;
  }
}
.ctaBlock__form {
  display: flex;
  flex-direction: column;
  margin: 3rem;
  width: 400px;
  padding: 20px;
  text-align: center;
  color: #2c2c2c;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #CFC7C0;
  box-shadow: 10px 5px 5px #CFC7C0;
}
.ctaBlock__form :hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .ctaBlock__form {
    margin: 2rem;
    padding: 15px;
    width: auto;
  }
}
.ctaBlock__index {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .ctaBlock__index {
    margin-bottom: 0;
  }
}
.ctaBlock__title_a {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title_a {
    font-size: 1.5rem;
  }
}
.ctaBlock__title_a i.fa-circle {
  margin-right: 10px;
  margin-left: 10px;
  color: #F3AA66;
}
.ctaBlock__title_b {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title_b {
    font-size: 1.5rem;
  }
}
.ctaBlock__title_b i.fa-circle {
  margin-right: 10px;
  margin-left: 10px;
  color: #80BC4B;
}
.ctaBlock__title_c {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title_c {
    font-size: 1.5rem;
  }
}
.ctaBlock__title_c i.fa-circle {
  margin-right: 10px;
  margin-left: 10px;
  color: #F3AA66;
}
.ctaBlock__title_d {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title_d {
    font-size: 1.5rem;
  }
}
.ctaBlock__title_d i.fa-circle {
  margin-right: 10px;
  margin-left: 10px;
  color: #80BC4B;
}
.ctaBlock__title1 {
  font-size: 1.125rem;
  text-align: center;
  color: #FFA500;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title1 {
    margin-bottom: 0;
  }
}
.ctaBlock__title2 {
  font-size: 1.125rem;
  text-align: center;
  color: #80BC4B;
  margin-bottom: 10px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title2 {
    margin-bottom: 0;
  }
}
.ctaBlock__title3 {
  font-size: 1.125rem;
  text-align: center;
  color: #FFA500;
  margin-bottom: 10px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title3 {
    margin-bottom: 0;
  }
}
.ctaBlock__title4 {
  font-size: 1.125rem;
  text-align: center;
  color: #80BC4B;
  margin-bottom: 10px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ctaBlock__title4 {
    margin-bottom: 0;
  }
}
.ctaBlock__formName {
  background: #FFA500;
  padding: 1em;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 20px;
}
.ctaBlock__formName span {
  flex: 1;
}
.ctaBlock__formName i {
  font-size: 1.5rem;
}
.ctaBlock__formName i.fa-envelope {
  margin-right: 20px;
}
.ctaBlock__formName i.fa-chevron-right {
  margin-left: 60px;
}
@media screen and (max-width: 960px) {
  .ctaBlock__formName {
    font-size: 1rem;
    align-items: center;
  }
  .ctaBlock__formName i {
    font-size: 1rem;
  }
  .ctaBlock__formName i.fa-envelope {
    margin-right: 20px;
  }
  .ctaBlock__formName i.fa-chevron-right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .ctaBlock__formName {
    padding: 0.3em;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.ctaBlock__formName2 {
  background: #80BC4B;
  padding: 1em;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 20px;
  pointer-events: none;
}
.ctaBlock__formName2 span {
  flex: 1;
}
.ctaBlock__formName2 i {
  font-size: 1.5rem;
}
.ctaBlock__formName2 i.fa-phone {
  margin-right: 20px;
}
.ctaBlock__formName2 i.fa-chevron-right {
  margin-left: 60px;
}
@media screen and (max-width: 960px) {
  .ctaBlock__formName2 {
    font-size: 1rem;
    align-items: center;
    padding: 0.3em;
    margin-top: 0;
    margin-bottom: 10px;
    pointer-events: auto;
  }
  .ctaBlock__formName2 i {
    font-size: 1rem;
  }
  .ctaBlock__formName2 i.fa-envelope {
    margin-right: 20px;
  }
  .ctaBlock__formName2 i.fa-chevron-right {
    margin-left: 20px;
  }
}
.ctaBlock__formName3 {
  background: #80BC4B;
  padding: 1em;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 20px;
}
.ctaBlock__formName3 span {
  flex: 1;
}
.ctaBlock__formName3 i {
  font-size: 1.5rem;
}
.ctaBlock__formName3 i.fa-envelope {
  margin-right: 20px;
}
.ctaBlock__formName3 i.fa-chevron-right {
  margin-left: 60px;
}
@media screen and (max-width: 960px) {
  .ctaBlock__formName3 {
    font-size: 1rem;
    align-items: center;
    padding: 0.3em;
    margin-top: 0;
    margin-bottom: 10px;
    pointer-events: auto;
  }
  .ctaBlock__formName3 i {
    font-size: 1rem;
  }
  .ctaBlock__formName3 i.fa-envelope {
    margin-right: 20px;
  }
  .ctaBlock__formName3 i.fa-chevron-right {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */