@charset "utf-8";
.p_logo {
  max-width: auto;
  margin: auto;
  text-align: center;
}
.p_logo img {
  max-width: auto;
  max-height: 45px;
  margin: auto;
}
/*==========================================================================
spec
========================================================================== */
.spec {
  position: relative;
  background-color: #fffff0;
}
.spec::after {
  content: "";
  background: url("../img/merit_bg_pc.png")no-repeat bottom center;
  background-size: 50%;
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 0;
}
.spec_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 1em auto;
}
.spec_box {
  width: 30%;
  margin: 1.5%;
  padding: 2em;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgb(215 215 180);
  position: relative;
  z-index: 2;
}
.spec_box-ttl {
  position: absolute;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  top: -10px;
  left: -20px;
  display: inline-block;
  padding: 1px 20px;
  background: #f5ca20; /*リボンの色*/
}
.spec_box-ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(174 144 25); /*折り返し部分*/
}
.spec_box-sttl {
  font-size: 22px;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  color: #dc1e0a;
  font-weight: 900;
  text-align: center;
}
.spec_box-img {
  text-align: center;
  margin: 1em auto;
}
.spec_box-img img {
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .spec::after {
    background-size: 120%;
  }
  .spec_box {
    width: 100%;
    margin: 1em auto;
  }
}

/*==========================================================================
merit
========================================================================== */
.merit .inner {
  max-width: 1080px;
}
.merit .page_sttl {
  background: url("../img/merit_bg_ttl_pc.png")no-repeat top center;
  max-width: 430px;
  width: 100%;
  height: 90px;
  background-position: 0px 0px;
  background-size: contain;
  margin-top: -15px;
  padding-top: 10px;
}
.merit_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto 2em;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.merit_flex-item {
  width: 45%;
  margin-right: 5%;
  padding-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto -5%;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.merit_flex-img {
  width: 20%;
  margin-right: 5%;
  padding-bottom: 5%;
}
.merit_flex-txt {
  width: 75%;
  margin: -3% auto 0;
  font-size: 16px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.merit_flex-ttl {
  color: #0075c1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .merit_flex-item {
    width: 100%;
    margin-right: 0%;
    padding: 0 0 1em 0;
    margin: 0em auto 1.5em;
    border-bottom: 1px dotted #ccc;
  }
  .merit_flex-img {
    text-align: center;
    width: 20%;
    margin-right: 0%;
  }
  .merit_flex-txt {
    width: 70%;
    margin: 0% auto 0;
  }
}
/*==========================================================================
ope
========================================================================== */
.youtube_wrap {
  max-width: 740px;
  margin: 2em auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*==========================================================================
price
========================================================================== */
.price {
  background-color: #fbee9e;
  padding: 2em 1.5em;
}
.price .inner {
  background-color: #FFF;
  border: 2px solid #f5ca20;
  border-radius: 20px;
  padding: 2em;
  max-width: 780px;
}
.price .page_sttl span {
  color: #dc1e0a;
}
.price_box {
  display: table;
  width: 100%;
  max-width: 540px;
  margin: 0.5em auto;
}
.price_box dt {
  display: table-cell;
  font-size: 22px;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  background-color: #f5ca20;
  border: 2px solid #f5ca20;
  padding: 0.2em 0.5em;
  width: 30%;
  text-align: center;
  font-weight: 900;
}
.price_box dd {
  display: table-cell;
  font-size: 30px;
  font-size: clamp(2.6rem, 3vw, 3rem);
  background-color: #FFF;
  border: 2px solid #f5ca20;
  padding: 0.2em 0.5em;
  font-weight: 900;
}
.price_box span {
  font-size: 16px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .price_box dt,
  .price_box dd {
    width: 100%;
    display: block;
  }
}

/*==========================================================================
sec
========================================================================== */
.sec_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 780px;
  margin: 1em auto;
}
.sec_box {
  width: 46%;
  margin: 2%;
}
.sec_box-img {
  text-align: center;
  margin: 1em auto;
}
.sec_box-img img {
  width: auto;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .sec_box {
    width: 100%;
  }
}

/*==========================================================================
cta
========================================================================== */
.cta {
  position: relative;
  background: #fbce00;
  padding: 1.5em 1.5em 0.5em;
  margin: 2em auto 2em;
  z-index: 0;
}
.cta .inner {
  padding: 0;
  text-align: center;
}
.cta .inner_contents {
  max-width: 70%;
  width: 100%;
  margin: auto;
}
.cta-copy {
  font-size: 20px;
  font-size: clamp(1.8rem, 3vw, 2rem);
  padding: 0.2em;
  text-align: center;
  font-weight: 900;
}
.cta-copy::before {
  content: "//　";
}
.cta-copy::after {
  content: "　//";
}
.cta-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin: 1em auto;
  z-index: 3;
}
.cta-btn li {
  width: 48%;
  margin: 0% 1% 1%;
}
.cta br{
  display: none;
}
@media screen and (max-width: 767px) {
  .cta {
    margin: 0em auto;
    padding: 0.5em 1em;
  }
  .cta .inner_contents {
    max-width: 100%;
  }
  .cta br{
    display: block;
  }
}
/*==========================================================================
faq
========================================================================== */
.faq .inner {
  text-align: center;
  max-width: 960px;
}
.faq_box {
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.faq_q {
  padding: 20px 55px 10px 45px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.faq_q::before {
  content: "Q1";
  color: #FFF;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  position: absolute;
  left: 0px;
  top: 31%;
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 100px;
  background: #e9be36;
  font-family: Arial, Helvetica, sans-serif;
}
.faq_box:nth-of-type(3) .faq_q::before {
  content: "Q2";
}
.faq_box:nth-of-type(4) .faq_q::before {
  content: "Q3";
}
.faq_box:nth-of-type(5) .faq_q::before {
  content: "Q4";
}
.faq_box:nth-of-type(6) .faq_q::before {
  content: "Q5";
}
.faq_box:nth-of-type(7) .faq_q::before {
  content: "Q6";
}
.faq_box:nth-of-type(8) .faq_q::before {
  content: "Q7";
}
.faq_box:nth-of-type(9) .faq_q::before {
  content: "Q8";
}
.faq_box:nth-of-type(10) .faq_q::before {
  content: "Q9";
}
.faq_box:nth-of-type(11) .faq_q::before {
  content: "Q10";
}
.faq_box:nth-of-type(12) .faq_q::before {
  content: "Q11";
}
.faq_box:nth-of-type(13) .faq_q::before {
  content: "Q12";
}
.faq_q::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #e9be36;
  transform: rotate(360deg);
}
.faq_q.active::after {
  transform: rotate(-180deg);
  top: 40%;
}
.faq_a {
  display: none;
  padding: 15px 15px 15px 45px;
}
@media screen and (max-width: 767px) {
  .faq_box {
    margin: 0px;
  }
  .faq_q {
    padding:0px 30px 10px 50px;
    line-height: 1.4;
  }
  .faq_q::before {
    top: 0%;
  }
  .faq_q::after {
    top: 40%;
    right: 5px;
  }
  .faq_a {
    padding: 0px 0px 10px 0px;
  }
}
/*==========================================================================
contact
========================================================================== */
.contact {
  background-color: #fbce00;
}
.contact .inner_contents {
  max-width: 840px;
  background-color: #FFF;
  padding: 2em;
  border-radius: 10px;
  margin: auto;
}
.contact_end {
  background-color: #e9f3ff;
  color: #444;
  text-align: left;
  padding: 4em;
}
.contact a {
  color: #0099FF;
  text-decoration: underline;
}
.contact_end a {
  color: #444;
  text-decoration: underline;
}
.form_wrap table {
  width: 100%;
  margin-bottom: 40px;
}
.form_wrap table td {
  padding: 5px;
  vertical-align: top;
}
.form_wrap table th {
  padding: 10px 10px 10px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  font-weight: 900;
}
.form_cap {
  font-size: 13px;
  line-height: 1.2;
}
.form_list li{
margin: 0.4em;
}
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/*.form_wrap .btn_cta01 span {
  background: linear-gradient(to bottom, #EE758D 0%, #EE1D51 80%);
  box-shadow: 0px -5px 0px 0px #ba2248 inset;
  text-shadow: 1px 1px 2px #ba2248;
}*/
.form_wrap .btn_cta01 span::after {
  transform: rotate(45deg);
}
.form_wrap .btn_cta01 span::before {
  border-top: 2px solid #ba2248;
  border-right: 2px solid #ba2248;
  transform: rotate(45deg);
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea {
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid transparent;
  min-width: 86%;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  color: #000;
}
input[type="date"] {
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid transparent;
  min-width: 120px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  color: #000;
}
select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid transparent;
  min-width: 86%;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  color: #000;
  height: 40px;
}
.firefox input[type="text"], .firefox input[type="email"], .firefox input[type="number"], .firefox input[type="tel"], .firefox textarea, .firefox select {
  min-width: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
  border: 1px solid #eb2424;
  outline: none;
  background-color: #fff2f2 !important;
}
label {
  cursor: pointer;
}
input::placeholder {
  color: #bfbfbf;
  font-size: 16px;
}
textarea::placeholder {
  color: #bfbfbf;
  font-size: 16px;
}
.require {
  color: #FFF;
  background-color: #dc1e0a;
  padding: 0px 2px;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  margin: 2px 0px 5px 5px;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 1em;
  }
  .contact .inner {
    padding: 0em;
  }
  .contact .inner_contents {
    padding: 1.5em;
  }
  .form_wrap table {
    width: 100%;
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .form_wrap table td {
    padding: 10px;
    vertical-align: top;
    display: block;
    padding: 5px 0px 0px;
  }
  .form_wrap table th {
    padding: 10px 10px 0px;
    text-align: left;
    vertical-align: top;
    display: block;
    font-size: 18px;
    padding-left: 0px;
  }
  input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, select {
    min-width: 100%;
    max-width: 100%;
  }
  .m-form-checkbox-text {
    text-align: left;
  }
  .require {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}
.m-form-checkbox-text .require{
    margin-top: 4px; 
}
}
/*==========================================================================
checkbox
========================================================================== */
.m-form-checkbox {
  margin: 2em auto 1em;
}
.m-form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.m-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.m-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  background-color: #FFF;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}
.m-form-checkbox input:checked + .m-form-checkbox-name:before {
  border: 1px solid rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
}
.m-form-checkbox input:checked + .m-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.6em;
  transform: translateY(-2px) rotate(45deg);
}
.m-form-checkbox input:focus-visible + .m-form-checkbox-name .m-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
.m-form-checkbox input.focus-visible + .m-form-checkbox-name .m-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
/*===========================
tab_menu
===========================*/
#tab_mailform {
  border: 2px solid #00b20e;
}
#tab_download {
  border: 2px solid #0086da;
}
#tab_menu {
  display: flex;
  width: 100%;
  margin: 1em auto 0px;
  max-width: 640px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
#tab_menu li {
  font-size: 20px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  display: flex;
  width: 49%;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  margin: 0 auto 0;
  list-style: none;
  cursor: pointer;
  color: #FFF;
  background-color: #a5a5a5;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
#tab_menu li.selected {
  background: #0086da;
  color: #FFF;
}
#tab_menu li:last-child {
  margin-right: 0;
}
#tab_menu li:last-child.selected {
  background: #00b20e;
  color: #FFF;
}
#tab_menu li img {
  display: inline-block;
  padding: 0 5px 2px 0;
}
@media screen and (max-width: 767px) {
  #tab_menu {
    max-width: 320px;
  }
}
/*==========================================================================
contact_cover
========================================================================== */
.whitepaper_wrap {
  max-width: 600px;
  margin: 1em auto 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}
.whitepaper_cover {
  width: 35%;
}
.whitepaper_cover img {
  /*border: 1px solid #ccc;*/
}
.whitepaper_txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .whitepaper_cover {
    width: 50%;
    margin-bottom: 1em;
  }
  .whitepaper_txt {
    width: 100%;
  }
}
/*==========================================================================
btn
========================================================================== */
.btn_cta01 {
  display: block;
  margin: 0px auto 10px;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  font-weight: bold;
  max-width: 420px;
  width: 100%;
  text-align: center;
}
.btn_cta01 span {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.5em 0px 0.5em 0px;
  line-height: 1.2;
  position: relative;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  background: #00b20e;
  box-shadow: 0px 3px 2px 0px #c3c3c3;
}
.btn_cta01 span::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
}
.btn_cta01:hover span {
  opacity: 0.8;
  /*filter: brightness(1.05) contrast(1.05);
transform: scale(0.95);*/
}
.thanks_download {
  margin: 2em auto 0em;
}
@media screen and (max-width: 767px) {
  .btn_cta01 {
    font-size: 20px;
  }
  .btn_cta01 span {
    width: auto;
    min-height: 50px;
  }
  .btn_cta01 span::before {
    top: -7px;
  }
}
/*==========================================================================
footer
========================================================================== */
footer {
  text-align: center;
  position: relative;
  padding-bottom: 110px;
}
.ftr_logo {
  max-width: 180px;
  margin: 1em auto;
}
.ftr_logo-clicks {
  max-width: 140px;
  margin: 1em auto;
}
.ftr_logo-sec {
  display: flex;
  position: absolute;
  max-width: 180px;
  bottom: 180px;
  right: 30px;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.ftr_logo-sec li {
  margin: 1%;
}
.copyright {
  font-size: 12px;
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: #FFF;
  padding: 0.5em;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 118px;
  }
  .ftr_logo-sec {
    display: flex;
    position: relative;
    bottom: 0px;
    right:0px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: center;
    margin: 1em auto;
  }
}


/*==========================================================================
rebnr
========================================================================== */
/* ポップアップ */
#rebnr_area {
  display: none;
  width: 90vw;
  max-width: 600px;
  background-color: #fbce00;
  padding: 0px;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.8);
}
#rebnr_close {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 70px;
  font-size: clamp(45px, 3vw, 70px);
  color: #FFF;
  background-color: #606060;
  position: absolute;
  top: -60px;
  right: 0px;
  cursor: pointer;
}
#rbnr_cover {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#rebnr_area .flowting_btn {
  max-width: 100%;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
    #rebnr_area .flowting_btn {
       flex-wrap:nowrap;
    }
    #rebnr_area .flowting_btn li{
        width: 49.5%;
        margin: 0.5%;
    }
    #rebnr_area .flowting_btn li.flowting_btn_mail,
    #rebnr_area .flowting_btn li.flowting_btn_download{
        width: 25%;
    }
}