/* 固定ページ共通部分 */
.page_head {
  background-size: 1920px;
  background-position-x: center;
  padding: 134px 0 150px;
  margin: 0 0 100px;
}

.page_title {
  text-align: center;
}

.page_title img {
  width: auto;
}

.archive {
  padding: 0 0 150px;
}

.page_table_caption,
.page_table_caption02 {
  font-size: 18px;
  line-height: 32px;
  margin: 10px 0 0;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .page_head {
    background-size: 160vw;
    padding: 11.167vw 0 12.5vw;
    margin: 0 0 8.333vw;
  }

  .archive {
    padding: 0 0 12.5vw;
  }

  .page_table_caption,
  .page_table_caption02 {
    font-size: 1.5vw;
    line-height: 2.667vw;
    margin: 0.833vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .page_head {
    background-image: unset;
    background-size: unset;
    padding: 0;
    margin: 0 0 10.933vw;
  }

  .page_title img {
    width: 100%;
  }

  .archive {
    padding: 0 0 20vw;
  }

  .page_table_caption {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 4vw;
    margin: 2vw auto 0;
    width: 92.31%;
  }

  .page_table_caption02 {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 4vw;
    margin: 2vw 0 0;
    width: 100%;
  }
}

/* 施設案内ページ */
.page_guide_head {
  background-image: url("../img/guide/guide_title_bg.png");
}

.page_guide_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}

.page_guide_nav_list {
  border-bottom: 4px solid #34a6ef;
  opacity: 1;
  margin: 0 0 40px;
  text-align: center;
  transition: 0.2s;
  width: 23%;
}

.page_guide_nav_list:hover {
  opacity: 0.6;
}

.page_guide_nav_list a {
  color: #34a6ef;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 0 20px;
  position: relative;
}

.page_guide_nav_list a::after {
  border-bottom: 2px solid #34a6ef;
  border-right: 2px solid #34a6ef;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  width: 10px;
}

.page_contents {
  margin: 0 0 150px;
}

.page_heading {
  background-image: url("../img/guide/page_guide_title_bg.jpg");
  background-size: 1200px;
  border-radius: 20px;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 0 26px;
  position: relative;
  margin: 0 0 40px;
  text-align: center;
}

.page_swimming .page_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.page_heading.new::before {
  background-image: url("../img/program/icon_new.png");
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  height: 88px;
  width: 88px;
}

.page_heading.mb_82 {
  margin: 0 0 82px;
}

.page_contents .guidance_use_table_head.adjust_height {
  padding: 30px 0;
}

.page_underlayer .guidance_use_table_head.adjust_height {
  padding: 38px 0;
}

.page_underlayer .guidance_use_table_head.adjust_height02 {
  padding: 7% 0;
}

.page_contents .guidance_use_table_text {
  font-size: 18px;
  line-height: 28px;
}

.page_contents .guidance_use_table_text.d_block,
.page_underlayer .guidance_use_table_text.d_block {
  display: block;
}

.page_contents .guidance_use_table_text .caption {
  font-size: 0.777777em;
  line-height: 0.777777em;
}

.page_guide_floor_map {
  margin: 0 auto;
  width: 91.666666%;
}

.page_guide_floor_map_lists {
  justify-content: space-between;
}

.page_guide_floor_map_list {
  width: 31.694%;
}

.page_contents .container {
  width: 100%;
}

.page_guide_pool_items > li:first-of-type,
.page_guide_pool_items > li:nth-of-type(2) {
  width: 48.334%;
}

.page_guide_contents_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_guide_contents_item {
  cursor: pointer;
  opacity: 1;
  margin: 0 0 50px;
  transition: 0.2s;
  width: 30.834%;
}

.page_guide_contents_item_img {
  margin: 0 0 16px;
}

.page_guide_contents_item_title {
  color: #313131;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  margin: 0 0 6px;
}

.page_guide_contents_item_text {
  color: #313131;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.page_guide_contents_item_text.text_justify {
  text-align: justify;
}

.page_guide_contents_item02 {
  cursor: pointer;
  width: 48.334%;
}

.guide_modal {
  background-color: rgb(0 0 0 / 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  width: 100%;
  z-index: 99999;
}

.guide_modal.is_active {
  opacity: 1;
  visibility: visible;
}

.guide_modal_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1158px;
  width: 96.5%;
}

.guide_modal_close {
  position: absolute;
  top: 40px;
  right: 60px;
  opacity: 1;
  transition: 0.2s;
  width: 34px;
}

.guide_modal_close:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .page_guide_title img {
    width: 53%;
  }

  .page_guide_nav {
    margin: 0 0 3.333vw;
  }

  .page_guide_nav_list {
    border-bottom: 0.333333vw solid #34a6ef;
    margin: 0 0 3.333vw;
  }

  .page_guide_nav_list a {
    font-size: 1.5vw;
    line-height: 2.333vw;
    padding: 0 0 1.667vw;
  }

  .page_guide_nav_list a::after {
    border-bottom: 0.167vw solid #34a6ef;
    border-right: 0.167vw solid #34a6ef;
    height: 0.833vw;
    bottom: 0.833vw;
    width: 0.833vw;
  }

  .page_contents {
    margin: 0 0 12.5vw;
  }

  .page_heading {
    background-size: 100vw;
    border-radius: 1.667vw;
    font-size: 2.5vw;
    line-height: 2vw;
    padding: 1.667vw 0 2.167vw;
    margin: 0 0 3.333vw;
  }

  .page_swimming .page_heading {
    margin: 0 0 1.667vw;
  }

  .page_heading.new::before {
    left: 2.083vw;
    height: 7.333vw;
    width: 7.333vw;
  }

  .page_heading.mb_82 {
    margin: 0 0 6.833vw;
  }

  .page_contents .guidance_use_table_head.adjust_height {
    padding: 3.8vw 0;
  }

  .page_underlayer .guidance_use_table_head.adjust_height {
    padding: 3.167vw 0;
  }

  .page_underlayer .guidance_use_table_head.adjust_height02 {
    padding: 4.667vw 0;
  }

  .page_contents .guidance_use_table_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .page_guide_contents_item {
    margin: 0 0 4.167vw;
  }

  .page_guide_contents_item_img {
    margin: 0 0 1.333vw;
  }

  .page_guide_contents_item_title {
    font-size: 2.5vw;
    line-height: 3.333vw;
    margin: 0 0 0.5vw;
  }

  .page_guide_contents_item_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .guide_modal_close {
    top: 3.333vw;
    right: 5vw;
    width: 2.833vw;
  }
}

@media screen and (max-width: 768px) {
  .page_guide_head {
    background-image: unset;
  }

  .page_guide_title img {
    width: 100%;
  }

  .page_guide_nav {
    margin: 0 0 6.667vw;
  }

  .page_guide_nav_list {
    border-bottom: 0.533vw solid #34a6ef;
    margin: 0 0 6.667vw;
    width: 48%;
  }

  .page_guide_nav_list a {
    font-size: 4.267vw;
    line-height: 2.933vw;
    padding: 0 0 5.6vw;
  }

  .page_guide_nav_list a::after {
    border-bottom: 0.267vw solid #34a6ef;
    border-right: 0.267vw solid #34a6ef;
    height: 1.6vw;
    width: 1.6vw;
    bottom: 2.133vw;
  }

  .page_heading {
    background-image: url("../img/guide/page_guide_title_bg_sp.jpg");
    background-size: cover;
    border-radius: 1.867vw;
    font-size: 4.8vw;
    line-height: 3.2vw;
    padding: 5.333vw 0 6.133vw;
    margin: 0 0 6.667vw;
  }

  .page_swimming .page_heading.new {
    padding: 6.133vw 0 6.133vw 12vw;
  }

  .page_heading.new::before {
    background-image: url("../img/program/icon_new_sp.png");
    left: 2vw;
    height: 13.333vw;
    width: 13.333vw;
  }

  .page_heading.sp_two_row {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 5.2vw;
    margin: 0 0 6.933vw;
    padding: 0 0 0 5vw;
    height: 15.067vw;
  }

  .page_heading.mb_82 {
    margin: 0 0 6.667vw;
  }

  .page_contents {
    margin: 0 0 13.333vw;
  }

  .page_contents .guidance_use_table {
    margin: 0 auto;
    width: 92.31%;
  }

  .page_contents .guidance_use_table_text {
    font-size: 3.733vw;
    line-height: 5.6vw;
    padding: 4vw 2.8vw;
    width: 100%;
  }

  .page_contents .guidance_use_table_text.sp_text_justify {
    text-align: justify;
  }

  .page_contents .guidance_use_table_text_sp01 {
    font-size: 3.733vw;
    line-height: 5.6vw;
    padding: 4vw 7.2vw;
    width: 100%;
  }

  .page_contents .guidance_use_table_text_sp02 {
    padding: 4vw 0;
    text-align: center;
  }

  .page_guide_floor .container {
    width: 100%;
  }

  .page_guide_floor_map {
    margin: 0 0 6.667vw;
    width: 100%;
  }

  .page_guide_floor_map_list {
    cursor: pointer;
  }

  .page_guide_pool_item {
    width: 100% !important;
  }

  .page_guide_contents_items {
    flex-wrap: nowrap;
  }

  .page_guide_contents_item {
    margin: 0;
  }

  .page_guide_contents_item:hover {
    cursor: auto;
    opacity: 1;
  }

  .page_guide_contents_item_img {
    margin: 0 0 2.133vw;
  }

  .page_guide_contents_item_title {
    font-size: 4.8vw;
    line-height: 5.733vw;
    margin: 0 0 1.867vw;
  }

  .page_guide_contents_item_text {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .guide_modal_inner {
    width: 83.733333%;
  }

  .guide_modal_close {
    top: 4vw;
    right: 5.067vw;
    width: 5.6vw;
  }

  .guide_swiper .swiper-button-next,
  .guide_swiper .swiper-button-prev {
    background-color: #ebf3f8;
    border-radius: 50%;
    color: #34a6ef;
    top: 35%;
    height: 9.333vw;
    width: 9.333vw;
  }

  .guide_swiper .swiper-button-next:after,
  .guide_swiper .swiper-button-prev:after {
    font-size: 4.8vw;
  }
}

/* 交通・アクセスページ */
.page_access_head {
  background-image: url("../img/access/access_title_bg.png");
}

.page_access_heading {
  color: #000;
  font-size: 30px;
  line-height: 28px;
  padding: 0 0 0 40px;
  margin: 0 0 40px;
  text-align: left;
}

.page_access_heading02 {
  color: #000;
  font-size: 30px;
  line-height: 28px;
  padding: 0 0 0 40px;
  margin: 0 0 14px;
  text-align: left;
}

.page_access_subHeading {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 80px;
  margin: 0 0 40px;
  text-align: left;
}

.access_map_item {
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.access_map_item:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.access_map_item iframe {
  margin: 0 auto 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.page_access_contents_title {
  color: #000;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 18px;
  text-align: center;
}

.page_access_contents_title .horizontal_border {
  position: relative;
}

.page_access_contents_title .horizontal_border::before,
.page_access_contents_title .horizontal_border::after {
  border-top: 2px solid #000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 30px;
}

.page_access_contents_title .horizontal_border::before {
  left: -58px;
}

.page_access_contents_title .horizontal_border::after {
  right: -58px;
}

.page_access_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}

.page_access_item {
  margin: 0 0 50px;
  width: 30.834%;
}

.page_access_item_img {
  margin: 0 0 20px;
}

.page_access_item_text {
  font-feature-settings: "palt";
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .page_access_title img {
    width: 38.583333%;
  }

  .access_container {
    max-width: 100%;
    width: 90% !important;
  }

  .page_access_heading {
    font-size: 2.5vw;
    line-height: 2.333vw;
    padding: 0 0 0 3.333vw;
    margin: 0 0 3.333vw;
  }

  .page_access_heading02 {
    font-size: 2.5vw;
    line-height: 2.333vw;
    padding: 0 0 0 3.333vw;
    margin: 0 0 1.823vw;
  }

  .page_access_subHeading {
    font-size: 1.5vw;
    line-height: 2.667vw;
    padding: 0 0 0 6.667vw;
    margin: 0 0 3.333vw;
  }

  .access_map_item {
    margin: 0 auto 4.167vw;
    max-width: 100%;
    width: 90%;
  }

  .access_map_text {
    font-size: 2vw;
    line-height: 2.333vw;
    margin: 0 auto 5.833vw;
  }

  .page_access_contents_title {
    font-size: 2.167vw;
    line-height: 2.333vw;
    margin: 0 0 1.5vw;
  }

  .page_access_contents_title .horizontal_border::before,
  .page_access_contents_title .horizontal_border::after {
    border-top: 0.167vw solid #000;
    height: 0.167vw;
    width: 2.5vw;
  }

  .page_access_contents_title .horizontal_border::before {
    left: -4.833vw;
  }

  .page_access_contents_title .horizontal_border::after {
    right: -4.833vw;
  }

  .page_access_item {
    margin: 0 0 4.167vw;
  }

  .page_access_item_img {
    margin: 0 0 1.667vw;
  }

  .page_access_item_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }
}

@media screen and (max-width: 768px) {
  .page_access_head {
    background-image: unset;
  }

  .access_container {
    margin: 0 auto;
    width: 86.666662% !important;
  }

  .page_access_heading {
    font-size: 3.733vw;
    line-height: 4vw;
    padding: 0;
    margin: 0 0 6.667vw;
    text-align: center;
  }

  .page_access_heading02 {
    font-size: 3.733vw;
    line-height: 4vw;
    padding: 0;
    margin: 0 0 2.604vw;
    text-align: center;
  }

  .page_access_subHeading {
    font-size: 3.733vw;
    line-height: 5.6vw;
    padding: 0;
    margin: 0 0 6.667vw;
    text-align: center;
  }

  .page_access_title img {
    width: 100%;
  }

  .access_map_item {
    margin: 0 auto;
    width: 100% !important;
  }

  .page_access_contents_title {
    font-size: 3.733vw;
    line-height: 3.733vw;
    margin: 0 0 2.667vw;
  }

  .page_access_contents_title .horizontal_border::before,
  .page_access_contents_title .horizontal_border::after {
    border-top: 0.267vw solid #000;
    height: 0.267vw;
    width: 4vw;
  }

  .page_access_contents_title .horizontal_border::before {
    left: -5.6vw;
  }

  .page_access_contents_title .horizontal_border::after {
    right: -5.6vw;
  }

  .page_access_items {
    flex-direction: column;
  }

  .page_access_item {
    margin: 0 auto 6.667vw;
    width: 100%;
  }

  .page_access_item_img {
    margin: 0 0 2.667vw;
  }

  .page_access_item_text {
    font-size: 3.733vw;
    line-height: 5.6vw;
  }
}

/* ご利用案内ページ */
.page_guidance_head {
  background-image: url("../img/guidance/guidance_title_bg.png");
}

.page_guidance_inner {
  margin: 0 auto;
  width: 91.666666%;
}

.page_guidance_heading {
  color: #000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 28px;
  margin: 0 0 16px;
}

.page_guidance_lists {
  margin: 0 0 16px;
}

.page_guidance_list {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 20px;
  position: relative;
}

.page_guidance_list:before {
  background-color: #34a6ef;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 10px;
  width: 10px;
}

.page_guidance_caption {
  color: #34a6ef;
  font-size: 20px;
  line-height: 28px;
}

.page_guidance_caption a {
  color: #34a6ef;
  opacity: 1;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.page_guidance_caption a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .page_guidance_title img {
    width: 31.333333%;
  }

  .page_guidance_heading {
    font-size: 2.5vw;
    line-height: 2.333vw;
    margin: 0 0 1.333vw;
  }

  .page_guidance_lists {
    margin: 0 0 1.333vw;
  }

  .page_guidance_list {
    font-size: 1.5vw;
    line-height: 2.667vw;
    padding: 0 0 0 1.667vw;
  }

  .page_guidance_list:before {
    height: 0.833vw;
    width: 0.833vw;
  }

  .page_guidance_caption {
    font-size: 1.667vw;
    line-height: 2.333vw;
  }

  .page_guidance_caption a {
    text-decoration-thickness: 0.167vw;
    text-underline-offset: 0.333vw;
  }
}

@media screen and (max-width: 768px) {
  .page_guidance_head {
    background-image: unset;
  }

  .page_guidance_title img {
    width: 100%;
  }

  .page_guidance_inner {
    width: 100%;
  }

  .page_guidance_heading {
    font-size: 4.8vw;
    line-height: 5.333vw;
    margin: 0 0 6.667vw;
    text-align: center;
  }

  .page_guidance_lists {
    margin: 0 0 6.667vw;
  }

  .page_guidance_list {
    font-feature-settings: "palt";
    font-size: 3.733vw;
    line-height: 6.133vw;
    padding: 0 0 0 4vw;
  }

  .page_guidance_list:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .page_guidance_caption {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .page_guidance_caption {
    text-decoration-thickness: 0.267vw;
    text-underline-offset: 0.8vw;
  }
}

/* 教室案内ページ */
.page_program_head {
  background-image: url("../img/program/program_title_bg.png");
}

.page_program_heading {
  color: #313131;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 42px;
  text-align: center;
}

.page_program_text {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 54px;
}

.page_program_img {
  position: relative;
  margin: 0 auto;
  width: 1128px;
}

.page_program_img_link {
  position: absolute;
  margin: auto;
  opacity: 1;
  transition: 0.2s;
  height: 408px;
  width: 388px;
}

.page_program_img_link:hover {
  opacity: 0.6;
}

.page_program_img_link01 {
  top: 0;
  left: 0;
  right: 0;
}

.page_program_img_link02 {
  left: 0;
  bottom: 0;
}

.page_program_img_link03 {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .page_program_title img {
    width: 24.666666%;
  }

  .page_program_heading {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0 0 3.5vw;
  }

  .page_program_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
    margin: 0 0 4.5vw;
  }

  .page_program_img {
    width: 94vw;
  }

  .page_program_img_link {
    height: 34vw;
    width: 32.333vw;
  }
}

@media screen and (max-width: 768px) {
  .page_program_head {
    background-image: unset;
  }

  .page_program_title img {
    width: 100%;
  }

  .page_program_heading {
    font-size: 4.8vw;
    line-height: 6.4vw;
    margin: 0 0 3.733vw;
  }

  .page_program_text {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 6.667vw;
  }

  .page_program_img {
    width: 100%;
  }

  .page_program_img_link {
    left: 0;
    right: 0;
    height: 81.067vw;
    width: 81.067vw;
  }

  .page_program_img_link01 {
    top: 42.6vw;
  }

  .page_program_img_link02 {
    bottom: 111.6vw;
  }

  .page_program_img_link03 {
    bottom: 25.8vw;
  }
}

/* 教室案内下層（共通部分） */
.page_underlayer {
  background-image: url("../img/program/program_underlayer_bg_top.png");
  background-color: #c9e8ff;
  background-size: 1920px;
  background-position: top center;
  position: relative;
  overflow-x: hidden;
}

.page_underlayer::before {
  background-image: url("../img/program/program_underlayer_bg_bottom.png");
  background-position-x: center;
  background-size: 1920px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 775px;
  width: 1920px;
  z-index: 999;
}

.page_underlayer.page_swimming::before {
  background-image: url("../img/swimming/program_swimming_underlayer_bg_bottom.png");
  background-position-x: center;
  background-size: 1920px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5665px;
  width: 1920px;
}

.page_underlayer_head {
  padding: 128px 0;
  margin: 0 auto;
  text-align: center;
}

.page_underlayer_title img {
  width: auto;
}

.page_underlayer_contents {
  padding: 0 0 150px;
}

.page_underlayer_contents_inner {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 90px 50px;
  position: relative;
  width: 90%;
  z-index: 9999;
}

@media screen and (max-width: 1200px) {
  .page_underlayer {
    background-size: 160vw;
  }

  .page_underlayer::before {
    background-size: 160vw;
    height: 64.583vw;
    width: 160vw;
  }

  .page_underlayer_head {
    padding: 10.667vw 0;
    margin: 0;
  }

  .page_underlayer_contents {
    padding: 0 0 12.5vw;
  }

  .page_underlayer_contents_inner {
    padding: 7.5vw 4.167vw;
    max-width: 100%;
    width: 90% !important;
  }
}

@media screen and (max-width: 768px) {
  .page_underlayer {
    background-color: #7ebcf9;
    background-image: url("../img/program/program_underlayer_bg_top_sp.jpg");
    background-position: top center;
    background-size: 100%;
  }

  .page_underlayer::before {
    content: unset;
  }

  .page_underlayer.page_swimming {
    background-color: #92c5fc;
    background-image: url("../img/swimming/program_swimming_underlayer_bg_top_sp.jpg");
    height: 100%;
  }

  .page_underlayer.page_swimming::before {
    content: unset;
  }

  .page_underlayer_head {
    padding: 10.4vw 0 10.667vw;
    margin: 0;
  }

  .page_underlayer_contents {
    padding: 0 0 20vw;
  }

  .page_underlayer_contents_inner {
    border-radius: 4vw;
    padding: 10.667vw 3.2vw 13.333vw;
  }
}

/* 教室案内下層（サービスプログラム） */
.service_program_head {
  color: #34a6ef;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
}

.service_program_head span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: 500;
  padding: 0 10px;
}

.service_program_text {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .service_program_title img {
    width: 73vw;
  }

  .service_program_head {
    font-size: 1.667vw;
    line-height: 2.333vw;
    margin: 0 0 1.667vw;
  }

  .service_program_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
    margin: 0 0 1.667vw;
  }
}

@media screen and (max-width: 768px) {
  .page_underlayer_head {
    padding: 10.4vw 0 10.667vw;
    margin: 0;
  }

  .service_program_head {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 7.2vw;
  }

  .service_program_text {
    font-size: 3.733vw;
    line-height: 5.6vw;
    margin: 0 0 6.667vw;
  }
}

/* 教室案内下層（有料プログラム） */
.page_payment_heading {
  margin: 0 auto;
  width: 90%;
}

.page_payment_heading_title {
  color: #000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 28px;
  margin: 0 0 16px;
}

.page_payment_heading_text {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}

.page_payment_heading_text02 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
}

.page_payment_heading_text .cl_red,
.page_payment_heading_text02 .cl_red {
  color: #e61928;
  font-weight: bold;
}

.payment_img {
  margin: 0 auto 12px;
  padding: 20px 0 0;
  width: 91.090909%;
}

.payment_caption {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .payment_title img {
    width: 29.417vw;
  }

  .page_payment_heading_title {
    font-size: 2.5vw;
    line-height: 2.333vw;
    margin: 0 0 1.333vw;
  }

  .page_payment_heading_text {
    font-size: 1.5vw;
    line-height: 2.167vw;
    margin: 0 0 0.833vw;
  }

  .page_payment_heading_text02 {
    font-size: 1.5vw;
    line-height: 2.167vw;
    margin: 0 0 2.5vw;
  }

  .payment_img {
    margin: 0 auto 1vw;
    padding: 1.667vw 0 0;
  }

  .payment_caption {
    font-size: 1.5vw;
    line-height: 2.667vw;
    margin: 0 0 1.667vw;
  }
}

@media screen and (max-width: 768px) {
  .payment_title img {
    width: 59.867vw;
  }

  .page_payment_heading {
    margin: 0 auto;
    width: 100%;
  }

  .page_payment_heading_title {
    font-size: 4.42vw;
    line-height: 5.333vw;
    margin: 0 0 6.667vw;
    text-align: center;
  }

  .page_payment_heading_text {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 4.8vw;
    text-align: justify;
  }

  .page_payment_heading_text02 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 13.333vw;
    text-align: justify;
  }

  .payment_img {
    margin: 0 auto 6.667vw;
    padding: 0;
    width: 100%;
  }

  .payment_caption {
    font-size: 3.733vw;
    line-height: 5.6vw;
    margin: 0 auto 6.667vw;
  }
}

/* 教室案内下層（水泳教室） */
.page_swimming_contents {
  padding: 0 0 150px;
}

.page_swimming_heading {
  margin: 0 auto;
  width: 90%;
}

.page_swimming_heading_text02 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
}

.swimming_img {
  margin: 0 auto 12px;
  padding: 20px 0 0;
  width: 91.090909%;
}

.swimming_caption {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px;
  text-align: center;
}

.page_swimming_apply_title {
  border: 4px solid #34a6ef;
  border-radius: 14px;
  color: #34a6ef;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
  padding: 16px 0 20px;
  text-align: center;
}

.page_swimming_apply_contents {
  margin: 0 auto 62px;
  width: 90%;
}

.page_swimming_apply_contents:last-child {
  margin: 0 auto;
}

.page_swimming_apply_contents_head {
  color: #34a6ef;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 24px;
}

.page_swimming_apply_contents_subHead {
  color: #ff0000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 36px;
}

.page_swimming_apply_contents_subHead span {
  background: linear-gradient(transparent 60%, #fff564 60%);
}

.page_swimming_apply_item01_label {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 20px;
}

.page_swimming_apply_item01_label span {
  color: #fff;
  background-color: #34a6ef;
  padding: 0 6px 4px 10px;
}

.page_swimming_apply_item01_link {
  border-bottom: 2px solid #34a6ef;
  color: #34a6ef;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  padding: 0 24px 4px 4px;
  opacity: 1;
  transition: 0.2s;
}

.page_swimming_apply_item01_link:hover {
  opacity: 0.6;
}

.page_swimming_apply_item01_link::after {
  border-top: 2px solid #34a6ef;
  border-right: 2px solid #34a6ef;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
}

.page_swimming_apply_item01_text {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 30px;
  width: 98%;
}

.page_swimming_apply_item01_img {
  margin: 0 auto 90px;
  width: 98%;
}

.page_swimming_apply_item01_text01 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 30px;
  width: 98%;
}

.page_swimming_apply_item01_text02 {
  color: #000;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 30px;
  width: 98%;
}

.page_swimming_apply_item02_text01 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 auto 10px;
  width: 98%;
}

.page_swimming_apply_item02_text01 a {
  border-bottom: 2px solid #34a6ef;
  color: #34a6ef;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  padding: 0 4px;
  opacity: 1;
  transition: 0.2s;
}

.page_swimming_apply_item02_text02 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  width: 98%;
}

@media screen and (max-width: 1200px) {
  .page_swimming_contents {
    padding: 0 0 12.5vw;
  }

  .swimming_title img {
    width: 18.417vw;
  }

  .page_swimming_heading_text02 {
    font-size: 1.5vw;
    line-height: 2.167vw;
    margin: 0 0 2.5vw;
  }

  .swimming_img {
    margin: 0 auto 1vw;
    padding: 1.667vw 0 0;
  }

  .swimming_caption {
    font-size: 1.5vw;
    line-height: 2.667vw;
    margin: 0 0 1.667vw;
  }

  .page_swimming_apply_title {
    border: 0.333333vw solid #34a6ef;
    border-radius: 1.167vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin: 0 0 3.333vw;
    padding: 1.333vw 0 1.667vw;
  }

  .page_swimming_apply_contents {
    margin: 0 auto 5.167vw;
  }

  .page_swimming_apply_contents_head {
    font-size: 2.5vw;
    line-height: 2.667vw;
    margin: 0 0 2vw;
  }

  .page_swimming_apply_contents_subHead {
    font-size: 1.5vw;
    margin: 0 0 3vw;
  }

  .page_swimming_apply_item01_label {
    font-size: 1.833vw;
    line-height: 2.5vw;
    margin: 0 0 1.667vw;
  }

  .page_swimming_apply_item01_label span {
    padding: 0 0.5vw 0.333vw 0.833vw;
  }

  .page_swimming_apply_item01_link {
    border-bottom: 0.167vw solid #34a6ef;
    font-size: 1.5vw;
    line-height: 2.5vw;
    padding: 0 2vw 0.333vw 0.333vw;
  }

  .page_swimming_apply_item01_link::after {
    border-top: 0.167vw solid #34a6ef;
    border-right: 0.167vw solid #34a6ef;
    height: 0.833vw;
    right: 0.833vw;
    width: 0.833vw;
  }

  .page_swimming_apply_item01_text {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0 auto 2.5vw;
  }

  .page_swimming_apply_item01_img {
    margin: 0 auto 7.5vw;
  }

  .page_swimming_apply_item01_text01 {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0 auto 2.5vw;
  }

  .page_swimming_apply_item01_text02 {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0 auto 2.5vw;
    width: 98%;
  }

  .page_swimming_apply_item02_text01 {
    font-size: 1.833vw;
    line-height: 3vw;
    margin: 0 auto 0.833vw;
  }

  .page_swimming_apply_item02_text01 a {
    border-bottom: 0.167vw solid #34a6ef;
    font-size: 1.5vw;
    line-height: 2.5vw;
    padding: 0 0.333vw;
  }

  .page_swimming_apply_item02_text02 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .page_swimming_contents {
    padding: 0 0 13.333vw;
  }

  .swimming_title img {
    width: 29.467vw;
  }

  .page_swimming_heading {
    margin: 0 auto;
    width: 100%;
  }

  .page_swimming_heading_text02 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 4.8vw;
    text-align: justify;
  }

  .swimming_img {
    margin: 0 auto 6.667vw;
    padding: 0;
    width: 100%;
  }

  .swimming_caption {
    font-size: 3.733vw;
    line-height: 5.6vw;
    margin: 0 auto 6.667vw;
  }

  .page_swimming_apply_contents {
    margin: 0 auto 13.333vw;
    width: 100%;
  }

  .page_swimming_apply_title {
    border: 0.733vw solid #34a6ef;
    border-radius: 1.333vw;
    font-size: 4.267vw;
    line-height: 5.333vw;
    margin: 0 0 3.6vw;
    padding: 4.8vw 0;
  }

  .page_swimming_apply_contents_head {
    font-size: 4.267vw;
    line-height: 4.8vw;
    margin: 0 0 4vw;
  }

  .page_swimming_apply_contents_subHead {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 5.333vw;
  }

  .page_swimming_apply_item01_label {
    font-size: 3.733vw;
    line-height: 5.333vw;
    margin: 0 0 1.6vw;
  }

  .page_swimming_apply_item01_text {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 auto 6.667vw;
  }

  .page_swimming_apply_item01_img {
    margin: 0 auto 13.333vw;
  }

  .page_swimming_apply_item01_link {
    border-bottom: 0.4vw solid #34a6ef;
    font-size: 3.733vw;
    line-height: 2.667vw;
    padding: 0 3.4vw 0.333vw 0.333vw;
  }

  .page_swimming_apply_item01_link::after {
    border-top: 0.4vw solid #34a6ef;
    border-right: 0.4vw solid #34a6ef;
    height: 2vw;
    right: 1.333vw;
    width: 2vw;
  }

  .page_swimming_apply_item01_text01 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 auto 4.333vw;
    width: 100%;
  }

  .page_swimming_apply_item01_text02 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 auto 13.333vw;
    width: 100%;
  }

  .page_swimming_apply_item02_text01 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 auto 5.333vw;
    width: 100%;
  }

  .page_swimming_apply_item02_text01 a {
    border-bottom: 0.4vw solid #34a6ef;
    font-size: 3.733vw;
    line-height: 5.867vw;
    padding: 0 0.333vw;
  }

  .page_swimming_apply_item02_text02 {
    font-size: 3.733vw;
    line-height: 5.867vw;
    width: 100%;
  }
}

/* ご利用案内ページ */
.page_price_head {
  background-image: url("../img/price/price_title_bg.png");
}

@media screen and (max-width: 1200px) {
  .page_price_title img {
    width: 17.166666%;
  }
}

@media screen and (max-width: 768px) {
  .page_price_head {
    background-image: unset;
  }

  .page_price_title img {
    width: 100%;
  }
}

/* お知らせ一覧ページ */
.page_news_head {
  background-image: url("../img/news/news_title_bg.png");
}

.archive .wp-pagenavi {
  text-align: center;
}

.archive .wp-pagenavi .extend {
  display: none;
}

.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi a.page {
  border: 2px solid #34a6ef;
  border-color: #34a6ef !important;
  color: #34a6ef;
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  margin: 0 5px;
  padding: 10px 12px;
}

.archive .wp-pagenavi span.current {
  border: 2px solid;
  background: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
  border-image: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
  border-image-slice: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  margin: 0 5px;
  padding: 10px 12px;
}

@media screen and (max-width: 1200px) {
  .page_news_title img {
    width: 17.167vw;
  }

  .archive .wp-pagenavi .previouspostslink,
  .archive .wp-pagenavi .nextpostslink,
  .archive .wp-pagenavi a.page {
    border: 0.167vw solid #34a6ef;
    font-size: 2vw;
    line-height: 4.583vw;
    margin: 0 0.417vw;
    padding: 0.833vw 1vw;
  }

  .archive .wp-pagenavi span.current {
    border: 0.167vw solid;
    background: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
    border-image: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
    border-image-slice: 1;
    font-size: 2vw;
    line-height: 4.583vw;
    margin: 0 0.417vw;
    padding: 0.833vw 1vw;
  }
}

@media screen and (max-width: 768px) {
  .page_news_head {
    background-image: unset;
  }

  .page_news_title img {
    width: 100%;
  }

  .archive .wp-pagenavi .previouspostslink,
  .archive .wp-pagenavi .nextpostslink,
  .archive .wp-pagenavi a.page {
    border: 0.267vw solid #34a6ef;
    font-size: 4vw;
    line-height: 9.6vw;
    margin: 0 1.067vw;
    padding: 1.333vw 2.667vw;
  }

  .archive .wp-pagenavi span.current {
    border: 0.267vw;
    background: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
    border-image: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(74, 212, 246, 1) 100%);
    border-image-slice: 2;
    font-size: 4vw;
    line-height: 9.6vw;
    margin: 0 1.067vw;
    padding: 1.6vw 2.667vw;
  }
}

/* お知らせ詳細ページ */
.single_news {
  padding: 100px 0;
}

.single_news_title {
  border-bottom: 2px solid #34a6ef;
  color: #34a6ef;
  font-size: 32px;
  line-height: 42px;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.single_news_date {
  background-color: #34a6ef;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  padding: 0 6px;
  margin: 0 0 40px;
}

.single_news_content :where(figure) {
  margin: 0;
}

.single_news_content h2 {
  color: #313131;
  font-size: 30px;
  line-height: 42px;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}

.single_news_content h2:before {
  background-color: #34a6ef;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 16px;
}

.single_news_content h3 {
  color: #313131;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

.single_news_content h3:before {
  background-color: #34a6ef;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 16px;
}

.single_news_content h4 {
  color: #313131;
  font-size: 20px;
  line-height: 42px;
}

.single_news_content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 40px;
}

.single_news_content a {
  color: #34a6ef;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.single_news_content ul {
  margin: 0 0 40px;
}

.single_news_content ul li {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 20px;
  position: relative;
}

.single_news_content ul li:before {
  background-color: #34a6ef;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 10px;
  width: 10px;
}

.single_news_content ol {
  margin: 0 0 40px;
}

.single_news_content ol li {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  list-style: decimal;
  list-style-position: inside;
}

.single_news_content figure {
  margin: 0 0 40px;
}

.single_news_content figcaption {
  color: #000;
  display: block !important;
  font-size: 18px;
  line-height: 32px;
  margin: 10px 0 0 !important;
}

.single_news_content .wp-block-image figcaption {
  text-align: center;
}

.single_news_content table {
  border: 4px solid #145596;
  width: 100% !important;
}

.single_news_content .scroll_table table {
  width: 1200px !important;
}

.single_news_content table tr td {
  border: 2px solid #145596;
  color: #000;
  font-size: 18px;
  line-height: 62px;
}

.single_news_content table tr td:first-of-type {
  background-color: #7ecef4;
  font-weight: bold;
  text-align: center;
  width: 16.681%;
}

.single_news_content .wp-block-image figure {
  padding: 0 0 40px;
}

.single_news_content .wp-block-image figure.alignleft {
  float: none;
  margin: 0 auto 0 0;
}

.single_news_content .wp-block-image figure.alignright {
  float: none;
  margin: 0 0 0 auto;
}

.single_news_content figure.wp-block-embed.alignleft {
  margin: 0 auto 40px 0;
}

.single_news_content figure.wp-block-embed.aligncenter {
  margin: 0 auto 40px;
  text-align: center;
}

.single_news_content figure.wp-block-embed.alignright {
  margin: 0 0 40px auto;
}

.single_news_content img {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .single_news {
    padding: 8.333vw 0;
  }

  .single_news_title {
    border-bottom: 0.167vw solid #34a6ef;
    font-size: 2.667vw;
    line-height: 3.5vw;
    padding: 0 0 1.667vw;
    margin: 0 0 1.667vw;
  }

  .single_news_date {
    font-size: 1.167vw;
    line-height: 2vw;
    padding: 0 0.5vw;
    margin: 0 0 3.333vw;
  }

  .single_news_content h2 {
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0 0 0 2.5vw;
    margin: 0 0 1.667vw;
  }

  .single_news_content h2:before {
    height: 1.333vw;
    width: 1.333vw;
  }

  .single_news_content h3 {
    font-size: 2vw;
    line-height: 3.5vw;
    padding: 0 0 0 2.5vw;
    margin: 0 0 0.833vw;
  }

  .single_news_content h3:before {
    height: 1.333vw;
    width: 1.333vw;
  }

  .single_news_content h4 {
    font-size: 1.667vw;
    line-height: 3.5vw;
  }

  .single_news_content p {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0 0 3.333vw;
  }

  .single_news_content a {
    font-size: 1.5vw;
    line-height: 2.167vw;
    text-decoration-thickness: 0.167vw;
    text-underline-offset: 0.333vw;
  }

  .single_news_content ul {
    margin: 0 0 3.333vw;
  }

  .single_news_content ul li {
    font-size: 1.5vw;
    line-height: 2.667vw;
    padding: 0 0 0 1.667vw;
  }

  .single_news_content ul li:before {
    height: 0.833vw;
    width: 0.833vw;
  }

  .single_news_content ol {
    margin: 0 0 3.333vw;
  }

  .single_news_content ol li {
    font-size: 1.5vw;
    line-height: 2.667vw;
  }

  .single_news_content figure {
    margin: 0 0 3.333vw;
  }

  .single_news_content figcaption {
    font-size: 1.5vw;
    line-height: 2.667vw;
    margin: 0.833vw 0 0 !important;
  }

  .single_news_content table {
    border: 0.333333vw solid #145596;
  }

  .single_news_content table tr td {
    border: 0.167vw solid #145596;
    font-size: 1.5vw;
    line-height: 5.167vw;
  }

  .single_news_content table tr td:first-of-type {
    width: 16.681%;
  }

  .single_news_content .wp-block-image figure {
    padding: 0 0 3.333vw;
  }

  .single_news_content .sp_no_adjust table {
    width: 100% !important;
  }

  .single_news_content table tr td,
  .single_news_content .sp_no_adjust table tr td {
    width: 80%;
  }

  .single_news_content table tr td:first-of-type,
  .single_news_content .sp_no_adjust table tr td:first-of-type {
    width: 20%;
  }

  .single_news_content figure.wp-block-embed.alignleft {
    margin: 0 auto 3.333vw 0;
  }

  .single_news_content figure.wp-block-embed.aligncenter {
    margin: 0 auto 3.333vw;
    text-align: center;
  }

  .single_news_content figure.wp-block-embed.alignright {
    margin: 0 0 3.333vw auto;
  }
}

@media screen and (max-width: 768px) {
  .single_news_title {
    border-bottom: 0.533vw solid #34a6ef;
    font-size: 5.067vw;
    line-height: 6.933vw;
    padding: 0 0 2.667vw;
    margin: 0 0 2.667vw;
  }

  .single_news_date {
    font-size: 3.733vw;
    line-height: 5.733vw;
    padding: 0 1.333vw;
    margin: 0 0 6.667vw;
  }

  .single_news_content h2 {
    font-size: 4.8vw;
    line-height: 5.6vw;
    padding: 0 0 0 4vw;
    margin: 0 0 4.533vw;
  }

  .single_news_content h2:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content p {
    font-size: 3.733vw;
    line-height: 6.133vw;
    margin: 0 0 6.667vw;
  }

  .single_news_content a {
    font-size: 3.733vw;
    line-height: 6.133vw;
    text-decoration-thickness: 0.267vw;
    text-underline-offset: 0.8vw;
  }

  .single_news_content h3 {
    font-size: 4.533vw;
    line-height: 5.6vw;
    padding: 0 0 0 4vw;
    margin: 0 0 4.533vw;
  }

  .single_news_content h3:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content h4 {
    font-size: 4.267vw;
    line-height: 5.6vw;
    margin: 0 0 1vw;
  }

  .single_news_content ul {
    margin: 0 0 6.667vw;
  }

  .single_news_content ul li {
    font-size: 3.733vw;
    line-height: 6.133vw;
    padding: 0 0 0 4vw;
  }

  .single_news_content ul li:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content ol {
    margin: 0 0 6.667vw;
  }

  .single_news_content ol li {
    font-size: 3.733vw;
    line-height: 6.133vw;
  }

  .single_news_content table {
    border: 0.533vw solid #145596;
    width: 100% !important;
  }

  .single_news_content table tr {
    display: flex;
    flex-direction: column;
  }

  .single_news_content table tr td {
    border: 0.133vw solid #145596;
    font-size: 3.733vw;
    line-height: 6.133vw;
    width: 100%;
  }

  .single_news_content table tr td:first-of-type {
    text-align: unset;
    width: 100%;
  }

  .single_news_content figure {
    margin: 0 0 6.667vw;
  }

  .single_news_content .wp-block-image figure {
    padding: 0 0 6.667vw;
  }

  .single_news_content figcaption {
    font-size: 2.667vw;
    line-height: 4vw;
  }

  .single_news_content .sp_no_adjust table tr {
    flex-direction: row;
  }

  .single_news_content .sp_no_adjust table tr td {
    width: 70%;
  }

  .single_news_content .sp_no_adjust table tr td:first-of-type {
    width: 30%;
  }

  .single_news_content .scroll_table table tr {
    flex-direction: row;
  }

  .single_news_content .scroll_table table tr td {
    width: 80%;
  }

  .single_news_content .scroll_table table tr td:first-of-type {
    width: 20%;
  }

  .single_news_content figure.wp-block-embed.alignleft {
    margin: 0 auto 6.667vw 0;
  }

  .single_news_content figure.wp-block-embed.aligncenter {
    margin: 0 auto 6.667vw;
    text-align: center;
  }

  .single_news_content figure.wp-block-embed.alignright {
    margin: 0 0 6.667vw auto;
  }
}
