@charset "utf-8";

/*
 common
======================================== */
body{color: #333;}

/*
 logo__area
======================================== */
.logo__area{
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #c4d8e4;
}

/*
 point__area
======================================== */
.point__area{
  background-color: #e6eef2;
  padding-top: 16px;
  padding-bottom: 40px;
}
.point__title{margin-bottom: 24px;}
.point__period{
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 32px;
}
.point__notice{
  text-align: center;
  width: 720px;
  margin: 16px auto;
  font-size: 12px;
  line-height: 1.5;
}
.rcEntryButton:hover{
  opacity: .8;
}
/*
 main-contents
======================================== */
article.main-contents{
  padding-top:64px;
  padding-bottom: 64px;
}
article.main-contents:nth-child(even){
  background-color: #fff;
}
article.main-contents:nth-child(odd){
  background-color: #f1f7fb;
}
.main-contents__title.ecm-commentary-headline{
  font-size: 32px;
  padding-bottom: 16px;
  margin-bottom: 28px;
  line-height: 1.1;
  color: #2c374b;
}
.main-contents__title.ecm-commentary-headline:after{
  background-color: #99B4D0;
}
.main-contents__title .ecm-ad{
  background-color: inherit!important;
}
.main-contents .ecm-search{
  width: 680px;
  height: 44px;
  margin: 0 auto;
}
.sub-contents__title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  line-height: 1.1;
  color: #2c374b;
}

/*
 shoplist
======================================== */
#shoplist .shoplist__link{
  font-size: 14px;
  color: #333 !important;
}
._shoplist a:before{
  display: inline;
  content: "・";
}

/*
 rule__wrap
======================================== */
.rule__wrap{
  padding-top: 64px;
  padding-bottom: 64px;
}

/*
 relation
======================================== */
.relation{
  padding-top: 64px;
  padding-bottom: 72px;
}
.ralation__name{
  font-size: 20px;
  text-align: center;
  margin-top: 18px;
}