/*tag start*/
body {
  font-family: "Noto Sans CJK JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}

h2 {
  font-weight: 700;
  color: #4169E1;
  font-family: 'LINE Seed JP App_OTF', 'Noto Sans JP', sans-serif;
}

ul {
  list-style: none;
}

li {
  padding: 0.5em 0.5em 0.5em 0;
}

.container-fluid {
  overflow: hidden;
}

hr.yellow {
  border-color: #fdc500;
  border-width: 14px;
  opacity: 1;
}

hr.white {
  border-color: #fff;
  border-width: 14px;
  opacity: 1;

}

/*tag end*/

/* header */
#header-list-nav {}

#header-list-nav ul li {
  background-image: url('../img/menu-arrow.png');
  background-repeat: no-repeat;
  background-position: left;

}

#header-list-nav ul li a {
  color: #111111;

}

#header-list-nav {}

/*general start*/
.text-justify {
  text-align: justify;
}

.text-red {
  color: red;
}

.highlighter {
  background: linear-gradient(transparent 60%, #fefcd0 60% 90%, transparent 90%);
}

.text-blue {
  font-weight: 600;
  color: #4169E1;
}

.text-weight {
  font-weight: 600;
}

.text-strong {
  font-weight: 600;
  color: #4169E1;
  font-size: large;
}

@media(max-width: 768px) {
  .text-strong {
    font-size: 1.4em;
  }
}

.text-strong-white {
  font-weight: 600;
  color: white;
  font-size: large;
}

.text-strong-b {
  font-weight: 700;
  font-size: large;
}

@media(max-width: 768px) {
  .text-strong-b {
    font-size: 1.4em;
  }
}

.text-big-red {
  font-weight: 700;
  color: #f93740;
  font-size: 36px;
  font-family: "LINE Seed JP App_OTF", 'Noto Sans JP', sans-serif;
}

@media(max-width: 768px) {
  .text-big-red {
    font-size: 2em;
  }
}

.text-small {
  font-size: small;
}

/*general end*/
/*section start*/

.sp-mv {
  background-image: url("../img/sp-mv-bg.png");
  background-size: cover;
}

.action {
  background-image: url("../img/pc-action-bg.png");
  background-size: cover;
  background-position: center;
}

.action a {
  text-decoration: none;
}

.action .elephant-cta-teltext {
  left: 22%;
  bottom: 7%;
  color: white;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media(max-width: 1400px) {
  .action .elephant-cta-teltext {
    font-size: 4rem;
  }
}

@media(max-width: 1200px) {
  .action .elephant-cta-teltext {
    font-size: 3.5rem;
  }
}

@media(max-width: 768px) {
  .action .elephant-cta-teltext {
    font-size: 3rem;
  }
}

@media(max-width: 576px) {
  .action .elephant-cta-teltext {
    font-size: 2.4rem;
    left: 20%;
  }
}

.ul-ng {
  list-style-position: inside;
  list-style-image: url(../img/pc-ng-icon.png);
  font-weight: 600;
}

@media(max-width: 768px) {
  .ul-ng {
    padding-left: 0;
    margin-left: 0;
  }
}

.ul-ng li {
  line-height: 1.5em;
  font-size: 1.4em;
}

@media(max-width: 768px) {
  .ul-ng li {
    font-size: 1em;
  }
}

.bg-area {
  background: #fefcd0;
}

.bg-blue {
  background: #dffafa;
}

.area-all {
  margin-bottom: 30px;
}

.area-all-list {
  display: flex;
  text-align: -webkit-match-parent;
  flex-wrap: wrap;
  padding: 5px 10px;
}

.area-all-list li {
  font-size: 14px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.5em;
  margin-bottom: 1em;
  color: #286aaf;
  border-right: 2px solid #286aaf;
}

.area-all-list li:first-child {
  border-left: 2px solid #286aaf;
}

.area-all-list li:before {}

.satisfaction {}

.virus {
  background-color: #dffafa;
}

.price {
  background-color: #dffafa;
}

.example {
  background-color: #fefcd0;
}

.reason {
  background-color: #286aaf;
}

.voice {
  background-color: #dffafa;
}

.ng-items {
  background-color: #dfdfdf;
}

.cheap {
  background-color: #d5f4e9;
}

.qualify {
  background-color: #dffafa;
}

.review-title {
  color: #00bc00;
  font-weight: bold;
}

.voice-title {
  font-weight: 600;
  color: #4169E1;
  font-size: 25px;
}

@media(max-width:768px) {
  .voice-title {
    font-size: 1.4em;
  }
}

.article-contents ul {
  width: 90%;
}

.googlemaps {
  background-color: #fefcd0;
}

.title-yellow {
  color: yellow;
}

.caution-box {
  background-color: #dfdfdf;
}

.accordion-item {
  margin: 1em;
}

.accordion-button {
  background-color: #fefcd0;
  color: #4169E1;
  font-weight: bold;
}

/*section end*/


#fv {
  background-image: url('../img/pc-fv-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.note {
  color: #286aaf;
}

#review {}

#review .badge {
  font-size: 14px;
  background-color: #03b8df !important;

}

#review .review-label-wrap {
  padding-top: 1em;
}

.voice-box {
  background-color: #dffafa;

}

#reasonable .reasonable-fix-height-img {
  height: 180px;
}

#reasonable p {
  line-height: 2em;
  text-align: left;
}

#example-second-hands {
  background-color: #dffafa;
}

#example-second-hands .yellow-point {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

#example-second-hands .yellow-point::before {
  content: "\A";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff100;
  display: inline-block;
  margin-right: 0.2em;
}

#example-second-hands .yellow-point::after {
  content: "\A";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff100;
  display: inline-block;
  margin-left: 0.2em;
}

#points6 {
  background: #286aaf;
}

#licenses {
  background: #dffafa;
}

#caution {}

#caution .caution-box p {
  line-height: 2em;
}

#caution .caution-box img {
  max-height: 110px;
}

#flow {
  background: #fefcd0;
}

#flow h3 {
  font-size: 2em;
  color: #286aaf;
  font-weight: 700;
}

#flow p {
  line-height: 2em;
  font-size: 1.3em;
}

#flow .flow-box {
  position: relative;
}

#flow .flow-number {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#flow .btn {
  background: #03b8df;
  border: none;
  box-shadow: 2px 2px 2px gray;
}

#flow .flow-tel-wrap {
  font-weight: 800;
}

#flow .flow-tel-wrap span {
  bottom: 22%;
  left: 24%;
  font-size: 4.3rem;
  line-height: 4.3rem;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media(max-width: 1400px) {
  #flow .flow-tel-wrap span {
    bottom: 22%;
    left: 24%;
    font-size: 4.3rem;
    line-height: 4.3rem;
  }
}

@media(max-width: 1200px) {
  #flow .flow-tel-wrap span {
    bottom: 22%;
    left: 24%;
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media(max-width: 992px) {
  #flow .flow-tel-wrap span {
    bottom: 22%;
    left: 24%;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}

@media(max-width: 768px) {
  #flow .flow-tel-wrap span {
    bottom: 22%;
    left: 24%;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}

@media(max-width: 576px) {
  #flow .flow-tel-wrap span {
    bottom: 22%;
    left: 24%;
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}

#footer {
  background: #d5f4e9;
}

#copyright {
  background: #286aaf;
}

#sp-header-logo {
  max-height: 50px;

}

/*Start footer fixed banner*/
.sp.footer_banner {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  /* left : 0px; */
  z-index: 9999;
  animation-name: footer-fixed-image-fade-in;
  animation-duration: 3s;
  margin: 0px auto;
  text-align: center;
}

.footer_banner img {
  max-width: 100%;
  margin-bottom: 0px;
}

@media screen and (min-width: 736px) {
  .footer_banner img {
    display: none;
  }
}

.footer_banner .footer_banner_tel {
  position: fixed;
  font-size: 2.6rem;
  bottom: 1.5%;
  right: 11%;
  color: #fff;
  font-weight: 800;
  margin: 0;
}

/*End footer fixed banner*/

/* レスポンシブ */
@media screen and (max-width: 4000px) {
  .header_sp {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .menu_img_line_sp {
    cursor: pointer;
  }

  .inner {
    padding: 0 10px;
  }

  .menu_img::before {
    display: none;
  }

  .btn_trigger {
    display: block;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    right: 10px;
    z-index: 9999999;
    width: 50px;
    height: 50px;
    border: none;
    overflow: hidden;
    outline: none;
    background-color: #fff0;
  }

  .btn_trigger span {
    position: absolute;
    display: block;
    height: 2px;
    left: 7px;
    transition: all 0.5s;
    width: 36px;
    background-color: #101A38;
  }

  .btn_trigger span:first-of-type {
    top: 15px;
  }

  .btn_trigger span:nth-of-type(2) {
    top: 25px;
  }

  .btn_trigger span:last-of-type {
    top: 35px;
  }

  .btn_trigger.active span:first-of-type {
    transform: rotate(45deg);
    top: 25px;
  }

  .btn_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .btn_trigger.active span:last-of-type {
    transform: rotate(-45deg);
    top: 25px;
  }

  #menu_active {
    background-color: #DEF1F7;
    text-align: center;
    position: fixed;
    z-index: 10000;
    overflow: auto;
    height: calc(100vh - 58px);
    width: 100%;
    margin-top: 58px;
    padding-bottom: 15px;
    height: -webkit-fill-available;
  }

  .menu_text_sp {
    width: 80%;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    line-height: 4.4em;
    font-weight: bold;
  }

  .menu_text_sp_last {
    width: 80%;
    margin: 0 auto;
    line-height: 4.4em;
    font-weight: bold;
  }

  .menu_list_img_sp {
    margin: 0 10px;
  }

  .menu_list_img_sp:last-child {
    margin-bottom: 40px
  }

  .header {
    position: fixed;
  }

  .header_log {
    padding: 20px 10px;
  }

  .impressions_wrap {
    margin-top: 30px;
    justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  body.fixed {
    height: 100%;
    overflow: hidden;
  }

  .header {
    height: 58px;
    padding: 0 10px;
  }

  .header_nav {
    display: none;
  }

  .header_sp {
    display: block;
  }

  .header_log {
    padding: 0;
  }

  .header_log img {
    width: 200px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .content {
    padding: 20px 0;
  }

  .content_color {
    padding: 40px 0;
    margin: 70px 0 40px;
  }

  .main_visual {
    background: url(../img/main_visual/main_visual_back_sp.svg);
    background-position: center top;
    background-size: 105%;
  }

  .main_visual_title {
    margin-left: 0;
    padding: 20% 12px 18%;
  }

  .consult_img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 10px;
  }

  .payment_img_1 {
    margin-right: 0;
  }

  .payment_img_2 {
    margin-top: 0;
  }

  .contact_info {
    gap: 0;
  }

}

.sp_only {
  display: none;
}

/* article-css */

.article h2 {
  display: block !important;
  font-size: 1.5em !important;
  margin-block-start: 0.83em !important;
  margin-block-end: 0.83em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  font-weight: bold !important;
}

.article h3 {
  display: block !important;
  font-size: 1.17em !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  font-weight: bold !important;
}

.article-contents {
  width: 100%;
  background: #fff;
  padding: 0px 10px;
  margin: 0 auto;
  min-height: 300px;
}

.inner-article-contents {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}

.article-contents p {
  padding: 10px 0;
  font-size: 18px;
}

.article-contents h2 {
  text-align: left;
  background: #3969A6;
  padding: 0.75em 1em;
  color: #fff;
  font-size: 2em;
  position: relative;
  margin: 30px auto;
}

.article-contents .disposal h2 {
  padding: 0em 1em;
  margin: 0px auto;
}

.article-contents .disposal h2 {
  padding: 0em 1em;
  margin: 0px auto;
}

.article-contents h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #3969A6;
  border-bottom: solid 2px #3969A6;
}

.article-contents h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-top: 50px;
  font-weight: 600;
  font-size: 2em;
}

.article-contents h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3969A6;
  bottom: -3px;
  width: 20%;
}

.article-contents h4 {
  padding: 10px;
  color: #494949;
  background: transparent;
  border-left: solid 4px #3969A6;
  font-size: 1.6em;
  margin-top: 50px;
  font-weight: 600;
}

.article-contents ul {
  width: 95%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.article-contents li {
  list-style: disc;
  line-height: 2rem;
  margin-left: 10px;
}

.article-contents li::marker {
  color: #3969A6;
}

.article-contents table {
  border: 1px solid #3969A6;
  width: 100%;
  margin-top: 20px;
}

.article-contents .disposal table {
  line-height: 2.5em;
}

.article-contents table tr {
  border: 1px solid #3969A6;
}

.article-contents table th {
  background: #3969A6;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  border: 1px solid #fff;
}

.article-contents table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.article-contents table tbody {
  width: 100%;
  display: table;
}

.br-0 {
  border-right: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.bm-0 {
  border-bottom: 0 !important;
}

.beside-table {
  border-top: 1px solid #3969A6 !important;
}

.article-contents table td {
  border: 1px solid #3969A6;
  padding: 10px;
}

.box29 {
  margin: 2em 0;
  border: solid 3px #3969A6;
}

.box29 .box-title {
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 12px 0px;
  background: #3969A6;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

.box29 .box-title:before {
  padding-right: 8px;
  content: "\f1b8";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.box29 .box-content {
  padding: 15px;
}

.sng-box ul {
  margin: 5px 0;
  padding: 0 0 0 1.4em;
  border: none;
  box-shadow: none;
  background: transparent;
}

.li-chevron ul {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px skyblue;
  border-radius: 5px;
}

.li-chevron li,
.li-check li,
.li-yubi li,
.li-niku li {
  list-style-type: none !important;
  padding: 0.5em 0;
  line-height: 1.5;
  font-size: 18px;
}

.li-check li {
  position: relative;
}

.li-check li:before {
  position: absolute;
  color: skyblue;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  left: -26px;
  content: "\f138";
}

.box29 li:before {
  color: #3969A6 !important;
}

.memo {
  margin-bottom: 1.5em;
  padding: 1em;
  background: #fff9e5;
  color: #545454;
  margin-top: 20px;
}

.memo_ttl:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px 0 0;
  border-radius: 50%;
  background: #ffb36b;
  color: #fff;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  content: "\f303";
}

.memo p {
  text-align: left !important;
  font-size: 16px;
  margin-bottom: 5px;
}

.memo.alert .memo_ttl:before {
  background: #ff8376;
  content: "\f12a";
}

.memo_ttl {
  margin-bottom: 5px;
  color: #ffb36b;
  font-size: 1.2em;
  font-weight: bold;
}

.memo.alert {
  background: #ffebeb;
  margin-top: 20px;
}

.memo.alert .memo_ttl {
  color: #ff8376;
}

/* タイムライン装飾 */
.tl {
  margin: 1em 0;
}

.tl_marker.main-bdr.main-bc {
  border-color: #3969A6;
}

.tl-content {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}

.tl-content:before {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px;
}

.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}

.tl-content:last-of-type:before {
  content: none;
}

.tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 14px;
  font-weight: bold;
}

.tl_title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}

.tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: dashed 1px #ccd5db;
}

.main-bc {
  background: #3969A6;
}

/* 余白の調整 */
.tl_main>* {
  margin: 0.7em 0 0;
}

.tl_main>ul,
.tl_main>ol {
  margin: 0;
  padding: 0.3em 0 0.3em 1.3em;
  border: none;
}

.tl_main .sng-box {
  margin-top: 1em;
}

.tl_main .box28,
.tl_main .box30,
.tl_main .box31,
.tl_main .box32,
.tl_main .box33 {
  margin-top: 2.3em;
}

.strong {
  font-weight: 900;
}

.keiko_blue {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.meritto {
  border: 3px solid #3969A6;
}

.meritto .box-title {
  background: #3969A6;
}

.meritto,
.demeritto {
  position: relative;
  padding: 0.8em 1em;
  margin: 4em 0 2em;
}

.meritto .box-title,
.demeritto .box-title {
  position: absolute;
  top: -44px;
  left: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
}

.meritto li:before,
.meritto .box-title:before,
.demeritto li:before,
.demeritto .box-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.meritto .box-title:before {
  content: "\f599";
}

.meritto .box-title:before,
.demeritto .box-title:before {
  margin-right: 10px;
  font-size: 1.2em;
}

.meritto .box-title,
.demeritto .box-title {
  position: absolute;
  top: -44px;
  left: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.meritto ul,
.demeritto ul {
  list-style: none;
}

.demeritto ul li {
  list-style: none !important;
}

.meritto li,
.demeritto li {
  padding: 0.5em 0;
}

.meritto li:before {
  content: "\f164";
  color: #3969A6 !important;
}

.meritto li:before,
.demeritto li:before {
  margin-left: -20px;
  margin-right: 10px;
}

.demeritto {
  border: 3px solid #cf2e2e;
}

.demeritto .box-title {
  background: #cf2e2e;
}

.demeritto li:before {
  content: "\f165";
  color: #cf2e2e !important;
}

.demeritto .box-title:before {
  content: "\f119";
}

/* 横スクロール */
.horizontal_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.horizontal_scroll li,
.twiiter_horizontal_scroll li {
  background: #fff;
  display: block;
  position: relative;
  min-width: 230px;
  height: 270px;
}

.horizontal_scroll>li,
.twiiter_horizontal_scroll>li {
  margin: 7px;
}

.horizontal_scroll>li:last-child,
.twiiter_horizontal_scroll>li:last-child {
  padding-right: 5px;
}

.article-contents table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.article-contents table tbody {
  width: 100%;
  display: table;
}

@media screen and (min-width: 768px) {

  .horizontal_scroll>li:last-child,
  .twiiter_horizontal_scroll>li:last-child {
    padding-right: 0;
  }
}


/* タイトル */
.slider_ttl {
  color: #333;
  text-align: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: inherit;
  margin: 0 0 20px 0;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}

.horizontal_scroll,
.twiiter_horizontal_scroll {
  padding: 0 !important;
}

.horizontal_scroll li,
.twiiter_horizontal_scroll li {
  list-style: none !important;
}

.kuchicomi {
  display: flex;
  margin-top: 5px;
}

.horizontal_scroll img,
.twiiter_horizontal_scroll img {
  vertical-align: bottom;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 100px;
  border-radius: 50%;
}

.kuchicomi-image {
  width: 37%;
}

.people-name,
.people-career {
  width: 100%;
  display: block;
}

.people-star .icon-star-full,
.people-star .fa-star-half-alt,
.people-star .rate-star-empty {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
}

.rate-star-empty {
  color: #b0b0b0;
}

.kuchimomi-name {
  width: 64%;
  font-size: 14px;
  font-weight: bold;
  padding-left: 9px;
}

ul.horizontal_scroll,
.twiiter_horizontal_scroll {
  border: none;
  background-color: #d5e4e9;
}

.kuchicomi-text {
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  max-height: 150px;
  overflow-y: hidden;
}

.icon-star-full {
  font-size: 19px;
  color: #ffb500;
  letter-spacing: 3px;
  font-style: normal;

}

.icon-star-full:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.people-star .fa-star-half-alt,
.people-star .rate-star-empty {
  display: inline-block;
  font-size: 13px;
}

.fa-star-half-alt {
  color: #f9a72b;
  font-size: 18px;
  font-style: normal;
}

.fa-star-half-alt:before {
  content: "\f5c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.people-name {
  margin-top: 4px;
}

.people-name,
.people-career {
  line-height: 1.8;
}

.people-star {
  display: block;
  margin-top: -7px;
}

@media(max-width:768px) {
  .people-star {
    margin-top: 0px;
  }

  .article-contents ul {
    width: 90%;
  }

  .horizontal_scroll img,
  .twiiter_horizontal_scroll img {
    vertical-align: bottom;
    width: 75px;
  }
}

.hh.hhq,
.hh.hha {
  position: relative;
  margin: 0;
  padding: 6px 0 0 55px;
  font-size: 17px;
}

.hh.hhq {
  font-weight: bold;
  margin-top: 30px;
}

.hh:before,
.hh:after {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  content: none;
}

.hh.hhq:before,
.hh.hha:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -6px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 21px;
  background: #3969A6;
  color: #fff;
}

.hh.hhq+.hh.hha {
  margin-top: 2em;
  font-size: 17px;
}

p.p1.hh.hha {
  margin-bottom: 50px;
}

.hh.hha:before {
  content: "A";
  background: #ea5555;
}

.say {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0;
}

.faceicon {
  display: table-cell;
  width: 130px;
  padding-right: 20px;
  text-align: center;
  vertical-align: top;
}

.faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}

.faceicon span {
  font-size: 11px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.4;
  display: block;
}

.chatting {
  display: table-cell;
  position: relative;
  padding-top: 15px;
  width: calc(100% - 130px);
  font-size: 0.95em;
  vertical-align: top;
}

.sc {
  display: inline-block;
  text-align: left;
  padding: 13px;
  border: solid 2px #d5d5d5;
  border-radius: 12px;
  background: #fff;
  word-break: break-word;
}

.sc {
  background: #f4f4f4;
  border: solid 2px #f4f4f4;
  color: #000;
  padding: 20px;
}

.sc:before,
.sc:after {
  border-right: 12px solid #f4f4f4;
}

.sc:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #d5d5d5;
  content: "";
}

.sc:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  content: "";
}

.right {
  text-align: right;
}

.right .sc {
  background: #f4f4f4;
  border: solid 2px #f4f4f4;
  color: #000000;
}

.right .sc:before,
.right .sc:after {
  border-left-color: #f4f4f4;
}

.right .sc:before,
.right .sc:after {
  right: -23px;
  left: auto;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
}

.right .sc:before,
.right .sc:after {
  border-left-color: #f4f4f4 !important;
}

.right .sc:after {
  right: -20px;
  border-left-color: #fff;
}

.sc:before,
.sc:after {
  border-right: 12px solid #f4f4f4;
}

.sc:before,
.sc:after {
  top: 30px;
}

.right .sc:before,
.right .sc:after {
  right: -23px;
  left: auto;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
}

.right .faceicon {
  padding: 0 0 0 20px;
}

.li-chevron ul,
.li-mainbdr ol {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px #3969A6;
  border-radius: 5px;
  width: 100%;
}

.li-chevron li:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  left: 1em;
  content: "\f138";
  color: #3969A6;
}

.ol-circle ol {
  list-style-type: none !important;
  padding: 1em 0.7em;
  counter-reset: number;
}

.ol-circle li {
  position: relative;
  padding: 0.5em 0 0.5em 34px;
  line-height: 1.5em;
  list-style-type: none;
}

.ol-circle li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3969A6;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  content: counter(number);
  counter-increment: number;
}

/* disposal-contents */
#disposal-contents {
  background-color: transparent;
  padding-bottom: 30px;
  margin-top: 30px;
}

#disposal-contents h1 {
  color: #3969A6;
  text-align: center;
  padding: 10px;
  border-top: solid 2px #3969A6;
  border-bottom: solid 2px #3969A6;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 10px;
}

.item-images {
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

#disposal-contents .inner-article-contents {
  background: #fff;
  max-width: 1000px;
  padding: 0 30px;
}

#toc_container {
  border: 1px solid #3969A6;
  overflow: hidden;
  padding: 0 1em 1.5em;
  width: 100% !important;
}

#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited {
  color: #0075ff;
  font-size: 90%;
}

.toc_title {
  background-color: #3969A6;
  color: #fff;
  margin: 0 -1.5em 1.25em !important;
  padding: 0.5em;
  display: block;
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.toc_title:before {
  content: "\f03a";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  padding-bottom: 2px;
  vertical-align: middle;
}

.toc_list li {
  line-height: 1.6;
  margin: 10px 0;
}

.toc_list ul {
  margin-bottom: 0;
}

.toc_list ul li {
  position: relative;
  list-style: none;
}

.toc_list ul li::before {
  background: none;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  content: "" !important;
  height: calc(1em - 2px);
  left: -13px;
  opacity: .75;
  position: absolute;
  top: 3px;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 9px;
}

@media(max-width:768px) {
  #disposal-contents .inner-article-contents {
    padding: 0;
  }

  #disposal-contents h1 {
    font-size: 26px;
  }

  .area-content {
    padding: 70px 0;
  }

  .area_text_element {
    margin-bottom: 30px;
  }
}

/* 料金 */
.ss_pack_section {
  margin: 0 auto;
}

.ss_pack_header {
  text-align: center;
  color: #3fa9f5;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}

.ss_pack_header::before,
.ss_pack_header::after {
  content: '\\';
  position: absolute;
  top: 0;
  font-size: 24px;
  color: #3fa9f5;
}

.ss_pack_header::before {
  left: 0;
}

.ss_pack_header::after {
  right: 0;
  transform: scaleX(-1);
}

.ss_pack_discount {
  background: #fef101;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: center;
  width: 85%;
  position: relative;
  margin: 0 auto -15px;
  z-index: 2;
}

.ss_pack_discount::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #fef101;
  width: 0;
  height: 0;
  z-index: 2;
}

.ss_pack_discount_text {
  color: #1565C0;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.ss_pack_discount_price {
  color: #f83740;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.ss_pack_content {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  /* 内部の角丸を維持 */
  position: relative;
}

.ss_pack_title {
  background: #1565C0;
  color: #fef101;
  text-align: center;
  padding: 20px;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ss_pack_title span {
  font-size: 24px;
  vertical-align: middle;
}

.ss_pack_cart_icon {
  height: auto;
  margin: 0px auto;
  display: block;
  padding: 15px;
}

.ss_pack_price {
  text-align: center;
  margin-bottom: 10px;
}

.ss_pack_price_tax {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}

.ss_pack_price_main {
  color: #f83740;
  font-size: 64px;
  font-weight: bold;
}

.ss_pack_price_unit {
  font-size: 24px;
  color: #f83740;
}

.ss_pack_price_regular {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 736px) {
  .ss_pack_price_main {
    font-size: 2.5rem;
  }

  .ss_pack_discount_price {
    font-size: 1.5rem;
  }

  .ss_pack_header {
    font-size: 0.75rem;
  }
}

/*merit*/

.merit-section {
  background-color: #c2e01f;
  padding: 40px 20px;
}

.merit-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ヘッダー部分 */
.merit-header {
  margin-bottom: 40px;
}


/* メリットグリッド */
.merit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* メリットカード */
.merit-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.merit-card-inner {
  padding: 20px;
}

.merit-image {
  margin-bottom: 20px;
}

.merit-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.merit-number {
  display: block;
  color: #0066cc;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.merit-card-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px 0;
  color: #333;
}

.merit-text {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .merit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .merit-header {
    margin-bottom: 30px;
  }

  .header-content {
    gap: 10px;
  }

  .merit-icon {
    width: 40px;
    height: 40px;
  }

  .merit-title {
    font-size: 20px;
  }

  .speech-bubble {
    font-size: 12px;
    padding: 6px 12px;
  }

  .merit-card-inner {
    padding: 15px;
  }

  .merit-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .merit-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* beginner-service */

.title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

/* セクション全体のスタイル */
.disposal-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* コンテンツ部分のスタイル */
.disposal-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.disposal-image {
  flex: 0 0 45%;
  position: relative;
}

.disposal-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.disposal-text {
  flex: 0 0 55%;
}

.disposal-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

.disposal-heading span {
  color: #f83740;
  padding: 0 4px;
}

.disposal-description {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.content.page-wrap {
  padding: 40px;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap .title {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.page-wrap p {
  line-height: 1.7em;
  font-size: 1.5em;
}

.content.title {
  font-size: 32px;
  font-weight: bold;
  padding-left: 10px;
  letter-spacing: -.05em;
}

/* 問い合わせ */
.contact_title {
  font-size: 32px;
  margin: 30px auto 50px;
  text-align: center;
  font-weight: bold;
}

.contact {
  padding: 60px 60px 20px 60px;
  /* background-color: #E8F1F7; */
  max-width: 1100px;
  margin: 0 auto;
}

.contact h2 {
  margin-bottom: 40px;
}

.contact_wrap th {
  width: 40%;
  padding: 25px;
  font-weight: bold;
  text-align: left;
}

.contact_wrap td {
  padding: 14px 20px;
}

.hissu {
  font-size: 12px;
  font-weight: bold;
  background-color: #1F5B9A;
  padding: 3px 6px;
  margin-right: 10px;
  color: #fff;
  border-radius: 2px;
}

.ninni {
  font-size: 12px;
  font-weight: bold;
  background-color: #A7BBD4;
  padding: 3px 6px;
  margin-right: 10px;
  color: #fff;
  border-radius: 2px;
}

.small_text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}

::placeholder {
  color: #AAAAAA;
}

input[type="text"],
input[type="email"] {
  border: 1px solid #101A38;
  border-radius: 5px;
  padding: 12px 21px;
  width: 100%;
  font-size: 1em;
  word-break: break-all;
  font-family: 'Yu Gothic UI', sans-serif;
}

label {
  display: inline-block;
  padding: 6px 40px;
  position: relative;
  cursor: pointer;
  width: 260px;
  color: #3D3D3D;
  font-size: 16px;
}

input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  font-size: 1em;
}

input[type="checkbox"]+label::before {
  position: absolute;
  content: '';
  border: 1px solid #D8D8D8;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: 0;
  top: 7px;
  transition: .3s all;
}

.checkbox_wrap span.horizontal-item::before {
  position: absolute;
  content: '';
  border: 1px solid #D8D8D8;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: 0;
  top: 7px;
  transition: .3s all;
}

input[type="checkbox"]+label::after {
  position: absolute;
  content: '';
  border-left: 3px solid #101A38;
  border-bottom: 3px solid #101A38;
  top: 10px;
  left: 5px;
  width: 21px;
  height: 12px;
  transform: scale(1) rotate(-45deg);
  opacity: 0;
}

.checkbox_wrap span.horizontal-item::after {
  position: absolute;
  content: '';
  border-left: 3px solid #101A38;
  border-bottom: 3px solid #101A38;
  top: 10px;
  left: 5px;
  width: 21px;
  height: 12px;
  transform: scale(1) rotate(-45deg);
  opacity: 0;
}

.checkbox_wrap span.checked::after {
  opacity: 1;
}


input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

.checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
}

#online_mitumori .checkbox_wrap span {
  margin-left: 0px;
  position: relative;
}

#online_mitumori .mwform-tel-field input {
  max-width: 90px;
}

.select_wrap {
  position: relative;
  margin-right: 20px;
  width: 100%;
}

select {
  appearance: none;
  padding: 14px 44px 14px 20px;
  font-size: 1em;
  border: 1px solid #101A38;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  font-family: 'Yu Gothic UI', sans-serif;
}

.select_wrap::after {
  position: absolute;
  pointer-events: none;
  content: '';
  border-left: 2px solid #101A38;
  border-bottom: 2px solid #101A38;
  right: 25px;
  top: 19px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

textarea {
  max-width: 730px;
  width: 100%;
  height: 180px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #101A38;
  border-radius: 5px;
  transition: .3s all;
  font-family: 'Yu Gothic UI', sans-serif;
}

.btn_wrap {
  text-align: center;
  margin: 40px 0;
}

input[type="submit"],
button[type="submit"] {
  width: 40%;
  padding: 20px 0px;
  background-color: #101A38;
  color: #fff;
  font-size: 1.3em;
  border: none;
  border-radius: 5px;
  font-family: 'Yu Gothic UI', sans-serif;
  cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  opacity: .8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .disposal-content {
    flex-direction: column;
    gap: 30px;
  }

  .disposal-image {
    flex: none;
    width: 100%;
  }

  .disposal-text {
    flex: none;
    width: 100%;
  }

  .disposal-title {
    font-size: 22px;
    padding: 8px 15px;
  }

  .disposal-heading {
    font-size: 20px;
  }

  .disposal-description {
    font-size: 14px;
  }

  /* オンライン無料見積り */
  .contact {
    padding: 40px 10px;
    margin: 100px 0;
  }

  .contact_title {
    font-size: 21px;
    margin: 20px auto;
  }

  .contact_wrap th {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .contact_wrap td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}


/* エリアヘッダー */
.area-header {
  background-color: #FFF54D;
  padding: 2em 1em;
  color: #4169E1;
}

.area-header .small-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
}

.area-header .small-title p {
  margin: 0;
  font-size: 1rem;
}

.pin-icon {
  width: 24px;
  height: auto;
}

.area-header .main-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.4;
}

.area-header .service-label {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-top: 1em;
  opacity: 0.9;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .area-header .main-title {
    font-size: 1.4rem;
  }

  .area-header .small-title p {
    font-size: 0.9rem;
  }
}