@charset "utf-8";

/******SMP******/
@media screen and (max-width: 751px) {


  * {
    margin: 0;
    padding: 0;
  }
  
  #wrap ul,
  #wrap ol,
  #wrap li {
    list-style: none;
  }
  
  #wrap a,
  #wrap a:hover {
    color: #222222;
    text-decoration: none;
  }
  
  #wrap img,
  #wrap a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  #wrap a:hover img {
    opacity: 0.9;
  }
  
  #wrap,
  #wrap * {
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
  }
  
  #wrap h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  #wrap h2 {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  /*------------------------------------
  基本CSS
  -------------------------------------*/
  #wrap {
    /* max-width: 100%; */
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  #wrap img {
    max-width: 100%;
  }
  #wrap .smp_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(98% / 2);
    box-sizing: border-box;
    padding: 2vw 0;
    text-align: center;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
  }
  #wrap .tab_recycle h3 {
    margin: 0.5em;
  }
  #wrap .tab_recycle p {
    font-size: 4vw;
  
    line-height: 5vw;
  }
  #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 1s 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 #5a7989; */
    cursor: pointer;
    margin: 2vw auto 5vw;
  }
  #wrap .tab_recycle2 {
    width: calc(98% / 2);
    padding: 1vw 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #989898;
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    border-radius: 5px;
  }
  #wrap .tab_recycle2:nth-child(n + 3) {
    margin-top: 2vw;
  }
  #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: 2vw;
    border: 1px solid #5e735b;
  }
  
  #wrap .panel_recycle2 .price_list {
    margin-top: 0;
  }
  
  #wrap .panel_recycle2 > h1 {
    /* 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% - 10px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2vw;
    border: 1px solid #383838;
  }
  #wrap .txt_attention h2 {
    background-color: #547c9f;
    color: #fff;
  
    padding: 1vw 0;
    margin-bottom: 2vw;
  }
  #wrap .txt_attention h3 {
    color: #d38f5e;
    border-bottom: 1px solid;
  
    font-size: 3.7vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  #wrap .txt_attention .txt_list1,
  #wrap .txt_attention .txt_list2 ul {
    text-align: left;
  }
  #wrap .txt_attention .txt_list2 {
    box-sizing: border-box;
    padding: 2vw;
    background-color: #f9eee8;
    border-radius: 8px;
    margin-top: 3vw;
  }
  #wrap .txt_attention .txt_list1 li,
  #wrap .txt_attention .txt_list2 ul li {
    display: flex;
    margin-bottom: 2vw;
  }
  #wrap .txt_attention .txt_list1 li::before,
  #wrap .txt_attention .txt_list2 ul li::before {
    content: "・";
  }
  #wrap .txt_attention p {
    color: #383838;
  }
  
  /*------------------------------------
  設置サービスの詳しい流れ
  -------------------------------------*/
  .nagare_title {
    width: 100%;
    background-color: #547c9f;
    color: #fff;
    margin-top: 7vw;
    padding: 3vw 0 3vw;
    font-size: 6vw;
    line-height: 5vw;
  }
  .nagare_title span {
    font-size: 3.5vw;
  }
  .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;
  }
  .nagare img {
    border-radius: 8px;
  }
  .nagare2 {
    background-color: #fff;
    box-sizing: border-box;
    padding: 2vw 2vw 3vw;
    border-radius: 8px;
    margin-top: 5vw;
  }
  .nagare2 h2 {
    color: #304f6b;
    padding-bottom: 0.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid;
  }
  .nagare2 ul {
    width: calc(100% - 10px);
    text-align: left;
    margin: 0 auto;
  }
  .nagare2 ul li {
    display: flex;
    /* font-size: 17px; */
  }
  .nagare2 ul li:nth-child(n + 2) {
    margin-top: 3vw;
  }
  .nagare2 ul li::before {
    content: "・";
  }
  .nagare2 p {
    color: #383838;
    /* font-size: 17px; */
  }
  
  /*------------------------------------
  詳しい流れ・ご確認事項
  -------------------------------------*/
  #wrap .txt_nagare {
    width: 100%;
    margin: 0 auto 5vw;
    box-sizing: border-box;
    border: 1px solid #383838;
    padding: 2vw 2vw 3vw;
  }
  #wrap .txt_nagare h1 {
    background-color: #aaaaaa;
    color: #fff;
  
    padding: 1vw 0;
    font-size: 4vw;
  }
  #wrap .txt_nagare h1:nth-of-type(2) {
    margin: 5vw auto 2vw;
  }
  #wrap .txt_nagare h2 {
    display: inline-block;
  
    border-bottom: 1px solid;
    font-size: 3.7vw;
    margin: 3vw auto 2vw;
    color: #383838;
  }
  #wrap .txt_nagare ul {
    text-align: left;
    margin: 0 auto;
  }
  #wrap .txt_nagare ul li {
    display: flex;
  }
  #wrap .txt_nagare ul li:nth-child(n + 2) {
    margin-top: 2vw;
  }
  #wrap .txt_nagare ul li p,
  #wrap .txt_nagare > p {
    color: #383838;
    font-size: 3.5vw;
  }
  #wrap .txt_nagare ul li::before {
    content: "・";
    font-size: 3.5vw;
  }
  #wrap .txt_nagare > p {
    text-align: left;
  }
  
  /*------------------------------------
  検索機能
  -------------------------------------*/
  #test-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 3vw 1vw;
    background-color: #f1f1f1;
  }
  
  /*料金一覧*/
  #test-list .price_list {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  #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: 1vw 0.5vw;
    background-color: #fff;
    /* border: 1px solid #aeaeae; */
  }
  #test-list .price_list li:nth-child(n + 4) {
    margin-top: 3vw;
  }
  /* #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(1),
  #test-list .price_list li p:nth-of-type(1) span {
    font-size: 3vw;
    padding: 1vw;
    box-sizing: border-box;
  }
  #test-list .price_list li p:nth-of-type(2) {
    font-weight: bold;
    color: #890000;
    font-size: 3.5vw;
  }
  #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: 3vw;
  }
  /* #test-list > h2{
      
      font-size: 23px;
      color: #333;
      margin: 10px auto 5px;
  } */
  #test-list .btnstyle {
    display: block;
    background-color: #222222;
    color: #fff;
    border-radius: 5px;
    font-size: 2vw;
    width: 97%;
    margin: 1vw auto;
    box-sizing: border-box;
    padding: 2vw 0;
    border: 1px solid #222222 !important;
  }
  #test-list .btnstyle:active {
    background-color: #fff;
    color: #222222 !important;
  }
  #test-list .btnstyle i {
    vertical-align: sub;
    font-size: 4.5vw;
    margin-right: 0.5vw;
  }
  
  /*高さを制限しているコンテンツの要素*/
  /* #test-list .container{
      position: relative;
      max-width: 100%;
      height: 100vw;
      padding: 0;
      margin: 1vw auto 0;
      overflow: hidden;
      transition: .4s;
      box-sizing: border-box;
  }
  #test-list .container.open2{
      overflow: unset;
      margin-bottom: 20vw;
  } */
  /*グラデーションで隠す擬似要素*/
  /* #test-list .container:before{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30vw;
      background: rgb(0,0,0);
      background: linear-gradient(0deg, rgb(241 241 241) 70%, rgba(255,255,255,0) 100%);
      transition: .4s;
  } */
  /*クラス付与時のスタイル*/
  /* #test-list .container.open2:before{
      opacity: 0;
      visibility: hidden;
  } */
  /*ボタンのスタイル*/
  /* #test-list .more_btn{
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: calc(100% - 10px);
      cursor: pointer;
      color: #000;
      background: #f1f1f1;
      box-sizing: border-box;
      padding: 2vw 0;
      border: 1px solid;
      border-radius: 3px;
  }
  #test-list .container.open2 .more_btn{
      bottom: -15vw;
  } */
  
  /*検索窓*/
  #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.2vw;
  }
  #test-list .menu li:nth-child(2) {
    border-left: 1px solid #fff;
  }
  #test-list > h1 {
    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 .temochi {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
  #test-list > p {
    font-size: 3vw;
    color: #333;
    margin-bottom: 3px;
    /* font-weight: bold; */
  }
  #test-list input {
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 2vw 4vw;
    width: 100%;
    border-radius: 20px;
    border: 1px solid;
    margin-bottom: 1vw;
    text-align: left;
    font-size: 16px;
    /* transform: scale(0.8); */
  }
  #test-list .list li {
    display: flex;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    /* padding: 5px 0; */
    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;
    /* 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 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
  }
  #test-list .pagination li {
    margin: 0 1vw;
    box-sizing: border-box;
    padding: 1vw 3vw;
    background-color: #e1dede;
    color: #333;
    border-radius: 8px;
  }
  #test-list .pagination li.active {
    background-color: #bdbaba;
  }
  #test-list .pagination li a {
    color: #333;
    /* display: block; */
  }
  #test-list .pagination li a:active {
    color: #333 !important;
  }
  
  /*お探しのメーカーが見当たらない場合*/
  #test-list .search_maker {
    margin: 1vw auto 4vw;
    background-color: #f3e096;
    /* display: inline-block; */
    box-sizing: border-box;
    padding: 0;
    font-size: 3vw;
  }
  #test-list .search_maker::before {
    content: "※";
    margin-right: 0.5vw;
  }
  #test-list .search_maker span {
    font-weight: bold;
    color: #b10e1b;
    font-size: 3.5vw;
    margin: 0 1vw 0 0;
  }
  
  /***---------------------------------
  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;
  }
  
  /*------------------------------------
  設置オプションについて
  -------------------------------------*/
  #wrap .setting_option {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    /* padding-bottom: 3vw; */
    padding: 2vw 0 4vw;
  }
  #wrap .setting_option .img_box img {
    border-radius: 0 0 0 0 !important;
  }
  #wrap .setting_option .syosai_btn {
    width: calc(100% - 20px);
    margin: 2vw auto 3vw;
  }
  #wrap .setting_option .syosai_btn a {
    display: block;
    box-sizing: border-box;
    padding: 2vw 0;
    background-color: #2b2b2b;
    border-radius: 8px;
    border: 1px solid #2b2b2b;
  }
  
  #wrap .setting_option .syosai_btn a p {
    color: #fff;
    font-size: 4vw;
  
    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:active {
    background-color: #fff;
  }
  #wrap .setting_option .syosai_btn a:active p {
    color: #2b2b2b;
  }
  
  #wrap .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;
  }
  #wrap .setting_option .img_box2 a:active img {
    opacity: 0.8;
  }
  #wrap .setting_option .img_box2 img {
    border-radius: 0px !important;
  }
  #wrap .setting_option .img_box2 > img {
    margin-bottom: 2vw;
  }
  
  
  }