@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
:root {
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 6px;
}

#blockskip a {
	width: 1px;
	color: #fff;
	font-size: 0.1%;
	line-height: 0.1;
	background-color: #007192;
	position: absolute;
	left: -3000px;
	z-index: 9999;
    text-align: center;
    padding: 5px 0;
    top: auto;
}
#blockskip a:active {
	display: block;
	width: 99.99%;
	font-size: 14px;
	font-size: 1.4rem;
	font-size: 100%;
	line-height: 1.6;
	top: 0;
	left: 0;
}
#blockskip a:focus {
	display: block;
	width: 99.99%;
	font-size: 14px;
	font-size: 1.4rem;
	font-size: 100%;
	line-height: 1.6;
	top: 0;
	left: 0;
}
.swiper_control_wrap{
	display: none;
}
.swiper_control_wrap.slideON{
	display: block;
}
.swiper_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
}
.swiper_control_wrap.dots .swiper_control {
    margin-top: 10px;
    justify-content: flex-end;
}
.swiper_control_wrap.arrows {
    position: absolute;
    z-index: 5;
    width: calc(100% + 20px);
    margin-left: -10px;
    top: 50%;
    margin-top: -20px;
}
.swiper_control_wrap.arrows .swiper_control{
    margin: 0;
    position: relative;
    display: block;
}

.swiper_control .swiper-pagination {
  position: inherit;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper_control .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper_control .slider_control_btn {
  margin: 0 8px;
  font-size: 26px;
    font-size: 2.6rem;
}

.swiper_control .slider_control_btn .icon_stop {
  display: none;
}

.swiper_control .slider_control_btn.stop .icon_stop {
  display: block;
}

.swiper_control .slider_control_btn .icon_start {
  display: none;
}

.swiper_control .slider_control_btn.start .icon_start {
  display: block;
}
.swiper_control .slider_control_btn.stop .icon_stop p,
.swiper_control .slider_control_btn.start .icon_start p{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.swiper_control .swiper_prev,
.swiper_control .swiper_next {
  font-size: 26px;
    font-size: 2.6rem;
}

.swiper_control .swiper_prev {
  margin-right: 24px;
}

.swiper_control .swiper_next {
  margin-left: 24px;
}

.swiper {
  width: 100%;
  padding-top: 10px;
    overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
}

/*
@media (min-width: 1024px) {
  .top_container .swiper {
    -webkit-transform: rotate(-49deg);
            transform: rotate(-49deg);
    overflow: unset;
  }
}

@media (min-width: 1024px) {
  .top_container .swiper-slide {
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
    position: relative;
    overflow: unset;
  }
}
*/

/*
.top_container .swiper-slide img {
  -webkit-transform: scale(0.8) translateY(50px);
          transform: scale(0.8) translateY(50px);
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
*/

/*
@media (min-width: 1024px) {
  .top_container .swiper-slide img {
    -webkit-transform: scale(0.44) translateY(0);
            transform: scale(0.44) translateY(0);
  }
}
*/

.top_container .swiper-slide p, .top_container .swiper-slide a {
  opacity: 0;
  display: none;
}

.top_container .swiper-slide img {
  width: 100%;
}

.top_container .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

/*
.top_container .swiper-slide-active img {
  -webkit-transform: scale(1.1) translateY(0);
          transform: scale(1.1) translateY(0);
}
*/
/*
@media (min-width: 1024px) {
  .top_container .swiper-slide-active img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
*/

.top_container .swiper-slide-active p, .top_container .swiper-slide-active a {
  opacity: 1;
  display: block;
}

.top_container .swiper-slide-active .slider_top_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.4em;
  height: 3.2em;
}

.top_container .swiper-slide-active .slider_top_tag {
  display: inline-block;
}

.slider_top .swiper_control .swiper_prev,
.slider_top .swiper_control .swiper_next{
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #007192;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
    position: relative;
}
.slider_top .swiper_control .swiper_prev{
    margin: 0;
    position: absolute;
    left: 0;
}
.slider_top .swiper_control .swiper_next{
    margin: 0;
    position: absolute;
    right: 0;
}
.slider_top .swiper_control .swiper_prev .fas,
.slider_top .swiper_control .swiper_next .fas{
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
	.slider_top .swiper_control .swiper_prev, .slider_top .swiper_control .swiper_next{
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-size: 2.6rem;
	}
}

/*
@media (min-width: 1024px) {
  .top_container .swiper_control_wrap {
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
    position: relative;
    z-index: 10;
  }
}
*/

/*
@media (min-width: 1024px) {
  .top_container .swiper_control {
    position: absolute;
    bottom: -21.4rem;
    right: 59%;
  }
}
*/

@media (min-width: 1024px) {
  .top_container .swiper_prev,
  .top_container .swiper_next {
    font-size: 2.6rem;
	font-size: 260%;
  }
}

@media (min-width: 1024px) {
  .top_container .swiper_prev {
    margin-right: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .top_container .swiper_next {
    margin-left: 2.4rem;
  }
}

.top_container .slider_control_btn {
  margin: 0 8px;
    position: relative;
    width: 20px;
    height: 20px;
}
.top_container .slider_control_btn .icon_stop::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
  background-image: url(../img/icon_stop.png);
	background-size: 20px;
    background-repeat: no-repeat;
}
.top_container .slider_control_btn .icon_start::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
  background-image: url(../img/icon_start.png);
	background-size: 20px;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
	.top_container .slider_control_btn{
    width: 30px;
    height: 30px;
	}
	.top_container .slider_control_btn .icon_stop::before,
	.top_container .slider_control_btn .icon_start::before{
    width: 30px;
    height: 30px;
	background-size: 30px;
	}
}

@media (min-width: 1024px) {
  .top_container .slider_control_btn {
    margin: 0 0.8rem;
    font-size: 3.1rem;
	font-size: 310%;
  }
}

@media (min-width: 1024px) {
  .top_container .swiper-pagination {
    position: static;
  }
}

@media (min-width: 1024px) {
  .top_container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.6rem;
    opacity: 1;
  }
}

.swiper_notices .swiper_control {
  margin-top: 20px;
}

.swiper_about {
  padding-bottom: 14px;
}

.swiper_about .l_container {
  position: relative;
}

.swiper_about .swiper_control {
  position: absolute;
  bottom: 0;
  right: 5px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 111;
}

.swiper_about .swiper_control .slider_control_btn {
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}

.swiper_about .swiper_control .slider_control_btn.stop .icon_stop {
  font-size: 21px;
    font-size: 2.1rem;
}

@media (min-width: 1024px) {
  .swiper_about .swiper_control .slider_control_btn.stop .icon_stop {
    font-size: 23px;
    font-size: 2.3rem;
	font-size: 230%;
  }
}

.swiper_about .swiper_control .slider_control_btn.start .icon_start {
  font-size: 21px;
    font-size: 2.1rem;
}

@media (min-width: 1024px) {
  .swiper_about .swiper_control .slider_control_btn.start .icon_start {
    font-size: 23px;
    font-size: 2.3rem;
	font-size: 230%;
  }
}

.slider_top{
    position: relative;
}
.slider_top .swiper-pagination-bullet{
    background-color: #fff;
	border: 2px solid #007192;
    width: 16px;
    border-radius: 3px;
    box-sizing: border-box;
}
.slider_top .swiper-pagination-bullet-active{
    background-color: #007192;
}

@media (min-width: 1024px) {
	.slider_top .swiper-pagination-bullet{
    height: 8px;
    width: 26px;
    border-radius: 8px;
	}
}

.swiper_event {
  padding: 17px 30px 14px;
  max-width: 400px;
}

@media (min-width: 1024px) {
  .swiper_event {
    padding: 28px 15px 28px;
  }
}

.swiper_event .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper_event .swiper_control {
  margin-top: 29px;
}

.swiper_event .swiper-pagination-bullet {
  margin: 0 7px;
  width: 9px;
  height: 9px;
}

.slider_categoryTop {
  max-width: 900px;
}

.slider_categoryTop .swiper_control {
  margin-top: 7px;
}

@media (min-width: 1024px) {
  .slider_categoryTop .swiper_control {
    margin-top: 12px;
  }
}

.slider_categoryTop img {
  width: 100%;
  max-width: none;
}

.slider_eventTop .swiper_control {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .slider_eventTop .swiper_control {
    margin-top: 12px;
  }
}

.slider_eventTop img {
  width: 100%;
  max-width: none;
}

.footer_nav {
  margin: 47px auto 0;
}

@media (min-width: 1024px) {
  .footer_nav {
    background: #e2ee47;
    margin: 52px auto 0;
  }
}

.footer_nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .footer_nav_inner {
    max-width: 1200px;
    margin: auto;
  }
}

.footer_nav_item {
  background: #e2ee47;
  font-size: 19px;
    font-size: 1.9rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 82px;
}

@media (min-width: 1024px) {
  .footer_nav_item {
    width: calc(100% / 6);
    height: 120px;
    font-size: 22px;
    font-size: 2.2rem;
	font-size: 220%;
    font-weight: 500;
  }
}

.footer_nav_item:nth-child(odd) {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (min-width: 1024px) {
  .footer_nav_item:nth-child(odd) {
    border: none;
  }
}

.footer_nav_item:nth-child(even) {
  border-top: 2px solid #fff;
}

@media (min-width: 1024px) {
  .footer_nav_item:nth-child(even) {
    border: none;
  }
}

.footer_bg {
  background: #fefff4;
  padding: 0 0 30px;
    margin-top: 60px;
    border-top: 6px solid #007192;
}

@media (min-width: 1024px) {
  .footer_bg {
    padding: 0 0 40px;
    margin-top: 120px;
  }
}

@media (min-width: 1024px) {
  .footer_subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer_subNav .footer_left {
    margin-bottom: 20px;
}
.footer_subNav .footer_left .footer_logo{
    margin-top: -6px;
    text-align: center;
}
.footer_subNav .footer_left .footer_logo img{
    max-width: 220px;
}

.footer_subNav .footer_right ul{
    display: flex;
    flex-wrap: wrap;
}
.footer_subNav .footer_right ul li{
	width: 50%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 6px;
}
.footer_subNav .footer_right ul li a{
	display: block;
    padding: 2px 4px;
}
.footer_subNav .footer_right ul li:nth-child(odd){
    border-right: 1px dashed #000;
}

@media (min-width: 1024px) {
  .footer_subNav .footer_right {
    width: 35%;
    margin-top: 40px;
  }
	.footer_subNav .footer_right ul li{
    margin-top: 0;
    margin-bottom: 20px;
	}
	.footer_subNav .footer_right ul li a:hover{
		text-decoration: underline;
	}
}

.footer_btnWrap {
  font-size: 15px;
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .footer_btnWrap {
    font-size: 16px;
    font-size: 1.6rem;
	font-size: 160%;
    margin-bottom: 32px;
  }
}

.footer_btnWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.footer_btnWrap li {
  width: 50%;
  padding: 5px;
}
.footer_btnWrap li.col01 {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer_btnWrap li {
    width: 25%;
  }
}

.footer_btnWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 60px;
}

@media (min-width: 1024px) {
  .footer_btnWrap a {
    height: 74px;
  }
}

.footer_titleWrap {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer_addressWrap {
  line-height: 1.6;
    padding-top: 20px;
}

.footer_addressWrap p {
  font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 1024px) {
  .footer_addressWrap p {
    font-size: 16px;
    font-size: 1.6rem;
	font-size: 100%;
  }
}

@media (min-width: 1024px) {
  .footer_subNav .footer_left {
    width: 60%;
    margin-bottom: 0;
  }
	.footer_subNav .footer_left .footer_logo{
    text-align: left;
	}
	.footer_subNav .footer_left .footer_logo img {
    max-width: 340px;
}
	.footer_subNav .footer_left .footer_txts{
    display: flex;
	}
	.footer_titleWrap{
    font-size: 100%;
	}
	.footer_addressWrap{
    padding-top: 40px;
	}
	.footer_subNav .footer_right ul li{
    font-size: 14px;
    font-size: 1.4rem;
	font-size: 90%;
	}
}


.dsn-widget {
    margin: 0 0 10px !important;
}
.dsn-widget img{
    height: auto;
}
.wj_close_btn {
    position: absolute !important;
    top: -20px !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
}
#wj-close {
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    background: url(../img/icon_chatclose.png);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    right: 0 !important;
    bottom: auto !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
@media (min-width: 1024px) {
	.wj_close_btn {
    width: 32px !important;
    height: 32px !important;
}
	#wj-close {
    width: 32px !important;
    height: 32px !important;
}
}



.accessibility {
  background: #fff;
  border-radius: 30px;
  padding: 17px 36px;
  font-size: 15px;
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .accessibility {
    padding: 4.5rem 5.8rem 4rem 7.5rem;
    font-size: 1.4rem;
    font-size: 88%;
  }
}

.accessibility .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px 0 18px;
}

@media (min-width: 1024px) {
  .accessibility .btn_wrap {
    margin: 1.3rem 0 2.3rem;
  }
}

.accessibility .btn_wrap p {
  width: 34%;
}

.accessibility .btn_wrap > div {
  width: 66%;
}

.accessibility .btn_wrap #language {
  background: #f5f5f5;
  padding-left: 10px;
  height: 40px;
  width: 100%;
}

.accessibility .btn_icon {
  width: 70%;
  max-width: 178px;
  position: relative;
}

.accessibility .btn_icon::after {
  content: "\f0dd";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 8px;
}

.accessibility hr {
  margin: 1.6rem 0 0.3rem;
}

@media (min-width: 1024px) {
  .accessibility hr {
    margin: -0.5rem 0 0 0.3rem;
  }
}

.btn_fontsize {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  margin-right: 5px;
  width: 38px;
  height: 38px;
  text-align: center;
}

@media (min-width: 1024px) {
  .btn_fontsize {
    width: 4rem;
    height: 4rem;
    margin-right: 0.6rem;
  }
}

.btn_fontsize.active {
  background: #fff;
  color: #000;
}

.bg_change {
  border: none;
  width: 38px;
  height: 38px;
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .bg_change {
    width: 4rem;
    height: 4rem;
    margin-right: 0.6rem;
  }
}

.bg_change.green {
  background: #e2ee47;
}

.bg_change.blue {
  background: #4385fb;
}

.bg_change.red {
  background: #e55438;
}

.bg_change.black {
  background: #1a1d21;
  margin: 0;
}

.accessibility_text {
  padding: 10px 6px 5px;
  line-height: 2;
}

@media (min-width: 1024px) {
  .accessibility_text p {
    margin-bottom: 0.6rem;
  }
}

.accessibility_text i {
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .accessibility_text i {
    padding-right: 2.2rem;
  }
}

.sns_wrap {
  border: 5px solid #ececec;
  border-radius: 75px;
  font-size: 15px;
    font-size: 1.5rem;
  padding: 20px 23px 22px;
  margin: 31px auto;
  text-align: center;
}

@media (min-width: 1024px) {
  .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 58px;
    height: 150px;
    width: 43%;
  }
}

@media (min-width: 1024px) {
  .sns_wrap .sns {
    width: 27%;
  }
}

.sns_wrap .sns_iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
  margin: 0 -13px;
}

@media (min-width: 1024px) {
  .sns_wrap .sns_iconWrap {
    width: 73%;
  }
}

.sns_wrap .sns_iconWrap div {
  padding: 0 13px;
}

.footer_link {
  margin-top: 30px;
}

.footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
    font-size: 1.2rem;
}

@media (min-width: 1024px) {
  .footer_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_link ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 13px;
}

@media (min-width: 1024px) {
  .footer_link ul li {
    border-right: solid 1px #000;
    padding: 0 1em;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
	font-size: 160%;
  }
  .footer_link ul li:last-child {
    border: none;
  }
}

@media (max-width: 1023px) {
  .footer_link ul li {
    width: 50%;
    height: 42px;
    border-bottom: 2px solid #ececec;
  }
  .footer_link ul li:nth-child(1) {
    border-top: 2px solid #ececec;
  }
  .footer_link ul li:nth-child(2) {
    border-top: 2px solid #ececec;
  }
  .footer_link ul li:nth-child(even) {
    border-left: 2px solid #ececec;
  }
}

#page_top {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 999;
}
@media (min-width: 1024px) {
	#page_top{
    bottom: 140px;
	}
}

.copy {
    height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background-color: #007192;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px;
}

@media (min-width: 1024px) {
  .copy small {
    font-size: 1.2rem;
    font-size: 90%;
  }
}

html {
  font-size: 62.5%;
    visibility: hidden;
}

/*
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  html {
    font-size: 0.625vw;
  }
}
*/

html.wf-active,
html.loading-delay {
    visibility: visible;
}

.text_red {
  color: #dd1e10;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) {
  body {
    line-height: 1.75;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 160%;
  }
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

hr {
  margin: 1rem 0;
  border-color: #e5e5e5;
}
img.icon_external_link{
    max-width: 12px;
    margin-left: 6px;
    vertical-align: baseline;
}

.pc_none{
	display: block;
}
.sp_none{
	display: none;
}

@media (min-width: 1024px) {
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
}

@media (min-width: 1024px) {
	a:hover{
		opacity: 0.8;
	}
	.page_content{
		margin-top: 60px;
	}
	.page_content .page_content{
		margin-top: 0;
	}
}

.l_container {
  padding: 0 10px;
  margin: auto;
}

@media (min-width: 1024px) {
  .l_container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .l_container {
    padding: 0;
  }
}

.l_container_pc {
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 1024px) {
  .show_sp {
    display: none;
  }
}

.hide_sp {
  display: none;
}

@media (min-width: 1024px) {
  .hide_sp {
    display: block;
  }
}

.show_pc {
  display: none;
}

@media (min-width: 1024px) {
  .show_pc {
    display: block;
  }
}

.show_widePc {
  display: none;
}

@media (min-width: 1024px) {
  .show_widePc {
    display: block;
  }
}

.fs_15 {
  font-size: 15px;
    font-size: 1.5rem;
}

.bg_green {
  background-color: #e2ee47;
}

.bg_halfgreen {
  background: linear-gradient(135deg, #dbe64f 50%, #cbd822 50%);
}

.bg_gray {
  background: #f8f8f8;
}

.border_radius {
  border-radius: 33px;
}

.title {
  font-size: 30px;
    font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.9;
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  .title {
    font-size: 56px;
    font-size: 5.6rem;
	font-size: 560%;
    line-height: 0.8;
    margin-bottom: 62px;
  }
}

.title span {
  font-size: 15px;
    font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .title span {
    font-size: 24px;
    font-size: 2.4rem;
	font-size: 240%;
  }
}

.basic_info{
    font-size: 12px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_content  .basic_info + .styleH2{
	margin-top: 20px;
}
.basic_info .update,
.basic_info .page_numb{
	margin: 0;
}
.basic_info .page_numb{
    background-color: #f6fdff;
    padding: 6px 10px;
    border-radius: 6px;
}

@media (min-width: 1024px) {
	.basic_info{
    font-size: 88%;
	}
}

.page_content{
	font-size: 14px;
	font-size: 1.4rem;
}
.page_content p{
	margin: 1.5rem 0;
}
.page_content .styleH2{
	font-size: 18px;
	font-size: 1.8rem;
    margin: 36px 0 20px;
	color: #fff;
	font-weight: bold;
    padding: 12px 0 12px 14px;
    border-radius: 0 0 8px 8px;
    position: relative;
	background: 
	url(../img/bg_h2after.png) no-repeat right top,
	url(../img/bg_h2before.png) no-repeat left top;
	background-color: #007192;
	background-size: contain, auto;
}
.page_content .styleH3{
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 4px solid #007192;
    padding: 4px;
    padding-left: 8px;
    background-color: #f6fdff;
    margin: 24px 0 16px;
}
.page_content .styleH4{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #007192;
    border-bottom: 2px dashed #007192;
    padding-bottom: 4px;
    margin: 20px 0 12px;
}
.page_content .styleH5{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #007192;
    margin: 20px 0 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #007192;
}
.page_content .styleH6{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0 12px;
}

.page_content a.link_arrow{
    position: relative;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.page_content a.link_arrow:before{
    content: "";
    display: inline-block;
    border-top: solid 2px #007192;
    border-right: solid 2px #007192;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1em;
    position: absolute;
    left: 0;
    top: 8px;
}
.page_content ul,
.page_content ol{
    margin: 1.5rem 0;
    margin-left: 3rem;
}
.page_content ul > li,
.page_content ol ul > li{
    list-style-type: disc;
}
.page_content ol > li,
.page_content ul ol > li{
    list-style-type: decimal;
}
.page_content .arrow_list{
	margin: 1.5rem 0;
}
.page_content .arrow_list li{
	position: relative;
    padding: 14px 0 14px 20px;
    border-bottom: 1px dashed #007192;
    display: flex;
    align-items: center;
}
.page_content .arrow_list li:before{
    content: "";
    display: inline-block;
    border-top: solid 2px #007192;
    border-right: solid 2px #007192;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1em;
    position: absolute;
    left: 0;
}
.page_content .arrow_list.no_dashed li{
    border-bottom: none;
    padding: 6px 0 6px 20px;
}
.page_content .txtSize_big{
    font-size: 16px;
    font-size: 1.6rem;
}
.page_content .txtSize_small{
    font-size: 12px;
    font-size: 1.2rem;
}
.page_content .text-color-red{
    color: #b82f2f;
	font-weight: bold;
}
.page_content .text-color-green{
    color: #008209;
	font-weight: bold;
}
.page_content table{
    margin: 1.5rem 0;
    border-collapse: collapse;
    width: 100%;
}
.page_content table caption{
    font-weight: bold;
    margin-bottom: 4px;
}
.page_content table th{
    margin: 0;
    padding: 4px;
    background-color: #f6fdff;
    border: 1px solid #ccc;
    white-space: nowrap;
	word-break: break-all;
}
.page_content table.table01 th{
	text-align: center;
}
.page_content table td{
    padding: 5px;
    border: 1px #ccc solid;
	word-break: break-all;
}
.page_content .img-area{
    margin: 1.5rem 0;
    display: block;
    text-align: center;
}
.page_content .img-area:after {
    content: "";
    display: block;
    clear: both;
}
.page_content .img-area span{
    display: block;
}
.page_content .img-area-r, .page_content .img-area-l {
    margin: 1.5rem 0;
    display: inline-block;
}
.page_content .img-area-r .imglink-txt-right, .page_content .img-area-l .imglink-txt-left {
    text-align: center;
}

.contentbox_contact{
    background-color: #f6fdff;
}
.contentbox_contact .box_contact_area{
    padding: 0 20px 20px;
}
.contentbox_contact .box_contact_area p{
	margin-bottom: 0;
}
.contentbox_keyword{
	background-color: #f8f8f8;
	padding: 20px 20px 10px;
	margin-top: 36px;
}
.contentbox_keyword h2{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
    font-weight: bold;
    border-left: 4px solid #e4f10b;
    padding-left: 10px;
}
.contentbox_keyword .box_contact_area a,
.contentbox_keyword .box_contact_area p{
    background-color: #e4f10b;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 13px;
    margin: 0 10px 10px 0;
    color: #000;
    text-decoration: none;
}
.contentbox_keyword .box_contact_area a.type02{
    background-color: #ffdea7;
}

@media (min-width: 1024px) {
.page_content{
	font-size: 16px;
	font-size: 1.6rem;
    font-size: 100%;
}
	.page_content .styleH2{
	font-size: 22px;
	font-size: 2.2rem;
    font-size: 128%;
    margin: 42px 0 16px;
	}
	.page_content .styleH3{
    font-size: 114%;
    margin: 30px 0 20px;
	}
	.page_content .styleH4{
    font-size: 114%;
    margin: 26px 0 16px;
	}
	.page_content .styleH5,
	.page_content .styleH6{
    font-size: 100%;
	}
.page_content .txtSize_big{
    font-size: 112%;
}
.page_content .txtSize_small{
    font-size: 86%;
}
	.page_content .col02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.page_content .col02 li{
    width: 48%;
	}
	.page_content .img-area{
    text-align: left;
	}
	.page_content .img-area img{
    margin: 0 10px 5px 10px;
	}
	.page_content .img-area span{
    margin: 0 10px 0 10px;
	}
	.page_content p.imglink-side2{
    float: left;
    width: 50%;
    margin: 0.56em 0 0.1em 0;
    padding: 0;
    text-align: left;
    display: table;
    min-width: 160px;
	}
	.page_content p.imglink-side3{
    float: left;
    width: calc(33% - 10px);
    margin: 0.56em 10px 0.1em 0;
    padding: 0;
    text-align: left;
    display: table;
    min-width: 160px;
	}
	.page_content .img-area-r .imglink-txt-right{
    float: right;
    margin: 0;
    padding: 0 0 0.2em 0;
    text-align: center;
    display: table;
    min-width: 160px;
	}
	.page_content .img-area-r .imglink-txt-right img{
    margin: 1em 10px 5px 10px;
    padding: 0;
	}
	.page_content .img-area-l .imglink-txt-left {
    float: left;
    margin: 0;
    padding: 0 0 0.2em 0;
    text-align: center;
    display: table;
    min-width: 160px;
}
	.page_content .img-area-l .imglink-txt-left img {
    margin: 1em 10px 5px 0;
}
	.contentbox_keyword{
    margin-top: 42px;
	}
	.contentbox_keyword h2{
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 128%;
	}
	.contentbox_keyword .box_contact_area a,
	.contentbox_keyword .box_contact_area p{
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 94%;
    padding: 6px 20px;
    border-radius: 20px;
	}
	.page_content table th{
		width: auto !important;
	}
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px 8px;
    background-color: #fff;
}

@media (min-width: 1024px) {
  .header {
	  max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
	.header_inner{
		padding:0;
	}
}

.header .header_logo {
  position: relative;
    width: auto;
  z-index: 20;
    height: 50px;
}
.header .header_logo img{
    max-width: none;
    max-height: 50px;
}

@media (min-width: 1024px) {
  .header .header_logo {
    max-width: 310px;
    width: auto;
    height: auto;
  }
	.header .header_logo img{
    max-height: 107px;
	}
}

.header_links{
    margin-right: 8px;
    display: flex;
    align-items: center;
}
.header_links .row01{
    display: flex;
    align-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
.header_links{
    margin-right: 40px;
}
	.header_links .row01 .btn_top,
	.header_links .row01 .btn_search{
    margin-right: 20px;
	}
	.header_links .row02{
		display: flex;
    align-items: flex-end;
    margin-top: 14px;
	}
	.header_links .row02 > div{
    margin-right: 60px;
	}
	.header_links .row02 > div:last-child{
    margin-right: 0;
	}
	.header_links .row02 a{
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 110%;
    font-weight: bold;
    color: #007192;
    padding-bottom: 4px;
    border-bottom: 4px solid #007192;
	}
}

.header .btn_gnav{
	display: flex;
    margin-top: 6px;
}

.header .header_nuv .header_menu_icon_wrap {
    width: 50px;
  margin: 0 0 0 12px;
}

@media (min-width: 1024px) {
	.header .btn_gnav {
    margin-top: 12px;
    margin-left: 10px;
}
  .header .header_nuv .header_menu_icon_wrap {
    width: 8.1%;
    max-width: 147px;
    margin: 0;
  }
}

.header .header_nuv .header_menu_icon, .header .header_search_icon {
    display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  z-index: 20;
    background-color: #007192;
    padding: 8px 10px;
    border-radius: 4px;
}

.header .header_nuv .header_menu_icon.open .close.sp_none, .header .header_search_icon.open .close.sp_none,
.header .header_nuv .header_menu_icon.open .menu.sp_none, .header .header_search_icon.open .menu.sp_none,
.header .header_nuv .header_menu_icon .close.sp_none, .header .header_search_icon .close.sp_none,
.header .header_nuv .header_menu_icon .menu.sp_none, .header .header_search_icon .menu.sp_none {
  display: none;
}
.header .header_nuv .header_menu_icon.open .close.pc_none, .header .header_search_icon.open .close.pc_none {
  display: block;
}

.header .header_nuv .header_menu_icon.open .menu.pc_none, .header .header_search_icon.open .menu.pc_none {
  display: none;
}

.header .header_nuv .header_menu_icon .close.pc_none, .header .header_search_icon .close.pc_none {
  display: none;
}

.header .header_nuv .header_menu_icon .menu.pc_none, .header .header_search_icon .menu.pc_none {
  display: block;
}

.header .header_nuv .header_menu_icon img, .header .header_search_icon img {
    width: 30px;
}

@media (min-width: 1024px) {
	.header .header_nuv .header_menu_icon{
    padding: 23px 25px;
	}
.header .header_nuv .header_menu_icon.open .close.pc_none, .header .header_search_icon.open .close.pc_none,
.header .header_nuv .header_menu_icon.open .menu.pc_none, .header .header_search_icon.open .menu.pc_none,
.header .header_nuv .header_menu_icon .close.pc_none, .header .header_search_icon .close.pc_none,
.header .header_nuv .header_menu_icon .menu.pc_none, .header .header_search_icon .menu.pc_none {
  display: none;
}
.header .header_nuv .header_menu_icon.open .close.sp_none, .header .header_search_icon.open .close.sp_none {
  display: block;
}

.header .header_nuv .header_menu_icon.open .menu.sp_none, .header .header_search_icon.open .menu.sp_none {
  display: none;
}

.header .header_nuv .header_menu_icon .close.sp_none, .header .header_search_icon .close.sp_none {
  display: none;
}

.header .header_nuv .header_menu_icon .menu.sp_none, .header .header_search_icon .menu.sp_none {
  display: block;
}

.header .header_nuv .header_menu_icon img, .header .header_search_icon img {
    width: 38px;
}
}

.header_nuv .header_menu {
  display: none;
}

.header .btn_search .sp_none.search_open,
.header .btn_search .sp_none.search_close,
.header .btn_search.open .sp_none.search_open,
.header .btn_search.open .sp_none.search_close{
	display: none;
}
.header .btn_search .pc_none.search_open{
	display: block;
}
.header .btn_search .pc_none.search_close{
	display: none;
}
.header .btn_search.open .pc_none.search_open{
	display: none;
}
.header .btn_search.open .pc_none.search_close{
	display: block;
}
.header .top_search_area {
    background: #007192;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    padding: 20px 10px;
    margin: 62px 0 0;
    border-radius: 0 0 10px 10px;
}
.header .top_search_area .top_search_title{
	display: none;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    border-radius: 6px;
    background: #fff;
    max-width: none;
    width: auto;
    margin-bottom: 10px;
}
.header .top_search_area .top_search_title select{
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 16px;
}
.header .top_search_area .top_search_title::after{
    content: "\f0dd";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    height: 30px;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -15px;
}
.top_search_box_wrap {
    position: relative;
    z-index: 5;
}
.top_search_box {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_search_box .btn{
    text-align: justify;
    width: calc(100% - 78px);
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 9px 8px 8px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    background-color: #fff;
	border:2px solid #000;
}
.header .top_search_box .btn{
	border:none;
    border-right: 4px solid #007192;
}
.top_search_box .btn:last-child,
.top_search_box .btn.search_btn{
    width: 78px;
    padding: 0 10px;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: #007192;
    color: #fff;
}
.header .top_search_box .btn:last-child,
.header .top_search_box .btn.search_btn{
    background-color: #fff;
    color: #000;
}
.top_search_box .btn:last-child p,
.top_search_box .search_btn p {
    display: flex;
    align-items: center;
}
.top_search_box .btn:last-child p img,
.top_search_box .btn.search_btn p img {
    margin-right: 10px;
}
.top_search_box input::-webkit-input-placeholder {
  color: #565656;
}

.top_search_box input:-ms-input-placeholder {
  color: #565656;
}

.top_search_box input::-ms-input-placeholder {
  color: #565656;
}

.top_search_box input::placeholder {
  color: #565656;
}
.header .top_search_area .js-navClose_search{
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    padding: 8px 4px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.header .top_search_area .js-navClose_search .fa-times:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
    background-image: url("../img/icon_batsu.png");
    background-size: 100%;
    margin-bottom: -2px;
    background-position: center center;
}
.header .top_search_area .js-navClose_search span{
    margin-right: 4px;
}


.search_howto{
    position: relative;
    z-index: 5;
    margin-top: 20px;
    text-align: center;
}
.search_howto a{
    background-color: #007192;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}

@media (min-width: 1024px) {
	.header .top_search_area .js-navClose_search{
    font-size: 88%;
	}
	.search_howto{
    margin-top: 30px;
	}
	.search_howto a{
    font-size: 16px;
    font-size: 1.6rem;
	font-size: 100%;
    padding: 5px 24px;
	}
	.search_howto a:hover{
		opacity: 1;
		text-decoration: underline;
	}
	.search_howto a .arrow-white::after{
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 12px;
    height: 12px;
	}
}

@media (min-width: 1024px) {
	.header .top_search_area{
    width: 100%;
    max-width: none;
    margin: 120px auto 0;
    z-index: 100;
    bottom: 0;
	}
  .top_search_box .btn {
    font-size: 1.6rem;
	font-size: 100%;
    padding: 1.6rem 3rem;
  }
  .top_search_box .btn:last-child,
  .top_search_box .btn.search_btn {
    font-size: 1.6rem;
	font-size: 100%;
    width: 100px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	.header .btn_search .pc_none.search_open,
	.header .btn_search .pc_none.search_close,
	.header .btn_search.open .pc_none.search_open,
	.header .btn_search.open .pc_none.search_close{
	display: none;
	}
.header .btn_search .sp_none.search_open{
	display: block;
}
.header .btn_search .sp_none.search_close{
	display: none;
}
.header .btn_search.open .sp_none.search_open{
	display: none;
}
.header .btn_search.open .sp_none.search_close{
	display: block;
}
}

@media (min-width: 1024px) {
  .header_nuv .footer_btnWrap {
    font-size: 1.6rem;
	font-size: 100%;
  }
}

.header_nuv .footer_btnWrap a {
	background-color: #007192;
    color: #fff;
    height: 100%;
    padding: 14px 0;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 4px;
    text-align: center;
}
.header_nuv .footer_btnWrap .col01 a {
    flex-direction: column;
}
.header_nuv .footer_btnWrap .col01 a span{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}


@media (min-width: 1024px) {
	.header_nuv .footer_btnWrap a {
    font-size: 100%;
	}
  .header_nuv .footer_btnWrap li {
    width: 50%;
  }
	.footer_btnWrap li.col01 {
    width: 100%;
}
}

.header_nuv .sns_wrap {
  border: none;
  border-radius: unset;
  padding: 17px;
  border-top: 2px solid #e1e1e1;
  margin: 0 -30px;
}

@media (min-width: 1024px) {
  .header_nuv .sns_wrap {
    display: block;
    font-size: 1.6rem;
	font-size: 160%;
    margin: 0 -3.8rem;
    padding: 1.3rem;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .header_nuv .sns_wrap .sns {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .header_nuv .sns_wrap .sns_iconWrap {
    padding-top: 1.1rem;
    width: auto;
  }
}

.header_nuv .accessibility {
  border-radius: 6px;
    margin: 0 0 20px;
    padding: 20px 10px;
}
.header_nuv .accessibility .acc_tit{
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.header_nuv .accessibility .acc_tit .fas{
    margin-right: 8px;
}

@media (min-width: 1024px) {
  .header_nuv .accessibility {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.header_nuv .accessibility .btn_wrap {
  margin: 15px 0;
}

@media (min-width: 1024px) {
  .header_nuv .accessibility .btn_wrap {
    margin: 1.8rem 0;
  }
}

.header_nuv .accessibility .btn_wrap p {
  width: 33%;
}

.header_nuv .accessibility .btn_fontsize {
  margin-right: 0.8rem;
}

.header_nuv .accessibility .bg_change {
  margin-right: 0.8rem;
}

.header_nuv .accessibility .bg_change.black {
  margin: 0;
}

.header_nuv .accessibility hr {
  margin: 1.3rem 0 0.4rem;
}

.header_nuv .accessibility .accessibility_text {
  padding: 10px 0 0;
}

@media (min-width: 1024px) {
  .header_nuv .accessibility .accessibility_text {
    padding: 1.1rem 0 0;
  }
}

@media (min-width: 1024px) {
  .header_nuv .accessibility .accessibility_text p {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .header_nuv_inner {
    max-width: 70%;
  }
}

@media (min-width: 1024px) {
  .header_nuv_inner {
    max-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 10;
  }
}

.header_nuv_accordion {
    background: #007192;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
    z-index: 20;
    margin-top: 62px;
    padding: 15px;
  min-height: 100%;
}
.header_nuv_accordion .city_logo{
    padding: 10px 0;
}
.header_nuv_accordion .city_logo a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.header_nuv_accordion .city_logo img{
    max-width: 40px;
    margin-right: 10px;
}

@media (min-width: 768px) {
	.header_nuv_accordion .city_logo{
    max-width: 70%;
    margin: 0 auto;
	}
	.header_nuv_accordion .city_logo a{
    font-size: 126%;
	}
}
@media (min-width: 1024px) {
  .header_nuv_accordion {
    margin-top: 120px;
    padding: 30px 0;
    z-index: 100;
    min-height: auto;
  }
	.header_nuv_accordion::before {
		content: "";
		display: inline-block;
		width: 120px;
		height: 135px;
    background-image: url(../img/bg_gnav01.png);
    position: absolute;
    top: 0;
    left: 0;
	}
	.header_nuv_accordion::after {
		content: "";
		display: inline-block;
		width: 177px;
		height: 225px;
    background-image: url(../img/bg_gnav02.png);
    position: absolute;
    bottom: 0;
    right: 0;
	}
	.header_nuv_accordion .city_logo{
    max-width: 940px;
    padding: 20px 0;
	}
	.header_nuv_accordion .city_logo img{
    max-width: 70px;
	}
}
@media (min-width: 1024px) {
	.header_nuv_accordion .PC_nav_upper_wrap{
    display: flex;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
	}
	.header_nuv_accordion .PC_nav_upper_wrap .PC_nav_upperL{
    margin-right: 25px;
    width: calc(50% - 25px);
	}
	.header_nuv_accordion .PC_nav_upper_wrap .PC_nav_upperR{
    margin-left: 25px;
    width: calc(50% - 25px);
	}
}

@media (min-width: 1024px) {
  .header_nuv_accordion .accordion_inner {
    padding: 0;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.header_nuv_accordion .footer_btnWrap {
  margin: 0;
}

@media (min-width: 1024px) {
  .nav_subtitle_wrap {
    width: 22.4%;
  }
}

@media (min-width: 1024px) {
  .nav_subtitle_wrap a {
    display: block;
  }
}

.nav_boxWrap {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .nav_boxWrap {
    border-radius: 6px;
    margin-bottom: 0;
    width: calc(100% - 380px);
  }
}

.nav_box {
  border-top: 2px solid #fff;
  padding-top: 7px;
}

@media (min-width: 1024px) {
  .nav_box {
    border-radius: 1rem;
    padding: 0;
    border: none;
    padding-left: 200px;
  }
}

.nav_box:last-child {
  border-bottom: 2px solid #fff;
}

@media (min-width: 1024px) {
  .nav_box:last-child {
    border: none;
  }
}

.nav_subtitle, .nav_subtitle_sp, .no_nav_item {
  cursor: pointer;
    padding: 6px 10px 14px;
  font-size: 14px;
    font-size: 1.4rem;
  position: relative;
	color: #fff;
}
.nav_subtitle a, .nav_subtitle_sp a, .no_nav_item a {
	color: #fff;
}

@media (min-width: 1024px) {
  .nav_no_link, .nav_subtitle, .nav_subtitle_sp {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 1.8rem;
    font-size: 110%;
    font-weight: bold;
    padding: 1.4rem 2rem 1.4rem 3.2rem;
    width: 200px;
    display: inline-block;
    position: absolute;
    left: 0;
  }
	.nav_subtitle a, .nav_subtitle_sp a, .no_nav_item a {
    color: #fff;
}
	.nav_subtitle a:hover, .nav_subtitle_sp a:hover, .no_nav_item a:hover {
		opacity: 0.9;
	}
}

.nav_right{
	max-width: none;
}

.nav_subtitle:hover, .nav_subtitle_sp:hover {
    opacity: 1;
}

@media (max-width: 1023px) {
  .nav_subtitle::after, .nav_subtitle_sp::after {
    content: "";
    display: block;
    background: #fff;
    border-radius: 1px;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -1px;
  }
}

@media (max-width: 1023px) {
  .nav_subtitle::before, .nav_subtitle_sp::before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 1px;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -1px;
  }
	.nav_subtitle.no_nav_item::before, .nav_subtitle_sp.no_nav_item::before,
	.nav_subtitle.no_nav_item::after, .nav_subtitle_sp.no_nav_item::after {
    content: none;
	}
}

.nav_subtitle.open_nav::before, .nav_subtitle_sp.open_nav::before {
  display: none;
}

@media (min-width: 1024px) {
  .nav_no_link.active_nav, .nav_subtitle.active_nav, .nav_subtitle_sp.active_nav {
    background: #fff;
	  color: #007192;
  }
  .nav_no_link.active_nav a, .nav_subtitle.active_nav a, .nav_subtitle_sp.active_nav a {
	  color: #007192;
	}
	.nav_box .gnav01{
		top:0;
	}
	.nav_box .gnav02{
		top:60px;
		top:10%;
	}
	.nav_box .gnav03{
		top:120px;
		top:20%;
	}
	.nav_box .gnav04{
		top:180px;
		top:30%;
	}
	.nav_box .gnav05{
		top:240px;
		top:40%;
	}
	.nav_box .gnav06{
		top:300px;
		top:50%;
	}
	.nav_box .gnav07{
		top:360px;
		top:60%;
	}
}

.nav_item {
  background-color: #fff;
  display: none;
  font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  margin-bottom: 18px;
    border-radius: 0 0 6px 6px;
}

@media (min-width: 1024px) {
  .nav_item.show_nav {
    display: block !important;
    background-color: #fff;
    border-radius: 6px;
    margin-left: -1px;
  }
}

@media (min-width: 1024px) {
  .nav_item {
    background-color: transparent;
    border-radius: unset;
    font-size: 1.4rem;
	font-size: 90%;
    line-height: 1.56;
    padding: 1.6rem 2.0rem 0.8rem;
    margin-bottom: 0.7rem;
    min-height: 500px;
  }
}

.nav_item li {
    border-bottom: 1px dashed #000;
}

.nav_item li:last-child {
  border: none;
}

.nav_item li a {
  padding: 12px 0 11px;
    color: #000;
}

@media (min-width: 1024px) {
  .nav_item li a {
    padding: 1.2rem 0 1.1rem;
  }
}

.arrow-right {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.arrow-right::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-weight: 900;
  color: #dd1e10;
  margin-left: 1em;
}

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

.arrow-black::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
}

.arrow-green::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #007192;
  border-right: solid 2px #007192;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
}

.arrow-white::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
}


.nav_btn_net{
	margin-bottom: 20px;
}
.nav_btn_net li{
	background-color: #e4f10b;
    border-radius: 6px;
    margin-top: 10px;
}
.nav_btn_net li a{
    padding: 17px 10px 16px;
	font-size: 14px;
	font-size: 1.4rem;
    color: #000;
}

.nav_subsite{
	margin-bottom: 20px;
}
.nav_subsite li{
	background-color: #fff;
    border-radius: 6px;
    margin-top: 10px;
}
.nav_subsite.btn_green li{
    background-color: #e8fbfa;
    border: 2px solid #18c2b9;
}
.nav_subsite li a{
	color: #000;
    padding: 17px 10px 16px;
	font-size: 14px;
	font-size: 1.4rem;
}
.nav_subsite li a.row02{
    display: block;
	position: relative;
}
.nav_subsite li a.row02 span{
    font-size: 12px;
    font-size: 1.2rem;
}
.nav_subsite li a.row02::after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
.header_nuv .bnr_HP{
	text-align: center;
}
.header .header_nuv_accordion .js-navClose {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    padding: 8px 4px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.header .header_nuv_accordion .js-navClose span {
    margin-right: 4px;
}
.header .header_nuv_accordion .js-navClose .fa-times:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
    background-image: url("../img/icon_batsu.png");
    background-size: 100%;
    margin-bottom: -2px;
    background-position: center center;
}

@media (min-width: 1024px) {
	.header .header_nuv_accordion .js-navClose{
    max-width: 940px;
    margin: 20px auto;
    display: block;
    font-size: 88%;
	}
.nav_subsite.btn_green li{
    border: 3px solid #18c2b9;
}
}

@media (min-width: 1024px) {
	.nav_btn_net li a,
	.nav_subsite li a{
    font-size: 18px;
    font-size: 1.8rem;
	font-size: 110%;
		font-weight: bold;
    padding: 16px 20px;
	}
	.nav_btn_net li .arrow-black::after,
	.nav_subsite li .arrow-black::after{
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    width: 10px;
    height: 10px;
	}
	.nav_subsite li a.row02 span {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 80%;
}
	.nav_subsite li a.row02::after{
    right: 20px;
	}
}

.cat_nav{
    background-color: #007192;
    display: flex;
    align-items: center;
}
.cat_nav .cat_link{
	width: 33.3%;
	text-align: center;
}
.cat_nav a{
	color: #fff;
	display: block;
    padding: 14px 0;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}
.cat_nav a::after{
    content: "";
    border-right: 1px solid #fff;
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.cat_nav .cat_link:last-child a::after{
	content: none;
}
@media (min-width: 1024px) {
.cat_nav{
	margin-top: 20px;
}
	.cat_nav a{
    font-size: 16px;
    font-size: 1.6rem;
	}
	.cat_nav a:hover{
		opacity: 1;
		text-decoration: underline;
	}
}

.search_box{
    background-color: #f6fdff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 1024px) {
	.search_box{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	}
	.search_box .search_form{
    width: calc(100% - 200px);
	}
	.search_box .search_form .btn.search_btn{
    width: 15%;
	}
	.search_box .search_howto{
    margin: 0;
	}
}

.page_content .linkbttxt{
    padding-right: 3.5rem;
}
.page_content .linkbttxt:before{
    content: "";
    display: block;
    background: #fff;
    border-radius: 1px;
    width: 3px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_content .linkbttxt.open:before{
    content: none;
}
.page_content .linkbttxt:after{
    content: "";
    display: block;
    background: #fff;
    border-radius: 1px;
    width: 13px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_content .toggle_box{
	display: none;
}
.page_content .toggle_box:after{
	content: "";
	clear: both;
	display: block;
}
@media (min-width: 1024px) {
.page_content .col02.toggle_box li{
	float: left;
}
.page_content .col02.toggle_box li:nth-child(even){
	margin-left: 4%;
}
}

.search_tag {
  display: inline-block;
  overflow: hidden;
  height: 1px;
  width: 1px;
}


@media (max-width: 1023px) {
.page_content iframe {
    width: 100%;
}
}
/*# sourceMappingURL=style.css.map */

/*20240619追加*/
.l_container .marker_ye{
    background: #FFF49D;
}