#c5-campaign{
  color: #333;
  font-family:  -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
}
/* _:lang(x)::-ms-backdrop, #c5-campaign {
  font-family: "メイリオ", Meiryo, sans-serif;
} */

.c5-article_area h1{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  margin: 1.5em 0 1em 0;
}
@media screen and (max-width: 639px){
  .c5-article_area h1{
    font-size: 1.6rem;
  }
}
.c5-article_area .c5-ttl_sub{
font-size: 0.7em;
line-height: 1.7em;
display: inline-block;
}
.c5-mv{
  width: 100%;
}
.c5-mv img{
  width: 100%;
}
.c5-notes{
  display: block;
  margin-top: 5px;
  font-size: 0.85rem;
  text-indent: -1em;
  padding-left: 1em;
  opacity: .75;
}
.c5-overview_area {
  margin: 100px auto;
}
@media screen and (max-width: 639px){
  .c5-overview_area {
    margin: 50px auto;
  }
}
.c5-overview_area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 4rem;
  background: #aba9a4;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem
}
@media screen and (max-width: 639px){
  .c5-overview_area h2 {
    margin-bottom: 2.5rem;
  }
}
.c5-overview_area dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  /* border-left: 0.75rem solid #bebbb6; */
  border-bottom: 1px dotted #bebbb6;
  padding-left: 1.5rem;
  position: relative;
}
.c5-overview_area dt::before {
  content: '';
  width: 0.75rem;
  height: 100%;
  background: #bebbb6;
  bottom: -1px;
  left:0;
  position: absolute;
}
.c5-overview_area dd {
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 639px){
  .c5-overview_area dd {
    margin-bottom: 2rem;
  }
  
  .s5-row__col2 {
    display: block;
    width: auto;
    margin-bottom:0;
}
}
.c5-overview_area dd strong {
  font-weight: bold;
  font-size: 1.5rem;
}
.c5-overview_area .s5-button {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0;
}

.c5-overview_area .s5-storeButton {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0;
}

.c5-btn_area{
	margin:auto;
	width:auto;
	text-align:center;
}

.c5-btn_area a{
  margin:20px 10px;
  width:270px;
}

.c5-notes_area{
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
  background: #f5f5f5;
  font-size: 0.85rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-notes_area h2{
  /* text-align: center; */
}
.c5-notes_area ul{
  padding: 0;
}
.c5-notes_area li{
  list-style-type: none;
  text-indent: -1em;
  /* padding-left: 1em; */
}

