#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,
.c5-article_area h2,
.c5-article_area h3,
.c5-article_area p,
.c5-article_area ul,
.c5-article_area ol,
.c5-article_area li {
    padding: 0;
    margin: 0;
}
.c5-article_area p {
    margin-bottom: 1.5em;
}
.c5-article_area p + h3 {
    margin-top: 1.5em;
}
.c5-article_area h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin: 1.5em 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-lead {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 80px;
}
.c5-mv_area {
    text-align: center;
    padding: 15px;
    background-color: #dfeaff;
    border: 1px solid #6f91d0;
    margin-bottom: 30px;
}
.c5-mv {
	padding-right: 40px;
	margin-bottom: 20px;
}
@media screen and (max-width: 639px){
	.c5-mv {
		padding-right: 0;
	}
}
.c5-mv img {
    max-width: 100%;
    height: auto;
}
.c5-ttl {
    font-weight: bold;
    font-size: 1.3rem;
}
.c5-notes{
  margin-top: 5px;
  font-size: 0.85rem;
  text-indent: -1em;
  padding-left: 1em;
    display: inline-block;
}
.c5-notes .c5-large {
    font-size: 1.3em;
}
.c5-overview_area {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 639px){
  .c5-overview_area {
    margin: 0 0 50px 0;
  }
}
.c5-overview_area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  background-color: #6f91d0;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5em;
    line-height: 1.3;
}
@media screen and (max-width: 639px){
  .c5-overview_area h2 {
    margin-bottom: 1em;
      font-size: 1.4rem;
  }
}
.c5-overview_area h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1em;
  /* border-left: 0.75rem solid #bebbb6; */
  border-bottom: 1px dotted #6f91d0;
  padding: 5px 0 5px 1em;
    line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 639px){
    .c5-overview_area h3 {
        font-size: 1.2rem;
    }
}
.c5-overview_area h3::before {
  content: '';
  width: 0.75rem;
  height: 100%;
  background: #6f91d0;
  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{
  padding: 1.5em 33% 1.5em 1.5em;
  background: #dfeaff;
  box-sizing: border-box;
    margin-bottom: 80px;
	position: relative;
}
.c5-notes_area_ttl{
  font-size: 1.3rem;
    line-height: 1.3;
	font-weight: bold;
    margin-bottom: 10px;
}
.c5-sponly {
	display: none;
}
@media screen and (max-width: 639px){
	.c5-notes_area {
		padding: 1.5em;
	}
    .c5-notes_area h2{
      font-size: 1.2rem;
    }
	.c5-pconly {
		display: none;
	}
	.c5-sponly {
		display: block;
	}
}
.c5-notes_area ul{
}
.c5-notes_area li{
  list-style-type: disc;
    margin: 5px 0 0 25px;
  /* padding-left: 1em; */
}
.c5-txt_c {
    text-align: center;
}
.c5-listcount {
    list-style: none;
    font-weight: bold;
}
.c5-listcount > li {
	counter-increment: count;
	margin-bottom: .7em;
	padding-left: 1.5em;
	position: relative;
}
.c5-listcount > li:before {
	content: counter(count);
	left: 0;
	position: absolute;
	top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 1rem;
}
.c5-large {
    font-size: 1.2em;
}
.c5-otoku {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 20px;
    border: 3px double #f5683a;
    padding: 1em;
    background-color: #fff;
    letter-spacing: 0.1em;
    color: #f5683a;
}
.c5-otoku span {
    font-size: 1.2em;
}
@media screen and (max-width: 639px){
    .c5-otoku {
        padding: 10px;
        font-size: 1.3rem;
    }
}
.c5-fc_blue {
    color: #315eb1;
}
.c5-ribon {
	position: absolute;
	top: -30px;
	right: 10px;
	width: 25%;
	padding-right: 30px;
}
.c5-ribon:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #97802f;
	position: absolute;
	top: 0;
	right: 1%;
	content: '';
}
.c5-ribon img {
	width: 100%;
	height: auto;
}
.c5-mb45 {
	margin-bottom: 45px !important;
}