@charset "UTF-8";

article * {
  box-sizing: border-box;
}
article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;/* 画像下のスペースを消す */
}
.link-txt {text-decoration: underline;}
/**
 * ***************************************
 * トップバナー
 * ***************************************
 */
.topbanner {
	margin-bottom: 3rem;
}
.topbanner h1{
	margin-bottom: 1rem;
}
.topbanner p{
	font-size: 1.5rem;
	text-align: center;
	width: 90%;
	margin: 0 auto 1.5rem;
    line-height: 1.2;
}
.topbanner p.txtMain{
	font-size: 2rem;
	font-weight: bold;
    color: #015852;
}
.topbanner p.txtBold{
	font-weight: bold;
}
.topbanner p.txtDate{
	font-size: 1rem;
	/*color: #eeec01;*/
}
.end-txt {
	text-align: center!important;
	color: red;
}
.cam-txt, .anchorLink {
    font-size: 1rem!important;
}
.cam-txt, .anchorLink { margin-top: 1rem!important; }
.cam-txt span {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.cam-img {
    margin: 1rem auto 0;
    width: 90%;
}
.cam-img img {
    border-radius: 1rem;
}
.link-banner {
	/*width: 90%;*/
	margin: 0 auto;
}
.link-banner　img{
	max-width: 100%;
	text-align: center;
}
/**
 * ***************************************
 * メイン
 * ***************************************
 */
.mainArea { width: 90%; max-width: 990px; margin: 0 auto 2rem; }
.btnBlock { text-align: center; }
.btnBlock a { display: inline-block; width: 17rem; padding: 1rem; font-size: 1.2rem; font-weight: bold;
    border: 1px solid #c7c7c7; border-radius: 0.5rem; background: #56D6FF; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); }
.btnBlock a:hover { opacity: .6;}
.btnBlock.premium { margin: 1rem auto 3rem; }
.btnBlock.premium p { font-size: 1.2rem; margin-bottom: 0.5rem; }
.btnBlock.premium a { display: inline-block; width: 17rem; padding: 1rem; font-size: 1.2rem; font-weight: bold;
    border: 1px solid #c7c7c7; border-radius: 0.5rem; background: #ff9204; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); }
.pointBlock { margin: 2rem 0; }
.pointBlock .blockTitle { margin: 0 auto 1rem; text-align: center; }
.pointBlock .blockTitle p { display: inline-block; padding: 0 1rem 0.5rem; font-size: 1.5rem; font-weight: bold; border-bottom: 2px dotted; }
.pointBlock figure { text-align: center; margin-bottom: 2rem; }
.pointBlock figure img { width: 100%; max-width: 776px; }
.pointBlock .pointsList { margin-bottom: 2rem; font-weight: bold; }
.pointBlock .pointsList li { display: flex; align-items: center; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e5e5e5; }
.pointBlock .pointsList li:first-child {border-top: 1px solid #e5e5e5; }
.pointBlock .pointsList .usually { flex: 1; margin-right: 1rem; line-height: 1.2; }
.pointBlock .pointsList .usually .cancell { position: relative; }
.pointBlock .pointsList .usually .cancell::after { position: absolute; top: 50%; left: 0; width: 100%; content: ''; transform: rotate(10deg); border-top: 3px solid #ef3232; }
.pointBlock .pointsList .campaign { color: #ef3232; width: 12rem; }
.pointBlock .pointsList .campaign .member { font-size: 0.8rem; margin-bottom: 0.3rem; }
.pointBlock .pointsList .campaign .bonus { display: flex; align-items: center; font-size: 1.3rem; }
.pointBlock .pointsList .campaign .bonus .icon { display: inline-block; margin-left: 0.5rem; padding: 0.3rem 0.5rem 0.2rem; border-radius: 0.5rem;
    background: #ef3232; color: #fff; font-size: 0.8rem; font-weight: normal; text-align: center; }
.pointBlock .pointsList .campaign .bonus .icon.prime { background: #FF9204; }
.aboutPointsArea, .expirationDateArea { margin-top: 3rem; }
.aboutPointsArea .subtitle, .expirationDateArea .subtitle { font-weight: bold; }
/**
 * ***************************************
 * リンクバナー
 * ***************************************
 */
.linkbanner { width: 80%; margin: 0 auto 2rem; }
/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement {
	border: solid 1px #015852;
	padding: 1rem 1rem 0rem 1rem;
	
	margin: 0 2% 2rem 2%;
}
.entry-agreement p {
	font-size: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5rem;
}
.entry-agreement a {
	text-decoration: underline;
}
.entry-agreement p.caTitle { text-align: center; }
.txt-blue {
	color: #015852;
	font-size: 1.2rem;
	font-weight: bold;
}
.txt-red {
	color: #f00;
}
.txt-bold {
	font-weight: bold;
}