@charset "shift-jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
body,
/* body * {
  font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .06em;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
} */

#washer_sim a,
#washer_sim a:link,
#washer_sim a:visited,
#washer_sim a:active {
  text-decoration: none;
  color: inherit;
}

#washer_sim a {
  transition: 0.3s;
  text-decoration: none;
}

#washer_sim a:hover {
  opacity: 0.7;
}

#washer_sim main {
  display: block;
}

#washer_sim .u-sp {
  display: none !important;
}

#washer_sim button,
#washer_sim fieldset {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

#washer_sim img {
  width: 100%;
  vertical-align: bottom;
}

#washer_sim .img_on {
  display: none;
}

#washer_sim ol,
#washer_sim ul,
#washer_sim li {
  list-style: none;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
}

.pc {
  display: none;
}

#washer_sim {
  font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .06em;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
} 



#washer_sim #washer_sim .mv_head {
  background-color: #e8e8e8;
}

#washer_sim #washer_sim .mv_head .explain {
  width: 91%;
  padding: 1% 0;
  margin: 4% auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#washer_sim .mv_head .bottle {
  border: solid 1px #4bc886;
  display: flex;
  width: 89%;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 3%;
  border-radius: 20px;
  margin: 4% auto;
}

#washer_sim .mv_head .bottle li:nth-child(1) {
  width: 75%;
  padding-left: 6%;
  margin-right: -18%;
}

#washer_sim .mv_head .bottle li:nth-child(2) {
  width: 100%;
}

#washer_sim .mv_head p {
  text-align: center;
  font-weight: 600;
  font-size: 4vw;
}

#washer_sim .mv_head .attention {
  text-align: center;
  font-weight: 600;
  font-size: 3vw;
  color: #af0a0a;
}

.p-simulation .attention {
  text-align: center;
  font-weight: 600;
  font-size: 3vw;
  color: #af0a0a;
  padding: 2%;
  border-radius: 44px;
  margin: 2% auto;
  width: 92%;
}

/* p-simulation */
#washer_sim .p-simulation {
  background-color: #e8e8e8;
}


#washer_sim .p-simulation .p-simulation_list {
  max-width: 750px;
  width: 92%;
  margin: 0 auto;
  padding: 26px 0;
}

#washer_sim .p-simulation .p-simulation_list .item {
  margin-bottom: 60px;
}





#washer_sim .p-simulation .select_area {
  background-color: #fff;
  padding: 2%;
  border-radius: 15px;
  border: solid 1px #4bc886;
}



/*-----------------------------------------------*/
/*枠*/
/*-----------------------------------------------*/

/*見出し*/
#washer_sim .simulation_q {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4bc886;
  padding: 12px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 15px;
}

#washer_sim .simulation_q .q_title {
  font-size: 5vw;
  color: #fff;
}

#washer_sim .simulation_q .num {
  font-size: 5vw;
  color: #4bc886;
  line-height: 1;
  padding: 8px 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 61px;
  margin-right: 11px;
}


#washer_sim .p-simulation .select_area .imgbox {

  text-align: center;
}


#washer_sim #que1 .answer {
  background-color: #4bc886;
  margin: 17px auto;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

#washer_sim #que1 .answer a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#washer_sim .answer svg {
  fill: #fff;
}

#washer_sim .answer .cls-1 {
  fill: none;
  stroke: #ffffff !important;
  stroke-miterlimit: 10;
  stroke-width: 25px;
}

#washer_sim #que2 label {
  font-size: 14px;
}


#washer_sim .radio_container1 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

#washer_sim .radio_container2 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

#washer_sim .radio_container3 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#washer_sim .radio_inner {
  padding: 0 25px;
}

#washer_sim label {
  cursor: pointer;
}

#washer_sim .answer {
  display: none;
  transition: 0.3s;
}

#washer_sim form input {
  display: inline-block;
  margin-right: 3%;
  transform: scale(1.5);
  accent-color: #af0a0a;
  border: none;
}

#washer_sim #que2 .answer.not {
  background-color: #af0a0a;
  margin: 17px auto;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}


#washer_sim #que3 img {
  width: 85%;
  vertical-align: bottom;
  margin: 0 auto;
  display: list-item;
  margin-bottom: 4%;
}


#washer_sim .check:checked+.question+.answer {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#washer_sim .ex {
  text-align: center;
  border-bottom: dotted 3px #af0a0a;
  font-weight: 600;
  color: #af0a0a;
  width: 95%;
  font-size: 4vw;
  margin: 1% auto 6%;
}

#washer_sim .tabMenu,
#washer_sim .tabMenu2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

#washer_sim .tabMenu li,
#washer_sim .tabMenu2 li {
  background: #eee;
  color: #231815;
  flex-grow: 1;
  padding: 10px;
  border-left: #fff 2px solid;
  cursor: pointer;
  width: calc(100% / 3);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  height: 32vw;
  font-size: 3vw !important;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 12px;

}

#washer_sim .tabMenu2.menu li {
  background: #eee;
  color: #231815;
  flex-grow: 1;
  padding: 10px;
  border-left: #fff 2px solid;
  cursor: pointer;
  width: calc(100% / 4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 12vw;
  font-size: 4vw !important;
}

#washer_sim .tabMenu li img,
#washer_sim .tabMenu2 li img {
  width: 50% !important;
}

#washer_sim .tabMenu li:nth-child(2) img,
#washer_sim .tabMenu2 li:nth-child(2) img {
  width: 65% !important;
}

#washer_sim .tabMenu li:nth-child(6) img,
#washer_sim .tabMenu2 li:nth-child(6) img {
  width: 65% !important;
}

#washer_sim .tabMenu li:first-child,
#washer_sim .tabMenu2 li:first-child {
  border-left: none;
}

#washer_sim .tabMenu li.active,
#washer_sim .tabMenu2 li.active {
  background: #4bc886;
  color: #fff;
}

#washer_sim .tabContent,
#washer_sim .tabContent2 {
  display: none;
  padding: 20px;
}


#washer_sim .tabContent.active,
#washer_sim .tabContent2.active {
  display: block;
}

#washer_sim button {
  margin: 0 auto;
  cursor: pointer !important;
  text-align: center !important;
  color: #af0a0a !important;
  margin-bottom: 11px !important;
  font-size: 3.5vw !important;
  background-color: #ffe1e1 !important;
  padding: 3% 7% !important;
  border-radius: 61px !important;
  position: relative !important;
  width: 100%;
  line-height: 1.5 !important;

}

#washer_sim .tabContent p,
#washer_sim .tabContent2 p {
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-bottom: -15px;
  font-size: 15px;
  background-color: #000000;
  padding: 12px 20px;
  border-radius: 61px;
  position: relative;
}

#washer_sim .sizetitle {
  color: #060606;
  text-align: center;
  border-radius: 0;
  padding: 3%;
  margin: 3% auto;

}

#washer_sim .sizetitle {
  display: flex;
  align-items: center;
}

#washer_sim .sizetitle:before,
#washer_sim .sizetitle:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}

#washer_sim .sizetitle:before {
  margin-right: 1rem;
}

#washer_sim .sizetitle:after {
  margin-left: 1rem;
}

#washer_sim .size {
  display: flex;
  gap: 2%;
  margin: 0 auto;
  justify-content: center;
}

#washer_sim .size li {
  background-color: #060606;
  padding: 2%;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

#washer_sim .retry {
  background-color: #4bc886;
  color: #fff !important;
  padding: 3% 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
}

#washer_sim .retry svg {
  fill: #fff;
}

#washer_sim table {
  margin: 0 auto;
  padding-bottom: 4%;
  width: 100%;

}

#washer_sim table th,
#washer_sim table td {
  border-radius: 0px;
  text-align: center;
  padding: 2%;
  width: 36%;

}

#washer_sim table th {
  background-color: #4bc886;
  color: white;
  border: solid 1px #4bc886;
  font-size: 4vw;
  align-content: space-around;
}

#washer_sim table td {
  background-color: #4bc88624;
  border: solid 1px #4bc886;
  font-size: 4vw;
}

/*-----------------------------------------------*/
/*フッター*/
/*-----------------------------------------------*/
#washer_sim footer {
  font-size: 16px;
  padding: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #f1f1f1;
  background-color: #161616;
}

#washer_sim footer a {
  color: #f1f1f1;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.5;
}


/*-----------------------------------------------*/
/*ブラー*/
/*-----------------------------------------------*/
#washer_sim .blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}


@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}


#washer_sim #box,
#washer_sim #box2,
#washer_sim #box3,
#washer_sim #box4,
#washer_sim #box5 {
  display: none;
  opacity: 0;
  transition: 0.3s ease all;
  /* スムーズに表示させる用 */
}

#washer_sim #box.active,
#washer_sim #box2.active,
#washer_sim #box3.active,
#washer_sim #box4.active,
#washer_sim #box5.active {
  display: block;
  opacity: 1;
}

#washer_sim #que1 ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  padding: 2%;
}

#washer_sim #que1 li {
  width: 100%;
  border-bottom: 2px dotted #4bc88624;
  padding-bottom: 5%;
}


#washer_sim #que1 label {
  margin: 5% auto -5%;
  font-size: 3.5vw;
  background-color: #4bc88624;
  padding: 4% 2%;
  border-radius: 61px;
  position: relative;
  width: 83%;
  border: solid 2px #4bc886;
  display: flex;
  justify-content: center;
}

#washer_sim #que1 #box {
  text-align: center;
  font-weight: 600;
  font-size: 3vw;
  color: #fff;
  background-color: #000000;
  padding: 3% 2%;
  border-radius: 44px;
  margin: 2% auto;
  width: 92%;
}



#washer_sim #que2,
#washer_sim #que3 {
display: none;
  pointer-events: none;
}


#washer_sim .app {
  display: block!important;
}

#washer_sim .select_area.app#que2 {
  pointer-events: auto;
}

#washer_sim .select_area.app#que3 {
  pointer-events: auto;
}