:root {
  --blue: #008bd1;
  --red: #FF2132;
  --yellow: #ffff00;
  --light: #f4f7fa;
}

.fade-up {
  transition: opacity 0.5s, transform 0.5s;
}
.op0 {
  opacity: 0;
}
.simunlock_after {
  color: #555;
  text-align: center;
  font-size: 16px;
}
.tal {
  text-align: left;
}
.simunlock_after h2 , .simunlock_after h3, .primary, p.point {
  /* font-family: "Mplus 1p"!important; */
  font-weight: 600!important;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.fz2 {
  font-size: 2rem;
}
.fz3 {
  font-size: 3rem;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.bold {
  font-weight: bold;
}
.simunlock_after p {
  line-height: 1.6;
}
.simunlock_after p strong {
  color: #ffff00;
}
.simunlock_after i {
  margin: 0 4px;
}
.simunlock_after i.fa-arrow-down {
  color: #008bd1;
  margin: 1rem;
}
.image img {
  margin: 2rem auto;
}
.primary {
  background: #008bd1;
  color: #fff;
  padding: 3rem 1rem;
  position: relative;
}
.primary ul {
  display: inline-block;
  text-align: left;
  font-size: 2.5rem;
}
.primary li {
  margin-top: 2rem;
}
.primary li .flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.primary li .flex div {
  flex: 1;
  padding-right: 1rem;
}
.primary li .flex p {
  flex: 5;
  font-weight: 700;
}
.primary li .flex img {
  max-width: 50px;
}
.index {
  line-height: 2;
}
.index .which {
  background: #f4f7fa;
  background-blend-mode: multiply;
}
.shop .index .which {
  background: #d1deec;
  background-blend-mode: multiply;
  display: block;
  padding: 1rem;
}
section.lead .question {
  margin: 0;
  padding: 3rem 0;
  background: #f4f7fa;
  position: relative;
}
.simunlock_after .arrow:after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  color: #f4f7fa;
  z-index: 1;
  font-size: 3rem;
  transform: translate(-50%,0) rotate(90deg);
}
.simunlock_after .primary.arrow:after {
  color: #008bd1;
}
.simunlock_after .delivery.arrow:after {
  bottom: -2rem;
}
section.box {
  background: #f4f7fa;
  position: relative;
  margin: 0;
  padding-bottom: 3rem;
}
section.box .contents {
  background: #fff;
  padding: 0 0.8rem 3rem;
  margin: 2rem 1rem;
  border-top: 4px solid #008bd1;
}
section.box .h2 {
  background: #008bd1;
  color: #fff;
  padding: 2rem;
  margin: 0 auto 3rem;
}
section.box .h3 {
  margin: 1.5rem -1rem 2rem;
}
section.box .h3 h3 {
  vertical-align: middle;
  font-size: 2.6rem!important;
}
section.box .h3 h3 strong {
  color: #008bd1;
}
section.box .cord .h3 h3 strong {
  color: #FF2132;
}
section.box .h3 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
section.box .h3:after {
  content: "";
  border-bottom: 1px solid #bbb;
  width: 30%;
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}
section.box .h3 img {
  background: #008bd1;
  width: 3rem;
  height: auto;
  border-radius: 100%;
}
section.box .cord .h3 img {
  background: #FF2132;
}
section.box .contents.cord {
  border-color : #FF2132;
}
section.box .contents .description {
  text-align: left;
  color: #777;
}
section.box .contents .description strong {
  color: inherit;
  border-bottom: 4px solid #ffff00;
}
.image.pict img {
  max-width: 200px;
  text-align: center;
}
section.box .contents p.point {
  background: #ffff00;
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 0;
}
@keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}
.animate {
  animation: .2s zoom-in;
}
.link a, .link a:hover {
  background: #EF5D5D;
  border-radius: 20rem;
  color: #fff;
  padding: 2rem 0;
  font-weight: bold;
}


/* tab */
.nav-tabs {
  text-align: center;
  margin: auto;
  font-size: 2rem;
  border: none;
  padding: 0 1rem;
}
.nav-tabs > li {
  width: 50%;
  text-align: center;
  padding: 0 0.5rem;
}
.nav-tabs li a:hover {
  opacity: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
  border: none!important;
}
.nav-tabs > li > a {
  border-radius: 1rem 1rem 0 0;
  position: relative;
  padding: 1rem;
  color: #fff!important;
  line-height: 1.2;
}
.tab-pane > .wrap {
  background: #fff;
  padding: 1rem;
  margin: 1rem auto 3rem;
}
.tab-pane {
  margin: 0 -1rem;
  padding: 1rem;
}
.nav-tabs > li.active > a, .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
  background: #008bd1!important;
}
.nav-tabs li a {
  background: #ccc!important;
}
.tab-pane.active .tab-wrap {
  animation: active 0.3s linear 1;
}
.tab-content {
  border-top: 9px solid #008bd1;
  position: relative;
  z-index: 10;
}
@keyframes active {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* model */
.model button {
  display: block;
  width: 100%;
  text-align: center;
  border: inherit;
  background: inherit;
  color: #008bd1;
  background: #dcecf4;
  box-shadow: 0 -4px 0 rgba(100,100,100,0.2) inset;
  letter-spacing: 1px;
}
.model:after {
  content: "\f103";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 5rem;
  line-height: 1;
  color: #008bd1;
  margin-top: 1rem;
}
.model button:focus, .model button:hover {
  outline: inherit;
}
/* .model button:before, .model .career li a:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 1rem;
} */
.model button[aria-expanded="true"]:before {
  transform: rotate(90deg);
}
.model .career {
  background: rgba(255,255,255,0.9);
  padding: 1rem;
}
.select li .docomo {
  color: #c73c3c;
}
.select li .au {
  color: #e37641;
}
.select li .softbank {
  color: #9a9797;
}

/*----- PC -----*/
@media (min-width: 992px) {
  .simunlock_after a:hover, button:hover {
    opacity: 0.5!important;
    text-decoration: none;
  }
  .image img {
    max-width: 600px;
  }
  .fz2 {
    font-size: 3rem;
  }
  .fz3 {
    font-size: 4rem!important;
  }
  section.box .contents, .model {
    width: 80%;
    margin: 3rem auto;
  }
  .primary ul {
    font-size: 3.5rem;
  }
  .primary li .flex div {
    padding-right: 3rem;
    flex: 1 6rem;
  }
  .primary li .flex p {
    flex: 16 80rem;
  }
  section.box {
    padding-bottom: 8rem;
  }
  section.box .h3 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  section.box .h3 h3 {
    font-size: 4rem!important;
  }
  section.box .h3 img {
    width: 5rem;
    margin-right: 1rem;
  }
  section.box .h3 span {
    font-size: 2rem;
  }
  section.box .contents {
    border-top-width: 6px;
    padding: 0 5rem 5rem;
  }
  section.box .contents .description {
    font-size: 2rem;
    line-height: 1.8;
    margin: auto;
  }
  section.box .contents p.point {
    padding: 2rem 0;
  }
  section.box .contents .image img {
    max-width: 800px;
    width: 100%;
  }
  section.box .contents .image.pict img {
    max-width: 300px;
  }
  .simunlock_after i.fa-arrow-down {
    font-size: 3rem;
  }
}
