@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 5% 2rem; background: #FFF7C7; position: relative; }
.mainArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #FFF7C7 transparent transparent transparent;
    transform: translateX(-50%) translateY(100%);
}

/************************************************/
.camBlock { margin-bottom: 2rem; }
.camBlock .end-txt { font-size: 1.3rem; font-weight: bold; text-align: center; color: #EF3232; }
.camBlock .periodBox { width: 80%; margin: 0 auto; background: #fff; border: 1px dotted #005983; padding: 1rem; }
.camBlock .periodBox .cam-txt { margin-bottom: 1rem; text-align: center; line-height: 1.2; }
.camBlock .periodBox .cam-txt span { display: block; margin-bottom: 0.5rem; font-weight: bold; color: #005983; }
.camBlock .periodBox .camNote { font-size: 0.8rem; }

/************************************************/
.mainBlock { line-height: 1.2; margin-bottom: 2rem; }
.mainBlock figure { margin-bottom: 0.5rem; }
.mainBlock .note { font-size: 0.8rem; }

/************************************************/
.secondArea { width: 100%; padding: 3rem 5% 2rem; position: relative; }

/************************************************/
.sectionTitle { position: relative; padding-bottom: 1rem; margin-bottom: 1rem; text-align: center; font-size: 1.3rem; font-weight: bold; color: #005983; }
.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: #005983; border-radius: 1rem;
}

/************************************************/
.btnBlock { text-align: center; }
.btnBlock a { display: inline-block; width: 20rem; padding: 1rem; font-size: 1.2rem; font-weight: bold; color: #fff;
    border: 1px solid #c7c7c7; border-radius: 4rem; background: #005983; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); }
.btnBlock a:hover { opacity: .8;}
.btnBlock .note { font-size: 0.8rem; margin-top: 0.5rem; }

/************************************************/
.titleBlock { margin-bottom: 2rem; }
.titleBlock ul { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 1.5rem; }
.titleBlock .titleName { margin-top: 0.5rem; font-size: 1rem; line-height: 1.2; 
    -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden; word-break: normal; }
@media (max-width: 568px){ 
    .titleBlock ul { grid-template-columns: 1fr 1fr; }
}

/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement { border: solid 1px #005983; padding: 1rem 1rem 0rem 1rem; margin: 3rem 5%; }
.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: #005983; font-size: 1.2rem; font-weight: bold; }
.txt-red { color: #EF3232; }


