:root {
  --blue: #008bd1;
  --red: #FF2132;
}
.howtosimunlock .row {
  color: #555;
  overflow: hidden;
}
.howtosimunlock section {
  padding: 1rem;
  position: relative;
  z-index: 3;
}
.howtosimunlock .h2 {
  border-left: 9px solid #008bd1;
  padding: 1rem;
  font-weight: bold;
}
.howtosimunlock .h2 h2 {
  margin-top: 1rem!important;
  display: block!important;
  /* font-family: "Mplus 1p"; */
  font-weight: bold;
}
p {
  line-height: 1.8;
}
.joken .content {
  border: 2px solid #555;
  padding: 1rem;
}
.joken .content img {
  margin: auto;
}
.joken .content li {
  margin-bottom: 2rem;
}
.joken .content li h3:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/images/guide/simlock/check.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.joken h3.h3 {
  font-size: 2.4rem!important;
  font-weight: bold;
}
.joken h3.h3 span {
  color: #FF2132;
}
.joken h4 {
  font-weight: bold;
}
.disc li {
  margin: 0 0 0 2rem;
  list-style-type: disc;
}
.joken .content .disc li {
  margin: 0 0 0 2rem;
}
.joken .content .check {
  /* text-align: center; */
  background: whitesmoke;
  margin: 1rem auto;
  padding: 1rem;
  font-size: 90%;
}
.joken .content .caution {
  text-align: right;
  font-size: 90%;
}
.howtosimunlock section.arrow {
  background: #008bd1;
  padding: 2rem 0rem;
  position: relative;
  margin: 2rem auto 3rem;
  text-align: center;
  z-index: 2;
  position: relative;
  /* font-family: "Mplus 1p"; */
  font-weight: bold;
}
.arrow:after {
  content: "\f04b";
  font-family: fontawesome;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  color: #008bd1;
  font-size: 2rem;
}
.arrow .comment {
  /* display: inline-block;
  background: #fff;
  padding: 1rem;
  color: #008bd1;
  font-weight: bold;
  border-radius: 1rem;
  margin: 0 1rem;
  position: relative;
  z-index: 1; */
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
/* .arrow .comment:after {
  content: "\f04b";
  font-family: fontawesome;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  color: #FFF;
  font-size: 2rem;
} */
.howtosimunlock strong {
  margin: 0 3px;
  padding: 4px 0;
  background: linear-gradient(transparent 80%, #ffff66 20%);
}
.arrow .image img {
  margin: auto;
  margin-top: 3rem;
  max-width: 40%;
  display: none;
}
.arrow span {
  color: #fff;
  font-size: 1.8rem;
  /* font-size: 3.5rem; */
  /* margin-top: 3rem; */
  display: inline-block;
  line-height: 1.6;
}
.arrow strong {
  color: #ffff66;
  background: none;
}
.arrow .top, .arrow .bottom {
  width: 101%;
  height: 10rem;
  background: url(/images/guide/simlock/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%,0%);
  display: none;
}
.arrow .top {
  top: -4rem;
  background-position: top center;
}
.arrow .bottom {
  bottom: -4rem;
  background-position: bottom center;
}
.step div[class^="step"] {
  border: 2px solid #008bd1;
  margin: 3rem auto;
  position: relative;
}
.step div[class^="step"] .content:after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 50%;
  width: 2px;
  height: 10rem;
  background: #008bd1;
  z-index: -1;
}
.step div[class^="step"]:last-child .content:after {
  display: none;
}
.step div[class^="step"] h3 {
  background: #008bd1;
  color: #fff;
  padding: 1rem;
  display: block!important;
  margin: 0!important;
  line-height: 1.4;
}
.step .wrap {
  counter-reset: number;
}
.step .wrap h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.step div[class^="step"] .content {
  padding: 1rem;
  background: #fff;
}
.step_n01 img {
  max-width: 50%;
  margin: 2rem auto;
}
.step .content .howto_image {
  color: #008bd1;
  text-align: center;
}
.step .content .howto_image i {
  font-size: 3rem;
  margin: 1rem auto;
}
.howtosimunlock .last {
  text-align: center;
  color: #008bd1;
}
.last p {
  font-size: 2rem;
  line-height: 1.3;
  /* font-family: "Mplus 1p"; */
  font-weight: bold;
}
.last p:first-child {
  font-size: 4rem;
}
.last img {
  margin: 2rem auto;
  max-width: 70%;
}
.last img.career {
  max-width: 8rem;
  margin-top: 3rem;
}
.last a.btn {
  color: #fff;
  background: #FF2132;
  padding: 3rem;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 25rem;
  min-width: 260px;
  margin: 0 auto 6rem;
}


@media (min-width: 992px) {
  p.lead, .joken .content, .step div[class^="step"] h3, .step p {
    font-size: 1.8rem!important;
    line-height: 1.8!important;
  }
  .howtosimunlock .h2 {
    padding-left: 2rem;
    font-size: 5rem!important;
  }
  .joken .content {
    width: 80%;
    margin: auto;
    padding: 1rem 3rem;
  }
  p.lead {
    margin-top: 2rem;
  }
  .step div[class^="step"] {
    width: 80%;
  }
  .step div[class^="step"] .content {
    padding: 1rem 2rem;
  }
  .howtosimunlock section.arrow {
    padding: 4rem;
    margin: 2rem auto 8rem;
  }
  .arrow:after {
    font-size: 6rem;
  }
  .arrow .comment {
    font-size: 4rem;
    /* margin-top: 3rem; */
    /* padding: 2rem 4rem; */
  }
  /* .arrow .comment:after {
    bottom: -4.5rem;
    font-size: 3rem;
  } */
  .arrow span {
    font-size: 4rem;
  }
  .arrow .image img {
    max-width: 20%;
  }
  .last .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row nowrap;
    width: 80%;
    margin: 3rem auto;
  }
  .last .flex .image, .last .flex div.btn {
    margin: 0 1rem;
  }
  .last .flex .image {
    flex: 2;
  }
  .last .flex .image img {
    max-width: 70%;
  }
  .last .flex div.btn {
    flex: 8;
  }
  .last .flex a.btn {
    margin: 0;
    width: 100%;
    font-size: 4rem;
  }
  .last a.btn:hover {
    opacity: 0.7;
  }
}

@media (min-width: 490px) {
  .arrow {
    margin: 16rem auto;
  }
  .arrow .top {
    top: -10rem;
  }
  .arrow .bottom {
    bottom: -10rem;
  }
}


@media (max-width: 330px) {
  .last a.btn {
    font-size: 2rem;
  }
  .howtosimunlock .h2 {
    font-size: 2.5rem!important;
  }
  .arrow .comment {
    font-size: 1.5rem;
  }
}


/*----- ススメ -----*/

.row.susume {
  color: #555;
}
.susume section {
  background: #fafafa;
}
.susume .lead {
  background: none;
}
.susume p {
  font-size: 1.6rem;
}
.susume .h2 {
  background: url(/images/guide/simlock/eyecatch.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  padding: 8rem 0 2rem;
  position: relative;
  margin-top: 0!important;
  line-height: 1.2;
}
.susume .h2:before {
  background: url(/images/guide/simlock/icon_simunlock.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%,0);
}
.susume section .wrap {
  padding: 2rem 1rem 7rem;
}
.susume .image img {
  max-width: 70%;
  margin: 2rem auto;
}
.important {
  /* font-family: "Mplus 1p"; */
  font-weight: bold;
  font-size: 3rem;
  color: #008bd1;
  line-height: 1.2;
}
.important strong {
  font-size: 120%;
  margin: 0 3px;
  padding: 4px 0;
  background: linear-gradient(transparent 85%, #ffff66 20%);
}
.susume .date {
  background: #eee;
  padding: 0.5rem;
  text-align: center;
  display: block;
}
.susume .date span {
  color: #FF2132;
}
.link_career {
  margin: 1rem auto;
  display: block;
  background: #fff;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-width: 0 0 1px 8px;
  border-color: #008bd1;
  border-style: solid;
}
.link_career:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: #008bd1;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0,-50%);
}
.susume a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.susume a:hover img {
  opacity: 1;
}
.susume .pop {
  animation: pop 0.5s 5;
}
@keyframes pop {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,-2px);
  }
  100% {
    transform: translate(0,0);
  }
}
@media (min-width: 992px) {
  .susume p {
    font-size: 2rem;
  }
  .susume .h2 {
    font-size: 4rem;
    padding: 11rem 0 4rem;
  }
  .important {
    font-size: 4rem;
  }
  .susume .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row nowrap;
  }
  .susume .image img {
    max-width: 30%;
    width: 30%;
  }
  .susume .image img.arrow_lg {
    max-width: 15%;
    margin: 0;
  }
  .susume .date {
    margin: 1rem 16rem;
  }
  .link_career {
    width: 30%;
  }
  .susume section .wrap {
    padding: 3rem 3rem 8rem;
    text-align: center;
  }
  .susume .h2:before {
    width: 85px;
    height: 85px;
  }
}
