/* パンくず */
.pankuzu {
  width: auto;
  overflow-x: scroll;
  background-color: #f7f7f7;
  padding: 5px 0 !important;
  color: #808080 !important;
  line-height: 0.6;
  border-top: 1px solid #e6e6e6;
  scrollbar-width: none;
}

.pankuzu ul {
  width: 986px;
  margin: 0 auto;
}

.breadcrumbs-lists li {
  display: inline;
  font-size: 10px;
}

.breadcrumbs-lists li a {
  color: #808080 !important;
}

/* シミュレーションエリア */
input[type="radio"] {
  display: none;
}

.aaaa label input {
  position: absolute;
  left: 20px;
  top: 70px;
}

.radio {
  width: 250px;
  height: 123px;
  margin: 0 5px;
  background: #ffffff;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  border: solid 2px #bbbbbb;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover {
  background-color: #cee6fd;
  border: solid 4px #005cb8;
}

.radio:hover:after {
  border-color: #005cb8;
}

.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 53px;
  left: 11px;
  display: block;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  border: 2px solid #dddddd;
  border-radius: 20px;
  background: #dddddd;
  content: "";
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55px;
  left: 18px;
  display: block;
  margin-top: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #005cb8;
  content: "";
  opacity: 0;
  z-index: 2;
}

.radio:hover:before {
  opacity: 1;
}

input[type="radio"]:checked+.radio:before {
  opacity: 1;
}

input[type="radio"]:checked+.radio:after {
  opacity: 1;
  border-color: #005cb8;
}

input[type="radio"]:checked+.radio {
  opacity: 1;
  background-color: #cee6fd;
  border: solid 4px #005cb8;
}

.fo_tit {
  font-size: 30px;
  margin: 60px 30px 30px;
}

.fo_tit span {
  padding: 10px 30px;
  background: #cee6fd;
  margin-right: 20px;
}

.fo_btn_area {
  background: #f1f1f1;
  width: 860px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px;
}

#Execution_simulator img {
  cursor: pointer;
}

.result {
  font-size: 16px;
}

.result select {
  width: 120px;
  height: 46px;
  font-size: 28px;
  color: #dd0000;
  background: #fff;
  border: solid 1px #625e5f;
  border-radius: 3px;
  padding-left: 10px;
  text-indent: 0.01px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  cursor: pointer;
}

select:-ms-expand {
  display: none;
}

.result .bottle {
  position: absolute;
  left: 19px;
  top: 20px;
}

.result .bottle img {
  width: 127px;
}

.confirmLink {
  margin-left: 95px;
}

#water_price {
  font-weight: bold;
  font-size: 24px;
  color: #dd0000;
}

#water_price span {
  font-size: 40px;
  line-height: 1;
}

#anc_simulator .title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.water_simulation1 {
  font-size: 28px;
  position: absolute;
  top: 28px;
  left: 164px;
}

.water_simulation2 {
  font-size: 43px;
  line-height: 1.3;
  color: #005cb8;
}

.water_simulation3 {
  position: absolute;
  top: 28px;
  left: 152px;
  font-size: 26px;
  line-height: 1.3;
  color: #0360b0;
  font-weight: bold;
}

.water_simulation4 {
  position: absolute;
  top: 113px;
  left: 152px;
  font-size: 15px;
  font-weight: bold;
}

.water_rec1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #e64040;
}

.water_rec2 {
  font-size: 18px;
  letter-spacing: -0.7px;
  font-weight: bold;
}

.fixedresult_tit {
  text-align: center;
}

.result .bottle_result {
  float: left;
  width: 300px;
  text-align: center;
}

.result .water_result {
  float: left;
  width: 300px;
  text-align: center;
}

.result .cart_result {
  float: right;
  width: 300px;
}

.result .cart_result a {
  height: 54px;
  background: linear-gradient(#ec2325, #670607);
  border-radius: 29px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  width: 262px;
  margin: 10px 10px 0 0;
}

.result .bottle_result .water_bottle::before,
.result .water_result .goh0::before {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0 5px 6px 0;
}

.result .bottle_result .water_bottle::after,
.result .water_result .goh0::after {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0 5px 6px 0;
}

#fixedresult .finner {
  width: 986px;
  margin: 0 auto;
}

#fixedresult {
  position: fixed;
  bottom: 0;
  background: #ffffec;
  left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  display: none;
  box-shadow: 0 -1px 18px #b8b8b8;
  z-index: 1000;
}