@charset "Shift_JIS";

/*------------------------------------
基本CSS
-------------------------------------*/
#wrap{
    max-width: 900px;
    margin: 0 auto;
}
#wrap img{
    max-width: 100%;
}
#wrap .pc_none{
    display: none !important;
}

/*------------------------------------
切り替えタブ(大)
-------------------------------------*/
#wrap .tab-area{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}
#wrap .tab_recycle{
    width: calc(99%/2);
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
}
#wrap .tab_recycle h3{
    margin: 0.5em;
}
#wrap .tab_recycle p{
    font-size: 27px;
    font-weight: normal;
}
#wrap .tab_recycle.active_recycle:nth-child(1){
    background-color: #32506a;
}
#wrap .tab_recycle.active_recycle:nth-child(2){
    background-color: #62895a;
}
/*タブ中身*/
#wrap .panel_recycle{
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1.0s ease;
}
#wrap .panel_recycle.active_recycle{
    display: block;
    /* opacity: 1.0;
    transition: all 1.0s ease; */
}
#wrap .panel_recycle.active_recycle:nth-of-type(1){
    border-top: 5px solid #32506a;
}
#wrap .panel_recycle.active_recycle:nth-of-type(2){
    border-top: 5px solid #62895a;
}

/*------------------------------------
切り替えタブ(小)
-------------------------------------*/
#wrap .tab-area2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 6px solid #5e735b;
    cursor: pointer;
    margin: 20px auto 0;
}
#wrap .tab_recycle2{
    width: calc(97%/4);
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #989898;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
#wrap .tab_recycle2.active_recycle2{
    background-color: #5e735b;
    color: #fff;
}
#wrap .panel_recycle2{
    display: none;    
}
#wrap .panel_recycle2.active_recycle2{
    display: block;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #5e735b;
    border-top: none;
}

#wrap .panel_recycle2 .price_list{
    margin-top: 0;
}

#wrap .panel_recycle2 > h1{
    font-weight: normal;
    /* background-color: #9eb4bf; */
    color: #5e735b;
    margin: 0 0 10px;
    font-size: 25px;
    padding: 3px 0;
    border-bottom: 1px dotted #5e735b;
}
#wrap .panel_recycle2 > h1:nth-of-type(n+2){
    margin-top: 20px;
}




/*------------------------------------
設置サービスご確認事項
-------------------------------------*/
#wrap .txt_attention{
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #383838;
}
#wrap .txt_attention h2{
    background-color: #547c9f;
    color: #fff;
    font-weight: normal;
    padding: 3px 0;
    margin-bottom: 10px;
}
#wrap .txt_attention h3{
    color: #d38f5e;
    border-bottom: 1px solid;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
#wrap .txt_attention .txt_list1,
#wrap .txt_attention .txt_list2 ul{
    text-align: left;
}
#wrap .txt_attention .txt_list2{
    box-sizing: border-box;
    padding: 10px;
    background-color: #f9eee8;
    border-radius: 8px;
    margin-top: 20px;
}
#wrap .txt_attention .txt_list1 li,
#wrap .txt_attention .txt_list2 ul li{
    display: flex;
    margin-bottom: 10px;
}
#wrap .txt_attention .txt_list1 li::before,
#wrap .txt_attention .txt_list2 ul li::before{
    content: "・";
}
#wrap .txt_attention p{
    color: #383838;
}

/*------------------------------------
設置サービスの詳しい流れ
-------------------------------------*/
#wrap .nagare_title{
    width: 100%;
    background-color: #547c9f;
    color: #fff;
    margin-top: 25px;
    padding: 15px 0 15px;
    font-size: 33px;
    line-height: 30px;
}
#wrap .nagare_title span{
    font-weight: normal;
    font-size: 16px;
}
#wrap .nagare{
    width: calc(100% - 10px);
    /* width: 100%; */
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 15px 15px 30px;
    border-radius: 8px;
    background-color: #dce5ec;
}
/* #wrap .nagare .img_box{
    border-radius: 8px 8px 0 0;
} */
#wrap .nagare .img_box img:first-child{
    border-radius: 8px 8px 0 0;
}
#wrap .nagare .img_box img:last-child{
    border-radius: 0 0 8px 8px;
}
/* #wrap .nagare img{
    border-radius: 8px;
}
#wrap .nagare > img:nth-child(n+2){
    margin-top: 20px;
} */
#wrap .nagare2{
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 10px 20px;
    border-radius: 8px;
    margin-top: 30px;
}
#wrap .nagare2 h2{
    color: #304f6b;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
#wrap .nagare2 ul{
    width: calc(100% - 20px);
    text-align: left;
    margin: 0 auto;
}
#wrap .nagare2 ul li{
    display: flex;
    font-size: 17px;
}
#wrap .nagare2 ul li:nth-child(n+2){
    margin-top: 5px;
}
#wrap .nagare2 ul li::before{
    content: "・";
}
#wrap .nagare2 p{
    color: #383838;
    font-size: 17px;
}

/*------------------------------------
詳しい流れ・ご確認事項
-------------------------------------*/
#wrap .txt_nagare{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #383838;
    padding: 15px 15px 20px;
}
#wrap .txt_nagare h1{
    background-color: #aaaaaa;
    color: #fff;
    font-weight: normal;
    padding: 3px 0;
}
#wrap .txt_nagare h1:nth-of-type(2){
    margin: 25px auto 15px;
}
#wrap .txt_nagare h2{
    display: inline-block;
    font-weight: normal;
    border-bottom: 1px solid;
    font-size: 20px;
    margin: 25px auto 15px;
    color: #383838;
}
#wrap .txt_nagare ul{
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
#wrap .txt_nagare ul li{
    display: flex;
}
#wrap .txt_nagare ul li:nth-child(n+2){
    margin-top: 10px;
}
#wrap .txt_nagare ul li p,
#wrap .txt_nagare > p{
    color: #383838;
    font-size: 16px;
}
#wrap .txt_nagare ul li::before{
    content: "・";
    font-size: 16px;
}

/*------------------------------------
検索機能
-------------------------------------*/
#test-list{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 7px;
    background-color: #f1f1f1;
}

/*料金一覧*/
#test-list .price_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
#test-list .price_list::after{
    content: "";
    display: block;
    width: calc(98%/3);
}
#test-list .price_list li{
    width: calc(98%/3);
    text-align: center;
    box-sizing: border-box;
    padding: 10px 5px;
    background-color: #fff;
    /* border: 1px solid #aeaeae; */
}
#test-list .price_list li:nth-child(n+4){
    margin-top: 7px;    
}
/* #test-list .price_list li p:nth-of-type(1) span{
    font-weight: bold;
} */
#test-list .price_list li:nth-child(-n+6) p:nth-of-type(1){
    background-color: #d48f5d;
}
#test-list .price_list li:nth-child(n+7) p:nth-of-type(1){
    background-color: #96b6c1;
}
#test-list .price_list li p:nth-of-type(2){
    font-weight: bold;
    color: #890000;
    font-size: 18px;
}
#test-list .price_list li p:nth-of-type(2) span{
    font-size: 11px;
}
#test-list .price_list li p:nth-of-type(3){
    font-size: 11px;
}
#test-list > h2{
    font-weight: normal;
    font-size: 23px;
    color: #333;
    margin: 10px auto 5px;
}

#test-list .btnstyle{
    display: block;
    background-color: #222222;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    width: 90%;
    margin: 3px auto 2px;
    box-sizing: border-box;
    padding: 5px 0;
    border: 1px solid #222222 !important;
}
#test-list .btnstyle:hover{
    background-color: #fff;
    color: #222222 !important;
}
#test-list .btnstyle i{
    vertical-align: sub;
    font-size: 20px;
    margin-right: 2px;
}


/*検索窓*/
#test-list .menu{
    display: flex;
    background-color: #666;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 100%;
    margin: 0 auto;
}
#test-list .menu li{
    width: calc(100%/2);
    box-sizing: border-box;
    padding: 7px 0;
}
#test-list .menu li:nth-child(2){
    border-left: 1px solid #fff;
}
/* 20260122 S.ISHIKAWA 【h1見出し修正】MOD STR */
/* 
    #test-list > h1{
        font-weight: normal;
        background-color: #6f9b67;
        color: #fff;
    }
 */
#test-list > h1{
        font-weight: normal;
        background-color: #6f9b67;
        color: #fff;
        padding: 4px 0 17px;
        font-size: 33px;
        line-height: 30px;
    }
/* 20260122 S.ISHIKAWA 【h1見出し修正】MOD END */

/* 20260122 S.ISHIKAWA 【追加】ADD STR */
#test-list > h2{
        font-weight: normal;
        background-color: #6f9b67;
        color: #fff;
        padding: 15px 0 15px;
        font-size: 33px;
        line-height: 30px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

#test-list h1 span{
        font-size: 25px;
        color: #fef7b9;
    }
/* 20260122 S.ISHIKAWA 【追加】ADD END */


#test-list > h1:nth-of-type(2){
    margin-top: 50px;
    margin-bottom: 10px;
}
#test-list .temochi{
    font-size: 12px;
    margin-top: 5px;
}
#test-list > p{
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
    /* font-weight: bold; */
}
#test-list input{
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 10px;
    width: 90%;
    border-radius: 30px;
    border: 1px solid;
    /* margin-bottom: 25px; */
}
#test-list .list li{
    display: flex;
    color: #333;
    box-sizing: border-box;
    /* padding: 5px 0; */
    border: 1px solid #e9e9e9;
    margin: 0 0 -1px;
    background-color: #fff;
}
/* #test-list .list li.line_171{
    background-color: red;
} */
#test-list .list li p{
    width: calc(100%/2);
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
#test-list .list li p:nth-child(2){
    border-left: 1px solid #e9e9e9;
    /* border-right: 1px solid #e9e9e9; */
}
/* #test-list .list li p:nth-child(-n+2){
    padding-left: 5px;
} */
#test-list .list li p:nth-child(3){
    text-align: center;
}
#test-list .pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}
#test-list .pagination li{
    margin: 0 5px;
    box-sizing: border-box;
    padding: 5px 15px;
    background-color: #e1dede;
    color: #333;
    border-radius: 8px;
    cursor: pointer;
}
#test-list .pagination li.active{
    background-color: #bdbaba;
}
#test-list .pagination li a{
    color: #333;
}
#test-list .pagination li a:hover{
    color: #333 !important;
}

/*お探しのメーカーが見当たらない場合*/
#test-list .search_maker{
    margin: 7px auto 20px;
    background-color: #f3e096;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
}
#test-list .search_maker::before{
    content: "※";
    margin-right: 3px;
}
#test-list .search_maker span{
    font-weight: bold;
    color: #b10e1b;
    font-size: 16px;
    margin: 0 3px;
}
#test-list .search_maker br{
    display: none;
}

/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 4vw;
    bottom: 80px;
    /* background: #ef3f98; */
    border: 2px solid #666;
    opacity: 1.0;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}



/***---------------------------------
PC用ナビメニュー
---------------------------------***/
#wrap #fs_nav{
    position: fixed;
    top: calc(5% + 140px);
    right: 0;
    z-index: 1000;
}
#wrap #fs_nav ul li:nth-child(1){
    border-top: 1px dotted #e0e0e0;
}
#wrap #fs_nav ul li{
    border-bottom: 1px dotted #e0e0e0;
}
#wrap #fs_nav ul li a{
    display: block;
    text-align: left;
    box-sizing: border-box;
    /* padding: 10px 0; */
    padding: 1em 3em 1em 0.75em;
    color: #494849;
}
#wrap #fs_nav ul li:nth-child(4) a span::after {
    font-family: 'Material Icons';
    content: "\e5d8";
    margin-left: 3px;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
}
#wrap #fs_nav ul li:nth-child(5) a span::after {
    font-family: 'fontPlazaIcon' !important;
    content: "\e976";
    margin-left: 3px;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
}
#wrap #fs_nav ul li a span{
    font-size: 13px;
}
#wrap #fs_nav ul li a::before{
    margin-right: 10px;
    font-size: 25px;
    vertical-align: middle;
}

#wrap #fs_nav2{
    position: fixed;
    top: calc(5% + 140px);
    right: 0;
    z-index: 1000;
}
#wrap #fs_nav2 ul li:nth-child(1){
    border-top: 1px dotted #e0e0e0;
}
#wrap #fs_nav2 ul li{
    border-bottom: 1px dotted #e0e0e0;
}
#wrap #fs_nav2 ul li a{
    display: block;
    text-align: left;
    box-sizing: border-box;
    /* padding: 10px 0; */
    padding: 1em 3em 1em 0.75em;
    color: #494849;
}
#wrap #fs_nav2 ul li:nth-child(3) a span::after {
    font-family: 'Material Icons';
    content: "\e5d8";
    margin-left: 3px;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
}
#wrap #fs_nav2 ul li a span{
    font-size: 13px;
}
#wrap #fs_nav2 ul li a::before{
    margin-right: 10px;
    font-size: 25px;
    vertical-align: middle;
}


/*------------------------------------
設置オプションについて
-------------------------------------*/
#wrap .setting_option{
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 5px 5px 20px;
}
#wrap .setting_option .img_box img{
    border-radius: 0 0 0 0 !important;
}
#wrap .setting_option .syosai_btn{
    width: 60%;
    margin: 5px auto 25px;
}
#wrap .setting_option .syosai_btn a{
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #2b2b2b;
    border-radius: 8px;
    border: 1px solid #2b2b2b;
}

#wrap .setting_option .syosai_btn a p{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrap .setting_option .syosai_btn a p::after{
    font-family: "Font Awesome 5 Free";
    content: '\f04b';
    font-weight: 900;
    font-size: 16px;
    margin-left: 5px;
}
#wrap .setting_option .syosai_btn a:hover{
    background-color: #fff;
}
#wrap .setting_option .syosai_btn a:hover p{
    color: #2b2b2b;
}

#wrap .setting_option .img_box2{
    border: 1px solid #365470;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
#wrap .setting_option .img_box2 a:hover img{
    opacity: 0.8;
}
