@charset "utf-8";
.contens_wrap div,.contens_wrap span,.contens_wrap p,.contens_wrap img,.contens_wrap ul,.contens_wrap li {
  margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent;
}
.contens_wrap { line-height:1; -webkit-text-size-adjust: 100%;}
.contens_wrap ul li { list-style:none;}
.contens_wrap a { margin:0; padding:0; color: #666; text-decoration: none; vertical-align:baseline;}
.contens_wrap a:hover {
  -webkit-filter:brightness(110%);
  -moz-filter:brightness(110%);
  -ms-filter:brightness(110%);
  filter: brightness(110%);
}
.contens_wrap table { border-spacing:0;}
/* ===================================================================================
  resetここまで
=================================================================================== */
.contens_wrap .contens{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  text-align:left;
}

.contens_wrap .change { 
  background: url("https://gigaplus.makeshop.jp/honeymother/img/event/hm_teiki/pc_mh_teiki_bg.jpg")no-repeat top center;
    padding-bottom: 50px;
}

.contens_wrap .annotation{
  font-size: 15px;
  line-height: 25px;
  padding: 10px 30px 50px;
}

.contens_wrap .caution {
  width: 940px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 70px;
  position: relative;
}

.contens_wrap .caution:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 940px;
  height: 23px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: 
url("https://gigaplus.makeshop.jp/honeymother/img/event/hm_teiki/pc_cotion_bottom2.png")no-repeat bottom center;
}


.contens_wrap .cotion_list {
  padding: 35px 0 15px 60px;
  border-left:#f6921e solid 5px;
  border-right:#f6921e solid 5px;
}

.contens_wrap .cotion_list li{
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}

.contens_wrap .cotion_list li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 10px;
  display: inline-block;
	width: 10px;
	height: 10px;
	background: #f6921e;
	border-radius: 50px
}

.contens_wrap .cotion_list li .cotion_red{
  color: #ec1c24;
  position: relative;
  display: inline-block;
}

.contens_wrap .cotion_list li .cotion_red:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  display: inline-block;
  width: 458px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
background:url("https://gigaplus.makeshop.jp/honeymother/img/event/hm_teiki/pc_cotion_red.png")no-repeat bottom center;
}

.contens_wrap .contens .btn {
  position: absolute;
  top: 760px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: none;
}

