:root {
  --blue: #91bace;
  --lightblue: #b6d0dd;
  --red: #ea7a82;
}

.iphone_check {
  padding: 0 1rem;
}
.eyecatch img {
  margin: auto;
  width: 100%;
}
.iphone_check h2, .iphone_check .h2,  .iphone_check h3 {
  font-family: "Mplus 1p"!important;
  font-weight: 600!important;
  line-height: 1.4;
}
.iphone_check, .iphone_check p, .iphone_check li {
  color: #555;
  line-height: 1.8;
}
.iphone_check .lead {
  margin: 2rem 0 3rem;
}
.iphone_check i {
  margin: 0 4px;
}
.iphone_check .icon i {
  font-size: 3rem;
  color: #aaa;
  animation: pop 0.5s 10;
}
.iphone_check p {
  font-size: 1.8rem;
  }
@keyframes pop {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,-2px);
  }
  100% {
    transform: translate(0,0);
  }
}
.iphone_check p.explain {
  margin-top: 2rem;
}
.iphone_check .image img {
  margin: auto;
}
.iphone_check .index .line, .iphone_check .h2 h2:after {
  content: "";
  background: repeating-linear-gradient(40deg, #b6d0dd, #b6d0dd 3px, #fff 3px, #fff 6px);
  width: 100%;
  height: 6px;
  display: block;
}
.iphone_check .index .line {
  background: repeating-linear-gradient(-40deg, #b6d0dd, #b6d0dd 3px, #fff 3px, #fff 6px);
  margin: 1rem auto 0;
}
.iphone_check .h2 h2:after {
  margin-top: 0.5rem;
}
.iphone_check .index {
  font-size: 2rem;
  text-align: center;
}
.iphone_check .index h2 {
  position: relative;
}
.iphone_check .index h2:before {
  background: url(/images/guide/iphone_checkpoint/kira1.png) no-repeat;
  top: -15px;
  left: -50px;
}
.iphone_check .index h2:after {
  background: url(/images/guide/iphone_checkpoint/kira2.png) no-repeat;
  top: -15px;
  left: 280px;
}
.iphone_check .index h2:before, .iphone_check .index h2:after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
}
.iphone_check .index ul {
  font-size: 1.8rem;
  text-align: left;
  display: inline-block;
  margin: 1.5rem auto;
}
.iphone_check section {
  background: #fff;
  border: 2px solid #aaa;
  padding: 2rem 1rem 4rem;
  margin: 3rem 0;
}
.iphone_check .h2 {
  font-size: 2rem!important;
  margin-top: 0;
}
.iphone_check .h2 span {
  display: block;
  font-size: 2.8rem;
}
.iphone_check .h2 span:before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(/images/guide/iphone_checkpoint/check.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5rem;
}
.iphone_check section:nth-child(2) .h2 span:after {
  content: "POINT 1";
}
.iphone_check section:nth-child(3) .h2 span:after {
  content: "POINT 2";
}
.iphone_check section:nth-child(4) .h2 span:after {
  content: "POINT 3";
}
.iphone_check section:nth-child(5) .h2 span:after {
  content: "POINT 4";
}
.iphone_check .contents li {
  display: block;
  border-left: 2px solid #ddd; 
  margin-bottom: 3rem;
  margin-left: 6px;
  padding: 0.5rem;
}
.iphone_check li .wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.iphone_check li .wrap > div {
  text-align: center;
  font-size: 85%;
}
.caret-down:before {
  content: "\f0d7";
  font-family: fontawesome;
  margin: 0 6px 0 2px;
}
.color_list div[class^="color_"] {
  margin: 1rem auto;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
.color_desert {
  background: linear-gradient(-45deg, #fef2e4, #fef2e4);
  margin: 10px auto 30px !important;
}
.color_natural {
  background: linear-gradient(-45deg, #f5f0e7, #f5f0e7);
  margin: 10px auto 30px !important;
}
.color_spacegray {
  background: linear-gradient(-45deg, #a4a4a9, #d5d6db);
}
.color_black {
  background: linear-gradient(-45deg, #202127, #404145);
}
.color_jetblack {
  background: linear-gradient(-45deg, #111, #000);
}
.color_silver {
  background: linear-gradient(-45deg, #c5c6c7, #f5f5f5);
}
.simfree .intro {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.simfree .intro .image {
  margin: 0.5rem;
}
.simfree .intro p {
  width: 100%;
}
.simfree .contents h3:first-child {
  font-size: 2rem!important;
}
.iphone_check .step li {
  position: relative;
}
.iphone_check .step li:before {
  position: absolute;
  left: -6px;
  top: -3px;
  background: #fff;
  display: inline;
  padding: 7px 1px 2px;
}
.iphone_check .step li:nth-child(1):before {
  content: "1.";
}
.iphone_check .step li:nth-child(2):before {
  content: "2.";
}
.iphone_check .step li:nth-child(3):before {
  content: "3.";
}
.iphone_check .step li:nth-child(4):before {
  content: "4.";
}
.iphone_check .step li:nth-child(5):before {
  content: "5.";
}
.iphone_check .step li:nth-child(6):before {
  content: "6.";
}
.iphone_check .step li p {
  margin: 0 0 2rem 1rem;
  font-size: 18px;
}
.iphone_check .line {
  background: repeating-linear-gradient(-40deg, #eee, #eee 3px, #fff 3px, #fff 6px);
  width: 30%;
  height: 6px;
  margin: 0 auto 2rem;
}
.contents button  {
  display: block;
  padding: 10px 10px;
  margin: 0 auto 40px;
  background-color: #7E7A7A;
  color: #FFF !important;
  font-size:16px;
}



/*-- デスクトップ --*/

@media (min-width: 992px) {
  .iphone_check, .iphone_check p, .iphone_check li {
    font-size: 2rem;
  }
  .iphone_check h2, .iphone_check .h2 {
    font-size: 4rem!important;
  }
  .iphone_check section {
    max-width: 90%;
    margin: 6rem auto;
    padding: 2rem 3rem 4rem;
  }
  .iphone_check .icon i {
    font-size: 4rem;
  }
  .iphone_check .index .line {
    width: 60%;
  }
  .iphone_check .index h2:before {
    top: -20px;
    left: -60px;
  }
  .iphone_check .index h2:after {
    top: -20px;
    left: 535px;
  }
  .iphone_check .index h2:before, .iphone_check .index h2:after {
    width: 40px;
    height: 40px;
  }
  .iphone_check .step li:before {
    top: -2px;
  }
  .iphone_check .h2 span {
    font-size: 4rem;
  }
  .iphone_check .h2 span:before {
    width: 45px;
    height: 40px;
  }
  .simfree .contents h3:first-child {
    font-size: 3rem!important;
  }
  .gb .step {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .gb .step li {
    width: 40%;
  }
  .gb .step li:nth-child(3), .gb .step li:nth-child(4) {
    margin-top: 4rem;
  }
  .gb .step img {
    max-width: 300px;
  }
  .iphone_check li .wrap img {
    max-width: 200px;
  }
  .iphone_check .contents li {
    padding: 6px 2rem 2rem;
  }
  .color_list div[class^="color_"] {
    width: 7rem;
    height: 7rem;
  }
  .simfree .intro .image {
    margin: 2rem;
  }
  .simfree .contents .line {
    margin: 5rem auto;
  }
}
