/* moved from LP inline content CSS */

/*******COMMON--------*/
/*フォント*/
#content {
    font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  sans-serif;
    /*ヘッダーとMVの余白なし*/
    padding-top: 0;
}

/*BG COLOR*/
.bg_lightblue {
    background-color:#e7f3ff;
}
.bg_white {
    background-color: #fff;
}

/*見出し*/
.post_content h2 {
    background-color: #0181FE;
    text-align: center;
}

.post_content h2::before {
    display: none;
}
.post_content h3::before {
    display: none;
}

/*BOX*/
.section-box_inner {
    padding: 1em;
}

/* MV　エリア表記　*/
.mainV {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.mv_area {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 0.5em;
    line-height: 36px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    z-index: 100;
}
.mv_area .name {
    color: #FF9933;
}


/*MVスライド*/
.img-frame{
   position: relative;
   width: 100%;
   height: 398px;
   overflow: hidden;
   margin: 0 auto;
}

.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url('/shiroari/wp-content/uploads/2025/11/mv_slider01_pc.webp');
   animation: slide-animation-01 12s infinite;
}
.img-02{
   background-image: url('/shiroari/wp-content/uploads/2025/11/mv_slider02_pc.webp');
   animation: slide-animation-02 12s infinite;
}
.img-03{
   background-image: url('/shiroari/wp-content/uploads/2025/11/mv_slider03_pc.webp');
   animation: slide-animation-03 12s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  20% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.0);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  20% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  80% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  80% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.0);}
}


/*CTA*/
.lp_pc_cta {
    position: relative;
    margin-bottom: 0 !important;
    text-align: center;
    width: 1000px;
}

.lp_pc_cta .tell {
    display: inline-block;
    position: absolute;
    left: 109px;
    top: 161px;
    font-family: Roboto,"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-weight: bold;
    font-size: 70px;
} 

.lp_pc_cta .form {
    display: inline-block;
    position: absolute;
    left: 613px;
    top: 195px;
} 

/*現在日時表示*/
.time {
    position: relative;
    margin-bottom: 0 !important;
}
.date-time {
    display: inline-block;
    position: absolute;
    left: 299px;
    top: 267px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0;
    z-index: 100;
}

/*完全に駆除できない*/
.difficult h2 {
    background: none !important;
    margin-bottom: -10px !important;
    padding: 0;
}
.difficult .section-box_inner {
    background-color: #e7f3ff;
    padding: 1rem;

}
.difficult .section-box_inner .white-box {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 0;
}
.difficult .section-box_inner .white-box img {
    width: 100%;
}
.difficult .section-box_inner .white-box figure {
    margin-bottom: 0.5rem;
}

.difficult .section-box_inner .white-box .arrow::after {
    content: '';
    border-top: 3vw solid #0181FE;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
}
.difficult .section-box_inner .white-box .strong-text {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    position: relative;

}
.difficult .section-box_inner .white-box .strong-text::before {
    content: '';
    border-top: 7vw solid #0181FE;
    border-left: 1.6vw solid transparent;
    border-right: 0vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
    transform: rotate(-23deg);
    position: absolute;
    top: 18px;
    left: 60px;
}
.difficult .section-box_inner .white-box .strong-text::after {
    content: '';
    border-top: 7vw solid #0181FE;
    border-left: 0vw solid transparent;
    border-right: 1.6vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
    transform: rotate(23deg);
    position: absolute;
    top: 18px;
    right: 60px;
}
.difficult .section-box_inner figure {
    margin-bottom: 0;
}
.difficult .section-box_inner ol {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.difficult .section-box_inner ol li {
    margin: 0 0.5rem;
}

.difficult .section-box_inner h3 {
    background-color: #0181FE;
    text-align: center;
    color: #FFF;
    padding: 0.5rem 0;
    margin: 0;
}
.difficult .section-box_inner li p {
    background-color: #fff;
    padding: 0.8rem;
}


/*羽アリを見つけたら*/
.winged-ant {
    background-color: #EFEFEF;
    margin-bottom: 2em;
}
.winged-ant h2 {
    padding: 0;
    margin-bottom: 0;
}

.winged-ant .wp-block-columns {
    padding: 1rem;
    margin-bottom: 0;
}
.winged-ant .wp-block-columns img {
    width: 100%
}
.winged-ant .list-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #0181FE;
    margin-bottom: 0;
    padding-bottom: 0;
}
.winged-ant .list-ttl::before {
    content: '';
    border-top: 2.8vw solid #0181FE;
    border-left: 0.8vw solid transparent;
    border-right: 0vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
    transform: rotate(-23deg);
    position: absolute;
    top: 2px;
    left: 18px;
}
.winged-ant .list-ttl::after {
    content: '';
    border-top: 2.8vw solid #0181FE;
    border-left: 0vw solid transparent;
    border-right: 0.8vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
    transform: rotate(23deg);
    position: absolute;
    top: 2px;
    right: 18px;
}

.winged-ant ul {
    font-weight: bold;
    list-style: none;
    font-size: 1.3rem;
    padding: 0 1rem;
}
.winged-ant ul li {
    background-image: url(/shiroari/wp-content/uploads/2025/11/winged-ant_check.png.png);
    background-size: 28px auto;
    background-position: left 0.8rem center;
    background-repeat: no-repeat;
    padding: 0.5em 0 0.4em 3.5rem;
    font-weight: bold;
    border-bottom: 2px dotted #666;
    font-size: 1.4rem;
}
.winged-ant p {
    padding: 0 1em 1em;
}
.winged-ant .mininote {
    padding-left: 2em;
}
s
/*ここがちがう*/
.difference {
}
.difference h2 {
    padding: 0;
    margin-bottom: -10px;
    background: none;
}
.difference .section-box_inner {
    background-color: #EFEFEF;
}
.difference h3 {
    color: #0181fe;
    font-size: 2.6em;
    margin-bottom: 0 !important;
    padding-bottom: 0.2em;
}

.difference .price-box {
    padding: 1.5em 1.5em 0;
    background-image: url(/shiroari/wp-content/uploads/2025/11/difference_ing.webp);
    background-position: top 14px right;
    background-repeat: no-repeat;
    background-size: 413px;
    position: relative;
}
.difference .price-box .price {
    font-weight: bold;
    color:#fd972e;
    font-family: Roboto, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    letter-spacing:-4px;
    font-size: 7em;
    margin-bottom: 0;
    line-height: 1;
}
.difference .price-box .en {
    font-size:1.3rem;
    letter-spacing:-1px;
    color: #333;
}
.difference .price-box .orange-bold {
    font-size: 3em;
    color: #fd972e;
    font-weight: bold;
    margin-bottom: 0;
}
.difference .price-box .balloon {
    position: absolute;
    top: 35px;
    left: 42px;
}
.difference .price-box .balloon img {
    width: 170px;
}
/*****ここがちがう01*/
.difference .point-ttl {
    position: relative;
    margin-bottom: 0;
    margin-top: 1.8rem !important;
}
.difference .point-ttl h3 {
    font-size: 2.2em;
    margin-bottom: 0 !important;
    color: #fff;
    background-color: #67b3ff;
    padding: 0.6rem 0 0.3rem 7rem;
    margin: 0 1rem;
    border-radius: 6px;
}
.difference .point-ttl img {
    position: absolute;
    bottom: -0.5rem;
    left: 1.6rem;
    width: 9%;
}
.difference .arrow_light-blue01, .difference .arrow_light-blue02 {
    background-color: #67b3ff;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
}

.difference .arrow_light-blue01::after, .difference .arrow_light-blue02::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: #67b3ff;
    height: calc(24px / 2);
    width: 30px !important;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*****ここがちがう02*/
.difference .item {
    padding: 0 12rem;

}
.difference .item figure{
    float: left;
}
.difference .num {
    font-weight: bold;
    color: #754F2C;
    line-height: 0.5;
    margin-bottom: 0;
    padding: 1.5rem 0 0;
}
.difference .name {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}
.difference .notes {
    line-height: 0;
    font-size: 10px;
}
/*****ここがちがう03*/
.difference .service h4 {
    background-color: #f1f1f1;
    border-left: none;
    color: #0181fe;
    padding: 0.2rem 0;
}

.difference .service ul {
    font-weight: bold;
    list-style: none;
    font-size: 1.2rem;
    padding: 0;
    letter-spacing: 0;
}
.difference .service ul li {
    background-image: url(/shiroari/wp-content/uploads/2025/11/merit03_ico_check.webp);
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    font-weight: bold;
}
.difference .service .circle {
    width: 88%;
}

/*約6割が12万円以内の施工金額：PC_only*/
.tendency {
    border: 3px solid #ff9a33;
}
.tendency .swell-block-columns__inner {
    row-gap: none;
}
.tendency img {
    width: 105px;
}

/*こんな時は要注意*/
.caution .check {
    background-image: url(/shiroari/wp-content/uploads/2025/11/attention_check_bg.webp);
    background-size: 800px auto;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 1rem;
}
.caution .check h2 {
    background: none !important;
    text-align: left;
    color: #0181FE;
    font-size: 3em;
    margin: 0 0 0 40px;
    padding: 0;
}
.caution ul {
    font-weight: bold;
    list-style: none;
    font-size: 1.3rem;
    padding: 0 1rem;
    margin: 0 410px 0 40px;
}
@media only screen and (max-width: 767px){
    .caution ul {
        margin:40px 0;
    }
}
.caution ul li {
    background-image: url(/shiroari/wp-content/uploads/2025/11/attention_ico_check.webp);
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 34px;
    font-weight: bold;
    border-bottom: 1px dotted #b0b0b0;
}
.caution .check::after {
    content: '';
    border-top: 4vw solid #0181FE;
    border-left: 7vw solid transparent;
    border-right: 7vw solid transparent;
    display: block;
    margin: auto;
    width: 0;
    margin-top: 1.5em;
}
.caution h3 {
    padding: 0;
    margin-bottom: -8px;
}
.caution .section-box_inner {
    background-color: #E8E8E8;   
}
.caution .section-box_inner .text-bold {
    font-size: 52px;
    font-weight: bold;
    color: #0181FE;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.caution .section-box_inner .text-bold span {
    font-size: 38px;
}
.caution .section-box_inner .box {
    margin: 0 5em 2em; 
}
.caution .section-box_inner .box p {
    font-size: 22px;
    font-weight: bold;
    text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff;
}
.caution .section-box_inner .text-bottom {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
}
.caution .section-box_inner .text-bottom span {
    color: #FF9D2D;
    font-size: 55px;
}


.caution .strategy {
    background-image: url(/shiroari/wp-content/uploads/2025/11/strategy_bg.webp);
    background-size: 86%;
    background-position: center;
    background-repeat: no-repeat;
}

/*実際のケースと被害額*/
.case {
    background-color: #FFF;
    padding-bottom: 1rem;
}
.case h2 {
    background-color: #0181FE;
    text-align: center;
    font-size: 1.7rem;
    padding: 14px;
    margin-bottom: 1rem;
}
.case .flex {
    display: flex;
    border-bottom: 3px solid #0181FE;
    align-items: center;
}
.case .flex figure {
    margin-bottom: 0;
}

.case h3 {
    margin: 0;
    padding: 0;
    color: #0181FE;    
}
.case h3::before {
    display: none;
}
.case .section-box_inner {
    background-color: #fff;
    margin: 0 1rem 1rem;
}
.case h4 {
    border: 1px solid #ccc;
    border-left: 5px solid #0181FE;
    padding: 0.4em 0.5em 0.1em;
}
.case .price-box {
    margin: 0 6rem 1rem;
}
.case .price-box .border {
    border: 3px solid #0181FE;
}
.case .swell-block-accordion__title {
    justify-content: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
    text-align: center;
}
.case .swell-block-accordion__label {
    flex: 0 1 auto;
    padding-right: 0;
    text-align: center;
}
.case .swell-block-accordion__icon {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}


/*選ばれる4つの理由*/
.reason {
        position: relative;
      /*  width: 100%; */
    }
.reason h2 {
    padding: 0;
    margin-bottom: 1rem;
}.reason ul {
    list-style: none;
    padding: 0;
}
.reason ul li {
    background-color: #fff;
    margin-bottom: 1.5em;
    padding: 0 1rem 1rem;
    border: 6px solid #E2E2E2;
}

.reason ul li h3 {
    display: flex;
    font-size: 1.3em;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 0.2em;
    align-items: center;
    border-bottom: 8px double #ccc;
}
@media only screen and (max-width:767px) {
    .reason ul li h3 { border-bottom:none; }
}
.reason ul li h3::before{
    display: none;
}
.reason h3 .icon {
    margin: 0 0.5rem 0 0;
    display: block;
    width: 9%;
}

.reason h3 .icon img {
    width: 100%;
}
.reason h3 .ttl {
    font-size: 40px;
}
@media only screen and (max-width: 767px) {
    .reason h3 .ttl {
        font-size: 5vw;
    }
}

.reason .comment {
    display: flex;
    padding: 1rem 2rem 0;
}
.reason .comment .icon {
    margin-left: 2rem;
}
.reason .comment .mininote {
    font-size: 12px;
    line-height: 1.2;
}
.reason .comment .icon img {
    width: 100%;
}
.reason .bg_blue {
    background-color: #007BFF;
    color: #fff;
    font-size: 24px;
    border-radius: 6px;
    padding: 3px 0 0 16px;
    margin-bottom: 14px;
}
.btn-area-anytime {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    padding: 1rem 6em 0.5rem;
    border-top: 2px dotted #ccc;
    } 
.reason-btn {
        background: linear-gradient(#eaeaec 50%,#d0d0d0 0);
        border: 2px solid #d0d0d0;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(50,50,50,.3);
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin: 0 1em;
    }
.reason-btn a{
        text-decoration: none;
    }

.reason .construction {
    float: left;
} 

.reason .warranty {
    padding: 1rem;
}
.reason .warranty  img {
    width: 100%;
}
    /*確実な施工方法*/
    .btn-area-howto {
        display: flex;
        position: absolute;
        top: 598px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        text-align: center;
        padding: 0 6em;
    } 

    /*5年間*/
    .btn-area-5year {
        display: flex;
        position: absolute;
        top: 650px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        text-align: center;
        padding: 0 17em;
    } 


/*無料現地調査では*/
.survey {
    background-color: #E7F3FF;
    padding: 1rem;
    border-radius: 10px;
}
.survey h2 {
    padding: 6px;
    margin-bottom: 17px;
}

.survey h3 {
    background-color: #0181FE;
    padding: 9px;
    margin-bottom: 17px;
    color: #fff;
}
.survey h4 {
    color: #0181FE;
    border-left: none;
    border-bottom: 2px dotted #ccc !important;
    padding-left: 0;
}
.survey .text-bold {
    font-weight: bold;
    margin-bottom: 4px;
}

/***よくあるご質問 PC***/
.faq_ttl_sub {
    background: #67b3ff url(/shiroari/wp-content/uploads/2024/02/sankaku.png) 99% no-repeat;
    background-size: 1.8%;
    border-left: 5px solid #0181ff;
    border-radius: 0.25rem;
    cursor: pointer;
    color: #fff;
    font-size: large;
    font-weight: 700;
    padding: 0.1rem 0 0.1rem 1rem;
    margin-bottom: 0.5em;
}

.faq .swell-block-accordion__title, .faq .swell-block-accordion__body{
    background-color: #ffffff;
}
.faq .swell-block-accordion__title {
    padding: 0.4em !important;
}
.faq summary {
    line-height: 1.4;
}

.faq .swell-block-accordion__label {
    line-height: 1.2;
    background-image: url(/shiroari/wp-content/uploads/2024/02/faq_ico_q.png);
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0.5em 0 0.5em 3em;
}


.faq .swell-block-accordion__item {
    margin-bottom: 0 !important;
}

.faq .swell-block-accordion__body {
    border-top: 2px dotted #e2e8f0;
    background-image: url(/shiroari/wp-content/uploads/2024/02/faq_ico_a.png);
    background-position: 14px;
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 1.3;
    padding-left: 3.3em;
}

.faq .swell-block-accordion__icon {
    color: #66b4ff;
    font-size: 1.6em;
}

.swell-block-accordion__title::-webkit-details-marker {
    display: none;
}
.swell-block-accordion__title::marker {
    content: "";
}
.c-switchIconBtn {
    display: block;
    position: relative;
}
.c-switchIconBtn .__icon--closed,
.c-switchIconBtn .__icon--opened {
    display: block;
    line-height: 1;
    transition: opacity 0.25s, transform 0.25s;
    width: 100%;
}
.c-switchIconBtn .__icon--opened {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5) rotate(-180deg);
}
.swell-block-accordion__item[open] > .swell-block-accordion__title .__icon--closed {
    opacity: 0;
    transform: scale(0.5) rotate(180deg);
}
.swell-block-accordion__item[open] > .swell-block-accordion__title .__icon--opened {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.js-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin: 0;
}
.js-accordion-content.open {
    max-height: 1000px;
}
.js-accordion-content .swell-block-accordion__item:last-child {
    margin-bottom: 1em !important;
}

/*対応エリア*/
.area img {
    width: 100%;
}
.area .region {
    border: 6px solid #efefef;
    padding: 24px;
}

/* moved from remaining main_style inline CSS */
.swl-format-1{font-weight:bold}.swl-format-2{line-height:1.1em}
