@charset "utf-8";

/******PC******/
@media screen and (min-width:750px){

  * {
    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,
  #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: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  #wrap h2 {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
  
  /*------------------------------------
  基本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;
  }
  #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;
  }
  #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 .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;
    padding: 3px 0;
    margin-bottom: 10px;
  }
  #wrap .txt_attention h3 {
    color: #d38f5e;
    border-bottom: 1px solid;
    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: 0px 0 15px;
    font-size: 33px;
    line-height: 40px;
  }
  #wrap .nagare_title span {
    font-size: 16px;
  }
  #wrap .nagare {
    width: calc(100% - 10px);
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 15px 15px 30px;
    border-radius: 8px;
    background-color: #dce5ec;
  }
  #wrap .nagare img {
    border-radius: 8px;
  }
  #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;
    padding: 3px 0;
  }
  #wrap .txt_nagare h1:nth-of-type(2) {
    margin: 25px auto 15px;
  }
  #wrap .txt_nagare h2 {
    display: inline-block;
    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;
  }
  #test-list .price_list li:nth-child(n + 4) {
    margin-top: 7px;
  }
  #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-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 .container {
    width: 100%;
  }

  /*検索窓*/
  #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;
  }
  #test-list > h1 {
    background-color: #6f9b67;
    color: #fff;
  }
  #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;
  }
  #test-list input {
    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;
    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: 10px 0 10px 0;
  }
  #test-list .list li p:nth-child(2) {
    border-left: 1px solid #e9e9e9;
  }
  #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;
  }
  
  .btn_img {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .btn_img li {
    width: 50%;
  }
  
  .btn_img li:hover {
    opacity: 0.9;
  }
  
  
  
  }