@media (max-width: 767px) {
  .section:first-of-type {
    padding: 40px 0 90px;
  }
}

p.text{
  padding-top: 0;
}

/*
** character description
******************************/
.character_description {
  margin: 0 auto;
}
.intro{
}
.intro .-style1 {
  width: 685px;
}

.intro .-style2 {
  width: 570px;
}

.intro .-style3 {
  width: 470px;
}

.character_description > .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.character_description > .item.human {
  flex-direction: row-reverse;
  padding-left: 20px;
}

.character_description > .item .text {
  min-height: 84px;
  display: flex;
  align-items: center;
}

.character_description > .text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.character_description > .text > em {
  color: #FF0000;
}

.character_description > .item.human .text {
  position: relative;
  width: calc(100% - 138px);
  padding: 14px 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  background: #eee;
  border-radius: 10px;
}

.character_description > .item.human .text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 17px;
  height: 15px;
  margin: auto;
  border-top: 9px solid transparent;
  border-right: 17px solid #eee;
  border-bottom: 9px solid transparent;
  border-left: 0;
}

.character_description > .item.human .icon_human {
  width: 100px;
  margin-right: 38px
}

.character_description > .item.smartphone .text {
  position: relative;
  width: calc(100% - 130px);
  padding: 14px 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  background: #FFF8B7;
  border-radius: 10px;
}
.character_description > .item.smartphone.woman .text{
  background: #eee;
}
.character_description > .item.smartphone .text::before {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 17px;
  height: 15px;
  margin: auto;
  border-top: 9px solid transparent;
  border-right: 0;
  border-bottom: 9px solid transparent;
  border-left: 17px solid #FFF8B7;
}
.character_description > .item.smartphone.woman .text::before {
  border-left: 17px solid #eee;
}
.character_description > .item.smartphone .icon_smapho {
  width: 100px;
  margin-left: 30px;
}

.character_description .w340{
  width: 340px;
}

@media (max-width: 767px) {
  .intro .-style1,
  .intro .-style2 {
    width: 100%;
  }

  .character_description > .item + .item {
    margin-top: 20px;
  }

  .character_description > .item.human .text {
    width: calc(100% - 104px);
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .character_description > .item.human .icon_human {
    width: 86px;
    margin-right: 18px;
  }

  .character_description > .item.smartphone .text {
    width: calc(100% - 108px);
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .character_description > .item.smartphone .icon_smapho {
    width: 83px;
    margin-left: 25px;
  }

  .character_description > .text {
    font-size: 14px;
  }
}
/*
** checkpoint anchor
******************************/
.checkpoint_anchor {
  display: flex;
  width: 870px;
  margin: 50px auto 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.checkpoint_anchor > .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100%/3);
  padding: 8px 30px;
  font-size: 14px;
  color: #4C7E0A;
}

.checkpoint_anchor > .item::before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.checkpoint_anchor > .item + .item {
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .checkpoint_anchor {
    flex-direction: column;
    width: 100%;
    margin: 30px auto 50px;
  }

  .checkpoint_anchor > .item {
    justify-content: flex-start;
    width: 100%;
    padding: 8px 30px 8px 10px;
  }

  .checkpoint_anchor > .item + .item {
    border-top: 1px solid #ccc;
    border-left: 0;
  }
}

/*
** checkpoint title
******************************/
.checkpoint_title {
  position: relative;
  display: flex;
  width: 570px;
  height: 46px;
  margin: 0 auto 50px;
  justify-content: center;
  align-items: center;
  background: #444444;
  border-radius: 23px;
}

.checkpoint_title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140vw;
  height: 2px;
  margin: auto;
  background: #444444;
  overflow: hidden;
}

.checkpoint_title > span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.checkpoint_title > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 24px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.checkpoint_title.common > span::before {
  content: '\f3cd';
}

.checkpoint_title.ios > span::before {
  content: '\f179';
  font-weight: 400;
}

.checkpoint_title > span {
  padding-left: 40px;
}

.checkpoint_title.android > span::before {
  content: '\f17b';
  font-weight: 400;
}

.checkpoint_title.check > span {
  padding-left: 30px;
}

.checkpoint_title.check > span::before {
  content: '\f00c';
  width: 24px;
}

@media (max-width: 767px) {
  .checkpoint_title {
    width: 90%;
    height: 36px;
  }

  .checkpoint_title > span {
    padding-left: 20px;
    font-size: 18px;
  }

  .checkpoint_title > span::before {
    width: 14px;
    height: 18px;
    font-size: 18px;
  }
}

/*
** checkpoint
******************************/
.checkpoint {
  position: relative;
  width: 770px;
  margin: 0 auto;
}

.checkpoint + .checkpoint {
  margin-top: 50px;
}

.checkpoints.ios .checkpoint,
.checkpoints.android .checkpoint {
  padding-bottom: 40px;
}

.checkpoints.ios .checkpoint:last-of-type,
.checkpoints.android .checkpoint:last-of-type {
  margin-bottom: 70px;
}

.checkpoints.ios .checkpoint:not(:last-of-type)::before,
.checkpoints.android .checkpoint:not(:last-of-type):before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  margin: auto;
  background: url(../../images/checkpoint/bg_checkpoint.webp) top center no-repeat;
  background-size: contain;
}

.checkpoint .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 28px;
  background: #FFF8B7;
  border-radius: 10px;
}

.checkpoint .title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 28px;
  color: #4C7E0A;
  line-height: 1;
}

.checkpoints.common .checkpoint .title::before {
  content: '\f058';
}

.checkpoints.ios .checkpoint:nth-child(1) .title::before,
.checkpoints.android .checkpoint:nth-child(1) .title::before {
  content: '\e0ee';
}

.checkpoints.ios .checkpoint:nth-child(2) .title::before,
.checkpoints.android .checkpoint:nth-child(2) .title::before {
  content: '\e0ef';
}

.checkpoints.ios .checkpoint:nth-child(3) .title::before,
.checkpoints.android .checkpoint:nth-child(3) .title::before {
  content: '\e0f0';
}

.checkpoints.ios .checkpoint:nth-child(4) .title::before,
.checkpoints.android .checkpoint:nth-child(4) .title::before {
  content: '\e0f1';
}

.checkpoints.ios .checkpoint:nth-child(5) .title::before,
.checkpoints.android .checkpoint:nth-child(5) .title::before {
  content: '\e0f2';
}

.checkpoints.ios .checkpoint:nth-child(6) .title::before,
.checkpoints.android .checkpoint:nth-child(6) .title::before {
  content: '\e0f3';
}

.checkpoint .title::after {
  content: '';
  position: absolute;
  right: 95px;
  bottom: -15px;
  width: 17px;
  height: 15px;
  border-top: 15px solid #FFF8B7;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
}

.checkpoint .wrap {
  display: flex;
  padding: 0 50px;
}

.checkpoints.common .checkpoint .wrap {
  justify-content: space-between;
}

.checkpoint .wrap > .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

 .checkpoints.common .checkpoint .wrap > .text {
    width: 520px;
  }

  .checkpoints.common .checkpoint .wrap picture {
    display: block;
    width: 100px;
  }

@media (max-width: 767px) {
  .checkpoints.common .checkpoint .wrap > .text {
    width: 390px;
  }

  .checkpoints.common .checkpoint .wrap picture {
    display: block;
    width: 120px;
  }
}

.checkpoint_btn {
  margin-top: 40px;
}

.checkpoint_btn .btn + .btn {
  margin-top: 20px;
}

.checkpoint_cv {
  margin-top: 60px;
}

.checkpoint_cv .btn + a {
  display: block;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .checkpoint {
    width: 100%;
  }

  .checkpoint .title {
    height: auto;
    padding: 12px 10px 12px 50px;
    font-size: 24px;
    text-align: left;
  }

  .checkpoint .title small {
    display: contents;
    font-size: 16px;
  }

  .checkpoint .title::after {
    right: 0;
    left: 0;
    margin: auto;
  }

  .checkpoint .wrap {
    padding: 0 20px;
  }

  .checkpoint .wrap > .text {
    font-size: 14px;
  }

  .checkpoint_btn {
    margin-top: 20px;
  }

  .checkpoint .btn {
    font-size: 16px;
  }


  .checkpoint_cv .btn + a {
    margin-top: 60px;
  }
}

/*
** career
******************************/
.career {
  display: flex;
  justify-content: center;
  margin: 30px auto 30px;
}



.career .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  line-height: 1;
  border: 1px solid #666;
  border-radius: 16px;
}

.career .item + .item {
  margin-left: 20px;
}

.career .item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1;
}

.career .item.ios::before {
  content: '\f179';
  left: 17px;
  width: 10px;
  height: 14px;
}

.career .item.android::before {
  content: '\f17b';
  left: 13px;
  width: 16px;
  height: 14px;
}

/*
** career link
******************************/
.career_link {
  width: 777px;
  margin: 0 auto 60px;
}
.career_link .text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
}

.career_link .wrap {
  display: flex;
}

.career_link .wrap > .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 50px) /6);
  height: 50px;
  margin-right: 10px;
  padding: 0 20px 0 10px;
  font-weight: 400;
  font-size: 14px;
  border: 2px solid #000;
  border-radius: 3px;
}
.career_link .wrap > .link:hover{
  background: #000;
  color: #fff;
}
.career_link .wrap > .link::before {
  content: '\e09f';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
}
.career_link .wrap > .link:hover::before{
  color: #fff;
}
.career_link .wrap > .link:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .career_link {
    width: 100%;
  }

  .career_link .wrap {
    flex-wrap: wrap;
    margin: -4px;
  }

  .career_link .wrap > .link {
    width: calc((100% - 24px)/ 3);
    height: 40px;
    margin: 4px;
    font-size: 12px;
  }
}


/*
** check imei
******************************/
.check_imei {
  width: 777px;
  margin: 0 auto 60px;
}

.check_imei .wrap {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.check_imei .wrap::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../../images/checkpoint/bg_checkpoint.webp) top center no-repeat;
  background-size: contain;
}

.check_imei > .text {
  font-weight: 400;
  font-size: 24px;
}

.check_imei .wrap > .item {
  width: 370px;
}

.check_imei .wrap > .item + .item {
  margin-left: 37px;
}

.check_imei .wrap .item .career {
  margin: 0 auto 20px;
}

.check_imei .wrap .capture {
  padding: 0 15px;
}

.check_imei .wrap .capture > picture {
  display: block;
  border: 1px solid #666;
}

.check_imei .wrap .capture > .text {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding-top:10px;
  line-height: 1.6;
  text-indent: 20px;
}

.check_imei .wrap .capture > .text::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.check_imei .wrap .item.ios .capture > .text::before {
  background: url(../../images/checkpoint/icon_setting_ios.webp) top left no-repeat;
  background-size: contain;
}

.check_imei .wrap .item.android .capture > .text::before {
  background: url(../../images/checkpoint/icon_setting_android.webp) top left no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .check_imei {
    width: 100%;
    margin: 0 auto 30px;
  }

  .check_imei .wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .check_imei .wrap > .item {
    width: calc((100% - 20px)/2);
  }

  .check_imei .wrap > .item + .item {
    margin-left: 20px;
  }

  .check_imei .wrap .capture {
    padding: 0;
  }

  .check_imei .wrap .capture > .text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/*
** check mark
******************************/
.check_mark > .wrap {
  width: 770px;
  margin: 0 auto 40px;
}

.check_mark > .wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px 0;
}

.check_mark > .wrap .item + .item {
  border-top: 1px solid #ccc;
}

.check_mark > .wrap .item picture {
  display: block;
  width: 117px;
  text-align: center;
}

.check_mark > .wrap .item picture img {
  width: auto;
}

.check_mark > .wrap .item .text {
  width: 60%;
  padding-top:0;
  margin-left: 40px;
}

.check_mark_cv .btn {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .check_mark > .wrap {
    width: 100%;
  }

  .check_mark > .wrap .item picture {
    width: 82px;
  }
  .check_mark > .wrap .item picture img{
    width: 100%;
  }

  .check_mark > .wrap .item .text {
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.8;
  }

  .check_mark_cv .btn {
    margin-bottom: 40px;
  }
}

/*
** check flow
******************************/
.check_flow {
  width: 770px;
  margin: 0 auto;
}

.check_flow .career .item {
  width: 370px;
}

.check_flow .wrap .row {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.check_flow .wrap .row:last-child {
  margin-bottom: 0px;
}

.check_flow .wrap .row.-col {
  display: flex;
}

.check_flow .wrap .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 15px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 10px;
}
.check_flow .wrap .item a{
  display: block;
  width: 100%;
}
.check_flow .wrap .item a:hover{
  opacity: 0.6;
}
.check_flow .wrap .item::before {
  content: '';
  position: absolute;
  top: -24px;
  right: 10px;
  width: 96px;
  height: 39px;
}

.check_flow .wrap .item.-now {
  border-color: #FF0000;
  background: #FFD8D8;
}

.check_flow .wrap .item.-now::before {
  background: url(../../images/checkpoint/i_now.svg) top left no-repeat;
  background-size: 100%;
}

.check_flow .wrap .item.-next {
  border-color: #FFB300;
  background: #FFF8B7;
}

.check_flow .wrap .item.-next::before {
  background: url(../../images/checkpoint/i_next.svg) top left no-repeat;
  background-size: 100%;
}

.check_flow .wrap .item::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../../images/checkpoint/bg_checkpoint.webp) top left no-repeat;
  background-size: 100%;
}

.check_flow .wrap .row:last-child .item::after {
  content: none;
}

.check_flow .wrap .row.-col .item::after {
  bottom: -40px;
  height: 20px;
  background: url(../../images/checkpoint/bg_col.webp) top left no-repeat;
  background-size: 100%;
}

.check_flow .wrap .item > small {
  display: contents;
  font-size: 16px;
}

.check_flow .wrap .row.-col .item {
  width: 370px;
}

.check_flow .wrap .row.-col .item + .item {
  margin-left: 30px;
}

@media (max-width:767px) {
  .check_flow {
    width: 100%;
  }

  .check_flow .wrap .row {
    margin-bottom: 28px;
    padding-bottom: 18px;
  }

  .check_flow .wrap .item {
    padding: 2px 0;
    font-size: 16px;
  }

  .check_flow .wrap .item::before {
    right: 11px;
    width: 74px;
    height: 30px;
  }



  .check_flow .wrap .item::after {
    bottom: -38px;
  }

  .check_flow .wrap .row.-col .item::after {
    bottom: -38px;
  }

  .check_flow .wrap .item > small {
    font-size: 14px;
  }

  .check_flow .wrap .row.-col .item + .item {
    margin-left: 20px;
  }
}

/*
**step accordion
******************************/
.step_accordion {
  width: 770px;
  margin: 0 auto;
}

.step_accordion .text {
  font-size: 18px;
  line-height: 1.8;
}
.step_accordion .text:first-of-type{
  margin-bottom: 50px;
}
.step_accordion .wrap {
  display: flex;
  flex-wrap: wrap;
}

.step_accordion .wrap .item {
  width: 370px;
  margin: 0 30px 40px 0;
}
.step_accordion .wrap .item:last-child {
  margin: 0 30px 0px 0;
}
.step_accordion .wrap .item:nth-child(2n) {
  margin-right: 0;
}

.step_accordion .wrap .item picture {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #707070;
}

.step_accordion .wrap .item picture::before {
  z-index: 2;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: #6AA21F;
}

.step_accordion .wrap .item:nth-child(1) picture::before {
  content: '\e0ee';
}

.step_accordion .wrap .item:nth-child(2) picture::before {
  content: '\e0ef';
}

.step_accordion .wrap .item:nth-child(3) picture::before {
  content: '\e0f0';
}

.step_accordion .wrap .item:nth-child(4) picture::before {
  content: '\e0f1';
}

.step_accordion .wrap .item:nth-child(5) picture::before {
  content: '\e0f2';
}

.step_accordion .wrap .item:nth-child(6) picture::before {
  content: '\e0f3';
}

.step_accordion .wrap .item:nth-child(7) picture::before {
  content: '\e0f4';
}

.step_accordion .wrap .item:nth-child(7) picture::before {
  content: '\e0f5';
}

.step_accordion .wrap .item picture::after {
  content: '';
  z-index: 1;
  top: -16px;
  right: 0;
  left: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
}

.step_accordion .wrap .item .text {
  padding-top:0;
  position: relative;
}

.step_accordion .wrap .item.ios .text,
.step_accordion .wrap .item.android .text {

  text-indent: 20px;
}

.step_accordion .wrap .item.ios .text::before,
.step_accordion .wrap .item.android .text::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
}

.step_accordion .wrap .item.ios .text::before {
  background: url(../../images/checkpoint/icon_setting_ios.webp) top left no-repeat;
  background-size: contain;
}

.step_accordion .wrap .item.android .text::before {
  background: url(../../images/checkpoint/icon_setting_android.webp) top left no-repeat;
  background-size: contain;
}

.step_accordion .trigger {
  cursor: pointer;
  position: relative;
  display: block;
  width: 570px;
  height: 40px;
  margin: 0 auto;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  border-radius: 35px;
  border: solid 2px #333333;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.step_accordion .trigger::before {
  content: "\f055";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  font-family: 'Font Awesome 6 Pro';
  width: 16px;
  height: 16px;
  margin: auto;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.step_accordion.is-active .trigger::before {
  content: '\f056';
}

@media (max-width: 767px) {
  .step_accordion {
    width: 100%;
  }

  .step_accordion_wrap {
    padding-top: 14px;
  }

  .step_accordion .wrap .item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 60px 0;
  }

  .step_accordion .text {
    font-size: 14px;
  }
  .step_accordion .trigger{
      width: auto;
  }
  
}

/*
** icons list
******************************/
.icons_list {
  width: 870px;
  margin: 0 auto;
}

.icons_list > .text {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.icons_list > .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.icons_list .item {
  display: flex;
  align-items: center;
  width: 420px;
  margin: 15px;
  padding: 15px 12px;
  border-bottom: 1px solid #ccc;
}
.icons_list .item:hover{
  background-color: #FBFFF6;
}
.icons_list  .item > .icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.icons_list .item > .texts > .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.icons_list .item > .texts > .text {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #4C7E0A;
  line-height: 1;
}

.icons_list .item > .texts > .text::before {
  content: '\e09f';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

@media (max-width: 767px) {
  .icons_list {
    width: 100%;
  }

  .icons_list > .text {
    font-size: 14px;
  }

  .icons_list > .wrap {
    flex-direction: column;
    margin: 0;
  }

  .icons_list .item {
    width: 100%;
    margin: 0;
  }
}

/*
** provision
******************************/
.provision .wrap {
  display: flex;
  width: 770px;
  margin: 0 auto;
}
.provision .wrap.simcard {
  position: relative;
  z-index: 0;
}
.provision .wrap.simcard:after{
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  z-index: 1;
  width: 36px;
  height: 36px;
  left: 0;
  right: 0;
  top: 37%;
  background: url(/mobilebuy/_assets/images/checkpoint/icon_or.svg) no-repeat;
}

.provision .wrap .item {
  width: 370px;
}

.provision .wrap .item + .item {
  margin-left: 30px;
}

.provision .wrap .item picture {
  display: block;
  width: 100%;
  border: 1px solid #707070;
}

.provision .wrap .item .text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .provision .wrap {
    width: 100%;
  }

  .provision .wrap .item {
    width: calc((100% - 20px) / 2);
  }
  .provision .wrap.simcard:after{
    top: 24%;
  }
}


.blancco_box{
  margin: 50px auto;
  width: 770px;
  border: 4px solid #6AA21F;
  border-radius: 6px;
}

.blancco_box .first_box{
  display: flex;
  padding: 30px;
}
.blancco_box .first_box picture{
  width: 30%;
}
.blancco_box .first_box .right{
  width: 70%;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.blancco_box .first_box h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #4C7E0A;
  margin-bottom: 10px;
}

.blancco_box .first_box h3 span{
  color: #000;
  font-size: 14px;
  display: block;
}

.blancco_box .point_box{
  background: #EDFCD8;
  border: none;
  margin: 0 30px;
  width: auto;
}

.blancco_box .num_list > .item::before { content: '\f74c'; }

.blancco_box ul{
  margin: 20px 30px;
}
.blancco_box ul li{
  position: relative; 
  padding-left: 20px;
  margin-bottom: 10px;
}

.blancco_box ul li:after{
  position: absolute;
  content: "\e09f";
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-family: 'Font Awesome 6 Pro';
}
.blancco_box ul li a{
  color: #4C7E0A;
}
.blancco_box .blanco_profile{
  border-top: 1px solid #CCCCCC;
  margin: 0 30px 20px;
}
.blancco_box .blanco_profile h4{
  font-weight: 700;
  font-size: 20px;
  margin: 14px 0 10px;
}
.blancco_box .blanco_profile p{
  font-size: 14px;
  line-height: 1.4;
}
.blancco_box .blanco_profile2{
  background: #eee;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.4;
}
.blancco_box .blanco_profile2 strong{
  display: block;
  margin: 10px 0;
}
.blancco_box .blanco_profile2 dl{
  border-top: 1px solid #CCCCCC;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.blancco_box .blanco_profile2 dt{
  font-weight: 700;
}
.ending picture img{
  width: auto;
}

@media (max-width: 767px) {
  .blancco_box .first_box h3{
    font-size: 20px;
  }
  .blancco_box{
    width: auto;
  }
  .blancco_box .first_box{
    padding: 20px;
  }
  .blancco_box .point_box{
    margin: 20px 20px;
  }
  .blancco_box ul{
    margin: 20px;
  }
  .blancco_box .blanco_profile{
    margin: 0 20px 20px;
  }
  .blancco_box .blanco_profile2{
    padding: 20px;
  }
  .ending picture img{
    width: 100%;
  }
}


/*買取基準*/
.criteria_box{
  position: relative;
  margin: 90px auto;
  width: 770px;
  border: 4px solid #D1A11C;
  border-radius: 6px;
  padding: 90px 20px 20px;
}
.criteria_box:after{
  position: absolute;
  content: "";
  display: block;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 380px;
  height: 172px;
  background: url(/mobilebuy/_assets/images/criteria/t_criteria1.webp) no-repeat;
  background-size: 380px;
}
.criteria_box .marker{
  margin:20px 0 30px;
}
.criteria_box.s2{
  border: 4px solid #999999;
}
.criteria_box.s3{
  border: 4px solid #D66E2A;
}
.criteria_box.s4{
  border: 4px solid #C87B7B;
}
.criteria_box.s5{
  border: 4px solid #9268AA;
}
.criteria_box.s6{
  border: 4px solid #7488BC;
}

.criteria_box.s7{
  border: 4px solid #5E5E5E;
  padding: 30px 20px 20px;
}
.criteria_box.s2:after{
   background: url(/mobilebuy/_assets/images/criteria/t_criteria2.webp) no-repeat;
   background-size: 380px;
}
.criteria_box.s3:after{
   background: url(/mobilebuy/_assets/images/criteria/t_criteria3.webp) no-repeat;
   background-size: 380px;
}
.criteria_box.s4:after{
   background: url(/mobilebuy/_assets/images/criteria/t_criteria4.webp) no-repeat;
   background-size: 380px;
}
.criteria_box.s5:after{
   background: url(/mobilebuy/_assets/images/criteria/t_criteria5.webp) no-repeat;
   background-size: 380px;
}
.criteria_box.s6:after{
   background: url(/mobilebuy/_assets/images/criteria/t_criteria6.webp) no-repeat;
   background-size: 380px;
}

.criteria_box.s7:after{
   background: none;
   content: "\f071";
   font-family: "Font Awesome 6 Pro";
   font-size: 80px;
  font-weight: 600;
   top: -80px;
   left: 0;
   right: 0;
   margin: auto;
   width: 80px;
   height: 80px;
}
.criteria_box .imgbox {
	margin: 10px 0px;
	display: flex;
	justify-content: space-between;
}
.criteria_box .imgbox div{
  width: 49%;
}

.criteria_box .text{
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-top:20px;
}
.criteria_box ol{
  font-size: 16px;
  padding: 14px;
  background: #eee;
  border-radius: 6px;
  margin: 20px 0;
}
.criteria_box li{
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 4px;
}
.criteria_box li:after{
  content: "\f00c";
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  top: 0.5em;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #6AA21F;
}
.criteria_box .caution{
  font-size: 12px;
  line-height: 1.4;
}


@media (max-width: 767px) {
  .criteria_box{
    width: auto;
  }
	.criteria_box:after {
		width: 100%;
		height: 172px;
		background-size: 100%;
	}
  .criteria_box .marker{
    margin:0px 0 20px;
  }
	.criteria_box .imgbox {
		margin: 30px 0;
	}
	.criteria_box .imgbox * + * {
		margin-left: 15px;
	}
	.criteria_box.s2:after{
		background: url(/mobilebuy/_assets/images/criteria/t_criteria2.webp) no-repeat;
		background-size: 100%;
	}
	.criteria_box.s3:after{
		background: url(/mobilebuy/_assets/images/criteria/t_criteria3.webp) no-repeat;
		background-size: 100%;
	}
	.criteria_box.s4:after{
		background: url(/mobilebuy/_assets/images/criteria/t_criteria4.webp) no-repeat;
		background-size: 100%;
	}
	.criteria_box.s5:after{
		background: url(/mobilebuy/_assets/images/criteria/t_criteria5.webp) no-repeat;
		background-size: 100%;
	}
	.criteria_box.s6:after{
		background: url(/mobilebuy/_assets/images/criteria/t_criteria6.webp) no-repeat;
		background-size: 100%;
	}
}

.arrow{
  position: relative;
  margin-top: 60px;
}
.arrow::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50px;
  left: 0;
  height: 47px;
  margin: auto;
  background: url(../../images/campaign/bg_privilege_arrow.webp) top center no-repeat;
  background-size: contain;
}

.hosyo{
  width: 770px;
  margin: auto;
}

.hosyo .cheers{
  width: 280px;
}

.hosyo .marker.red{
  color: #ff0000;
  font-size: 48px;
}
.hosyo .marker.bl{
  font-size: 48px;
}
.hosyo .box {
  width: 740px;
  position: relative;
  margin: auto;
  border: 4px solid #6AA21F;
  border-radius: 3px;
  padding: 30px 128px;
  margin-top: 20px;
}

.hosyo .box picture {
  display: block;
  width: 484px;
  margin: auto;
}

.hosyo .box::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 22px;
  height: 12px;
  margin: auto;
  border-top: 0;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #6AA21F;
  border-left: 11px solid transparent;
}


.hosyo .box .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hosyo .box .text {
  display: block;
  width: 460px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
}

.hosyo_box{
  font-size: 14px;
  padding: 14px;
  background: #FFF8B7;
  border-radius: 6px;
  margin: 20px 0;
  text-align: left;
}
.hosyo_box li{
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 4px;
}
.hosyo_box li:after{
  content: "\f00c";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #4C7E0A;
}

@media screen and (max-width: 767px) {
  .hosyo{
    width: 100%;
    
  }
  .hosyo .cheers{
    width: 9em;
  }

  .hosyo .marker.red{
    font-size:10vw;
  }

  .hosyo .box  {
    width: 100%;
    padding: 14px 33px 20px;
  }
  .hosyo .box .text {

    font-size: 14px;
  }
  .box picture {
    width: 100%;
  }

}

#anchor01 {
	padding-top: 30px;
	margin-top: -30px;
}

@media screen and (max-width: 767px) {
	#anchor01 {
		padding-top: 10px;
		margin-top: -10px;
	}
}

.check_box{
  position: relative;
  width:640px;
  border:solid 2px #ff0000;
  border-radius: 20px;
  padding:8px 0 6px 20px;
  margin: auto;
  display: flex;
  justify-content:center;
  height: 40px;
}
.check_box:before{
  content:"CHECK!!";
  position: absolute;
  color:#fff;
  font-size:100%;
  width:6em;
  height: 100%;
  top:0;
  left:0;
  background: #ff0000;
  border-radius: 20px 0px 0 20px;
  padding:7px 0 5px;
}


.check_box:after{
  content:"\f063";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  color:#ff0000;
  font-size:100%;
  width:1em;
  height: 1em;
  top:0;
  right:1em;
  padding:8px 0 5px;
}

.check_box.bottom{
  margin-top:30px;
  font-size:120%;
  font-weight: bold;
}
.check_box.bottom:before{
  content:"最低価格保証";
  font-size:14px;
  position: absolute;
  width:8em;
  height:2em;
  top:-2em;
  left:0;
  right:0;
  margin:auto;
  background: #ff0000;
  border-radius: 10px 10px 0 0 ;
  padding:7px 0 5px;
}


.check_box.bottom:after{
  content:"\f062";
  
}

.check_box:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .check_box {
    width:auto;
    height: 56px;
    border-radius: 26px;
  }
  .check_box:before{  
    width:6em;
    border-radius: 25px 0px 0 25px;
    padding:16px 0 5px;
  }

  .check_box:after{
    padding:17px 0 5px;
  }
}

.check_content{
  width:600px;
  margin: 40px auto;

  padding:30px 40px 10px;
  border: solid 4px #ff0000;
  border-radius: 10px;
}

.check_content .check_title{
  position: relative;
  font-size:140%;
  font-weight: bold;
  color:#ff0000;
  margin:0px auto 30px;
  text-align: center;
}
.check_content .check_title:before{
  content:"CHECK!!";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:bold;
  color:#ffffff;
  font-size:14px;
  width:6em;
  height: 4em;
  top:0px;
  left:0;
  right:0;
  border-radius: 6px;
  background: #ff0000;
  padding:8px 0 5px;
}
.check_content dl{
  font-size: 94%;
  margin-bottom:30px;
}
.check_content dt{
  font-size:130%;
  font-weight: bold;
  border-top:solid 1px #999;
  padding:10px 0;
}

.check_content .capture{
  margin-bottom:20px;
  position: relative;
}

.check_content .capture figure{
  margin:0;
  z-index: 0;
}
.check_content .capture p{
  position: absolute;
  display: block;
  font-size:90%;
  margin-top:20px;
  top:-1em;
  right:0;
  width:48%;
  z-index: 2;
}

.check_content a{
  margin-top:20px;
  display: block;
  text-decoration: underline;
  color:#0053ec;
}
.check_content .cri_attend{
  background: #FFF8B7;
  padding:16px 16px 14px;
  font-size:87%;
  margin:20px auto 40px;
}
@media screen and (max-width: 767px) {
  .check_content{
    width: auto;
    padding:20px 20px;
  }
  .check_content .check_title:before{
    width:6em;
    height: 2em;
    top:-40px;
    left:0;
    right:0;
    margin: auto;
  }
}