@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  width: 100%;
}
.bold {
  font-weight: bold!important;
}
.container {
  width: 960px;
}
.sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block !important;
  }
  body {
    font-size: 16px;
  }
  .container {
    width: 100%;
  }
}

#option {
  background: #FFF;
}
#option .banner {
  margin: 40px auto;
}
#option .banner .wrap {
  position: relative;
}
#option .banner .wrap img {
  width: 100%;
  object-fit: cover;
}
#option .banner .wrap-text {
  position: absolute;
  top: 50px;
  left: 30px;
}
#option .banner .wrap-text .top_title{
  display: flex;
  gap: 15px;
}
#option .banner .wrap-text .top_title .text_group {
  color: #F37141;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
#option .banner .wrap-text .top_title div {
  color: #000;
  font-size: 24px;
}
#option .banner .wrap-text .top_title .badge_img {
    width: 120px;
    height: auto;
}
#option .content {
  padding: 10px 0 10px;
}
.about_box {
  margin-bottom: 40px;
}
.about_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  width: 400px;
  display: block;
}
.service_text {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
.about_flow {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  
}
.down-arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 40px;
  background: #76b55b;
}
.down-arrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 9px solid transparent;  
  border-right: 9px solid transparent; 
  border-top: 12px solid #76b55b;     
}
.about_flow_item {
  width: 33%;
  background-color: #E0EDAB;
  border-radius: 10px;
  padding: 20px 10px 40px 10px;
  position: relative;
  text-align: center;
}
.about_flow_item img {
  height: 140px;
}
.flow_title {
  font-weight: bold;
  font-size: 16px;
}
.about_flow_item .flow_title {
  margin-top: 10px;
}
.flow_result {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFDE00;
  border-radius: 40px;
  padding: 20px;
  margin-top: 60px;
  position: relative;
}
.flow_result img {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 165px;
}
.flow_result img:last-child {
  width: 100px;
  right: 175px;
  left: auto;
}
.flow_result .flow_result_area {
  display: flex;
  flex-direction: column; 
}
.flow_result .flow_result_text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.flow_result .flow_result_sub_text {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.money_text {
  font-size: 30px;
  color: #EB5D67;
}
.usecase_paste {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}
.content.qa_content {
  background-color: #E5F0CA;
}
.content .qa_container {
  margin: 40px auto;
}
.qa_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  width: 400px;
}
.qa_item_question {
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.qa_item_title {
  color:#fff;
  background-color: #74A94F;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.qa_item_text {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}
.disclaimer {
  margin: 40px auto;
}

.disclaimer_title {
  font-size: 28px;
  font-weight: bold;
  color: #C9242C;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 0 20px 0 40px; 
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer_title::before {
  content: "！";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #C9242C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}
.disclaimer_text {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.disclaimer_text::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -0.1em;
  font-size: 1.5em;
}
.item_color_red > .disclaimer_text_sub {
  display: block;
  position: relative;
  padding-left: 1em;
}
.item_color_red > .disclaimer_text_sub::before {
  content: "•";
  position: absolute;
  left: 0.15em;
  top: 0;
}
.qa_item_text > .disclaimer_text_sub {
  display: block;
  position: relative;
  padding-left: 1em;
}
.qa_item_text > .disclaimer_text_sub::before {
  content: "•";
  position: absolute;
  left: 0.15em;
  top: 0;
}

/* 線と両端に丸をつける */
.line-with-dots{
  position: relative;
  padding-bottom: 20px;
  height: auto;
  background: none;
}
.line-with-dots::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #80C535;
  border-radius: 2px;
}
.line-with-dots::before{
  content: "";
  position: absolute;
  left: -7px;
  bottom: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #80C535;
}
.line-with-dots .dot-right{
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #80C535;
}
.brand-label {
  background-color: #80C535;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 30px;
  border-radius: 50px;
  margin-bottom: 8px;
  display: inline-block;
}
.main-heading {
  text-align: center;
}
.label-wrapper {
  width: 100%;
  text-align: center;
}
.cancel-label {
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #75B03D;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 4px;
  margin: 40px auto 0;
  line-height: 1.5;
}
.cancel-scene-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.apply_btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: -moz-linear-gradient(top, #F7AB3A, #F38F1F);
  background: -webkit-linear-gradient(top, #F7AB3A, #F38F1F);
  background: linear-gradient(to bottom, #F7AB3A, #F38F1F);
  border-radius: 20px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  width: 40%;
  padding: 10px;
  margin: 40px auto 0;
}
.apply_btn::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  right: 10px;
}
.apply_btn:hover {
  color: #fff !important;
  opacity: 0.8;
}
.text_with_arrow {
    text-align: center;
    font-weight: bold;
    margin: 20px;
    position: relative;
    color: #333;
    font-size: 1rem;
}
.small_triangle {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #76b55b;
}
.comparison_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 960px;
    margin: 20px 60px;
    padding: 0 20px;
}
.comparison_box {
    max-width: 460px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.comparison_box .box_header {
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 1.1em;
}
.comparison_box .status_label {
    display: inline-block;
    border-radius: 4px;
    padding: 0px 4px;
    margin: 0 2px;
    background-color: #fff;
    font-weight: bold;
}
.comparison_box .box_body {
    padding: 15px 40px;
}
.comparison_box .image_wrapper {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comparison_box img {
    max-width: 100%;
    height: auto;
    display: block;
}
.comparison_box .payment_text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.comparison_box .payment_text .highlight {
    font-size: 1.2rem;
}
.no_support .box_header {
    background-color: #898989;
}
.no_support .status_label {
    color: #898989;
}
.no_support .box_body {
    background-color: #F4F4F4;
}
.with_support .box_header {
    background-color: #EB5D67;
}
.with_support .box_body {
    background-color: #FFF5F5;
}
.with_support .status_label {
    color: #EB5D67;
}
.with_support .payment_text .highlight {
    color: #EB5D67;
}
#option .back_content {
    background-color: #F0F8D0;
    margin-bottom: 40px;
}
#option .back_content .container .omparison_container_content {
    background-color: white;
    padding: 20px 0px;
    margin: 40px auto;
    border-radius: 10px;
}
.item_mb_20 {
  display: block;
  margin-bottom: 20px;
}
.item_color_red {
  color: #D70000;
}
.link_text {
  color: #333;
}
@media screen and (max-width: 768px) {
  #option .banner {
    margin: 20px auto;
  }
  #option .banner .wrap-text {
    top: 23px;
    left: 20px;
  }
  #option .banner .wrap-text .top_title {
    font-size: 35px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #option .banner .wrap-text .top_title div {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
  #option .content {
    padding: 20px 10px;
  }
  #option .banner .wrap-text .top_title .main-row .main_title {
  font-size: 35px;
  font-weight: bold;
  color: #e8724f;
  line-height: 1.2;
  }
  #option .banner .wrap-text .top_title .main-row {
    display: flex;
    align-items: center;
  }
  #option .banner .wrap-text .top_title .badge_img {
    width: auto;
    height: 80px;
  }
  .about_title {
    width: 255px;
  }
  .service_text {
    text-align: left;
  }
  .about_flow_item img {
    height: auto;
    width: 100px;
  }
  .flow_title {
    font-size: 12px;
    line-height: 1.2;
  }
  .flow_result {
    padding: 10px;
    margin-top: 35px;
  }
  .flow_result img {
    left: 25px;
    width: 70px;
    top: -11px
  }
  .flow_result img:last-child {
    right: 25px;
    width: 70px;
  }
  .flow_result .flow_result_text {
    width: 60%;
    font-size: 18px;
    line-height: 1.2;
  }
  .usecase_paste {
    text-align: left;
    margin-bottom: 20px;
  }
  .content .qa_container {
    margin-top: 10px;
  }
  .qa_item_title {
    font-size: 14px;
  }
  .disclaimer {
    border: 1px solid #C9242C;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }
  .brand-label {
    font-size: 20px;
  }
  .cancel-label {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
  }
  .cancel-title {
    display: inline; 
  }
  .about_flow {
    gap: 10px;
  }
  .about_flow_item {
    padding: 10px 5px 20px 5px;
  }
  .down-arrow {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 26px;
    background: #76b55b;
  }
  .down-arrow::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #76b55b;
  }
  .about_box {
    margin-bottom: 0px;
  }
  .flow_result .flow_result_are {
    align-items: center;
  }
  .flow_result .flow_result_area {
    align-items: center;
  }
  .apply_btn {
    width: 100%;
    margin-bottom: 20px;
  }
  #option .back_content .container .omparison_container_content {
    margin: 20px auto;
  }
  .text_with_arrow {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
  }
  .comparison_container {
    margin: 10px;
    padding: 0;
    gap: 10px;
  }
  .comparison_box .box_header {
    font-size: 16px;
    padding: 10px 15px
  }
  .comparison_box .box_body {
    padding: 10px 5px;
  }
  .comparison_box .image_wrapper {
    min-height: 0;
  }
  .flow_result .flow_result_sub_text {
    font-size: 12px;
  }
  .comparison_box .payment_text {
    font-size: 12px;
  }
  .comparison_box .payment_text .highlight {
    font-size: 16px;
    line-height: 1.2;
  }
  .small_triangle {
    margin: 10px auto 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #76b55b;
  }
  #option .back_content {
    margin-bottom: 20px;
  }
  .about_box img.sponly.img_w {
    display: block !important;
    width: 90%;
    margin: 0 auto;
  }
  .about_title.line-with-dots {
    margin: 0 auto 40px;
  }
  .about_box .apply_btn_top {
    margin-top: 20px;
  }
  .qa_title {
    width: 255px;
    margin: 0 auto 40px;
  }
  .disclaimer_title {
    white-space: normal;
    padding: 0 25px;
    line-height: 1;
    position: relative;
    width: auto;
    word-break: break-all;
  }
  .disclaimer_title::before {
    top: 5px;
    position: absolute;
    left: 0;
  }
  .line-with-dots::after {
    height: 3px;
  }
  .about_title_sp.line-with-dots {
    margin: 0 auto 20px;
  }
  a.link_text {
    color: #333;
  }
}
