@charset "UTF-8";

/* ---------------------------- */
/* TOP */
/* ---------------------------- */
#header #menu-menu_jp {
  left: 0;
  right: auto;
}
#mv_content .small-text {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #mv_content .small-text {
    font-size: 12px;
  }
}

#generator_item .form dl dt .required {
  padding: 2px 15px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #generator_item .form dl dt .required {
    padding: 2px 15px;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #generator_item .form .form_txt {
    padding: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #generator_item .form .flex {
    align-items: flex-start;
  }
}

#benefits_item .flow_btn_item li .btn02 {
  color: #000;
}
#benefits_item .flow_btn_item li .btn02:hover {
  color: #000 !important;
}

#benefits_item
  .faq-list2
  input[type="checkbox"].on-off:checked
  + label
  + .acc-inner {
  max-height: none;
}

.btn-anchor-link {
  font-size: 22px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  position: relative;
  padding-right: 55px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn-anchor-link {
    font-size: 16px;
    padding-right: 30px;
  }
}
.btn-anchor-link span {
  border-bottom: 1px solid #000;
}
.btn-anchor-link:hover span {
  border-bottom: 1px solid #006cbc;
}
.btn-anchor-link::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  bottom: calc(50% - 18px);
  right: 0;
  background: url(../img/mv_content_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .btn-anchor-link::after {
    width: 20px;
    height: 20px;
    bottom: calc(50% - 12px);
  }
}

/* 20230605 */
#special_item .main_ttl {
  margin-top: 5px;
  margin-bottom: 30px;
}
#special_item .main_ttl p {
  font-size: 34px;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: auto;
  background: url(../img/h2_ttl_bg.png) no-repeat center / contain;
  background-position-y: 50px;
  background-size: 100% 8px;
  display: block;
}
#special_item .main_ttl p span {
  display: inline;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #special_item .main_ttl p {
    font-size: 22px;
    background-position-y: 36px;
    background-size: 100% 6px;
  }
}

#special_item .flex_right_item .m-t {
  margin-top: 20px;
  font-weight: bold;
}
#special_item .flex_right_item .f-w-n {
  font-weight: normal;
}
#special_item .flex_right_item .f-w-b {
  font-weight: bold;
}

.btn03 {
  background: url(../img/border_ttl_bg.jpg) no-repeat center / contain;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}

#special_item .btn03 {
  margin: 30px auto 0;
  padding: 15px 30px;
  position: relative;
}
#special_item .btn03:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 10px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon_w.png) no-repeat center / contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#special_item .btn03:hover:after {
  right: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #special_item .btn03:after {
    width: 28px;
    height: 8px;
    right: 10px;
  }
}

#special_item .btn03 p {
  font-weight: bold;
  color: #ffffff;
}
#special_item .btn03 .p-02 {
  font-weight: bold;
  font-size: 125%;
}
@media screen and (max-width: 1050px) {
  #special_item .btn03 .p {
    font-size: 75%;
  }
  #special_item .btn03 .p-02 {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #special_item .main_ttl {
    margin-top: 0;
    margin-bottom: 25px;
  }
  #special_item .border_ttl {
    width: 100%;
  }
  #special_item .btn03 {
    padding: 10px 30px;
  }
  #special_item .btn03 p {
    margin: 10px 0;
  }
  #special_item .btn03 .p-02 {
    font-size: 18px;
  }
  #special_item .btn03:after {
    content: none;
  }
}

.left_flex {
  height: 360px;
}
.left_flex span {
  text-orientation: upright;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .left_flex {
    height: 260px;
  }
  .left_flex span::after {
    bottom: -2px;
  }
}

/* 20230629 */
#special2_item .c_txt {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #special2_item .c_txt {
    margin: 20px 0;
  }
}
#powered_item .inner {
  padding-top: 0;
}

#generator_item {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #generator_item {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

#mv_item {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  #mv_item {
    margin-top: 72px;
  
  }
}
/* ---------------------------- */
/* thanks */
/* ---------------------------- */
#tks_item .content {
  border: none;
  padding: 80px 20px 40px;
}
@media screen and (max-width: 768px) {
  #tks_item .content .btn {
    padding: 8px 25px;
  }
}

#tks_item {
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #tks_item {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
