@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
}

ul, ol {
  list-style: none;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#mv .inner {
  width: 100%;
}

#nav {
  padding: min(2.142vw, 30px) 0 calc(min(2.142vw, 30px) + 20px);
}
#nav .inner {
  max-width: 1200px;
}
#nav .inner ul {
  display: flex;
  justify-content: space-around;
}
#nav .inner ul li {
  width: min(19.857vw, 278px);
}
#nav .inner ul li img {
  filter: drop-shadow(min(0.428vw, 6px) min(0.428vw, 6px) 0 rgba(208, 208, 208, 0.8));
}

#kit {
  padding: min(10.714vw, 150px) 0;
  background: url(../img/kit_bg.png) no-repeat center/cover;
  position: relative;
  margin-bottom: 20px;
}
#kit::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/line.png) repeat-x center/1400px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#kit::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/line.png) repeat-x center/1400px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#kit .inner {
  max-width: 1000px;
  background: #fff;
  border: 2px solid #0967a9;
  padding: min(9.285vw, 130px) min(2.142vw, 30px) min(3.571vw, 50px);
  position: relative;
}
#kit .inner h2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: min(-4.928vw, -69px);
  text-align: center;
}
#kit .inner h2 img {
  width: min(54.428vw, 762px);
}
#kit .inner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kit .inner .row .img {
  width: 47%;
}
#kit .inner .row .txt {
  width: 46.2%;
  font-size: min(1.714vw, 24px);
  line-height: 1.833;
  color: #6a3906;
}
#kit .inner .modal-trg {
  cursor: pointer;
  margin: min(2.357vw, 33px) auto min(0.714vw, 10px);
  width: min(31.428vw, 440px);
}
#kit .inner .modal-trg img {
  filter: drop-shadow(min(0.214vw, 3px) min(0.214vw, 3px) 0 #ec8000);
}
#kit .inner .notice {
  text-align: center;
}
#kit .inner .notice img {
  width: min(19.714vw, 276px);
}
#kit .inner .print {
  margin-top: min(2.857vw, 40px);
  text-align: center;
}
#kit .inner .print img {
  width: min(35.714vw, 500px);
}
#kit .inner .list {
  margin-top: min(1.214vw, 17px);
  display: flex;
  justify-content: space-between;
}
#kit .inner .list .block {
  width: 31%;
}
#kit .inner .list .block .btn {
  margin-top: min(1.071vw, 15px);
  text-align: center;
}
#kit .inner .list .block .btn img {
  width: min(15.714vw, 220px);
}

#campaign {
  padding: min(3.142vw, 44px) 0 min(4.285vw, 60px);
  background: url(../img/campaign_bg.jpg) no-repeat center bottom/cover;
}
#campaign .inner {
  max-width: 1120px;
}
#campaign .inner h2 {
  text-align: center;
}
#campaign .inner h2 img {
  width: min(74.571vw, 1044px);
}
#campaign .inner .row {
  margin-top: min(1.428vw, 20px);
  display: flex;
  justify-content: space-between;
}
#campaign .inner .row .txt {
  padding-top: min(3.428vw, 48px);
  width: 60.1%;
}
#campaign .inner .row .img {
  width: 38.4%;
}

#apply {
  padding: min(4.428vw, 62px) 0 min(4.785vw, 67px);
  position: relative;
  background: #addaf5;
}
#apply .inner {
  max-width: min(78.571vw, 1100px);
}
#apply .inner h2 {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
}
#apply .inner h2 img {
  width: min(63.428vw, 888px);
}
#apply .inner .step {
  text-align: center;
}
#apply .inner .step img {
  width: min(75.357vw, 1055px);
}
#apply .inner .requirements {
  margin-top: min(3.571vw, 50px);
  padding: min(0.928vw, 13px);
  position: relative;
  z-index: 1;
}
#apply .inner .requirements::before {
  content: "";
  display: block;
  width: min(78.571vw, 1100px);
  height: min(41.642vw, 583px);
  background: url(../img/requirements_bg.svg) no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#apply .inner .requirements .requirements_inner {
  height: calc(min(40.714vw, 570px) - min(0.928vw, 13px));
  overflow: scroll;
  padding: min(2.571vw, 36px) min(4.642vw, 65px) min(2.714vw, 38px);
  color: #6a3906;
  font-family: "M PLUS 1p", sans-serif;
}
#apply .inner .requirements .requirements_inner .ttl {
  text-align: center;
  margin-bottom: min(0.714vw, 10px);
  font-size: min(4.266vw, 32px);
  font-weight: bold;
}
#apply .inner .requirements .requirements_inner .detail dl dt {
  font-size: min(2.933vw, 22px);
  font-weight: bold;
}
#apply .inner .requirements .requirements_inner .detail dl dd {
  font-size: min(2.533vw, 19px);
}
#apply .inner .requirements .requirements_inner .detail dl dd p {
  text-indent: -1em;
  margin-left: 1em;
}
#apply .inner .requirements .requirements_inner .detail dl dd:not(:last-of-type) {
  margin-bottom: 1em;
}
#apply .inner .requirements .requirements_inner .detail .link {
  margin-top: min(1.785vw, 25px);
  text-align: center;
  color: #e73736;
  text-decoration: underline;
  font-size: min(1.571vw, 22px);
  font-weight: bold;
}
#apply .inner .requirements .requirements_inner .detail:not(:last-child) {
  margin-bottom: min(4.285vw, 60px);
}
#apply .inner .btn {
  margin-top: min(1.857vw, 26px);
}
#apply .inner .btn a {
  display: block;
  width: min(34.642vw, 485px);
  margin: 0 auto;
}
#apply .inner .btn a img {
  filter: drop-shadow(min(0.214vw, 3px) min(0.214vw, 3px) 0 #ec8000);
}

#term {
  padding: 100px 0;
  color: #6a3906;
}
#term .inner h2 {
  text-align: center;
  font-size: min(3.214vw, 45px);
  margin-bottom: min(3vw, 42px);
  font-family: "M PLUS 1p", sans-serif;
}
#term .inner dl dt {
  font-size: min(1.571vw, 22px);
  font-weight: bold;
}
#term .inner dl dd {
  font-size: min(1.357vw, 19px);
}
#term .inner dl dd ul, #term .inner dl dd ol {
  padding-left: 1em;
}
#term .inner dl dd ul li, #term .inner dl dd ol li {
  text-indent: -1em;
  margin-left: 1em;
}
#term .inner dl dd a {
  color: #0967a9;
}

#event {
  background: url(../img/event_bg.jpg);
  padding: min(3.571vw, 50px) 0;
  position: relative;
  margin-bottom: 20px;
}
#event::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/line.png) repeat-x center/contain;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#event::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/line.png) repeat-x center/contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#event .inner {
  width: 100%;
  max-width: none;
}
#event .inner h2 {
  text-align: center;
  margin-bottom: min(3.571vw, 50px);
}
#event .inner h2 img {
  width: min(50.5vw, 707px);
}
#event .inner .event_slider .slide {
  width: min(29.642vw, 415px);
  margin: 0 min(1.285vw, 18px) min(0.428vw, 6px);
  filter: drop-shadow(min(0.428vw, 6px) min(0.428vw, 6px) min(0.285vw, 4px) rgba(20, 39, 81, 0.8));
}
#event .inner .event_slider .slide a.coming:hover {
  opacity: 1;
}
#event .inner .event_slider .slick-dots {
  margin-top: min(1.785vw, 25px);
  display: flex;
  justify-content: center;
}
#event .inner .event_slider .slick-dots li button {
  font-size: 0;
  width: min(1vw, 14px);
  height: min(1vw, 14px);
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #0967a9;
}
#event .inner .event_slider .slick-dots li.slick-active button {
  background: #0967a9;
}
#event .inner .event_slider .slick-dots li:not(:last-child) {
  margin-right: min(1.785vw, 25px);
}
#event .inner .group h3 {
  margin-bottom: min(2.142vw, 30px);
  text-align: center;
}
#event .inner .group:not(:last-child) {
  margin-bottom: min(4.714vw, 66px);
}
#event .inner .group.content h3 img {
  width: min(47.428vw, 664px);
}
#event .inner .group.other h3 img {
  width: min(51.571vw, 722px);
}

#sns {
  margin-top: min(4.714vw, 66px);
  padding-bottom: min(4.142vw, 58px);
}
#sns h2 {
  background: #0967a9;
  text-align: center;
  padding: min(2.214vw, 31px) 0 min(2vw, 28px);
  position: relative;
  margin-bottom: min(5.285vw, 74px);
  padding-left: min(15.5vw, 217px);
}
#sns h2 img {
  width: min(33.642vw, 471px);
}
#sns h2::before {
  content: "";
  display: block;
  width: min(19.928vw, 279px);
  height: min(20.357vw, 285px);
  background: url(../img/sns_ttl_img.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: calc(50% + min(8.857vw, 124px));
}
#sns .inner .row {
  display: flex;
  justify-content: center;
}
#sns .inner .row .block {
  width: min(39.5vw, 553px);
  background: #ffda01;
  border: min(0.357vw, 5px) solid #3980b6;
  border-radius: min(3.571vw, 50px);
  padding: min(2.142vw, 30px) min(2.5vw, 35px) min(2.5vw, 35px);
  box-shadow: min(0.571vw, 8px) min(0.571vw, 8px) 0 rgba(0, 0, 0, 0.3);
}
#sns .inner .row .block .txt {
  margin-bottom: min(2.357vw, 33px);
}
#sns .inner .row .block .sns_slider {
  position: relative;
}
#sns .inner .row .block .sns_slider .slick-dots {
  position: absolute;
  top: calc(100% + min(0.642vw, 9px));
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#sns .inner .row .block .sns_slider .slick-dots li button {
  width: min(0.714vw, 10px);
  height: min(0.714vw, 10px);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4880bd;
  font-size: 0;
  display: block;
}
#sns .inner .row .block .sns_slider .slick-dots li:not(:last-child) {
  margin-right: min(1.285vw, 18px);
}
#sns .inner .row .block .sns_slider .slick-dots li.slick-active button {
  background: #4880bd;
}
#sns .inner .row .block .detail {
  text-align: center;
  font-size: min(1.714vw, 24px);
  line-height: 1;
  margin-top: min(2.714vw, 38px);
  font-weight: bold;
  color: #6a3906;
}
#sns .inner .row .block:nth-child(1) {
  margin-right: min(3.285vw, 46px);
}
#sns .inner .row .block:nth-child(1) .txt img {
  width: min(29.142vw, 408px);
}
#sns .inner .row .block:nth-child(2) .txt img {
  width: min(34.714vw, 486px);
}
#sns .inner .link {
  width: min(64.071vw, 897px);
  margin: min(5vw, 70px) auto 0;
  border: min(0.214vw, 3px) solid #0967a9;
  border-radius: min(1.285vw, 18px);
  padding: min(4.5vw, 63px) min(6vw, 84px) min(4.285vw, 60px);
  box-shadow: min(0.571vw, 8px) min(0.571vw, 8px) 0 rgba(152, 155, 157, 0.6);
}
#sns .inner .link .row {
  margin-top: min(4vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sns .inner .link .row .txt {
  margin-right: min(6.142vw, 86px);
}
#sns .inner .link .row .txt img {
  width: min(42.714vw, 598px);
}
#sns .inner .link .row ul {
  display: flex;
  align-items: center;
}
#sns .inner .link .row ul li:nth-child(1) {
  margin-right: min(5.214vw, 73px);
}
#sns .inner .link .row ul li:nth-child(1) img {
  width: min(6.428vw, 90px);
}
#sns .inner .link .row ul li:nth-child(2) img {
  width: min(6.428vw, 90px);
}
#sns .inner .pagetop {
  margin-top: min(3.571vw, 50px);
}
#sns .inner .pagetop a {
  background: #e22318;
  width: min(22.928vw, 321px);
  color: #fff;
  font-size: min(2.357vw, 33px);
  border: 2px solid #fff;
  border-radius: min(0.857vw, 12px);
  text-align: center;
  line-height: 1;
  padding: min(1.428vw, 20px) 0 min(1.428vw, 20px) min(1.428vw, 20px);
  margin: 0 auto;
  display: block;
  box-shadow: min(0.357vw, 5px) min(0.357vw, 5px) min(0.214vw, 3px) rgba(112, 52, 35, 0.6);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
}
#sns .inner .pagetop a::after {
  content: "〉";
  margin-left: min(4.642vw, 65px);
}

footer {
  background: #0073ac;
  padding: min(2.142vw, 30px) 0;
  color: #fff;
}
footer .inner .txt {
  text-align: center;
  font-size: min(3.642vw, 51px);
  font-weight: bold;
  line-height: 1;
  margin-bottom: min(4vw, 56px);
}
footer .inner ul {
  display: flex;
  justify-content: center;
}
footer .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(24.214vw, 339px);
  height: min(5vw, 70px);
  border-radius: min(2.5vw, 35px);
  color: #0073ac;
  font-size: min(1.928vw, 27px);
  background: #fff;
  border: #0073ac solid min(0.142vw, 2.5px);
  box-shadow: min(0.214vw, 3px) min(0.214vw, 3px) min(0.071vw, 1.5px) rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
footer .inner ul li a::after {
  content: "";
  display: block;
  width: min(1.285vw, 18px);
  height: min(1.857vw, 26px);
  background: url(../img/arrow_right_blue.svg) no-repeat center/contain;
  margin-left: min(0.928vw, 13px);
}
footer .inner ul li:not(:last-child) {
  margin-right: min(1.785vw, 25px);
}
footer .copy {
  margin-top: min(4.071vw, 57px);
  text-align: center;
}
footer .copy img {
  width: min(93.285vw, 1306px);
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #mv img {
    width: 100%;
  }
  #nav {
    padding: 5.333vw 0;
  }
  #nav .inner ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #nav .inner ul li {
    width: 48%;
  }
  #nav .inner ul li:nth-child(n+3) {
    margin-top: 4vw;
  }
  #kit {
    margin-bottom: 5px;
  }
  #kit::before {
    height: 5px;
    background-size: 375px;
  }
  #kit::after {
    height: 5px;
    background-size: 375px;
  }
  #kit .inner {
    border-width: 1px;
    padding: 14vw 5vw 5vw;
  }
  #kit .inner h2 {
    top: -6.266vw;
  }
  #kit .inner h2 img {
    width: 80vw;
  }
  #kit .inner .row {
    flex-direction: column;
    text-align: center;
  }
  #kit .inner .row .img {
    width: 100%;
  }
  #kit .inner .row .img img {
    width: 80%;
  }
  #kit .inner .row .txt {
    width: 100%;
    margin-top: 4vw;
  }
  #kit .inner .row .txt img {
    width: 80%;
  }
  #kit .inner .modal-trg {
    width: 50vw;
    margin: 6vw auto 2vw;
  }
  #kit .inner .notice img {
    width: 50vw;
    display: block;
    margin: 0 auto;
  }
  #kit .inner .print {
    margin-top: 4vw;
  }
  #kit .inner .print img {
    width: 49.333vw;
  }
  #kit .inner .list {
    margin-top: 2.133vw;
    flex-direction: column;
    align-items: center;
  }
  #kit .inner .list .block {
    width: 70%;
  }
  #kit .inner .list .block .btn {
    margin-top: 3vw;
  }
  #kit .inner .list .block .btn a img {
    width: 37vw;
  }
  #kit .inner .list .block:not(:last-child) {
    margin-bottom: 8vw;
  }
  #campaign .inner h2 img {
    width: 86.933vw;
  }
  #apply {
    padding: 8vw 0 12vw;
  }
  #apply .inner {
    max-width: none;
  }
  #apply .inner h2 img {
    width: 90vw;
  }
  #apply .inner .step img {
    width: 100%;
  }
  #apply .inner .requirements {
    margin-top: 8vw;
    padding: 1.066vw;
    width: 90.666vw;
    height: 48vw;
  }
  #apply .inner .requirements .requirements_inner {
    padding: 4vw;
    width: 88.533vw;
    height: 45.866vw;
  }
  #apply .inner .requirements .requirements_inner .detail dl dt {
    font-size: 3.2vw;
  }
  #apply .inner .requirements .requirements_inner .detail dl dd {
    font-size: 2.666vw;
  }
  #apply .inner .requirements .requirements_inner .detail .link {
    font-size: 2.666vw;
  }
  #apply .inner .requirements::before {
    width: 100%;
    height: 100%;
  }
  #apply .inner .btn {
    margin-top: 5.333vw;
  }
  #apply .inner .btn a {
    width: 53.333vw;
  }
  #term {
    padding: 50px 0;
  }
  #term .inner h2 {
    font-size: 5.333vw;
    margin-bottom: 8vw;
  }
  #term .inner dl dt {
    font-size: 4.266vw;
  }
  #term .inner dl dd {
    font-size: 3.733vw;
  }
  #event {
    padding: 8vw 0;
    background-image: url(../img/event_bg_sp.jpg);
  }
  #event::before {
    height: 5px;
    background-size: 375px;
  }
  #event::after {
    height: 5px;
    background-size: 375px;
  }
  #event .inner h2 {
    margin-bottom: 5.333vw;
  }
  #event .inner h2 img {
    width: 75vw;
  }
  #event .inner .group.content h3 img {
    width: 70vw;
  }
  #event .inner .group.other h3 img {
    width: 80vw;
  }
  #event .inner .group:not(:last-child) {
    margin-bottom: 8vw;
  }
  #event .inner .event_slider .slick-dots {
    margin-top: 4vw;
  }
  #event .inner .event_slider .slick-dots li button {
    width: 2.666vw;
    height: 2.666vw;
  }
  #sns {
    padding-bottom: 8vw;
  }
  #sns h2 {
    padding-left: 17vw;
  }
  #sns h2 img {
    width: 45vw;
  }
  #sns h2::before {
    width: 21vw;
    height: 22.8vw;
    right: 64vw;
  }
  #sns .inner .row {
    flex-direction: column;
  }
  #sns .inner .row .block {
    width: 100%;
    padding: 5.333vw;
  }
  #sns .inner .row .block .txt {
    height: unset;
    margin-bottom: 4vw;
  }
  #sns .inner .row .block .sns_slider .slick-dots {
    position: static;
    margin-top: 4vw;
  }
  #sns .inner .row .block .sns_slider .slick-dots li button {
    width: 2.666vw;
    height: 2.666vw;
  }
  #sns .inner .row .block .detail {
    margin-top: 2.666vw;
    font-size: 3.733vw;
  }
  #sns .inner .row .block:not(:last-child) {
    margin-bottom: 5.333vw;
  }
  #sns .inner .row .block:nth-child(1) .txt img {
    width: 71vw;
  }
  #sns .inner .row .block:nth-child(2) .txt img {
    width: 78vw;
  }
  #sns .inner .link .row {
    flex-direction: row;
  }
  #sns .inner .link {
    width: 100%;
  }
  #sns .inner .pagetop a {
    font-size: 5.066vw;
    padding: 4vw 0 4vw 3vw;
    width: 50.133vw;
    border-radius: 3.2vw;
  }
  #sns .inner .pagetop a::after {
    margin-left: 5.333vw;
  }
  footer {
    padding: 5.333vw 0;
  }
  footer .inner .txt {
    font-size: 4.5vw;
    margin-bottom: 8vw;
  }
  footer .inner ul {
    flex-direction: column;
    align-items: center;
  }
  footer .inner ul li a {
    width: 60vw;
    height: 12vw;
    font-size: 4vw;
    border-radius: 6vw;
  }
  footer .inner ul li a::after {
    width: 3.466vw;
    height: 3.466vw;
    margin-left: 1.333vw;
  }
  footer .inner ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.modal-trg {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  background: #fff;
  width: 980px;
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal .modal-content .modal-close.icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5000;
}

.modal .modal-content .modal-close.icon img {
  width: 62px;
}

.modal .modal-content .modal-inner {
  display: none;
  position: relative;
  padding: 45px 83px;
  font-weight: bold;
}

.modal .modal-content .modal-inner h2 {
  color: #cf0000;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cf0000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}

.modal .modal-content .modal-inner ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}

.modal .modal-content .modal-inner ul li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.modal .modal-content .modal-inner .table_wrap {
  overflow: scroll;
  height: 226px;
}

.modal .modal-content .modal-inner .table_wrap table {
  width: 100%;
}

.modal .modal-content .modal-inner .table_wrap table tr th {
  color: #cf0000;
  padding: 10px;
  width: 6em;
}

.modal .modal-content .modal-inner .table_wrap table tr th:nth-child(2) {
  width: calc(100% - 19em);
}

.modal .modal-content .modal-inner .table_wrap table tr th:nth-child(3) {
  width: 13em;
}

.modal .modal-content .modal-inner .table_wrap table tr td {
  padding: 10px;
}

.modal .modal-content .modal-inner .table_wrap table tr td a {
  text-decoration: underline;
  color: #007ab7;
}

.modal .modal-content .modal-inner .table_wrap table tr td:last-child {
  color: #cf0000;
}

.modal .modal-content .modal-inner .table_wrap table tr:nth-child(2n) {
  background: #e6e6e6;
}

.modal .modal-content .modal-inner .notice {
  margin-top: 35px;
  text-align: center;
  font-size: 21px;
  color: #6a3906;
}

.modal .modal-content .modal-inner .btn {
  background: #cf0000;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 57px;
  border-radius: 7px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 2px rgba(99, 55, 40, 0.6);
  margin: 30px auto 0;
  cursor: pointer;
}

.modal .modal-content .modal-inner#modal::before {
  content: "";
  display: block;
  width: 252px;
  height: 217px;
  background: url(../img/modal_img2.png) no-repeat center/contain;
  position: absolute;
  top: -4px;
  left: -55px;
}

@media (max-width: 1000px) {
  .modal .modal-content .modal-inner#modal2::before {
    top: -64px;
  }
}
@media (max-width: 768px) {
  .modal .modal-content {
    width: 80.5%;
  }
  .modal .modal-content .modal-close.icon {
    top: -26px;
    right: -17px;
  }
  .modal .modal-content .modal-close.icon img {
    width: 50px;
  }
  .modal .modal-content .modal-inner {
    padding: 32px 35px;
  }
  .modal .modal-content .modal-inner h2 {
    font-size: 21px;
    padding-bottom: 4px;
    border-width: 2px;
  }
  .modal .modal-content .modal-inner ul {
    margin-bottom: 18px;
  }
  .modal .modal-content .modal-inner ul li {
    font-size: 9px;
    line-height: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }
  label[for="area-filter"] {
    font-size: 10px;
  }
  #area-filter {
    width: 150px;
    font-size: 11px;
  }
  .modal .modal-content .modal-inner .table_wrap table tr th {
    font-size: 10px;
    padding: 5px;
    width: 55px;
  }
  .modal .modal-content .modal-inner .table_wrap table tr td {
    font-size: 10px;
    padding: 5px;
  }
  .modal .modal-content .modal-inner .table_wrap table tr th:nth-child(2) {
    width: calc(100% - 145px);
  }
  .modal .modal-content .modal-inner .table_wrap table tr th:nth-child(3) {
    width: 70px;
  }
  .modal .modal-content .modal-inner .notice {
    margin-top: 25px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
  }
  .modal .modal-content .modal-inner .btn {
    margin-top: 20px;
    width: 183px;
    height: 46px;
    font-size: 17px;
  }
  .modal .modal-content .modal-inner#modal2::before {
    width: 107px;
    height: 92px;
    top: 0;
    left: -31px;
  }
}/*# sourceMappingURL=style.css.map */