@font-face {
  font-family: 'shirokuma';
  src: url("../fonts/Shirokuma-Regular.woff2") format("woff2"), url("../fonts/Shirokuma-Regular.woff") format("woff");
}

body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/common/bg_waive.jpg) center top/76px;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    background: url(../img/common/bg_waive.jpg) center top/38px;
  }
}

img {
  display: block;
  max-width: 100%;
}

i {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

#wrap {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #wrap {
    min-width: auto;
  }
}

@media screen and (max-width: 750px) {
  #contents {
    padding-top: 60px;
  }
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 750px) {
  .inner {
    padding: 0 35px;
  }
}

@media screen and (max-width: 350px) {
  .inner {
    padding: 0 20px;
  }
}

#bg {
  padding: 100px 0;
  background: url(../img/common/bg_top.png) center top/1280px repeat-x, url(../img/common/bg_bottom.png) center bottom/1280px repeat-x;
}

@media screen and (max-width: 750px) {
  #bg {
    padding: 25px 0;
    background: url(../img/common/bg_top_sp.png) center top/375px repeat-x, url(../img/common/bg_bottom_sp.png) center bottom/375px repeat-x;
  }
}

#bg .bg-inner {
  background-color: #E5F3F9;
}

.hdr {
  font-family: 'shirokuma';
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .hdr {
    font-size: 25px;
  }
}

.txt-link a {
  color: #45B5CE;
}

.txt-link a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  top: 1px;
  margin-left: 2px;
  background: url(../img/common/ico_link.svg) center/contain no-repeat;
  position: relative;
}

@media screen and (min-width: 751px) {
  .txt-link a:hover {
    text-decoration: underline;
  }
}

.shirokuma {
  font-family: 'shirokuma';
  letter-spacing: -0.05em;
}

.underline {
  text-decoration: underline;
}

.btn {
  margin-top: 41px;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 260px;
  line-height: 1;
  padding: 17px;
  background-color: red;
}

.btn a::after {
  display: block;
  content: "";
  width: 16px;
  height: 7px;
  background: url(../img/common/arrow_r.svg) center center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .btn a {
    font-size: 15px;
    padding: 15px;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .alpha, .btn a, #header .hdr-logo a, #footer .footer-logo a, #page-nav .swiper-wrapper li a, #page-nav .slider-btn, .pdf-link {
    transition: all .2s ease;
  }
  .alpha:hover, .btn a:hover, #header .hdr-logo a:hover, #footer .footer-logo a:hover, #page-nav .swiper-wrapper li a:hover, #page-nav .slider-btn:hover, .pdf-link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 751px) {
  .top .hdr-logo {
    display: none;
  }
}

#header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  #header {
    height: 60px;
    background-color: #fff;
  }
}

#header .hdr-logo {
  width: 82px;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -540px;
}

@media screen and (max-width: 1280px) {
  #header .hdr-logo {
    left: 40px;
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  #header .hdr-logo {
    left: 0;
  }
}

#header .hdr-logo a {
  display: block;
  width: 82px;
  margin-top: 37px;
}

@media screen and (max-width: 750px) {
  #header .hdr-logo a {
    width: 280px;
    margin: 19px 0 0 5px;
    left: 0;
    transform: 0;
  }
}

@media screen and (max-width: 350px) {
  #header .hdr-logo a {
    width: 250px;
  }
}

#header .glnav-btn {
  width: 80px;
  height: 80px;
  padding-top: 26px;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  top: 37px;
  right: 13px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #header .glnav-btn {
    width: 24px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    top: 17px;
    right: 17px;
  }
}

#header .btn-lines {
  width: 30px;
  height: 18px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  #header .btn-lines {
    width: 21px;
    height: 14px;
  }
}

#header .btn-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E8382F;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #header .btn-lines span {
    height: 2px;
  }
}

#header .btn-lines span:nth-child(1) {
  top: 0;
}

.glnav-show #header .btn-lines span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#header .btn-lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.glnav-show #header .btn-lines span:nth-child(2) {
  opacity: 0;
}

#header .btn-lines span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.glnav-show #header .btn-lines span {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#header .btn-txt {
  margin-top: 7px;
}

@media screen and (max-width: 750px) {
  #header .btn-txt {
    margin-top: 4px;
  }
}

#header .btn-txt::before {
  display: block;
  content: "";
  width: 34px;
  height: 13px;
  margin: 0 auto;
  background: url(../img/common/glnav_menu.svg) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  #header .btn-txt::before {
    width: 24px;
    height: 10px;
  }
}

#header .glnav {
  display: none;
  width: 100%;
  height: 100vh;
  max-height: 750px;
  padding-top: 137px;
  position: fixed;
  z-index: 10;
  background: url(../img/common/glnav_obj.svg) left -73px top -70px/260px 254px no-repeat, url(../img/common/glnav_obj.svg) right -42px bottom -18px/204px 200px no-repeat, #fff;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#header .glnav::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 751px) and (max-height: 750px) {
  #header .glnav {
    padding-top: 15vh;
  }
}

@media screen and (min-width: 751px) and (max-height: 600px) {
  #header .glnav {
    padding: 40px 0;
  }
}

@media screen and (max-width: 750px) {
  #header .glnav {
    max-height: none;
    padding-top: 55px;
    background: url(../img/common/glnav_obj.svg) left -21px top -21px/76px no-repeat, url(../img/common/glnav_obj.svg) right -20px bottom -7px/100px no-repeat, #fff;
  }
}

#header .glnav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  min-height: 509px;
  margin: 0 auto;
  padding-left: 33px;
}

@media screen and (max-height: 750px) {
  #header .glnav ul {
    margin-top: 0;
    padding: 0 37px 30px;
  }
}

@media screen and (max-width: 1080px) {
  #header .glnav ul {
    padding-right: 33px;
  }
}

@media screen and (max-width: 750px) {
  #header .glnav ul {
    max-width: 330px;
    padding-bottom: 90px;
  }
}

#header .glnav li {
  display: flex;
}

#header .glnav li.nav-top {
  font-size: 32px;
  width: 100%;
  margin-bottom: 43px;
}

@media screen and (max-width: 750px) {
  #header .glnav li.nav-top {
    font-size: 25px;
    margin-bottom: 16px;
  }
}

#header .glnav li.nav-sub {
  font-size: 22px;
  width: 315px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1080px) {
  #header .glnav li.nav-sub {
    width: 48%;
  }
}

@media screen and (max-width: 750px) {
  #header .glnav li.nav-sub {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
  }
}

#header .glnav li a {
  display: flex;
  align-items: center;
  flex-basis: content;
  font-family: 'shirokuma';
  line-height: 26px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-decoration: none;
  height: 52px;
  padding-left: 65px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 750px) {
  #header .glnav li a {
    line-height: 20px;
    white-space: wrap;
    padding-left: 60px;
  }
}

#header .glnav li a::before {
  display: block;
  content: "";
  width: 55px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  #header .glnav li a::before {
    width: 48px;
    height: 44px;
  }
}

#header .glnav li:nth-child(1) a {
  color: #E8382F;
  letter-spacing: -0.15em;
}

#header .glnav li:nth-child(1) a::before {
  background-image: url(../img/common/glnav_li00.png);
}

#header .glnav li:nth-child(2) a {
  color: #45B5CE;
}

#header .glnav li:nth-child(2) a::before {
  background-image: url(../img/common/glnav_li01.png);
}

#header .glnav li:nth-child(3) a {
  color: #E8382F;
}

#header .glnav li:nth-child(3) a::before {
  background-image: url(../img/common/glnav_li02.png);
}

#header .glnav li:nth-child(4) a {
  color: #395E7F;
}

#header .glnav li:nth-child(4) a::before {
  background-image: url(../img/common/glnav_li03.png);
}

#header .glnav li:nth-child(5) a {
  color: #976697;
}

#header .glnav li:nth-child(5) a::before {
  background-image: url(../img/common/glnav_li04.png);
}

#header .glnav li:nth-child(6) a {
  color: #7F963D;
}

#header .glnav li:nth-child(6) a::before {
  background-image: url(../img/common/glnav_li05.png);
}

#header .glnav li:nth-child(7) a {
  color: #D2AF46;
}

#header .glnav li:nth-child(7) a::before {
  background-image: url(../img/common/glnav_li06.png);
}

#header .glnav li:nth-child(8) a {
  color: #A57268;
}

#header .glnav li:nth-child(8) a::before {
  background-image: url(../img/common/glnav_li07.png);
}

#header .glnav li:nth-child(9) a {
  color: #E9537D;
}

#header .glnav li:nth-child(9) a::before {
  background-image: url(../img/common/glnav_li08.png);
}

#header .glnav li:nth-child(10) a {
  color: #546AB0;
}

#header .glnav li:nth-child(10) a::before {
  background-image: url(../img/common/glnav_li09.png);
}

#header .glnav li:nth-child(11) a {
  color: #EA6137;
}

#header .glnav li:nth-child(11) a::before {
  background-image: url(../img/common/glnav_li10.png);
}

#header .glnav li:nth-child(12) a {
  color: #666666;
}

#header .glnav li:nth-child(12) a::before {
  background-image: url(../img/common/glnav_li11.png);
}

#footer .exco .inner {
  max-width: 1080px;
  background-color: #fff;
  padding: 100px 20px 100px;
}

@media screen and (max-width: 750px) {
  #footer .exco .inner {
    padding: 87px 16px 50px;
  }
}

#footer .exco-hdr {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #footer .exco-hdr {
    font-size: 22px;
  }
}

@media screen and (max-width: 350px) {
  #footer .exco-hdr {
    font-size: 20px;
  }
}

#footer .exco-hdr::after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background-color: #45B5CE;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#footer .exco-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
}

@media screen and (max-width: 750px) {
  #footer .exco-name {
    font-size: 17px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 350px) {
  #footer .exco-name {
    font-size: 16px;
  }
}

#footer .exco-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 55px auto 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #45B5CE;
}

@media screen and (max-width: 750px) {
  #footer .exco-list {
    flex-wrap: wrap;
    margin: 41px auto 25px;
    padding-bottom: 24px;
  }
  #footer .exco-list li {
    margin-bottom: 29px;
  }
}

#footer .exco-list .exco-jr {
  width: 207px;
}

@media screen and (max-width: 750px) {
  #footer .exco-list .exco-jr {
    width: 51.3158%;
  }
}

#footer .exco-list .exco-hankyu {
  width: 158px;
}

@media screen and (max-width: 750px) {
  #footer .exco-list .exco-hankyu {
    width: 39.1813%;
  }
}

#footer .exco-list .exco-hanshin {
  width: 176px;
}

@media screen and (max-width: 750px) {
  #footer .exco-list .exco-hanshin {
    width: 43.5673%;
  }
}

#footer .exco-list .exco-grandfront {
  width: 171px;
}

@media screen and (max-width: 750px) {
  #footer .exco-list .exco-grandfront {
    width: 42.3977%;
  }
}

#footer .exco-list .exco-osakametro {
  width: 142px;
}

@media screen and (max-width: 750px) {
  #footer .exco-list .exco-osakametro {
    width: 35.0877%;
    margin: 8px auto 0;
  }
}

#footer .exco-city-name {
  line-height: 1;
  width: 116px;
  margin: 45px auto 0;
}

@media screen and (max-width: 750px) {
  #footer .exco-city-name {
    width: 28.655%;
    margin-top: 26px;
  }
}

#footer .exco-ad-name {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 95px;
  margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
  #footer .exco-ad-name {
    font-size: 13px;
    width: 23.3918%;
    margin-top: 42px;
  }
}

#footer .exco-ad-name img {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  #footer .exco-ad-name img {
    margin-top: 16px;
  }
}

#footer .footer-inner {
  padding: 100px 0;
}

@media screen and (max-width: 750px) {
  #footer .footer-inner {
    padding: 51px 0 38px;
  }
}

#footer .footer-logo a {
  display: block;
  width: 253px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #footer .footer-logo a {
    width: 215px;
  }
}

#footer .footer-sns {
  display: flex;
  justify-content: space-between;
  width: 270px;
  margin: 54px auto 0;
}

@media screen and (max-width: 750px) {
  #footer .footer-sns {
    width: 230px;
    margin-top: 45px;
  }
}

#footer .footer-sns li {
  width: 61px;
}

@media screen and (max-width: 750px) {
  #footer .footer-sns li {
    width: 52px;
  }
}

#footer .copyright {
  color: #fff;
  font-size: 11px;
  line-height: 2;
  text-align: center;
  padding: 14px 0;
  background-color: #45B5CE;
}

@media screen and (max-width: 750px) {
  #footer .copyright {
    line-height: 1.2;
    padding: 8px 0;
  }
}

#footer #pagetop {
  width: 80px;
  height: 80px;
  background-color: #979797;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #footer #pagetop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 30px;
  }
}

#footer #pagetop::before {
  display: block;
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/pagetop.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  #footer #pagetop::before {
    width: 10px;
    height: 7px;
  }
}

#page-nav {
  width: 100%;
}

#page-nav .nav-inner {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #page-nav .nav-inner {
    padding: 0 5px;
  }
}

#page-nav .swiper-area {
  position: relative;
}

#page-nav .nav-slider {
  overflow: hidden;
}

#page-nav .swiper-wrapper {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #page-nav .swiper-wrapper li {
    width: 206px !important;
  }
}

@media screen and (max-width: 750px) {
  #page-nav .swiper-wrapper li {
    width: 140px;
  }
}

#page-nav .swiper-wrapper li a {
  display: block;
  width: 100%;
  background-color: #fff;
}

#page-nav .slider-btn {
  width: 44px;
  height: 50px;
  background-color: #45B5CE;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}

#page-nav .slider-btn::before {
  display: block;
  content: "";
  width: 15px;
  height: 6px;
  background: url(../img/common/arrow_l.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}

#page-nav .slider-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

#page-nav .slider-prev::before {
  transform: translate(-50%, -50%);
}

#page-nav .slider-next {
  right: 0;
  transform: translate(50%, -50%);
}

#page-nav .slider-next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

#content-hdr {
  margin-bottom: 28px;
}

@media screen and (max-width: 750px) {
  #content-hdr {
    margin-bottom: 7px;
    padding-bottom: 6.7313vw;
    position: relative;
  }
  #content-hdr::after {
    display: block;
    content: "";
    width: 11.2vw;
    height: 24.535vw;
    background: url(../img/common/content_mainvisual_obg_sp.png) center/contain no-repeat;
    position: absolute;
    left: 25px;
    bottom: 0;
    transform: translateY(44%);
  }
}

#content-hdr .inner {
  width: 1080px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  #content-hdr .inner {
    width: 100%;
  }
}

#content-hdr .content-mainvisual {
  margin: 0 auto;
  padding-top: 39px;
}

@media screen and (min-width: 751px) {
  #content-hdr .content-mainvisual img {
    max-width: none;
    width: 1100px;
    position: relative;
    left: -20px;
  }
}

@media screen and (max-width: 750px) {
  #content-hdr .content-mainvisual {
    margin-bottom: 32px;
    padding-top: 0;
  }
}

#content-hdr .content-description {
  line-height: 2;
  width: 340px;
  position: absolute;
  top: 478px;
  left: 30px;
}

@media screen and (max-width: 750px) {
  #content-hdr .content-description {
    font-size: 14px;
    line-height: 1.71;
    width: 100%;
    padding: 0 25px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  #dates {
    margin-top: 49px;
  }
  #dates .inner {
    padding: 0 5px;
  }
}

#dates p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  #dates p {
    font-size: 14px;
    margin-top: 7px;
  }
}

#dates p.dates-note {
  font-size: 14px;
  margin-top: 9px;
}

@media screen and (max-width: 750px) {
  #dates p.dates-note {
    font-size: 13px;
    margin-top: 4px;
  }
}

#entry {
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  #entry {
    margin-top: 42px;
  }
}

#entry .entry-row {
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 25px auto 0;
}

@media screen and (max-width: 750px) {
  #entry .entry-row {
    display: block;
    width: 100%;
    padding: 0 28px;
    margin-top: 10px;
  }
}

#entry .entry-row a:hover {
  text-decoration: underline;
}

#entry .entry-col {
  width: 250px;
  padding-bottom: 18px;
  border: 1px solid #976697;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 750px) {
  #entry .entry-col {
    width: 100%;
    padding-bottom: 30px;
  }
  #entry .entry-col + .entry-col {
    margin-top: 45px;
  }
}

#entry .entry-col::after {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  margin-top: -10px;
  border: 11px solid;
  border-color: #976697 #976697 transparent transparent;
  position: absolute;
  top: 50%;
  right: -34px;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  #entry .entry-col::after {
    transform: rotate(135deg) translateX(50%);
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
  }
}

#entry .entry-col:last-of-type::after {
  content: none;
  display: none;
}

#entry .entry-col-hdr {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  background-color: #976697;
  border-radius: 13px 13px 0 0;
}

#entry .entry-col-con {
  padding: 150px 24px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  #entry .entry-col-con {
    padding: 150px 20px 0;
  }
}

#entry .entry-col-con img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#entry .entry-col-con p {
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  #entry .entry-col-con p {
    line-height: 1.71;
  }
}

.info {
  padding-top: 111px;
  background: url(../img/common/page_nav_bg.jpg) center top/cover no-repeat;
}

@media screen and (max-width: 750px) {
  .info {
    padding-top: 18px;
    background: url(../img/common/page_nav_bg.jpg) center top/100% no-repeat;
  }
}

@media screen and (max-width: 570px) {
  .info {
    background: url(../img/common/page_nav_bg.jpg) center top/auto 100% no-repeat;
  }
}

.info.sub {
  margin-bottom: 120px;
  padding: 81px 0 110px;
}

@media screen and (max-width: 750px) {
  .info.sub {
    margin-bottom: 0;
    padding: 20px 0 94px;
  }
}

.info .info-hdr {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 44px;
}

@media screen and (max-width: 750px) {
  .info .info-hdr {
    font-size: 20px;
    line-height: 1.45;
    white-space: nowrap;
    width: 320px;
    margin: 0 0 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 350px) {
  .info .info-hdr {
    font-size: 18px;
    width: 290px;
  }
}

@media screen and (max-width: 750px) {
  .coop {
    margin-bottom: -50px;
  }
}

.coop .inner {
  max-width: 1080px;
  padding: 99px 20px 7px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .coop .inner {
    padding: 45px 17px 5px;
  }
}

.coop-hdr {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 17px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .coop-hdr {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.coop-hdr::after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background-color: #45B5CE;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.coop-hdr-h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .coop-hdr-h3 {
    font-size: 17px;
    margin-bottom: 13px;
  }
}

.coop-hdr-h3::before, .coop-hdr-h3::after {
  display: block;
  content: "";
  width: 38.173%;
  border-top: 1px solid #45B5CE;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 750px) {
  .coop-hdr-h3::before, .coop-hdr-h3::after {
    width: 27.7778%;
  }
}

.coop-hdr-h3::before {
  left: 0;
}

.coop-hdr-h3::after {
  right: 0;
}

.coop .coop-list + .coop-hdr-h3 {
  margin-top: 40px;
}

.coop-box + .coop-box {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .coop-box + .coop-box {
    margin-top: 33px;
  }
}

.coop-box.mt {
  margin-top: 90px;
}

@media screen and (max-width: 750px) {
  .coop-box.mt {
    margin-top: 50px;
  }
}

.coop-list {
  display: flex;
  justify-content: space-between;
  line-height: 2.25;
}

@media screen and (max-width: 750px) {
  .coop-list {
    display: block;
    line-height: 1.62;
    font-size: 13px;
  }
}

.coop-list ul {
  width: 48.557%;
}

@media screen and (max-width: 750px) {
  .coop-list ul {
    width: 100%;
  }
}

.coop-list a {
  color: #45B5CE;
}

.coop-list a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  top: 1px;
  margin-left: 2px;
  background: url(../img/common/ico_link.svg) center/contain no-repeat;
  position: relative;
}

@media screen and (min-width: 751px) {
  .coop-list a:hover {
    text-decoration: underline;
  }
}

.coop-list + .coop-list {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .coop-list + .coop-list {
    margin-top: 35px;
  }
}

.coop-cat-name {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 3px;
  background-color: #45B5CE;
}

@media screen and (max-width: 750px) {
  .coop-cat-name {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.dl-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dl-data dt, .dl-data dd {
  font-size: 18px;
  line-height: 1.22;
  background-color: #EEE3E1;
  margin-bottom: 7px;
}

@media screen and (max-width: 750px) {
  .dl-data dt, .dl-data dd {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 5px;
  }
}

.dl-data dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}

@media screen and (max-width: 750px) {
  .dl-data dt {
    width: 75px;
  }
}

.dl-data dd {
  width: calc(100% - 107px);
  padding: 14px 10px;
}

@media screen and (min-width: 751px) {
  .dl-data dd.date {
    text-indent: -3.2em;
    padding-left: calc(10px + 3.2em);
  }
}

@media screen and (max-width: 750px) {
  .dl-data dd {
    width: calc(100% - 80px);
    padding: 7px 5px;
  }
}

.area {
  border: 1px solid #7F963D;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .area {
    border-radius: 0 0 8px 8px;
  }
}

.area + .area {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .area + .area {
    margin-top: 50px;
  }
}

.table-black {
  width: 1020px;
  max-width: 100%;
  margin: 57px auto 0;
}

@media screen and (max-width: 750px) {
  .table-black {
    width: 100%;
  }
}

.table-black table {
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% + 20px);
  border-spacing: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .table-black table {
    width: calc(100% + 10px);
    border-spacing: 5px;
  }
}

.table-black th {
  color: #fff;
  text-align: center;
  padding: 3px 0 4px;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  .table-black th {
    padding: 16px 0;
  }
}

.table-black thead th {
  font-size: 24px;
  padding: 2px 0;
}

@media screen and (max-width: 750px) {
  .table-black thead th {
    font-size: 14px;
    padding: 0;
  }
}

.table-black tbody th {
  font-size: 22px;
  width: 40px;
}

@media screen and (max-width: 750px) {
  .table-black tbody th {
    font-size: 14px;
    width: 20px;
    min-width: 20px;
  }
}

.table-black tbody td {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .table-black tbody td {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.table-black tbody td:nth-child(2) {
  width: 550px;
}

@media screen and (max-width: 750px) {
  .table-black tbody td:nth-child(2) {
    width: 54%;
  }
}

.table-black tbody td:nth-child(3) {
  width: 410px;
}

@media screen and (max-width: 750px) {
  .table-black tbody td:nth-child(3) {
    width: 46%;
  }
}

.table-black tbody td span {
  font-weight: 400;
}

#colbox {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  #colbox {
    margin-top: 50px;
    margin-bottom: 42px;
  }
}

#colbox .colbox-contents {
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-contents {
    width: 100%;
  }
}

#colbox .colbox-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-row {
    flex-direction: column-reverse;
  }
}

#colbox .colbox-cont {
  width: 450px;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-cont {
    width: 100%;
  }
}

#colbox .colbox-cont h2 {
  color: #546AB0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  margin-bottom: 11px;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-cont h2 {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 3px;
  }
}

#colbox .colbox-cont p {
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-cont p {
    line-height: 1.71;
  }
}

#colbox .colbox-img {
  width: 450px;
}

@media screen and (max-width: 750px) {
  #colbox .colbox-img {
    width: 100%;
    margin-bottom: 26px;
  }
}

#colbox .about {
  margin-top: 74px;
  border: 1px solid #546AB0;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  #colbox .about {
    margin-top: 47px;
  }
}

#colbox .about-row {
  display: flex;
}

@media screen and (max-width: 750px) {
  #colbox .about-row {
    display: block;
  }
}

#colbox .about-img {
  width: 430px;
}

@media screen and (max-width: 750px) {
  #colbox .about-img {
    width: 100%;
  }
}

#colbox .about-cont {
  width: 488px;
  padding: 10px 20px 0;
}

@media screen and (max-width: 750px) {
  #colbox .about-cont {
    width: 100%;
    padding: 10px 10px 15px;
  }
}

#colbox .about-cont h3 {
  color: #546AB0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}

@media screen and (max-width: 750px) {
  #colbox .about-cont h3 {
    font-size: 16px;
  }
}

#colbox .about-cont p {
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  #colbox .about-cont p {
    line-height: 1.71;
  }
}

.pdf-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  width: 610px;
  height: 150px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .pdf-link {
    font-size: 17px;
    width: 100%;
    height: 75px;
  }
}

.pdf-link .arrow {
  width: 15px;
  margin: 0 15px;
}

@media screen and (max-width: 750px) {
  .pdf-link .arrow {
    margin: 0 7px;
  }
}

.pdf-link .pdf {
  width: 66px;
}

@media screen and (max-width: 750px) {
  .pdf-link .pdf {
    width: 41px;
  }
}
