/* Scss Document */
#protein {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.strong {
  color: #ff0082;
}

.mainImg {
  width: 730px;
  margin-bottom: 20px;
}

.mainImg img {
  width: 100%;
}

.sec {
  background: #e1e1e1;
  padding: 15px 0 45px;
  width: 730px;
  margin-bottom: 20px;
  display: block;
}

.hl--sec {
  margin-bottom: 20px;
  width: 433px;
}

.hl--sec > img {
  width: 100%;
}

.txtBox {
  width: 645px;
  margin: 0 auto 10px;
}

.txtBox--lead {
  width: 645px;
  margin: 0 auto 30px;
}

.txt--sub {
  width: 645px;
  margin: auto;
}

.contArea__hl {
  margin-bottom: 12px;
}

.contArea__inner {
  width: 645px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contArea__inner:last-of-type {
  margin-top: 0;
}

.contArea__txt {
  width: 355px;
}

.contArea__img {
  width: 270px;
}

.contArea__img img {
  width: 100%;
}

.tanpakuCate {
  width: 645px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tanpakuCate__cont {
  width: 315px;
  position: relative;
}

.tanpakuCate__txt {
  width: 290px;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.proteinCate {
  width: 645px;
  background: #fff;
  border: solid 2px #c3d600;
  padding: 30px 0;
  margin: auto;
}

.proteinCate__cont {
  width: 580px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proteinCate__cont + .proteinCate__cont {
  margin-top: 10px;
}

.proteinCate__hl {
  width: 132px;
}

.proteinCate__txt {
  width: 430px;
}

.timing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 645px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border: solid 2px #c3d600;
}

.timing__hl {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.timing__hl > img {
  width: 100%;
}

.timing__contArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timing__contArea > img {
  width: 90px;
}

.timing__cont {
  width: 465px;
}

.timing__time {
  margin-bottom: 5px;
}

.timing__txt {
  margin-bottom: 25px;
}

.timing__bln {
  position: relative;
  background: #FFF5C2;
  padding: 10px;
  margin-bottom: 28px;
}

.timing__bln::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 245, 194, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-bottom-color: #FFF5C2;
  bottom: 100%;
  left: 15%;
}

.timing__bln > img {
  margin-bottom: 5px;
}

.timing__bln > p {
  margin-bottom: 0;
}

.sec04__inner {
  width: 645px;
  margin: auto;
}

.forFloat {
  float: right;
  width: 1px;
  height: 95px;
}

.floatImg {
  float: right;
  clear: both;
  width: 270px;
  height: 205px;
  background: url(img_sec04-1.jpg);
  margin-left: 5px;
}
