@charset "utf-8";

/*---------------------------------------------
 Reset
---------------------------------------------*/
/* margin */
#simfree h1,
#simfree h2,
#simfree h3,
#simfree h4,
#simfree p {
  margin: 0;
}
/* line-height */
#simfree h2,
#simfree h3,
#simfree h4 {
  line-height: 1.5;
}
/* list-style */
#simfree ul,
#simfree ol,
#simfree dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#simfree img {
  width: 100%;
}

/*---------------------------------------------
 Base
---------------------------------------------*/
#simfree {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #simfree {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
/* display */
#simfree .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #simfree .sm_pc {
    display: block !important;
  }
  #simfree .sm_sp {
    display: none !important;
  }
}
/* clear */
#simfree .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
#simfree a {
  color: #00a8b5;
}
@media only screen and (min-width: 768px) {
  #simfree a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/*---------------------------------------------
 Hero
---------------------------------------------*/
@media only screen and (min-width: 818px) {
  #simfree .simfreeHero {
    padding: 0 25px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 990px) {
  #simfree .simfreeHero {
    width: 1250px;
    max-width: 100%;
  }
}

/*---------------------------------------------
 container
---------------------------------------------*/
#simfree .container {
  padding: 0 15px !important;
}

/*---------------------------------------------
 Close
---------------------------------------------*/
#simfree .simfreeClose {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #333;
}
#simfree .simfreeClose_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeClose {
    margin-top: 30px;
  }
  #simfree .simfreeClose_txt {
    text-align: center;
  }
}

/*---------------------------------------------
 Read
---------------------------------------------*/
#simfree .simfreeRead {
  margin-top: 25px;
}
#simfree .simfreeRead_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#simfree .simfreeRead_ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
#simfree .simfreeRead_ttl > span:before,
#simfree .simfreeRead_ttl > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 3px;
  background-color: #333;
  border-radius: 1.5px;
}
#simfree .simfreeRead_ttl > span:before {
  left: -40px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#simfree .simfreeRead_ttl > span:after {
  right: -40px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
#simfree .simfreeRead_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeRead {
    margin-top: 40px;
  }
  #simfree .simfreeRead_ttl {
    font-size: 24px;
  }
  #simfree .simfreeRead_ttl > span {
    padding: 0 70px;
  }
  #simfree .simfreeRead_ttl > span:before,
  #simfree .simfreeRead_ttl > span:after {
    width: 80px;
    height: 4px;
    border-radius: 2px;
  }
  #simfree .simfreeRead_ttl > span:before {
    left: 0;
  }
  #simfree .simfreeRead_ttl > span:after {
    right: 0;
  }
  #simfree .simfreeRead_txt {
    font-size: 28px;
    margin-top: 50px;
  }
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#simfree .simfreeProduct {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 25px auto 0;
}
#simfree .simfreeProduct_image > img {
  display: block;
}
#simfree .simfreeProduct_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.2%;
  width: 70%;
  margin: auto;
}
#simfree .simfreeProduct_link > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeProduct {
    max-width: 960px;
    margin-top: 40px;
  }
  #simfree .simfreeProduct_image > img {
    max-width: 960px;
  }
  #simfree .simfreeProduct_link {
    top: 0;
    left: auto;
    right: 8.2%;
    bottom: 0;
    width: 170px;
    height: 36px;
  }
}

/*---------------------------------------------
 Flow
---------------------------------------------*/
#simfree .simfreeFlow {
  margin-top: 40px;
}
#simfree .simfreeFlow_heading > h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.05em;
}
#simfree .simfreeFlow_content {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #ccc;
}
#simfree .simfreeFlow_list {
  font-size: 0;
}
#simfree .simfreeFlow_item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #ccc;
}
#simfree .simfreeFlow_item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#simfree .simfreeFlow_item:nth-child(-n+2) {
  border-top: none;
}
#simfree .simfreeFlow_no {
  width: 100%;
  height: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  margin: 0;
  background-color: #000;
}
#simfree .simfreeFlow_image {
  width: 100%;
  max-width: 220px;
  margin: 25px auto 0;
}
#simfree .simfreeFlow_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
#simfree .simfreeFlow_txt > small {
  font-size: 12px;
  margin-top: 5px;
}
#simfree .simfreeFlow_btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  padding: 8px 5px;
  margin-top: 5px;
  background-color: #1d8ff0;
  cursor: pointer;
}
#simfree .simfreeFlow_btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background: url(../img/ic-arrow.png) no-repeat;
  background-size: 6px 11px;
}
#simfree .simfreeFlow_btn__blank::before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  left: 5%;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeFlow {
    margin-top: 60px;
  }
  #simfree .simfreeFlow_heading > h2 {
    font-size: 24px;
  }
  #simfree .simfreeFlow_list {
    display: table;
    width: 100%;
  }
  #simfree .simfreeFlow_item {
    display: table-cell;
    width: 25%;
    border-top: none;
  }
  #simfree .simfreeFlow_item:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}

/*---------------------------------------------
 Modal
---------------------------------------------*/
#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba( 0,0,0, 0.6 );
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66ffffff, EndColorStr=#66ffffff);
}
#simfree .modal_wrap {
  display: none;
  position: fixed;
  top: -webkit-calc(50% - 244px);
  top: calc(50% - 244px);
  left: -webkit-calc(50% - 0px);
  left: calc(50% - 0px);
  width: 90%;
  max-width: 811px;
  margin: 14% 0 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  z-index: 10000;
}
#simfree .modal_contents {
  position: relative;
  width: 100%;
  max-width: 810px;
  min-height: 100px;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
}
#simfree .modal_content {
  overflow: auto;
}
#simfree .simfreeImei {
  max-width: 630px;
  max-height: 70vh;
  margin: auto;
}
#simfree .simfreeImei > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#simfree .simfreeImei_box {
  padding: 20px 0;
  margin-bottom: 10px;
}
#simfree .simfreeImei_img > img {
  display: block;
  max-width: 235px;
  margin: 0 auto;
}
#simfree .simfreeImei_txt {
  font-size: 14px;
  text-align: center;
  margin: 10px;
}
#simfree .simfreeImei_txt > span {
  color: #cd5c29;
  font-weight: bold;
}
#simfree .simfreeImei_arrow {
  width: 40px;
  margin: 0 auto;
}
#simfree .modal_close {
  position: absolute;
  top: -45px;
  right: 5px;
  text-align: right;
  cursor: hand;
  cursor: pointer;
}
#simfree .modal_close > img {
  width: 40%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #simfree .modal_wrap {
    margin-top: 2%;
  }
  #simfree .simfreeImei {
    margin: 10px auto;
  }
  #simfree .simfreeImei > h3 {
    margin-top: 20px;
  }
  #simfree .simfreeImei_box {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  #simfree .simfreeImei_box > * {
    display: table-cell;
    vertical-align: middle;
  }
  #simfree .simfreeImei_img {
    width: 40%;
  }
  #simfree .simfreeImei_txt {
    width: 60%;
    padding-left: 10%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
  }
  #simfree .simfreeImei_arrow {
    width: 60px;
  }
  #simfree .btn_close_m:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 818px) {
  #simfree .modal_close {
    position: absolute;
    top: -50px;
  }
  #simfree .modal_close > img {
    width: 60%;
    height: auto;
  }
}

/*---------------------------------------------
 RegistBtn
---------------------------------------------*/
#simfree .simfreeRegistBtn {
  margin-top: 30px;
}
#simfree .simfreeRegistBtn_list {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#simfree .simfreeRegistBtn_item + .simfreeRegistBtn_item {
  margin-top: 10px;
}
#simfree .simfreeRegistBtn_item > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  padding: 0 15%;
  background-color: #1d8ff0;
}
/* #simfree .simfreeRegistBtn_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;
} */
#simfree .simfreeRegistBtn_item > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 30px;
  height: 15px;
  margin: auto;
  background: url(../img/arrow.png) no-repeat;
  background-size: 30px 15px;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeRegistBtn {
    margin-top: 40px;
  }
  #simfree .simfreeRegistBtn_list {
    text-align: center;
  }
  #simfree .simfreeRegistBtn_item {
    display: inline-block;
    width: 48%;
    max-width: 395px;
    vertical-align: top;
  }
  #simfree .simfreeRegistBtn_item + .simfreeRegistBtn_item {
    margin: 0 0 0 4%;
  }
}

/*---------------------------------------------
 EntryBtn
---------------------------------------------*/
#simfree .simfreeEntryBtn {
  margin-top: 30px;
}
#simfree .simfreeEntryBtn_method > * {
  display: block;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  background: #e9667b url(../img/arrow.png) right center no-repeat;
  background-size: 30px 15px;
}
#simfree .simfreeEntryBtn_method > *::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#simfree .simfreeEntryBtn_method > *::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-left: 15px solid #e9667b;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  z-index: -1;
}
#simfree .simfreeEntryBtn_method > * > span {
  display: inline-block;
  line-height: 60px;
  padding-left: 40px;
  background: url(../img/ic-present.png) left 14px no-repeat;
  background-size: 25px 25px;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeEntryBtn {
    max-width: 500px;
    margin: 40px auto 0;
  }
  #simfree .simfreeEntryBtn_method > * {
    margin-right: 20px;
  }
  #simfree .simfreeEntryBtn_method > *::before {
    border-left: 20px solid #fff;
  }
  #simfree .simfreeEntryBtn_method > *::after {
    right: -20px;
    border-left: 20px solid #e9667b;
  }
}

/*---------------------------------------------
 Entry
---------------------------------------------*/
#simfree .simfreeEntry {
  margin-top: 40px;
}
#simfree .simfreeEntry > h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #ccc;
}
#simfree .simfreeEntry_list {
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0;
  border-bottom: 1px solid #ccc;
}
#simfree .simfreeEntry_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
#simfree .simfreeEntry_txt {
  padding: 0 0 15px;
}
#simfree .simfreeEntry_txt > * + p {
  margin-top: 15px;
}
#simfree .simfreeEntry_txt > p {
  font-size: 16px;
  line-height: 1.8;
}
#simfree .simfreeEntry_txt > p > strong {
  font-size: 18px;
  font-weight: normal;
}
#simfree .simfreeEntry_txt-asterisk > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#simfree .simfreeEntry_txt-asterisk > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#simfree .simfreeEntry_txt-dot > li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
}
#simfree .simfreeEntry_txt-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#simfree .simfreeEntry_txt-number > li {
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.8;
}
#simfree .simfreeEntry_txt-number > li > a {
  font-weight: bold;
}
#simfree .simfreeEntry_link {
  margin: 0 0 -15px !important;
}
#simfree .simfreeEntry_link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 15px;
}
#simfree .simfreeEntry_link > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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) {
  #simfree .simfreeEntry {
    margin-top: 80px;
  }
  #simfree .simfreeEntry_txt > p > strong {
    font-size: 20px;
  }
  #simfree .simfreeEntry_link > a:hover {
    color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  #simfree .simfreeEntry_link > a:hover::after {
    border-color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

/*---------------------------------------------
 Link
---------------------------------------------*/
#simfree .simfreeLink {
  text-align: center;
  margin-top: 20px;
}
#simfree .simfreeLink > 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) {
  #simfree .simfreeLink {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------
  Terms
------------------------------------------------------------ */
#simfree .simfreeTerms > p {
  font-size: 13px;
  margin-top: 20px;
}
#simfree .simfreeTerms > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background: #17151c;
}
#simfree .simfreeTerms dl {
  margin-top: 10px;
}
#simfree .simfreeTerms dt {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
#simfree .simfreeTerms dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
#simfree .simfreeTerms dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#simfree .simfreeTerms dd p {
  margin-bottom: 0;
}
#simfree .simfreeTerms dd p + p {
  margin-top: 10px;
}
#simfree .simfreeTerms dd div + p,
#simfree .simfreeTerms dd ul + p {
  margin-top: 20px;
}
#simfree .simfreeTerms dd p > b {
  font-weight: bold;
}
#simfree .simfreeTerms dd a {
  word-break: break-all;
}

/* ------------------------------------------------------------
  Check
------------------------------------------------------------ */
#simfree .simfreeCheck {
  text-align: center;
  margin-top: 40px;
}
#simfree .simfreeCheck_checkbox {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ */
/* ご応募はこちら */
/* ------------------------------------------------------------ */
.app-xlj .btn-primary {
  background-color: #e53a67;
  border-color: transparent;
  padding: 20px;
}
.app-xlj .btn-primary:hover {
  background-color: #54A9BD;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
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;
}

/* ------------------------------------------------------------ */
/* 判定別*/
/* ------------------------------------------------------------ */
#simfree .simfreeMessage {
  min-height: 20px;
  text-align: center;
  padding: 19px;
  margin-top: 20px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
#simfree .simfreeMessage > p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #simfree .simfreeMessage {
    margin-top: 40px;
  }
  #simfree .simfreeMessage > p {
    font-size: 16px;
  }
}
