<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#container *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}
.c-f:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c-f {
  min-height: 1%;
  display: block;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.sp-head {
  display: none;
}
.lead {
  font-size: 14px;
  line-height: 1.7;
}
.lead a {
  text-decoration: underline;
}
.img_rwd {
  max-width: 100%;
}
h2.rs_h2_title_bar {
  padding: 10px 15px;
  background-color: #3695d6;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
h3.rs_h3_title_bar {
  padding: 5px 15px !important;
  background-color: #666666;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  border-left: none !important;
  margin-top: 20px !important;
}
h4.rs_h4_title_bar {
  border-left: 5px solid #898989;
  padding: 0 15px;
  color: #434343;
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 20px !important;
}
.bold {
  font-weight: bold;
}
.txt-red {
  color: #eb4055;
}
.txt-gray {
  color: #434343;
}
.txt-kome {
  font-size: 11px;
  color: #434343;
}
.pc-area {
  display: block;
}
.sp-area {
  display: none;
}
@media screen and (min-width: 769px) {
  #str_container {
    width: 960px;
    margin: 5px auto 20px;
  }
  #str_container #topicPath {
    font-size: 12px;
  }
  #container {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #container {
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .pc-head {
    display: none;
  }
  .sp-head {
    display: block;
  }
  .lead {
    padding: 0 10px;
    max-height: 999999px;
  }
  h2.rs_h2_title_bar {
    margin: 15px 10px 0 !important;
    max-height: 999999px;
    font-weight: normal !important;
    padding: 7px 10px !important;
  }
  h3.rs_h3_title_bar {
    margin: 15px 10px 0 !important;
    padding: 5px 10px !important;
    max-height: 999999px;
  }
  h4.rs_h4_title_bar {
    border-left: 5px solid #898989;
    margin: 15px 10px 0 !important;
    padding: 0 10px;
    max-height: 999999px;
  }
  .txt-kome {
    padding: 10px;
    margin-top: 0;
  }
  .bottom_btn {
    margin: 0 10px;
    max-height: 999999px;
  }
  .pc-area {
    display: none;
  }
  .sp-area {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .lead {
    padding: 0 5px;
    font-size: 16px;
    line-height: normal;
  }
  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    margin: 15px 5px 0 !important;
  }
  .txt-kome {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 340px) {
  .lead {
    font-size: 14px;
  }
  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    font-size: 14px !important;
  }
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contents-area {
    font-size: 12px;
    padding: 0 16px;
    max-height: 999999px;
  }
}
@media (min-width: 768px) {
  body {
    min-width: auto;
  }
}
@media (min-width: 769px) {
  body {
    min-width: 992px;
  }
}

/*--------------------------------------
  　キャンペーン期間＆プレー対象期間
--------------------------------------*/
.deadline_sp {
  display: none;
}
.deadline_pc {
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  text-align: center;
  margin: 20px 0 12px;
}
.deadline_pc ul {
  border: 1px solid #acacaa;
  line-height: 2.5;
}
.deadline_pc ul li {
  background-color: #ffffff;
  color: #313131;
  display: table-cell;
  font-weight: bold;
  padding: 0 10px; /*年をまたぐ時は9px*/
}
.deadline_pc ul li.ulTitle01 {
  background-color: #F4F4F4;
}
.deadline_pc ul li.ulTitle02 {
  background-color: #F4F4F4;
}
br.sp_block,
br.sp_block_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .deadline_pc {
    display: none;
  }
  .deadline_sp {
    background-color: #fff;
    text-align: left;
    display: block;
    font-weight: bold !important;
    font-size: 14px;
    margin: 15px 0 8px;
    box-sizing: border-box;
  }
  .deadline_sp dl {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .deadline_sp dt {
    width: 39.7%;
  }
  .deadline_sp dt,
  .deadline_sp dd {
    display: table-cell;
    float: none;
    padding: 8px 10px;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
  }
  .deadline_sp dt {
    background-color: #f4f4f4;
    text-align: center;
  }
  .deadline_sp .Title01 dd {
  }
  br.sp_block_02 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.sp_block {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .deadline_sp {
    font-size: 13px;
  }
}

/*---------------------------------
  　　link-wrap
-----------------------------------*/
.link-title {
  margin: 20px 0 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.link-title &gt; span {
  font-size: 30px;
  background:linear-gradient(transparent 60%, #FFF500 60%);
}
.benefits {
  font-size: 18px;
  font-weight: 600;
  background: #EDFCEC;
  border-radius: 50px 0 0 50px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #178913;
  border-bottom: 1px solid #178913;
  width: 840px;
  margin: 40px auto 16px auto;
}
.benefits .num {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #FFF500;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  line-height: 1.1;
  margin-right: 9px;
  border: 1px solid #178913;
}
.benefits .num span {
  font-size: 26px;
}
.benefits .txt {
  width: 90%;
  text-align: center;
}
.benefits span {
  font-size: 24px;
}
.benefits em {
  font-weight: 700;
  background:linear-gradient(transparent 60%, #FFF500 60%);
}
@media screen and (max-width: 768px) {
  .benefits {
    font-size: 14px;
    height: 64px;
    flex-wrap: nowrap;
    margin: 0 16px 10px 16px;
    width: auto;
  }
  .benefits .txt {
    width: 90%;
    text-align: left;
  }
  .benefits span {
    font-size: 20px;
  }
}
.point {
  text-align: center;
}
.point img {
  width: 599px;
  height: auto;
}
.point div {
  font-size: 14px;
  margin: 12px 0 20px 0;
}
.plus {
  text-align: center;
  margin-bottom: 20px;
}
.plus img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 0 16px;
  }
  .point img {
    width: 599px;
  }
  .point div {
    font-size: 14px;
    margin: 16px 0 12px 0;
  }
  .plus img {
    width: 22px;
  }
}

.lottery {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%; /* 25px */
  position: relative;
  display: inline-block;
  padding: 0 38px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lottery em {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #FFF500 60%);
}
.lottery:before, .lottery:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;

}
.lottery:before {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
left:0;
}
.lottery:after {
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
right: 0;
}
.notes {
  width: 840px;
  margin: 0 auto;
  background: #F4F4F4;
  padding: 20px;
}
.notes p {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
.calender {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lottery {
    font-size: 20px;
    padding: 0 16px;
  }
  .lottery::before,
  .lottery::after {
    height: 2px;
    width: 20px;
    margin-top: 10px;
  }
  .lottery::before {
    margin-right: 6px;
    transform: rotate(60deg);
  }
  .lottery::after {
    margin-left: 6px;
    transform: rotate(-60deg);
  }
  .notes {
    width: auto;
    margin: 0 16px;
    padding: 10px;
  }
  .calender {
    padding: 0 16px;
  }
}

.link-list {
  margin: 0px 0 0;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
}
.link-list a {
  display: inline-block;
  color: #222222;
  transition: 0.2s ease-out;
}
.link-list a:hover {
  color: #222222;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.link-list a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-left: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .link-list {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .link-title {
    font-size: 20px;
  }
  .link-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .link-title {
    font-size: 16px;
  }
  .link-title .font-s {
    font-size: 15px;
  }
  .link-title &gt; span:before {
    margin-right: 10px;
  }
  .link-title &gt; span:after {
    margin-left: 10px;
  }
}

/*--------------------------------------
  　ボタン赤
--------------------------------------*/
.btn-red a {
  display: block;
  width: 598px;
  margin: 30px auto 0px;
  padding: 15px 0;
  background: #D7373D;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
  font-size: 20px;
  font-weight: bold;
}
.btn-red a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-red-fin span {
  display: block;
  width: 598px;
  margin: 30px auto 0px;
  padding: 15px 0;
  background-color: #75202a;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  color: #7f7f7f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.btn-red a:active {
  /* クリック時の設定 */
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.btn-red + .notice,
.btn-red-fin + .notice {
  text-align: center;
  margin: 16px 0 70px 0;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .btn-red,
  .btn-red-fin {
    margin: 0 16px 32px;
  }
  .btn-red + div.notice,
  .btn-red-fin + div.notice {
    margin: -10px 0 30px 0;
  }
  .btn-red a,
  .btn-red-fin span {
    width: auto;
    margin: 20px 0px 0px;
    /* padding: 10px 0; */
    max-height: 999999px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .btn-red a,
  .btn-red-fin span {
    margin: 20px 0px 0px;
  }
}
@media screen and (max-width: 340px) {
  .btn-red a,
  .btn-red-fin span {
    font-size: 14px;
  }
}

/*--------------------------------------
  　ボタン青
--------------------------------------*/
.btn-blue a {
  display: block;
  width: 598px;
  margin: 10px auto 0px;
  padding: 15px 0;
  background: #0071BE;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
  font-size: 20px;
  font-weight: bold;
}
.btn-blue a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-blue-fin span {
  display: block;
  width: 460px;
  margin: 20px auto 0px;
  padding: 15px 0;
  background-color: #1b4a6b;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  color: #7f7f7f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.btn-blue a:active {
  /* クリック時の設定 */
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn-blue {
    margin: 0 16px;
  }
  .btn-blue a,
  .btn-blue-fin span {
    width: auto;
    margin: 10px 0px 0px;
    max-height: 999999px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 340px) {
  .btn-blue a,
  .btn-blue-fin span {
    font-size: 14px;
  }
}

/*---------------------------------
  　prize
-----------------------------------*/
.prize-item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prize-item-inner.column1 {
  flex-wrap: nowrap;
  justify-content: center;
}
.prize-item {
  width: 600px;
  margin: 16px 0 32px;
  box-sizing: border-box;
}
.prize-img {
  border: 1px solid #898989;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}
.prize-img img {
  max-width: 420px;
}
.prize-txt-wrap {
  position: relative;
  padding: 22px 15px;
  background: #000;
  box-sizing: border-box;
  color: #fff;
}
.prize-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
}
.prize-txt &gt; p {
  font-weight: bold;
  margin: 0;
}
.prize-txt p:first-child {
  font-size: 22px;
}
.prize-txt p:last-child {
  font-size: 26px;
}
.prize-item-inner.column5 .prize-item {
  position: relative;
}
.prize-item-inner.column5 .prize-item .prize-txt-wrap {
  min-height: auto;
  margin: 5px 0 0;
  padding: 0;
  background: none;
  color: #222222;
}
.prize-item-inner.column5 .prize-item .prize-txt {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
}
.prize-item-inner.column5 .prize-item .prize-txt p {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .prize-item {
    margin: 0 16px 40px 16px;
  }
  .prize-img {
    padding: 12px;
  }
  .prize-img img {
    width: 239px;
    height: auto;
  }
  .prize-txt-wrap {
    min-height: 44px;
    padding: 14px 10px;
  }
  .prize-txt {
    line-height: 1.2;
  }
  .prize-txt p {
    margin: 0;
  }
  .prize-txt p:first-child {
    font-size: 13px;
  }
  .prize-txt p:last-child {
    font-size: 15px;
  }
}




/*---------------------------------
  　　応募ステップ
-----------------------------------*/
/*4STEP*/
.step {
  width: 223px;
  float: left;
  border: 1px solid #898989;
  padding-bottom: 10px;
}
.step p,
.step02 p {
  font-size: 16px;
  padding: 10px;
  margin-top: 0;
}
.step-title {
  background-color: #666666;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.step &gt; img,
.step02 &gt; img {
  display: block;
  margin: 0 auto;
  width: 89px;
}
.step .bold,
.step02 .bold {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 5px;
}
.triangle {
  display: flex;
  float: left;
  width: 20px;
  position: relative;
}
.triangle .ic {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 10px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  top: 45%;
  left: 25%;
}
.step .btn,
.step02 .btn {
  position: relative;
}
.step .btn a,
.step02 .btn a {
  background-color: #02c2f2;
  border-radius: 18px;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 8px;
  transition: 0.3s ease-out; /*変化を緩やかに*/
}
.step .btn a:hover,
.step02 .btn a:hover {
  color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.step .btn .arrow,
.step02 .btn .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 40%;
}
/*3STEP*/
.step02 {
  width: 298px;
  float: left;
  border: 1px solid #898989;
  padding-bottom: 10px;
}
.triangle02 {
  display: flex;
  float: left;
  width: 30px;
  position: relative;
}
.triangle02 .ic {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 10px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  top: 45%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .step,
  .step02 {
    width: auto;
    margin: 0;
    float: none;
  }
  .step p,
  .step02 p {
    padding: 10px 5px;
    max-height: 999999px;
  }
  .step-title {
    padding: 10px !important;
  }
  .step &gt; img,
  .step02 &gt; img {
    width: 20%;
  }
  .triangle,
  .triangle02 {
    float: none;
    position: static;
    margin: 0 auto;
  }
  .triangle .ic,
  .triangle02 .ic {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #666666 transparent transparent transparent;
    margin: 5px auto;
    position: static;
  }
  .step .btn,
  .step02 .btn {
    margin: 0 50px;
    padding-top: 0;
  }
  .step .btn a,
  .step02 .btn a {
    border-radius: 30px;
    padding: 10px;
  }
  .step .btn .arrow,
  .step02 .btn .arrow {
    border-width: 6px 0 6px 7px;
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  .step,
  .step02 {
    margin: 0;
  }
  .step-title {
    padding: 10px 5px !important;
  }
  .step p,
  .step02 p {
    font-size: 16px;
  }
  .step &gt; img,
  .step02 &gt; img {
    width: 25%;
  }
  .triangle {
    width: auto;
  }
}
@media screen and (max-width: 340px) {
  .step p,
  .step02 p {
    font-size: 14px;
  }
}

/*---------------------------------
  　　detail-wrap
-----------------------------------*/
.detail-wrap {
  margin: 64px 0 64px;
}
.detail-inner {
  position: relative;
  display: block;
  color: #222;
  transition: 0.3s ease-out;
}
.detail-inner:hover {
  color: #222;
  opacity: 0.7;
}
.detail-inner img {
  width: 100%;
  border-radius: 4px;
}
.detail-item-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 930px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.detail-item {
  padding: 10px;
  background: #fff;
  border: 1px solid #dededf;
}
.detail-item:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.detail-item:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detail-item &gt; p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.detail-item &gt; p:before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}
.detail-item.-course &gt; p:before {
  background: url("/special/onep/202312/images/icon_course.png") no-repeat;
  background-size: contain;
}
.detail-item.-play &gt; p:before {
  background: url("/special/onep/202312/images/icon_play.png") no-repeat;
  background-size: contain;
}
.detail-item.-plan &gt; p:before {
  background: url("/special/onep/202312/images/icon_plan.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .detail-item-wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    bottom: 10px;
    padding: 0px 10px;
  }
  .detail-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .detail-item:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .detail-item {
    padding: 10px 0px 10px 24px;
  }
  .detail-item &gt; p {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box {
  margin: 0 0 15px;
  border: 2px solid #3695d6;
  font-size: 15px;
}
#outline_box dl {
  margin: 5px 0;
}
#outline_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  color: #3695d6;
  float: left;
}
#outline_box dd {
  padding: 10px 10px 10px 230px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#outline_box dd.last {
  border: 0;
}
#outline_box ul.indent01 li {
  text-indent: -1em;
  padding-left: 1em;
}
#outline_box .tokuten {
  padding: 10px;
  background: #d9e1f2;
}
@media screen and (max-width: 768px) {
  #outline_box {
    margin: 0 10px;
    padding-top: 5px;
  }
  #outline_box dl {
    margin: 0;
    padding: 3px;
  }
  #outline_box dt {
    float: none;
    padding: 0 0 0 5px;
    max-height: 999999px;
  }
  dl.outline dt {
    padding: 5px;
  }
  #outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  #outline_box {
    margin: 0 5px;
    border: 1px solid #3695d6;
  }
}
@media screen and (max-width: 340px) {
  #outline_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
  padding: 8px 15px;
  background-color: #ccc;
  font-size: 15px;
}
#notice_box {
  margin: 0 0 10px;
  width: 956px;
  border: 2px solid #ccc;
  font-size: 15px;
}
#notice_box dl {
  margin: 0;
}
#notice_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  float: left;
}
#notice_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#notice_box dd.last {
  border: 0;
}
#notice_box ul {
  margin-left: 0;
}
#notice_box ul li {
  list-style: disc;
  list-style-position: outside;
}
#notice_box .subttl {
  font-weight: bold;
  margin: 1em 0 0.2em -1.5em;
}
@media screen and (max-width: 768px) {
  .notice_tit {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 10px;
  }
  #notice_box {
    margin: 0 10px 20px;
    width: auto;
    padding-top: 5px;
  }
  #notice_box dl {
    margin: 0;
    padding: 3px;
  }
  #notice_box dt {
    float: none;
    padding: 0 0 0 5px;
  }
  #notice_box dd {
    padding: 10px 15px;
  }
  #notice_box ul {
    margin-left: 10px;
  }
  #notice_box ul li {
    list-style: disc;
    list-style-position: outside;
    max-height: 999999px;
  }
  .btn_info {
    margin: 0 10px;
  }
  #notice_box .subttl {
    margin-left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .notice_tit {
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
  }
  #notice_box {
    margin: 0 5px 20px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 340px) {
  .notice_tit {
    font-size: 14px;
  }
  #notice_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
  display: block;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #3695d6;
  color: #3695d6;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out;
}
.btn_info a:hover {
  color: #5fb0e7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn_info a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn_info a {
    width: 90%;
  }
}

/*--------------------------------------
  　キャンペーン終了対応
--------------------------------------*/
#str_container #res-header {
  position: relative;
}
#str_container #res-header img {
  width: 100%;
  max-width: 100%;
}
#str_container #res-header .h-txt {
  display: none;
}
#str_container #res-header-fin {
  position: relative;
  background: #000;
}
#str_container #res-header-fin::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#str_container #res-header-fin .pc-head {
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#str_container #res-header-fin .h-txt {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  top: 50%;
  left: 290px;
  margin: -50px 0 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 10;
  text-align: center;
}
#str_container #res-header-fin .h-txt p {
  font-size: 160%;
  font-weight: bold;
  color: #ff0000;
}
#str_container #res-header-fin .h-txt p span {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #str_container #res-header-fin {
    margin: 0 0 10px;
  }
  #str_container #res-header-fin .sp-head {
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    line-height: 0;
  }
  #str_container #res-header-fin .h-txt {
    max-height: 999999px;
    line-height: 1.3;
    left: 50%;
    width: 80%;
    padding: 5% 5%;
    transform: translateX(-50%);
  }
  #str_container #res-header-fin .h-txt p {
    font-size: 14px;
  }
  #str_container #res-header-fin .h-txt p span {
    font-size: 14px;
  }
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
#pagetop {
  bottom: 20px;
  display: block;
  position: fixed;
  margin-left: 980px;
  width: 960px;
}
#pagetop img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  /*通常ページ*/
  #pagetop {
    right: 20px;
    width: auto;
    margin-left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 640px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #container {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/*---------------------------------
  　フッター
-----------------------------------*/
@media (max-width: 767.9px) {
  .footer-menu__breadcrumb {
    padding: 28px 10px 32px;
  }
}</pre></body></html>