@charset "utf-8";

@import url("bootstrap.min.css");
@import url("all.min.css");

main {
  margin-top: 75px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2;
}

ul {
  list-style: none;
}

a {
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

label {
  margin-bottom: 0px;
}

.badge {
  margin: 0 8px;
}

@media (min-width: 921px) {
  .badge {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #aaa;
  border-color: #aaa;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #aaa;
  border-color: #aaa;
}

.btn-primary {
  color: #fff;
  background-color: #21adde;
  border-color: #21adde;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #21adde;
  border-color: #21adde;
}

.btn-primary:hover {
  color: #fff;
  background-color: #21adde;
  border-color: #21adde;
  opacity: 0.7;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #21adde;
  border-color:  #21adde;
}

.btn-order {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  transition: all 0.3s;
}

.btn-order:hover {
  color: #fff;
  opacity: 0.7;
}

.btn-demo {
  color: #21adde;
  background-color: #fff;
  border-color: #21adde;
  transition: all 0.3s;
}

.btn-demo:hover {
  color: #21adde;
  opacity: 0.7;
}

.section-h2 {
  margin-bottom: 32px;
}

.header {
  height: 75px;
}

.header__logo {
  width: 230px;
}

.header .to-plus {
  line-height: 16px;
}

@media (min-width: 921px) {
  .header__order {
    height: 75px;
    line-height: 75px;
    display: block;
    border-radius: 0;
    font-size: 14px;
    padding: 0 60px;
  }
}

.main--header-none {
  margin-top: 0px;
  padding-top: 60px;
}

.top-main-visual .top-main-visual__content {
  padding: 20px 15px;
  align-items: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-main-visual .top-main-visual__content {
    padding: 50px 0;
  }
}

.top-main-visual__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #21adde;
  font-weight: bold;
  font-size: 28px;
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.3;
}
.top-main-visual__title span {
  font-size:50%;
  padding-left:3px;
}

@media (min-width: 768px) {
  .top-main-visual__title {
    width: 200%;
    font-size: 40px;
  }
}

.top-main-visual__sub-title {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .top-main-visual .top-main-visual__sub-title {
    margin-bottom: 32px;
  }
}

.top-main-visual__order {
  margin-bottom: 10px;
}

.inquiry p,
.trial p {
  color: #21adde;
}

.top-faq .inquiry .btn {
  border-radius: 0;
  padding: 24px 80px;
  margin-top: 24px;
  font-weight: 600;
}

.top-price .trial {
  margin-top: 64px;
}

.top-price .trial .btn {
  border-radius: 0;
  padding: 24px 80px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.top-price .trial p {
  margin-bottom: 0;
}

.top-price .trial p.notice {
  color: #666;
  font-size: 90%;
}

.top-main-visual .btn {
  width: 100%;
  padding: 16px 0;
  border-radius: 0px;
  display: block;
  font-weight: 600;
}

@media (min-width: 768px) {
  .top-main-visual .btn {
    width: 50%;
  }
}

.top-main-visual__features {
  padding-left: 0;
}

.top-main-visual__features li {
  font-size: 150%;
  color: darkorange;
}

.top-main-visual .top-main-visual__image {
  padding: 24px 0 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-main-visual .top-main-visual__image .alert {
  position:absolute;
  left:5%;
  bottom:30%;
  color:#fff;
  background:orangered;
  border-radius:3rem;
}

.make-copy {
  font-size: 18px;
  display: inline-block;
  background-color: #21adde;
  color: #fff;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
}

.make-copy span{
  display: none;
}

@media (min-width: 768px) {

  .make-copy {
    font-size: 24px;
    padding: 4px 24px 4px 6px;
  }

  .make-copy span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    margin-right: 8px;
  }
  
  .make-copy span i{
    color: #21adde;
  }
  
}

@media (min-width: 768px) {
  .top-main-visual .top-main-visual__image {
    padding: 0;
  }
}

.top-main-visual .top-main-visual__image-wrapper {
  width: 95%;
  max-width: 560px;
}

@media (min-width: 768px) {
  .top-main-visual .top-main-visual__image-wrapper {
    left: 30px;
  }
}



.top-recommend {
  background-color: #f0f0f0;
  padding: 64px 0;
}

@media (min-width: 768px) {
  .top-recommend {
    padding: 150px 0;
  }
}

.top-recommend .top-recommend__h2 {
  text-align: center;
  margin-bottom: 120px;
}

.top-recommend .top-recommend__recommend-card-container {
  max-width: 1440px;
  margin: 0 auto;
}

.top-recommend .top-recommend__recommend-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}

.recommend-card {
  width: 300px;
  margin-left: 56px;
  margin-right: 56px;
  margin-bottom: 24px;
}

.recommend-card .recommend-card__circle {
  width: 300px;
  height: 300px;
  position: relative;
  background-color: #21adde;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.recommend-card .recommend-card__text {
  color: #fff;
  padding: 0 30px;
  line-height: 1.8;
}

.recommend-card .recommend-card__icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 4px 0 #999;
}

.recommend-card .recommend-card__wish {
  font-weight: bold;
  color: darkorange;
  margin-bottom: 0px;
}

.top-feature {
  padding: 64px 0;
}

@media (min-width: 768px) {
  .top-feature {
    padding: 150px 0;
  }
}

.top-feature .top-feature__h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 32px;
  opacity: 0.8;
  background: rgb(220,53,69);
  background: linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(255,217,220,1) 100%);
}


.top-feature .top-feature__text {
  font-size: 14px;
  margin-bottom: 32px;
}

.top-feature .screen-sample {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.35));
}

.top-feature .top-feature__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 16px;
  width: 140px;
  height: 140px;
}

.top-feature .top-feature__card:nth-child(2) {
  background-color: rgb(0 123 255 / 25%) !important;
}

@media (min-width: 768px) {
  .top-feature .top-feature__card {
    width: 230px;
    height: 230px;
    margin: 40px;
  }
}

.top-feature .top-feature__card-image {
  width: 65px;
}

@media (min-width: 768px) {
  .top-feature .top-feature__card-image {
    width: 130px;
  }
}

.top-feature .top-feature__card p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .top-feature .top-feature__card p {
    font-size: 16px;
  }
}

.top-feature .top-feature__card span {
  color: #21adde;
}

.top-feature .btn {
  border-radius: 0px;
  display: block;
  margin: 24px 0;
  font-weight: 600;
  padding: 24px 0;
}


.top-guide-book {
  background-color: #f0f0f0;
  padding: 64px 0;
}

@media (min-width: 768px) {
  .top-guide-book {
    padding: 150px 0;
  }
}

.top-guide-book .top-guide-book__h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 32px;
  opacity: 0.8;
}

.top-guide-book .top-guide-book__text {
  margin-bottom: 32px;
}

.top-guide-book .top-guide-book__guide-list {
  margin-bottom: 32px;
}

.top-guide-book .top-guide-book__guide-list dt {
  color: #21adde;
  font-size: 18px;
}

.top-guide-book .top-guide-book__guide-list dt a {
  display: inline-block;
}

.top-guide-book .trial-reading {
    display: inline-block;
    font-size: 14px;
    padding: 0 14px;
    background-color: #21adde;
    color: #fff;
    margin-left: 16px;
    border-radius: 3px;
}

.top-guide-book .trial-reading i {
  display: inline-block;
  margin-left: 4px;
}

.top-guide-book .top-guide-book__guide-list dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 16px;
  color:darkorange;
}

.top-guide-book .top-guide-book__warning {
  color: #e73250;
}

.top-price {
  padding: 64px 0;
}

@media (min-width: 768px) {
  .top-price {
    padding: 150px 0 100px;
  }
}

.top-price .top-price__h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 32px;
  opacity: 0.8;
}

.top-price .top-price__text {
  font-size: 14px;
}

.top-price .top-price__price {
  color: #21adde;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.top-price .top-price__price .num {
  font-size: 24px;
  font-family: roboto;
  margin-right: 4px;
}

.top-price .top-price__price .tax {
  font-weight: normal;
  font-size: 14px;
}

.top-price .top-price__warning {
  color: #e73250;
}

.top-option {
  padding: 64px 0;
}

.option-thumbnail {
  margin-bottom: 10px;
  text-align: center;
}

.option-thumbnail img {
  width: 80%;
}

.option-title {
  color: #21adde;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

.option-text {
  line-height: 1.8;
  overflow: hidden;  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.option-button a {
  display: block;
  padding: 10px 0;
  border-radius: 0px;
}

.top-kankyo {
  background-color: #f0f0f0;
  padding: 32px 0;
}

@media (min-width: 768px) {
  .top-kankyo {
    padding: 88px 0;
  }
}

.top-kankyo h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 56px;
}

.top-faq {
  padding: 64px 0 0;
  background-color: #f0f0f0;
}

@media (min-width: 768px) {
  .top-faq {
    padding: 150px 0 64px;
  }
}

.top-faq h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 56px;
}

.top-faq .container {
  margin-bottom: 40px;
}

.top-faq h3 {
  padding: 24px 0;
}

.top-faq .top-faq__q {
  font-weight: bold;
  border-top: solid 1px #e1e8ed;
  position: relative;
}

.top-faq .top-faq__q a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  margin-left: 16px;
  color: #21adde;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.top-faq .top-faq__q .win-close::after {
  content: "\f068";
}

.top-faq .top-faq__q a {
  padding: 24px 48px 24px 24px;
  color: #333;
  text-decoration: none;
}

.top-faq .top-faq__a {
  font-size: 14px;
  line-height: 2;
}

.top-faq .top-faq__a > div {
  padding: 0px 16px 24px 16px;
}

@media (min-width: 768px) {
  .top-faq .top-faq__a > div {
    padding: 0px 44px 22px 44px;
  }
}

.top-faq .top-faq__a > div a {
  color: chocolate;
}

.top-cta {
  padding: 64px 0;
  position: relative;
}

.top-cta .top-cta__deco01 {
  width: 260px;
  position: absolute;
  bottom: 0px;
  left: 30%;
}

.top-cta .top-cta__catch {
  color: #21adde;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-cta .top-cta__catch p > span {
  display: inline-block;
}

.top-cta .btn {
  border-radius: 0px;
  display: block;
  margin: 24px 0;
  font-weight: 600;
}

.top-cta .btn-order::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 24px;
  font-size: 24px;
  vertical-align: -0.2em;
}

.top-cta .btn-demo::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 16px;
}

@media (min-width: 921px) {
  .top-cta .btn {
    padding: 24px 0;
  }
}

.footer {
  background-color: #c4c4c4;
  padding: 40px 0 20px;
}

@media (min-width: 768px) {
  .footer {
    padding: 80px 0 20px;
  }
}

.footer .footer__inner {
  width: 95%;
  margin: 0 auto;
}

.footer__logo {
  width: 300px;
  margin-bottom: 32px;
}

.footer ul li {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .footer ul li {
    margin-bottom: 24px;
  }
}

.footer ul li a {
  font-size: 14px;
}

.footer__copyright {
  margin-top: 24px;
}

@media (min-width: 921px) {
  .footer__copyright {
    margin-top: 120px;
  }
}

.terms-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 300px;
  line-height: 1.5;
  overflow: scroll;
}
.terms-wrapper .terms h2 {
  font-size: 1.2rem;
}

.terms section h3 {
  font-weight: normal;
  font-size: inherit;
}

.terms section {
  margin-bottom: 2rem;
}
.terms section p {
  margin-bottom: 0px;
}

.tokutei a {
  color: chocolate;
}

.subpage-title-box {
  background-color: #f0f0f0;
}

.subpage-title-box h2 {
  text-align: center;
  font-size: 28px;
}

.subpage-title-box .btn {
    border-radius: 0px;
    display: block;
    margin: 24px 0;
    font-weight: 600;
    padding: 24px 0;
}

.subpage-title-box .btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 16px;
}

.feature-item-text {
  padding: 0px 15px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.feature-item-text h3 {
  color: #21adde;
  font-weight: bold;
  margin-bottom: 16px;
}

.feature-item h3 {
  font-size: 24px;
}

.feature-list img {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.1));
}

.top-customize {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .top-customize {
    padding: 80px 0 64px;
  }
}

.top-customize h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .top-customize h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 32px;
  }
}

.top-customize .btn {
  border-radius: 0px;
  display: block;
  margin: 24px 0;
  font-weight: 600;
}

.subpage-customize .subpage-content {
  padding-top: 120px;
}

.customize-list p {
  margin-bottom: 0;
}

.customize-list i.fas {
  font-size: 50px;
  color: #21adde;
}

.tips-container {
  margin-bottom: 32px;
}

.tips-container .left {
  width: 100%;
  text-align: center;
  margin-bottom: 24px
}

.tips-container .right {
  width: 100%;
  padding-left: 24px;
}

.tips-container .right h3 {
  font-weight: bold;
  color: #21adde;
}

.tips-container .right ul {
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

.tips-container .right ul li:before {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 6px;
  color: #999;
}
  
@media (min-width: 768px) {

  .tips-container .left {
    width: 25%;
  }
  
  .tips-container .right {
    width: 75%;
  }

}

.subpage-option h1 {
  color: #21adde;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .subpage-option h1 {
    font-size: 28px;
  }
}

.subpage-option .contents {
  margin-bottom: 40px;
}

.option-main-image {
  padding: 0 100px;
}

@media (min-width: 768px) {
  .option-main-image {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .subpage-option .contents {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.detail-image {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.1));
}

.extra {
  border-top: 1px solid #aaa;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .extra {
    padding-top: 80px;
  }
}

.extra > div:nth-child(even) {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .extra > div:nth-child(even) {
    flex-direction: row;
  }
}

.extra img {
  padding: 0 80px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .extra img {
    padding: 0px;
  }
}