@charset "UTF-8";

article * {
  box-sizing: border-box;
}
article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;/* 画像下のスペースを消す */
}
.link-txt {text-decoration: underline;}
.pageBack {
	width:90%;
	max-width:990px;
	margin:0 auto;
	padding:1rem 0;
/*	border-top:2px solid #777;*/
	text-align:center;
}
.pageBack .centerBox a{
	display:inline-block;
	position:relative;
	padding:2rem;
	color:#fff;
	font-size:1rem;
}
.pageBack .centerBox a:after {
	-webkit-transform:rotate(135deg);
	display:block;
	position:absolute;
	top:50%;
	left:1rem;
	width:.5rem;
	height:.5rem;
	margin-top:-.3rem;
	clear:both;
	transform:rotate(135deg);
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:transparent #ffa904 #ffa904 transparent;
	content:"";
}
.subscAppeal p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin: 4rem 0 1rem;
}
/**
 * ***************************************
 * トップバナー
 * ***************************************
 */
.topbanner {
	margin-bottom: 2rem;
}
.topbanner h1{
	margin-bottom: 1rem;
}
.topbanner p{
	font-size: 1.5rem;
	text-align: center;
	width: 90%;
	margin: 0 auto 0.5rem;
}
.topbanner p.txtMain{
	font-size: 2rem;
	font-weight: bold;
    color: #ffb801;
}
.topbanner p.txtBold{
	font-weight: bold;
}
.topbanner p.txtDate{
	font-size: 1rem;
	/*color: #eeec01;*/
}
.end-txt {
	text-align: center!important;
	color: red;
}
.cam-txt {
    font-size: 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 4rem;
}
.link-banner　img{
	max-width: 100%;
	text-align: center;
}
/**
 * ***************************************
 * メイン
 * ***************************************
 */
.mainArea { margin-bottom: 2rem; }
.mainBlock { 
    background-color: #D4F2E2; 
    border-radius: 1rem; 
    padding: 2rem 1rem; 
    margin: 0 1rem; 
    text-align: center; 
    color: #32b16c;
    line-height: 1.2;
}
.mainBlock .camTitle { font-size: 2rem; font-weight: bold; margin-bottom: 1rem; }
.mainBlock .camText { font-size: 1.5rem; font-weight: bold; margin-bottom: 2rem; }
.mainBlock .camText span { font-size: 4rem; font-weight: bold; color: #FF8C1B;}
.mainBlock .camText2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 3rem; }
.mainBlock .camText3 { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem;  color: #fb4a92;}
.mainBlock .camImage { width: 70%; margin: 0 auto 3rem; }
.mainBlock .link-agreement { font-size: 1.2rem;  margin-bottom: 2rem; }
.mainBlock .howBlock { background-color: #fff; padding: 1rem; margin: 0 1rem 2rem; border-radius: 1rem; }
.mainBlock .howBlock .heading { 
    color: #32b16c;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold; 
    position: relative;
    padding: 0 3rem 0.5rem;
}
.mainBlock .howBlock .heading:after { 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #D4F2E2, #D4F2E2 3px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #D4F2E2, #D4F2E2 3px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mainBlock .howBlock ol { font-size: 1.3rem; color: #32b16c; line-height: 1.6rem; text-align: left;}
.mainBlock .howBlock ol li {
    display: flex;
    margin: 0 1rem;
    padding: 1.5rem 0;
    border-top: solid 2px #E1E1E1;
    align-items: center;
}
.mainBlock .howBlock ol li:first-child { border-top: none; }
.mainBlock .howBlock ol li .step {
    display: grid;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background-color: #32b16c;
    margin-right: 1rem;
    padding: 0.5rem;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
}
.mainBlock .note { font-size: 1.2rem; }
.mainBlock .enterBtn {
    max-width: 60%;
    margin: 0 auto;
}
@media (max-width: 568px){
    .mainBlock .enterBtn { max-width: 80%;}
}
.mainBlock .enterBtn a {
    display: grid;
    align-items: center;
    height: 4rem;
    border-radius: 2rem;
    background-color: #32b16c;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding: 0 1rem;
    border: 1px solid #c7c7c7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.mainBlock .enterBtn a:hover {
    opacity: .6;
}
/**
 * ***************************************
 * リンクバナー
 * ***************************************
 */
.linkbanner { width: 80%; margin: 0 auto 2rem; }
/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement {
	border: solid 1px #32b16c;
	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;
}
.txt-blue {
	color: #32b16c;
	font-size: 1.2rem;
	font-weight: bold;
}
.txt-red {
	color: #f00;
}
.txt-bold {
	font-weight: bold;
}