@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
ul {
  padding-left: 0;
}

li {
  list-style: none;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

* {
  line-height: 1.5;
  outline: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  position: relative;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.wrap {
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  .wrap {
    margin-top: 200px;
  }
}

section {
  margin-bottom: 3rem;
}

main {
  margin-bottom: 100px;
}

.btn_inquiry {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  margin-bottom: 30px;
}
.btn_inquiry a {
  background: #E9AB04;
  padding: 40px 10px 10px;
  font-weight: bold;
  color: white;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: all 0.3s;
  letter-spacing: 0.2rem;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
}
.btn_inquiry a::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/i_inquiry.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 19px;
  transition: all 0.3s;
}
.btn_inquiry a:hover {
  color: #E9AB04;
  background: white;
}
.btn_inquiry a:hover::before {
  background: url(../../img/i_inquiry_hover.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_pdf {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.btn_pdf a {
  color: white;
  background: #E9AB04;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.btn_pdf a::after {
  position: absolute;
  content: "";
  height: 31px;
  width: 29px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../digital/img/i_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.btn_pdf a:hover {
  background: white;
  color: #E9AB04;
}
.btn_pdf a:hover::after {
  background-image: url(../../digital/img/i_pdf_hover.png);
}

@-moz-document url-prefix() {
  .btn_inquiry {
    width: 40px;
  }
}
_::-webkit-full-page-media, _:future, :root .btn_inquiry {
  right: 20px;
}

.page_top {
  position: fixed;
  mix-blend-mode: multiply;
  background: #003E92;
  opacity: 0;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  transition: all 0.3s;
}
.page_top.page_top_in {
  opacity: 0.9;
}
.page_top.page_top_in:hover {
  opacity: 0.5;
}
.page_top a {
  color: white;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.page_top span {
  width: 100%;
}
.page_top span:first-child {
  font-size: 40px;
}
.page_top span:last-child {
  font-size: 12px;
}

#div-gpt-ad-adv-rec_1 {
  margin: auto;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #003E92;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .loader {
  font-size: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: loader 1.1s infinite ease;
  margin: 0 auto 50px;
}
#loading img {
  max-width: 257px;
  width: 100%;
  margin: auto;
}
@keyframes loader {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.btn_line a {
  color: #003E92;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.btn_line a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003E92;
  transition: all 0.3s;
}
.btn_line a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(50%, 50%);
  background: #E9AB04;
  transition: all 0.3s;
  z-index: -1;
}
.btn_line a:hover::before {
  transform: translateX(10px);
}
.btn_line a:hover::after {
  width: 50px;
  height: 50px;
}

.link_text {
  color: #E9AB04;
  text-decoration: underline;
}
.link_text:hover {
  text-decoration: none;
  color: #E9AB04;
}

.page_title {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page_title {
    margin-bottom: 120px;
  }
}
.page_title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page_title h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  z-index: 2;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .page_title h2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 32px;
  }
}

.section_heading {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 1.5rem 0 0;
  border-top: 2px solid #D9D9D9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_heading {
    font-size: 24px;
  }
}
.section_heading::before {
  position: absolute;
  content: "";
  width: 20%;
  left: 0;
  top: -2px;
  border-bottom: 2px solid #003E92;
}

.accordion_box .accordion_heading {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.accordion_box .accordion_heading:hover {
  opacity: 0.7;
}
.accordion_box .accordion_inner {
  display: none;
}
.accordion_box .accordion_inner.stay {
  display: block;
}

.banner_list li {
  max-width: 400px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 576px) {
  .banner_list li {
    max-width: none;
    margin: 0 0 20px;
  }
}
.banner_list a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.banner_list a:hover {
  background: #E9AB04;
  transform: scale(105%);
}

.tab_list {
  margin-bottom: 3rem;
  padding: 0;
}
.tab_list .tab_item {
  flex-basis: 50%;
  padding: 15px 5px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #DBDBDB;
  color: #949494;
  border-bottom: 2px solid #333;
  transition: all 0.3s;
}
.tab_list .tab_item.active {
  color: white;
  background-color: #003E92;
}

.tab_body_cont {
  display: none;
}
.tab_body_cont.show {
  display: block;
}

.fade {
  opacity: 0;
  transition: all 1000ms;
}

.fade_t {
  transform: translate(0, -100px);
}

.fade_b {
  transform: translate(0, 100px);
}

.fade_l {
  transform: translate(-100px, 0);
}

.fade_r {
  transform: translate(100px, 0);
}

.fade.in {
  opacity: 1;
  transform: translate(0, 0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  transition: all 0.3s;
}
.header_inner {
  position: relative;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding: 20px 0 0;
  transition: all 0.3s;
  align-items: flex-start;
}

.logo {
  background: #003E92;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 30px 15px 25px;
}
@media screen and (min-width: 768px) {
  .logo {
    font-size: 24px;
    padding: 30px 20px 25px;
  }
}
@media screen and (min-width: 1300px) {
  .logo {
    padding: 35px 25px 30px;
  }
}
.logo a {
  color: white;
  text-decoration: none;
}
.logo:hover span {
  opacity: 0.7;
  transition: all 0.3s;
}
.logo_img {
  width: 115px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (min-width: 1300px) {
  .logo_img {
    width: 185px;
  }
}

.header_nav a {
  text-decoration: none;
}

.header_nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  background-color: #003E92;
  padding: 20px 10px 0;
  overflow: auto;
  transition: all 0.3s;
}
.header_nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_nav {
    padding: 20px 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header_nav {
    position: static;
    width: auto;
    height: auto;
    background: none;
    transform: none;
    overflow: initial;
    padding: 0 30px;
    transition: none;
  }
}
.header_nav .logo {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .header_nav .logo {
    padding: 30px 0 0;
  }
}
.header_nav .nav_items {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .header_nav .nav_items {
    display: flex;
    align-items: center;
  }
}
.header_nav li {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header_nav li {
    padding: 0 8px;
    text-align: center;
    font-size: 16px;
  }
}
.header_nav li a {
  color: white;
  font-weight: bold;
  transition: all 0.3s;
  display: block;
}
@media screen and (min-width: 1200px) {
  .header_nav li a {
    color: #003E92;
  }
}
.header_nav li a:hover {
  color: #E9AB04;
}
@media screen and (min-width: 1200px) {
  .header_nav li a {
    white-space: nowrap;
  }
}
.header_nav .nav_inquiry {
  background: #E9AB04;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.header_nav .nav_inquiry a {
  font-weight: bold;
  color: white;
  display: block;
  padding: 10px;
  position: relative;
}
.header_nav .nav_inquiry a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-90px, -50%);
  left: 50%;
  width: 26px;
  height: 20px;
  background-image: url(../../img/i_inquiry.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header_nav .nav_inquiry:hover {
  background-color: #fff;
}
.header_nav .nav_inquiry:hover a {
  color: #E9AB04;
}
.header_nav .nav_inquiry:hover a::before {
  background-image: url(../../img/i_inquiry_hover.png);
}

.top .header_nav li > a {
  color: white;
}
.top .header_nav li > a:hover {
  color: #E9AB04;
}

.header_nav .has_child {
  position: relative;
}
.header_nav .has_child span {
  margin-left: 4px;
  vertical-align: middle;
  font-size: 16px;
  transform: rotate(90deg);
}
.header_nav .has_child ul {
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: none;
  padding: 10px 30px 10px;
  background: #002658;
  display: none;
  margin: 10px 0;
}
@media screen and (min-width: 1200px) {
  .header_nav .has_child ul {
    position: absolute;
    top: 20px;
    left: 0;
    transition: all 0.3s;
    padding: 10px;
    width: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    display: block;
  }
}
.header_nav .has_child ul li a {
  border-bottom: 1px solid white;
  display: block;
  padding: 5px;
  color: white;
}
.header_nav .has_child ul li a:hover {
  color: #E9AB04;
  border-bottom: 1px solid #E9AB04;
}

.header_nav li.has_child:hover > ul,
.header_nav li.has_child ul li:hover > ul,
.header_nav li.has_child:active > ul,
.header_nav li.has_child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.header_nav .has_child.active > a img {
  transform: rotate(-180deg);
}

.btn_header_hamburger {
  width: 48px;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  z-index: 1000;
  margin-right: 15px;
  transition: all 0.3s;
}
.btn_header_hamburger span {
  width: 100%;
  height: 2px;
  background: #003E92;
  position: relative;
  transform: all 0.3s;
  display: block;
  transition: all 0.3s;
}
.btn_header_hamburger span:nth-child(1) {
  top: 0;
}
.btn_header_hamburger span:nth-child(2) {
  margin: 10px 0;
}
.btn_header_hamburger span:nth-child(3) {
  top: 0;
}

_::-webkit-full-page-media, _:future, :root .btn_header_hamburger {
  width: 64px;
  margin-right: 0;
}

.header_nav.is_active {
  transform: translateX(0);
}

.btn_header_hamburger.is_active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
  background: white;
}
.btn_header_hamburger.is_active span:nth-child(2) {
  opacity: 0;
}
.btn_header_hamburger.is_active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -13px;
  background: white;
}

#___gcse_0 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #___gcse_0 {
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: 0;
    width: 400px;
  }
}

.gsc-control-cse {
  margin: 0px !important;
  padding: 0px !important;
  border: 3px solid #EDEFF5 !important;
  border-radius: 5px;
}

.gsc-search-box {
  margin: 0px !important;
}

.gsc-input-box {
  border: none !important;
  border-radius: 5px !important;
}

.gsib_a {
  padding-left: 20px !important;
}

.gsc-search-button-v2 {
  margin: 0px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  background-color: transparent !important;
  color: #EDEFF5 !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  cursor: pointer;
}

.gsc-search-button-v2 svg {
  fill: #98A6B5 !important;
  width: 20px;
  height: 20px;
}

.gscb_a, .gscb_a {
  color: #98A6B5 !important;
}

input:-moz-placeholder-shown {
  color: #bababa;
}

input:placeholder-shown {
  color: #bababa;
}

#header.is_scroll {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#header.is_scroll .header_inner {
  padding: 0;
  align-items: center;
  transition: all 0.3s;
}
#header.is_scroll .header_inner h1.logo {
  margin-bottom: 0;
  padding: 15px 20px 10px;
}
#header.is_scroll .header_inner h1.logo .logo_img {
  width: 100px;
}
@media screen and (min-width: 1200px) {
  #header.is_scroll .header_inner #___gcse_0 {
    display: none;
  }
}
#header.is_scroll .header_inner .nav_items {
  margin-bottom: 0;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #header.is_scroll .header_inner .nav_items > li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header.is_scroll .header_inner .nav_items > li > a {
    color: #003E92;
  }
}
@media screen and (min-width: 1200px) {
  #header.is_scroll .header_inner .nav_items > li > a:hover {
    color: #E9AB04;
  }
}

footer .footer_top {
  background: #003E92;
}
footer .footer_top .footer_nav_list {
  margin-bottom: 0;
}
footer .footer_top .footer_nav_list:first-child {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_list:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .footer_top .footer_nav_list:last-child {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_list:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .footer_top .footer_nav_list > li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_list > li {
    margin-bottom: 20px;
  }
}
footer .footer_top .footer_nav_list a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: all 0.3s;
}
footer .footer_top .footer_nav_list a:hover {
  color: #E9AB04;
}
footer .footer_top .footer_nav_acd {
  display: none;
}
footer .footer_top .acd_label {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  footer .footer_top .acd_label {
    margin-bottom: 5px;
    cursor: initial;
  }
}
footer .footer_top .acd_label:hover {
  color: #E9AB04;
}
@media screen and (min-width: 768px) {
  footer .footer_top .acd_label:hover {
    color: white;
  }
}
footer .footer_top .acd_label span {
  margin-left: 4px;
  font-size: 15px;
  vertical-align: middle;
  transform: rotate(90deg);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  footer .footer_top .acd_label span {
    display: none;
  }
}
footer .footer_top .footer_nav_child_list {
  height: 0;
  opacity: 0;
  padding: 0 15px;
  transition: all 0.3s;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_child_list {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    padding: 0;
  }
}
footer .footer_top .footer_nav_child_list li {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_child_list li {
    padding-right: 30px;
    position: relative;
  }
  footer .footer_top .footer_nav_child_list li a {
    font-weight: normal;
  }
  footer .footer_top .footer_nav_child_list li::before {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    height: 80%;
    transform: translateY(20%);
    width: 1px;
    background: white;
  }
  footer .footer_top .footer_nav_child_list li:last-child::before {
    width: 0;
  }
}
footer .footer_top .footer_nav_acd:checked + .acd_label {
  color: #E9AB04;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_acd:checked + .acd_label {
    color: white;
  }
}
footer .footer_top .footer_nav_acd:checked + .acd_label span {
  transform: rotate(-90deg);
}
footer .footer_top .footer_nav_acd:checked + .acd_label + .footer_nav_child_list {
  height: auto;
  opacity: 1;
  padding: 10px 15px;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer_nav_acd:checked + .acd_label + .footer_nav_child_list {
    padding: 0;
  }
}
footer .footer_bottom {
  background: #002658;
  padding: 15px;
}
footer .footer_bottom img {
  width: 183px;
  margin: 10px auto;
  display: block;
  transition: all 0.3s;
}
footer .footer_bottom a:hover img {
  opacity: 0.7;
}
footer .footer_bottom .copyright {
  font-size: 10px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

.mv {
  position: relative;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1200px) {
  .mv {
    margin-bottom: 10rem;
  }
}
.mv .mv_slider {
  position: relative;
  z-index: -1;
  height: 100vh;
  min-height: 700px;
}
@media screen and (min-width: 768px) {
  .mv .mv_slider {
    height: 92vh;
  }
}
.mv .mv_slider li {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .mv .mv_slider li {
    height: 92vh;
  }
}
.mv .mv_slider .slide_item01 {
  background-image: url(../../img/mv01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .mv .mv_slider .slide_item01 {
    background-image: url(../../img/mv01.jpg?20241204);
  }
}
.mv .mv_slider .slide_item02 {
  background-image: url(../../img/mv02.jpg);
}
.mv .mv_slider .slide_item03 {
  background-image: url(../../img/mv03.jpg);
}
.mv .mv_slider::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.mv .mv_txt {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 2;
  width: 95%;
  text-align: center;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.mv .mv_txt_heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv .mv_txt_heading {
    font-size: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .mv .mv_txt_heading {
    font-size: 42px;
  }
}
.mv .scrolldown {
  position: absolute;
  left: 50%;
  bottom: -50px;
  height: 100px;
}
.mv .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: #333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
.mv .scrolldown span {
  position: absolute;
  bottom: -10px;
  left: -20px;
  font-size: 16px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.mv_txt_heading {
  overflow: hidden;
}
.mv_txt_heading span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.24, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.mv_txt_heading span.fadeUp {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.top .intro_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .top .intro_container {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .top .intro_container {
    padding-top: 30px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 992px) {
  .top .intro_container .row {
    align-items: center;
  }
}
.top .intro_container .intro_txt {
  position: relative;
  text-align: left;
  padding: 30px 15px;
  margin-bottom: 110px;
}
@media screen and (min-width: 576px) {
  .top .intro_container .intro_txt {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .top .intro_container .intro_txt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top .intro_container .intro_txt {
    order: 2;
    padding: 15px;
    margin-bottom: 100px;
  }
}
.top .intro_container .intro_txt span {
  background: linear-gradient(transparent 70%, #FBE19B 70%);
  font-size: 20px;
  padding: 0 5px;
  font-weight: bold;
}
.top .intro_container .intro_txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15px);
  height: 4px;
  background: #D0EEFF;
}
@media screen and (min-width: 1200px) {
  .top .intro_container .intro_txt::before {
    top: -15px;
  }
}
.top .intro_container .intro_txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 4px;
  background: #D0EEFF;
}
@media screen and (min-width: 992px) {
  .top .intro_container .intro_txt::after {
    left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top .intro_container .intro_txt::after {
    bottom: -30px;
  }
}
.top .intro_container .intro_txt .intro_image {
  position: absolute;
  right: 30px;
  bottom: -100px;
  width: 45%;
  max-width: 212px;
}
@media screen and (min-width: 768px) {
  .top .intro_container .intro_txt .intro_image {
    right: 10%;
  }
}
@media screen and (min-width: 992px) {
  .top .intro_container .intro_txt .intro_image {
    max-width: 170px;
    right: 5%;
  }
}

.top .google_partners {
  display: flex;
  padding: 15px;
  border: 1px solid #dadce0;
  margin-bottom: 3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top .google_partners {
    max-width: 350px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .top .google_partners {
    max-width: initial;
    margin-bottom: 0;
  }
}
.top .google_partners > a {
  display: block;
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .top .google_partners > a {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top .google_partners > a {
    width: 120px;
  }
}
.top .google_partners > a img {
  width: 100%;
  transition: all 0.3s;
}
.top .google_partners > a img:hover {
  opacity: 0.7;
}
.top .google_partners p {
  text-align: left;
  width: auto;
  color: #777;
  margin-bottom: 0;
  font-size: 14px;
}

.top .fadein {
  transition: transform 1.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.24, 1);
  opacity: 0;
}
.top .fadein.fadein_right {
  transform: translate(50%, 0);
}
.top .fadein.fadein_left {
  transform: translate(-50%, 0);
}
.top .fadein.scrollin {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.top .main_container {
  margin-bottom: 100px;
}
.top main {
  width: 100%;
  margin-bottom: 0;
}

.top .add_slider {
  margin-bottom: 5rem;
}
.top .add_slider h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-left: 5vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top .add_slider h2 {
    font-size: 36px;
  }
}
.top .add_slider h2::before {
  position: absolute;
  content: "";
  width: 70vw;
  height: 100px;
  top: -35px;
  left: 0;
  background: #003E92;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
@media screen and (min-width: 768px) {
  .top .add_slider h2::before {
    width: 70%;
    height: 120px;
    top: -38px;
    border-radius: 0 70px 70px 0;
  }
}
.top .add_slider > ul {
  margin-bottom: 30px;
}
.top .add_slider .slide_item {
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  width: 300px;
}
.top .add_slider .slide_item > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.top .add_slider .slide_item_top {
  padding: 20px 10px;
  position: relative;
}
.top .add_slider .slide_item_top figure {
  width: 280px;
  height: 280px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .top .add_slider .slide_item_top figure {
    margin-bottom: 0;
  }
}
.top .add_slider .slide_item_inner .tag_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 280px;
}
.top .add_slider .slide_item_inner .tag_list li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.top .add_slider .slide_item_inner .tag_list li a {
  border: 1px solid #E9AB04;
  color: #E9AB04;
  font-size: 12px;
  position: relative;
  z-index: 10;
  display: block;
  border-radius: 5px;
  padding: 2px 5px;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .top .add_slider .slide_item_inner .tag_list li a {
    border: 1px solid white;
    color: white;
  }
}
@media screen and (min-width: 992px) {
  .top .add_slider .slide_item_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px;
    opacity: 0;
    transition: all 0.3s;
  }
}
.top .add_slider .slide_item_bottom {
  padding: 0 10px 10px;
  max-width: 300px;
}
.top .add_slider .slide_item_bottom .slide_item_ttl {
  font-weight: bold;
}
.top .add_slider .slide_item_bottom time {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #949494;
}
.top .add_slider .slide_item:hover {
  background: #E9AB04;
  transform: scale(103%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .top .add_slider .slide_item:hover .slide_item_inner {
    opacity: 1;
  }
}
.top .add_slider .slide_item:hover .slide_item_inner a {
  color: white;
  border: 1px solid white;
}
.top .add_slider .slide_item:hover .slide_item_inner a:hover {
  background: white;
  color: #E9AB04;
  text-decoration: none;
}
.top .add_slider .btn_line {
  padding-right: 35px;
}

.top .add_slider .slick-track {
  display: flex;
}
.top .add_slider .slick-slide {
  height: auto !important;
}

.top .nav_slider {
  margin-bottom: 5rem;
}
.top .nav_slider h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 1.5rem 0;
  border-top: 2px solid #D9D9D9;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .top .nav_slider h3 {
    font-size: 24px;
  }
}
.top .nav_slider h3::before {
  position: absolute;
  content: "";
  width: 20%;
  left: 0;
  top: -2px;
  border-bottom: 2px solid #003E92;
}
.top .nav_slider ul {
  position: relative;
}
.top .nav_slider ul::before {
  position: absolute;
  content: "";
  width: 70vw;
  height: 150px;
  background: #EDEFF5;
  left: 0;
  bottom: -15px;
  z-index: -1;
  border-radius: 0 70px 70px 0;
}
@media screen and (min-width: 768px) {
  .top .nav_slider ul::before {
    width: 70%;
    height: 100px;
    border-radius: 0 50px 50px 0;
    bottom: -5px;
  }
}
.top .nav_slider .slide_item a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.top .nav_slider .slide_item a img {
  margin-bottom: 8px;
  width: 100%;
  transition: all 0.3s;
}
.top .nav_slider .slide_item a:hover {
  color: #E9AB04;
}
.top .nav_slider .slide_item a:hover img {
  opacity: 0.7;
}
.top .nav_slider .slick-slide {
  padding: 0 8px;
}
.top .nav_slider .slick-next {
  right: 38px !important;
  top: 30%;
}
@media screen and (min-width: 768px) {
  .top .nav_slider .slick-next {
    right: 34px !important;
    top: 35%;
  }
}
.top .nav_slider .slick-prev {
  left: -12px !important;
  top: 30%;
}
@media screen and (min-width: 768px) {
  .top .nav_slider .slick-prev {
    left: -11px !important;
    top: 35%;
  }
}
.top .nav_slider .slick-arrow {
  z-index: 2 !important;
}
.top .nav_slider .slick-arrow::before {
  font-size: 50px !important;
  color: #E9AB04 !important;
  position: absolute;
}
@media screen and (min-width: 576px) {
  .top .nav_slider .slick-track {
    margin-left: 0;
  }
}

aside {
  min-width: 300px;
}
@media screen and (min-width: 768px) {
  aside .aside_wrap {
    width: 300px;
    margin: 0 auto;
  }
}
aside .aside_heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
aside .aside_container {
  padding: 15px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  aside .aside_container {
    padding: 0;
  }
}

aside .rectangle_banner {
  margin-bottom: 2rem;
}

aside .top_news {
  word-break: break-all;
}
aside .top_news dt {
  color: #949494;
}
aside .top_news .btn_line {
  padding-right: 20px;
}

aside .recommend .img_banner a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
aside .recommend .img_banner a:hover {
  color: #E9AB04;
}
aside .recommend .img_banner a:hover img {
  opacity: 0.7;
}
aside .recommend .img_banner a img {
  transition: all 0.3s;
}
aside .recommend .text_banner li {
  margin-bottom: 5px;
}
aside .recommend .text_banner a {
  color: #003E92;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  padding-left: 15px;
}
aside .recommend .text_banner a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 12px solid #003E92;
  transition: all 0.3s;
}
aside .recommend .text_banner a:hover {
  color: #E9AB04;
}
aside .recommend .text_banner a:hover::before {
  border-left: 12px solid #E9AB04;
}

@media screen and (min-width: 768px) {
  .mediadata section {
    margin-bottom: 6rem;
  }
}
.mediadata .page_title {
  background-image: url(../../mediadata/img/bg_title_mediadata.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.mediadata_block {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .mediadata_block {
    margin-bottom: 0;
  }
}
.mediadata_block_heading {
  color: #C3902E;
  font-weight: bold;
  margin-bottom: 1rem;
}
.mediadata_block_note {
  font-size: 12px;
  text-align: right;
}
.mediadata_block a {
  position: relative;
  background: #EDEFF5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.mediadata_block a:hover {
  opacity: 0.7;
}
.mediadata_block a img {
  width: 100%;
}
.mediadata_block a .height_adjust {
  max-height: 300px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .mediadata_block a .height_adjust {
    max-height: 200px;
  }
}
.mediadata_block a .i_expansion {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #003E92;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediadata_block a .i_expansion img {
  width: 40px;
  height: 40px;
}
.mediadata .data_doshin > div {
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 30px;
}
.mediadata .data_doshin figure {
  margin-bottom: 8px;
  border: 1px solid #ddd;
}
.mediadata .data_doshin .btn_pdf {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}
.mediadata .data_doshin .btn_pdf a {
  padding: 5px 5px;
  background: #003E92;
  color: white;
  border-radius: 5px;
  border: 1px solid #003E92;
  margin-bottom: 5px;
  text-decoration: none;
}
.mediadata .data_doshin .btn_pdf a:hover {
  background: white;
  opacity: 1;
  color: #003E92;
}
.mediadata .data_doshin .btn_pdf p {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .mediadata_overview {
    align-self: end;
    margin-bottom: 1rem;
  }
}
.mediadata_overview_inner {
  background-color: #f0e7f0;
  padding: 15px;
}
.mediadata_overview ul {
  margin-bottom: 0;
}
.mediadata_overview ul li {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .mediadata_overview ul li {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .mediadata_overview ul li {
    font-size: 14px;
  }
}
.mediadata_overview dl {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mediadata_overview dl {
    display: flex;
  }
}
.mediadata_overview dl dt {
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mediadata_overview dl dt {
    flex-shrink: 0;
  }
}
.mediadata_overview dl dd {
  margin-bottom: 0;
}

.paper .page_title {
  background-image: url(../../paper/img/bg_title_paper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.paper .paper_radius_heading {
  font-weight: bold;
  border-radius: 30px;
  font-size: 16px;
  padding: 8px 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .paper .paper_radius_heading {
    font-size: 20px;
  }
}
.paper .row {
  margin-right: 0;
  margin-left: 0;
}

.paper_type h5 {
  font-size: 16px;
  font-weight: bold;
  color: #003E92;
  margin-bottom: 1rem;
}
.paper_type ul.circle_list {
  padding-left: 20px;
}
.paper_type ul.circle_list li {
  list-style: disc;
}
.paper_type .table_normal {
  border: none;
}
.paper_type .table_normal th, .paper_type .table_normal td {
  padding: 0.25rem;
  font-weight: normal;
  border-color: #999;
  vertical-align: middle;
}
.paper_type .table_normal thead th {
  border: none;
  padding: 0 0 5px;
}
.paper_type .table_normal tbody th, .paper_type .table_normal tbody td {
  text-align: center;
  font-size: 14px;
}
.paper_type .table_normal tbody th {
  background: #AFCAE4;
  padding: 0.25rem;
}
.paper_type .table_normal tfoot td {
  border: none;
  padding: 0 0 5px;
  text-align: right;
}
.paper_type .table-striped {
  font-size: 14px;
}
.paper_type .table-striped th, .paper_type .table-striped td {
  padding: 0.25rem;
}

.paper_type section.container {
  margin-top: -70px;
  padding-top: 70px;
}
.paper_type .accordion_heading {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .paper_type .accordion_heading {
    padding-left: 40px;
  }
}
.paper_type .accordion_heading.open .i_open {
  display: none;
}
.paper_type .accordion_heading.open .i_close {
  display: inline-block;
}
.paper_type .accordion_heading .i_close {
  display: none;
}
.paper_type .accordion_heading.stay .i_open {
  display: none;
}
.paper_type .accordion_heading.stay .i_close {
  display: inline-block;
}
.paper_type .accordion_heading.open.stay .i_open {
  display: inline-block;
}
.paper_type .accordion_heading.open.stay .i_close {
  display: none;
}

.paper_type .modaal-inner-wrapper {
  padding: 80px 0;
}
@media screen and (min-width: 576px) {
  .paper_type .modaal-inner-wrapper {
    padding: 80px 25px;
  }
}
.paper_type .modaaal-content {
  width: 100vw;
  max-width: 700px;
}
.paper_type .modaal-container {
  width: 100%;
  max-width: 700px;
}
.paper_type .modaal-content-container {
  width: 100vw;
  max-width: 700px;
}
@media screen and (min-width: 576px) {
  .paper_type .modaal-content-container {
    width: 100%;
  }
}
.paper_type .modaal-content-container .modal_heading {
  font-weight: bold;
  background: #003E92;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
}
.paper_type .modaal-content-container .modal_sub_heading span {
  color: #E9AB04;
}
.paper_type .modaal-content-container th, .paper_type .modaal-content-container td {
  white-space: nowrap;
  padding: 0.25rem;
}
.paper_type .modaal-content-container thead th {
  border: none;
  padding: 0;
}
.paper_type .modaal-content-container .table_hanbetsu tbody {
  text-align: center;
  font-size: 14px;
}
.paper_type .modaal-content-container .table_hanbetsu tbody th, .paper_type .modaal-content-container .table_hanbetsu tbody td {
  border: 1px solid #999;
  vertical-align: middle;
}
.paper_type .modaal-content-container .table_hanbetsu .zendo {
  background: rgba(115, 168, 172, 0.5);
}
.paper_type .modaal-content-container .table_hanbetsu .sapporo {
  background: rgba(245, 104, 142, 0.5);
}
.paper_type .modaal-content-container .table_hanbetsu .hakodate {
  background: rgba(100, 187, 124, 0.5);
}
.paper_type .modaal-content-container .table_hanbetsu .asahikawa {
  background: rgba(254, 204, 92, 0.5);
}
.paper_type .modaal-content-container .table_hanbetsu .senkon {
  background: rgba(106, 199, 222, 0.5);
}
.paper_type .modaal-content-container .list_note {
  font-size: 14px;
}
.paper_type .modaal-content-container .list_note li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.modaal-close:after, .modaal-close:before {
  background: #707070;
}

.paper_type .page_title {
  margin-bottom: 0;
}
.paper_type .paper_block {
  margin-bottom: 3rem;
}
.paper_type .accordion_heading span {
  color: #E9AB04;
  vertical-align: middle;
  position: absolute;
  top: 1.5rem;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .paper_type .accordion_heading span {
    font-size: 28px;
  }
}
.paper_type .accordion_inner .note {
  text-align: right;
  font-size: 12px;
}
.paper_type .accordion_inner .note .frame_red {
  border: 2px solid red;
  padding: 0 1.5rem;
  margin-right: 0.5rem;
}
.paper_type .accordion_inner .paper_radius_heading {
  color: white;
  background: #003E92;
}
.paper_type .accordion_inner .paper_block_text {
  background: #EDEFF5;
  padding: 10px;
}

.paper_type .page_anchor {
  background-color: #eee;
  margin-bottom: 3rem;
}
.paper_type .page_anchor ul {
  padding: 1rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .paper_type .page_anchor ul {
    justify-content: space-between;
  }
}
.paper_type .page_anchor li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 8px;
}
.paper_type .page_anchor a {
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 2px 25px 2px 5px;
  transition: all 0.3s;
}
.paper_type .page_anchor a::after {
  position: absolute;
  content: "\e5cf";
  font-family: "Material Icons";
  top: 50%;
  transform: translateY(-44%);
  right: 5px;
  font-size: 20px;
}
.paper_type .page_anchor a:hover {
  text-decoration: none;
  color: #E9AB04;
}
@media screen and (min-width: 768px) {
  .paper_type .arekore img {
    height: 265px;
  }
}
@media screen and (min-width: 992px) {
  .paper_type .arekore img {
    height: auto;
  }
}

.paper_type .table_jobdas {
  font-size: 14px;
}
.paper_type .table_jobdas tr td:last-child {
  white-space: nowrap;
}
.paper_type .table_jobdas th {
  border: none;
  text-align: center;
  background: #EFEFEF;
  padding: 0.25rem 0.75rem;
}
.paper_type .table_jobdas td {
  border-top: none;
  border-bottom: 1px dashed #707070;
  padding: 0.25rem 0.75rem;
}

.paper_type #sec03 .accordion_inner .paper_block .paper_radius_heading {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .paper_type #sec03 .accordion_inner .paper_block .paper_radius_heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .paper_type #sec03 .accordion_inner .paper_block:nth-of-type(2) .paper_radius_heading {
    padding: 22px 15px;
  }
}
@media screen and (min-width: 992px) {
  .paper_type #sec03 .accordion_inner .paper_block:nth-of-type(2) .paper_radius_heading {
    padding: 8px 15px;
  }
}

.paper_type .paper_block a img {
  transition: all 0.3s;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
.paper_type .paper_block a[data-lightbox=betsuzuri02] img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .paper_type .paper_block a:hover img {
    transform: scale(105%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  }
}

.paper_type .paper_block_betsuzuri .item_title {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .paper_type .paper_block_betsuzuri .item_title {
    font-size: 20px;
  }
}
.paper_type .paper_block_betsuzuri .item_title_num {
  color: white;
  background: #86b65f;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
}
.paper_type .paper_block_betsuzuri .item_title_area {
  color: #86b65f;
  font-weight: bold;
  vertical-align: baseline;
  align-self: end;
}
.paper_type .paper_block_betsuzuri .block_title {
  color: #003E92;
  font-weight: bold;
  font-size: clamp(18px, 4vw, 24px);
  margin-bottom: 30px;
}

.paper_price .paper_radius_heading {
  color: #fff;
}
.paper_price .paper_radius_heading.price_kizishita {
  background: #C3902E;
}
.paper_price .paper_radius_heading.price_tv {
  background: #73A8AC;
}
.paper_price .paper_radius_heading.price_keiyaku {
  background: #C8847B;
}
.paper_price .paper_radius_heading.price_huka {
  background: #C6CBCF;
}
.paper_price .paper_radius_heading.price_annai {
  background: #9689A3;
}
.paper_price .paper_radius_heading.price_zappo {
  background: #926E4E;
}
.paper_price .btn_match {
  position: relative;
  padding-bottom: 44px;
}
.paper_price .btn_match .btn_paper_price {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.paper_price .btn_paper_price {
  text-align: center;
  margin: 0 auto 1rem;
  padding: 0 15px;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paper_price .btn_paper_price {
    font-size: 20px;
  }
}
.paper_price .btn_paper_price a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  transition: all 0.3s;
}
.paper_price .btn_paper_price a .i_table {
  width: 20px;
  margin-right: 10px;
  transform: translateY(-1px);
}
.paper_price .btn_paper_price.btn_kizishita a {
  border: 2px solid #C3902E;
  color: #C3902E;
}
.paper_price .btn_paper_price.btn_kizishita a:hover {
  background-color: rgba(195, 144, 46, 0.3);
}
.paper_price .btn_paper_price.btn_tv a {
  border: 2px solid #73A8AC;
  color: #73A8AC;
}
.paper_price .btn_paper_price.btn_tv a:hover {
  background-color: rgba(115, 168, 172, 0.3);
}
.paper_price .btn_paper_price.btn_keiyaku a {
  border: 2px solid #C8847B;
  color: #C8847B;
}
.paper_price .btn_paper_price.btn_keiyaku a:hover {
  background-color: rgba(200, 132, 123, 0.3);
}
.paper_price .btn_paper_price.btn_huka a {
  border: 2px solid #C6CBCF;
  color: #C6CBCF;
}
.paper_price .btn_paper_price.btn_huka a:hover {
  background-color: rgba(198, 203, 207, 0.3);
}
.paper_price .btn_paper_price.btn_zappo a {
  border: 2px solid #926E4E;
  color: #926E4E;
}
.paper_price .btn_paper_price.btn_zappo a:hover {
  background-color: rgba(146, 110, 78, 0.3);
}
.paper_price .btn_paper_price.btn_annai a {
  border: 2px solid #9689A3;
  color: #9689A3;
}
.paper_price .btn_paper_price.btn_annai a:hover {
  background-color: rgba(150, 137, 163, 0.3);
}
.paper_price .other h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
}
.paper_price .other h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2px;
  background: #C6CBCF;
}
.paper_price .other .btn_inquiry {
  position: static;
  transform: none;
  text-align: center;
  padding: 15px;
}
.paper_price .other .btn_inquiry a {
  writing-mode: horizontal-tb;
  border-radius: 0;
  padding: 15px 15px 15px 50px;
  margin: auto;
  font-size: 16px;
  max-width: 300px;
  border-radius: 10px;
}
.paper_price .other .btn_inquiry a::before {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.paper_price .modaal-inner-wrapper {
  padding: 80px 0;
}
@media screen and (min-width: 576px) {
  .paper_price .modaal-inner-wrapper {
    padding: 80px 25px;
  }
}
.paper_price .modaaal-content {
  width: 100vw;
  max-width: 700px;
}
.paper_price .modaal-container {
  width: 100%;
  max-width: 700px;
}
.paper_price .modaal-content-container {
  width: 100vw;
  max-width: 700px;
}
@media screen and (min-width: 576px) {
  .paper_price .modaal-content-container {
    width: 100%;
  }
}
.paper_price .modaal-content-container .modal_heading {
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
}
.paper_price .modaal-content-container .modal_heading.kizishita {
  background: #C3902E;
}
.paper_price .modaal-content-container .modal_heading.tv {
  background: #73A8AC;
}
.paper_price .modaal-content-container .modal_heading.keiyaku {
  background: #C8847B;
}
.paper_price .modaal-content-container .modal_heading.huka {
  background: #C6CBCF;
}
.paper_price .modaal-content-container .modal_heading.zappo {
  background: #926E4E;
}
.paper_price .modaal-content-container .modal_heading.annai {
  background: #9689A3;
}
.paper_price .modaal-content-container .table {
  text-align: center;
}
.paper_price .modaal-content-container .table th {
  background: #003E92;
  color: white;
  white-space: nowrap;
  vertical-align: middle;
}
.paper_price .modaal-content-container .table td {
  white-space: nowrap;
  vertical-align: middle;
}
.paper_price .modaal-content-container .list_note li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 8px;
}
.paper_price .modaal-content-container h4 {
  font-size: 16px;
  font-weight: bold;
}

.paper_map .block_heading {
  margin-bottom: 10px;
}
.paper_map .block_heading span {
  background: #73A8AC;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.paper_map .setai {
  font-size: 14px;
}
.paper_map .morning {
  background: #EEFCFF;
}
.paper_map .evening {
  background: #FFEEEE;
}
.paper_map .block_zendo {
  text-align: center;
}
.paper_map .block_zendo .block_heading {
  font-size: 28px;
}
.paper_map .block_zendo .block_heading span {
  padding: 5px 60px;
}
.paper_map .block_zendo figure {
  width: 84px;
  margin: 0 auto 1rem;
}
.paper_map .block_zendo .morning {
  font-size: 32px;
  font-weight: bold;
  padding: 5px 0 15px;
  margin: 0 auto 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paper_map .block_zendo .morning {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .paper_map .block_zendo .morning {
    font-size: 52px;
  }
}
.paper_map .block_zendo .morning span:first-child {
  background: #003E92;
  color: white;
  font-size: 20px;
  vertical-align: middle;
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .paper_map .block_zendo .morning span:first-child {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .paper_map .block_zendo .morning span:first-child {
    padding: 0 15px;
  }
}
.paper_map .block_zendo .morning span:last-child {
  font-size: 24px;
  font-weight: normal;
  vertical-align: baseline;
}
.paper_map .block_zendo .evening {
  font-size: 32px;
  font-weight: bold;
  padding: 5px 0 15px;
  margin: 0 auto 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paper_map .block_zendo .evening {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .paper_map .block_zendo .evening {
    font-size: 52px;
  }
}
.paper_map .block_zendo .evening span:first-child {
  background: #920000;
  color: white;
  font-size: 20px;
  vertical-align: middle;
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .paper_map .block_zendo .evening span:first-child {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .paper_map .block_zendo .evening span:first-child {
    padding: 0 15px;
  }
}
.paper_map .block_zendo .evening span:last-child {
  font-size: 24px;
  font-weight: normal;
  vertical-align: baseline;
}
.paper_map .block_area {
  text-align: center;
  padding: 0 0.5rem;
}
.paper_map .block_area figure {
  width: 70px;
  margin: 0 auto 1rem;
}
.paper_map .block_area .block_heading {
  font-size: 14px;
}
.paper_map .block_area .block_heading span {
  padding: 5px 15px;
  display: block;
}
.paper_map .block_area .morning, .paper_map .block_area .evening {
  font-size: 20px;
  font-weight: bold;
}
.paper_map .block_area .morning span, .paper_map .block_area .evening span {
  font-size: 16px;
  font-weight: normal;
}
.paper_map .block_area .morning span:first-child, .paper_map .block_area .evening span:first-child {
  margin-right: 10px;
}
.paper_map .map_clickable {
  max-width: 830px;
  margin: 0 auto 3rem;
}
.paper_map .modaal-content-container {
  text-align: center;
}

.paper_measure h4 {
  color: #003E92;
  font-size: 20px;
  font-weight: bold;
}
.paper_measure figure img {
  border: 1px solid #C6CBCF;
}
.paper_measure .btn_measure {
  text-align: center;
}
.paper_measure .btn_measure a {
  color: #E9AB04;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #E9AB04;
  padding: 5px 20px;
  transition: all 0.3s;
}
.paper_measure .btn_measure a:hover {
  background-color: rgba(233, 171, 4, 0.3);
}
.paper_measure .btn_measure img {
  width: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .paper_measure dl {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
.paper_measure dl dt {
  background: #003E92;
  color: white;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .paper_measure dl dt {
    width: 200px;
    text-align: center;
    margin-right: 30px;
    flex-shrink: 0;
  }
}
.paper_measure dl dd {
  margin-bottom: 0;
}
.paper_measure .text_link {
  color: #E9AB04;
  text-decoration: underline;
}
.paper_measure .text_link:hover {
  text-decoration: none;
}
.paper_measure .modaal-inner-wrapper {
  padding: 80px 0;
}
@media screen and (min-width: 576px) {
  .paper_measure .modaal-inner-wrapper {
    padding: 80px 25px;
  }
}
.paper_measure .modaaal-content {
  width: 100vw;
  max-width: 700px;
}
.paper_measure .modaal-container {
  width: 100%;
  max-width: 700px;
}
.paper_measure .modaal-content-container {
  width: 100vw;
  max-width: 700px;
}
@media screen and (min-width: 576px) {
  .paper_measure .modaal-content-container {
    width: 100%;
  }
}
.paper_measure .modaal-content-container .modal_heading {
  font-weight: bold;
}
.paper_measure .modaal-content-container .modal_heading span {
  color: #E9AB04;
}
.paper_measure .modaal-content-container .table th, .paper_measure .modaal-content-container .table td {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.paper_measure .modaal-content-container .table .average td {
  background: #DCE4F3;
}
.paper_measure .modaal-content-container .table th {
  padding: 0.25rem;
}
.paper_measure .modaal-content-container .table td {
  padding: 0.25rem;
}

.paper_guide .page_title h2 {
  padding-bottom: 2rem;
}
.paper_guide .page_title p {
  padding-bottom: 3rem;
  color: white;
  text-align: center;
  z-index: 2;
}
.paper_guide .paper_block {
  max-width: 700px;
  margin: 0 auto 5rem;
}
.paper_guide .paper_block .paper_radius_heading {
  color: white;
  background: #003E92;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.paper_guide .paper_block figure {
  text-align: center;
}
.paper_guide .paper_block figure img {
  border: 1px solid #C6CBCF;
}
.paper_guide .paper_block .btn_line {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .paper_guide .paper_block .btn_line {
    text-align: center;
  }
}
.paper_guide .guide_online a img {
  transition: all 0.3s;
}
.paper_guide .guide_online a:hover img {
  opacity: 0.7;
}

.paper_standard main {
  margin-bottom: 0;
}
.paper_standard .paper_block {
  max-width: 700px;
  margin: 0 auto 3rem;
}
.paper_standard .paper_block .paper_radius_heading {
  color: white;
  background: #003E92;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.paper_standard .paper_block figure {
  text-align: center;
}
.paper_standard .paper_block figure img {
  border: 1px solid #C6CBCF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.paper_standard .paper_block .btn_line {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .paper_standard .paper_block .btn_line {
    text-align: center;
  }
}
.paper_standard .q_a {
  background: #EDEFF5;
  padding: 30px 15px 45px;
  margin-bottom: 0;
}
.paper_standard .q_a h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.paper_standard .q_a .i_question {
  font-size: 28px;
  color: #73A8AC;
}
@media screen and (min-width: 768px) {
  .paper_standard .q_a .i_question {
    font-size: 36px;
  }
}
.paper_standard .q_a .i_answer {
  font-size: 28px;
  color: #C8847B;
}
@media screen and (min-width: 768px) {
  .paper_standard .q_a .i_answer {
    font-size: 36px;
  }
}
.paper_standard .q_a .q_a_block {
  background: #fff;
  padding: 20px 15px 0;
  max-width: 900px;
  margin: auto;
}
.paper_standard .q_a .q_a_block h4 {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #73A8AC;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .paper_standard .q_a .q_a_block h4 {
    font-size: 24px;
  }
}
.paper_standard .q_a .q_a_block h4 span {
  transition: all 0.3s;
}
.paper_standard .q_a .q_a_block h4 .question_heading {
  padding-left: 3rem;
  text-indent: -3rem;
  padding-right: 5px;
  margin-right: 1rem;
}
.paper_standard .q_a .q_a_block h4 .i_close {
  display: none;
}
.paper_standard .q_a .q_a_block h4.open {
  margin-bottom: 20px;
}
.paper_standard .q_a .q_a_block h4.open .i_open {
  display: none;
}
.paper_standard .q_a .q_a_block h4.open .i_close {
  display: block;
}
.paper_standard .q_a .q_a_block .accordion_inner {
  display: none;
}
.paper_standard .q_a .q_a_block .accordion_inner .answer_heading {
  color: #C8847B;
  white-space: nowrap;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .paper_standard .q_a .q_a_block .accordion_inner .answer_heading {
    font-size: 24px;
    margin-right: 1.5rem;
  }
}
.paper_standard .q_a .q_a_block .accordion_inner h5 {
  font-size: 16px;
  font-weight: bold;
  color: #C8847B;
}
.paper_standard .q_a .q_a_item {
  border-bottom: 2px dashed #C6CBCF;
  padding-bottom: 20px;
}
.paper_standard .q_a ul {
  padding-left: 30px;
}
.paper_standard .q_a ul li {
  list-style: disc;
}
.paper_standard .q_a .q_a_block:last-child .q_a_item {
  border-bottom: none;
}

.digital .row {
  margin-left: 0;
  margin-right: 0;
}
.digital .page_title::before {
  display: none;
}
.digital .btn_pdf {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 5rem;
  text-align: center;
}
.digital .btn_pdf a {
  color: white;
  background: #E9AB04;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.digital .btn_pdf a::after {
  position: absolute;
  content: "";
  height: 31px;
  width: 29px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../digital/img/i_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.digital .btn_pdf a:hover {
  background: white;
  color: #E9AB04;
}
.digital .btn_pdf a:hover::after {
  background-image: url(../../digital/img/i_pdf_hover.png);
}
.digital .btn_link {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 5rem;
  text-align: center;
}
.digital .btn_link a {
  color: white;
  background: #E9AB04;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.digital .btn_link a::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../search/img/i_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.digital .btn_link a:hover {
  background: white;
  color: #E9AB04;
}
.digital .btn_link a:hover::after {
  background-image: url(../../search/img/i_link_hover.png);
}
@media screen and (min-width: 576px) {
  .digital .btn_lineup .btn_pdf, .digital .btn_lineup .btn_link {
    margin: 0 20px;
  }
}

.digital_index .page_title {
  background-image: url(../../digital/img/bg_title_digital.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.digital_index .banner_list figure {
  margin-bottom: 0;
}
.digital_index .banner_list p {
  padding: 0 10px;
}

.digital_web-sns main .page_title h2 {
  color: #003E92;
  padding-bottom: 2rem;
}
.digital_web-sns main .page_title img {
  margin-bottom: 1rem;
}
.digital_web-sns main ul {
  background: #EDEFF5;
  border-radius: 20px;
  padding: 15px;
}
.digital_web-sns main ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.digital_web-sns main ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 15px;
  background-image: url(../../digital/img/i_web-sns_list.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .digital_web-sns main ul li {
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 15px;
  }
  .digital_web-sns main ul li::before {
    width: 42px;
    height: 30px;
  }
}
.digital_web-sns main .partner {
  text-align: center;
  font-weight: bold;
  color: #003E92;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .digital_web-sns main .partner {
    font-size: 20px;
  }
}
.digital_web-sns main .google_partners {
  display: flex;
  padding: 15px;
  border: 1px solid #dadce0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .digital_web-sns main .google_partners {
    margin-bottom: 0;
    max-width: 500px;
  }
}
.digital_web-sns main .google_partners > a {
  display: block;
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .digital_web-sns main .google_partners > a {
    width: 120px;
  }
}
.digital_web-sns main .google_partners > a img {
  width: 100%;
  transition: all 0.3s;
  margin-bottom: 0;
}
.digital_web-sns main .google_partners > a img:hover {
  opacity: 0.7;
}
.digital_web-sns main .google_partners p {
  text-align: left;
  width: auto;
  color: #777;
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .digital_mail h2 {
    padding-top: 0;
  }
}
.digital_mail main h3 {
  text-align: center;
  color: white;
}
.digital_mail main h3 span {
  background: #3980C3;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 40px;
  border-radius: 250px;
}
@media screen and (min-width: 576px) {
  .digital_mail main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .digital_mail main ul {
    justify-content: flex-start;
  }
}
.digital_mail main ul li {
  text-align: center;
  background: #EDEFF5;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .digital_mail main ul li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .digital_mail main ul li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.digital_mail main ul li span {
  color: #3980C3;
  font-size: 20px;
  font-weight: bold;
}

.digital_vm .page_title {
  background-image: url(../../digital/img/bg_title_digital.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.digital_vm main ul {
  max-width: 800px;
  margin: auto;
}
.digital_vm main li {
  margin-bottom: 3rem;
}
.digital_vm main figure {
  margin: 0 auto 8px;
  text-align: center;
}
.digital_vm main figure a {
  transition: all 0.3s;
}
.digital_vm main figure a:hover {
  opacity: 0.7;
}

.digital_banner main .note {
  font-size: 14px;
  text-align: right;
}
.digital_banner .text_bg_blue {
  background: #EDEFF5;
  padding: 15px;
}
.digital_banner h4 {
  font-weight: bold;
  color: #003E92;
  font-size: 16px;
}
.digital_banner .img_heading {
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .digital_banner .img_heading {
    white-space: nowrap;
  }
}
.digital_banner .page_title img {
  max-width: 300px;
}
.digital_banner .table_access .heading span {
  color: #2C628D;
}
.digital_banner .table_access table {
  text-align: center;
  border: none;
}
.digital_banner .table_access tr:nth-child(even) {
  background: #E0E0E0;
}
.digital_banner .table_access th {
  background: #767676;
  color: white;
}
.digital_banner .table_access th, .digital_banner .table_access td {
  border-right: 1px solid white;
  border-top: 1px solid white;
  padding: 0.5rem;
}
.digital_banner .device_heading {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.digital_banner .device_heading span {
  background: #003E92;
  width: 250px;
  padding: 10px 15px;
  border-radius: 10px;
  display: block;
  margin: auto;
}

.digital_pr .page_title img {
  max-width: 300px;
}
.digital_pr .pr_flow li {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .digital_pr .pr_flow li {
    width: 29%;
  }
}
.digital_pr .pr_flow li:first-child::after, .digital_pr .pr_flow li:nth-child(2)::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-top: 25px solid #003E92;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  bottom: -30px;
}
@media screen and (min-width: 768px) {
  .digital_pr .pr_flow li:first-child::after, .digital_pr .pr_flow li:nth-child(2)::after {
    border-top: 17px solid transparent;
    border-left: 25px solid #003E92;
    border-right: none;
    border-bottom: 17px solid transparent;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    left: auto;
    bottom: auto;
    right: -15%;
  }
}
.digital_pr .pr_flow li:last-child::after {
  top: -40px;
}
@media screen and (min-width: 768px) {
  .digital_pr .pr_flow li:last-child::after {
    top: auto;
    left: -35px;
  }
}
@media screen and (min-width: 768px) {
  .digital_pr .pr_flow li:nth-child(2) {
    margin-right: 6.5%;
    margin-left: 6.5%;
  }
}
.digital_pr .pr_flow .heading {
  background: #003E92;
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 5px 0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.digital_pr .pr_flow figure {
  text-align: center;
}
.digital_pr .flow_note {
  background: #EDEFF5;
  padding: 15px;
}
.digital_pr .flow_note li {
  color: #003E92;
}
.digital_pr .pr_medical {
  border: 2px solid #003E92;
  padding: 15px;
}
.digital_pr .pr_medical_heading {
  color: #003E92;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 30px;
}
.digital_pr .pr_medical dt span {
  background: #EDEFF5;
  padding: 5px 40px;
  color: #003E92;
}

.digital_line .page_title img {
  max-width: 82px;
  margin-bottom: 15px;
}
.digital_line .page_title h2 {
  color: #06C755;
  text-shadow: none;
}
.digital_line .line_user {
  background: #EDEFF5;
  padding: 20px 0;
  margin-bottom: 3rem;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .digital_line .line_user {
    margin-bottom: 1rem;
  }
}
.digital_line .line_user p {
  display: inline-block;
  color: white;
  background: #003E92;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 20px;
}
.digital_line .line_user figure {
  padding: 0 15px;
}

.digital_cash-b .page_title img {
  max-width: 82px;
  margin-bottom: 15px;
}
.digital_cash-b .page_title h2 {
  color: #00833E;
  text-shadow: none;
}
.digital_cash-b .cash-b_block {
  justify-content: center;
  margin-bottom: 3rem;
}
.digital_cash-b .cash-b_block h3 {
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.digital_cash-b .cash-b_block h3 span {
  background: #00833E;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .digital_cash-b .cash-b_block h3 span {
    width: 300px;
  }
}
.digital_cash-b .cash-b_block figcaption {
  font-size: 14px;
  text-align: right;
}
.digital_cash-b .cash-b_block li {
  background: #D4E9DE;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.digital_cash-b .cash-b_block li::after {
  position: absolute;
  content: "";
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-top: 25px solid #00833E;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.digital_cash-b .cash-b_block li:last-child {
  margin-bottom: 0;
}
.digital_cash-b .cash-b_block li:last-child::after {
  border: none;
}
.digital_cash-b .cash-b_block li .cash-b_qr {
  width: 50px;
}

.digital_owlet .page_title h2 {
  color: #003E92;
  text-shadow: none;
}
.digital_owlet .owlet_study_block {
  background: #EDEFF5;
  border-radius: 15px;
  padding: 15px;
}
.digital_owlet .owlet_study_block .heading {
  font-size: 20px;
  color: #003E92;
  font-weight: bold;
  margin-bottom: 0;
}
.digital_owlet .owlet_study_block .note {
  font-size: 14px;
  text-align: right;
}
.digital_owlet .owlet_study_block dl {
  margin-bottom: 0;
}
.digital_owlet .owlet_study_block dt {
  color: white;
  background: #003E92;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.digital_owlet .owlet_study_block dd span {
  font-size: 24px;
  font-weight: bold;
  color: #003E92;
}
.digital_owlet figcaption {
  font-size: 14px;
  text-align: right;
}
.digital_owlet .owlet_structure_heading {
  font-weight: bold;
  color: #003E92;
}
.digital_owlet .bg_square {
  background-image: url(/digital/img/owlet_bg_square.gif);
  background-repeat: repeat;
}

.digital_support main .btn_inquiry {
  position: static;
  transform: none;
  text-align: center;
  padding: 15px;
}
.digital_support main .btn_inquiry a {
  writing-mode: horizontal-tb;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  max-width: 300px;
  border-radius: 10px;
  margin: auto;
}
.digital_support main .btn_inquiry a::before {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.digital_support .support_image {
  background-image: url(/digital/img/web_support_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  position: relative;
}
.digital_support .support_image:hover {
  opacity: 0.7;
}
.digital_support .support_image::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.digital_support .support_image a {
  display: block;
  height: 120vw;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .digital_support .support_image a {
    height: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .digital_support .support_image a {
    height: auto;
    min-height: 500px;
  }
}

.digital_do-spo section .row:not(last-child) {
  margin-bottom: 80px;
}
.digital_do-spo .text_border {
  border: 1px solid #333;
  padding: 15px;
}
.digital_do-spo h4 {
  color: #003E92;
  font-weight: bold;
  font-size: 20px;
}
.digital_do-spo .attr_img figure {
  text-align: center;
  margin-bottom: 3rem;
}
.digital_do-spo .attr_img img {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.search .row {
  margin-left: 0;
  margin-right: 0;
}
.search .page_title::before {
  display: none;
}
.search .btn_link {
  width: 100%;
  max-width: 250px;
  margin: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.search .btn_link a {
  color: white;
  background: #E9AB04;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.search .btn_link a::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../search/img/i_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.search .btn_link a:hover {
  background: white;
  color: #E9AB04;
}
.search .btn_link a:hover::after {
  background-image: url(../../search/img/i_link_hover.png);
}

.search .page_title h2 {
  padding-bottom: 0;
}
.search .search_point {
  background: #EDEFF5;
  padding: 20px 0;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 5rem;
}
.search .search_point .heading {
  display: inline-block;
  color: white;
  background: #003E92;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 20px;
}
.search .search_point ul {
  padding-left: 40px;
  padding-right: 15px;
}
.search .search_point ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}
.search .search_point ul li span {
  color: #003E92;
}

.search_doshin-pc .page_title h2 img {
  max-width: 400px;
  width: 100%;
}
.search_doshin-pc .doshin_pc_image img {
  transform: translateX(10%);
}

.gyosei .search_point {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .gyosei .search_point {
    margin-bottom: 1rem;
  }
}

.survey .page_title h2 {
  padding-bottom: 0;
}

.survey .row {
  margin-left: 0;
  margin-right: 0;
}
.survey .page_title::before {
  display: none;
}
.survey h3 {
  color: #C3902E;
  font-size: 20px;
  font-weight: bold;
}
.survey .survey_box ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}
.survey .survey_box ul li span {
  color: #C3902E;
}
.survey .table thead {
  color: white;
  background: #898989;
  text-align: center;
}
.survey .table th, .survey .table td {
  padding: 0.4rem;
  font-weight: normal;
}
.survey .table tbody th, .survey .table tbody td {
  border: 2px solid white;
  border-collapse: collapse;
  vertical-align: middle;
}
.survey .table tbody th {
  white-space: nowrap;
  background: #C9CACA;
  text-align: center;
}
.survey .table tbody tr:nth-child(odd) td {
  background: #EBEBEC;
}
.survey .survey_schedule {
  margin-bottom: 5rem;
}
.survey .survey_schedule li {
  position: relative;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule li::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
    border-left: 20px solid #C3902E;
    z-index: 4;
  }
}
.survey .survey_schedule li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 0;
  width: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule li::after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    border-top: 46px solid transparent;
    border-bottom: 46px solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule li {
    padding: 20px 10px;
  }
}
.survey .survey_schedule span {
  font-size: 16px;
  color: #C3902E;
  font-weight: bold;
}
.survey .survey_schedule_step1 {
  background: #F8EFE0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 10px;
}
.survey .survey_schedule_step1::after {
  border-top: 20px solid #F8EFE0;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule_step1::after {
    border-left: 20px solid #F8EFE0 !important;
  }
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule_step1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
.survey .survey_schedule_step2 {
  background: #F2E3CA;
  padding: 30px 10px 15px;
}
.survey .survey_schedule_step2::after {
  border-top: 20px solid #F2E3CA;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule_step2::after {
    border-left: 20px solid #F2E3CA !important;
  }
}
.survey .survey_schedule_step3 {
  background: #ECD8B4;
  padding: 30px 10px 15px;
}
.survey .survey_schedule_step3::after {
  border-top: 20px solid #ECD8B4;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule_step3::after {
    border-left: 20px solid #ECD8B4 !important;
  }
}
.survey .survey_schedule_step4 {
  background: #C3902E;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 10px 15px;
  color: #fff;
}
.survey .survey_schedule_step4 span {
  color: #fff;
}
.survey .survey_schedule_step4::before, .survey .survey_schedule_step4::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .survey .survey_schedule_step4 {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
.survey .btn_link {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 15px;
}
.survey .btn_link a {
  color: #C3902E;
  border: 2px solid #C3902E;
  background: white;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.survey .btn_link a::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../survey/img/i_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.survey .btn_link a:hover {
  background: #C3902E;
  color: white;
}
.survey .btn_link a:hover::after {
  background-image: url(../../survey/img/i_link_hover.png);
}
.survey .btn_pdf {
  width: 100%;
  max-width: 250px;
  margin: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.survey .btn_pdf a {
  color: white;
  background: #E9AB04;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
}
.survey .btn_pdf a::after {
  position: absolute;
  content: "";
  height: 31px;
  width: 29px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../digital/img/i_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.survey .btn_pdf a:hover {
  background: white;
  color: #E9AB04;
}
.survey .btn_pdf a:hover::after {
  background-image: url(../../survey/img/i_pdf_hover.png);
}

@media screen and (min-width: 992px) {
  .survey_j-monitor .survey_schedule_step2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.event figure {
  margin-bottom: 8px;
}
.event .event_title {
  font-weight: bold;
}
.event .tab_item {
  font-size: clamp(16px, 4vw, 26px);
}
.event .case_list .list_item {
  width: 33%;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .event .case_list .list_item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .event .case_list .list_item {
    width: 16.6%;
  }
}
@media screen and (min-width: 992px) {
  .event .case_list .list_item {
    width: 12.5%;
  }
}
.event .case_list .list_item a {
  padding: 10px;
}
.event .case_list .list_item a:hover img {
  border: none;
}
.event .case_list .list_item img {
  border: 1px solid #ccc;
}
.event .case_list .list_item .event_title {
  font-size: 12px;
  margin-bottom: 0;
}
.event .case_tab_list {
  justify-content: center;
  margin-bottom: 2rem;
}
.event .case_tab_list .tab_item {
  font-size: 16px;
  font-weight: normal;
  flex-basis: auto;
  margin-right: 10px;
  padding: 5px 10px;
  color: #949494;
  background-color: #DBDBDB;
  border-radius: 5px;
}
.event .case_tab_list .tab_item.active, .event .case_tab_list .tab_item:hover {
  background-color: #003E92;
  color: white;
  font-weight: bold;
}
.event .tab_body_cont .tab_list > .tab_item {
  border-bottom: none;
}

.special_title {
  font-weight: bold;
  margin-bottom: 0;
}

.education .page_title {
  background-image: url(../../special/img/bg_title_education.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.education figure {
  margin-bottom: 8px;
}

.job .page_title {
  background-image: url(../../special/img/bg_title_job.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.job figure {
  margin-bottom: 8px;
  max-width: 400px;
}
.job .tab_item {
  font-size: clamp(16px, 4vw, 26px);
}

.media {
  display: block;
}
.media section {
  width: 100%;
  overflow: hidden;
}
.media .page_title {
  background-image: url(../../media/img/bg_title_media.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.media .page_title h2 {
  padding-bottom: 2rem;
}
.media .page_title p {
  padding-bottom: 3rem;
  color: white;
  text-align: center;
  z-index: 2;
}
.media .media_slider li {
  padding: 20px 15px 90px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .media .media_slider li {
    padding: 20px 25px 90px;
  }
}
.media .media_slider li img {
  border: 1px solid #C6CBCF;
  position: relative;
}
.media .media_slider li .btn_media_pdf {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.media .media_slider li .btn_media_pdf a {
  display: block;
  text-align: center;
  background: #E9AB04;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  border: 2px solid #E9AB04;
  transition: all 0.3s;
  position: relative;
}
.media .media_slider li .btn_media_pdf a::after {
  position: absolute;
  content: "";
  height: 31px;
  width: 29px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../media/img/i_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: inherit;
}
.media .media_slider li .btn_media_pdf a:hover {
  background: white;
  color: #E9AB04;
}
.media .media_slider li .btn_media_pdf a:hover::after {
  background-image: url(../../digital/img/i_pdf_hover.png);
}
.media .media_slider li .btn_media_pdf p {
  color: #aaa;
  text-align: center;
  font-size: 14px;
}
.media .media_slider .slick-next {
  right: 38px !important;
  top: 30%;
}
@media screen and (min-width: 768px) {
  .media .media_slider .slick-next {
    right: 40px !important;
    top: 35%;
  }
}
.media .media_slider .slick-prev {
  left: -12px !important;
  top: 30%;
}
@media screen and (min-width: 768px) {
  .media .media_slider .slick-prev {
    left: -11px !important;
    top: 35%;
  }
}
.media .media_slider .slick-arrow {
  z-index: 2 !important;
}
.media .media_slider .slick-arrow::before {
  font-size: 50px !important;
  color: #E9AB04 !important;
  position: absolute;
}

.news .page_title {
  background-image: url(../../news/img/bg_title_news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news .container_news {
  margin: 5rem auto;
}
.news dl {
  max-width: 700px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .news dl {
    display: flex;
  }
}
.news dl dt {
  color: #bbb;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .news dl dt {
    margin-right: 30px;
  }
}
.news dl a {
  word-break: break-all;
}

.addata .page_title {
  margin-bottom: 60px;
}
.addata .page_title::before {
  display: none;
}
.addata .page_title h2 {
  color: #333;
  padding-top: 3rem;
  padding-bottom: 0;
}
.addata .search_box {
  background: #EDEFF5;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .addata .search_box {
    padding: 30px;
  }
}

.addata .search_text_box {
  margin-bottom: 1rem;
  position: relative;
}
.addata .search_text_box input[type=search] {
  width: 100%;
  border-radius: 10px;
  padding: 8px 10px;
  border: 2px solid #003E92;
  transition: all 0.3s;
}
.addata .search_text_box input[type=search]::-moz-placeholder {
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.addata .search_text_box input[type=search]::placeholder {
  transition: all 0.3s;
}
.addata .search_text_box input[type=search]:focus::-moz-placeholder {
  color: #CDD6DD;
}
.addata .search_text_box input[type=search]:focus::placeholder {
  color: #CDD6DD;
}
.addata .search_text_box input[type=search]::-webkit-search-cancel-button {
  position: absolute;
  right: 35px;
}
.addata .search_text_box input[type=search]:focus {
  border: 1px solid #E9AB04;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.addata .search_text_box button {
  position: absolute;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  color: #003E92;
  right: 0;
}
.addata .search_text_box button span {
  vertical-align: middle;
}

.addata .search_checklist_box {
  border: 2px solid #003E92;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 10px;
  background: white;
}
.addata .search_checklist_box .checklist_box_heading {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}
.addata .search_checklist_box .checklist_box_heading:hover {
  color: #E9AB04;
}
.addata .search_checklist_box .checklist_box_heading span {
  border: 2px solid #E9AB04;
  color: #E9AB04;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 50%;
  margin-left: 5px;
  transform: translateY(-2px);
  font-weight: bold;
  transition: inherit;
}
.addata .search_checklist_box .checklist_box_heading span.is_select {
  background: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 15px;
  position: relative;
  transition: all 0.3s;
}
.addata .search_checklist_box .checklist_box_heading span.is_select::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: red;
}
.addata .search_checklist_box .checklist_box_heading.open span {
  transform: translateY(-2px) rotate(-180deg);
}
.addata .search_checklist_box .checklist_box_inner {
  display: none;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item {
  margin-right: 1rem;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item label {
  cursor: pointer;
  transition: all 0.3s;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item label:hover {
  color: #E9AB04;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox] {
  display: none;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox] + label {
  position: relative;
  width: auto;
  padding-left: 24px;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-44%);
  width: 18px;
  height: 18px;
  content: "";
  border-radius: 4px;
  transition: all 0.3s;
  border: 1px solid #CDD6DD;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox] + label:hover::before {
  border: 1px solid #E9AB04;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox]:checked + label::before {
  border: 1px solid #E9AB04;
  background: #E9AB04;
}
.addata .search_checklist_box .checklist_box_inner .checklist_item input[type=checkbox]:checked + label::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -7px;
  position: absolute;
  top: 53%;
  transform: rotate(45deg);
  width: 6px;
}

.addata .search_date_box {
  border: 2px solid #003E92;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 10px;
  background: white;
}
.addata .search_date_box .date_box_heading {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}
.addata .search_date_box .date_box_heading:hover {
  color: #E9AB04;
}
.addata .search_date_box .date_box_heading span {
  border: 2px solid #E9AB04;
  color: #E9AB04;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 50%;
  margin-left: 5px;
  transform: translateY(-2px);
  font-weight: bold;
  transition: inherit;
}
.addata .search_date_box .date_box_heading span.is_select {
  background: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 15px;
  position: relative;
  transition: all 0.3s;
}
.addata .search_date_box .date_box_heading span.is_select::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: red;
}
.addata .search_date_box .date_box_heading.open span {
  transform: translateY(-2px) rotate(-180deg);
}
.addata .search_date_box .date_box_inner {
  display: none;
}
.addata .search_date_box .date_box_inner .date_item {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.addata .search_date_box .date_box_inner .date_item input {
  width: 100%;
  border: 1px solid #CDD6DD;
  border-radius: 5px;
  max-width: 200px;
  padding: 5px 10px;
  transition: all 0.3s;
}
.addata .search_date_box .date_box_inner .date_item input:focus {
  border: 1px solid #E9AB04;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.addata .search_date_box .date_box_inner .date_item span {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  color: #CDD6DD;
}
@media screen and (min-width: 576px) {
  .addata .search_date_box .date_box_inner .date_item span {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 576px) {
  .addata .search_date_box .date_box_inner .date_item:first-child {
    margin-right: 10px;
  }
}
@media screen and (min-width: 576px) {
  .addata .search_date_box .date_box_inner .date_item:last-child {
    margin-left: 10px;
  }
}

_::-webkit-full-page-media, _:future, :root .addata .search_checklist_box .checklist_box_heading span.is_select {
  white-space: nowrap;
  display: inline-block;
  transform: none;
}

_::-webkit-full-page-media, _:future, :root .addata .search_text_box input[type=search] {
  background: white;
}

.addata .search_box .btn_box {
  display: flex;
  justify-content: center;
}
.addata .search_box .btn_box button {
  font-size: 20px;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  margin: 1rem 15px;
  padding: 5px 0;
  width: 120px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .addata .search_box .btn_box button {
    margin: 1rem 15px 0;
  }
}
.addata .search_box .btn_box button[type=submit] {
  background: #E9AB04;
  border: 1px solid #C18D00;
}
.addata .search_box .btn_box button[type=submit]:hover {
  background: white;
  color: #E9AB04;
}
.addata .search_box .btn_box button[type=submit]:active {
  box-shadow: inset 0px 0px 5px #E9AB04;
}
.addata .search_box .btn_box button[type=reset] {
  background: #CCCCCC;
  border: 1px solid #707070;
}
.addata .search_box .btn_box button[type=reset]:hover {
  background: white;
  color: #707070;
}
.addata .search_box .btn_box button[type=reset]:active {
  box-shadow: inset 0px 0px 5px #707070;
}

.addata .addata_list {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .addata .addata_list::after {
    content: "";
    display: block;
    width: 300px;
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .addata .addata_list {
    justify-content: space-between;
  }
}
.addata .addata_list .list_item {
  border: 1px solid #D9D9D9;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 300px;
}
.addata .addata_list .list_item > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.addata .addata_list .list_item_top {
  padding: 10px;
  position: relative;
}
.addata .addata_list .list_item_top figure {
  width: 280px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .addata .addata_list .list_item_top figure {
    margin-bottom: 0;
  }
}
.addata .addata_list .list_item_top figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.addata .addata_list .list_item_inner .tag_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 280px;
}
.addata .addata_list .list_item_inner .tag_list li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.addata .addata_list .list_item_inner .tag_list li a {
  border: 1px solid #E9AB04;
  color: #E9AB04;
  font-size: 12px;
  position: relative;
  z-index: 10;
  display: block;
  border-radius: 5px;
  padding: 2px 5px;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .addata .addata_list .list_item_inner .tag_list li a {
    border: 1px solid white;
    color: white;
  }
}
@media screen and (min-width: 992px) {
  .addata .addata_list .list_item_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px;
    opacity: 0;
    transition: all 0.3s;
  }
}
.addata .addata_list .list_item_bottom {
  padding: 0 8px 10px;
  max-width: 300px;
}
.addata .addata_list .list_item_bottom .list_item_ttl {
  font-weight: bold;
}
.addata .addata_list .list_item_bottom time {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #949494;
}
.addata .addata_list .list_item:hover {
  background: #E9AB04;
  transform: scale(103%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .addata .addata_list .list_item:hover .list_item_inner {
    opacity: 1;
  }
}
.addata .addata_list .list_item:hover .list_item_inner a {
  color: white;
  border: 1px solid white;
}
.addata .addata_list .list_item:hover .list_item_inner a:hover {
  background: white;
  color: #E9AB04;
  text-decoration: none;
}
.addata .addata_list .btn_line {
  padding-right: 35px;
}

.addata .detail_box {
  margin-bottom: 5rem;
}
.addata .detail_box_title {
  background: #003E92;
  padding: 15px 10px;
  font-size: 20px;
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .addata .detail_box_title {
    font-size: 24px;
  }
}
.addata .detail_box_title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .addata .detail_box_title span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .addata .detail_box_title_main {
    margin-right: 1rem;
  }
}
.addata .detail_box_tag_list {
  display: flex;
  flex-wrap: wrap;
}
.addata .detail_box_tag_list li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.addata .detail_box_tag_list li a {
  border: 1px solid #E9AB04;
  color: #E9AB04;
  font-size: 12px;
  position: relative;
  z-index: 10;
  display: block;
  border-radius: 5px;
  padding: 2px 5px;
  transition: all 0.3s;
  text-decoration: none;
}
.addata .detail_box_tag_list li a:hover {
  color: white;
  background: #E9AB04;
}
.addata .detail_box_date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .addata .detail_box_date {
    margin-bottom: 3rem;
  }
}
.addata .detail_box_image {
  width: 280px;
  height: 280px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 1rem;
  background: #F3F3F3;
  transition: all 0.3s;
}
.addata .detail_box_image:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .addata .detail_box_image {
    margin-bottom: 1rem;
    width: 500px;
    height: 500px;
  }
}
.addata .detail_box_image img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.addata .detail_box_image .i_expansion {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #003E92;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addata .detail_box_image .i_expansion img {
  width: 40px;
  height: 40px;
}
.addata .detail_box_image_caption {
  max-width: 500px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .addata .detail_box_image_caption {
    margin: 0 auto 3rem;
  }
}
.addata .detail_box_btn .row {
  justify-content: center;
  margin: 0;
}
.addata .detail_box_btn button {
  margin-bottom: 1rem;
  border-radius: 30px;
  padding: 10px;
  font-weight: bold;
  transition: all 0.3s;
}
.addata .detail_box_btn .return_btn button {
  border: 1px solid #E9AB04;
  background: #E9AB04;
  color: white;
}
.addata .detail_box_btn .other_btn button {
  border: 1px solid #003E92;
  background: white;
  color: #003E92;
  margin-left: 1rem;
  margin-right: 1rem;
}

nav.pagination-container ul {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.3s;
  border-radius: 0px;
  overflow: hidden;
}
nav.pagination-container ul li {
  margin: 0 5px;
  border: 1px solid #003E92;
  border-radius: 50%;
}
nav.pagination-container ul li.active {
  background: #003E92;
}
nav.pagination-container ul li.active a {
  color: white;
}
nav.pagination-container ul li.disabled {
  opacity: 0;
}
nav.pagination-container ul li a {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 13px;
  line-height: 1;
  color: #003E92;
  text-decoration: none;
}
nav.pagination-container ul li.prev, nav.pagination-container ul li.next {
  border-radius: 5px;
  border: 1px solid #D4D4D4;
}
nav.pagination-container ul li.prev a, nav.pagination-container ul li.next a {
  padding: 0 5px;
  display: flex;
  align-items: center;
  color: #D4D4D4;
  background: #FAFAFA;
  border-radius: 5px;
}
nav.pagination-container ul li.prev {
  margin-right: 20px;
}
nav.pagination-container ul li.next {
  margin-left: 20px;
}

.doshin47club h2 {
  font-size: 24px;
  color: #003E92;
  border-bottom: 2px solid #003E92;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .doshin47club .main_wrap {
    display: flex;
    max-width: 1000px;
    margin: 200px auto 0;
  }
}
.doshin47club .main_wrap a {
  color: #003E92;
}
.doshin47club .main_wrap a img {
  transition: all 0.3s;
}
.doshin47club .main_wrap a:hover img {
  opacity: 0.7;
}
.doshin47club main {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .doshin47club main {
    margin-bottom: 100px;
  }
}
.doshin47club .title_group img {
  margin: 0 auto 15px;
  display: block;
}
.doshin47club .title_group ul {
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .doshin47club .title_group ul {
    text-align: center;
  }
}
.doshin47club .title_group ul li {
  display: inline-block;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doshin47club .title_group ul li {
    font-size: 12px;
  }
}
.doshin47club .title_group ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  width: 1px;
  height: 20px;
  background: #000;
}
.doshin47club .title_group ul li:first-child::after {
  display: none;
}
.doshin47club .title_group ul li:last-child::after {
  display: none;
}
.doshin47club .category {
  margin-bottom: 30px;
}
.doshin47club .category_title {
  background-color: #fef8da;
  padding: 10px;
  margin-bottom: 15px;
}
.doshin47club .category_title p {
  margin-bottom: 0;
}
.doshin47club .category_title span {
  font-weight: bold;
}
.doshin47club .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.doshin47club .category_item {
  width: 120px;
  font-size: 14px;
  margin: 0 7px 15px;
}
.doshin47club .category_item p {
  margin-bottom: 0;
}
.doshin47club aside {
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .doshin47club aside {
    width: 300px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.doshin47club .accordion_box .accordion_heading {
  font-size: 20px;
  font-weight: bold;
  color: #003E92;
  border-bottom: 2px solid #003E92;
  padding-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .doshin47club .accordion_box .accordion_heading {
    pointer-events: none;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-right: 0;
  }
}
.doshin47club .accordion_box .accordion_heading span {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .doshin47club .accordion_box .accordion_heading span {
    display: none;
  }
}
.doshin47club .accordion_box .accordion_heading span.i_close {
  display: none;
}
.doshin47club .accordion_box .accordion_heading.open span.i_open {
  display: none;
}
.doshin47club .accordion_box .accordion_heading.open span.i_close {
  display: block;
}
@media screen and (min-width: 992px) {
  .doshin47club .accordion_box .accordion_inner {
    display: block;
  }
}
.doshin47club .side_list_header {
  text-align: center;
}
.doshin47club .side_list_header img {
  margin-bottom: 10px;
}
.doshin47club .side_list_header p {
  text-align: left;
}
.doshin47club .side_list {
  text-align: center;
  margin-bottom: 0;
}
.doshin47club .side_list_item a:hover figcaption {
  text-decoration: underline;
}
.doshin47club .side_list_item figure {
  display: inline-block;
}
.doshin47club .side_inquiry a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #C6CBCF;
  padding: 10px 2rem 10px 0;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .doshin47club .side_inquiry a {
    border: none;
    color: #003E92;
    font-size: 14px;
    padding: 2px 0;
    font-weight: normal;
  }
}
.doshin47club .side_inquiry a span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #C6CBCF;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .doshin47club .side_inquiry a span {
    display: none;
  }
}

.doshin47club .maintenance {
  height: 70vh;
  display: flex;
  align-items: center;
  min-height: 350px;
}
.doshin47club .maintenance .i_mainte {
  max-width: 200px;
  width: 50%;
  margin: 0 auto 20px;
}
.doshin47club .maintenance h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .doshin47club .maintenance h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.doshin47club .maintenance p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .doshin47club .maintenance p {
    font-size: 20px;
  }
}
.doshin47club .maintenance p span {
  color: red;
  font-weight: bold;
}
.doshin47club .wrap {
  margin-top: 200px;
}
@media screen and (min-width: 992px) {
  .doshin47club .wrap {
    margin-top: 250px;
  }
}
.doshin47club .page_close {
  max-width: 800px;
  font-size: 16px;
  text-align: justify;
  padding: 25px 15px 15px;
  margin-bottom: 30px;
  background-color: rgb(255, 241, 241);
}
.doshin47club .page_close h2 {
  color: red;
  border: none;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.doshin47club .page_close p {
  line-height: 2;
}
.doshin47club .page_close .text_red {
  font-weight: bold;
  color: red;
  border-bottom: 1px solid red;
}/*# sourceMappingURL=style.css.map */