.buy_bg {
 width:1000px;
 height:260px;
 margin:0 auto;
 padding:0;
 background:url("../images/care/tm-405ccond-ro_16_bg.jpg") no-repeat 0 0;
}
.buy_bg a:hover {
 opacity:1;
}
.buy_01 {
 margin:10px 0 0 10px;
}
.buy_02 {
 width:326px;
 margin:0 0 0 10px;
 float:left;
}
.buy_03 {
 width:328px;
 margin:0;
 float:left;
}
.buy_04 {
 width:326px;
 margin:0 10px 0 0;
 float:left;
}

@media screen and (max-width:650px){
 .buy_bg, .buy_bg img {
  width:100%;
 }
 .buy_01, .buy_02, .buy_03, .buy_04 {
  margin:0;
 }
}

.cart_wrap {
 width:670px;
 margin:0 auto;
 padding:0;
}

.cart_bottle {
 width:288px;
 float:left;
}

.cart_logo {
 width:382px;
}

.cart_nav {
  width:670px;
  margin:10px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart_nav section {
  margin: 10px;
  padding: 15px;
}

.cart_num {
  background: #fafafa;
  border: none;
  border: 1px solid #42c865;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  margin:0 0 10px 0;
  padding:0 10px;
}
.cart_button {
  background: #327240;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.cart_notice {
 font-size:12px;
 font-weight:bold;
 color:#eb597e;
 line-height:140%;
 margin:10px 0;
}
.cart_othmoll {
 background:#fff;
 text-align:center;
}
.cart_othmoll img {
 width:120px;
 margin:5px 0;
 border:1px solid #ccc;
}
.spon {
 display:none;
}

/*画像のテキスト化style*/
#reason {
  background-color: #f0f2f1;
  padding: 50px 0 75px;
}

.reason_wrapper {
  width: 924px;
  margin-right: 7px;
}

.reason_ttl {
  font-family: auto;
  background-color: #FFD660;
  padding: 30px 0;
  border-radius: 10px 10px 0 0;
}

.reason_ttl h2 {
  font-weight: bold;
  font-size: 3em;
}

.reason_ttl h2 span {
  color: #000;
  background:linear-gradient(transparent 60%, #fff9a9 60%);
}

.reason_ttl h2 small {
  font-weight: bold;
  font-size: 80%;
  color: #000;
}

.reason_txt {
  position: relative;
  font-size: 1.2em;
  background-color: #fff;
  padding: 30px 0;
  border-left: 5px solid #FFD660;
  border-right: 5px solid #FFD660;
  border-bottom: 5px solid #FFD660;
  border-radius: 0 0 10px 10px;
}

.reason_txt img {
  margin: 30px auto;
}

.reason_txt:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -44px;
  left: 0;
  width: 0px;
  height: auto;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 50px 80px 0 80px;
}

.reason_txt:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: auto;
  margin: auto;
  border-style: solid;
  border-color: #FFD660 transparent transparent transparent;
  border-width: 50px 80px 0 80px;
}

#wcare h2 {
  color: #fff;
  background-color: #e95412;
  font-size: 2em;
  padding: 15px 0;
}

#review {
  background-color: #7e4d3c;
}

#review .review_wrapper {
  padding: 60px;
}

#review .review_ttl {
  color: #fff;
  font-size: 4em;
}

#review .ttl_small {
  color: #fff;
  font-size: 1.5em;
  margin: 30px auto 80px;
}

#review h3 {
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 50px;
}

#review h3 strong {
  color: #fff;
  font-size: 200%;
}

#review h3 small {
  color: #fff;
  font-size: 60%;
}

#review h4 {
  position: relative;
  color: #7e4d3c;
  background-color: #fff;
  display: inline-block;
  font-size: 3em;
  font-weight: bold;
  padding: 10px 60px;
  border-radius: 10px;
}

#review h4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.review_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.review_box {
  width: 45%;
  background-color: #fff;
  padding: 20px;
  margin-top: 50px;
}

.review_box .box_ttl {
  color: #b32e33;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}

.review_box .box_flex {
  display: flex;
  align-items: flex-start;
}

.review_box .img_box {
  width: 100%;
}

.review_box .box_flex .img_box p {
  padding: 0;
  text-align: center;
}

.review_box .box_flex p {
  padding-left: 15px;
  text-align: start;
}

#change h2 {
  color: #fff;
  background-color: #e95412;
  font-size: 2.5em;
  padding: 20px 0;
}

.container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
}

#how {
  background-image: url(https://yq911059.heteml.net/test/405/img/405nlp_17-bk.jpg);
  padding: 40px;
}

#how .how_wrapper {
  border: 3px solid #342123;
  padding: 50px 20px;
  background-color: #fff;
}

#how .how_ttl {
  font-size: 5em;
  line-height: 0.6em;
  margin-bottom: 50px;
}

#how .how_ttl .ja {
  font-size: 40%;
  color: #fff;
  background-color: #555;
  padding: 5px 12%;
}

#how .how_content {
  width: 80%;
  margin: auto;
}

#how h3 {
  font-size: 1.5em;
}

#how h3 span {
  margin-right: 15px;
  padding: 5px 15px;
  background-color: #555;
  color: #fff;
}

#how .how_box {
  display: flex;
  align-items: center;
  margin: 30px auto 75px;
}

#how .how_txt {
  text-align: start;
  font-size: 1.4em;
  padding-left: 20px;
}

#how .how_txt small {
  font-size: 70%;
}

@media screen and (max-width:767px) {
  #how .how_box {
      display: block;
  }
}
@media screen and (max-width:650px){
 .spnon {
  display:none;
 }
 .spon {
  display:block;
 }
 .spon img {
  width:100%;
 }
 .cart_nav {
  width:100%;
 }
 .cart_nav img {
  width:100%;
 }
}

.cconytm {
 width:1000px;
 padding:0 0 20px 0;
 background:#feffe6;
 text-align:center;
}

.cconytm_sp {
 width:100%;
 background:#feffe6;
 text-align:center;
}