@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  background: #fff;
  color: #4b4b4b; }
  @media (max-width: 767px) {
    body {
      font-size: 1rem;
      line-height: 1.6;
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    body {
      font-size: .95rem; } }

img {
  border: 0;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

dl {
  list-style-type: none; }

li {
  list-style-type: none; }

a {
  color: #7088ff;
  text-decoration: none; }

.navbar {
  background: #232db2; }

.navbar-dark .navbar-toggler {
  border: none; }

.nav-link {
  color: #fff !important;
  font-size: .95rem; }

.mymenu {
  margin: 0 auto 2.5rem auto; }
  .mymenu .mymenu-icon {
    font-size: 5rem; }
  .mymenu .id-title {
    font-size: .9rem;
    margin-top: .2rem; }
  .mymenu .point-title {
    font-size: .9rem; }
  .mymenu .point {
    font-weight: 700;
    font-size: 1.4rem; }
    @media (max-width: 575px) {
      .mymenu .point {
        font-size: 1.2rem; } }
    .mymenu .point i {
      color: #ffa625; }
      @media (max-width: 767px) {
        .mymenu .point i {
          font-size: 1rem; } }
  .mymenu .btn-buypoint {
    background: #28a745;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    display: inline-block;
    padding: .3rem 1rem;
    border-radius: 50px; }
    .mymenu .btn-buypoint:hover {
      text-decoration: none; }

.navi-point {
  font-weight: 700;
  font-size: 110%;
  line-height: 1.2;
  margin-top: 3px; }
  .navi-point i {
    color: #ffa625; }
  .navi-point + small {
    color: #b0b0b0;
    display: block; }

.small {
  font-size: .8rem;
  display: inline-block;
  line-height: 1.4; }
  @media (max-width: 575px) {
    .small {
      font-size: .75rem; } }

.pcnavi {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .pcnavi {
      margin-top: 0; } }
  .pcnavi li {
    display: table-cell;
    text-align: center; }
    @media (max-width: 991px) {
      .pcnavi li {
        display: none; } }
    .pcnavi li:last-of-type {
      display: block;
      text-align: right; }

.login-pcnavi {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: .4rem; }
  @media (max-width: 991px) {
    .login-pcnavi {
      margin-top: 0; } }
  .login-pcnavi li {
    display: table-cell;
    text-align: right; }
  .login-pcnavi .loginbtn {
    border: 1px solid #fff;
    font-size: .8rem;
    padding: .3rem 1rem;
    color: #fff;
    border-radius: 5px; }
    @media (max-width: 575px) {
      .login-pcnavi .loginbtn {
        font-size: .7rem; } }
    .login-pcnavi .loginbtn:hover {
      text-decoration: none; }

.title1 {
  background: #efefef;
  padding: .8rem 1rem;
  border-left: 9px solid #6c757d;
  font-weight: 700;
  font-size: 1.3em;
  margin: 3rem 0 1.5rem 0; }
  @media (max-width: 767px) {
    .title1 {
      font-size: 1.8rem;
      margin: 2rem 0; } }
  @media (max-width: 575px) {
    .title1 {
      font-size: 1.3rem;
      margin: 1rem 0; } }
  .title1 span {
    color: #232db2;
    font-size: 125%; }

.title2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 3rem 0;
  text-align: center; }
  @media (max-width: 767px) {
    .title2 {
      font-size: 1.5rem;
      margin: 1.5rem 0; } }
  @media (max-width: 575px) {
    .title2 {
      font-size: 1.3rem; } }
  .title2 span {
    display: block;
    text-align: center;
    font-size: 50%;
    line-height: 1.8; }
    @media (max-width: 767px) {
      .title2 span {
        font-size: 65%; } }

.container {
  max-width: 780px; }
  @media (max-width: 800px) {
    .container {
      max-width: 100%; } }

.overray {
  width: 100%;
  height: 760px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 575px) {
    .overray {
      max-height: 650px; } }
  @media (max-width: 450px) {
    .overray {
      max-height: 520px; } }

.header-section {
  background: #000000;
  width: 100%;
  position: relative; }
  .header-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .header-section video {
    width: 100vw;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    text-align: center; }
  .header-section h1 {
    width: 550px;
    padding: 0 1.2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 99; }
    @media (max-width: 767px) {
      .header-section h1 {
        width: 100%;
        top: 45%; } }
  .header-section h2 {
    width: 550px;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    z-index: 99; }
    @media (max-width: 767px) {
      .header-section h2 {
        width: 100%;
        top: 3%; } }
  .header-section ul li {
    list-style: none; }
  .header-section ul li:nth-of-type(1) {
    width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6; }
    @media (max-width: 767px) {
      .header-section ul li:nth-of-type(1) {
        width: 85%;
        top: 18%; } }
  .header-section ul li:nth-of-type(2) {
    width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translateX(-50%);
    z-index: 5; }
    @media (max-width: 767px) {
      .header-section ul li:nth-of-type(2) {
        width: 80%;
        top: 12%;
        left: 30%; } }
  .header-section ul li:nth-of-type(3) {
    width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    top: 5%;
    left: 60%;
    transform: translateX(-50%);
    z-index: 4; }
    @media (max-width: 767px) {
      .header-section ul li:nth-of-type(3) {
        width: 80%;
        top: 7%;
        left: 70%; } }

.sp {
  display: none; }
  @media (max-width: 767px) {
    .sp {
      display: block; } }

.pc {
  display: none; }
  @media (min-width: 768px) {
    .pc {
      display: block; } }

.imgbox {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0; }

.cta {
  /*--background: rgb(27,57,112);
  background: -webkit-linear-gradient(bottom left, rgba(27,57,112,1) 0%, rgba(0,20,54,1) 100%);
  background: -o-linear-gradient(bottom left, rgba(27,57,112,1) 0%, rgba(0,20,54,1) 100%);
  background: linear-gradient(to top right, rgba(27,57,112,1) 0%, rgba(0,20,54,1) 100%);---*/
  background: url("../images/ctabg.jpg") no-repeat;
  background-size: cover;
  padding: 3rem 1rem; }
  @media (max-width: 575px) {
    .cta {
      padding: 2rem 0;
      background: url("../images/ctabg-sp.jpg") no-repeat;
      background-size: 100% auto; } }
  .cta h2 {
    text-align: center;
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    /*---display: flex;---*/
    align-items: center;
    /*---&:before,&:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #eeeeee;
    }
    &:before {
        margin-right: .5rem;
    }
    &:after {
        margin-left: .5rem;
    }---*/ }
    .cta h2 div span {
      display: block;
      font-size: 75%;
      text-align: center;
      line-height: 1.7; }
    @media (max-width: 575px) {
      .cta h2 {
        font-size: 1.3rem; } }
  .cta small {
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000,  1px -1px 0px #000, 1px 0px 0px #000, -1px  0px 0px #000, 0px 1px 0px #000,  0px -1px 0px #000; }

.line {
  display: block;
  text-align: center;
  background: #3eb134;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 0 1rem 1.8rem;
  border-radius: 5px;
  position: relative; }
  @media (max-width: 575px) {
    .line {
      font-size: 1.4rem; } }
  .line:hover {
    text-decoration: none;
    color: #fff; }
  .line:before {
    content: "";
    display: block;
    width: 40px;
    height: 38px;
    background: url("../images/icon_line.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (max-width: 575px) {
      .line:before {
        width: 38px;
        height: 36px; } }

.google {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 0 1rem 1.8rem;
  border-radius: 5px;
  position: relative; }
  @media (max-width: 575px) {
    .google {
      font-size: 1rem; } }
  .google:hover {
    text-decoration: none;
    color: #000; }
  .google:before {
    content: "";
    display: block;
    width: 34px;
    height: 35px;
    background: url("../images/icon_google.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (max-width: 575px) {
      .google:before {
        width: 32px;
        height: 33px; } }

@keyframes shine {
  0% {
    left: -20%; }
  10% {
    left: 120%; }
  100% {
    left: 120%; } }
@keyframes brightness {
  0% {
    filter: brightness(100%); }
  10% {
    filter: brightness(115%); }
  50% {
    filter: brightness(100%); }
  60% {
    filter: brightness(108%); }
  100% {
    filter: brightness(105%); } }
@-webkit-keyframes pulsebtn {
  0% {
    -webkit-transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulsebtn {
  0% {
    -moz-transform: scale(0.85); }
  100% {
    -moz-transform: scale(1); } }
.shine {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden; }
  .shine:after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 100%;
    z-index: 99;
    transform: scale(2) rotate(30deg);
    background-image: -webkit-linear-gradient(10deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(10deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shine;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .shine input {
    animation-name: brightness;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

.service h3 {
  font-weight: 700;
  font-size: 1.45rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
  line-height: 1.4;
  letter-spacing: 1.5px; }
  @media (max-width: 575px) {
    .service h3 {
      font-size: 1rem;
      padding-left: 1.5rem; } }
  .service h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #204a93;
    color: #fff;
    border-radius: 2px;
    padding: .5rem;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 1rem;
    line-height: 1; }
    @media (max-width: 575px) {
      .service h3:before {
        font-size: 1rem;
        padding: .7rem; } }
  .service h3:nth-of-type(1):before {
    content: "1"; }
  .service h3:nth-of-type(2):before {
    content: "2"; }
  .service h3:nth-of-type(3):before {
    content: "3"; }
  .service h3:nth-of-type(4):before {
    content: "4"; }

footer {
  font-size: .8rem;
  margin-top: 5rem;
  padding: 1.5rem 0; }
  @media (max-width: 991px) {
    footer {
      padding: 0 0 1rem 0;
      margin-top: 5rem; } }
  @media (max-width: 991px) {
    footer .container {
      padding: 0 !important;
      max-width: 100%; } }
  footer .container .footer-p15 {
    padding: 0 15px !important; }
  footer nav ul {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin-bottom: 3rem;
    padding: 0;
    background: #fff; }
    @media (max-width: 991px) {
      footer nav ul {
        border-top: 1px solid #ccc;
        display: block; } }
    footer nav ul li {
      margin: 0 .5rem;
      text-align: left; }
      @media (max-width: 991px) {
        footer nav ul li {
          margin: 0; } }
      @media (max-width: 991px) {
        footer nav ul li a {
          color: #4b4b4b;
          display: block;
          position: relative;
          padding: .5rem 1.5rem;
          border-bottom: 1px solid #ccc; } }
  footer .copyright {
    margin-top: 2rem;
    font-size: .7rem;
    display: block; }
  footer table {
    color: #eeeeee !important; }
    footer table th {
      width: 25%; }

/* 的中実績 */
.evidence {
  /*--background: #1a1a29;---*/
  background: url("../images/flame.png") no-repeat;
  background-size: 100% 99%;
  min-height: 220px;
  text-align: center;
  padding: 1.3rem 0 1rem 0;
  margin-bottom: 2rem;
  position: relative;
  /*--border: 4px solid #3e416f;---*/
  /*--&:before{
      content: "";
      background: url("../images/icon-prize.png") no-repeat;
      width: 60px;
      height: 78px;
      background-size: 60px 78px;
      position: absolute;
      top: -10px;
      right: -10px;
  }---*/ }
  @media (max-width: 991px) {
    .evidence {
      margin-bottom: 1rem;
      min-height: auto; } }
  .evidence .plan {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: block;
    line-height: 1.2; }
    .evidence .plan .date-buyer {
      font-size: .9rem;
      display: block;
      margin-left: 1rem;
      margin-right: 1rem;
      padding-top: .3rem;
      /*---border-top: 4px double #575b9b;----*/ }
  .evidence .box {
    border: 1px solid #FFF;
    padding: .1rem .4rem;
    margin: 0 5px; }
  .evidence .pay {
    margin: 1rem 1rem 0 1rem;
    font-size: .95rem; }
    @media (max-width: 991px) {
      .evidence .pay {
        font-size: .85rem; } }
  .evidence .money {
    font-weight: 700;
    font-size: 2rem;
    color: #c8cf24;
    padding-bottom: .2rem; }
  .evidence .date {
    border: 1px solid #FFF;
    padding: .3rem;
    margin: 2rem auto 0 auto;
    width: 80%; }
  .evidence .race-box {
    border: 1px solid #FFF;
    font-size: 1rem;
    padding: .3rem .7em;
    margin: 0 7px; }

.voice {
  margin-bottom: 2rem; }
  @media (max-width: 575px) {
    .voice {
      margin-bottom: 0; } }
  .voice img {
    border-radius: 50%; }
  .voice h3 + p {
    font-size: 95%; }
  .voice ul {
    margin: 0 0 1rem 0;
    padding: 0 0 .5rem 0;
    border-bottom: 2px dotted #ccc; }
    .voice ul + p {
      font-size: 90%; }
  .voice li {
    margin: 0 0 5px 0;
    padding: 0; }
    .voice li span {
      background: #0eab5a;
      color: #fff;
      font-size: 80%;
      padding: .2rem .5rem;
      display: inline-block;
      margin-right: 1rem; }
    .voice li:last-of-type {
      color: #c02c2c;
      font-weight: 700; }
  .voice p span {
    font-weight: 700;
    color: #c8cf24; }

.flow {
  background: #0f2856;
  padding-bottom: 3rem; }

.plan {
  margin-bottom: 5rem; }

.dlstyle {
  margin-bottom: 4rem; }
  .dlstyle dt {
    margin-bottom: .5rem; }
  .dlstyle dd {
    font-size: .95rem;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .dlstyle dd {
        font-size: .85rem; } }

.logo img {
  max-width: 160px; }
  @media (max-width: 575px) {
    .logo img {
      width: 130px; } }

.container th {
  width: 25%;
  font-size: 85%; }

.btn-submit {
  width: 100%;
  background: #ba3444;
  color: #fff;
  padding: 1rem;
  display: block; }

.campaign {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  background: url("../images/fvbg.jpg") no-repeat;
  background-size: 100% auto; }
  .campaign-btn {
    color: #000;
    background: #f8e92c;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .5rem 3.5rem;
    display: inline-block; }
    @media (max-width: 575px) {
      .campaign-btn {
        font-size: 1rem; } }
    .campaign-btn:hover {
      color: #000;
      text-decoration: none; }

.campaign2 {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  background: url("../images/fvbg2.jpg") no-repeat bottom;
  background-size: 100% auto; }
  .campaign2-btn {
    color: #000;
    background: #f8e92c;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .5rem 3.5rem;
    display: inline-block; }
    @media (max-width: 575px) {
      .campaign2-btn {
        font-size: 1rem; } }
    .campaign2-btn:hover {
      color: #000;
      text-decoration: none; }

@media (max-width: 767px) {
  .campaign, .campaign2 {
    margin: 0 -15px;
    padding: 2rem 0 2.5rem 0;
    background-size: cover; } }
.campaign h1, .campaign2 h1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 6px rgba(7, 16, 62, 0.8); }
  @media (max-width: 575px) {
    .campaign h1, .campaign2 h1 {
      font-size: 1.5rem; } }
.campaign-title, .campaign2-title {
  font-size: 85%;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: .6rem 1rem .5rem 1rem;
  margin-bottom: 1rem;
  line-height: 1.2; }

#comment {
  margin-bottom: 6rem; }
  #comment .accordion-button {
    border-bottom: 1px solid #fff;
    padding-right: 0;
    padding-left: 1rem; }
    #comment .accordion-button:after {
      background-image: url("../images/arrow.svg"); }

.plan-maintable {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: #f8f9fa; }
  @media (max-width: 991px) {
    .plan-maintable {
      font-size: .9rem; } }
  .plan-maintable tr {
    border-bottom: 1px solid #dfe0e1; }
  .plan-maintable thead th {
    background: #4fb78c;
    font-weight: bold;
    font-size: 85%;
    color: #fff;
    padding: .2rem; }
  .plan-maintable td {
    padding: .5rem;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .plan-maintable td {
        padding: .4rem .3rem; } }

.planselect {
  color: #fff;
  text-align: center; }
  .planselect td {
    vertical-align: middle; }

.result-table thead th {
  color: #fff;
  text-align: center;
  padding: .2rem;
  font-size: 80%; }
  .result-table thead th:nth-of-type(1) {
    background: #6E7B84; }
  .result-table thead th:nth-of-type(2) {
    background: #D9AC6C; }
  .result-table thead th:nth-of-type(3) {
    background: #6CAED9; }
.result-table tr td {
  padding: .5rem; }
  .result-table tr td:nth-of-type(1) {
    width: auto; }
    @media (max-width: 575px) {
      .result-table tr td:nth-of-type(1) {
        width: 6.5rem;
        font-size: .8rem; } }
    .result-table tr td:nth-of-type(1) span {
      display: block;
      font-size: 85%;
      font-weight: 700;
      color: #cd1731; }
      @media (max-width: 575px) {
        .result-table tr td:nth-of-type(1) span {
          letter-spacing: -1.2px; } }
  @media (max-width: 575px) {
    .result-table tr td:nth-of-type(2) {
      font-size: .8rem; } }
  .result-table tr td:nth-of-type(3) {
    font-weight: bold;
    color: #cd1731; }
    .result-table tr td:nth-of-type(3) span {
      font-size: 120%; }
.result-table tr:nth-of-type(even) td {
  background: #e7e7e7; }

.entry-btn {
  background: #fff62d;
  text-align: center;
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: .6rem .3rem;
  border-radius: .2rem; }
  .entry-btn:hover {
    transition: 0.3s;
    background: #c4fc4c;
    color: #000; }
  .entry-btn i {
    position: relative;
    left: 110px; }
    @media (max-width: 991px) {
      .entry-btn i {
        left: 10px; } }
  .entry-btn .red {
    color: #ff1e00;
    margin-left: .2rem; }

.soldout {
  background: #444 !important;
  color: #CCC;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: .7rem .3rem;
  border-radius: .2rem;
  pointer-events: none; }

.muryo {
  background: #efefef;
  align-items: center;
  margin-bottom: 1px; }
  @media (min-width: 767px) {
    .muryo {
      margin-right: 0;
      margin-left: 0; } }
  .muryo div:first-of-type {
    background: #313131;
    color: #fff;
    text-align: center;
    padding: .5rem; }
  .muryo div:last-child a {
    color: #0262c5;
    padding: .5rem;
    text-decoration: underline; }
    .muryo div:last-child a:hover {
      text-decoration: none; }

.planbox {
  margin-bottom: 1.5rem;
  padding: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  text-align: center; }
  .planbox a {
    display: inline-block;
    margin-bottom: 1rem; }
    .planbox a img:hover {
      filter: brightness(1.2); }
    .planbox a:last-of-type {
      margin-bottom: 0; }
  .planbox .planlogo {
    height: 80px;
    display: inline-block;
    margin-bottom: 1rem; }

.result-title1 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: 1px solid #fff;
  margin: 0 0 .5rem 0; }
  @media (max-width: 575px) {
    .result-title1 {
      font-size: 1.2rem; } }

.result-title2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.result-table td {
  vertical-align: middle;
  text-align: center; }

.result-btnbox {
  margin-top: 1rem;
  margin-bottom: 7rem; }

.type {
  width: 8rem; }

.table-dark .number span {
  display: inline-block;
  padding: .5rem 1rem;
  margin-right: 1rem; }

.table-light .number span {
  display: inline-block;
  padding: .5rem 1rem;
  margin-right: 1rem; }

.navbar {
  margin-bottom: .5rem; }
  @media (max-width: 575px) {
    .navbar {
      margin-bottom: 0; } }

.number1 {
  background: #fff;
  color: #000 !important; }

.number2 {
  background: #000;
  color: #fff; }

.number3 {
  background: #e0001d;
  color: #fff; }

.number4 {
  background: #3393dd;
  color: #fff; }

.number5 {
  background: #f8e92c;
  color: #222; }

.number6 {
  background: #0eab5a;
  color: #fff; }

.point-table th i {
  font-size: 85%; }
.point-table td {
  width: 40%; }
  @media (max-width: 575px) {
    .point-table td {
      width: 40%; } }
  .point-table td button, .point-table td a {
    background: #28a745;
    color: #fff;
    font-size: 1rem;
    padding: .5rem;
    text-align: center;
    border: none;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-weight: 700; }
    .point-table td button:hover, .point-table td a:hover {
      text-decoration: none; }

@media (max-width: 575px) {
  .yoso-btnbox {
    font-size: .9rem; } }
.yoso-btnbox tr {
  border-bottom: 1px solid #656565; }
.yoso-btnbox th {
  padding: .3rem;
  font-weight: normal;
  text-align: center;
  font-size: 1rem; }
.yoso-btnbox td {
  text-align: center;
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .yoso-btnbox td:first-of-type {
    width: 16%; }
  .yoso-btnbox td:nth-of-type(2) {
    width: 44%; }
  .yoso-btnbox td:last-of-type {
    width: 44%; }

.yoso-btn1 {
  width: 100%;
  color: #fff;
  padding: .5rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  border: none;
  text-align: center;
  border: 1px solid #28a745;
  background: #28a745; }
  @media (max-width: 575px) {
    .yoso-btn1 {
      font-size: .9rem; } }
  .yoso-btn1:hover {
    color: #28a745;
    background: none;
    border: 1px solid #28a745;
    text-decoration: none; }

.yoso-btn2 {
  width: 100%;
  color: #28a745;
  padding: .2rem 1rem;
  border-radius: 5px;
  border: 1px solid #28a745;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-align: center; }
  @media (max-width: 575px) {
    .yoso-btn2 {
      font-size: .9rem; } }
  .yoso-btn2:hover {
    color: #fff;
    background: #28a745;
    text-decoration: none; }

.btn-disabled {
  background: #454545;
  color: #ccc;
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  border: none;
  text-align: center; }
  @media (max-width: 575px) {
    .btn-disabled {
      font-size: .9rem; } }

.history-table {
  margin-bottom: 4rem; }
  @media (max-width: 575px) {
    .history-table {
      font-size: .85rem; } }
  .history-table td {
    vertical-align: middle;
    padding: 1rem 0.5rem; }
    .history-table td span {
      margin-right: 1.5rem; }
  .history-table .yoso-btn2 {
    width: auto; }

.kanbai {
  text-align: center;
  color: #c02c2c;
  font-weight: 700;
  margin-bottom: 1rem;
  border-top: 1px solid #c02c2c;
  border-bottom: 1px solid #c02c2c;
  padding: .5rem 1rem; }

.forget {
  font-size: 85%;
  display: inline-block;
  margin-top: .5rem; }

.topimagebg {
  background: url(../images/topimage1.jpg) no-repeat bottom;
  margin: 0 auto;
  background-size: cover;
  height: 600px; }
  .topimagebg .container {
    max-width: 1120px; }
    @media (max-width: 767px) {
      .topimagebg .container {
        padding: 0 1.7rem; } }
  @media (max-width: 991px) {
    .topimagebg {
      background: url(../images/topimage1-sp.jpg) bottom no-repeat;
      background-size: 100% auto;
      height: 420px; } }
  .topimagebg h1 {
    padding-top: 80px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .topimagebg h1 {
        padding-top: 40px; }
        .topimagebg h1 img {
          width: 100%; } }
  .topimagebg .topimage-btn {
    margin-top: 4rem; }
    @media (max-width: 575px) {
      .topimagebg .topimage-btn {
        margin-top: 2.5rem; } }

#regist img {
  max-width: 500px; }

.loginlink {
  color: #fff;
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9); }
  .loginlink:hover {
    color: #fff; }
  @media (max-width: 575px) {
    .loginlink {
      font-size: 1rem; } }

.sectionbox {
  margin-bottom: 7rem; }
  @media (max-width: 575px) {
    .sectionbox {
      margin-bottom: 3rem; } }

.voicebg {
  padding: 3rem 0;
  background: #e6f3ff; }
  @media (max-width: 575px) {
    .voicebg {
      padding: 2rem 0; } }

.bubble {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  padding: 2rem; }
  @media (max-width: 575px) {
    .bubble {
      padding: 1rem; } }
  .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    top: 20px;
    right: -15px;
    /* 吹き出しの尖りを右側に */ }
  .bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
    display: block;
    width: 0;
    z-index: 0;
    top: 19px;
    /* 1pxだけ吹き出しより上に配置する */
    right: -16px;
    /* 吹き出しの尖りを右側に */ }
  .bubble h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
    .bubble h3 span {
      background: #338cdc;
      font-size: .8rem;
      display: inline-block;
      padding: .3rem;
      margin-bottom: .5rem;
      color: #fff; }

.bubble2 {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  padding: 2rem; }
  @media (max-width: 575px) {
    .bubble2 {
      padding: 1rem; } }
  .bubble2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 20px;
    left: -15px;
    /* 吹き出しの尖りを右側に */ }
  .bubble2:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: 19px;
    /* 1pxだけ吹き出しより上に配置する */
    left: -16px;
    /* 吹き出しの尖りを左側に */ }
  .bubble2 h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
    .bubble2 h3 span {
      background: #338cdc;
      font-size: .8rem;
      display: inline-block;
      padding: .3rem;
      margin-bottom: .5rem;
      color: #fff; }

.qabg {
  padding: 3rem 0;
  background: #ebf9f8; }

.qabox {
  background: #fff;
  padding: 1.5rem 1.5rem .5rem 1.5rem; }
  @media (max-width: 575px) {
    .qabox {
      padding: 1rem 1rem .5rem 1rem; } }
  .qabox dt {
    font-size: 1.35rem;
    padding-left: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    position: relative; }
    @media (max-width: 575px) {
      .qabox dt {
        font-size: 1rem; } }
    .qabox dt:before {
      content: "Q";
      position: absolute;
      display: block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 1.9;
      left: 0;
      background: #232db2;
      font-size: 1.2rem;
      color: #fff;
      border-radius: 50%; }
      @media (max-width: 575px) {
        .qabox dt:before {
          font-size: 1rem;
          width: 28px;
          height: 28px; } }
  .qabox dd {
    font-size: 1.1rem;
    padding-left: 3rem;
    padding-bottom: .5rem;
    position: relative; }
    @media (max-width: 575px) {
      .qabox dd {
        font-size: .95rem; } }
    .qabox dd:before {
      content: "A";
      position: absolute;
      display: block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 1.9;
      left: 0;
      background: #ffd35d;
      font-size: 1.2rem;
      border-radius: 50%; }
      @media (max-width: 575px) {
        .qabox dd:before {
          font-size: 1rem;
          width: 28px;
          height: 28px; } }

@media (max-width: 575px) {
  .greetbox p {
    margin-bottom: .5rem; }
  .greetbox .btn {
    font-size: .9rem;
    padding: 0.2rem 0.75rem !important; }
  .greetbox .card-body {
    padding: 0.8rem 1rem !important; } }
