.left-0 {
  left: 0;
}

.bgc-white {
  background-color: #fff;
}

.img-background-color {
  background-color: #E7F3F7;
  padding: 2rem 0;
}

.point-a-tag {
  font-weight: bold;
}

.point-a-tag:hover {
  color: #6682d5;
}

red {
  color: #ab2122;
}

.bgc-ibory {
  background-color: #E9F3F7 !important;
}

.font-black {
  color: #000 !important;
}

.green {
  color: #465A9C;
}

.th-25 tr th:first-child {
  width: 25% !important;
}

.price-plan table.price th {
  background-color: #E9F3F7;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 34px;
}

.px-320,
.d-854-none,
.d-865-none,
.d-910-none,
.d-730-none,
.d-445-none {
  display: none;
}

.time {
  font-size: 12px !important;
}

.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}

.text-color-666 {
  color: #666 !important;
}

.mv-box {
  display: flex;
  justify-content: space-between;
}

.mv-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv-title p {
  font-size: 28px;
  /* background: #FFCC13;
  border: 2px solid #A29205; */
  background: #FBE34C;
  border: 2px solid #323333;
  border-radius: 100px;
  padding: 0 20px;
  font-weight: 300;
  color: #000;
}

.mv-img img {
  width: 94%;
}

@media (max-width:575px) {
  .mv-box {
    flex-direction: column;
  }

  .mv-title p {
    padding: 0 10px;
    font-size: 22px;
  }

  .mv-img {
    display: flex;
    justify-content: center;
  }

  .mv-img img {
    /* width: 70%; */
    width: 50%;
  }
}

h3 {
  text-align: left !important;
}


/* ======= News ======= */
.tabs {
  display: flex;
  justify-content: flex-start;
  /* gap: 2px; */
  border-bottom: 1px solid #d1d5db;
  margin-bottom: 16px;
}

.tabs button:first-of-type {
  border-top-left-radius: 6.75px;
}

.tabs button:last-of-type {
  border-top-right-radius: 6.75px;
}

.tabs__btn {
  background: #f5f5f5;
  color: #343434;
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  /* border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
  font-size: 14px;
}

.tabs__btn.is-active {
  background: #2d2d2d;
  color: #fff;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  overflow-y: auto;
  height: 230px;
}

.news-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  transition: box-shadow .2s;
}

/* .news-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
} */

.news-item__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-item__date {
  font-size: 16px;
  color: #343434;
}

.news-item__title {
  font-size: 16px;
  color: #000;
}

.news-item__title:hover {
  color: #b41d23;
  text-decoration: underline;
}

.nr_badge {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 15px;
  font-size: 13px;
  white-space: nowrap;
}

.badge--blue {
  background: #dbeaff;
  color: #165dfc;
  border: 1px solid #165dfc;
}

.badge--pink {
  background: #f5e6e8;
  color: #b41d23;
  border: 1px solid #b41d23;
}

.badge--gray {
  background: #f1f1f1;
  color: #373737;
  border: 1px solid #373737;
}

@media (max-width:570px) {
  .news-list {
    margin-bottom: 0;
  }

  .news-item__row {
    gap: 10px 16px;
    flex-wrap: wrap;
  }

  .news-item__date,
  .nr_badge {
    flex: 0 0 auto;
  }

  .news-item__title {
    flex: 0 0 100%;
  }
}

@media (max-width:418px) {
  .tabs__btn {
    padding: 10px 18px;
  }
}

@media (max-width:370px) {
  .tabs__btn {
    padding: 10px 12px;
  }
}


.intro {
  padding: 4rem 0 20px;
}

.intro p {
  margin-top: 18px;
  letter-spacing: 0.5px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #465A9C;
  line-height: 40px;
  position: relative;
  padding-bottom: 8px;
}

.intro p.intro-title {
  font-size: 42px;
  text-align: center;
  font-weight: 500;
  line-height: 60px;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.intro .yellow-box-wrap {
  position: relative;
  justify-content: center;
  display: flex;
  margin-bottom: 220px;
}

.intro .yellow-box {
  background: #fbe34c;
  border: 3px solid #333;
  border-radius: 24px;
  padding: 40px 40px 50px;
  width: fit-content;
}

.intro .yellow-box ul {
  margin: 0;
  /* padding-left: 1.2em; */
  padding: 0;
  font-size: 28px;
  color: #7E0D0E;
  list-style: none;
}

.intro .yellow-box li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 38px;
}

.intro .yellow-box li+li {
  /* margin-top: 16px; */
  margin-top: 13px;
}

.intro .yellow-box-img {
  position: absolute;
  top: calc(100% - 45px);
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: auto;
  z-index: 2;
}

@media (max-width: 500px) {
  .intro p {
    font-size: 1.8rem;
  }

  .intro p.intro-title {
    font-size: 28px !important;
    line-height: 40px;
  }

  .intro .yellow-box-wrap {
    margin-bottom: 155px;
  }

  .intro .yellow-box {
    padding: 20px 20px 45px;
  }

  .intro .yellow-box ul {
    font-size: 18px;
  }

  .intro .yellow-box li {
    line-height: normal;
  }

  .intro .yellow-box li + li {
    margin-top: 8px;
  }

  .intro .yellow-box-img {
    width: 185px;
    top: calc(100% - 40px);
  }
}

.absolute-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.intro .intro-arrow {
  width: 85px;
  height: 50px;
  background: #4159A1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}

.intro .intro-arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #4159A1;
  margin-top: -1px;
}

.point {
  /* background-color: #fff; */
  padding-top: 80px;
}

.point h3 {
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #465A9C;
  margin-bottom: 50px;
  text-align: left;
}

.point h3 strong {
  /* font-weight: 500; */
  font-weight: 400;
}

.point img {
  max-width: 100%;
}

.point .title {
  padding-top: 10px;

}

.point .row {
  /* margin-bottom: 10%; */
}

.img-zoom {
  position: relative;
  margin-bottom: 38%;
}

.window {
  border: 1px solid #a5a5a5;
}

.zoom {
  position: absolute;
  right: 0;
  bottom: -45px;
  max-width: 38px;
  cursor: pointer;
}

.zoom-wrapper {
  position: fixed;
  padding: 50px;
  top: 8%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* max-width: 940px !important; */
  max-width: 1110px !important;
}

.zoom-wrapper .container {
  padding: 0;
  justify-content: center;
  display: flex;
}

.wrapper {
  top: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  /* transition: 0.3s; */
  z-index: -1;
}

.wrapper.show {
  opacity: 1;
  z-index: 2;
}

#zoom-img {
  max-height: 70vh;
  border: 1px solid #fff;
}

.zoom-footer {
  padding-top: 30px;
}

.zoom-footer .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 3.5rem;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.zoom-footer .fa-solid:hover {
  color: #bbb;
}

.comment {
  padding: 5rem 0;
  background-color: #F4F4F4;
  text-align: center;
  font-size: 1.75rem;
  color: #000;
}

.comment span {
  display: inline-block;
  padding: 7px 60px;
  margin: 10px 0;
  border-radius: 50px;
  font-size: 1.9rem;
  font-weight: 300;
  /* background: #FFCC13;
  border: 2px solid #A29205;
  color: #000; */
  background: #b41d22;
  border: 2px solid #b41d22;
  color: #fff;
}

.scroll-text {
  display: none;
}

.faq {
  background: #f4f4f4;
  padding-top: 3rem;
  margin-top: 7rem;
}

.price-plan {
  background-color: #fff;
  padding-top: 100px;
}

.common {
  width: 26.33333333%;
}

.price-plan h3 {
  font-weight: 400;
}

.price-plan p {
  font-weight: 300;
  font-size: 1.15rem;
  color: #666666;
}

.price-plan p span a {
  color: #ab2122;
  font-weight: 400;
  text-decoration: underline;
}

.price-plan p span a:hover {
  color: #ff3131;
}

.price-plan .row img {
  max-width: 100%;
}

.price-plan h4 {
  margin-bottom: 20px;
  /* font-weight: 500; */
  font-weight: 400;
  color: #465A9C;
}

.price-plan table {
  border-top: 5px solid #4159A1;
  border-bottom: 5px solid #4159A1;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.price-plan table th,
.price-plan table td {
  border: 1.9px solid #D0D0D1;
  table-layout: fixed;
}

.price-plan table.price td {
  font-size: 15px;
  padding: 15px 21px;
}

.table-text {
  font-size: 15px !important;
  color: #666 !important;
  margin-bottom: 20px;
}

.table-text a {
  color: #4159A1;
  font-weight: bold;
}

.table-text a:hover {
  color: #5e84e1;
}

.price>tbody>tr:nth-child(1)>td {
  background-color: #f5f5f5;
}

box {
  display: inline-block;
  padding: 17px 0;
  /* min-width: 150px; */
  /* line-height: 31px; */
  width: 22.2222222%;
  text-align: center;
  font-size: 16px;
}

box num {
  font-size: 1.0rem;
}

.price-plan .container .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 15px;
}

box.green {
  color: #fff;
  background-color: #465A9C;
}

box.midori {
  color: #fff;
  background-color: #6778b6;
}

div.example {
  margin-top: 65px;
}

.example span {
  color: #465A9C;
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.example box.ibory {
  color: #ab2122;
  background-color: #E9F3F7;
}

span.label:before {
  content: "費用例";
  position: absolute;
  left: -72px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 8px;
}

span.label.plan:before {
  content: '契約例';
}

.table-window {
  /* 테이블 액셀처럼 표현하기 위한 창 */
}

.plan th {
  width: 20%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px;
  background-color: #E9F3F7;
}

.plan td {
  padding: 15px 15px;
  font-size: 0.9rem;
}

.plan td:nth-child(1) {
  font-weight: 550;

}

.plan td:nth-child(1) span {
  color: #4159A1;
  font-size: 1.1rem;
}

.plan td:last-child {
  color: #ab2122;
  font-weight: 300;
}

.plan td:last-child strong {
  font-weight: 500;
  display: block;
}

.plan tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.caution {
  font-size: 15px !important;
  line-height: 30px;
}

.caution a {
  font-weight: 550;
}

ul.caution {
  padding-left: 18.367px !important;
}

ul.caution li {
  color: #666;
  list-style-type: "・ ";
  font-size: 15px;
  font-weight: 300;
}

ul.caution li a:hover {
  color: #6682d5;
}

.option span.sub-title {
  display: inline-block;
  margin-top: 40px;
}

.dashed {
  border: none;
  height: 1px;
  background: #000;
  background: repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 12px);
}

.row.option {
  margin-top: 130px;
}

.option h5 {
  color: #465A9C;
  font-size: 1.3rem;
  font-weight: 400;
}

.option p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.function {
  font-size: 15px;
}

.function th {
  width: 25%;
  background-color: #E9F3F7;
  font-weight: 450;
}

.function td {
  width: 75%;
  text-align: left;
  padding: 10px 40px;
  line-height: 30px;
}

.faq_container {
  margin-bottom: 1rem;
}

.question,
.answer {
  width: 100%;
  background-color: #fff;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

.question {
  cursor: pointer;
}

.answer {
  display: none;
  border-top: 0.1rem solid #ffffff;
  margin-top: 5px;
}


.question p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.question:hover p {
  cursor: pointer;
  font-weight: 700;
  color: #465A9C;
}

/*
mobile
top: 0.65rem;
    left: 0.5rem;
    font-size: 1.0rem;
    */
.faq_container .fas {
  position: absolute;
  font-weight: 900;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
}

.question .fas {
  color: #465A9C;
}

.answer .fas {
  color: #b71e12;
}

#faq-section span {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 1.2rem;
}

#faq-section span a {
  color: #ab2122;
  display: inline-block;
  line-height: 22px;
  border-bottom: 1px solid #ab2122;
}

#faq-section span a:hover {
  border-bottom: 1px solid #ff3131;
  color: #ff3131;
}

.step {
  margin-bottom: 7rem;
}

.step h3 span {
  font-weight: 300;
  font-size: 1.5rem;
  color: #ab2122;
}

.step h3 span strong {
  font-size: 1.8rem;
  font-weight: 400;
}

.step h4 {
  color: #ab2122;
}

.step p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.step red {
  font-weight: bold;
  color: #b41d22;
}

.inquiry {
  text-align: center;
  /* border-top: 1px solid #b41d22; */
  border-bottom: 1px solid #b41d22;
  padding: 100px 0;
  color: #b41d22;
}

.inquiry a {
  color: #b41d22;
}

.inquiry span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}

.inquiry span img {
  max-width: 45px;
  margin-bottom: 8px;
}

.assign {
  font-size: 1.9rem;
  display: inline-block;
  border: 2px solid #b41d22;
  color: #b41d22;
  border-radius: 50px;
  margin-top: 3rem;
  padding: 7px 45px;
  background: #fff;
}

.assign:hover {
  background-color: #b41d22;
  color: #fff;
}

.service {
  margin-bottom: 80px;
}

.service span {
  font-weight: 400;
}

.service img {
  border: 1px solid #999;
  max-width: 95%;
}

span.p-mark {
  display: inline-block;
  align-self: flex-end;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

img.p-mark {
  border: none;
  width: 75px;
  height: 75px;
  align-self: flex-end;
}

.border-black {
  border: 1px solid #000;
}



.repeat th,
.repeat td {
  padding: 10px 0 !important;
}

#faq-section h4 {
  color: #53a030;
  margin-bottom: 20px;
}

#faq-section .faq_container a {
  text-decoration: underline;
}

@media all and (max-width: 985px) {

  .repeat .table-window {
    overflow-x: scroll;
    position: relative;
  }

  .repeat .table-window table {
    min-width: 790.333333px !important;
    /* min-width: 936.333333px !important; */
    margin-bottom: 0 !important;
  }

  .repeat .table-window .price tr th:first-child {
    position: sticky;
    left: 0;
  }

  .repeat .table-window .price tr th:first-child:after,
  .repeat .table-window .price tr th:first-child:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #cfcfcf;
  }

  .repeat .table-window .price tr th:first-child:after {
    left: 142px;
  }

  .repeat .table-window .price tr th:first-child:before {
    left: -2px;
  }


  .repeat .scroll-text {
    display: block !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }

  .repeat th,
  .repeat td {
    padding: 10px 0 !important;
  }
}

@media all and (max-width: 980px) {


  .price-plan table.price td {
    padding: 10px 15px;
  }

  .plan td {
    padding: 10px;
  }

  .repeat.price th,
  .repeat.price td {
    padding: 10px 0 !important;
  }
}

@media all and (max-width: 915px) {
  .plan td {
    padding: 10px 5px !important;
  }

  .repeat th,
  .repeat td {
    padding: 10px 0 !important;
  }
}

@media all and (max-width: 910px) {
  .price-plan table.price td {
    padding: 10px 10px;
  }

  .d-910-none {
    display: block;
  }
}

@media all and (max-width: 865px) {
  .d-865-none {
    display: block;
  }
}

@media all and (max-width: 854px) {
  .plan td {
    padding: 10px 0;
  }

  .price-plan table.price td {
    padding: 10px 5px;
  }

  .d-854-none {
    display: block;
  }
}

@media all and (max-width: 800px) {
  box.midori {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

@media all and (max-width: 786px) {
  .price-plan table.price th {
    padding: 15px 10px;
  }

}

@media all and (max-width: 730px) {
  .d-730-none {
    display: block;
  }

  .price-plan table {
    margin-bottom: 0 !important;
  }

  .table-window {
    overflow-x: scroll;
    position: relative;
  }

  .title {
    margin-top: 3px;
    display: block;
  }

  .scroll-text {
    display: block !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }

  .table-window .price {
    min-width: 900px;
    margin: 0 !important;
    position: relative;
  }

  .table-window .price tr th:first-child:after,
  .table-window .price tr th:first-child:before,
  .table-window .plan tr th:first-child:after,
  .table-window .plan tr td:first-child:after,
  .table-window .plan tr th:first-child:before,
  .table-window .plan tr td:first-child:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #cfcfcf;
  }

  .table-window .price tr th:first-child:after {
    left: 132px;
  }

  .table-window .price tr th:first-child:before {
    left: -2px;
  }

  .table-window .price tr th:first-child {
    position: sticky;
    left: 0;
  }

  .table-window .plan {
    min-width: 800px;
    position: relative;
  }

  .table-window .plan tr:nth-child(2n) td:first-child {
    background-color: inherit !important;
  }

  .table-window .plan tr:nth-child(2n-1) td:first-child {
    background-color: #fff !important;
  }

  .table-window .plan tr th:first-child,
  .table-window .plan tr td:first-child {
    position: sticky;
    left: 0;
  }

  .table-window .plan tr th:first-child:after,
  .table-window .plan tr td:first-child:after {
    left: 157.594444444px;
  }

  .table-window .plan tr td:first-child:before,
  .table-window .plan tr th:first-child:before {
    left: -2px;
  }
}

@media all and (max-width: 685px) {
  .comment {
    font-size: 1.5rem !important;
  }

  /* .comment span {
    font-size: 1.8rem !important;
    padding: 7px 50px;
  } */
}

@media all and (max-width: 675px) {
  .title {
    display: block;
  }
}

@media all and (max-width: 652px) {
  box {
    width: 28.222222% !important
  }

  box.midori {
    margin-top: 10px !important;
  }
}

@media all and (max-width: 629px) {
  .assign {
    font-size: 1.3rem !important;
  }

  .comment span {
    font-size: 1.3rem !important;
  }
}

@media all and (max-width: 576px) {
  .price-plan h4 {
    margin-top: 40px;
  }
}

@media all and (max-width: 575px) {

  .page-top a {
    width: 45px;
    height: 45px;
  }



  /* .notice ul {
    display: table !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 5px 0 !important;
    text-align: center !important;
  }

  .notice ul li {
    display: table-cell !important;
  } */

  .post {
    padding: 8px 5px !important;
  }

  .post span.new:after {
    content: 'NEW';
    font-size: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 4px;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #eb1f04;
  }

  .post a.new:after {
    display: none !important;
  }

  .notice ul {
    border-spacing: 5px 0 !important;
  }

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

  .point {
    padding-left: 0;
    padding-right: 0;
    padding: 5rem 0 1rem !important;
  }

  .point h3 strong {
    font-size: 1.5rem;
  }

  .point .img-fluid {
    border: 1px solid #a5a5a5;
  }

  .comment,
  .comment span {
    font-size: 1.5rem !important;
  }

  .comment {
    padding: 3rem 0;
  }

  .price-plan {
    padding-top: 50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .price-plan .container p {
    font-size: 15px;
  }

  ul.caution li {
    font-size: 14px !important;
  }

  ul.caution li a {
    color: #4159a1;
  }

  .table-window {
    overflow-x: scroll;
    position: relative;
  }

  .scroll-text {
    display: block !important;
    color: #000 !important;
    font-weight: 400 !important;
  }

  .table-window .price {
    min-width: 900px;
    margin: 0 !important;
  }

  .table-window .price tr th:first-child {
    position: sticky;
    left: 0;
  }

  .table-window .plan {
    min-width: 800px;
  }

  .table-window .plan tr:nth-child(2n) td:first-child {
    background-color: inherit !important;
  }

  .table-window .plan tr:nth-child(2n-1) td:first-child {
    background-color: #fff !important;
  }

  .table-window .plan tr th:first-child,
  .table-window .plan tr td:first-child {
    position: sticky;
    left: 0;
  }

  .plan td {
    font-size: 1.1rem !important;
  }

  .plan td span {
    color: #4159A1;
    font-weight: 550;
  }

  span.box {
    font-weight: 500;
    font-size: 1.1rem;
  }

  .option h5 {

    font-weight: 500 !important;
  }

  .option p {
    color: #000;
    font-weight: 500 !important;
    font-size: 17px !important;
  }

  box {
    padding: 15px 3px !important;
    min-width: 100px !important;
    width: 28.333333% !important;
    font-size: 15px !important;
  }

  box.midori {
    display: inline-block !important;
    padding: 15px 15px !important;
    width: 45% !important;
    font-size: 1.1rem !important;
  }

  box.midori num {
    font-size: 1.3rem !important;
  }

  span.label:before {
    position: static !important;
    left: 0;
    display: inline-block;
    margin-bottom: 15px;
  }

  span.label {
    display: block;
    font-weight: 500;
  }

  span num {
    color: #ab2122;
    font-weight: 500;
  }

  .ibory num {
    font-size: 1.3rem !important;
  }

  .function th {
    width: 45% !important;
    font-weight: 550 !important;
  }

  .function td {
    width: 55% !important;
    padding: 15px !important;
  }

  .function star {
    color: #ff1617;
  }

  .function td span {
    display: block;
    text-align: center;
  }

  .function td ul {
    padding-left: 15px !important;
  }

  .function td ul li {
    list-style-type: "・";
  }

  #faq-section span {
    font-size: 0.9rem !important;
  }

  .step h3 span {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
  }

  .contact h4 {
    font-weight: 550 !important;
  }

  .inquiry {
    padding: 55px 0;
  }

  .inquiry span {
    font-size: 1.8rem !important;
  }

  .inquiry span img {
    max-width: 35px !important;
    margin-bottom: 5px !important;
  }

  .assign {
    font-size: 1.4rem !important;
    padding: 8px 18px !important;
    width: 85%;
    font-weight: 500;
  }

  .comment span {
    font-size: 1.4rem !important;
    padding: 7px 18px;
    width: 85%;
  }

  .service.border-bottom {
    border-width: 1px;
    border-color: #eee;
  }

  .service ul {
    padding-left: 19.59px !important;
  }

  .service li {
    list-style-type: "◆ ";
  }

  div.example {
    padding-left: 6px;
  }

  .faq {
    padding: 1rem 0 3rem;
    margin-top: 3rem;
  }

  .step {
    margin-bottom: 4rem;
  }
}

@media all and (max-width: 472px) {
  .title br {
    display: block !important;
  }
}

@media all and (max-width: 462px) {
  .notice ul li {
    font-size: 14px !important;
  }
}

@media all and (max-width: 416px) {
  .notice ul li {
    padding: 0px !important;
    font-size: 14px !important;
  }
}

@media all and (max-width: 400px) {
  .intro p {
    font-size: 1.8rem !important;
  }
}

@media all and (max-width: 360px) {

  .point h3,
  .point h3 strong {
    font-size: 1.3rem !important;
  }
}

@media all and (max-width: 349px) {
  .intro p {
    font-size: 1.5rem !important;
  }
}

@media all and (max-width: 375px) {
  span.box {
    font-size: 1.0rem !important;
  }

  .example span {
    font-size: 14px;
  }

  span.p-mark {
    font-size: 12px !important;
  }
}

@media all and (max-width: 320px) {

  .point h3,
  .point h3 strong {
    font-size: 1.2rem !important;
  }

  .point p {
    font-size: 13px !important;
  }

  .comment {
    font-size: 1.0rem !important;
  }

  .comment span {
    font-size: 1.2rem !important;
  }

  .assign {
    font-size: 1.2rem !important;
  }

  .price-plan .container p {
    font-size: 13px;
  }

  span.box {
    font-size: 0.9rem !important;
  }

  .px-320 {
    display: block;
  }

  span.box {
    margin-bottom: 5px;
    display: inline-block;
  }

  box {
    min-width: 80px !important;
    font-size: 13px !important;
    padding: 10px 3px !important;
  }

  .function td {
    padding: 15px 10px !important
  }

  .step h3 span {
    font-size: 1.2rem !important;
  }

  .option p {
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  .contact h4 {
    font-size: 20px !important;
  }

  .service li {
    font-size: 15px !important;
  }
}

@media all and (max-width: 315px) {
  .notice ul li {
    padding: 0px !important;
    font-size: 14px !important;
  }
}

/*  */
.gray-background {
  background-color: #F7F7F7;
  padding: 77px 0;
}

.gray-background .sub-title {
  color: #ccc;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.gray-background .title-red {
  color: #B41D23;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

.contact.two-btn {}

.contact.two-btn p {
  font-size: 1.5rem;
  color: #000;
}

.contact.two-btn a {
  color: #b41d22;
  border: 1px solid #b41d22;
  display: inline-block;
  padding: 23px 20px;
  width: 80%;
  text-align: center;
  font-size: 1.75rem;
  border-radius: 50px
}

@media (max-width: 575px) {
  .inquiry {
    padding: 100px 0 100px 0 !important;
  }
}

@media (max-width: 455px) {
  .contact.two-btn a {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}