@charset "UTF-8";
article * { box-sizing: border-box; }
article img { max-width: 100%; height: auto;
  vertical-align: bottom;/* 画像下のスペースを消す */ }
.link-txt { text-decoration: underline; }

/************************************************/
.mainArea { width: 100%; padding: 1rem 1rem 2rem; position: relative; background: #fff; }
.mainArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.secondArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; background: #fffecc; }
.secondArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #fffecc transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.thirdArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; }

/************************************************/
.camBlock { margin-bottom: 2rem; }
.camBlock .end-txt { font-size: 1.3rem; font-weight: bold; text-align: center; color: #EF3232; }
.camBlock .periodBox { margin: 0 auto; background: #fff; border: 1px dotted #291873; padding: 0.5rem; }
.camBlock .periodBox .cam-txt { text-align: center; }
.camBlock .periodBox .cam-txt span { display: block; margin-bottom: 0.5rem; font-weight: bold; }
.camBlock .periodBox .camNote { font-size: 0.8rem; }

/************************************************/
.mainBlock { line-height: 1.2; margin-bottom: 2rem; }
.mainBlock .mainText { text-align: center; font-size: 1.6rem; font-weight: bold; color: #291873; margin-bottom: 0.5rem; }
.mainBlock .subText { text-align: center; font-size: 1.3rem; font-weight: bold; color: #291873; }
.mainBlock .subText a { display: inline-block; background: #FDFFC5; }
.mainBlock .noteText { text-align: center; font-size: 1rem; margin-bottom: 1rem; }
.mainBlock .aboutCoupons { text-align: center; }
.mainBlock .subText + .aboutCoupons { margin-top: 1rem; }
.mainBlock .noteBox { border: 1px solid #291873; padding: 1rem; font-size: 1rem; line-height: 1.2; }

/************************************************/
.sectionTitle { position: relative; padding-bottom: 1rem; margin-bottom: 1rem; text-align: center; font-size: 2rem; font-weight: bold; color: #291873; line-height: 1.2; }
.sectionTitle:before { content: ''; position: absolute; display: inline-block; bottom: 0; width: 5rem; height: 0.3rem; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #291873; border-radius: 1rem;
}

/**
 * ***************************************
 * レビュー投稿方法
 * ***************************************
 */
.stepBlock { display: flex; flex-wrap: wrap; column-gap: 2rem; row-gap: 2rem; width: 90%; margin: 0 auto 1rem; justify-content: center; }
.stepBlock figure { width: 45%; }

@media (max-width: 568px){
.stepBlock { display: block; }
.stepBlock figure { width: 100%; margin-bottom: 1rem;}
}
.leaveReviewBtn { max-width: 60%; margin: 0 auto; }
@media (max-width: 568px){
    .leaveReviewBtn { max-width: 80%;}
}
.leaveReviewBtn a { display: grid; align-items: center; height: 4rem; border-radius: 2rem; background-color: #291873; 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); }
.leaveReviewBtn a:hover { opacity: .8; }
.leaveReviewBtn p { margin-top: 0.5rem; text-align: center; }

/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement { padding: 0 1rem 3rem; }
.entry-agreement table { width: 100%; border-collapse: collapse; }
.entry-agreement th { background: #FFFDD3; }
.entry-agreement th, td { padding: 0.5rem; text-align: left; border: 1px solid #c7c7c7; line-height: 1.2; }
.entry-agreement table a { text-decoration: underline; }
.entry-agreement ol { list-style-type: decimal; margin-left: 1rem; }
.txt-red { color: #EF3232; }
