@charset "utf-8";

html {
  font-size: 62.5%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
}

.sp {
  display: none;
}

header {
  background-color: #5371FB;
  padding: 2% 4%;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-logo {
  width: 20%;
}

#nav-button {
  width: 5%;
}

#nav-cancel {
  width: 4%;
  display: none;
}

#nav-menu {
  display: none;
  list-style: none;
  text-align: right;
  font-size: 2.5rem;
  color: #ffffff;
  margin-top: 1%;
  line-height: 1.8;
}

#main-view {
  padding: 4%;
}

.main-view-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 5%;
}

.font-blue {
  color: #327FFB;
}

.icon-container {
  display: flex;
  margin-top: 5%;
}

.icon-area {
  display: flex;
  margin-right: 3%;
}

.free-icon, .plan-icon {
  width: 8vw;
  margin-right: 5px;
}

.main-view-text {
  font-size: 2rem;
  align-self: center;
  display: inline-block;
}

#price {
  padding: 4%;
  background-color: #FFFFDB;
}

.price-area {
  border-bottom: dashed 2px #000000;
  padding: 4% 1%;
}

.bubble {
  width: 350px;
}

.price-container {
  width: 60%;
}

.price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}

.price-box {
  display: inline;
  width: 100%;
}

.back-black {
  background-color: #231815;
  color: #ffffff;
  padding: 0.8vw 1.5vw;
  display: inline-block;
  font-size: 2rem;
  margin-right: 20px;;
}

.back-yellow {
  background-color: #FFFF00;
  padding: 1% 3%;
  display: inline-block;
  border-radius: 20px;
  font-size: 2rem;
}

.m-price {
  font-size: 3rem;
  text-align: right;
}

.content {
  font-size: 1.8rem;
}

.capture1 {
  font-size: 2.5rem;
}

.capture2 {
  font-size: 2rem;
  text-align: right;
}

.plus {
  display: inline-block;
  font-size: 2rem;
}

.annotation {
  font-size: 2rem;
  margin-top: 1%;
}

#contact {
  padding: 8% 4%;
  text-align: center;
}

.content-title {
  font-size: 3rem;
  margin-bottom: 5%;
}

.contact-link {
  width: 50%;
}

footer {
  background-color: #327FFB;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 2% 0;
  font-family: "BIZ UDPGothic", sans-serif;
}

.company {
  border-bottom: solid 1px #ffffff;
  display: inline-block;
  line-height: 2;
  letter-spacing: 0.8px;
}

.footer-wrapper {
  display: inline-block;
}

.address-area, .tel-area, .mail-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.map-icon, .tel-icon, .mail-icon {
  width: 1.6rem;
  margin-right: 5px;
}

.copy-right {
  margin-top: 20px;
}


@media screen and (max-width:960px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  header {
    position: relative;
  }
  
  .header-wrapper {
    justify-content: center;
  }
  
  .top-logo {
    width: 40%;
  }
  
  #nav-button {
    width: 8%;
    position: absolute;
    right: 5%;
  }
  
  #nav-cancel {
    width: 7%;
    position: absolute;
    right: 5%;
  }

  #nav-menu {
    font-size: clamp(15px,4vw,30px);
  }

  #main-view {
    padding: 4% 8%;
  }
  
  .main-view-title {
    font-size: 5.5rem;
    font-size: clamp(10px,6vw,55px);
  }
  
  .icon-container {
    flex-direction: column;
  }
  
  .icon-area {
    display: flex;
    margin-bottom: 4%;
  }
  
  .free-icon, .plan-icon {
    width: 10vw;
    margin-right: 2vw;
  }
  
  .main-view-text {
    font-size: 4rem;
    font-size: clamp(10px,4.5vw,40px);
    align-self: center;
    display: inline-block;
  }

  #price {
    padding: 6%;
  }
  
  .bubble {
    width: 60vw;
  }
  
  .price-container {
    width: 100%;
  }
  
  .price-wrapper {
    flex-direction: column;
  }
  
  .price-box {
    display: block;
  }

  .back-black {
    font-size: clamp(10px,4vw,35px);
  }
  
  .back-yellow {
    background-color: #FFFF00;
    font-size: clamp(10px,4vw,35px);
    margin-top: 4%;
  }
  
  .m-price {
    font-size: clamp(10px,5vw,45px);
    text-align: left;
    margin: 4% 0 0 3%;
  }
  
  .content {
    font-size: clamp(10px,3vw,25px);
    line-height: 1.5;
    margin: 3% 0 0 3%;
  }
  
  .capture-box {
    display: flex;
  }

  .capture1 {
    font-size: clamp(10px,4.4vw,40px);
    margin-top: 4%;
  }
  
  .capture2 {
    font-size: clamp(10px,4.5vw,35px);
    margin-right: 10vw;
    text-align: right;
  }

  .plus {
    font-size: clamp(10px,5vw,35px);
  }
  
  .annotation {
    font-size: clamp(10px,3vw,25px);
    text-align: center;
    margin-top: 6%;
  }
  
  .content-title {
    font-size: 3.5rem;
    font-size: clamp(10px,4.5vw,35px);
    margin-bottom: 5%;
  }
  
  .contact-link {
    width: 90%;
  }

  .information-pc {
    display: none;
  }

  footer {
    padding: 5%;
  }

  .copy-right {
    font-size: clamp(8px,2vw,20px);
    margin-top: 0;
  }
}