@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #262626;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 100%;
  background-color: #eceef2;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 360px) {
  body {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.6rem;
  }
}
body.nav_open #wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  opacity: 0.4;
  transition: 0.2s;
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.2s ease;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*スマホ時のfocusの枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*focus設定 sp,tabは無効*/
/* PC向けフォーカス枠（タブ操作のみ） */
:focus-visible:not([tabindex="-1"]) {
  outline-color: #005bb5;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
  transition: outline 0s;
}

.info_left :focus-visible:not([tabindex="-1"]),
.footer_bottom :focus-visible:not([tabindex="-1"]) {
  outline-color: #ff0;
}

/* js-focus-visible polyfill対応 */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0 !important;
}

/* スキップリンク */
.skip,
.skip_under {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #262626;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1000;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.skip:focus-visible,
.skip_under:focus-visible {
  height: auto;
  opacity: 1;
  padding: 5px 0;
  pointer-events: auto;
  outline: 3px solid #ff0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinch:before {
  content: "\e903";
}

.icon-circle:before {
  content: "\e901";
  color: #fff;
}

.icon-triangle:before {
  content: "\e902";
  color: #fff;
}

.icon-icon_check:before {
  content: "\e900";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.global_nav__pc {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .global_nav__pc {
    display: block;
    margin-left: auto;
  }
}
.global_nav__sp {
  display: none;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 40px 0;
}
.global_nav__sp.open {
  display: block;
  animation: fadeInNav 0.3s ease forwards;
}
.global_nav__sp .global_nav_list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0 14px;
}
.global_nav__sp .global_nav_listitem_link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
.global_nav__sp .global_nav_listitem_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 1.2rem;
  color: #005bb5;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 3px;
}
.global_nav__sp .global_nav_listitem_link:last-child {
  border-bottom: none;
}
.global_nav__sp .global_nav_listitem {
  border-bottom: 1px solid #005bb5;
}
.global_nav__sp .global_nav_listitem:first-child {
  border-top: 1px solid #005bb5;
}

@keyframes fadeInNav {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu_toggle {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
}
@media print, screen and (min-width: 920px) {
  .menu_toggle {
    display: none;
  }
}

.menu_toggle__btn {
  display: block;
  position: relative;
  width: 32px;
  height: 24px;
}
.menu_toggle__btn span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 9999px;
  background-color: #005bb5;
  position: absolute;
  left: 0;
  transition: 0.1s;
}
.menu_toggle__btn span:nth-child(1) {
  top: 0;
}
.menu_toggle__btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_toggle__btn span:nth-child(3) {
  bottom: 0;
}
.menu_toggle__btn.open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu_toggle__btn.open span:nth-child(2) {
  display: none;
}
.menu_toggle__btn.open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.global_nav_list {
  display: flex;
  column-gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 920px) {
  .global_nav_list {
    column-gap: 18px;
  }
}
@media print, screen and (min-width: 1180px) {
  .global_nav_list {
    column-gap: 30px;
  }
}

.global_nav_listitem_link {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .global_nav_listitem_link {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .global_nav_listitem_link {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .global_nav_listitem_link {
    font-size: 1.6rem;
  }
}

.type_button {
  display: inline-block;
  padding: 14px 40px 14px 18px;
  width: 230px;
  background-color: #389cff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 9999px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .type_button {
    font-size: 1.5rem;
    width: 270px;
    padding: 14px 54px 14px 24px;
  }
}
@media print, screen and (min-width: 1180px) {
  .type_button {
    font-size: 1.8rem;
    width: 320px;
  }
}
.type_button::before, .type_button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.type_button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  right: 13px;
  border-radius: 50%;
}
@media print, screen and (min-width: 920px) {
  .type_button::before {
    width: 30px;
    height: 30px;
    right: 18px;
  }
}
.type_button::after {
  content: "";
  display: block;
}

.site_h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  padding: 15px 0 0;
}
@media print, screen and (min-width: 360px) {
  .site_h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .site_h2 {
    font-size: 3rem;
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .site_h2 {
    font-size: 4rem;
  }
}
.site_h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .site_h2::after {
    width: 70px;
    height: 7px;
  }
}
.site_h2.center {
  text-align: center;
  padding: 0 0 15px;
}
@media print, screen and (min-width: 920px) {
  .site_h2.center {
    padding: 0 0 24px;
  }
}
.site_h2.center::after {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site_h2.white {
  color: #fff;
}
.site_h2.white::after {
  background-color: #fff;
}
.site_h2.blue {
  color: #005bb5;
}
.site_h2.blue::after {
  background-color: #005bb5;
}

.header {
  width: 100%;
  position: fixed;
  top: 17px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 920px) {
  .header {
    width: calc(100% - 40px);
    top: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .header {
    width: calc(100% - 80px);
  }
}

.header_inner {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 13px 16px 19px;
  box-shadow: 0 5px 12px rgba(51, 75, 95, 0.17);
}
@media print, screen and (min-width: 920px) {
  .header_inner {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 12px 20px 14px;
  }
}
@media print, screen and (min-width: 1180px) {
  .header_inner {
    padding: 13px 36px;
  }
}

.site_title {
  color: #005bb5;
  font-size: clamp(1.2rem, 3.75vw, 1.5rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  transform: translateY(4px);
}
@media print, screen and (min-width: 360px) {
  .site_title {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .site_title {
    font-size: clamp(1.5rem, 1.63vw, 3rem);
    transform: none;
  }
}
.site_title a {
  display: inline-block;
}

.footer_card_sec {
  padding: 50px 0;
  background-color: white; /* 濃い青とフッターの間の薄い背景色 */
}

.footer_card_flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.footer_card_item {
  flex: 0 0 calc(50% - 15px);
  background-color: #fff;
  border-radius: 10px; /* 目立つ角丸 */
  padding: 30px;
  box-sizing: border-box;
}

.footer_card_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(232, 243.5635359116, 255);
}

.footer_card_text {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

/* --- Footer --- */
.footer {
  padding: 60px 0 40px;
  background-color: #005bb5;
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding: 100px 0 40px;
  }
}

.footer_busstop_flex {
  display: flex;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  flex-direction: column;
  row-gap: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer_busstop_flex {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_busstop_flex {
    border-radius: 30px;
  }
}

.footer_busstorp_textarea {
  flex-grow: 1;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_busstorp_textarea {
    padding: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_busstorp_textarea {
    padding: 40px;
  }
}
.footer_busstop_image {
  width: 100%;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .footer_busstop_image {
    width: 45%;
  }
}
.footer_busstop_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_busstop_button {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_busstop_button {
    margin-top: 25px;
  }
}
.footer_busstop_button::after {
  background-image: url(../img/common/external_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 19px;
}
@media print, screen and (min-width: 920px) {
  .footer_busstop_button::after {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}

.footer_flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_flex {
    flex-direction: row;
    column-gap: 40px;
    margin-top: 40px;
  }
}
.footer_flex > div {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 16px;
}
@media print, screen and (min-width: 920px) {
  .footer_flex > div {
    padding: 40px;
    border-radius: 30px;
  }
}
.footer_flex .text_cat {
  font-size: 1.3rem;
  width: 100%;
}
.footer_flex .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 920px) {
  .footer_flex .text {
    font-size: 1.5rem;
  }
}
.footer_flex .text .text_s {
  font-size: 1.2rem;
  display: block;
}
@media print, screen and (min-width: 920px) {
  .footer_flex .text .text_s {
    font-size: 1.3rem;
  }
}
.footer_flex .text a {
  text-decoration: underline;
}
.footer_flex .text a:hover {
  text-decoration: none;
}
.footer_flex .text a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/external_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 4px;
  transform: translateY(2px);
}

@media print, screen and (min-width: 920px) {
  .footer_left {
    width: calc((100% - 40px) * 0.6);
  }
}
.footer_left .link_btn {
  margin-top: 10px;
}

@media print, screen and (min-width: 920px) {
  .footer_right {
    width: calc((100% - 40px) * 0.4);
  }
}
.footer_right .link_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_right .link_btn {
    margin-top: 40px;
    text-align: center;
  }
}
.footer_right .link_btn a {
  text-align: left;
}

.footer_flex_title {
  color: #005bb5;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 14px;
}
@media print, screen and (min-width: 920px) {
  .footer_flex_title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_flex_title {
    font-size: 3rem;
  }
}
.footer_flex_title::after {
  content: "";
  display: block;
  width: 70px;
  height: 7px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005bb5;
}
.footer_flex_title .text_s {
  display: block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .footer_flex_title .text_s {
    font-size: 2rem;
  }
}

.footer_flex_column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 20px;
  row-gap: 10px;
}

.footer_flex_column_left {
  flex-shrink: 0;
}

.footer_flex_column_right {
  margin-top: 10px;
  flex-grow: 1;
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .footer_flex_column_right {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}

.footer_flex_column_link::after {
  background-image: url(../img/common/external_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 19px;
}
@media print, screen and (min-width: 920px) {
  .footer_flex_column_link::after {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}

/* フッターの問い合わせ情報とコピーライト部分 */
.footer_bottom {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom {
    margin-top: 70px;
  }
}

.footer_bottom_column {
  display: flex;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 20px 16px;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom_column {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    border-radius: 30px;
    padding: 40px;
  }
}

.footer_bottom_title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 360px) {
  .footer_bottom_title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_bottom_title {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_bottom_title {
    font-size: 3rem;
  }
}
.footer_bottom_title::after {
  content: "";
  display: block;
  width: 70px;
  height: 7px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.footer_bottom_address {
  font-size: 1.4rem;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom_address {
    margin-left: auto;
  }
}
.footer_bottom_address a {
  display: inline-block;
  text-decoration: underline;
}
.footer_bottom_address a:hover {
  text-decoration: none;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .copyright {
    margin-top: 100px;
  }
}

.mv {
  height: 600px;
}
@media print, screen and (min-width: 920px) {
  .mv {
    height: 800px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv.under {
  height: 180px;
}
@media print, screen and (min-width: 920px) {
  .mv.under {
    height: 300px;
  }
}

.info_sec {
  padding: 50px 0;
  background-color: #005bb5;
}
@media print, screen and (min-width: 920px) {
  .info_sec {
    padding: 100px 0;
  }
}

.info_flex {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media print, screen and (min-width: 920px) {
  .info_flex {
    flex-direction: row;
    column-gap: 6%;
  }
}

.info_left {
  flex-shrink: 0;
  padding: 0 16px;
}
@media print, screen and (min-width: 920px) {
  .info_left {
    min-width: 320px;
    width: 34%;
    padding: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .info_left {
    width: 37%;
  }
}

.info_text {
  color: #fff;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .info_text {
    margin-top: 40px;
  }
}

.info_old {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .info_old {
    margin-top: 40px;
  }
}
.info_old::after {
  background-image: url(../img/common/arrow_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 19px;
}
@media print, screen and (min-width: 920px) {
  .info_old::after {
    width: 17px;
    height: 17px;
    right: 24px;
  }
}

.info_right {
  flex-grow: 1;
}

.info_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_listitem {
  padding: 0;
}
.info_listitem:not(:first-child) {
  margin-top: 12px;
}
@media print, screen and (min-width: 920px) {
  .info_listitem:not(:first-child) {
    margin-top: 20px;
  }
}

.info_listitem_link {
  display: block;
  padding: 16px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .info_listitem_link {
    padding: 20px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .info_listitem_link {
    padding: 30px;
  }
}

.info_listdate {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  background-color: #ffef76;
  padding: 2px 8px 2px 26px;
  border-radius: 2px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .info_listdate {
    padding: 2px 12px 2px 34px;
    font-size: 1.5rem;
  }
}
.info_listdate::before {
  content: "";
  display: block;
  background-image: url(../img/common/exclamation_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .info_listdate::before {
    width: 20px;
    height: 20px;
    left: 7px;
  }
}

.info_listtitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 920px) {
  .info_listtitle {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1180px) {
  .info_listtitle {
    font-size: 2.4rem;
  }
}

.info_listtext {
  display: inline-block;
  line-height: 1.4;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px 40px 8px 15px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .info_listtext {
    font-size: 1.5rem;
  }
}
.info_listtext::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info_listtext::after {
  content: "";
  display: block;
  background-image: url(../img/common/external_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 15px;
  width: 15px;
  height: 15px;
}
@media print, screen and (min-width: 920px) {
  .info_listtext::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.info_listtext[href$=".pdf"]::after {
  background-image: url(../img/common/pdf_icon.png);
  right: 15px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media print, screen and (min-width: 920px) {
  .info_listtext[href$=".pdf"]::after {
    right: 15px;
    width: 22px;
    height: 22px;
  }
}

.info_listtext_type {
  flex-shrink: 0;
  transform: translateY(3px);
}

.footer_underlayer .footer_bottom {
  margin-top: 0;
}