@charset "euc-jp";
/* CSS Document */


@media screen and (min-width: 768px) {

/*-----------------------------------------------*/
/*¥Ù¡¼¥¹*/
/*-----------------------------------------------*/


#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;
}

.smp {
  display: none;
}




.mv_head {
  background-color: #e8e8e8;
}

.mv_head .explain {
  width: 900px;
  padding: 15px;
  margin:0 auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mv_head .bottle {
  border: solid 1px #4bc886;
  display: flex;
  width: 57%;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 19px;
  border-radius: 20px;
  margin: 21px auto;
}

.mv_head .bottle li:nth-child(1) {
  width: 66%;
  padding-left: 25px;
}

.mv_head .bottle li:nth-child(2) {
  width: 100%;
}

.mv_head p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}

.mv_head .attention {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #af0a0a;
}

.p-simulation .attention {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #af0a0a;
  padding: 5px;
  border-radius: 20px;
  margin: 12px auto;
  width: 70%;
}

/* 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: 60px 0;
}

#washer_sim .p-simulation .p-simulation_list .item {
  margin-bottom: 60px;
}





#washer_sim .p-simulation .select_area {
  background-color: #fff;
  padding: 23px;
  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: 23px;
  color: #fff;
}

#washer_sim .simulation_q .num {
  font-size: 23px;
  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;
}


#que1 .answer {
  background-color: #4bc886;
  margin: 17px auto;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

#que1 .answer a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.answer svg {
  fill: #fff;
}

.answer .cls-1 {
  fill: none;
  stroke: #ffffff !important;
  stroke-miterlimit: 10;
  stroke-width: 25px;
}

#que2 label {
  font-size: 14px;
}

#que2 .answer {
  background-color: #4bc886;
  margin: 17px auto;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

#que2 .answer a {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#que3 .answer {
  background-color: #4bc886;
  margin: 17px auto;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

.radio_container1 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container2 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container3 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.radio_inner {
  padding: 0 25px;
}

label {
  cursor: pointer;
}

.answer {
  display: none;
  transition: 0.3s;
}


#que2 .answer.not {
  background-color: #af0a0a;
  margin: 17px auto;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

#washer_sim #que3 img {
  width: 60%;
  vertical-align: bottom;
  margin: 0 auto;
  display: list-item;
  margin-bottom: 12px;
}

.check:checked+.question+.answer {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ex {
  text-align: center;
  border-bottom: dotted 3px #af0a0a;
  font-weight: 400;
  color: #af0a0a;
  width: 66%;
  font-size: 19px;
  margin: 13px auto 20px;
}

.tabMenu,.tabMenu2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 98%;
  justify-content: center;
  align-items: center;
  margin: 0 auto; 
}

.tabMenu li,.tabMenu2 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: 171px;
  font-size: 17px !important;
  border-radius: 12px;
}

.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: 61px;
  font-size: 17px !important;
  border-radius: 12px;
}

.tabMenu li img,.tabMenu2 li img {
  width: 50% !important;
}

.tabMenu li:nth-child(2) img,.tabMenu2 li:nth-child(2) img {
  width: 65% !important;
}

.tabMenu li:nth-child(6) img,.tabMenu2 li:nth-child(6) img {
  width: 65% !important;
}

.tabMenu li:first-child,.tabMenu2 li:first-child {
  border-left: none;
}

.tabMenu li.active,.tabMenu2 li.active {
  background: #4bc886;
  color: #fff;
}

.tabContent,.tabContent2 {
  display: none;
  padding: 20px;
}


.tabContent.active,.tabContent2.active {
  display: block;
}
/* button {
  margin: 0 auto;
  cursor: pointer !important;
  text-align: center !important;
  color: #af0a0a !important;
  margin-bottom: 11px !important;
  font-size: 15px !important;
  background-color: #ffe1e1 !important;
  padding: 3% 7% !important;
  border-radius: 61px !important;
  position: relative !important;
  width: 100%;
  line-height: 1.5 !important;
} */

#que2 button{pointer-events: none;}
.tabContent p,.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;
}

.sizetitle {
  color: #060606;
  text-align: center;
  border-radius: 0;
  padding: 3%;
  margin: 3% auto;

}
.sizetitle {
  display: flex;
  align-items: center;
}

.sizetitle:before,
.sizetitle:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}

.sizetitle:before {
  margin-right: 1rem;
}

.sizetitle:after {
  margin-left: 1rem;
}
.size {
  display: flex;
  gap: 2%;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

.size li {
  background-color: #060606;
  padding: 2%;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.retry {
  background-color: #4bc886;
  color: #fff !important;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retry svg {
  fill: #fff;
}

table {
  margin: 0 auto;
  padding-bottom: 5%;
  width: 100%;

}

table th,
table td {
  border-radius: 0px;
  text-align: center;
  padding: 2%;
  width: 36%;

}

table th {
  background-color: #4bc886;
  color: white;
  border: solid 1px #4bc886;
  font-size: 18px;
  align-content: space-around;
}

table td {
  background-color: #4bc88624;
  border: solid 1px #4bc886;
  font-size: 16px;
}



/*-----------------------------------------------*/
/*¥Ö¥é¡¼*/
/*-----------------------------------------------*/
.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;
  }
}


#box,
#box2,
#box3,
#box4,
#box5 {
  display: none;
  opacity: 0;
  transition: 0.3s ease all;
  /* ¥¹¥à¡¼¥º¤ËÉ½¼¨¤µ¤»¤?ÍÑ */
}

#box.active,
#box2.active,
#box3.active,
#box4.active,
#box5.active {
  display: block;
  opacity: 1;
}


#que1 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#que1 ul li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 10px 10px 22px;
  border-bottom: 2px dotted #4bc88624;
}

#que1 ul li img {
width: 40%;
}
#que1 label {
  margin-bottom: -15px;
  font-size: 15px;
  background-color: #4bc88624;
  padding: 12px 20px;
  border-radius: 61px;
  position: relative;
  width: 50%;
  margin-left: 22px;
  border: solid 2px #4bc886;
}

#que1 #box {
  cursor: pointer;
  color: #fff;
  margin: 15px auto;
  font-size: 15px;
  background-color: #000000;
  padding: 12px 20px;
  border-radius: 61px;
  position: relative;
  width: 86%;
}

#que2,
#que3 {
display: none;
  pointer-events: none;
}


.app {
  display: block!important;
}

.select_area.app#que2 {
  pointer-events: auto;
}

.select_area.app#que3 {
  pointer-events: auto;
}

}


@media screen and (max-width: 767px) {

#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;
}




.mv_head {
  background-color: #e8e8e8;
}

.mv_head .explain {
  width: 91%;
  padding: 1% 0;
  margin: 0 auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.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;
}

.mv_head .bottle li:nth-child(1) {
  width: 75%;
  padding-left: 6%;
  margin-right: -18%;
}

.mv_head .bottle li:nth-child(2) {
  width: 100%;
}

.mv_head p {
  text-align: center;
  font-weight: 300;
  font-size: 4vw;
}

.mv_head .attention {
  text-align: center;
  font-weight: 300;
  font-size: 3vw;
  color: #af0a0a;
}

.p-simulation .attention {
  text-align: center;
  font-weight: 300;
  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;
}


#que1 .answer {
  background-color: #4bc886;
  margin: 17px auto;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

#que1 .answer a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.answer svg {
  fill: #fff;
}

.answer .cls-1 {
  fill: none;
  stroke: #ffffff !important;
  stroke-miterlimit: 10;
  stroke-width: 25px;
}

#que2 label {
  font-size: 14px;
}


.radio_container1 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container2 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container3 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.radio_inner {
  padding: 0 25px;
}

label {
  cursor: pointer;
}

.answer {
  display: none;
  transition: 0.3s;
}



#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%;
}


.check:checked+.question+.answer {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ex {
  text-align: center;
  border-bottom: dotted 3px #af0a0a;
  font-weight: 400;
  color: #af0a0a;
  width: 95%;
  font-size: 4vw;
  margin: 1% auto 6%;
}

.tabMenu,
.tabMenu2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tabMenu li,
.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;

}

.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;
}

.tabMenu li img,
.tabMenu2 li img {
  width: 50% !important;
}

.tabMenu li:nth-child(2) img,
.tabMenu2 li:nth-child(2) img {
  width: 65% !important;
}

.tabMenu li:nth-child(6) img,
.tabMenu2 li:nth-child(6) img {
  width: 65% !important;
}

.tabMenu li:first-child,
.tabMenu2 li:first-child {
  border-left: none;
}

.tabMenu li.active,
.tabMenu2 li.active {
  background: #4bc886;
  color: #fff;
}

.tabContent,
.tabContent2 {
  display: none;
  padding: 20px;
}


.tabContent.active,
.tabContent2.active {
  display: block;
}

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;

}

.tabContent p,
.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;
}

.sizetitle {
  color: #060606;
  text-align: center;
  border-radius: 0;
  padding: 3%;
  margin: 3% auto;

}

.sizetitle {
  display: flex;
  align-items: center;
}

.sizetitle:before,
.sizetitle:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}

.sizetitle:before {
  margin-right: 1rem;
}

.sizetitle:after {
  margin-left: 1rem;
}

.size {
  display: flex;
  gap: 2%;
  margin: 0 auto;
  justify-content: center;
}

.size li {
  background-color: #060606;
  padding: 2%;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

.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;
}

.retry svg {
  fill: #fff;
}

table {
  margin: 0 auto;
  padding-bottom: 4%;
  width: 100%;

}

table th,
table td {
  border-radius: 0px;
  text-align: center;
  padding: 2%;
  width: 36%;

}

table th {
  background-color: #4bc886;
  color: white;
  border: solid 1px #4bc886;
  font-size: 4vw;
  align-content: space-around;
}

table td {
  background-color: #4bc88624;
  border: solid 1px #4bc886;
  font-size: 4vw;
}



/*-----------------------------------------------*/
/*¥Ö¥é¡¼*/
/*-----------------------------------------------*/
.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;
  }
}


#box,
#box2,
#box3,
#box4,
#box5 {
  display: none;
  opacity: 0;
  transition: 0.3s ease all;
  /* ¥¹¥à¡¼¥º¤ËÉ½¼¨¤µ¤»¤?ÍÑ */
}

#box.active,
#box2.active,
#box3.active,
#box4.active,
#box5.active {
  display: block;
  opacity: 1;
}

#que1 ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
}

#que1 li {
  width: 100%;
  border-bottom: 2px dotted #4bc88624;
  padding-bottom: 5%;
}


#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;
}

#que1 #box {
  text-align: center;
  font-weight: 300;
  font-size: 3vw;
  color: #fff;
  background-color: #000000;
  padding: 3% 2%;
  border-radius: 44px;
  margin: 2% auto;
  width: 92%;
}



#que2,
#que3 {
display: none;
  pointer-events: none;
}


.app {
  display: block!important;
}

.select_area.app#que2 {
  pointer-events: auto;
}

.select_area.app#que3 {
  pointer-events: auto;
}

}