@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== color ========== */
.c-color-boatrace-01 { color: #024889 !important; }
.c-color-boatrace-02 { color: #ec3a17 !important; }

/* ========== conversion ========== */
/* ----- c-btn-boatrace-01 ----- */
.c-btn-boatrace-01 {
  background: #ed7b00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
  background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7b00',endColorstr='#e76400',GradientType=0);
  -webkit-box-shadow: 0 4px 0 rgba(168,80,0,1);
  box-shadow: 0 4px 0 rgba(168,80,0,1);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-01 {
    -webkit-box-shadow: 0 6px 0 rgba(168,80,0,1);
    box-shadow: 0 6px 0 rgba(168,80,0,1);
    padding: 14px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}

.c-btn-boatrace-01::before {
  content: "";
  position: absolute;
}
.c-btn-boatrace-01::before {
  top: 13px;
  left: 18px;
  background: url(/assets/img/icon_01_@2x.png);
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 18px;
  height: 65%;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-01::before {
    top: 18px;
  }
}

@media screen and (min-width: 640px) {
  .icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}

/* ----- c-btn-boatrace-02 ----- */
.c-btn-boatrace-02 {
  background: #7667e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#7667e8 0,#6454e3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7667e8),color-stop(100%,#6454e3));
  background: -webkit-linear-gradient(top,#7667e8 0,#6454e3 100%);
  background: -o-linear-gradient(top,#7667e8 0,#6454e3 100%);
  background: -ms-linear-gradient(top,#7667e8 0,#6454e3 100%);
  background: linear-gradient(to bottom,#7667e8 0,#6454e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7667e8',endColorstr='#6454e3',GradientType=0);
  -webkit-box-shadow: 0 4px 0 rgba(78,65,181,1);
  box-shadow: 0 4px 0 rgba(78,65,181,1);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-02 {
    -webkit-box-shadow: 0 6px 0 rgba(78,65,181,1);
    box-shadow: 0 6px 0 rgba(78,65,181,1);
    font-size: 125%;
    padding: 22px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}

.c-btn-boatrace-02::before,
.c-btn-boatrace-02.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-boatrace-02::before {
  top: 20px;
  left: 18px;
  background: url(/campaign/2021/20211221_boatrace/img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.c-btn-boatrace-02.icon-blank::after {
  top: 20px;
  right: 18px;
  background: url(/campaign/2021/20211221_boatrace/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-02::before {
    top: 22px;
    background-size: 22px auto;
    width: 22px;
    height: 22px;
  }
  .c-btn-boatrace-02.icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}

/* ----- c-btn-boatrace-03 ----- */
.c-btn-boatrace-03 {
  background: #0b9be8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#0b9be8 0,#048ae3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0b9be8),color-stop(100%,#048ae3));
  background: -webkit-linear-gradient(top,#0b9be8 0,#048ae3 100%);
  background: -o-linear-gradient(top,#0b9be8 0,#048ae3 100%);
  background: -ms-linear-gradient(top,#0b9be8 0,#048ae3 100%);
  background: linear-gradient(to bottom,#0b9be8 0,#048ae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b9be8',endColorstr='#048ae3',GradientType=0);
  -webkit-box-shadow: 0 4px 0 rgba(5,109,182,1);
  box-shadow: 0 4px 0 rgba(5,109,182,1);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-03 {
    -webkit-box-shadow: 0 6px 0 rgba(5,109,182,1);
    box-shadow: 0 6px 0 rgba(5,109,182,1);
    font-size: 125%;
    padding: 22px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}

.c-btn-boatrace-03::before,
.c-btn-boatrace-03.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-boatrace-03::before {
  top: 13px;
  left: 18px;
  background: url(/assets/img/icon_01_@2x.png);
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 18px;
  height: 65%;
}
.c-btn-boatrace-03.icon-blank::after {
  top: 20px;
  right: 18px;
  background: url(/campaign/2021/20211221_boatrace/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-03::before {
    top: 18px;
  }
  .c-btn-boatrace-03.icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}

.c-column-group.c-column-group-btn {
  overflow: visible;
}
@media screen and (min-width: 640px) {
  .c-column-group.c-column-group-btn {
    margin-top: 40px;
  }
  .c-column-group .c-btn-boatrace-01,
  .c-column-group .c-btn-boatrace-02 {
    min-width: 100%;
    width: 100%;
    height: 68px;
  }
}


.c-btn-boatrace-05::before,
.c-btn-boatrace-05.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-boatrace-05::before {
  top: 50%;
  left: 18px;
  margin-top: -8px;
  background: url(/campaign/2021/20211221_boatrace/img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.c-btn-boatrace-05.icon-blank::after {
  top: 50%;
  right: 18px;
  margin-top: -8px;
  background: url(/campaign/2021/20211221_boatrace/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-05::before {
    background-size: 22px auto;
    margin-top: -12px;
    width: 22px;
    height: 22px;
  }
  .c-btn-boatrace-05.icon-blank::after {
    background-size: 22px auto;
    margin-top: -12px;
    width: 22px;
    height: 18px;
  }
}

/* ----- c-btn-boatrace-05 ----- */
.c-btn-boatrace-05 {
  font-size: 112.5%;
  border-radius: 28px;
  margin-top: 20px;
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border-top: 1px solid #0895e6;
  border-bottom: 1px solid #0895e6;
  background: #0895e6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkN2IwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzY0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#0895e6 0,#048ae3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0895e6),color-stop(100%,#048ae3));
  background: -webkit-linear-gradient(top,#0895e6 0,#048ae3 100%);
  background: -o-linear-gradient(top,#0895e6 0,#048ae3 100%);
  background: -ms-linear-gradient(top,#0895e6 0,#048ae3 100%);
  background: linear-gradient(to bottom,#0895e6 0,#048ae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0895e6',endColorstr='#048ae3',GradientType=0);
  padding: 16px 38px 16px 48px;
  position: relative;
  text-align: left
}
@media screen and (min-width: 640px) {
  .c-btn-boatrace-05 {
    padding: 16px 0;
    min-width: 480px;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .c-btn-boatrace-04,
  .c-btn-boatrace-05 {
    border-radius: 50px;
  }
}

/* ----- hover ----- */
.c-btn-boatrace-01:hover,
.c-btn-boatrace-02:hover,
.c-btn-boatrace-03:hover,
.c-btn-boatrace-04:hover,
.c-btn-boatrace-05:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

/* ========== c-step-boatrace ========== */
.c-step-boatrace {
  border: 2px solid #024889;
  padding: 30px 10px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .c-step-boatrace {
    border: 3px solid #024889;
    padding: 60px 40px 30px;
  }
}

.c-step-boatrace::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 32px solid #024889;
  border-right: 46.25px solid transparent;
  border-left: 46.25px solid transparent;
}
@media screen and (min-width: 640px) {
  .c-step-boatrace::before {
    border-top: 60px solid #024889;
    border-right: 135px solid transparent;
    border-left: 135px solid transparent;
  }
}

.c-step-boatrace + .c-step-boatrace {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .c-step-boatrace + .c-step-boatrace {
    margin-top: 20px;
  }
}

.c-step-boatrace-head {
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .c-step-boatrace-head {
    font-size: 125%;
    top: 10px;
  }
}
/* ==========c-boatrace-conversion-btn=========== */
.c-boatrace-conversion-btn {
margin-top: 16px;
display: inline-block;
}
/* ========== area-jra ========== */
.c-area-jra {
  background-color: #d3d7ee;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .c-area-jra {
    padding: 20px 40px;
  }
  .c-area-jra figure a:hover {
    opacity: .7;
  }
}
.c-area-jra>*:first-child {
  margin-top: 0
}

.c-area-jra>*:first-child>*:first-child {
  margin-top: 0
}

/* ========== heading ========== */
.c-heading2-boatrace {
  background-color: #024889;
  color: #fff;
  padding: 16px 0;
}
@media screen and (max-width: 640px) {
  .c-heading2-boatrace {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 640px) {
  .c-heading2-boatrace {
    min-height: 56px;
    text-align: center;
  }
}

.c-heading2-boatrace h2 {
  font-size: 125%;
}
@media screen and (max-width: 640px) {
  .c-heading2-boatrace h2 {
    font-size: 105%;
  }
}

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #f0920c;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/campaign/2021/20211221_boatrace/img/icon_02.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/campaign/2021/20211221_boatrace/img/icon_01.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

body.color-boatrace .cpn-heading-01 span, body.color-boatrace .cpn-step-02 .heading-main h2 span, body.color-boatrace .cpn-step-02 .heading-main h3 span, body.color-boatrace .cpn-step-02 .heading-main h4 span, body.color-boatrace .cpn-step-02 .heading-main h5 span {
  background-color:#024889 ;
  box-shadow: 12px 0 0 #024889, -12px 0 0 #024889;
}
body.color-boatrace .cpn-heading-02 h3, body.color-boatrace .cpn-text-01, body.color-boatrace .cpn-step-04 .step-heading > .step-num, body.color-boatrace .cpn-step-05 .step-heading > .step-num {
  color: #024889;
}