.ec_box_topline {
   padding-top: 25px;
   border-top: 1px solid #cccccc;
}

.ec_box_topnoline {
   padding-top: 25px;
}

.catchcopy {
   color: #a35400;
   font-size: 1.25em;
   padding: 2em 0;
}

.img_logo {
   height: auto;
}

.ec_box_cat {
   display: flex;
   flex-wrap: wrap;
}

.ec_box_cat li {
   justify-content: space-between;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 32.7%;
   margin: 0 auto 12px;
   flex-grow: 1;
}

.ec_box_cat li a {
   display: block;
   font-weight: bold;
   font-size: 16px;
   padding: 14px 5px 12px 30px;
   text-align: center;
   color: #0d5198 !important;
   text-decoration: none;
   width: 100%;
   height: auto;
}

@media screen and (max-width: 640px) {
   .ec_box_cat:after {
      width: 50%;
      content: '';
      display: block;
   }

   .ec_box_cat li {
      width: 50%;
      margin-top: -1px;
      margin-bottom: 0px;
      margin-left: -0.5px;
      margin-right: -0.5px;
      box-shadow: 0px 0px 0px 0px #d7d7d7;
      border-radius: 0px;
   }

   .ec_box_cat li a {
      display: block;
      font-weight: bold;
      font-size: 16px;
      padding: 12px 5px 12px 30px;
      text-align: left;
      color: #0d5198 !important;
   }

}

#linkbutton_area {
   padding-bottom: 4em;

}

ul.products_icon li img {
   width: 120px;
   margin-right: 8px;
}


.bt_more01 {
   display: block;
   color: #333333 !important;
   text-decoration: none !important;
   background-color: #FFF;
   box-shadow: 0px 3px 0px 0px #d7d7d7;
   border-radius: 3px;
   border: 1px solid #d7d7d7;
}

.bt_more01:hover {
   background-color: #f1f1f1;
}

.bt_more01:active {
   transform: translate3d(0, 3px, 0);
   box-shadow: 0px 0px !important;
   -moz-box-shadow: 0px 0px !important;
   -webkit-box-shadow: 0px 0px !important;
}

.bt_flex a {
   padding: 15px 35px 15px 40px;
   margin-bottom: 0.75em;
   display: inline-block !important;
}

@media screen and (max-width: 640px) {
   .bt_flex {
      text-align: center;
   }

   .bt_flex a {
      width: 90%;
   }

   .bt_width70 {
      margin-left: auto;
      margin-right: auto;
      width: 70%;
   }
}

.bt_more01_arrow_top {
   background: url(../../img/n_img/product/ec_top_arrow02.png) center left no-repeat;
   padding-left: 25px;
   background-position: 10px 50%;
}

.bt_more01_arrow_under {
   background: url(../../img/n_img/product/ec_top_arrow03.png) center left no-repeat;
   padding-left: 10px;
   background-position: 10px 50%;
}

.bt_more01_file {
   background: url(../../img/n_img/product/ec_mypage_gotomember.png) center left no-repeat;
   padding-left: 10px;
   background-position: 10px 50%;
}

.bt_more01_file_white {
   background: url(https://kenko.morinagamilk.co.jp/template/morinaga/img/n_img/product/ec_mypage_gotomember_white.png) center left no-repeat;
   padding-left: 20px;
   background-position: 10px 50%;
}

@media screen and (max-width: 640px) {
   .bt_more01 {
      font-size: 18px;
      text-align: center;
      font-weight: bold;
   }

   .bt_more01.sp_top_series_more {
      padding: 10px 0px 8px;
   }
}


.goods_chara {
   display: table;
   width: 100%;
   margin-bottom: 1px;
   font-size: 16px;
}

.goods_chara dt,
.goods_chara dd {
   display: table-cell;
   padding: 0.5em 1em;
   vertical-align: middle;
}

.goods_chara dt {
   width: 29%;
   background-color: #ececec;
}

.goods_chara dd {
   width: 85%;
}

@media screen and (max-width: 640px) {
   .goods_chara {
      border: 1px solid #d7d7d7;
   }

   .goods_chara dt,
   .goods_chara dd {
      display: table-cell;
      padding: 0.5em 1em;
      vertical-align: middle;
      margin-top: -2px;
   }

   .goods_chara dt {
      width: 100%;
      display: block;
      background-color: #ececec;
   }

   .goods_chara dd {
      width: 100%;
      display: block;
   }
}

.question_mark {
   background: url(../img/icon_question.png) center left no-repeat;
   padding-left: 30px;
}

.file_mark {
   background: url(../img/icon_window.png) center left no-repeat;
   background-position: 5px 50%;
   padding-left: 30px;
}

.megamenu_category .megamenu_category_list {
   margin-top: -13px;
}

/*¨µBOX*/
.red {
   color: #d40c0c;
}

.ec_box_main {
   background: url(../img/ec_box_main_back.jpg) top center no-repeat;
   background-size: cover;
   color: #FFF;
}

.ec_box_main_box {
   margin: 0 auto;
   display: flex;
}

.ec_box_main_box img{
   height: auto;
}

.ec_box_set {
   float: left;
   width: 48%;
}

.ec_box_set .img,
.ec_box_regist .img {
   float: left;
   margin-right: 23px;
   display: block;
   height: auto;
}

.ec_box_set .txt,
.ec_box_regist .txt {
   overflow: hidden;
}

.ec_box_regist {
   float: right;
   width: 48%;
}

.ec_box_regist_bt_box {
   background-color: #f1f1f1;
   padding: 20px;
}

.ec_box_regist_bt_box_flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.ec_box_regist_bt {
   margin: 0 auto;
}

.ec_box_regist_bt {
   background-position: 10px 50%;
   background-color: #e74f4f;
   border: 0px;
   padding: 15px 10px;
   font-weight: bold;
   margin: 0 auto;
   color: #FFF !important;
   box-shadow: 0px 3px 0px 0px #bb2828;
   font-size: 20px;
}

.ec_box_regist_bt:hover {
   background-color: #f16464;
}

.ec_box_otameshi {
   display: flex;
}
.ec_box_otameshi_thumbnail {
   width: 30%;
}

@media screen and (max-width: 640px) {
   .ec_box_set {
      float: none;
      width: 100%;
   }

   .ec_box_set .img,
   .ec_box_regist .img {
      float: left;
      margin-right: 17px;
      display: block;
   }

   .ec_box_set .txt,
   .ec_box_regist .txt {
      overflow: hidden;
   }

   .txt.sp_txtpt15 {
      padding-top: 15px;
      padding-bottom: 10px;
   }

   .txt.sp_notxt {
      display: block;
      margin-bottom: 15px;
      float: left;
      padding-top: 10px;
   }

   .ec_box_regist {
      float: none;
      width: 100%;
   }
}

.width320 {
   width: 320px;
}

.width320_box {
   width: 320px;
}
