@charset "utf-8";

/*---------------------------------------------
 Reset
---------------------------------------------*/
/* margin */
#sb h1,
#sb h2,
#sb h3,
#sb h4,
#sb p {
  margin: 0;
}
/* line-height */
#sb h2,
#sb h3,
#sb h4 {
  line-height: 1.5;
}
/* list-style */
#sb ul,
#sb ol,
#sb dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#sb img {
  width: 100%;
}

/*---------------------------------------------
 Base
---------------------------------------------*/
#sb {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #sb {
    font-size: 15px;
    padding-bottom: 40px;
  }
}
/* display */
#sb .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #sb .sm_pc {
    display: block !important;
  }
  #sb .sm_sp {
    display: none !important;
  }
}
/* clear */
#sb .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
#sb a {
  color: #00a8b5;
}
@media only screen and (min-width: 768px) {
  #sb a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/*---------------------------------------------
 Hero
---------------------------------------------*/
#sb .sbHero {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (min-width: 818px) {
  #sb .sbHero {
    padding: 0 20px;
  }
}

/*---------------------------------------------
 Container
---------------------------------------------*/
#sb .sbContainer {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/*---------------------------------------------
 Close
---------------------------------------------*/
#sb .sbClose {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #333;
}
#sb .sbClose_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #sb .sbClose {
    margin-top: 30px;
  }
  #sb .sbClose_txt {
    text-align: center;
  }
}

/*---------------------------------------------
 Period
---------------------------------------------*/
#sb .sbPeriod {
  margin-top: 20px;
}
#sb .sbPeriod > img {
  display: block;
  max-width: 510px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #sb .sbPeriod {
    margin-top: 60px;
  }
  #sb .sbPeriod > img {
    max-width: 960px;
  }
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#sb .sbProduct {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 30px auto 0;
}
#sb .sbProduct_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  width: 50%;
  max-width: 255px;
  margin: auto;
}
#sb .sbProduct_link > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #sb .sbProduct {
    max-width: 960px;
    margin-top: 50px;
  }
  #sb .sbProduct_link {
    left: auto;
    right: 4.2%;
    bottom: 39%;
    width: 17.709%;
    max-width: 170px;
  }
}

/*---------------------------------------------
 Flow
---------------------------------------------*/
#sb .sbFlow {
  margin-top: 30px;
}
#sb .sbFlow_heading > h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#sb .sbFlow_content {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
#sb .sbFlow_list {
  font-size: 0;
}
#sb .sbFlow_item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #ccc;
}
#sb .sbFlow_item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#sb .sbFlow_item:nth-child(-n+2) {
  border-top: none;
}
#sb .sbFlow_no {
  width: 100%;
  height: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  margin: 0;
  background-color: #000;
}
#sb .sbFlow_image {
  width: 100%;
  max-width: 208px;
  margin: 25px auto 0;
}
#sb .sbFlow_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
#sb .sbFlow_txt > small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #sb .sbFlow {
    margin-top: 40px;
  }
  #sb .sbFlow_heading > h2 {
    font-size: 24px;
  }
  #sb .sbFlow_content {
    margin-top: 20px;
  }
  #sb .sbFlow_list {
    display: table;
    width: 100%;
  }
  #sb .sbFlow_item {
    display: table-cell;
    width: 25%;
    border-top: none;
  }
  #sb .sbFlow_item:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}

/*---------------------------------------------
 RegistBtn
---------------------------------------------*/
#sb .sbRegistBtn {
  margin-top: 30px;
}
#sb .sbRegistBtn_list {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sb .sbRegistBtn_item + .sbRegistBtn_item {
  margin-top: 10px;
}
#sb .sbRegistBtn_item > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  padding: 0 15%;
  background-color: #1d8ff0;
}
/* #sb .sbRegistBtn_item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
} */
#sb .sbRegistBtn_item > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 30px;
  height: 15px;
  margin: auto;
  background: url(../img/ic-arrow.png) no-repeat;
  background-size: 30px 15px;
}
@media only screen and (min-width: 768px) {
  #sb .sbRegistBtn {
    margin-top: 40px;
  }
  #sb .sbRegistBtn_list {
    text-align: center;
  }
  #sb .sbRegistBtn_item {
    display: inline-block;
    width: 48%;
    max-width: 395px;
    vertical-align: top;
  }
  #sb .sbRegistBtn_item + .sbRegistBtn_item {
    margin: 0 0 0 4%;
  }
}

/*---------------------------------------------
 EntryBtn
---------------------------------------------*/
#sb .sbEntryBtn {
  margin-top: 30px;
}
#sb .sbEntryBtn_method > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-right: 15px;
  background: #17565a url(../img/ic-arrow.png) right center no-repeat;
  background-size: 30px 15px;
}
#sb .sbEntryBtn_method-web > a {
  font-size: 20px;
  padding: 13px 10px;
}
#sb .sbEntryBtn_method-app > a {
  font-size: 22px;
  font-weight: bold;
}
#sb .sbEntryBtn_method > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
#sb .sbEntryBtn_method-web > a::before {
  border-left: 15px solid #fff;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#sb .sbEntryBtn_method-app > a::before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#sb .sbEntryBtn_method > a::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
}
#sb .sbEntryBtn_method-web > a::after {
  right: -15px;
  border-left: 15px solid #17565a;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#sb .sbEntryBtn_method-app > a::after {
  right: -15px;
  border-left: 15px solid #17565a;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#sb .sbEntryBtn_method > a > span {
  display: inline-block;
  padding-left: 40px;
}
#sb .sbEntryBtn_method-web > a > span {
  line-height: 1.4;
  background: url(../img/ic-present.png) left center no-repeat;
  background-size: 25px 25px;
}
#sb .sbEntryBtn_method-app > a > span {
  line-height: 60px;
  background: url(../img/ic-present.png) left 14px no-repeat;
  background-size: 25px 25px;
}
#sb .sbEntryBtn_method > p {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #sb .sbEntryBtn {
    max-width: 500px;
    margin: 40px auto 0;
  }
  #sb .sbEntryBtn_method > a {
    margin-right: 20px;
  }
  #sb .sbEntryBtn_method > a::before {
    border-left: 20px solid #fff;
  }
  #sb .sbEntryBtn_method > a::after {
    right: -20px;
    border-left: 20px solid #17565a;
  }
}

/*---------------------------------------------
 Message
---------------------------------------------*/
#sb .sbMessage {
  min-height: 20px;
  text-align: center;
  padding: 19px;
  margin-top: 20px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
#sb .sbMessage > p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #sb .sbMessage {
    margin-top: 40px;
  }
  #sb .sbMessage > p {
    font-size: 16px;
  }
}

/*---------------------------------------------
 Entry
---------------------------------------------*/
#sb .sbEntry {
  margin-top: 40px;
}
#sb .sbEntry_heading > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #ccc;
}
#sb .sbEntry_list {
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
#sb .sbEntry_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
#sb .sbEntry_txt {
  padding: 0 0 15px;
}
#sb .sbEntry_txt > * + p {
  margin-top: 15px;
}
#sb .sbEntry_txt > p {
  font-size: 16px;
  line-height: 1.8;
}
#sb .sbEntry_txt > p > strong {
  font-size: 18px;
  font-weight: normal;
}
#sb .sbEntry_txt-asterisk > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#sb .sbEntry_txt-asterisk > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#sb .sbEntry_txt-dot > li {
  position: relative;
  line-height: 1.8;
  padding-left: 1em;
}
#sb .sbEntry_txt-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#sb .sbEntry_txt-number > li {
  position: relative;
  text-indent: -1.1em;
  line-height: 1.8;
  padding-left: 1.1em;
}
#sb .sbEntry_txt-number > li > a {
  font-weight: bold;
}
#sb .sbEntry_link {
  margin: 0 !important;
}
#sb .sbEntry_link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 15px;
}
#sb .sbEntry_link > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #sb .sbEntry {
    margin-top: 60px;
  }
  #sb .sbEntry_heading > h3 {
    font-size: 24px;
  }
  #sb .sbEntry_list {
    margin-top: 20px;
  }
  #sb .sbEntry_txt > p > strong {
    font-size: 20px;
  }
  #sb .sbEntry_txt-asterisk > li {
    font-size: 12px;
  }
  #sb .sbEntry_link > a:hover {
    color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  #sb .sbEntry_link > a:hover::before {
    border-color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

/*---------------------------------------------
 Link
---------------------------------------------*/
#sb .sbLink {
  text-align: center;
  margin-top: 20px;
}
#sb .sbLink > a {
  display: inline-block;
  color: #333;
  font-size: 18px;
  line-height: 52px;
  padding-left: 70px;
  background: url(../img/arrow-product.png) left center no-repeat;
  background-size: 50px 50px;
}
@media only screen and (min-width: 768px) {
  #sb .sbLink {
    margin-top: 40px;
  }
}

/*---------------------------------------------
 Terms
---------------------------------------------*/
#sb .sbTerms > p {
  font-size: 13px;
  margin-top: 20px;
}
#sb .sbTerms > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background: #17151c;
}
#sb .sbTerms dl {
  margin-top: 10px;
}
#sb .sbTerms dt {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
#sb .sbTerms dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
#sb .sbTerms dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#sb .sbTerms dd ol li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
#sb .sbTerms dd p {
  margin-bottom: 0;
}
#sb .sbTerms dd p + p {
  margin-top: 10px;
}
#sb .sbTerms dd div + p,
#sb .sbTerms dd ul + p {
  margin-top: 20px;
}
#sb .sbTerms dd p > b {
  font-weight: bold;
}
#sb .sbTerms dd a {
  word-break: break-all;
}

/*---------------------------------------------
 Check
---------------------------------------------*/
#sb .sbCheck {
  margin-top: 40px;
}
#sb .sbCheck > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #17151c;
}
#sb .sbCheck_privacy {
  height: 150px;
  font-size: 13px;
  padding: .5em;
  margin: 10px 0 20px;
  border: solid 1px #808080;
  overflow: auto;
}
#sb .sbCheck_privacy > * + h3 {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
#sb .sbCheck_privacy > ol > li {
  text-indent: -1em;
  margin-left: 1em;
}
#sb .sbCheck_privacy > p + p {
  margin-top: 10px;
}
#sb .sbCheck_privacy > p > a {
  word-break: break-all;
}
#sb .sbCheck_checkbox {
  text-align: center;
}
#sb .sbCheck_checkbox_check {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
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;
}
