@charset "UTF-8";

/* Effect 21: borders slight translate */
.sec01-block nav a {
  position: relative;
  display: inline-block;
  margin: 15px 13px;
  outline: none;
  color: #555;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.sec01-block nav a:hover,
.sec01-block nav a:focus {
  outline: none;
}

/* Effect 13: three circles */
.cl-effect-13 a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-13 a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
  color: #0099cc;
  text-shadow: 10px 0 #0099cc, -10px 0 #0099cc;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
  color: #0099cc;
  text-decoration: none;
}

/*.hdr {
  margin: 0 0 40px; }*/

.hdr-logo a {
  background-color: transparent;
}

.hajimete {
  color: #000000;
  background: #ffffff;
  padding: 45px 0 60px;
}

.hajimete h2 {
  margin-bottom: 0;
}

.l-wrap .hajimete img {
  width: inherit;
}

.sec {
  width: 100%;
}

/*
.hajimete .sec-inr {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
*/

.sec01 {
  text-align: center;
  background: #ffffff;
}

.sec01 h2 {
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: 1px solid #0099cc;
  padding: 0 0 13px;
}

.tit-hajimete {
  width: 120px;
  display: inline-block;
  border-top: 5px solid #0099cc;
  text-align: center;
  padding: 25px 0 0;
  margin: 0 0 55px;
}

.l-wrap .hajimete .tit-hajimete img {
  width: 69px;
}

.sec01-block + .sec01-block {
  border-top: 1px solid #ccc;
  padding: 40px 0 0;
  margin: 40px 0 0;
}

.sec01-block h3 {
  font-size: 3rem;
  margin: 0 0 35px;
}

.txt-sec01 {
  font-size: 1.6rem;
  line-height: 2;
}

.sec01-img01 {
  padding: 40px 0 30px;
  margin: 0 auto;
}

.sec01-img02 {
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.hajimete .explain {
  max-width: 945px;
  margin: 0 auto 20px;
  color: #0099cc;
  line-height: 1.7;
  display: flex;
  align-items: baseline;
  position: relative;
  text-align: left;
  font-size: 16px;
}

.hajimete .explain-bottom {
  max-width: 945px;
  margin: 0 auto 64px;
  color: #0099cc;
  line-height: 1.7;
  display: flex;
  align-items: baseline;
  position: relative;
  text-align: left;
  font-size: 16px;

}

.hajimete .middle {
  padding: 30px 20px;
  background: #fff;
  color: #0099cc;
  line-height: 1.7;
  font-size: 16px;
  max-width: 924px;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  text-align: left;
}

.hajimete .middle-last {
  padding: 30px 20px 50px;
  color: #0099cc;
  line-height: 1.7;
  font-size: 16px;
  max-width: 924px;
  display: flex;
  align-items: baseline;
  margin: 0 auto 65px;
  text-align: left;
}


.explain .explain-btm-pd {
  padding: 10px 2% 70px;
}

.explain span:first-child {
  text-align: center;
  border: 1px solid #0099cc;
  padding: 1px 12px;
  margin-right: 10px;
}

.explain span:last-child {
  display: inline-block;
  padding: 0;
}

.explain-bottom span:first-child,
.middle span:first-child,
.middle-last span:first-child {
  text-align: center;
  border: 1px solid #0099cc;
  padding: 1px 12px;
  margin-right: 10px;
  width: 90px;
}
.explain-bottom span:nth-of-type(2),
.middle span:nth-of-type(2),
.middle-last span:nth-of-type(2){
  width: 824px;
  
}
.explain-bottom span:last-child {
  display: inline-block;
  padding: 0;
}

.hajimete .explain-short {
  width: 880px;
  margin: 20px auto;

}

.hajimete #acount img.mb-none,
.hajimete .input-area img.mb-none {
  margin-bottom: 0;
}

.hajimete .input-area .middle,
.hajimete .input-area .middle-last {
  padding: 30px 0;

}

.sec02 {
  background: #f5f5f5;
  padding: 0 0 75px;
}

.sec03 {
  background: #ffffff;
}

.sec04 {
  background: #ffffff;
  /*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);*/
}

.sec04 .explain {
  background: #ffffff;
}

.txt-btm {
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
  margin: 50px 0 0;
}

.for-account {
  text-align: center;
  margin: 40px auto;
}

.for-account a {
  display: block;
  width: 480px;
  height: 64px;
  margin: 0 auto 60px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #0099cc;
  font-weight: bold;
}

.other-explain {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 16px;

}

.other-explain .inner {
  width: 945px;
  margin: 30px auto;
  position: relative;
}

.other-explain .inner p:first-child span {
  text-align: center;
  border: 1px solid #0099cc;
  padding: 5px 12px;
  color: #0099cc;
}

.other-explain .inner ul li {
  padding: 10px 0;
}

.other-explain .inner ul li a:hover {
  color: #0099cc;
}

.other-explain .inner::after {
  content: "";
  clear: both;
  display: block;
}

#acount .sec-inr {
  text-align: center;
  padding-top: 70px;
  margin-top: -40px;
}

#acount .sec-inr img {
  margin-bottom: 65px;
}

#acount .sec-inr img:first-child {
  margin-bottom: 0;
}

#acount .sec-inr img.bottom-n {
  margin-bottom: 10px;
}

.hajimete-caution {
  font-size: 21px;
  padding: 5px 30px;
  color: #0099CC;
  background: #fff;
  text-align: left;
  width: 925px;
  margin: 0 auto;
  border: 1px solid #0099CC;
}

.hajimete-caution span {
  font-size: 16px;
}

.hajimete .input-area {
  text-align: center;
  padding: 50px 0;
}

.hajimete .input-area img {
  margin-bottom: 65px;
}

.hajimete .input-area img.bottom-n {
  margin-bottom: 15px;
}

.hajimete-kodawari,
.hajimete-owner {
  background: #FFFDE5;
  padding: 20px 0;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.hajimete .input-area .hajimete-owner img,
.hajimete .input-area .hajimete-kodawari img {
  margin-bottom: 0;
}

.hajimete .input-area .hajimete-kodawari + .explain {
  margin-bottom: 40px;
}

.hajimete .explain-btm {
  margin-bottom: 40px;
}

.whitebtn {
  margin-top: 60px;
}
p.hajimete-flow{
    max-width: 925px;
    margin: 0 auto;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 20px;
    border: 1px solid #0099cc;
    padding:10px 16px 14px;
    background: #fff;

  }
p.hajimete-flow span {
    font-size: 14px;
  }

/*924px以下*/
@media screen and (max-width: 923px) {
  .sec-inr {
    padding: 0 20px;
  }
}

/*SP*/
@media screen and (max-width: 768px) {
  .explain-bottom span:nth-of-type(2),
.middle span:nth-of-type(2),
.middle-last span:nth-of-type(2){
  width: inherit;
  
}
  .txt-btm {
    padding: 0 15px;
  }

  .for-account a {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 40px;
    padding: 20px 0;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #0099cc;
  }

  .l-wrap .hajimete img,
  .hajimete img,
  .hajimete .sec01-img01 img {
    max-width: 100%;
    height: auto;
  }

  .l-wrap .hajimete .tit-hajimete img {
    width: 69px;
  }

  #acount .sec-inr {
    text-align: center;
    padding-top: 40px;
    margin-top: -40px;
  }

  .hajimete .explain {
    max-width: 90%;
    margin: 0 auto 20px;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
  }

  .hajimete .explain-bottom {
    max-width: 90%;
    margin: 0 auto 20px;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
  }

  .hajimete .middle {
    max-width: 100%;
    margin: 0 auto;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
  }

  p.hajimete-flow{
    max-width: 90%;
    margin: 0 auto;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    border: 1px solid #0099cc;
    padding:10px 16px 14px;
    background: #fff;

  }

  .hajimete-flow span {
    font-size: 14px;
  }

  .hajimete .middle-last {
    max-width: 100%;
    margin: 0 auto 40px;
    color: #0099cc;
    line-height: 1.7;
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
  }

  .hajimete-caution {
    font-size: 16px;
    padding: 4% 2%;
    color: #0099CC;
    background: #fff;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0099CC;
    line-height: 1.4;
  }

  .hajimete-caution span {
    font-size: 13px;
  }

  .sec01 h2,
  .sec01-block h3 {
    font-size: 2rem;
  }

  .sec01-img01 img {
    max-width: 924px;
    margin: 0 auto;
  }

  .txt-sec01 {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 10px;
  }

  .explain span:first-child {
    position: static;
    display: inline-block;
    margin: 0 0 5px;
  }

  .explain span:last-child {
    display: block;
    padding: 0 2%;
  }

  .txt-btm {
    font-size: 1.6rem;
  }

  .other-explain .inner {
    width: 100%;
  }
}
