@charset "shift_jis";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

#guide-setting-refrigerator ul,
#guide-setting-refrigerator ol,
#guide-setting-refrigerator li {
  list-style: none;
}

#guide-setting-refrigerator a,
#guide-setting-refrigerator a:hover {
  color: #222222;
  text-decoration: none;
}

#guide-setting-refrigerator img,
#guide-setting-refrigerator a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#guide-setting-refrigerator,
#guide-setting-refrigerator * {
  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-refrigerator h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}

#guide-setting-refrigerator h2 {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}

/*------------------------------------
基本CSS
-------------------------------------*/
#guide-setting-refrigerator {
  max-width: 980px;
  margin: 0 auto;
}

#guide-setting-refrigerator img {
  max-width: 100%;
  width: 100%;
}

#guide-setting-refrigerator .pc_none {
  display: none !important;
}

/*------------------------------------
切り替えタブ(大)
-------------------------------------*/
#guide-setting-refrigerator .tab-area {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}

#guide-setting-refrigerator .tab_recycle {
  width: calc(99% / 2);
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  background-color: #b2b2b2;
  color: #fff;
}

#guide-setting-refrigerator .tab_recycle h3 {
  margin: 0.5em;
}

#guide-setting-refrigerator .tab_recycle p {
  font-size: 27px;
  font-weight: 500;
}

#guide-setting-refrigerator .tab_recycle.active_recycle:nth-child(1) {
  background-color: #32506a;
}

#guide-setting-refrigerator .tab_recycle.active_recycle:nth-child(2) {
  background-color: #62895a;
}

/*タブ中身*/
#guide-setting-refrigerator .panel_recycle {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  transition: all 1s ease;
}

#guide-setting-refrigerator .panel_recycle.active_recycle {
  display: block;
}

#guide-setting-refrigerator .panel_recycle.active_recycle:nth-of-type(1) {
  border-top: 5px solid #32506a;
}

#guide-setting-refrigerator .panel_recycle.active_recycle:nth-of-type(2) {
  border-top: 5px solid #62895a;
}

/*------------------------------------
切り替えタブ(小)
-------------------------------------*/
#guide-setting-refrigerator .tab-area2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 20px auto 0;
}

#guide-setting-refrigerator .tab_recycle2 {
  width: calc(97% / 2);
  text-align: center;
  box-sizing: border-box;
  background-color: #5e735b;
  border: 1px solid #5e735b;
  border-radius: 10px;
  transition: 0.5s all;
}

#guide-setting-refrigerator .tab_recycle2 a {
  color: #fff;
  font-size: 18px;
  padding: 10px 10px 30px 10px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
  transition: 0.5s all;
}

#guide-setting-refrigerator .tab_recycle2:hover {
  background-color: transparent;
}

#guide-setting-refrigerator .tab_recycle2:hover a {
  color: #5e735b !important;
}

#guide-setting-refrigerator .tab_recycle2 a::after {
  font-family: "Material Icons";
  font-size: 25px;
  color: #fff;
  content: "expand_more";
  position: absolute;
  bottom: 3%;
  right: calc(50% - 12.5px);
  transition: 0.5s all;
}

#guide-setting-refrigerator .tab_recycle2:hover a::after {
  color: #5e735b;
  bottom: 0;
}

#guide-setting-refrigerator .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-refrigerator .cetegory_name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  color: #fff;
  background-color: #5e735b;
  padding: 7px 0;
}

#guide-setting-refrigerator .panel_recycle2 > h1:nth-of-type(n + 2) {
  margin-top: 20px;
}

/*------------------------------------
設置サービスご確認事項
-------------------------------------*/
#guide-setting-refrigerator .txt_attention {
  width: calc(100% - 20px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #383838;
}

#guide-setting-refrigerator .txt_attention h2 {
  background-color: #547c9f;
  color: #fff;
  font-weight: 500;
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 24px;
}

#guide-setting-refrigerator .txt_attention h3 {
  color: #d38f5e;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

#guide-setting-refrigerator .txt_attention .txt_list1,
#guide-setting-refrigerator .txt_attention .txt_list2 ul {
  text-align: left;
}

#guide-setting-refrigerator .txt_attention .txt_list2 {
  box-sizing: border-box;
  padding: 10px;
  background-color: #f9eee8;
  border-radius: 8px;
  margin-top: 20px;
}

#guide-setting-refrigerator .txt_attention .txt_list1 li,
#guide-setting-refrigerator .txt_attention .txt_list2 ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}

#guide-setting-refrigerator .txt_attention .txt_list1 li::before,
#guide-setting-refrigerator .txt_attention .txt_list2 ul li::before {
  content: "・";
}

#guide-setting-refrigerator .txt_attention p {
  color: #383838;
  font-size: 17px;
}

#guide-setting-refrigerator .txt_attention .txt_list1 li p span {
  display: inline-block;
  font-size: 20px;
  background: #d38f5e;
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
}

/*------------------------------------
設置サービスの詳しい流れ
-------------------------------------*/
#guide-setting-refrigerator .nagare_title {
  width: 100%;
  background-color: #547c9f;
  color: #fff;
  margin-top: 60px;
  padding: 15px 0 15px;
  font-size: 33px;
  line-height: 30px;
  font-weight: 600;
}

#guide-setting-refrigerator .nagare_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#guide-setting-refrigerator .nagare {
  width: calc(100% - 10px);
  margin: 20px auto;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  background-color: #dce5ec;
}

#guide-setting-refrigerator .nagare .img_box img:first-child {
  border-radius: 8px 8px 0 0;
}

#guide-setting-refrigerator .nagare .img_box img:last-child {
  border-radius: 0 0 8px 8px;
}

#guide-setting-refrigerator .nagare2 {
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 10px 20px;
  border-radius: 8px;
  margin-top: 30px;
}

#guide-setting-refrigerator .nagare2 h2 {
  color: #304f6b;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: 24px;
}

#guide-setting-refrigerator .nagare2 ul {
  width: calc(100% - 20px);
  text-align: left;
  margin: 0 auto;
}

#guide-setting-refrigerator .nagare2 ul li {
  display: flex;
  font-size: 17px;
}

#guide-setting-refrigerator .nagare2 ul li:nth-child(n + 2) {
  margin-top: 5px;
}

#guide-setting-refrigerator .nagare2 ul li::before {
  content: "・";
}

#guide-setting-refrigerator .nagare2 p {
  color: #383838;
  font-size: 17px;
}

/*------------------------------------
詳しい流れ・ご確認事項
-------------------------------------*/
#guide-setting-refrigerator .txt_nagare {
  width: 100%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  border: 1px solid #383838;
  padding: 15px 15px 20px;
}

#guide-setting-refrigerator .txt_nagare h1 {
  background-color: #aaaaaa;
  color: #fff;
  font-weight: 500;
  padding: 3px 0;
  font-size: 25px;
}

#guide-setting-refrigerator .txt_nagare h1:nth-of-type(2) {
  margin: 25px auto 15px;
}

#guide-setting-refrigerator .txt_nagare h2 {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid;
  font-size: 20px;
  margin: 15px auto;
  color: #383838;
}

#guide-setting-refrigerator .txt_nagare ul {
  text-align: left;
  width: 95%;
  margin: 10px auto 0 auto;
}

#guide-setting-refrigerator .txt_nagare ul li {
  display: flex;
}

#guide-setting-refrigerator .txt_nagare ul li:nth-child(n + 2) {
  margin-top: 10px;
}

#guide-setting-refrigerator .txt_nagare ul li p,
#guide-setting-refrigerator .txt_nagare > p {
  color: #383838;
  font-size: 16px;
}

#guide-setting-refrigerator .txt_nagare ul li::before {
  content: "・";
  font-size: 16px;
}

#guide-setting-refrigerator .txt_nagare ul li p a {
  text-decoration: underline;
  color: #db925d;
  font-size: 16px;
}

/*------------------------------------
検索機能
-------------------------------------*/
#test-list {
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 7px;
  background-color: #f1f1f1;
}

#test-list > h2 {
  font-weight: 500;
  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;
}

#test-list .price span {
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  color: #890000;
}

#test-list > h1 {
  font-weight: 500;
  background-color: #6f9b67;
  color: #fff;
  font-size: 25px;
}

#test-list > h1:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 10px;
}

#test-list .temochi {
  font-size: 12px;
  margin: 10px auto;
}

#test-list .temochi span {
  font-size: 18px;
  color: #890000;
}

#test-list > p {
  font-size: 15px;
  color: #333;
  margin-bottom: 3px;
}

#test-list .list li {
  display: flex;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  margin: 0 0 -1px;
  background-color: #fff;
  align-items: center;
}

#test-list .list li p {
  width: calc(100% / 2);
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  font-size: 16px;
}

#test-list .list li p:nth-child(2) {
  border-left: 1px solid #e9e9e9;
  color: #890000;
}

#test-list .list li p:nth-child(3) {
  text-align: center;
}

/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 4vw;
  bottom: 80px;
  border: 2px solid #666;
  opacity: 1;
  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用ナビメニュー
---------------------------------***/
#guide-setting-refrigerator #fs_nav {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}

#guide-setting-refrigerator #fs_nav ul li:nth-child(1) {
  border-top: 1px dotted #e0e0e0;
}

#guide-setting-refrigerator #fs_nav ul li {
  border-bottom: 1px dotted #e0e0e0;
}

#guide-setting-refrigerator #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;
}

#guide-setting-refrigerator #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;
}

#guide-setting-refrigerator #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;
}

#guide-setting-refrigerator #fs_nav ul li a span {
  font-size: 13px;
}

#guide-setting-refrigerator #fs_nav ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}

#guide-setting-refrigerator #fs_nav2 {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}

#guide-setting-refrigerator #fs_nav2 ul li:nth-child(1) {
  border-top: 1px dotted #e0e0e0;
}

#guide-setting-refrigerator #fs_nav2 ul li {
  border-bottom: 1px dotted #e0e0e0;
}

#guide-setting-refrigerator #fs_nav2 ul li a {
  display: block;
  text-align: left;
  box-sizing: border-box;
  padding: 1em 3em 1em 0.75em;
  color: #494849;
}

#guide-setting-refrigerator #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;
}

#guide-setting-refrigerator #fs_nav2 ul li a span {
  font-size: 13px;
}

#guide-setting-refrigerator #fs_nav2 ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}

/*------------------------------------
設置オプションについて
-------------------------------------*/
#guide-setting-refrigerator .setting_option {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 5px 5px 20px;
  margin-top: 0;
}

#guide-setting-refrigerator .setting_option .syosai_btn {
  width: 60%;
  margin: 25px auto 0 auto;
}

#guide-setting-refrigerator .setting_option .syosai_btn a {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #2b2b2b;
  border-radius: 8px;
  border: 1px solid #2b2b2b;
}

#guide-setting-refrigerator .setting_option .syosai_btn a p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#guide-setting-refrigerator .setting_option .syosai_btn a p::after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
}

#guide-setting-refrigerator .setting_option .syosai_btn a:hover {
  background-color: #fff;
}

#guide-setting-refrigerator .setting_option .syosai_btn a:hover p {
  color: #2b2b2b;
}

#guide-setting-refrigerator .setting_option .img_box2 {
  border: 1px solid #365470;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

#guide-setting-refrigerator .setting_option .img_box2 a:hover img {
  opacity: 0.8;
}

/*------------------------------------
アコーディオン
-------------------------------------*/
#guide-setting-refrigerator .accordion_menu {
  margin: 1rem 0 0;
}

#guide-setting-refrigerator .accordion_menu .qa {
  font-size: 20px;
}

#guide-setting-refrigerator .accordion_menu .qa:nth-child(n + 2) {
  margin-top: 10px;
}

#guide-setting-refrigerator .accordion_menu .list_q {
  position: relative;
  cursor: pointer;
  border: 1px solid;
  padding: 10px 10px 10px 25px;
  font-size: 20px;
  background-color: #ad1517;
  color: #fff !important;
  text-align: center;
}

#guide-setting-refrigerator .accordion_menu .list_q::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

#guide-setting-refrigerator .accordion_menu .list_q::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#guide-setting-refrigerator .accordion_menu .list_q.accordion_menu_active::after {
  display: none;
}

#guide-setting-refrigerator .accordion_menu .list_a {
  display: none;
  margin-bottom: 30px;
  background-color: #dce5ec;
}

#guide-setting-refrigerator .accordion_menu .price-list {
  width: 90%;
  margin: auto;
  padding: 1rem 0;
}

#guide-setting-refrigerator .accordion_menu .price-list li.box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #fff;
}

#guide-setting-refrigerator .accordion_menu .price-list .space {
  margin: .5rem 0;
}

#guide-setting-refrigerator .accordion_menu .price-list .left {
  background-color: #2a4868;
  color: #fff !important;
  padding: 1.2rem;
}

#guide-setting-refrigerator .accordion_menu .price-list .right {
  padding: 1rem;
  font-size: 1.3rem;
}


#guide-setting-refrigerator .accordion_menu .price-list .attention {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
  text-align: left;
  margin: .5rem;
}

#guide-setting-refrigerator .recycle_text {
  text-align: right;
  margin-bottom: 40px;
  margin-top: -20px;
  font-size: 20px;
  color: #890000;
}
