@charset "utf-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
a:not(.anchor) {
  color: #0f91ff;
}

a:hover {
  opacity: 0.7;
}
body {
  color: #333333;
  line-height: 1.5;
}

header {
  padding: 3.3vw 5.3%;
}
header img {
  display: inline;
  max-width: 31%;
  vertical-align: middle;
  margin-right: 10px;
}

header .code {
  font-size: 2vw;
}

.tCenter {
  text-align: center;
}

.tCenter_pc {
  text-align: left;
}

.tLeft {
  text-align: left;
}
.mt10 {
  margin-top: 10px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    color-stop(65%, #eec567),
    color-stop(85%, #eec567),
    color-stop(85%, transparent)
  );
  background: -o-linear-gradient(
    transparent 65%,
    #eec567 65%,
    #eec567 85%,
    transparent 85%
  );
  background: linear-gradient(
    transparent 65%,
    #eec567 65%,
    #eec567 85%,
    transparent 85%
  );
}

.link_window {
  display: inline-block;
  width: 1rem;
  margin: 0 0.3rem;
  vertical-align: initial;
}

.btn_account .link_window {
  display: block;
  margin: auto;
  width: auto;
  width: 9px;
  height: 8px;
}

.pcOnly-tab {
  display: none !important;
}

[class^="pcOnly"] {
  display: none !important;
}

.spMiniOnly {
  display: none;
}

.bold {
  font-weight: bold;
}

.strong01 {
  color: #be3d3c;
  font-weight: bold;
}

.strong02 {
  color: #ff6a00;
}

.strong03 {
  font-size: 1.25rem;
}

.strong04 {
  font-size: 1.571rem;
}
.strong05 {
  color: #ff002a;
}
.list_circle02 > li {
  font-weight: bold;
}
.list_circle02 > li li {
  font-weight: normal;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.kvArea {
  width: 100vw;
  display: block;
}

.kvArea img {
  width: 100%;
}

.schedule {
  background: #be3d3c;
  padding: 1.8vw 8vw;
  vertical-align: middle;
  position: relative;
}

.schedule::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 22px 0 22px;
  border-color: #be3d3c transparent transparent transparent;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -18px;
}

.contentsWrap {
  background: #ebe3a6;
  padding: 7.6vw 0 10vw;
}
.contents {
  width: 90%;
  margin: auto;
}

.contents > section {
  margin: auto;
}
.contents > section:not(:first-child) {
  margin-top: 7.6vw;
}

.contents > section {
  background: #fff;
}

.contents > section:not(#accordion) {
  padding: 6.4vw 3.3vw;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h2 {
  font-size: 1.357rem;
  text-align: center;
  color: #be3d3c;
  margin-bottom: 6vw;
}

.h3_01 {
  font-size: 1.142rem;
  font-weight: bold;
  text-align: center;
}

.h3_02 {
  color: #fff;
  background-color: #be3d3c;
  display: block;
  width: 27vw;
  margin: auto;
  margin-bottom: 3.2vw;
  text-align: center;
  font-size: 1.357rem;
}

.h3_03 {
  color: #fff;
  background-color: #be3d3c;
  width: 46vw;
  margin: auto;
  margin-bottom: 3.2vw;
  text-align: center;
  font-size: 1rem;
}

.h4_01 {
  font-size: 1.071rem;
  text-align: center;
  margin-top: 5vw;
}

.f-small {
  font-size: 1rem;
  font-weight: normal;
}

[class^="box-"] {
  padding: 5.5vw 2vw;
}

.box-01 {
  border: solid 2.5px #cf940c;
  margin-bottom: 6vw;
}

.box-02 {
  border: solid 2.5px #be3d3c;
}

.contents p,
.contents ul {
  margin-bottom: 6vw;
}

.contents > section > *:last-child {
  margin-bottom: 0;
}
.flexParent-box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexParent-box-02 > li {
  border: solid 2.5px #d89e19;
  background: #fff;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexParent-box-01 > li:not(:first-child) {
  margin-top: 20px;
}

.flexParent-box-02 img {
  max-height: 18vw;
}

.flexParent-box-02 > li {
  position: relative;
  padding: 15px 5px;
  border-radius: 10px;
}

.flexParent-box-02 > li:not(:last-child) {
  margin-bottom: 15.6vw;
}

.flexParent-box-02 > li:last-child {
  margin-bottom: 9.7vw;
}

.flexParent-box-02 > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6.7vw;
  right: 50%;
  -ms-transform: translateY(6.7vw) translateX(50%);
  transform: translateY(6.7vw) translateX(50%);
  -webkit-transform: translateY(6.7vw) translateX(50%);
  width: 10vw;
  height: 10vw;
  background-image: url(/oos/adv/image/tmp_230/icon_plus.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flexParent-box-02 > li:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #d89f19 transparent transparent transparent;
}

.flexParent-box-02 h3 {
  line-height: 1;
}

.flexParent-box-02 p {
  font-size: 1.142rem;
  font-weight: bold;
  margin-bottom: 0;
}

.flexParent-box-02 li > *:not(:last-of-type) {
  margin-bottom: 10px;
}

.flexParent-box-02 li .btn {
  margin-bottom: 0;
}

.flexParent-box-02 li > *:not(:last-child) {
  margin-bottom: 3.9vw;
}

.flexParent-box-02 h3 {
  font-weight: bold;
}

.flexParent-box-01 h3 {
  font-size: 18px;
}

.flexParent-box-02 h3 {
  font-size: 1.142rem;
  line-height: 1.5;
}

.box_ready .imgBox {
  width: 100%;
}

.flexParent-box-02 .btn {
  position: relative;
  width: 100%;
  height: 42px;
  margin-top: auto;
}

.flexParent-box-02 .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff6a00;
}

.flexParent-box-02 .btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}

.flexParent-box-02 .btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.contents > section.precautions {
  background: #fff;
  border: #ff5d58 solid 2px;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.contents .precautions ul,
.contents .precautions p {
  margin-bottom: 0;
}

.contents .precautions p,
.contents .precautions li {
  margin-top: 0.5rem;
}

[class^="list_"] {
  padding-left: 1rem;
}
[class^="list_"] > * {
  display: block;
  text-indent: -1.3rem;
}
[class^="list_"] > *:before {
  margin-right: 0.3rem;
}
[class^="list_note"] > *:before {
  content: "※";
}
[class^="list_circle"] > *:before {
  content: "・";
}
[class^="list_circle02"] > *:before {
  content: "●";
}
.list_circle li:not(:last-child) {
  margin-bottom: 5px;
}
.list_note_01 {
  color: #be3d3c;
}
.list_note_02 {
  margin-top: 20px;
}
.list_circle.blue > *:before {
  content: "・";
  color: #0f91ff;
}
[class^="colorBox"] {
  padding: 4vw;
  margin-top: 3.9vw;
}
.colorBox_01 {
  background: #ffdad2;
}
.colorBox_02 {
  background: #fff1d3;
}
[class^="colorBox"] h3 {
  padding: 0 10px;
  line-height: 2;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.colorBox_01 h3 {
  background: #dd5639;
}
.colorBox_02 h3 {
  background: #b77b00;
}
.list_circle_02 > *:before {
  content: "●";
  color: #b77b00;
}
.btn_account {
  font-size: 1.071rem;
  height: 17vw;
  display: block;
  background: #fb8843;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #c4875a;
  box-shadow: 0.25rem 0.3rem 0 0 #c4875a;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 0.3rem;
  margin-right: 0.25rem;
  margin-top: 5vw;
}

[class^="box-"] .btn_account {
  height: 12vw;
}

.box-01 .btn_account {
  background: #cf940c;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #9d6f04;
  box-shadow: 0.25rem 0.3rem 0 0 #9d6f04;
}

.box-02 .btn_account {
  margin-top: 2vw;
  background: #be3d3c;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #832423;
  box-shadow: 0.25rem 0.3rem 0 0 #832423;
}

.btn_account:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn_account span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
a.btn_account {
  color: #fff;
}

.btn_account span:last-child {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .accordion-content {
  border: solid 4px #be3d3c;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4vw;
  margin-top: 0;
  line-height: 2;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 35px 0;
  text-align: center;
  border: solid 4px #be3d3c;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-container .accordion-title:hover {
  opacity: 0.8;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  width: 30px;
  height: 5px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #be3d3c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  /*横線*/
  width: 30px;
  height: 5px;
  background: #be3d3c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}

footer {
  padding: 0.8rem 1.1rem;
}

.footerContents {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: right;
}
.footerContents p {
  font-size: 1rem;
  font-weight: bold;
}
.footerContents *:not(:first-child) {
  margin-top: 0.625rem;
}
.footerContents small {
  display: block;
  font-size: 0.857rem;
}
footer .logoArea {
  text-align: center;
}
.footerContents .logoArea img {
  width: 40%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1.3rem;
}

.footerContents a {
  text-decoration: underline;
  font-weight: normal;
  padding-right: 1.5rem;
  font-size: 1rem;
  background: url(/oos/adv/image/shared/icon_link.png) no-repeat right center;
}

@media (max-width: 1079px) {
  .appliBtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 768px以下のみ指定 (スマホのみ) */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .spNone {
    display: none;
  }
  .pagetop {
    bottom: 1.6rem;
    right: 0;
  }
  .pagetop img {
    width: 60%;
  }
  .imgBox {
    width: 70%;
    margin: auto;
  }
  .table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table a img {
    display: table-cell;
    vertical-align: middle;
  }
}
/* スマホサイズ以上 */
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
  .kvArea {
    width: 100%;
    background-image: url(/oos/adv/image/tmp_230/img_kvbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 0;
  }

  .footerContents a {
    padding-right: 1rem;
  }
  .spOnly {
    display: none;
  }
  .pcOnly-tab {
    display: block !important;
  }
  .flexParent-box-02 > li {
    padding: 15px 15px;
  }
  .kvArea img {
    width: auto;
    max-width: 80%;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1080px) {
  html {
    font-size: 22px;
  }
  .schedule {
    padding: 20px;
  }
  .contentsWrap {
    padding: 70px 0;
  }
  .pcOnly {
    display: block;
  }
  .pcOnly-inline {
    display: inline !important;
  }
  .contents > section:not(#accordion) {
    padding: 50px;
  }
  h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.3;
  }
  .h3_03 {
    width: 400px;
    line-height: 50px;
    font-size: 28px;
  }
  .contents p,
  .contents ul {
    margin-bottom: 40px;
  }
  .flexParent-box-01 p {
    margin-bottom: 25px;
  }
  .flexParent-box-01 p {
    font-size: 20px;
  }
  .box_ready li > .imgBox {
    margin-bottom: 0;
  }
  .contents > section:not(:first-child) {
    margin-top: 70px;
  }
  .appStep img {
    width: auto;
  }
  .contentsAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contentsAnchor li {
    width: calc((100% - 80px) / 3);
    height: 169px;
    display: inline-block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section .contentsAnchor li {
    margin-bottom: 0 !important;
  }
  .contentsAnchor li span {
    font-size: 18px;
    font-weight: bold;
  }
  .contentsAnchor li span {
    top: 40%;
  }
  .contentsAnchor a::after {
    top: 107px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .dlArea h2 {
    margin-bottom: 30px;
  }
  .appStep {
    margin-top: 68px;
  }
  .appStep p {
    margin-bottom: 28px;
  }
  .appStep::before {
    width: 100px;
    height: 100px;
    left: 20px;
    top: -40px;
  }
  .prize {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .contents .dateText {
    margin-bottom: 20px;
  }
  .appliBtn {
    width: 816px;
    margin: auto;
  }
  .appliBtn li:first-child {
    margin-right: 0;
  }
  .appliBtn h3 {
    margin-bottom: 10px;
  }
  .link_01 {
    width: 960px;
    margin: auto;
    display: block;
    text-align: right;
  }
  .flexParent-box-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexParent-box-02 > li {
    width: calc((100% - 110px) / 3);
    padding: 35px 15px;
  }
  .flexParent-box-02 > li:not(:last-child) {
    margin-bottom: 0;
  }
  .flexParent-box-02 > li:last-child {
    margin-bottom: 0;
  }
  .flexParent-box-01 > li:not(:first-child) {
    margin-top: 0;
  }
  .flexParent-box-01 > li:first-child .imgBox {
    margin-top: auto;
  }
  .flexParent-box-02 > li:last-child::after {
    content: none;
  }
  .listBox {
    position: relative;
    margin-bottom: 110px;
  }
  .listBox::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60px 0 60px;
    border-color: #d89f19 transparent transparent transparent;
  }
  .flexParent-box-01 h3 {
    font-size: 22px;
  }
  .flexParent-box-01 p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .flexParent-box-02 > li {
    padding: 22px;
  }
  .flexParent-box-02 h3 {
    font-size: 25px;
  }
  .flexParent-box-02 p {
    font-size: 20px;
  }
  header {
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 9px;
    height: 83px;
  }
  header .code {
    font-size: 0.75rem;
  }
  .pcNone {
    display: none;
  }
  .contents {
    width: 1080px;
  }
  .appNote {
    width: auto;
    max-width: 100%;
  }
  .wrap > section#accordion {
    padding: 0;
  }
  .btn_account {
    width: 611px;
    max-width: 100%;
    height: 131px;
    font-size: 28px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0.3rem;
  }
  .btn_02 {
    height: 160px;
    margin-top: 100px;
    margin-bottom: calc(100px + 0.3rem);
  }
  .btn_03 {
    width: 300px;
    height: 80px;
  }
  .btn_03 span:first-child::before {
    width: 26px;
    height: 48px;
  }
  [class^="colorBox"] {
    padding: 30px;
    margin-top: 40px;
  }
  .footerContents .logoArea img {
    width: auto;
  }
  [class^="box-"] {
    padding: 38px 0 47px;
  }
  .box-01 {
    border: solid 5px #cf940c;
    margin-bottom: 50px;
  }
  .box-02 {
    border: solid 5px #be3d3c;
  }
  .h4_01 {
    margin-top: 25px;
  }
  div .h4_01 {
    margin-top: 45px;
  }
  .box_01 {
    width: auto;
    display: block;
    text-align: center;
  }
  .box_01 p,
  .box_01 img {
    display: inline-block;
    margin: 0;
    margin-top: 0 !important;
    vertical-align: middle;
  }
  .box_01 p:first-of-type {
    margin-right: 1rem;
  }
  .btn_account .link_window {
    width: 18px;
    height: 16px;
  }
  .box_ready > li {
    width: calc((100% - 130px) / 2);
  }
  .flexParent-box-02 > li:not(:last-child)::after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: -52px;
    width: 45px;
    height: 48px;
  }
  [class^="box-"] .btn_account {
    margin-top: 20px;
    width: 600px;
    height: 92px;
  }
  .contents > section.precautions {
    padding: 50px;
  }
  .contents .precautions ul,
  .contents .precautions p {
    margin-bottom: 0;
  }
  .contents .precautions p,
  .contents .precautions > ul > li {
    margin-top: 1rem;
  }
  .contentsAnchor a::after {
    width: 20px;
    height: 20px;
  }
  .marker_p {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, transparent),
      color-stop(65%, #eec567),
      color-stop(85%, #eec567),
      color-stop(85%, transparent)
    );
    background: -o-linear-gradient(
      transparent 65%,
      #eec567 65%,
      #eec567 85%,
      transparent 85%
    );
    background: linear-gradient(
      transparent 65%,
      #eec567 65%,
      #eec567 85%,
      transparent 85%
    );
    display: inline;
  }
  .tCenter_pc {
    text-align: center;
  }
  .schedule::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 41px 0 41px;
    border-color: #be3c3c transparent transparent transparent;
    bottom: -29px;
  }
  .flexParent-box-02 h3 {
    font-size: 22px;
  }
  .flexParent-box-02 li > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .flexParent-box-02 p {
    margin-bottom: 0;
    margin-top: auto;
  }
  .btn_account {
    box-shadow: 0 0.3rem 0 0 #a8581d;
  }
  .box-01 .btn_account {
    box-shadow: 0 0.3rem 0 0 #9d6f04;
  }
  .box-02 .btn_account {
    box-shadow: 0 0.3rem 0 0 #832423;
  }
  .h3_02 {
    width: 400px;
  }
  #accordion .accordion-content {
    padding: 50px;
  }
} /* PC表示 */

/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {
  .btn_03 {
    font-size: 1.6rem;
  }
  .btn_02 {
    height: 18vw;
  }
  .btn_account span:last-child {
    right: 3%;
  }
  .spMiniOnly {
    display: block;
  }
  [class^="box-"] .btn_account {
    height: 16vw;
  }
}
