@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/*----- common -----*/
section .inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .inner {
    padding: 0 2%;
  }
}

section .inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .inner1200 {
    padding: 0 2%;
  }
}

.flexbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  br.br_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  br.br_sp {
    display: none;
  }
}
.t11 {
  font-size: 11px;
}

.t14 {
  font-size: 12px;
}

.t18 {
  font-size: 18px;
}

.t26 {
  font-size: 26px;
}

.t30 {
  font-size: 30px;
}

.t40 {
  font-size: 40px;
}

.w700 {
  font-weight: 700;
}

.lh13p {
  line-height: 13px;
}

.tac {
  text-align: center !important;
}

h2 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.biz-udpgothic,
p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  line-height: 1.6;
}

.red {
  color: #D80930;
}

.mt14px {
  margin-top: 14px !important;
}

.mt24px {
  margin-top: 24px !important;
}

.mt65px {
  margin-top: 65px;
}

.mt80px {
  margin-top: 80px !important;
}

.mt165px {
  margin-top: 165px;
}

.fitc {
  width: fit-content;
  margin: 0 auto;
}

.faqlink {
  text-decoration: underline;
}

.productSpecTabelBody {
  display: none;
}

/*----- Button -----*/
.pro3button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background-color: #F3CB38;
  color: #333333;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pro3button {
    padding: 20px;
  }
}
.pro3button:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .pro3button:after {
    margin-left: 5px;
  }
}
.pro3button:hover {
  background-color: #D80930;
  color: #fff;
  text-decoration: none;
}

.supportButton {
  background-color: #fff;
  min-width: 624px;
  width: 624px;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .supportButton {
    min-width: 90vw;
    width: 90vw;
  }
}
.supportButton:after {
  border: 1px solid #707070;
}
.supportButton:hover {
  border: 1px solid #D80930;
}
.supportButton:hover:after {
  border: 1px solid #D80930;
}

#kv {
  margin-top: 100px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #kv {
    margin-top: 70px;
  }
}
#kv .inner {
  padding: 30px 0;
  height: auto;
}
#kv .inner .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kv .inner .col {
    width: 100%;
  }
}
#kv .inner .col .achv {
  display: flex;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #kv .inner .col .achv {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: initial;
  }
}
#kv .inner .col .achvBox {
  display: flex;
  align-items: center;
}
#kv .inner .col .achvBox_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#kv .inner .col .achvBox_item:before, #kv .inner .col .achvBox_item:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 425px) {
  #kv .inner .col .achvBox_item:before, #kv .inner .col .achvBox_item:after {
    width: 11px;
    height: 40px;
  }
}
#kv .inner .col .achvBox_item:before {
  background-image: url("../images/pro3/laurelL.svg");
  margin-right: 3px;
}
@media screen and (max-width: 425px) {
  #kv .inner .col .achvBox_item:before {
    margin-right: 0;
  }
}
#kv .inner .col .achvBox_item:after {
  background-image: url("../images/pro3/laurelR.svg");
  margin-left: 3px;
}
@media screen and (max-width: 425px) {
  #kv .inner .col .achvBox_item:after {
    margin-left: 0;
  }
}
#kv .inner .col .achvBox_item p {
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  color: #D80930;
  line-height: 1.05;
}
@media screen and (max-width: 425px) {
  #kv .inner .col .achvBox_item p {
    font-size: 8px;
  }
  #kv .inner .col .achvBox_item p .t40 {
    font-size: 26px;
  }
}
#kv .inner .col h1 {
  margin: 30px 0;
  width: 87%;
}
@media screen and (max-width: 768px) {
  #kv .inner .col h1 {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .col p {
    text-align: center;
  }
  #kv .inner .col p.t26 {
    font-size: 18px;
  }
}
#kv .inner .col .kvp {
  margin: 45px 0 55px;
}
@media screen and (max-width: 768px) {
  #kv .inner .col .kvp {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .col .kv_btn {
    margin: 0 auto 30px;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  #kv .inner .col .kv_img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .col .kv_img {
    flex-direction: initial;
    align-items: baseline;
    justify-content: center;
    margin: 30px auto;
  }
  #kv .inner .col .kv_img img.camera {
    width: 35%;
  }
  #kv .inner .col .kv_img img.logo {
    width: 36%;
    margin-left: 5%;
  }
}
#kv .inner .colR {
  padding-left: 5%;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #kv .inner .colR {
    display: none;
    flex-direction: initial;
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
#kv .inner .colR img.camera {
  width: 50%;
}
#kv .inner .colR img.logo {
  width: 40%;
}

#about {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 45px 0 40px;
  }
}
#about h2 {
  text-align: center;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  #about h2 {
    letter-spacing: -0.1%;
  }
}
#about p {
  text-align: center;
  margin-top: 35px;
}

#feature {
  padding: 95px 0 80px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 43px 0 40px;
  }
}
#feature h2 {
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #feature h2 {
    margin-bottom: 40px;
  }
}
#feature .flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
}
@media screen and (max-width: 768px) {
  #feature .flexbox {
    flex-direction: initial;
    gap: 4%;
  }
}
#feature .flexbox .panel {
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .flexbox .panel {
    width: 48%;
    margin-bottom: 20px;
  }
}
#feature .flexbox .panel img {
  width: 100%;
  aspect-ratio: 256/154;
  border-radius: 8px;
  object-fit: cover;
}

#diff {
  padding: 95px 0 80px;
}
@media screen and (max-width: 768px) {
  #diff {
    padding: 43px 0 40px;
  }
}
#diff h2 {
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #diff h2 {
    margin-bottom: 30px;
  }
}
#diff .diff-wrapper {
  width: 100%;
  padding: 10px;
}
#diff .diff-wrapper .diff {
  min-width: 500px;
  width: 70%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  #diff .diff-wrapper .diff {
    min-width: initial;
    width: 100%;
  }
}
#diff .diff-wrapper .diff th,
#diff .diff-wrapper .diff td {
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  #diff .diff-wrapper .diff th,
  #diff .diff-wrapper .diff td {
    padding: 20px 5px;
  }
}
#diff .diff-wrapper .diff th {
  text-align: left;
}
#diff .diff-wrapper .diff td {
  text-align: center;
}
#diff .diff-wrapper .diff .feature-label {
  width: 35%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  #diff .diff-wrapper .diff .feature-label {
    width: fit-content;
  }
}
#diff .diff-wrapper .diff .highlight-column {
  background: #F9F9F9;
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 2px solid #D91E36;
  border-right: 2px solid #D91E36;
  width: 30%;
}
#diff .diff-wrapper .diff .highlight-column.t26 {
  font-size: 20px;
}
#diff .diff-wrapper .diff thead th.highlight-column {
  border-top: 2px solid #D91E36;
}
#diff .diff-wrapper .diff tr:last-child td.highlight-column {
  border-bottom: 2px solid #D91E36;
}
#diff .diff-wrapper .diff .normal-column {
  width: 30%;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  #diff .diff-wrapper .diff .normal-column {
    width: fit-content;
  }
}
#diff .diff-wrapper .diff .normal-column.t26 {
  font-size: 20px;
}
#diff .diff-wrapper .diff tr:last-child th.feature-label,
#diff .diff-wrapper .diff tr:last-child td.normal-column {
  border-bottom: 1px solid #ccc;
}
#diff .diff-wrapper .diff .r1 {
  border-radius: 8px 0 0 0;
}
#diff .diff-wrapper .diff .r2 {
  border-radius: 0 8px 0 0;
}
#diff .diff-wrapper .diff .r3 {
  border-radius: 0 0 8px 0;
}
#diff .diff-wrapper .diff .r4 {
  border-radius: 0 0 0 8px;
}
#diff .diff-wrapper .diff caption {
  caption-side: bottom;
  padding-top: 1em;
  text-align: left;
}

#util {
  padding: 95px 0 80px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #util {
    padding: 43px 0 40px;
  }
}
#util h2 {
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #util h2 {
    margin-bottom: 32px;
  }
}
#util .flexbox {
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #util .flexbox {
    flex-direction: initial;
    align-items: initial;
    gap: 4%;
  }
}
#util .flexbox .panel {
  padding: 20px 18px;
  border: 1px solid #707070;
  border-radius: 8px;
  background: #fff;
  width: calc(50% - 15px);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #util .flexbox .panel {
    width: 48%;
    margin-bottom: 20px;
    gap: 15px;
    padding: 15px;
  }
}
#util .flexbox .panel h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  #util .flexbox .panel h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
#util .flexbox .panel img {
  width: 183px;
  aspect-ratio: 183/140;
  border-radius: 8px;
  object-fit: cover;
}

#price {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  #price {
    padding: 45px 0 40px;
  }
}
#price h2 {
  text-align: center;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  #price h2 {
    letter-spacing: -1%;
  }
}
#price .price_btn {
  margin-top: 65px;
}
#price p {
  text-align: center;
  margin-top: 35px;
}

#support {
  padding: 97px 0 80px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #support {
    padding: 43px 0 40px;
  }
}
#support h2 {
  text-align: center;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  #support h2 {
    letter-spacing: -1%;
  }
}
#support h3 {
  text-align: center;
  letter-spacing: 2%;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
#support .lead {
  text-align: center;
  margin-top: 35px;
}
#support .flexbox {
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #support .flexbox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #support .flexbox {
    justify-content: space-around;
  }
}
#support .flexbox.staff {
  justify-content: space-around;
  width: 70%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #support .flexbox.staff {
    width: 85%;
    flex-direction: initial;
    margin: 0 auto 30px;
  }
}
#support .flexbox .staffSlide {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #support .flexbox .staffSlide {
    width: 45%;
    margin: 0;
  }
}
#support .panel {
  padding: 0 26px;
  border: 1px solid #707070;
  border-radius: 8px;
  width: 30%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #support .panel {
    width: 90vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
  #support .panel {
    width: fit-content;
  }
}
@media screen and (max-width: 901px) and (min-width: 769px) {
  #support .panel {
    width: fit-content;
    padding: 10px;
  }
}
#support .panel p {
  line-height: 120px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #support .panel p {
    line-height: 80px;
  }
}
#support .panel p:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/pro3/ico_check.svg") no-repeat;
  padding-left: 40px;
  vertical-align: middle;
}

#usage {
  padding: 96px 0 150px;
}
@media screen and (max-width: 768px) {
  #usage {
    padding: 46px 0 75px;
  }
}
#usage h2 {
  text-align: center;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  #usage h2.mt165px {
    margin-top: 80px;
  }
}
#usage .panel {
  padding: 28px;
  border: 1px solid #707070;
  border-radius: 8px;
  width: 100%;
  gap: 38px;
  position: relative;
}
#usage .panel h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
#usage .panel img {
  width: 195px;
  aspect-ratio: 195/130;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #usage .panel img {
    width: 80%;
  }
}
#usage .panel:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D91E36' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#usage .panel.lastp:after {
  display: none;
}
#usage .productSpecTabel {
  max-width: 1200px;
}

#kit {
  padding: 95px 0 80px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #kit {
    padding: 42px 0 40px;
  }
}
#kit h2 {
  text-align: center;
  letter-spacing: 2%;
}
#kit .cont {
  margin-top: 50px;
  align-items: start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #kit .cont {
    gap: 10px;
  }
}
#kit .cont img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kit .cont img {
    width: 100%;
  }
}
#kit .cont ul {
  line-height: 1.6;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  #kit .cont .col {
    padding: 20px 30px;
  }
}

#faq {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 45px 0 40px;
  }
}
#faq h2 {
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 64px;
}
#faq .faq__acco {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 37px;
  overflow: hidden;
}
#faq .faq__header {
  display: flex;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
#faq .faq__header .faq__title {
  padding-right: 40px;
}
#faq .icon-q,
#faq .icon-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
#faq .icon-q {
  background-color: #444;
}
#faq .icon-a {
  background-color: #f1c40f;
}
#faq .toggle-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
#faq .toggle-icon::before,
#faq .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #f1c40f;
  transition: all 0.3s ease;
}
#faq .toggle-icon::before {
  width: 100%;
  height: 2px;
  top: 8px;
  left: 0;
}
#faq .toggle-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 8px;
}
#faq .faq__acco.is-open .toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
#faq .faq__content {
  display: none;
  background-color: #fff;
}
#faq .faq__content .faq__content-inner {
  padding: 0 24px 24px 84px;
}
#faq .faq__content .faq__content-inner .faq__answer-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#faq .faq__content .faq__content-inner .faq__answer-row .icon-a {
  margin-left: -60px;
}
#faq .faq__content .faq__content-inner .faq__answer-row p {
  margin-top: 10px;
}

#consider {
  padding: 176px 0;
}
@media screen and (max-width: 768px) {
  #consider {
    padding: 50px 0;
  }
}
#consider h2 {
  text-align: center;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  #consider h2 {
    letter-spacing: -1%;
  }
}
#consider .lead {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .lpPage .lpfollowCTA .estimateBtn {
    flex: 0 0 45%;
  }
  .lpPage .lpfollowCTA .estimateBtn a {
    font-size: 1.4rem;
  }
}
.productSpecTabelDrawer.open:before {
  transform: rotate(0);
}

.productSpecTabelDrawer:before {
  transform: rotate(180deg);
}

/*# sourceMappingURL=pro3.css.map */
