@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
  }
  
  #guide-setting-fridge-washer ul,
  #guide-setting-fridge-washer ol,
  #guide-setting-fridge-washer li {
    list-style: none;
  }
  
  #guide-setting-fridge-washer a,
  #guide-setting-fridge-washer a:hover {
    color: #222222;
    text-decoration: none;
  }
  
  #guide-setting-fridge-washer img,
  #guide-setting-fridge-washer a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  #guide-setting-fridge-washer,
  #guide-setting-fridge-washer * {
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
  }
  
  #guide-setting-fridge-washer h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  #guide-setting-fridge-washer h2 {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  /*------------------------------------
  基本CSS
  -------------------------------------*/
  #guide-setting-fridge-washer {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  
  #guide-setting-fridge-washer img {
    max-width: 100%;
    width: 100%;
  }
  
  #guide-setting-fridge-washer .smp_none {
    display: none !important;
  }
  
  /*------------------------------------
  切り替えタブ（大）
  -------------------------------------*/
  #guide-setting-fridge-washer .tab-area {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
  }
  
  #guide-setting-fridge-washer .tab_recycle {
    width: calc(98% / 2);
    box-sizing: border-box;
    padding: 2vw 0;
    text-align: center;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
  }
  
  #guide-setting-fridge-washer .tab_recycle h3 {
    margin: 0.5em;
  }
  
  #guide-setting-fridge-washer .tab_recycle p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 5vw;
  }
  
  #guide-setting-fridge-washer .tab_recycle.active_recycle:nth-child(1) {
    background-color: #32506a;
  }
  
  #guide-setting-fridge-washer .tab_recycle.active_recycle:nth-child(2) {
    background-color: #62895a;
  }
  
  /*タブ中身*/
  #guide-setting-fridge-washer .panel_recycle {
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1s ease;
  }
  
  #guide-setting-fridge-washer .panel_recycle.active_recycle {
    display: block;
  }
  
  /* #guide-setting-fridge-washer .panel_recycle.active_recycle:nth-of-type(1) {
    border-top: 5px solid #32506a;
  }
   */
  #guide-setting-fridge-washer .panel_recycle.active_recycle:nth-of-type(2) {
    border-top: 5px solid #62895a;
  }
  
  /*------------------------------------
  切り替えタブ(小)
  -------------------------------------*/
  #guide-setting-fridge-washer .tab-area2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 2vw auto 5vw;
  }
  
  #guide-setting-fridge-washer .tab_recycle2 {
    width: calc(98% / 2);
    text-align: center;
    box-sizing: border-box;
    background-color: #5e735b;
    border: 1px solid #5e735b;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
  }
  
  #guide-setting-fridge-washer .tab_recycle2 a {
    color: #fff;
    font-size: 3.5vw;
    padding: 1vw 1vw 5vw 1vw;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    position: relative;
    transition: 0.5s all;
  }
  
  #guide-setting-fridge-washer .tab_recycle2:hover {
    background-color: transparent;
  }
  
  #guide-setting-fridge-washer .tab_recycle2:hover a {
    color: #5e735b !important;
  }
  
  #guide-setting-fridge-washer .tab_recycle2 a::after {
    font-family: "Material Icons";
    font-size: 5vw;
    color: #fff;
    content: "expand_more";
    position: absolute;
    bottom: -5%;
    right: calc(50% - 2.5vw);
    transition: 0.5s all;
  }
  
  #guide-setting-fridge-washer .tab_recycle2:hover a::after {
    color: #5e735b;
    bottom: -10%;
  }
  
  #guide-setting-fridge-washer .tab_recycle2:nth-child(n + 3) {
    margin-top: 2vw;
  }
  
  #guide-setting-fridge-washer .tab_recycle2.active_recycle2 {
    background-color: #5e735b;
    color: #fff;
  }
  
  #guide-setting-fridge-washer .panel_recycle2 {
    display: none;
  }
  
  #guide-setting-fridge-washer .panel_recycle2.active_recycle2 {
    display: block;
    box-sizing: border-box;
    padding: 2vw;
    border: 1px solid #5e735b;
  }
  
  #guide-setting-fridge-washer .cetegory_name {
    font-size: 4vw;
    font-weight: 500;
    margin-top: 10vw;
    color: #fff;
    background-color: #5e735b;
    padding: 7px 0;
  }
  
  #guide-setting-fridge-washer .panel_recycle2 > h1 {
    font-weight: 500;
    color: #5e735b;
    margin: 0 0 10px;
    font-size: 25px;
    padding: 3px 0;
    border-bottom: 1px dotted #5e735b;
  }
  
  #guide-setting-fridge-washer .panel_recycle2 > h1:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  
  /*------------------------------------
  設置サービスご確認事項
  -------------------------------------*/
  #guide-setting-fridge-washer .txt_attention {
    width: calc(100% - 10px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2vw;
    border: 1px solid #383838;
  }
  
  #guide-setting-fridge-washer .txt_attention h2 {
    background-color: #547c9f;
    color: #fff;
    font-weight: 500;
    padding: 1vw 0;
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }
  
  #guide-setting-fridge-washer .txt_attention h3 {
    color: #d38f5e;
    border-bottom: 1px solid;
    font-weight: 500;
    font-size: 3.7vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  
  #guide-setting-fridge-washer .txt_attention .txt_list1,
  #guide-setting-fridge-washer .txt_attention .txt_list2 ul {
    text-align: left;
  }
  
  #guide-setting-fridge-washer .txt_attention .txt_list2 {
    box-sizing: border-box;
    padding: 2vw;
    background-color: #f9eee8;
    border-radius: 8px;
    margin-top: 3vw;
  }
  
  #guide-setting-fridge-washer .txt_attention .txt_list1 li,
  #guide-setting-fridge-washer .txt_attention .txt_list2 ul li {
    display: flex;
    margin-bottom: 2vw;
  }
  
  #guide-setting-fridge-washer .txt_attention .txt_list1 li::before,
  #guide-setting-fridge-washer .txt_attention .txt_list2 ul li::before {
    content: "・";
  }
  
  #guide-setting-fridge-washer .txt_attention p {
    color: #383838;
    font-size: 3.25vw;
  }
  
  #guide-setting-fridge-washer .txt_attention .txt_list1 li p span {
    display: inline-block;
    font-size: 4vw;
    background: #d38f5e;
    color: #fff;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
  }
  
  /*------------------------------------
  設置サービスの詳しい流れ
  -------------------------------------*/
  #guide-setting-fridge-washer .nagare_title {
    width: 100%;
    background-color: #547c9f;
    color: #fff;
    margin-top: 7vw;
    padding: 3vw 0 3vw;
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 500;
  }
  
  #guide-setting-fridge-washer .nagare_title span {
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 2vw;
  }
  
  #guide-setting-fridge-washer .nagare {
    width: calc(100% - 10px);
    /* width: 100%; */
    margin: 2vw auto 0;
    box-sizing: border-box;
    padding: 2vw 2vw 3vw;
    border-radius: 8px;
    background-color: #dce5ec;
  }
  
  #guide-setting-fridge-washer .nagare .img_box img:first-child {
    border-radius: 8px 8px 0 0;
  }
  
  #guide-setting-fridge-washer .nagare .img_box img:last-child {
    border-radius: 0 0 8px 8px;
  }
  
  #guide-setting-fridge-washer .nagare2 {
    background-color: #fff;
    box-sizing: border-box;
    padding: 2vw 2vw 3vw;
    border-radius: 8px;
    margin-top: 5vw;
  }
  
  #guide-setting-fridge-washer .nagare2 h2 {
    color: #304f6b;
    padding-bottom: 0.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid;
    font-size: 5vw;
  }
  
  #guide-setting-fridge-washer .nagare2 ul {
    width: calc(100% - 10px);
    text-align: left;
    margin: 0 auto;
  }
  
  #guide-setting-fridge-washer .nagare2 ul li {
    display: flex;
  }
  
  #guide-setting-fridge-washer .nagare2 ul li:nth-child(n + 2) {
    margin-top: 3vw;
  }
  
  #guide-setting-fridge-washer .nagare2 ul li::before {
    content: "・";
  }
  
  #guide-setting-fridge-washer .nagare2 p {
    color: #383838;
    font-size: 3.25vw;
  }
  
  /*------------------------------------
  詳しい流れ・ご確認事項
  -------------------------------------*/
  #guide-setting-fridge-washer .txt_nagare {
    width: 100%;
    margin: 0 auto 5vw;
    box-sizing: border-box;
    border: 1px solid #383838;
    padding: 2vw 2vw 3vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare h1 {
    background-color: #aaaaaa;
    color: #fff;
    font-weight: 500;
    padding: 1vw 0;
    font-size: 4.5vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare h1:nth-of-type(2) {
    margin: 5vw auto 2vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare h2 {
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px solid;
    font-size: 3.7vw;
    margin: 3vw auto 2vw;
    color: #383838;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul {
    text-align: left;
    margin: 2vw auto 0 auto;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul li {
    display: flex;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul li:nth-child(n + 2) {
    margin-top: 2vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul li p,
  #guide-setting-fridge-washer .txt_nagare > p {
    color: #383838;
    font-size: 3.5vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul li::before {
    content: "・";
    font-size: 3.5vw;
  }
  
  #guide-setting-fridge-washer .txt_nagare > p {
    text-align: left;
  }
  
  #guide-setting-fridge-washer .txt_nagare ul li p a {
    text-decoration: underline;
    color: #db925d;
    font-size: 3.5vw;
  }
  
  /*------------------------------------
  検索機能
  -------------------------------------*/
  #test-list {
    width: 100%;
    margin: 0 auto 7vw auto;
    text-align: center;
    box-sizing: border-box;
    padding: 3vw 1vw;
    background-color: #f1f1f1;
  }
  
  /*検索窓*/
  #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: 1vw 0;
    font-size: 3.5vw;
  }
  
  #test-list .menu li:nth-child(2) {
    border-left: 1px solid #fff;
  }
  
  #test-list .price span {
    font-family: Lato;
    font-size: 4vw;
    font-weight: bold;
    color: #890000;
  }
  
  #test-list > h1 {
    font-weight: 500;
    background-color: #6f9b67;
    color: #fff;
    font-size: 4.5vw;
    padding: 1vw 0;
  }
  
  #test-list > h1:nth-of-type(2) {
    margin-top: 7vw;
    margin-bottom: 2vw;
  }
  
  #test-list .tab_category {
    width: 100%;
    font-weight: 500;
    background-color: #d48f5d;
    color: #fff;
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  
  #test-list .temochi {
    font-size: 2.7vw;
    margin-top: 1vw;
  }
  
  #test-list .temochi span {
    font-size: 3.5vw;
    color: #890000;
  }
  
  #test-list > p {
    font-size: 3vw;
    color: #333;
    margin-bottom: 3px;
  }
  
  #test-list .list li {
    display: flex;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    margin: 0 0 -1px;
    background-color: #fff;
  }
  
  #test-list .list li p {
    width: calc(100% / 2);
    text-align: center;
    box-sizing: border-box;
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
  
  #test-list .list li p:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    color: #890000;
    font-weight: bold;
  }
  
  #test-list .list li p:nth-child(3) {
    text-align: center;
  }
  
  /***---------------------------------
  TOPに戻る
  ---------------------------------***/
  #page_top {
    width: 13vw;
    height: 13vw;
    position: fixed;
    right: 2vw;
    bottom: 19vw;
    background: #fff;
    border: 2px solid #333;
    opacity: 0.8;
    border-radius: 50%;
  }
  
  #page_top a {
    position: relative;
    display: block;
    width: 13vw;
    height: 13vw;
    text-decoration: none;
  }
  
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 7vw;
    color: #333;
    width: 6.5vw;
    height: 6.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
  }
  
  /*------------------------------------
  設置オプションについて
  -------------------------------------*/
  #guide-setting-fridge-washer .setting_option {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    /* padding: 2vw 0; */
    margin-top: 1vw;
  }
  
  #guide-setting-fridge-washer .setting_option .img_box {
    background-color: #fff;
    border-radius: 8px;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn {
    width: calc(100% - 20px);
    margin: 3vw auto 0 auto;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn a {
    display: block;
    box-sizing: border-box;
    padding: 2vw 0;
    background-color: #2b2b2b;
    border-radius: 8px;
    border: 1px solid #2b2b2b;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn a p {
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn a p::after {
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    font-weight: 900;
    font-size: 3vw;
    margin-left: 1vw;
    line-height: 1;
    margin-top: 1vw;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn a:active {
    background-color: #fff;
  }
  
  #guide-setting-fridge-washer .setting_option .syosai_btn a:active p {
    color: #2b2b2b;
  }
  
  #guide-setting-fridge-washer .setting_option .img_box2 {
    border: 1px solid #365470;
    box-sizing: border-box;
    padding: 3vw 1vw;
    border-radius: 8px;
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  
  #guide-setting-fridge-washer .setting_option .img_box2 a:active img {
    opacity: 0.8;
  }
  
  #guide-setting-fridge-washer .setting_option .img_box2 img {
    border-radius: 0px !important;
  }
  
  #guide-setting-fridge-washer .setting_option .img_box2 > img {
    margin-bottom: 2vw;
  }
  
  /*------------------------------------
  アコーディオン
  -------------------------------------*/
  /* #guide-setting-fridge-washer .accordion_menu .qa:nth-child(n + 2) {
    margin-top: 2vw;
  }
  
  #guide-setting-fridge-washer .accordion_menu .list_q {
    position: relative;
    cursor: pointer;
    border: 1px solid;
    padding: 2vw 4vw;
    font-size: 4vw;
    color: #383838;
    text-align: center;
  }
  
  #guide-setting-fridge-washer .accordion_menu .list_q::before {
    position: absolute;
    content: "";
    display: block;
    width: 3.5vw;
    height: 0.5vw;
    background-color: #383838;
    right: 5vw;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  #guide-setting-fridge-washer .accordion_menu .list_q::after {
    position: absolute;
    content: "";
    display: block;
    width: 3.5vw;
    height: 0.5vw;
    background-color: #383838;
    right: 5vw;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }
  
  #guide-setting-fridge-washer .accordion_menu .list_q.accordion_menu_active::after {
    display: none;
  }
  
  #guide-setting-fridge-washer .accordion_menu .list_a {
    display: none;
    margin-bottom: 5vw;
  }
  
  #guide-setting-fridge-washer .recycle_text {
    font-size: 3.25vw;
    text-align: right;
    margin-bottom: 8%;
    margin-top: -2%;
    color: #890000;
  }
   */

/*25.07.30 ADD START*/
/*---------------- --------------------
アコーディオン
-------------------------------------*/
#guide-setting-fridge-washer .accordion_menu {
  margin: 1rem 0 0;
}

#guide-setting-fridge-washer .accordion_menu .qa:nth-child(n + 2) {
  margin-top: 2vw;
}

#guide-setting-fridge-washer .accordion_menu .list_q {
  position: relative;
  cursor: pointer;
  border: 1px solid;
  padding: 2vw 4vw;
  font-size: 4vw;
  background-color: #ad1517;
  color: #fff !important;
  text-align: center;
}

#guide-setting-fridge-washer .accordion_menu .list_q::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.5vw;
  height: 0.5vw;
  background-color: #fff;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
}

#guide-setting-fridge-washer .accordion_menu .list_q::after {
  position: absolute;
  content: "";
  display: block;
  width: 3.5vw;
  height: 0.5vw;
  background-color: #fff;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#guide-setting-fridge-washer .accordion_menu .list_q.accordion_menu_active::after {
  display: none;
}


#guide-setting-fridge-washer .accordion_menu .list_a {
  display: none;
  margin-bottom: 5vw;
  background-color: #dce5ec;
}

#guide-setting-fridge-washer .txt_attention p {
  color: #383838;
  font-size: 3.25vw;
}

#guide-setting-fridge-washer .accordion_menu .price-list {
  width: 98%;
  margin: auto;
  padding: 0 0 .5rem;
}

#guide-setting-fridge-washer .accordion_menu .price-list li.box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  align-items: center;
}

#guide-setting-fridge-washer .accordion_menu .price-list .space {
  margin: .5rem 0;
}

#guide-setting-fridge-washer .accordion_menu .price-list .left {
  background-color: #2a4868;
  color: #fff !important;
  height: 100%;
}

#guide-setting-fridge-washer .accordion_menu .price-list .left, 
#guide-setting-fridge-washer .accordion_menu .price-list .right {
  padding: 1vw 0;
  font-size: 3.4vw;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
}

#guide-setting-fridge-washer .accordion_menu .price-list .attention {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
  text-align: left;
  margin: .5rem 0;
}

#guide-setting-fridge-washer .recycle_text {
  font-size: 3.25vw;
  text-align: right;
  margin-bottom: 8%;
  margin-top: -2%;
  color: #890000;
}

/* fotter
================================ */
#guide-setting-fridge-washer section.fotter {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212121;
  height: 12vw;
  text-align: center;
  color: #fff;
  margin-top: 5vw;
}

#guide-setting-fridge-washer section.fotter a {
  color: #fff;
  font-size: 4vw;
  padding: 0 2vw;
}
/*25.07.30 ADD END*/