/* CSS Document */
.orange {
  color: #FF8B25;
}

.pink {
  color: #FF0353;
}

#content section {
  padding: 0 10px;
  overflow: hidden;
}
#content .wrap {
  max-width: 1000px;
  padding: 100px 0;
}
@media print, screen and (max-width: 769px) {
  #content .wrap {
    padding: 50px 0;
  }
}

.camp-btn {
  display: block;
  background: url("img/arrow_img01.svg") no-repeat right 40px center/8px auto;
  background-color: #FF8B25;
  max-width: 582px;
  height: 66px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out 0s;
}
.camp-btn:hover {
  background-color: #FF9E45;
}
@media print, screen and (max-width: 769px) {
  .camp-btn {
    background-position: right 20px center;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
  }
}
@media print, screen and (max-width: 500px) {
  .camp-btn {
    background: none;
    background-color: #FF8B25 !important;
  }
}

.arrow-link {
  display: table;
  background: url("img/arrow_img03.svg") no-repeat right 0 center/8px auto;
  padding-right: 22px;
  margin: 0 auto;
}
.arrow-link span {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.arrow-link:hover span {
  text-decoration: none;
}
@media print, screen and (max-width: 769px) {
  .arrow-link span {
    font-size: 16px;
  }
}

.link-area {
  background: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin: 30px auto 0;
  padding: 14px 20px;
  letter-spacing: 1px;
  border-radius: 16px;
}
.link-area p {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.link-area p span {
  color: #FB7500;
}
@media print, screen and (max-width: 769px) {
  .link-area {
    margin-top: 20px;
    letter-spacing: 0;
  }
  .link-area p {
    font-size: 12px;
  }
  .link-area a span {
    font-size: 12px;
  }
}

.cta {
  background: linear-gradient(180deg, rgb(242, 255, 238) 0%, rgb(186, 222, 176) 100%);
  padding: 50px 10px !important;
}
.cta .wrap {
  padding: 0 !important;
}
.cta .txt {
  margin-bottom: 50px;
}
.cta .txt p {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 3px 3px 0 #FFF;
  text-align: center;
}
.cta .txt p span {
  color: #FB7500;
}
.cta .camp-btn {
  position: relative;
}
.cta .camp-btn::after {
  content: "";
  background: url("img/cta_txt01.png") no-repeat center top/contain;
  width: 200px;
  height: 50px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  top: -30px;
}
@media print, screen and (max-width: 769px) {
  .cta {
    padding: 30px 10px !important;
  }
  .cta .txt {
    margin-bottom: 40px;
  }
  .cta .txt p {
    font-size: 24px;
    line-height: 1.4;
  }
  .cta .txt p span {
    display: block;
  }
}

.free-area {
  margin-top: 36px;
}
.free-area .detail {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.free-area .detail li {
  background: #E0F1FF;
  height: 30px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 30px;
}
@media print, screen and (max-width: 769px) {
  .free-area .detail {
    flex-wrap: wrap;
    gap: 10px;
  }
  .free-area .detail li {
    font-size: 12px;
  }
}

.secTit {
  font-size: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .secTit {
    font-size: 24px;
  }
}

#mv {
  padding: 0;
  color: #1E3143;
}
#mv .mv-top {
  background: url("img/main_bg_pc.jpg") no-repeat center top/cover;
  max-width: none;
}
#mv .mv-top .wrap {
  padding: 50px 10px 44px;
}
#mv .mv-top .tit {
  max-width: 580px;
  margin: 0 auto;
}
#mv .mv-top .tit .sp {
  display: none;
}
#mv .mv-top .tit span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
#mv .day {
  background: #018EDF;
  color: white;
  max-width: none;
  padding: 14px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#mv > .camp-btn {
  margin: 30px auto;
}
@media print, screen and (max-width: 769px) {
  #mv .mv-top {
    background-image: url("img/main_bg_sp.jpg");
  }
  #mv .mv-top .tit .pc {
    display: none;
  }
  #mv .mv-top .tit .sp {
    display: block;
  }
  #mv .day {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 582px) {
  #mv > .camp-btn {
    margin: 20px;
  }
}

#step .yellow-bg {
  background: #FFFBEC;
  padding: 36px 10px;
  margin: 0 -10px;
}
#step .yellow-bg p {
  font-size: 26px;
  font-weight: bold;
  color: #05B676;
  text-align: center;
}
#step .wrap > .tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}
#step .detail {
  display: flex;
  gap: 32px;
}
#step .detail > li {
  width: calc((100% - 64px) / 3);
}
#step .detail > li img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto 20px;
}
#step .detail > li .tit {
  margin-bottom: 10px;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: #FFE45E 2px solid;
}
#step .detail > li .attention {
  font-size: 14px;
}
@media print, screen and (max-width: 769px) {
  #step .yellow-bg {
    padding: 24px 10px;
  }
  #step .yellow-bg p {
    font-size: 18px;
  }
  #step .wrap > .tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #step .detail {
    flex-wrap: wrap;
    gap: 30px;
  }
  #step .detail > li {
    width: 100%;
  }
  #step .detail > li img {
    height: 140px;
  }
  #step .detail > li .tit {
    font-size: 18px;
  }
}

.scroll_tb {
  padding-top: 30px;
  overflow-x: scroll;
}

.camp_tb {
  min-width: 500px;
  width: 100%;
}
.camp_tb th,
.camp_tb td {
  width: 20%;
  height: 74px;
  font-size: 15px;
  text-align: center;
}
.camp_tb th {
  font-size: 16px;
  font-weight: 600;
}
.camp_tb td {
  border-left: #333 1px solid;
}
.camp_tb thead th:not(:first-of-type) {
  background: #D7EFFB;
  border-left: #333 1px solid;
}
.camp_tb thead th {
  font-size: 18px;
}
.camp_tb thead th span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.camp_tb tbody tr {
  border-top: #333 1px solid;
}
.camp_tb tbody th {
  background: #D7EFFB;
}
.camp_tb tbody td s {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.camp_tb tbody td > span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.camp_tb tbody td > span span {
  font-size: 20px;
}
.camp_tb tbody td .attention {
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .camp_tb th,
  .camp_tb td {
    font-size: 18px;
  }
  .camp_tb th {
    font-size: 18px;
  }
  .camp_tb tbody td s {
    font-size: 18px;
  }
  .camp_tb thead th {
    font-size: 20px;
  }
}

#plan {
  background: #F5F5F5;
}
#plan .secTit {
  text-align: center;
  margin-bottom: 16px;
}
#plan .plan-lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.8;
}
#plan .camp_tb {
  border-bottom: #333 1px solid;
  border-right: #333 1px solid;
}
#plan .camp_tb thead {
  background: none;
}
#plan .camp_tb thead th:not(:first-of-type) {
  background: #D7EFFB;
  border-top: #333 1px solid;
}
#plan .camp_tb thead .no1 {
  position: relative;
}
#plan .camp_tb thead .no1 span {
  background: #008FE1;
  width: 100%;
  height: 28px;
  position: absolute;
  top: -29px;
  left: 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 5px 5px 0 0;
}
#plan .camp_tb tbody th {
  border-left: #333 1px solid;
}
#plan .camp_tb tbody td {
  background: #fff;
  height: 94px;
  font-size: 20px;
}
#plan .scrollTxt span {
  background: #F5F5F5;
}
#plan .link_more {
  display: table;
  background: url("img/arrow_img03.svg") no-repeat right bottom 15px/6px auto;
  padding-right: 20px;
  padding-bottom: 6px;
  margin: 6px 0 30px auto;
  position: relative;
  font-size: 14px;
}
#plan .link_more::before {
  content: "";
  display: block;
  background: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  #plan .scroll_tb {
    margin-top: 24px;
  }
  #plan .link_more {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  #plan .link_more {
    margin-bottom: 50px;
    font-size: 16px;
  }
  #plan .link_more:hover::before {
    display: none;
  }
}
@media print, screen and (max-width: 769px) {
  #plan .plan-lead {
    margin-bottom: 30px;
  }
}

#overview {
  background: #CCE8F9;
  padding: 100px 10px !important;
}
#overview .secTit {
  color: #008FE1;
}
#overview .wrap {
  background: white;
  padding: 40px 20px;
  border-radius: 20px;
}
#overview table {
  max-width: 800px;
  margin: 0 auto;
}
#overview table tr:not(:first-of-type) {
  border-top: #008FE1 1px solid;
}
#overview table th,
#overview table td {
  height: 80px;
  padding: 16px 0;
}
#overview table th a,
#overview table td a {
  color: #008FE1;
  text-decoration: underline;
}
#overview table th a:hover,
#overview table td a:hover {
  text-decoration: none;
}
#overview table th {
  width: 26%;
  padding-right: 10px;
  font-weight: normal;
}
#overview table td {
  width: 74%;
}
@media print, screen and (max-width: 769px) {
  #overview {
    padding: 50px 10px !important;
  }
  #overview .wrap {
    padding: 30px 20px;
  }
  #overview table {
    font-size: 13px;
  }
}

#point {
  background: #F5F5F5;
}
#point .detail {
  display: flex;
  gap: 35px;
}
#point .detail > li {
  background: white;
  width: calc((100% - 70px) / 3);
  padding: 50px 14px 30px;
  border-radius: 30px;
}
#point .detail > li .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#point .detail > li img {
  display: block;
  width: auto;
  height: 150px;
  margin: 40px auto 30px;
}
#point .detail > li p {
  text-align: center;
}
#point .detail > li .attList {
  margin-top: 8px;
  font-size: 10px;
}
@media print, screen and (max-width: 769px) {
  #point .detail {
    flex-wrap: wrap;
    gap: 24px;
  }
  #point .detail > li {
    width: 100%;
    padding: 30px 14px;
  }
  #point .detail > li .tit {
    font-size: 16px;
  }
  #point .detail > li img {
    margin: 20px auto;
  }
}

#free {
  background: #CCE8F9;
}
#free .secTit {
  color: #008FE1;
}
#free .secTit span {
  display: block;
  font-size: 30px;
}
#free .detail {
  background: white;
  padding: 70px 20px;
  border-radius: 20px;
}
#free .detail .tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
#free .detail .tit span {
  color: #FB7500;
}
#free .detail img {
  display: block;
  max-width: 828px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 769px) {
  #free .secTit span {
    font-size: 20px;
  }
  #free .detail {
    padding: 40px 20px;
  }
  #free .detail .tit {
    font-size: 20px;
  }
  #free .detail img {
    margin: 30px auto 0;
  }
}

#domain {
  background: #F5F5F5;
}
#domain .wrap {
  max-width: 800px;
}
#domain .secTit {
  font-size: 30px;
}
#domain .attList {
  margin: 30px 0 40px;
  font-size: 12px;
}
#domain .camp-btn {
  background-color: #008FE1 !important;
  font-size: 20px;
}
#domain .camp-btn:hover {
  background-color: #00A2FF !important;
}
#domain .dom_search {
  display: flex;
  gap: 18px;
  height: 60px;
  margin: 0 auto;
}
#domain .dom_search .input_area {
  background: white;
  flex: 1;
  display: flex;
  padding: 10px 0;
  border-radius: 5px;
  border: #E5E5E5 1px solid;
}
#domain .dom_search .input_area input[type=text] {
  flex: 1;
  padding: 0 20px 0 28px;
  font-size: 13px;
  border: none;
}
#domain .dom_search .input_area input[type=text]::placeholder {
  color: #9CA3AF;
}
#domain .dom_search .select_area {
  background: white;
  width: 88px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-left: #E5E5E5 1px solid;
}
#domain .dom_search .select_area::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 14px;
  border-top: #111 2px solid;
  border-right: #111 2px solid;
  transform: rotate(135deg);
}
#domain .dom_search .select_area select {
  background: white;
  width: 120%;
  height: 100%;
  padding: 0 18px;
  color: #111;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
#domain .dom_search input[type=submit] {
  background: url("img/icon_serach.svg") no-repeat left 26px center/16px;
  background-color: #008FE1;
  width: 138px;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: background 0.3s ease-in-out 0s;
}
#domain .dom_search input[type=submit]:hover {
  background-color: #00A2FF;
}
@media print, screen and (max-width: 769px) {
  #domain .secTit {
    font-size: 20px;
  }
  #domain .attList {
    margin: 20px 0 30px;
  }
  #domain .camp-btn {
    font-size: 14px;
  }
  #domain .dom_search {
    gap: 10px;
    height: 60px;
  }
  #domain .dom_search input[type=submit] {
    background-size: 20px;
    background-position: center;
    width: 60px;
    overflow: hidden;
    text-indent: 300%;
    white-space: nowrap;
  }
}/*# sourceMappingURL=this.css.map */