div#clechar_midashi_box {
  margin: 40px auto 20px;
  background-color: #00a6ba;
  padding: 10px;
  color: white;
  font-weight: bold;
}
div.clechar_point_box {
  display: flex;
  justify-content: space-between;
}
div.clechar_point_box img {
  width: 72px;
  flex-grow: 0;
}
div.clechar_point_box div:nth-child(2) {
  margin-left: 5px;
}
div.clechar_step_container {
  margin: 30px auto;
}
div#clechar_steps_container {
  margin-bottom: 60px;
}
div#clechar_steps_container > div.clechar_step_header_box {
  border-color: #00a6ba;
  border-width: 0 0 1px 0;
  border-style: solid;
  margin: 20px auto 10px;
}
div#clechar_steps_container > div.clechar_step_header_box > img {
  width: 78px;
}
div#clechar_steps_container > p {
  margin: 20px auto 10px;
  font-size: 1.15em;
}
div#dorotto_saratto_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 72%;
  margin: 40px auto;
}
div#dorotto_saratto_container > div#dorotto_box {
  border: 1px solid #96dce0;
  width: 49%;
}
div#dorotto_saratto_container > div#dorotto_box > div.dorosara_title {
  background-color: #96dce0;
}
div#dorotto_saratto_container > div#saratto_box {
  width: 49%;
  border: 1px solid #ff9fbf;
}
div#dorotto_saratto_container > div#saratto_box > div.dorosara_title {
  background-color: #ff9fbf;
}
div#dorotto_saratto_container div.dorosara_title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 0;
}
div#dorotto_saratto_container ul {
  padding-left: 16px;
}
div.epsomsalt_caution_box {
  margin: 20px auto;
  padding: 3px 10px;
  width: 52%;
  border: 1px solid #666;
}
div#epsom_quick_explain_container {
  margin: 30px auto;
  width: 66%;
  font-size: 1.15em;
}
div#epsom_quick_explain_container span {
  font-weight: bold;
}
div#how_to_bath_container {
  margin: 40px auto;
  width: 62%;
}
div#how_to_bath_container > div#how_to_bath_title_box {
  background-color: #96dce0;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
  color: white;
  text-align: center;
}
div#how_to_bath_container > div#how_to_bath_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
div#how_to_bath_container > div#how_to_bath_box > img {
  width: 46%;
}
div#how_to_bath_container > div#how_to_bath_box > div {
  width: 54%;
}
div#happy_man_bath {
  position: absolute;
  background-image: url("/img/misc/epsomsalt_happy_man_bath.png");
  width: 163px;
  height: 156px;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
div#humicle_haigou_box {
  margin: 60px auto;
  border: 2px solid #00a6ba;
  width: 100%;
}
div#humicle_haigou_box > div {
  margin: 3px 10px;
}
div#humicle_haigou_box > div#hum_hig_midashi {
  display: flex;
  justify-content: space-between;
  border: solid #00a6ba;
  border-width: 0 0 1px 0;
}
div#humicle_haigou_box > div#hum_hig_midashi img {
  width: 128px;
}
div#humicle_haigou_box > div#hum_hig_midashi div:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.3em;
  padding-left: 20px;
}
div#humicle_haigou_box > div#hum_hig_midashi div:last-child {
  flex-grow: 1;
}
div#epsomsalt_wrapper {
  width: 80%;
  margin: auto;
}
div#inner_outer_blue_box {
  margin: 30px auto;
  padding: 10px 0;
  width: 62%;
  text-align: center;
  color: white;
  background-color: #00a6ba;
  font-size: 1.2em;
  font-weight: bolder;
}
div#inner_outer_container {
  margin: 40px auto;
}
div.sp__io_care_box {
  display: none;
}
div#io_care_container {
  width: 61%;
  margin: auto;
}
div.io_rounded_box {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 40px auto 10px;
  border: 1px solid #00a6ba;
  border-radius: 30px;
}
div.io_rounded_box > div:first-child {
  display: flex;
  justify-content: space-between;
}
div.io_rounded_box > div:first-child > div:first-child {
  width: 66%;
}
div.io_rounded_box > div:first-child > div:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
div.io_rounded_box > div:first-child > div:nth-child(2) .io_care_hosoku {
  text-align: center;
}
div.io_rounded_box > div.io_care_midashi {
  position: absolute;
  padding: 2px 10px;
  background-color: #00a6ba;
  color: white;
  font-size: 1.36em;
  font-weight: bold;
  left: 20px;
  top: -15px;
}
div.io_rounded_box > div.sp__io_care_midashi {
  display: none;
}
div.io_rounded_box img {
  width: 133px;
}
p.io_care_title {
  font-size: 1.2em;
  font-weight: bold;
}
p.io_care_catchphrase {
  font-size: 1.15em;
  font-weight: bold;
}
p.io_care_hosoku,
div.io_care_hosoku {
  font-size: 0.84em;
}
div.io_care_add_to_cart_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #96dce0;
}
div.io_care_add_to_cart_container img {
  width: 33px;
  height: 27px;
  margin: 0 2px 0 5px;
}
div.io_care_add_to_cart_container .outer_button {
  margin: 0 !important;
}
div#product_details_container {
  text-align: center;
}
div#special_care_container {
  margin: 65px auto 40px;
}
div#special_care_container .wp_midashi {
  bottom: 45px;
}
div#sp__special_care_explain_box {
  display: none;
}
table#special_care_explain_table {
  margin: 20px auto;
  table-layout: fixed;
  width: 66%;
  border: 1px solid #99c7ac;
  border-collapse: collapse;
}
table#special_care_explain_table div.specare_ilust_container {
  display: flex;
  align-items: center;
}
table#special_care_explain_table th {
  padding: 10px 0;
  background-color: #99c7ac;
  color: white;
  font-weight: bold;
  text-align: center;
}
table#special_care_explain_table th:first-child {
  border-right: 1px solid white;
}
table#special_care_explain_table td {
  font-size: 0.84em;
  padding: 5px;
  border-bottom: 1px solid #99c7ac;
}
table#special_care_explain_table td:first-child {
  border-right: 1px solid #99c7ac;
}
table#special_care_explain_table td.specare_explain {
  padding: 7px;
}
table#special_care_explain_table tr:last-child > td {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
div#tokuchou_seibun_container {
  margin: 40px auto;
}
div#tokuchou_seibun_container div.tokuchou_seibun_explain_container {
  width: 60%;
  margin: auto;
}
div#tokuchou_seibun_container div.tokuchou_seibun_explain_container > p {
  margin: 20px auto;
  font-size: 1.15em;
}
div#tokuchou_seibun_container div.tokuchou_seibun_explain_container > p > span {
  color: #e10976;
}
div#tokuchou_seibun_container div.tokuchou_seibun_explain_container > div#to_cart {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: center;
}
div#tokuchou_seibun_container div.tokuchou_seibun_explain_container > div#to_cart > div.outer_button {
  margin: 0 !important;
}
div.woodpanel > div#tokuchou3 {
  font-size: 1.5em !important;
}
div.wp_title {
  font-weight: bold;
}
p#intro {
  margin: 80px auto 30px;
  font-size: 1.9em;
  text-align: center;
  line-height: 2.1em;
}
p#intro > span {
  font-size: 1.2em;
  font-weight: bold;
}
/*# sourceMappingURL=epsomsalt.css.map */