<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.cntFamily {
  font-family: 'メイリオ', Arial, Verdana, "Lucida Grande", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  color: #333;
}
.cntFamily a:hover,
.cntFamily a img:hover {
  opacity: 0.7;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul,ol{
 margin: 0;
 padding: 0;
}
ul li,
ol li {
 margin: 0;
 padding: 0;
 line-height: 1.4;
 list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: normal;
}

.ad-area {
  margin: 5px auto;
  text-align: center;
}


/*=== キャンペーン終了 ===*/
.end {
  margin-bottom: 15px;
}
.end-inner {
  padding: 10px;
  border: 1px solid #ccc;
}
.end-inner p {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.end-inner a,
.end-inner a:visited {
  color: #e50000;
}


/*=== キャンペーン期間 ===*/
.keyHeder {
  max-width: 980px;
  margin: 0 auto;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
p.period-txt {
  color: #2c292a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.period-day strong {
  font-size: 24px;
}
p.keyHeder-transition {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
a.keyHeder-link,
a.keyHeder-link:visited {
  color: #c8120f;
}


/*=== メインビジュアル ===*/
.mainvisual {
  margin-top: 18px;
}
.mainvisual-main {
  max-width: 980px;
  margin: 0 auto;
}


/*=== クイズ ===*/
.quiz {
  margin-top: 40px;
  padding: 0 30px;
}
.quiz-contents {
  margin-top: 40px;
}
.quiz-lead {
  font-weight: bold;
  font-size: 18px;
}
.quiz-detail {
  margin-top: 10px;
  padding: 25px 110px;
  background-color: #fff6f9;
}
.quiz-ttl {
  font-weight: bold;
  font-size: 26px;
}
.quiz-main {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
}
.quiz-main_end {
  color: #ee416a;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}


/*=== 検索窓 ===*/
.quiz-search {
  margin-top: 35px;
  text-align: center;
}
.quiz-search_txt {
  margin-right: 4px;
  padding: 5px 8px;
  width: 60%;
  border: 3px solid #ff135f;
  outline: none;
  font-size: 17px;
  background-color: #fff;
  border-radius: 4px;
}
.quiz-search_submit {
  width: 80px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  cursor: pointer;
}
.quiz-search_submit:hover,
.quiz-search_submit:active {
  opacity: 0.5;
}


/*=== 回答・応募 ===*/
.application {
  margin-top: 40px;
}
.application-inner {
  padding: 28px 30px 45px;
  background: url(../images/202302/application_bg_001.png) no-repeat bottom right;
  background-color: #fdf3cd;
}
.application-cont {
  padding: 25px 0;
  background: url(../images/202302/application_bg_002.png) no-repeat bottom right;
  background-color: #fff;
}
.application-list {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
.application-item {
  max-width: 360px;
}
.application-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.application-btn {
  margin-top: 20px;
  text-align: center;
}
.application-note {
  margin-top: 20px;
  margin-left: 1em;
  font-size: 13px;
  text-indent: -1em;
}
.application-lead {
  margin-top: 40px;
  color: #ff135f;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}


/*=== 概要 ===*/
.overview {
  margin-top: 30px;
  padding: 15px 25px 5px;
  background-color: #fff;
}
.overview-table {
  width: 100%;
  font-size: 18px;
  border-collapse: collapse
}
.overview tr:not(:last-child) {
  border-bottom: 1px solid #afbcbe;
}
.overview th {
  width: 100px;
  padding: 15px 10px;
  vertical-align: top;
}
.overview td {
  padding: 15px 10px;
}
.overview-table ul li,
.overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table ol {
  padding-left: 2.6em;
  text-indent: -2.6em;
}
.overview-table .pattern-space {
  margin-top: 20px;
}


/* ---------- クイズ回答一覧 ---------- */
.quiz-result {
  padding: 50px 0;
}
.quiz-result_detail {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
.quiz-result_table {
  font-size: 14px;
}
.quiz-result_table tr {
  vertical-align: top;
}
.quiz-result_table th,
.quiz-result_table td {
  padding: 10px 5px;
  border-bottom: 1px solid #b8b8b8;
}
.quiz-result_table th:nth-child(1) {
  width: 10%;
}
.quiz-result_table th:nth-child(2) {
  width: 35%;
}
.quiz-result_table th:nth-child(3) {
  width: 15%;
}
.quiz-result_table th:nth-child(4) {
  width: 40%;
}</pre></body></html>