#aboutlogin main>.inner {
  background: none;
  background-color: #003c96
}

#aboutlogin .about {
  padding-top: 40px
}

@media screen and (min-width:768px) {
  #aboutlogin .about {
    padding-top: 45px
  }
}

#aboutlogin .about .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.75
}

#aboutlogin .about .caption {
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 14px
}

#aboutlogin .about .caption span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#aboutlogin .about .caption span:before {
content: "\00203b";
  display: inline-block
}

#aboutlogin .about .panel {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  padding: 48px 24px 64px
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel {
    margin-top: 56px;
    padding: 56px 40px 80px
  }
}

@media screen and (min-width:1024px) {
  #aboutlogin .about .panel {
    padding: 80px
  }
}

#aboutlogin .about .panel h3 {
  margin: 0 auto;
  width: 120px
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel h3 {
    width: 166px
  }
}

#aboutlogin .about .panel .copy {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel .copy {
    margin-top: 40px
  }
}

@media screen and (min-width:1024px) {
  #aboutlogin .about .panel .copy {
    margin-top: 36px
  }
}

#aboutlogin .about .panel .diagram {
  margin-top: 21px
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel .diagram {
    margin: 44px auto 0;
    width: 600px;
    width: 660px
  }
}

#aboutlogin .about .panel .movieWrap {
  margin-top: 31px;
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel .movieWrap {
    margin-top: 50px
  }
}

#aboutlogin .about .panel .movieWrap iframe {
  height: 100%!important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%!important
}

#aboutlogin .about .panel .textWrap {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
  text-align: center
}

@media screen and (min-width:768px) {
  #aboutlogin .about .panel .textWrap {
    margin-top: 48px
  }
}

#aboutlogin .about .panel .textWrap p:nth-child(n+2) {
  margin-top: 20px
}

#aboutlogin .procedure {
  padding: 80px 0 0
}

@media screen and (min-width:768px) {
  #aboutlogin .procedure {
    padding-top: 104px
  }
}

@media screen and (min-width:1024px) {
  #aboutlogin .procedure {
    padding-bottom: 30px
  }
}

#aboutlogin .procedure .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center
}

#aboutlogin .procedure .tab {
  margin-top: 32px
}

#aboutlogin .procedure .tab__list {
  background-color: #3368ac;
  border-bottom: 5px solid #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#aboutlogin .procedure .tab__item, #aboutlogin .procedure .tab__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#aboutlogin .procedure .tab__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  cursor: pointer;
  height: 72px;
  justify-content: center;
  text-align: center;
  width: 50%
}

#aboutlogin .procedure .tab__item.current {
  background-color: #000
}

@media screen and (min-width:768px) {
  #aboutlogin .procedure .tab__item {
    height: 60px
  }
}

#aboutlogin .procedure .tab__contentsWrap {
  margin-top: 40px
}

@media screen and (min-width:768px) {
  #aboutlogin .procedure .tab__contentsWrap {
    margin-top: 47px
  }
  #aboutlogin .procedure .tab__contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

#aboutlogin .procedure .tab__contents.is-hide {
  display: none;
  visibility: hidden
}

#aboutlogin .procedure .tab__contents.is-show {
  -webkit-animation: appear .6s ease;
  animation: appear .6s ease;
  display: block;
  visibility: visible
}

@media screen and (min-width:768px) {
  #aboutlogin .procedure .tab__contents.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    padding-top: 6px
  }
  to {
    opacity: 1;
    padding-top: 0
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    padding-top: 6px
  }
  to {
    opacity: 1;
    padding-top: 0
  }
}

#aboutlogin .procedure .tab__contents .item {
  border-bottom: 1px solid #107bff;
  color: #fff;
  padding-bottom: 32px
}

#aboutlogin .procedure .tab__contents .item {
  border-bottom: 1px solid #107bff;
  color: #fff;
  padding-bottom: 32px
}

#aboutlogin .procedure .tab__contents .item:nth-child(n+2) {
  margin-top: 32px
}

@media screen and (min-width:768px) {
      #aboutlogin .procedure .tab__contents .item {

    }
}

@media screen and (min-width:1024px) {
  #aboutlogin .procedure .tab__contents .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #aboutlogin .procedure .tab__contents .item .textBlock {
    width: 49%
  }
}

#aboutlogin .procedure .tab__contents .item .textBlock .label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  font-weight: 400
}

#aboutlogin .procedure .tab__contents .item .textBlock .label span {
  background-color: #3368ac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 50px;
  margin-left: 15px;
  position: relative;
  width: 50px
}

#aboutlogin .procedure .tab__contents .item .textBlock .label span:after {
  content: attr(data-num);
  font-size: 28px;
  font-weight: 500;
  left: 47%;
  position: absolute;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#aboutlogin .procedure .tab__contents .item .textBlock .ttl {
  color: #a8cfff;
  font-size: 18px;
  margin-top: 24px
}

#aboutlogin .procedure .tab__contents .item .textBlock .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px
}

#aboutlogin .procedure .tab__contents .item .textBlock .caption {
  font-size: 14px;
  margin-top: 10px
}

#aboutlogin .procedure .tab__contents .item .textBlock .caption span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#aboutlogin .procedure .tab__contents .item .textBlock .caption span:before {
    content: "\00203b"
}

#aboutlogin .procedure .tab__contents .item .pic {
  margin-top: 22px;
  padding: 0 23px
}

@media screen and (min-width:768px) {
  #aboutlogin .procedure .tab__contents .item .pic {
    padding: 0 54px
  }
}

@media screen and (min-width:1024px) {
  #aboutlogin .procedure .tab__contents .item .pic {
    margin-top: 0;
    padding: 0;
    width: 46%
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #aboutlogin.android .tab__contents .item .textBlock .label span:after {
    left: 48%;
    top: 42%
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0)and (min-width:768px) {
  #aboutlogin.android .tab__contents .item .textBlock .label span:after {
    left: 47%;
    top: 54%
  }
}



#aboutlogin .procedure .tab__contents .forPlusId{
    background-color: rgba(255,255,255,0.9);
    border-radius: 16px;
    text-align: center;
    padding: 48px 24px 64px;
    display: block;
    width: 100%;
    width: 95%;
    margin:0 auto 40px;
}
@media screen and (min-width:768px) {
    #aboutlogin .procedure .tab__contents .forPlusId{
        padding: 50px;
        margin-bottom: 30px;

    }
}

#aboutlogin .procedure .tab__contents .forPlusId a{
    background-color: #fff;
    border: 2px solid #ff1477;
    color: #ff1477;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 40px auto 0;
    max-width: 325px;
    padding: 18px 0;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}


#aboutlogin .tosignUp {
  margin: 40px auto 0
}

@media screen and (min-width:768px) {
  #aboutlogin .tosignUp {
    margin-top: 48px
  }
}

#aboutlogin .tosignUp a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #000;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 auto;
  max-width: 327px;
  padding: 20px;
  -webkit-transition: color .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out;
  width: 100%
}

#aboutlogin .tosignUp a:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000
}
