@charset "UTF-8";
/* CSS Document */
/* 定数・共通Mixins
----------------*/
/* common
-----------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#contents {
  padding-bottom: 0;
  margin-bottom: 0;
}

#contInner {
  width: 100%;
  margin: 0;
}

#main {
  margin-bottom: 0;
}

.pc_appear {
  display: none !important;
}

.sp_appear {
  display: block !important;
}

/* ----------------------------
  content
------------------------------*/
.amma_sp {
  width: 100%;
  color: #000000;
}

.amma_sp *, .amma_sp *:before, .amma_sp *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.amma_sp_inner {
  width: 100%;
}

.amma_sp_contents {
  width: 91.42%;
  max-width: 1280px;
  margin: 0 auto;
}

/*  下層分類(適切な区別で)
----------------------------------------*/
.amma_sp_title {
  /* background: url(../img/bg-main_sp.jpg) no-repeat top center;
  background-size: cover; */
}

.amma_sp_title_inner {
  width: 93.33%;
  margin: 0 auto;
  padding: 3.73% 0 7.06% 0;
}

.amma_sp_title .title_lead_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -24%;
}

.amma_sp_title .title_text {
  margin-bottom: 14px;
  width: 90.42%;
}

.amma_sp_title .title_text_lead {
  width: 67.24%;
  background-color: #faf720;
  text-align: center;
  color: #b60081;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 25px 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .amma_sp_title .title_text_lead {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}

.amma_sp_title .title_image {
  width: 26.52%;
}

/*  download
----------------------------------------*/
.download {
  background: #ffffff;
  padding: 7.86% 0;
}

.download_inner {
  width: 84%;
  margin: 0 auto;
}

.download_title {
  margin-bottom: 15px;
}

.download_list {
  display: flex;
  margin: 0 auto 16px auto;
  justify-content: space-between;
}

.download_item:first-child {
  width: 42.38%;
}

.download_item:last-child {
  width: 51.42%;
}

.download_note {
  line-height: 1.5;
  font-size: 8px;
  font-size: 0.5rem;
}

@media (max-width: 768px) {
  .download_note {
    font-size: 8px;
    font-size: 2.5vw;
  }
}

/*  benefit
----------------------------------------*/
.benefit {
  background: url(../img/bg-benefit.png) top center;
  padding-bottom: 10.13%;
  position: relative;
}

.benefit_tokuten {
  background: url(../img/ico-tokuten.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  color: #ffffff;
  width: 71px;
  height: 71px;
  top: -15px;
  left: -17px;
  padding-right: 3px;
}

.benefit_tokuten_text {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 3px;
}

.benefit_tokuten_number {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.benefit_title {
  background-color: #b60081;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 19px 0 25px 0;
  margin-bottom: 62px;
}

@media (max-width: 768px) {
  .benefit_title {
    font-size: 18px;
    font-size: 5.625vw;
  }
}

.benefit_title_now {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  width: 87px;
  margin: 0 auto 10px auto;
}

@media (max-width: 768px) {
  .benefit_title_now {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}

.benefit_title_now::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -5px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(68deg);
}

.benefit_title_now::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -5px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(-68deg);
}

.benefit_title_get {
  display: block;
  line-height: 1.5;
}

.benefit_list {
  width: 90.66%;
  margin: 0 auto 30px auto;
  padding-left: 2.94%;
}

.benefit_item {
  border: solid 3px #b60081;
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 35px;
  padding: 15px 0 0 0;
  position: relative;
}

.benefit_item_inner {
  width: 88.52%;
  margin: 0 auto 22px auto;
}

.benefit_item_title {
  color: #b60081;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 26px;
  padding-left: 17%;
}

@media (max-width: 768px) {
  .benefit_item_title {
    font-size: 19px;
    font-size: 5.9375vw;
  }
}

.benefit_item_image {
  width: 58.82%;
  margin: 0 auto 24px auto;
}

.benefit_item_text_list {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 15px;
  zoom: 1;
}

@media (max-width: 768px) {
  .benefit_item_text_list {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}

.benefit_item_text_list::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.benefit_item_text_title {
  display: block;
  width: 20%;
  clear: left;
  float: left;
}

.benefit_item_text_detail {
  display: block;
  width: 80%;
  float: left;
}

.benefit_item_text_note {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .benefit_item_text_note {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.benefit .btn_more_anchor {
  background-color: #b60081;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #ffffff;
  display: block;
  padding: 4.9% 0 4.4% 0;
  text-align: center;
  line-height: 1.0;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .benefit .btn_more_anchor {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}

.benefit .btn_more_anchor:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 18px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #ffffff;
}

.benefit .btn_download {
  width: 90.66%;
  margin: 0 auto;
}

/*  point
----------------------------------------*/
.point {
  background: url(../img/bg-point_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 13.33% 0;
}

.point_inner {
  width: 93.33%;
  margin: 0 auto;
}

.point_title {
  margin-bottom: 15px;
}

.point_list {
  margin-bottom: 13.42%;
}

.point_item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #faf720;
  padding: 15px 0;
}

.point_item:last-child {
  border-bottom: none;
}

.point_order {
  width: 18.71%;
}

.point_text {
  width: 69.42%;
  margin-left: 4.85%;
}

.point_text_upper {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .point_text_upper {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.point_text_lower {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #faf720;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 768px) {
  .point_text_lower {
    font-size: 25px;
    font-size: 7.8125vw;
  }
}

.point_text_sc {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .point_text_sc {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.step_title {
  margin-bottom: 37px;
  width: 80.28%;
  margin: 0 auto 20px auto;
}

.step_list {
  width: 89.85%;
  margin: 0 auto;
}

.step_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32.5px;
  padding-bottom: 30px;
  position: relative;
}

.step_item:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url(../img/ico-down.png) center center no-repeat;
  background-size: contain;
}

.step_item:last-child {
  padding-bottom: 0;
}

.step_item:last-child:after {
  content: none;
}

.step_text {
  width: 75.03%;
}

.step_img {
  width: 25.43%;
}

.step_order {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .step_order {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.step_how {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.4;
  height: 28%;
}

@media (max-width: 768px) {
  .step_how {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.step_how_note {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  display: block;
}

@media (max-width: 768px) {
  .step_how_note {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.smartphone_img {
  width: 66% !important;
  height: auto;
}

/*  attention
----------------------------------------*/
.attention {
  background: url(../img/bg-attention_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 10.66% 0 12.66% 0;
  color: #ffffff;
}

.attention_inner {
  width: 93.33%;
  margin: 0 auto;
}

.attention_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  width: 36%;
  margin: 0 auto 20px auto;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 9px 0;
}

@media (max-width: 768px) {
  .attention_title {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.attention_text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .attention_text {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.btn_toppage {
  width: 50.66%;
  margin: 0 auto;
}

.btn_toppage img {
  width: 100%;
  height: auto;
}

/* ----------------------------
  bnr_area
------------------------------*/
#sideBnr {
  background: #f4f4f4;
  padding: 10px 0;
}

#sideBnr .sideBnr_inner {
  zoom: 1;
  width: 94.93%;
  margin: 0 auto;
}

#sideBnr .sideBnr_inner::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

#sideBnr .sideBnr_inner .bnr {
  width: 46.13%;
  float: left;
  margin-left: 2.8%;
  margin-bottom: 2.8%;
}

#sideBnr .sideBnr_inner .bnr.edge_sp {
  margin-left: 0;
}

#sideBnr .sideBnr_inner .bnr a img {
  width: 100%;
  height: auto;
}

#wrapper.top #side {
  padding: 0 10px 0 0;
}

#wrapper.top #main {
  padding-top: 0;
}
