/* ------------------------------------------------------------ */
/* base */
/* ------------------------------------------------------------ */
/* hover */
@media only screen and (min-width: 768px) {
  .section-entry a {
    -webkit-transition: all .2s linear;  
    -moz-transition: all .2s linear;  
    -o-transition: all .2s linear;  
    transition: all .2s linear;
  }
  .section-entry a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/* display */
.section-main .sm-pc,
.box-link .sm-pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .section-main .sm-pc,
  .box-link .sm-pc {
    display: inline-block !important;
  }
  .section-main .sm-sp,
  .box-link .sm-sp {
    display: none !important;
  }
}

/* ------------------------------------------------------------ */
/* section-container */
/* ------------------------------------------------------------ */
#sb.container {
  padding: 0 15px !important;
}
#sb.container a {
  color: #00a8b5;
}

/* ------------------------------------------------------------ */
/* section-hero */
/* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .section-hero h1 {
    margin: 0 -15px;
  }
}
.section-hero .end-txt {
  color: #ff0000;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-hero .end-txt {
    font-size: 24px;
  }
}

/* ------------------------------------------------------------ */
/* section-main */
/* ------------------------------------------------------------ */
.section-main {
  margin-top: 15px;
}
.section-main > p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-main > p > strong {
  color: #1f81c8;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-main {
    margin-top: 30px;
  }
  .section-main > p {
    font-size: 19px;
  }
  .section-main > p strong {
    font-size: 22px;
  }
}

/* box-course */
.section-main .row {
  padding-top: 15px;
  margin: 15px -15px 0;
  border-top: 1px solid #000;
}
.section-main .col-sm-6 + .col-sm-6 {
  padding-top: 25px;
}
.section-main .box-course {
  display: table;
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}
.section-main .box-course > div {
  display: table-cell;
  vertical-align: middle;
}
.section-main .box-course .point {
  width: 87px;
  text-align: center;
  padding-right: 7px;
}
.section-main .box-course .point p {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  margin: 0;
  background-color: #ff002c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.section-main .box-course .txt {
  width: calc(100% - 88px);
}
.section-main .box-course .txt p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.section-main .box-course .txt .letter-sp {
  letter-spacing: -.04em;
}
.section-main .box-course .txt h2 {
  max-width: 360px;
  margin: 12px 0 5px;
}
.section-main .box-course .txt h2 img {
  width: 100%;
  max-width: 360px;
}
@media (min-width: 768px) {
  .section-main .row {
    padding: 20px 0;
    margin: 30px auto 0;
    border-bottom: 1px solid #000;
  }
  .section-main .box-course .point {
    width: 103px;
  }
  .section-main .box-course .point p {
    font-size: 17px;
  }
  .section-main .box-course .txt p {
    font-size: 19px;
  }
}
@media (min-width: 818px) {
  .section-main {
    font-size: 0;
  }
  .section-main .col-sm-6 {
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 0;
  }
  .section-main .col-sm-6 + .col-sm-6 {
    padding-top: 0;
  }
  .section-main .col-sm-6:first-child {
    padding: 0 10px;
    border-right: 1px solid #000;
  }
  .section-main .col-sm-6:last-child {
    padding-left: 20px;
  }
  .section-main .box-course {
    max-width: 100%;
  }
  .section-main .box-course .point {
    width: 87px;
  }
  .section-main .box-course .txt {
    width: calc(100% - 90px);
  }
  .section-main .box-course .txt h2 {
    max-width: auto;
  }
  .section-main .box-course .txt h2 img {
    max-width: 359px;
  }
}
@media (min-width: 990px) {
  .section-main .col-sm-6:first-child {
    padding-left: 10px;
  }
  .section-main .col-sm-6:last-child {
    padding-left: 32.5px;
  }
}

/* box-period */
.section-main .box-period {
  text-align: center;
  margin-top: 35px;
}
.section-main .box-period h2 {
  font-size: 18px;
  font-weight: bold;
}
.section-main .box-period figure {
  margin: 0 15px;
}
@media (min-width: 768px) {
  .section-main .box-period h2 {
    font-size: 20px;
  }
  .section-main .box-period figure {
    max-width: 440px;
    margin: 0 auto;
  }
}

/* box-flow */
.section-main .box-flow {
  text-align: center;
  margin-top: 40px;
}
.section-main .box-flow h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-main .box-flow figure {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-main .box-flow h3 {
    font-size: 24px;
  }
  .section-main .box-flow figure {
    max-width: 739px;
  }
}

/* ----------------------------- */
/* section-entry */
/* ----------------------------- */
.section-entry {
  margin: 40px auto 50px;
}
.section-entry dl {
  width: 100%;
  text-align: left;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #c9c9c9;
}
.section-entry dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section-entry dl dd {
  font-size: 15px;
  line-height: 1.8;
}
.section-entry dl dd > .red {
  color: #ff0000;
  margin-bottom: 0;
}
.section-entry dl dd > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-entry dl dd > ul li {
  text-indent: -15px;
  line-height: 1.8;
  margin-left: 15px;
}
.section-entry dl dd > .list-note li {
  font-size: 13px;
}

/* box-link */
.section-entry .box-link {
  padding: 15px 0;
  border-top: 1px solid #c9c9c9;
}
.section-entry .box-link p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 10px;
}
.section-entry .box-link p a {
  display: block;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  background-color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.section-entry .box-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-entry .box-link ul li {
  font-size: 13px;
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .section-entry .box-link p {
    text-align: left;
    margin: 0;
  }
  .section-entry .box-link p a {
    position: relative;
    height: auto;
    color: #00a8b5;
    font-size: 16px;
    line-height: 1.8;
    padding-right: 15px;
    background: none;
  }
  .section-entry .box-link p a:hover {
    color: #006169;
  }
  .section-entry .box-link p a::before,
  .section-entry .box-link p a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .section-entry .box-link p a::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #00a8b5;
    border-right: 1px solid #00a8b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .section-entry .box-link p a:hover::after {
    border-color: #006169;
  }
}

/* box-note */
.section-entry .box-note {
  padding: 15px 0;
  border-top: 1px solid #c9c9c9;
}
.section-entry .box-note p {
  font-size: 15px;
  text-align: center;
}


/* ラウンジのみ */
.section-entry h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #000;
}
.section-entry .entry-method p {
  width: 100%;
  height: 70px;
  color: #b2b2b2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  margin: 10px auto 0;
  background: -moz-linear-gradient(top, #5f6779, #4a4f5e);
  background: -webkit-linear-gradient(top, #5f6779, #4a4f5e);
  background: linear-gradient(to bottom, #5f6779, #4a4f5e);
  border-bottom: 5px solid #2f323d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.section-entry .entry-method a {
  display: block;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  margin: 10px auto 0;
  background: -moz-linear-gradient(top, #7f89a5, #60657b);
  background: -webkit-linear-gradient(top, #7f89a5, #60657b);
  background: linear-gradient(to bottom, #7f89a5, #60657b);
  border-bottom: 5px solid #444858;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.section-entry .entry-method a img {
  width: 30px;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section-entry h3 {
    font-size: 20px;
  }
  .section-entry .entry-method {
    max-width: 300px;
  }
}

/* ------------------------------------------------------------ */
/* ご応募はこちら */
/* ------------------------------------------------------------ */
.app-xlj .btn-primary {
  background-color: #e53a67;
  border-color: transparent; 
  padding: 20px;
}
.app-xlj .btn-primary:hover {
  background-color: #54A9BD;
}

/* ------------------------------------------------------------ */
/* 規約ページ */
/* ------------------------------------------------------------ */
.h-bg-r {
  color: #fff;
  font-size: 160%;
  text-align: center;
  padding: 10px 0;
  background: #17151c;
}

/* - 規約 - */
.section-kiyaku {
}
.section-kiyaku dt {
  font-size: 17px;
  font-weight: normal;
  text-indent: -.7em;
  line-height: 1.8;
  margin: 0 0 10px .7em;
}
.section-kiyaku dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.section-kiyaku dd strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.section-kiyaku dd ul + strong {
  margin-top: 25px;
}
.section-kiyaku dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-kiyaku dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.section-kiyaku dd p {
  margin-bottom: 0;
}
.section-kiyaku dd a {
  word-break: break-all;
}

/* - 個人情報 - */
.section-check {
  margin-bottom: 40px;
}
.section-check .privacy {
  border: solid 1px #808080;
  height: 150px;
  padding: 0.5em;
  overflow: auto;
  margin-bottom: 20px;
}
.section-check .privacy .section + .section {
  margin-top: 20px;
}
.section-check .privacy .section .indent {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.section-check .privacy .section p,
.section-check .privacy .section ul {
  font-size: 13px;
  line-height: 1.8;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
input[type="button"] {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: none;
  background: #e53a67;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* 送信ボタン - マウスオーバー時 */
input[type="button"]:hover {
  background: #54A9BD;
}
/* 送信ボタン - 押せないとき */
input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.pointer label:hover,
.pointer input:hover {
  cursor: pointer;
}

/* ------------------------------------------------------------ */
/* 判定別*/
/* ------------------------------------------------------------ */
.well {
  text-align: center;
  margin: 20px 0 0;
}
.well p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .well p {
    font-size: 16px;
  }
}
