body {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, li article, th article, td article, dt article, dd article {
    line-height: 1.4;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

.pankuzu li:first-child {
    padding-left: 0;
}
.pankuzu li {
    display: inline-block;
    max-width: 100%;
    padding-left: 10px;
}
.pankuzu li a {
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    color: #6f0f10;
}
.pankuzu li a:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: solid 1px #861718;
    border-bottom: solid 1px #861718;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
}
/* 20231129追加↓ */
.mt-7 {
    margin-top: 4rem !important;
}
/* 20231129追加↑ */
.mt-14 {
    margin-top: 8rem !important;
}

.heading-type--02 {
    margin-bottom: 4rem;
}


.footer_wrp {
    width: 100%;
    color: #fafafa;
}
.footer_wrp .copyright {
    text-align: center;
    clear: both;
}


.div_pc {
    display: block;
}
.div_sp {
    display: none;
}

.br_pc {
    display: inline;
}
.br_sp {
    display: none;
}

.font-red {
    color: #c7361d;
}
.weight-700 {
    font-weight: 700;
}
.u_wave {
    text-decoration: underline wavy;
}

.align_left {
    text-align: left!important;
}
.align_center {
    text-align: center!important;
}

.cms-content {
    padding-top: 0;
    padding-bottom: 0;
}

.regist-btn {
    top: calc(150px + 23rem);
}

/* //////////////// */
/* トップへ */
/* //////////////// */
.topbtn {
    position: fixed;
    right: 3.5rem;
    bottom: 3.5rem;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 90%;
    background-color: #c7361d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    z-index: 5;
}
.topbtn i {
    color: #fafafa;
    font-size: 2.2rem;
}


/* //////////////// */
/* アコーディオン共通 */
/* //////////////// */
.acodion_title {
    margin: 0 0 1em;
    background-color: #E9AFA5;
    padding: 1rem 0;
    padding-left: 2.5rem;
    text-align: left;
    font-size: 2.2rem;
    border-radius: 1rem;
    font-weight: 700;
}
.acodion_text_area {
    text-align: left;
}
.fridge_span {
    font-size: 12px;
    line-height: 20px;
}
/*アコーディオンタイトル*/
.title_icon {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}
/*アイコンの＋と×*/

.title_icon::before,
.title_icon::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1A1A1A;
}
.title_icon::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
}
.title_icon::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);
}


/*　closeというクラスがついたら形状変化　*/
.title_icon.close::before{
  transform: rotate(45deg);
}

.title_icon.close::after{
  transform: rotate(-45deg);
}


/*アコーディオンで現れるエリア*/
.acodion_box {
    display: none;/*はじめは非表示*/
}

/* //////////////// */
/* アコーディオン　大項目部分 */
/* //////////////// */
/*アコーディオンタイトル*/
.title_icon_main {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
    margin-top: 10px;
}
/*アイコンの＋と×*/
.title_icon_main::before,
.title_icon_main::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 3px;
    background: none;
    background-color: #fafafa;
    display: none;
}
.title_icon_main::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    
}
.title_icon_main::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title_icon_main.close::after{
  transform: rotate(0deg);
}
/*アコーディオンで現れるエリア*/
.acodion_main_box {
    display: block;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.firstheight::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0));
    z-index: 2;
}
.fullheight {
    height: auto;
}

.main_img {
    display: block;
    content: "";
    width: 4rem;
    height: 5.5rem;
    background: url(../akiyakanri/images/bg_ttl_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: -4.2rem;
    right: 2rem;
}


/* アコーディオン部分 テキストに変更 */
.title_icon_main2 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
    display: flex;
}
.aco_txt {
    border: solid 1px #fafafa;
    position: absolute;
    top: 48%;
    right: -15px;
    width: 75px;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    display: none;
}
.aco_open:after {
    content: 'OPEN';
}
.aco_close:after {
    content: 'CLOSE';
}

.title_icon_main2 i{
    border: solid 2px #fafafa;
    border-radius: 1rem;
    padding: 0.7rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.6rem;
    vertical-align: top;
}
.title_icon_main2 i span {
    margin-left: 0.3rem;
}

.acodion_title i{
    border: solid 1px #1a1a1a;
    border-radius: 1rem;
    padding: 0.7rem;
    margin-left: 0.5rem;
    text-align: center;
    font-size: 1.6rem;
    vertical-align: text-bottom;
}
.acodion_title i span {
    margin-left: 0.3rem;
}



/* 新しいアコーディオン */
.aco_btn {
    display: block;
    padding: 10px 0;
}
.aco_btn:hover {
    color: unset;
    opacity: 1;
}
.triangle {
    position: relative;
}
.acotxt {
    border: solid 2px #fafafa;
    border-radius: 1rem;
    padding: 0.7rem;
    margin-left: 1rem;
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
    width: 82px;
    text-align: left;
}
.acotxt:after {
    position: absolute;
    top: 50%;
    left: 36%;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fafafa;
    border-top: 2px solid #fafafa;
    -webkit-transform: translate(32px, -5px) rotate(135deg);
    -ms-transform: translate(32px, -5px) rotate(135deg);
    transform: translate(32px, -5px) rotate(135deg);
    transition: border-color .3s ease, -webkit-transform .6s ease;
    transition: border-color .3s ease, transform .6s ease;
}
.acotxt.is-active:after {
    -webkit-transform: translate(32px, -2px) rotate(-45deg);
    -ms-transform: translate(32px, -2px) rotate(-45deg);
    transform: translate(32px, -2px) rotate(-45deg);
}


/* アコーディオン追加0807 */
.wrap_block {
    position: relative;
}
.openbtn {
    width: 200px;
    position: absolute;
    top: calc(100% - 20px);
    z-index: 20;
    cursor: pointer;
}
.close .btn:after {
    transform: translateY(-50%) rotate(270deg);
}


/* /////////// */
/* トップ */
/* /////////// */
.kv-page--sub {
    -webkit-font-smoothing: auto;
}
.kv-page--ttl {
    -webkit-font-smoothing: subpixel-antialiased;
}
/* 20240417追加(@media screen and (min-width: 668px)) */
@media screen and (min-width: 668px) {
.kv-page_cleaning {
    margin-bottom: 6rem; /* 20241101変更(12rem) */
}
}
/* 20240903追加 */
@media screen and (min-width: 668px) {
.kv-page_cleaning-cp {
    margin-bottom: 6rem;
}
}
@media screen and (max-width: 667px) {
.kv-page_cleaning-cp {
    margin-bottom: 4rem;
}
}
.logo_img {
    max-width: 50rem;
}
.logo_img_mado {
    max-width: 60rem;
}
.logo_img img {
    width: 100%;
}
.kv-page--inner {
    padding-right: 0;
}
.kv-page--sub2 {
    color: #c7361d;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.topic_span {
    font-size: 2.6rem;
    font-weight: 700;
}
.img-list--03--one--txt {
    text-align: center;
}


#housetop.kv-page:after {
    width: 144rem;
    height: 57rem;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../housecleaning/images/top_house.jpg) no-repeat 0 0;
    background-size: cover;
}

#akiya.kv-page:after {
    width: 144rem;
    height: 57rem;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../akiyakanri/images/top_akiya.jpg) no-repeat 0 0;
    background-size: cover;
}

#troublesupport.kv-page:after {
    width: 144rem;
    height: 57rem;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../troublesupport/images/top_troublesupport.jpg) no-repeat 0 0;
    background-size: cover;
}

.midashi_flex {
    display: flex;
    justify-content: center;
    margin: 6rem 0 6rem;
    align-items: flex-end;
}
.midashi_txt {
    font-weight: 700;
    font-size: 3.6rem; /* 20240904変更(2.6rem) */
    text-align: center;
    padding: 0 3rem;
}
.midashi_txt span {
    font-size: 2.6rem; /* 20240904変更(2.0rem) */
    font-weight: 700;
}
 /* 20240904追加↓ */
.midashi_txt span.kome {
    font-size: 1.8rem;
}
 /* 20240904追加↑ */

.midashi_img {
    height: 150px;
    width: auto;
}


.akiya_campaign_flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.akiya_campaign_block_table {
    display: block;
}
.akiya_campaign_table {
    margin-top: 4rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.akiya_campaign_table th {
    padding: 1rem;
    border: solid 1px #1a1a1a;
    background: #eadccf;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.akiya_campaign_table td {
    padding: 1rem;
    border: solid 1px #1a1a1a;
    background: #fafafa;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.akiya_campaign_img {
    width: 200px;
    height: 100%;
    margin-left: 20px;
    margin-bottom: 25px;
}

.kagi_campaign_table {
    margin: 4rem auto 3rem;
}
.kagi_campaign_td1 {
    vertical-align: bottom;
    padding-bottom: 10px;
}
.kagi_campaign_td2 {
    vertical-align: bottom;
}
.kagi_campaign_1_1 {
    font-size: 1.6rem;
    font-weight: 700;
}
.kagi_campaign_1_2 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 30px;
    color: #c7361d;
}
.kagi_campaign_1_3 {
    font-size: 1.6rem;
    font-weight: 700;
    background: #e9afa5;
    padding: 5px 20px;
    border-radius: 2rem;
}
.kagi_campaign_2_1 {
    font-size: 1.6rem;
    font-weight: 700;
}
.kagi_campaign_2_1 span {
    font-size: 4.4rem;
    font-weight: 700;
}
.kagi_campaign_2_2 {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.kagi_campaign_2_3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c7361d;
    padding-left: 15px;
}
.kagi_campaign_2_3 span {
    font-size: 5.4rem;
    font-weight: 700;
}


/* /////////// */
/* このようなお悩みはありませんか？ */
/* /////////// */
.img-list--01 {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.img-list--01--one {
    border: solid 3px #1a1a1a;
    width: 100%;
    border-radius: 2rem;
    padding: 0 3rem 2rem;
    position: relative;
    background: #eadccf;
    margin-bottom: 4rem;
}
.img-list--01--one_cleaning {
    padding: 0 4.4rem 4rem;
}
.area_mini {
    width: calc(50% - 10px);
    margin: 0 auto 4rem;
}
.area_mini75 {
    width: calc(75% - 10px);
    margin: 0 auto 4rem;
}
.img-list--01--one--ttl {
    margin: 2rem 0;
    padding: 0;
    font-weight: 700;
    font-size: 2.8rem;
    text-align: left;
}
.img-list--01--one_cleaning .img-list--01--one--ttl {
    margin-top: 3rem;
}
.tab_flex {
    display: flex;
    justify-content: space-between;
}
.tab_flex_trouble3 {
    margin-bottom: 3rem;
}
.img-list--01--one--img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 280px;
}
.img-list--01--one--img-trouble2 {
    width: 48%;
}
.img-list--01--one--img-trouble3 {
    width: 31%!important;
    height: 170px!important;
}

.box-type-01-akiya {
    background: #eadccf;
}
.box-type-01-akiya .box-type--01--ttl {
    color: #c7361d;
}

.service_midashi {
    font-weight: 700;
    font-size: 2.2rem;
    margin: 4rem 0 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_midashi img {
    width: 50px;
    margin-right: 10px;
}

.service_img {
    display: block;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}
.wrapper_tab .img-list--01--one--txt {
    font-size: 2.0rem;
    margin-bottom: 2rem;
}
.wrapper_tab .img-list--01--one--txt--trouble2 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper_tab .img-list--01--one--list {
    font-size: 2.0rem;
    margin-bottom: 2rem;
}
.img-list--01--one--list li {
    font-size: 2.0rem;
}
.set_hani_ul li {
    font-size: 1.5rem;
}
.note_txt_area .img-list--01--one--list {
    width: calc(100% - 30px);
}
.note_txt .img-list--01--one--list {
    width: calc(100% - 30px);
}
.note-list-service {
    margin: 0 auto;
}
.img-list--02--one--txt-trouble3 {
    margin-top: 5px;
    text-align: center;
}

.ttl_flex {
    display: flex;
    align-items: center;
}
.cleaning_contact_btn {
    padding: 0.7rem 2.7rem;
    padding-right: 4.2rem;
    background: #fafafa;
    background: #007C73;
    border-radius: 3.7rem;
    font-weight: 700;
    color: #fafafa!important;
    font-size: 1.8rem;
    margin-left: 1.5rem;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #f7f2ed;
}
.cleaning_contact_btn:hover {
    color: #fafafa!important;
}
.cleaning_contact_btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_w_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
}

/* ハウスクリーニング注意事項 */
.cleaning_txt_wrap {
    width: calc(100% - 380px);
    margin-left: 50px;
}
.cleaning_txt_wrap .img-list--01--one--txt,
.cleaning_txt_wrap .img-list--01--one--list {
    width: 100%;
    margin: 0;
    margin-top: 2rem;
    font-size: 1.6rem;
}

.note_txt_area {
    padding: 1rem 1rem 2rem;
}
.note_txt_area p {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.note_txt_area li {
    font-weight: 500;
    font-size: 1.5rem!important;
    line-height: 1.5;
    text-indent: 0;
    padding-left: 1.5rem;
}

.note_txt {
    padding: 1rem;
}
.note_txt p {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.note_txt li {
    font-weight: 500;
    font-size: 1.2rem!important;
    line-height: 1.5;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
.tab_flex .img-list--01--one--img {
    width: 370px;
    height: 205px;
}
.note-list li {
    font-size: 1.4rem;
    text-align: center;
}

.cleaning_option_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cleaning_option_flex_center {
    justify-content: center;
}
.cleaning_option_block {
    display: block;
    background-color: #fafafa;
    border-radius: 1rem;
    padding: 1rem;
    width: calc(50% - 1.5rem);
    text-align: center;
}
.option_modal_back_half .cleaning_option_block {
    width: 100%;
}
.cleaning_option_block p {
    font-weight: 700;
    font-size: 1.5rem;
}
.cleaning_option_block h3 {
    /*color: #c7361d;*/
    font-weight: 700;
    font-size: 2.4rem;
}
.cleaning_option_block h3 span {
    font-size: 2.8rem;
    font-weight: 700;
    padding-right: 0.5rem;
    color: #c7361d;
}
.span_sp_place {
    font-size: 3.2rem!important;
    padding-right: 0!important;
}
.cleaning_option_block h4 {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 0.3rem;
}
.cleaning_option_block_main {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    padding-top: 2rem;
}

.optionblock1,
.optionblock3 {
    margin-right: 1.5rem;
}
.optionblock2,
.optionblock4 {
    margin-left: 1.5rem;
}
.optionblock1,
.optionblock2 {
    margin-bottom: 3rem;
}

.optionblockall {
    width: 100%;
    margin-bottom: 3rem;
}

.del_h3 {
    color: #1a1a1a!important;
    font-size: 1.8rem!important;
}
.del_h3 span {
    font-size: 2.0rem;
}

.whitebtn_back {
    width: 48%;
    margin: 0 5px;
    position: relative;
}
.whitebtn_back:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    border-radius: 5.2rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
.whitebtn_back_close {
    width: 200px;
    margin: 0 auto;
    position: relative;
}
.whitebtn_back_close:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    border-radius: 3rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
.whitebtn_back2 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
}
.whitebtn_back2:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #eadccf;
    border-radius: 5.2rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
}

.btn_txt_area {
    margin-top: 2rem;
}
.btn_txt_area .topic_span {
    text-align: center;
}
.btn_txt_area .faq_btn {
    margin-top: 1rem;
}

.p_housecleaning_modal_txt {
    margin: 8rem 0 6rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.p_housecleaning_modal_txt u {
    font-weight: 700;
}

.option_popup_btn_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cleanng_option_popup_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    padding: 0.3rem 1.5rem;
    background: #fafafa;
    border: 0.2rem solid #1a1a1a;
    border-radius: 5.2rem;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.6rem;
    position: relative;
}

.cleanng_option_popup_btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}


/* ハウスクリーニング　サービス0821追加部分 */
.cleaning_sub_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.cleaning_sub_flex p {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 7px;
}
.cleaning_sub_left {
    display: block;
    width: 370px;
}
.cleaning_sub_left img {
    width: 100%;
    border: solid #fafafa;
    border-radius: 2rem;
}
.cleaning_sub_right {
    display: block;
    width: calc(100% - 380px);
    margin-left: 50px;
}
.cleaning_servicenote {
    overflow-y: scroll;
    height: 235px;
}
.cleaning_servicenote .img-list--01--one--list li {
    font-size: 1.4rem;
}




/* 空き家管理 */
.service_akiya_img1 {
    background-image: url(../akiyakanri/images/img_service_akiya_01.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img2 {
    background-image: url(../akiyakanri/images/img_service_akiya_02.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img3 {
    background-image: url(../akiyakanri/images/img_service_akiya_03.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img4 {
    background-image: url(../akiyakanri/images/img_service_akiya_04.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img5 {
    background-image: url(../akiyakanri/images/img_service_akiya_05.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img6 {
    background-image: url(../akiyakanri/images/img_service_akiya_06.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img7 {
    background-image: url(../akiyakanri/images/img_service_akiya_07.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img8 {
    background-image: url(../akiyakanri/images/img_service_akiya_08.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img9 {
    background-image: url(../akiyakanri/images/img_service_akiya_09.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img10 {
    background-image: url(../akiyakanri/images/img_service_akiya_10.png);
    background-position: center center;
    background-size: 110%;
}
.service_akiya_img11 {
    background-image: url(../akiyakanri/images/img_service_akiya_11.png);
    background-position: center center;
    background-size: 110%;
}

/* カギ・窓ガラス */
.service_troublesupport_img1 {
    background-image: url(../troublesupport/images/img_service_trouble-support_01.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img2_1 {
    background-image: url(../troublesupport/images/img_service_trouble-support_02_1.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img2_2 {
    background-image: url(../troublesupport/images/img_service_trouble-support_02_2.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img3_1 {
    background-image: url(../troublesupport/images/img_service_trouble-support_03_1.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img3_2 {
    background-image: url(../troublesupport/images/img_service_trouble-support_03_2.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img3_3 {
    background-image: url(../troublesupport/images/img_service_trouble-support_03_3.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img3_4 {
    background-image: url(../troublesupport/images/img_service_trouble-support_03_4.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img4 {
    background-image: url(../troublesupport/images/img_service_trouble-support_04.png);
    background-position: center center;
    background-size: 115%;
}
.service_troublesupport_img5 {
    background-image: url(../troublesupport/images/img_service_trouble-support_05.png);
    background-position: center center;
    background-size: 115%;
}


/* ハウスクリーニング */
.service_cleaning_img1 {
    background-image: url(../housecleaning/images/service_house1.jpg);
    background-position: center center;
}
.service_cleaning_img2 {
    background-image: url(../housecleaning/images/service_house2.jpg);
    background-position: center center;
}
.service_cleaning_img3 {
    background-image: url(../housecleaning/images/service_house3.jpg);
    background-position: center center;
}
.service_cleaning_img4 {
    background-image: url(../housecleaning/images/service_house4.jpg);
    background-position: center center;
}
.service_cleaning_img5 {
    background-image: url(../housecleaning/images/service_house5.jpg);
    background-position: center center;
}
.service_cleaning_img6 {
    background-image: url(../housecleaning/images/service_house6.jpg);
    background-position: center center;
}
.service_cleaning_img7 {
    background-image: url(../housecleaning/images/service_house7.jpg);
    background-position: center center;
}
.service_cleaning_img8 {
    background-image: url(../housecleaning/images/service_house_set1.jpg);
    background-position: center center;
}
.service_cleaning_img9 {
    background-image: url(../housecleaning/images/service_house_set1.jpg);
    background-position: center center;
}
.service_cleaning_img10 {
    background-image: url(../housecleaning/images/service_house_set2.jpg);
    background-position: center center;
}
.service_cleaning_img11 {
    background-image: url(../housecleaning/images/service_house_set3.jpg);
    background-position: center center;
}

/* オプション */
.service_option1 {
    background-image: url(../housecleaning/images/option01.jpg);
    background-position: center center;
}
.service_option2 {
    background-image: url(../housecleaning/images/option02.jpg);
    background-position: center center;
}
.service_option3 {
    background-image: url(../housecleaning/images/option03.jpg);
    background-position: center center;
}


/* /////////// */
/* タブ部分 */
/* ////////// */
.heading-type--07 {
    font-size: 2.6rem;
}
.wrapper_tab .heading-type--07 {
    margin-bottom: 1rem;
}
.tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab li {
    width: calc(100% / 4 - 20px);
}
.tab li a{
    display: block;
    background:#ddd;
    margin-bottom: 20px;
    position: relative;
    border-radius: 1.5rem;
}
.tab2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab2_center {
    justify-content: center;
}
.tab2 li {
    width: calc(100% / 4 - 20px);
}
.tab2_center li {
    margin: 0 15px;
}
.tab2 li a{
    display: block;
    background:#ddd;
    margin-bottom: 20px;
    position: relative;
    border-radius: 1.5rem;
}
.image-box {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.image-box img {
    width: 100%;
    border-radius: 1.5rem;
}
.image-box p {
    color: #fafafa;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 3;
    text-decoration: none;
    font-family: 'Zen Maru Gothic','Quicksand', sans-serif;
    font-size: 2.2rem;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 500;
}
.dark-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .2;
    transition: background-color 0.3s ease;
    border-radius: 1.5rem;
    background-color: #1a1a1a;
}


/*liにactiveクラスがついた時の形状*/
.tab li.active .dark-cover {
    opacity: .7;
}
.tabimg2 li.active .image-box {
    border-radius: 1.5rem;
    border: solid 1rem #c7361d;
}
.tabimg2 li.active .dark-cover {
    opacity: .2;
}

.tab2 li.active .dark-cover {
    opacity: .7;
}
  
/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #F7F2ED;
    padding: 30px 0 0;
}
.area2 {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #F7F2ED;
    padding: 30px 0 0;
}
  
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.area2.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
  
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ///////////////////////////////////////// */
/* ハウスクリーニング サービスオプションのモーダル部分 */
/* ///////////////////////////////////////// */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9500;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
}
.modal_title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.0rem;
    text-align: center;
}
.modal_title_flex {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
    text-align: center;
    display: block;
    width: 100%;
}
.option_modal_back {
    border: solid 3px #1a1a1a;
    max-width: 128rem;
    border-radius: 2rem;
    padding: 4rem;
    position: relative;
    background: #eadccf;
}
.option_modal_back_half {
    max-width: 50rem;
}
.js-modal-close-btn {
    background: #fafafa;
    border: 0.2rem solid #1a1a1a;
    border-radius: 3.3rem;
    padding: 1rem 3.5rem 1.2rem 4.5rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2.4rem auto 0;
    display: block;
    width: 200px;
    text-align: center;
    position: relative;
}
.js-modal-close-btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
}
.option_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 600px;
}
.option_flex_once {
    height: unset!important;
}
.option_txt {
    margin-top: 15px;
    text-align: left;
    font-size: 1.4rem!important;
    font-weight: 500!important;
}
.option_modal_back_kagi .option_txt {
    margin-top: 0;
}
.caution_txt li {
    font-size: 1.6rem;
    text-align: left;
}


/* /////////// */
/* 作業の流れ */
/* /////////// */
.flow-list--01 {
    background: #eadccf;
    padding: 30px 0;
    border-radius: 2rem;
    margin: 0 auto 4rem;
    margin-bottom: 0;
    justify-content: space-between;
}
.wrap {
    flex-wrap: wrap;
}
.akiyakanri_report {
    margin: 3rem auto;
    width: calc(100% - 4.8rem);
}
.flow-list--01--one--inner {
    background: #fafafa;
}
.flow-list--01--one {
    width: 25%;
}
.flow-list--01--one--step small {
    font-size: 1.4rem;
}
/* サービスご提供エリア */
.service_flex {
    display: block;
}
.service_txtblock {
    display: block;
}
.service_txtblock span {
    font-size: 2.2rem;
    font-weight: 500;
}
.service_imgblock {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
}
.service_imgblock img {
    width: 100%;
}

/* 料金について */
.heading-type--02_2 {
    margin-bottom: 0;
}
.plan-list--01 {
    background: #eadccf;
    padding: 30px 0 0;
    border-radius: 2rem;
    margin: 0 auto;
    justify-content: space-between;
}

#akiya_plan1 .plan-list--01 {
    background: #e9afa5;
}
#akiya_plan1 .plan-list--01_2 {
    background: #F7E1DD;
}

.plan-list--01-center {
    border-radius: 0;
}

.planlist-akiya {
    margin-bottom: 8rem;
}
.plan-list--01--one {
    margin: 0 auto 4rem;
    padding: 3.5rem 0;
}
.plan-list--01--one_long {
    width: calc(50% - 4rem);
}
.plan-list--01--one_short {
    width: calc(25% - 4rem);
}
.plan-list--01--one_long2 {
    width: calc(40% - 4rem);
}
.plan-list--01--one_short2 {
    width: calc(30% - 4rem);
}
.plan-list--01-trouble {
    padding-top: 0;
}
.note-list2 li {
    padding: 0 2rem 4rem;
    background: #eadccf;
    text-indent: 0;
    border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 2rem;
	-webkit-border-bottom-left-radius: 2rem;
	-moz-border-radius-bottomleft: 2rem;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 2rem;
	-webkit-border-bottom-right-radius: 2rem;
	-moz-border-radius-bottomright: 2rem;
}
.plan-list_price_flex {
    color: #1a1a1a!important;
}
.plan-list_price_flex small {
    margin-left: 15px;
}
.plan-list--01--one--txt span {
    font-size: 1.2rem;
}
.plan-list--01--one--txt small {
    font-size: 2.0rem;
}
.plan-list--01--one--txt_height {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-list--01--one--txt_height2 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-list_price_flex span {
    font-size: unset;
    font-weight: 700;
}
.plan-list--01-period {
    padding: 0px 2rem 30px;
    text-align: center;
}
.plan-list--01-period p {
    font-weight: 700;
    font-size: 2.0rem;
}
.plan-list--01-period h3 {
    font-weight: 700;
    font-size: 2.4rem;
}
.akiya-box-type--02 {
    margin: 0 auto 4rem;
    background-color: #fafafa;
    padding: 0;
    border: 0.6rem solid #c7361d;
    display: flex;
    align-items: center;
}
.akiya-box-type--02_back {
    padding: 1.5rem 2rem;
    background-color: #c7361d;
    position: relative;
}
.akiya-box-type--02_back::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 30px solid #c7361d;
}
.box-type--02--txt {
    padding: 1.5rem 2rem;
    padding-left: 40px;
    text-align: left;
}
.box-type--02--txt span {
    color:#c7361d;
    font-weight: 700;
}
.troublesupport-box-type--02 {
    background-color: #EADCCF;
    padding: 2rem;
    border: 0.6rem solid #c7361d;
}
.troublesupport-box-type--02:after {
    border-bottom-color: #EADCCF!important; 
}
.box-type--02.balloon-01:before {
    border-width: 2.1rem 1.6rem;
    border-bottom-color: #c7361d;
}
.box-type--02.balloon-01:after {
    right: 11.7rem;
}

.akiya-box-type--02 .box-type--02--ttl {
    font-size: 2.2rem;
    color: #fafafa;;
}
.table-plan-akiya {
    overflow-x: unset;
}
.note-num-list {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    padding-bottom: 2.5rem;
}
.note-num-list h3 {
    font-size: 2.0rem;
    font-weight: 700;
}
.note-num-list_16 li {
    font-size: 1.6rem;
}
.top-radius {
    /* 上だけ角丸をつける */
    border-top-left-radius: 2rem!important;
	-webkit-border-top-left-radius: 2rem!important;
	-moz-border-radius-topleft: 2rem!important;
    border-top-right-radius: 2rem!important;
	-webkit-border-top-right-radius: 2rem!important;
	-moz-border-radius-topright: 2rem!important;
}


/* POINTテーブル */
.point_table {
    margin: 0 auto 4rem;
    background-color: #fafafa;
    padding: 0;
    border: 0.6rem solid #c7361d;
    display: flex;
    align-items: center;
}
.point_table th {
    padding: 1.5rem 2rem;
    background-color: #c7361d;
    position: relative;
    width: 110px;
}
.point_table th p {
    color: #fafafa;
    font-size: 2.2rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.point_table th::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 30px solid #c7361d;
}
.point_table td {
    padding: 1.5rem 2rem;
    padding-left: 40px;
    text-align: left;
    font-weight: 500;
    font-size: 1.6rem;
}
.point_table td span {
    color: #c7361d;
    font-weight: 700;
}


/* ラジオボタン カスタマイズ */
.akiya_plan {
    border: none;
    display: flex;
    justify-content: center;
}

.akiya_plan label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    width: 200px;
    margin: 0 0.5em 1em;
    padding: .5em .7em;
    border: 1px solid #1A1A1A;
    border-radius: 25px;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 1.6rem;
}
.akiya_plan button {
    position: relative;
    width: 200px;
    margin: 0 0.5em 1em;
    padding: .5em .7em;
    border: 1px solid #1A1A1A;
    color:#1A1A1A;
    border-radius: 25px;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    font-family: 'Zen Maru Gothic','Quicksand',sans-serif;
}
.pushed {
    background: #eadccf!important;
    color: #d04306!important;
}

.trouble_label {
    width: 150px!important;
}

.akiya_plan label:has(:checked) {
    background-color: #eadccf;
    color: #d04306;
}

.akiya_plan label::before,
.akiya_plan label:has(:checked)::after {
    border-radius: 50%;
    content: '';
    display: block;
}

.akiya_plan label::before {
    width: 18px;
    height: 18px;
    background-color: #fafafa;
    border: solid 1px #1A1A1A;
}

.akiya_plan label span {
    font-weight: 500;
}

.akiya_plan label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(10px + 0.7em);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #d04306;
}

.akiya_plan input {
    display: none;
}

/* ラジオボタン タブ切り替え部分 */
#akiya_plan1,
#akiya_plan2 {
    display:none;
    background: #eadccf;
    border-radius: 2rem;
    padding-top: 2.5rem;
}
#akiya_plan1 {
    background: #e9afa5;
}
.akiya_plan1_2 {
    background: #F7E1DD!important;
}

#akiya_plan1.active,
#akiya_plan2.active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#akiya_plan1 .heading-type--04,
#akiya_plan2 .heading-type--04 {
    margin-left: 2.4rem;
}
#akiya_plan1 .txt-type--01,
#akiya_plan2 .txt-type--01 {
    margin-left: 2.4rem;
}

.txt-teikyo {
    font-size: 1.8rem;
}
.txt-midashi {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 auto;
    width: 950px;
}
.txt-midashi_hosoku {
    font-weight: 500;
    font-size: 1.4rem;
    height: 20px;
    text-align: right;
    margin-top: 5px;
}
.txt-midashi u {
    font-weight: 700;
    font-size: 2.0rem;
}

.cleaning_plan {
    background: #eadccf;
    border-radius: 2rem;
}

.heading-type--04 span {
    font-weight: 700;
    font-size: 1.2rem;
    margin-left: 1rem;
    top: 30%;
    position: absolute;
}


/* /////////// */
/* ご利用の流れ */
/* /////////// */
.box-type--02-akiya {
    background-color: #fafafa;
    border: 0.6rem solid #c7361d;
}
.box-type--01-troublesupport {
    background-color: #fafafa;
}
.box-type--02--ttl {
    font-family: unset;
}
.box-type--02-cleaning {
    background-color: #fafafa;
    border: 0.6rem solid #c7361d;
    margin-bottom: 2rem;
}


.flow-list--02-akiya {
    background: #eadccf;
    padding: 30px 2.4rem 2rem;
    border-radius: 2rem;
    margin: 0 auto;
    justify-content: space-between;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 2rem;
    -webkit-border-bottom-left-radius: 2rem;
    -moz-border-radius-bottomleft: 2rem;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 2rem;
    -webkit-border-bottom-right-radius: 2rem;
    -moz-border-radius-bottomright: 2rem;
}
.flow-list--02-akiya .flow-list--02--one--inner {
    background: #fafafa;
}
.flow-list--02-akiya .box-type--03 {
    margin-bottom: 4rem;
}

.btn-type--02.small {
    width: 100%;
}
.btn-type--02_cleaning {
    width: 18.6rem;
    margin: 0 auto;
    position: relative;
}
.btn-type--02_cleaning:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    border-radius: 3.3rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
.btn-type--02 .btn {
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    border: 0.2rem solid #1a1a1a;
    border-radius: 3.3rem;
    font-weight: 700;
    background: #fafafa;
    line-height: 1;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    height: 5.5rem;
}
.btn-type--02_cleaning .btn {
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2rem solid #1a1a1a;
    border-radius: 3.3rem;
    font-weight: 700;
    background: #fafafa;
    line-height: 1;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    height: 5.5rem;
}
.btn-type--02 .btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1.0rem;
    transform: translateY(-50%);
}
.btn-type--02_cleaning .btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(https://kurashi-service.tohoku-epco.co.jp/image/icn_arrow_b_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1.0rem;
    transform: translateY(-50%);
}

.voice-list--01_other {
    margin-bottom: 4rem;
}
.voice-list--01_other li i {
    width: 12rem;
    font-weight: 700;
}
.voice-list--01_other li {
    padding: 3rem 3rem 3rem 12rem;
}
.voice-list--01_other span {
    font-weight: 700;
}
.note-num-list_other li {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.voice-list--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.voice-list--flex_left {
    width: 380px;
}
.voice-list--flex_arrow {
    padding: 0 30px;
}
.voice-list--flex p {
    font-weight: 700;
}


/* /////////// */
/* 東北電力だから */
/* /////////// */
.img-fix2 {
    width: 120%;
}
.profile-box {
    margin: 4rem auto 9rem;
    background-color: #fafafa;
    width: 88rem;
    padding: 3rem;
    border-radius: 1rem;
}
.profile-box--01 {
    margin-bottom: 0;
    width: 100%;
}
.story-box--01--desc .story-box--01--desc--txt {
    width: 100%;
}


/* /////////// */
/* よくある質問 */
/* /////////// */
/*アコーディオンタイトル*/
.title_icon_qa {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}
/*アイコンの＋と×*/
.title_icon_qa::before,
.title_icon_qa::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1a1a1a;
    
}
.title_icon_qa::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    
}
.title_icon_qa::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title_icon_qa.close::before{
  transform: rotate(45deg);
}

.title_icon_qa.close::after{
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.acodion_qa_box {
    display: none;/*はじめは非表示*/
}


.faq_btn {
    width: 40rem;
    height: 7.5rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 0.4rem solid #1a1a1a;
    border-radius: 5.2rem;
    font-weight: 700;
    font-size: 2.2rem;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    position: relative;
    height: 6rem;
    font-size: 1.8rem;
    margin: 4rem auto 0;
}
.faq_btn p {
    font-weight: 700;
}

.faq_btn:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background: url(../akiyakanri/images/icn_arrow_b_r_01.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
}
.faq_btn p span {
    font-weight: 700;
}
.bluebtn {
    background: #5a96ca;
}


/* //////////// */
/* コラムバナー */
/* //////////// */
.story_banner_flex {
    display: flex;
    justify-content: space-between;
    width: 88rem;
    margin: 0 auto;
    flex-wrap: wrap;
}
.story_banner_flex_cleaning {
    width: 100%;
    justify-content: flex-start;
}
.story_banner_flex a {
    display: block;
    height: 230px;
    width: calc(100% / 3 - 20px);
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
    background-color: #1a1a1a;
    border: solid 1px #1a1a1a;
    margin-bottom: 30px;
}
.story_banner_flex_cleaning_vol1 {
    margin-right: 3rem;
}
.story_banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    background-size: cover;
}
.story_banner_img:hover {
    opacity: 0.7;
}
.banner_img1 {
    background-image: url(../akiyakanri/images/banner1.jpg);
    background-position: center center;
}
.banner_img2 {
    background-image: url(../akiyakanri/images/banner2.jpg);
    background-position: center center;
}
.banner_img3 {
    background-image: url(../akiyakanri/images/banner3.jpg);
    background-position: center center;
}
.story_banner_img p {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    color: #1a1a1a;
    font-family: 'Zen Maru Gothic','Quicksand',sans-serif;
    font-size: 2.2rem;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 500;
    width: 100%;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255, 0.7);
}
.story_banner_flex_cleaning .story_banner_img p {
    font-size: 1.8rem;
}

.cleaning_banner_img1 {
    background-image: url(../housecleaning/images/cleaning_banner1.jpg);
    background-position: center center;
}
.cleaning_banner_img2 {
    background-image: url(../housecleaning/images/cleaning_banner2.jpg);
    background-position: center center;
}
.cleaning_banner_img3 {
    background-image: url(../housecleaning/images/cleaning_banner3.jpg);
    background-position: center center;
}
.cleaning_banner_img4 {
    background-image: url(../housecleaning/images/cleaning_banner4.jpg);
    background-position: center center;
}
.cleaning_banner_img5 {
    background-image: url(../housecleaning/images/cleaning_banner5.jpg);
    background-position: center center;
}
.cleaning_banner_img6 {
    background-image: url(../housecleaning/images/cleaning_banner6.jpg);
    background-position: center center;
}


/* /////////// */
/*  背景イメージ  */
/* /////////// */
.backimg {
    position: absolute;
    max-width: 80px;
    max-height: 80px;
    display: none!important;
}


/* 空き家管理 */
.backimg_akiyahosoku1 {
    left: 8rem;
}
.backimg_akiyahosoku1_2 {
    right: 8rem;
}
.backimg_akiyahosoku2 {
    right: 16rem;
}
.backimg_akiyahosoku3 {
    left: 15rem;
}
.backimg_akiyahosoku4 {
    right: 20rem;
    display: block;
    margin-top: 15rem;
}
.backimg_akiyahosoku4_2 {
    left: 20rem;
}
.backimg_akiyahosoku5 {
    right: 5rem;
}
.backimg_akiyahosoku6 {
    right: 0;
}

/* 鍵・窓ガラス */
.backimg_troublesupport1 {
    right: 8rem;
    display: block;
    margin-top: -3rem;
}
.backimg_troublesupport2 {
    left: 8rem;
    display: block;
    margin-top: -7rem;
    max-width: 100px;
    max-height: 100px;
}
.backimg_troublesupport3 {
    right: 8rem;
    display: block;
    margin-top: -12rem;
    max-width: 100px;
    max-height: 100px;
}
.backimg_troublesupport4 {
    right: 20rem;
    display: block;
    margin-top: 15rem;
}
.backimg_troublesupport5 {
    right: 20rem;
    display: block;
    margin-top: -4rem;
    max-width: 100px;
    max-height: 100px;
}

/* ハウスクリーニング */
.backimg_cleaning1 {
    left: 7rem;
    display: block;
    margin-top: -12rem;
    transform: rotate(30deg);
}
.backimg_cleaning2 {
    right: 8rem;
    display: block;
    margin-top: -13rem;
}
.backimg_cleaning2_2 {
    right: 16rem;
    display: block;
    margin-top: -7rem;
    transform: rotate(-30deg);
    max-width: 50px;
    max-height: 50px;
}
.backimg_cleaning3 {
    right: 15rem;
    display: block;
    margin-top: 7rem;
    transform: rotate(-40deg);
    max-width: 100px;
    max-height: 100px;
}
.backimg_cleaning4 {
    right: 6rem;
    max-width: 100px;
    max-height: 100px;
    transform: rotate(-20deg);
}

.print_txt {
    position: relative;
    padding-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.tax {
    font-size: 1.6rem!important;
    color: unset!important;
}
/* 20240904追加↓ */
.tax2 {
    font-size: 1.6rem!important;
}

/* 20240904追加↑ */
.btn-type--01 {
    width: 33rem;
}
.set_worktime {
    font-size: 1.4rem;
    margin-left: 1rem;
    font-weight: 500;
}


/* /////////// */
/*  小さいPC  */
/* /////////// */
@media screen and (max-width:1350px){
    .cms-content {
        max-width: 1050px;
    }
    .option_popup_btn_flex {
        flex-wrap: wrap;
    }
    .whitebtn_back {
        width: 100%;
        margin-bottom: 15px;
    }

    .kv-page {
        padding-right: 0;
    }

    .plan-list--01--one--txt {
        font-size: 2.2rem;
    }
    .plan-list--01--one--txt small {
        font-size: 1.6rem;
    }
    .plan-list--01--one--txt.small {
        font-size: 2.2rem;
    }
    .btn-type--02.small .btn:after {
        display: none;
    }
    .flow-list--02--one--step {
        font-size: 1.6rem;
    }

    .img-list--01--one--img-trouble3 {
        height: 130px!important;
    }
    .voice-list--flex_left {
        width: 320px;
    }

    .image-box p {
        font-size: 1.6rem;
    }
    .story_banner_flex_cleaning .story_banner_img p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1200px){
    .backimg_cleaning1 {
        left: 3rem;
    }
    .img-list--01--one--img-trouble3 {
        height: 140px!important;
    }

    .kv-page {
        padding-right: 0;
    }

    .plan-list--01--one--txt {
        font-size: 2.2rem;
    }
    .plan-list--01--one--txt small {
        font-size: 1.6rem;
    }
    .plan-list--01--one--txt.small {
        font-size: 2.2rem;
    }
    .btn-type--02.small .btn:after {
        display: none;
    }
    .flow-list--02--one--step {
        font-size: 1.6rem;
    }

    .img-list--01--one--img-trouble3 {
        height: 130px!important;
    }

    .image-box p {
        font-size: 1.6rem;
    }
    .story_banner_flex_cleaning .story_banner_img p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1150px){
    .cms-content {
        max-width: 950px;
    }
    .txt-midashi {
        width: 100%;
    }
    .img-list--01--one--img {
        height: 200px;
    }
    .image-box p {
        font-size: 1.8rem;
    }
    .flow-list--01--one--step {
        font-size: 1.6rem;
    }
    .flow-list--02--one--step {
        font-size: 1.6rem;
    }
    .btn-type--02.small .btn {
        font-size: 1.6rem;
    }
    .btn-type--02.small .btn:after {
        display: none;
    }
    .img-list--01--one--img-trouble3 {
        height: 120px!important;
    }
    .plan-list--01--one--txt {
        font-size: 2.4rem;
    }
    .voice-list--flex_left {
        width: 270px;
    }
    .plan-list--01 {
        flex-wrap: wrap;
    }
    .plan-list--01--one,
    .plan-list--01--one_long,
    .plan-list--01--one_long2,
    .plan-list--01--one_short,
    .plan-list--01--one_short2 {
        width: calc(100% - 4rem);
    }
    .plan-list--01--one--txt_height,
    .plan-list--01--one--txt_height2 {
        height: auto;
    }
}

@media screen and (max-width:1050px){
    .backimg_akiyahosoku6 {
        display: none;
    }
    .backimg_cleaning1 {
        display: none;
    }
    .backimg_cleaning4 {
        display: none;
    }
    .voice-list--flex_left {
        width: 250px;
    }
}
@media screen and (max-width:950px){
}

@media screen and (max-height:750px) and (min-width: 768px){
    .l-footer .pagetop {
        right: 80px;
    }
}

@media screen and (max-height:640px){
}


@media screen and (min-width: 960px) {
    #housetop.kv-page:after {
        transform: translateX(-50%);
    }
    #akiya.kv-page:after {
        transform: translateX(-50%);
    }
    #troublesupport.kv-page:after {
      transform: translateX(-50%);
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #housetop.kv-page:after {
      width: 100vw;
      height: 20rem;
      background: url(../housecleaning/images/img_kv_cleaning_01_sp.jpg) no-repeat 0 0;
      background-size: 100% auto;
      background-position: center 55%;
      left: 0;
    }
    #akiya.kv-page:after {
        width: 100vw;
        height: 20rem;
        background: url(../akiyakanri/images/img_kv_akiya_01_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        left: 0;
    }
    #troublesupport.kv-page:after {
        width: 100vw;
        height: 20rem;
        background: url(../troublesupport/images/img_kv_trouble-support_01_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        left: 0;
    }

    .midashi_img {
        display: none;
    }

    .img-list--01--one--img {
        width: 290px;
        height: 200px;
    }
    .image-box p {
        font-size: 1.6rem;
    }
    .set_p {
        font-size: 1.4rem!important;
    }
    .wrapper_tab .img-list--01--one--txt--trouble2 {
        width: 100%;
    }
    .tab_flex_trouble3 {
        flex-wrap: wrap;
    }
    .img-list--01--one--img-trouble3 {
        height: 130px!important;
        margin-bottom: 35px;
    }

    .tab_flex .img-list--01--one--img {
        width: 295px;
        height: 200px;
    }

    .report-box--01--img {
        display: flex;
    }

    .cleaning_txt_wrap {
        width: calc(100% - 320px);
    }
    .cleaning_txt_wrap .img-list--01--one--txt,
    .cleaning_txt_wrap .img-list--01--one--list {
        width: 100%;
    }

    .flow-list--01--one {
        width: 95%;
        margin: 0 auto;
    }
    .plan-list--01--one {
        width: 95%;
    }
    .plan-list--01--one_long, .plan-list--01--one_long2,
    .plan-list--01--one_short, .plan-list--01--one_short2 {
        width: 95%;
    }
    #akiya_plan1, #akiya_plan2 {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .box-type--02.balloon-01:after {
        right: 7rem;
        border-width: 1.5rem 1.1rem;
    }

    .story_banner_flex {
        width: 100%;
    }
    .profile-box {
        width: 100%;
    }

    .main_img {
        width: 3rem;
        height: 4.1rem;
        top: -3.2rem;
        right: 2rem;
    }

    .backimg_cleaning2 {
        right: 3rem;
    }
    .backimg_cleaning2_2 {
        right: 10rem;
    }
    .backimg_cleaning3 {
        right: 7rem;
    }

    .backimg_troublesupport1 {
        left: 5rem;
    }
    .backimg_troublesupport2 {
        left: 2rem;
    }
    .backimg_troublesupport4 {
        right: 15rem;
    }
    .backimg_troublesupport5 {
        margin-top: 2rem;
    }
  }


/* モバイル */
@media screen and (max-width:767px){
    .div_pc {
        display: none;
    }
    .div_sp {
        display: block;
        width: 100%;
    }

    .br_pc {
        display: none;
    }
    .br_sp {
        display: inline;
    }
    .l-footer {
        padding-top: 60px;
    }

    .cms-content {
        margin-top: 0;
    }

    #housetop.kv-page:after {
        width: 100vw;
        height: 20rem;
        background: url(../housecleaning/images/img_kv_cleaning_01_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        left: 0;
    }
    #akiya.kv-page:after {
        width: 100vw;
        height: 20rem;
        background: url(../akiyakanri/images/img_kv_akiya_01_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        left: 0;
    }
    #troublesupport.kv-page:after {
        width: 100vw;
        height: 20rem;
        background: url(../troublesupport/images/img_kv_trouble-support_01_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        left: 0;
    }

    .mb-12 {
        margin-bottom: 8rem !important;
    }
    .mb-8 {
        margin-bottom: 6rem !important;
    }
    .mb-7 {
        margin-bottom: 4rem !important;
    }
    .mb-4 {
        margin-bottom: 2rem !important;
    }

    .cms-content {
        z-index: 3;
    }

    .topic_span {
        font-size: 1.6rem;
    }

    .midashi_flex {
        margin: 4rem 0 4rem;
    }

    .midashi_txt {
        font-size: 2rem; /* 20240904変更(1.4rem) */
        padding: 0;
        text-align: left;
    }
    .midashi_txt span {
        font-size: 1.7rem; /* 20240904変更(1.4rem) */
    }
 /* 20240904追加↓ */
    .midashi_txt span.kome {
        font-size: 1.5rem;
    }
 /* 20240904追加↑ */
    .midashi_img {
        display: none;
    }

    .txt-midashi {
        font-size: 1.6rem;
        width: 100%;
    }
    .txt-midashi u {
        font-size: 1.6rem;
    }
    .akiya_campaign_flex {
        flex-wrap: wrap;
    }
    .akiya_campaign_table {
        font-size: 1.4rem;
    }
    .txt-midashi_hosoku {
        font-size: 1.2rem;
    }
    .akiya_campaign_img {
        margin: 0;
        width: 150px;
    }

    .kagi_campaign_table td {
        width: 100%;
        display: block;
        text-align: center;
    }
    .kagi_campaign_1_3 {
        margin: 10px 0;
    }
    .kagi_campaign_2_2 {
        width: 80px;
        margin: 10px auto;
    }


    .service_midashi {
        font-size: 1.6rem;
        margin: 3rem 0 5rem;
    }

    .heading-type--02 {
        text-align: center;
    }

    .table-plan:after {
        width: 10rem;
    }

    .service_img {
        background-size: 120%;
        background-position: center center;
    }
    .tab li.active .dark-cover,
    .tab2 li.active .dark-cover {
        opacity: .2;
    }
    .img-list--01--one--ttl {
        font-size: 2.0rem;
        margin-bottom: 1rem;
    }
    .cleaning_contact_btn {
        display: block;
        margin: 10px 0;
    }

    .image-box {
        height: 100px;
    }
    .image-box img {
        height: 100px;
    }
    .tab_flex {
        flex-wrap: wrap;
    }
    .tab li,
    .tab2 li {
        width: calc(100% / 2 - 10px);
    }
    .image-box p {
        font-size: 1.4rem;
    }
    .img-list--01--one--img {
        width: 100%;
        height: 160px;
    }
    .tab_flex .img-list--01--one--img {
        height: 170px;
        width: 100%;
    }
    .img-list--01--one--img-trouble2 {
        width: 48%!important;
        height: 80px!important;
    }
    .img-list--01--one--img-trouble3 {
        width: 48%!important;
        height: 80px!important;
        margin-bottom: 50px;
    }
    .img-list--02--one--txt-trouble3 {
        font-size: 1.2rem;
    }
    .trouble3_under {
        margin-bottom: 15px;
    }
    .cleaning_sp_service_wrap {
        overflow: hidden;
    }
    .cleaning_sp_service_wrap2 {
        overflow-y: scroll;
        height: 370px;
        padding-right: 15px;
    }

    .img-list--01--one--txt {
        margin-left: 0;
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .img-list--01--one--list {
        margin-left: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .note_txt .img-list--01--one--list {
        width: 100%;
    }
    .img-list--01--one--list li {
        font-size: 1.5rem;
    }
    .note-list li {
        text-align: left;
    }

    .cleaning_option_block h3 {
        font-size: 2.0rem;
    }
    .del_h3 {
        font-size: 1.6rem!important;
    }


    .sp_cleaning_area_img {
        border: solid #fafafa;
        border-radius: 2rem;
        margin-bottom: 2rem;
    }

    .cleaning_txt_wrap {
        width: 100%;
        margin-left: 0;
    }
    .cleaning_txt_wrap .img-list--01--one--txt,
    .cleaning_txt_wrap .img-list--01--one--list {
        width: 100%;
    }
    .cleaning_option_block {
        width: 100%;
    }
    .cleaning_option_block_main {
        margin-bottom: 1rem;
        padding-top: 1rem;
        height: auto;
    }
    .optionblock1, .optionblock2,
    .optionblock3, .optionblock4 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .del_h3 span {
        font-size: 1.8rem!important;
    }
    .modal_title {
        font-size: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    .btn-type--02_cleaning {
        margin-top: 2rem;
        width: 100%;
    }

    .plan-list--01--one--txt_height,
    .plan-list--01--one--txt_height2 {
        height: auto;
    }

    .plan-list--01--one--txt {
        font-size: 2.0rem;
    }
    .plan-list--01--one--txt small {
        font-size: 1.6rem;
    }

    .plan-list--01-period p {
        font-size: 1.6rem;
    }
    .plan-list--01-period h3 {
        font-size: 1.6rem;
    }

    .btn-type--01.pdf .btn {
        font-size: 1.6rem;
        height: 5.4rem;
    }

    .flow-list--01--one {
        width: 85%;
        margin: 0 auto;
    }
    .service_txtblock {
        width: 100%;
    }
    .service_imgblock {
        width: 100%;
    }

    .akiya_plan {
        flex-wrap: wrap;
    }
    #akiya_plan1 .txt-type--01, #akiya_plan2 .txt-type--01 {
        margin: 0 auto;
        width: 95%;
    }
    #akiya_plan1 .txt-type--01,
    #akiya_plan2 .txt-type--01 {
        width: 85%;
    }
    .plan-list--01--one {
        width: 85%;
    }
    .plan-list--01--one_long, .plan-list--01--one_long2,
    .plan-list--01--one_short, .plan-list--01--one_short2 {
        width: 85%;
    }
    .plan-list--01 {
        padding-bottom: 10px;
    }
    .table-plan-akiya {
        overflow-x: scroll;
    }
    .flow-list--01 {
        padding-bottom: 10px;
    }
    .flow-list--02-akiya {
        padding-bottom: 10px;
    }

    .box-type--02.balloon-01:after {
        right: 7rem;
        border-width: 1.5rem 1.1rem;
    }

    .qa-list--01--one--ttl {
        padding: 1.5rem 3.5rem 1.5rem 7rem;
    }
    .title_icon_qa::before {
        right: 10px;
    }
    .title_icon_qa::after {
        right: 10px;
    }

    .topbtn {
        right: 1.5rem;
        bottom: 1.5rem;
        width: 4.6rem;
        height: 4.6rem;
    }

    .option_modal_back_kagi {
        height: 60%;
        padding: 2rem;
    }
    .option_modal_back_kagi .option_flex {
        height: 75%;
        overflow-y: scroll;
        margin-bottom: 25%;
        padding-right: 15px;
    }


    .top-radius {
        /* 上だけ角丸をつける */
        border-top-left-radius: 0rem!important;
        -webkit-border-top-left-radius: 0rem!important;
        -moz-border-radius-topleft: 0rem!important;
        border-top-right-radius: 0rem!important;
        -webkit-border-top-right-radius: 0rem!important;
        -moz-border-radius-topright: 0rem!important;
    }

    .main_img {
        width: 3rem;
        height: 4.1rem;
        top: -3.2rem;
        right: 2rem;
    }
    .title_icon_main2 i:after {
        display: none;
    }
    .voice-list--01 {
        margin: 0 0 8rem;
    }

    .prof_btn {
        background-color: #fafafa;
        padding: 1rem 2rem;
        border: 2px solid #1A1A1A;
        border-radius: 2rem;
        margin-bottom: 8rem;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        font-weight: 700;
    }
    .story_banner_flex {
        display: block;
        width: 100%;
    }
    .story_banner_flex a {
        width: 100%;
        height: 180px;
        margin-bottom: 2rem;
    }
    .story_banner_flex_cleaning_vol1 {
        margin-right: 0;
    }
    .story_banner_img p {
        font-size: 1.8rem;
    }
    .profile-box {
        width: 100%;
        margin: 0;
        padding: 1.5rem;
    }
    .profile-box--01--txt {
        overflow-y: scroll;
        height: 100px;
    }

    .whitebtn_back2 {
        width: 30.4rem;
    }
    .faq_btn {
        font-size: 1.5rem;
        width: 30.4rem;
    }
    .faq_btn:after {
        display: none;
    }

    /* アコーディオン */
    .title_icon_main2 {
        justify-content: center;
        align-items: center;
    }
    .acotxt {
        padding: 0.4rem;
        margin-left: 0.5rem;
        font-size: 1.2rem;
        width: 62px;
    }
    .acotxt:after {
        left: 18%;
        width: 6px;
        height: 6px;
    }


    /* モーダル部分 */
    .content{
        margin: 0 auto;
        padding: 40px;
    }
    .modal{
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 101;
    }
    .modal__bg{
        background: rgba(0,0,0,0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }
    .modal__content{
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 85%;
    }
    .modal__content_lerge {
        height: 65%;
    }
    .modal__content_lerge2 {
        height: 60%;
    }

    .img-list--01--one {
        margin-bottom: 2rem;
        height: 100%;
    }
    .whitebtn_back_close {
        width: 100%;
    }
    .whitebtn_back_close:before {
        display: none;
    }
    .js-modal-close-btn {
        background: #fafafa;
        border: 0.4rem solid #1a1a1a;
        border-radius: 3.3rem;
        padding: 1rem 3.5rem 1.2rem 4.5rem;
        border-radius: 3rem;
        font-size: 1.5rem;
        margin: 1.8rem auto 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .note_txt_area {
        margin-top: 2rem;
    }
    .note_txt_area p {
        font-size: 1.5rem;
    }

    .note_txt {
        margin-top: 2rem;
    }
    .note_txt p {
        font-size: 1.5rem;
    }

    .backimg {
        max-width: 60px;
        max-height: 60px;
    }
    .backimg_akiyahosoku2 {
        right: 2rem;
    }
    .backimg_akiyahosoku3 {
        display: none;
    }
    .backimg_akiyahosoku4 {
        right: 3rem;
    }
    .backimg_akiyahosoku4_2 {
        left: 1rem;
    }

    .backimg_cleaning2 {
        right: 6rem;
        margin-top: -10rem;
    }
    .backimg_cleaning2_2 {
        max-width: 35px;
        max-height: 35px;
        right: 11rem;
        margin-top: -5rem;
    }
    .backimg_cleaning3 {
        right: 6rem;
        margin-top: 25rem;
    }

    .backimg_troublesupport1 {
        left: 5rem;
    }
    .backimg_troublesupport2 {
        left: 2rem;
        margin-top: 0rem;
    }
    .backimg_troublesupport4 {
        left: 3rem;
    }
    .backimg_troublesupport5 {
        margin-top: 0rem;
    }

    .voice-list--flex_left {
        width: 100%;
        margin-bottom: 15px;
    }
    .voice-list--flex_arrow {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .point_table th {
        padding: 1.5rem 0rem;
        width: 80px;
    }
    .point_table th p {
        font-size: 1.8rem;
    }
    .point_table th::before {
        right: -30px;
        border-left: 20px solid #c7361d;
    }
    .point_table td {
        padding: 1rem 1rem 1rem 25px;
    }


    /* 鍵窓ガラスサービス一覧(テーブル) */
    .trouble_popup {
        overflow: hidden;
        padding: 2rem;
        background-color: #fafafa;
    }
    .trouble_popup_wrap {
        overflow-y: scroll;
        height: 400px;
        padding-right: 15px;
    }

    .trouble_popup h2 {
        font-weight: 700;
        font-size: 2.0rem;
        text-align: center;
    }
    .trouble_popup p {
        font-size: 1.2rem;
        margin-top: 7px;
        margin-bottom: 15px;
    }
    .trouble_popup h3 {
        font-weight: 700;
        font-size: 1.6rem;
        text-align: center;
    }
    .trouble_popup table {
        margin-top: 10px;
        border: solid 2px;
        width: 100%;
        font-size: 1.2rem;
    }
    .trouble_popup table th {
        border-right: solid 1px;
        border-bottom: solid 1px;
        padding: 3px;
        width: 85px;
        background: #eadccf;
        text-align: left;
    }
    .trouble_popup table td {
        border-bottom: solid 1px;
        padding: 3px;
        background-color: #fafafa;
    }
    .fontsize_biko {
        font-size: 1.0rem!important;
    }

    .set_worktime {
        margin-top: 0.5rem;
        margin-left: 0;
        display: block;
    }

    /* スクロールバーをカスタマイズ */
    .simplebar-scrollbar::before {
        background: #1a1a1a;
        border-radius: 4px;
        width: 4px;
        margin-left: 2px;
        margin-top: 2px;
    }
    .simplebar-scrollbar.simplebar-visible::before {
        opacity: 1;
    }
    .simplebar-track {
        background-color: #f7f2ed
    }


    @media screen and (max-height: 800px) {
        .cleaning_sp_service_wrap2 {
            height: 320px;
        }
        .trouble_popup_wrap {
            height: 350px;
        }

    }
    @media screen and (max-height: 700px) {
        .modal__content_lerge2 {
            height: 65%;
        }
        .cleaning_sp_service_wrap2 {
            height: 280px;
        }
        .trouble_popup_wrap {
            height: 300px;
        }
    }
    @media screen and (max-height: 600px) {
        .tab_flex .img-list--01--one--img {
            height: 100px;
        }
        .cleaning_sp_service_wrap2 {
            height: 220px;
        }
        .trouble_popup_wrap {
            height: 240px;
        }
        .img-list--01--one--img-trouble2 {
            height: 65px!important;
        }
        .img-list--01--one--img-trouble3 {
            height: 65px!important;
        }
        .tab_flex_trouble3 {
            overflow-y: scroll;
            height: 120px;
        }
    }
}

@media screen and (min-width:767px) {
    @media screen and (max-height: 800px) {
        .modal {
            overflow: hidden;
        }
        .option_modal_back {
            overflow-y: scroll;
            max-height: 600px;
        }
        .option_modal_back_half {
            overflow-y: unset;
        }
    }
    @media screen and (max-height: 650px) {
        .option_modal_back {
            overflow-y: scroll;
            max-height: 550px;
        }

        .l-sideutil {
            top: calc(110px + 5rem);
        }
        .regist-btn {
            top: calc(110px + 23rem);
        }
    }
}

/* lightbox */
.lb-nav a.lb-prev {
    width: 34%;
    left: -60px;
    position: absolute; /*マイナス値を指定し、position: absoluteを追加する。デフォルト 0*/
    float: left;
    background: url(../akiyakanri/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); /*NEXT/PREVボタンを常に表示したい場合修正。デフォルト 0*/
    opacity: 1; /*NEXT/PREVボタンを常に表示したい場合修正。デフォルト 0*/
}
.lb-nav a.lb-next {
    width: 64%;
    right: -60px; /*マイナス値を指定する。デフォルト 0*/
    position: absolute; /*マイナス値を指定し、position: absoluteを追加する。デフォルト 0*/
    float: right;
    background: url(../akiyakanri/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); /*NEXT/PREVボタンを常に表示したい場合修正。デフォルト 0*/
    opacity:1; /*NEXT/PREVボタンを常に表示したい場合修正。デフォルト 0*/
}
.lb-data .lb-caption {
    font-size: 1.6rem;
}
.lb-data .lb-number {
    display: none!important;
}


.campaign_option {
    height: unset;
}
@media screen and (max-height:1000px) and (min-width: 768px){
    .option_flex {
        height: 500px;
        overflow-y: scroll;
    }
}
@media screen and (max-height:800px) and (min-width: 768px){
    .option_flex {
        height: 370px;
        overflow-y: scroll;
    }
}
@media screen and (max-height:650px) and (min-width: 768px){
    .option_flex {
        height: 340px;
        overflow-y: scroll;
    }
}
.campaign_option h3 {
    font-size: 1.4rem;
}
.campaign_option .del_h3 span {
    font-size: 1.6rem!important;
}
.campaign_option .del_h3 .font-red span {
    font-size: 2.4rem!important;
}

.option_flex2 {
    display: flex;
    justify-content: center;
}
.option_flex2 .img-list--01--one--img {
    width: 120px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 0;
}
.option_flex2 .service_img {
    border-radius: 1rem;
}
.option_flex2_block {
    display: block;
    height: auto;
}




.l-header {
    z-index: 90;
}
.regist-btn {
    z-index: 90;
}
.l-footer .pagetop {
    z-index: 99;
}

/* サイドメニュー */
.c-menuwrap {
	left: 0;
}
@media screen and (max-width: 667px) {
	.l-container {
		padding-top: 0!important;
        z-index: 85;
	}
}

.c-breadcrumb ul {
    margin-left: 1.9em;
}

/* 矢印（20240902追加） */
.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.1em;
    background: currentColor;
	margin-right: 0.5rem;
  }
  
  .dli-arrow-right::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }

  .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.1em;
    height: 0.8em;
    background: currentColor;
  }
  
  .dli-arrow-down::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
  }

/* 20240904追加↓ */
.cleaning_option_block h3 span.colB {
    color: unset!important;
}


/* 20240904追加↑ */
