﻿@charset "utf-8";

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }

  .sp_view {
    display: block;
  }
}



/* CSS Document */
#container *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mv .tl {
  text-align: center;
}


#container {
  width: 960px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  #container {
    width: 100%;
  }

  .tl img {
    width: 100%;
    height: auto;
  }

.inner {
  margin: 0 16px;
}
}

.inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.contents_block {
  text-align: center;
}

.lead {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
  line-height: 160%;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

.img-caption{
  margin-top: 9px;
}

.img-caption01 {
  font-size: 16px;
  font-weight: bold;
  color: #275CBD;
}

.img-caption_txt {
  display: flex;
  justify-content: center;
}

.slash-line01 {
  width: 1.5px;
  height: 20px;
  background-color: #275CBD;
  transform: rotate(-40deg); 
  margin: 9px 11px;
}

.slash-line02 {
  width: 1.5px;
  height: 20px;
  background-color: #275CBD;
  transform: rotate(40deg); 
  margin: 9px 4px;
}

.img-caption02 {
  font-size: 18px;
  line-height: 170%;
  margin-top: -5px;
}

#container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #00968B;
}

@media screen and (max-width: 768px) {
  .lead {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0 16px;
  }

  #container h2 {
    font-size: 26px;
  }
}

#container .about {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 44px;
}

#container .about li {
  width: 33%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #0E1B12;
  font-size: 16px;
  text-align: left;
}

#container .about li img {
  width: 150px;
  height: 150px;
}

#container .contents_course {
  padding: 61px 0 30px;
  font-size: 16px;
  text-align: center;
}

#container .contents_course .contents_course_txt {
  margin-top: 0;
  line-height: 25px;
}

#container .contents_course h2 {
  padding-bottom: 30px;
  font-weight: bold;
  color: #275CBD;
}

.coolcartarea {
  padding: 120px 0 56px;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .backgroundarea {
    position: relative;
    z-index: -1;
  }
  .backgroundarea::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 973px;
    top: -100px;
    left: 0;
    background-image: url(/special/summercart/images/07_pc.png);
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    mask-image: radial-gradient(150% 70% at 50% -186px, transparent 50%, #000 0);
  }
  .coolcartarea {
    padding: 110px 0 65px;
  }
}

@media screen and (max-width: 768px) {
  .coolcartarea {
    padding-top: 100px;
    position: relative;
    z-index: 1;
  }
  /* .coolcartarea::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/special/summercart/images/07_sp.png);
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  } */
  .coolcartarea {
    background-image: url(/special/summercart/images/07sub.png);
    mask-image: radial-gradient(239% 40% at 50% -18.5%, transparent 51%, #000 0);
    background-size: cover;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);

  }
  .coolcartarea_txt {
    text-align: left;
    margin: 35px 16px;
  }
  #container .contents_course .contents_course_txt {
    text-align: left;
  }
}

.coolcartarea_txt {
  font-size: 16px;
  margin-top: 20px;
}

.coolcartarea_images img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .coolcartarea_images {
    display: flex;
  }
  .coolcartarea_images02 {
    padding-top: 75px;
  }
  .coolcartarea_images03 {
    padding-top: 20px;
  }
  .pconly {
    display: block;
    padding-top: 20px;
  }
  .sponly {
    display: none;
  }
  .coolcartarea_images {
    padding: 40px 0 40px;
  }
}

#container .about li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0063D3;
}

@media screen and (max-width: 768px) {
  #container .about {
    display: block;
    padding: 0 16px;
  }

  #container .about li {
    width: 100%;
    margin-bottom: 24px;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}

.tabs {
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin-top: 43px;
  margin-bottom: 20px;
}

.tabs button {
  width: 25%;
  text-align: center;
  font-size: 18px;
  padding-bottom: 12px;
}

.tabs button:hover {
  border-bottom: 5px solid #0071BE;
  color: #0071BE;
  padding-bottom: 7px;
}

.tabs button.active {
  border-bottom: 5px solid #0071BE;
  color: #0071BE;
  padding-bottom: 7px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .tabs {
    margin: 40px 16px 20px 16px;
  }

  .tabs button {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 12px;
  }

  .tabs button.active {
    border-bottom: 5px solid #0071BE;
    color: #0071BE;
    padding-bottom: 7px;
  }
}

.anchor-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  margin-bottom: 60px;
}

.anchor-links a {
  display: inline-block;
  text-align: center;
  border: 1px solid #0071BE;
  border-radius: 5px;
  color: #0071BE;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  width: 145px;
  box-shadow: 0 2px 2px 0 rgb(26 26 26 / 10%);
}

.anchor-links a:hover {
  color: #0071BE;
  opacity: 0.6;
}

.area-title {
  font-size: 24px;
  font-weight: 700;
  color: #2A2A2E;
  margin-bottom: 24px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .anchor-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;  
  }

  .anchor-links a {
    width: 48%;
    flex-shrink: 0;
  }

  .area-title {
    margin-top: 46px;
  }
}


.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .area-section {
    margin: 0 auto;
  }

  .cards {
    display: block;
  }
}

.card {
  overflow: hidden;
  width: 304px;
  padding-bottom: 44px;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    padding-bottom: 36px;
  }
  .hidden {
    display: none;
  }
}

.image-container {
  width: 304px;
  height: 175px;
  overflow: hidden;
  /* はみ出す部分を隠す */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 容器いっぱいにして切り抜く */
  border-radius: 4px;
}

.card img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .image-container {
    width: 100%;
    height: 193px;
    margin-bottom: 16px;
  }
}

.card-body {
 margin: 16px 0;
 text-align: left;
}

.badge {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 8px;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 1.1;
  border: 1px solid #D7D7D7;
  text-align: left;
}

.badge.prepaid {
  background: #ECF9FF;
  color: #0272BE;
  border: 1px solid #0272BE;
}

@media screen and (max-width: 768px) {
  .card-body {
    margin: 16px 0;
  }
}

.card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .card h3 {
    min-height: 2.6em;
  }
}

.card-footer {
  text-align: center;
}

.btn {
  display: inline-block;
  text-align: center;
  width: 304px;
  height: 48px;
  line-height: 48px;
  background: #0071BE;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.btn:hover {
  color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

.more-btn {
  display: block;
  width: 472px;
  height: 56px;
  margin: 12px auto;
  color: #0071BE;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0071BE;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 64px;
  margin-top: -10px;

}

.more-btn:hover {
  opacity: 0.6;
}

.more-btn span {
  position: relative;
  display: block;
}

.more-btn span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #0071BE;
  border-right: 2px solid #0071BE;
  transform: rotate(135deg);
  position: absolute;
  right: 5%;
  bottom: 44%;
}

.more-btn.is-open span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #0071BE;
  border-right: 2px solid #0071BE;
  transform: rotate(-44deg);
  position: absolute;
  right: 5%;
  bottom: 31%;
}

@media screen and (max-width: 768px) {
  .more-btn {
    width: 100%;
    margin-bottom: 80px;
  }

  .more-btn:hover {
    opacity: 1.0;
  }

}

.close-btn {
  display: block;
  width: 472px;
  height: 56px;
  margin: 12px auto;
  color: #0071BE;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0071BE;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 64px;
}

.close-btn:hover {
  opacity: 0.6;
}

.close-btn span {
  display: block;
  position: relative;
}

.close-btn span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #0071BE;
  border-right: 2px solid #0071BE;
  transform: rotate(-45deg);
  position: absolute;
  right: 5%;
  bottom: 28%;
}

@media screen and (max-width: 768px) {
  .close-btn {
    width: 100%;
    margin-bottom: 80px;
  }

  .close-btn:hover {
    opacity: 1.0;
  }
}

.bnr {
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}

.bnr:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .bnr {
    margin-top: 52px;
    padding: 0 16px;
  }
}

.notice h3 {
  font-weight: 700;
  margin-bottom: 18px;
}

.notice table {
  border-radius: 4px;
}

.notice table th,
.notice table td {
  border: 1px solid #dfdfdf;
  padding: 10px 14px;
}

.notice table th {
  background: #f4f4f4;
  width: 30%;
  font-weight: 700;
  vertical-align: middle;
}

.notice table td {
  line-height: 1.5;
}

/* .notice table td .ind {
  text-indent: -1em;
  margin-left: 1em;
  padding-left: -1em;
} */

.notice table td a {
  color: #000;
  text-decoration: underline;
}

.notice_tl {
  font-size: 1.17em;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .notice {
    padding: 0 16px;
  }
}