.inner-guide {
  max-width: 1100px;
  margin: 0 auto;
  color: #231815;
  /*border: 2px solid #231815;*/
  /*padding: 25px 0 30px;*/
  padding: 0px 0 30px;
  background: #fff;
  margin-bottom: 1.5rem;
}
.wrap-block {
  /*padding: 20px 45px;*/
  padding: 20px 60px;
}
.inner-guide h1 {
  font-size: 36.85px;
  color: #ec6722;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 25px;
}
.inner-guide h1 span {
  position: relative;
}
.inner-guide h1 span::before,
.inner-guide h1 span::after {
  content: "";
  display: block;
  position: absolute;
}
#flow span::before {
  background: url(/assets/images/guide/before_star.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 43px;
  position: absolute;
  left: -47px;
  bottom: 0;
}
#flow span::after {
  background: url(/assets/images/guide/after_star.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 43px;
  position: absolute;
  right: -47px;
  bottom: 0;
}
#guide span::before,
#tangen span::before {
  background: url(/assets/images/guide/before_gray.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  position: absolute;
  left: -55px;
  bottom: 10px;
}
#guide span::after,
#tangen span::after {
  background: url(/assets/images/guide/after_gray.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  position: absolute;
  right: -55px;
  bottom: 10px;
}
#support span::before {
  background: url(/assets/images/guide/before_orange.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  position: absolute;
  left: -55px;
  bottom: 10px;
}
#support span::after {
  background: url(/assets/images/guide/after_orange.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  position: absolute;
  right: -55px;
  bottom: 10px;
}
.inner-guide a {
  text-decoration: underline;
  color: #004386;
}
.inner-guide p {
  margin: 0;
}
.inner-guide img {
  width: 100%;
  pointer-events: none;
}
.guide-main {
  padding-bottom: 30px;
}
.wrap-step {
  overflow-y: hidden;
  max-width: 840px;
  margin: 15px auto -20px;
}
.wrap-step .inner-step {
  float: left;
  width: calc(50% - 46px);
  background: #fef5e8;
  border: 3px solid #004386;
  border-radius: 20px;
  box-shadow: 7px 7px 5px rgba(175, 170, 169, 0.75);
  margin-bottom: 20px;
}
.wrap-step .inner-step:nth-child(2) {
  margin-left: 80px;
}
.wrap-step .inner-step .num {
  font-size: 24.8px;
  color: #ec6722;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.wrap-step .inner-step .title {
  font-size: 24.8px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.wrap-step .inner-step .content {
  font-size: 17.01px;
  line-height: 1.764;
  padding: 0px 30px 20px;
}
.wrap-step .inner-step .content span {
  letter-spacing: -0.7px;
}
.wrap-step .inner-step .content a {
  color: #004386;
  text-decoration: underline;
}
.wrap-step .inner-step button {
  width: 166px;
  background: #004386;
  font-size: 24.8px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  padding: 4px 10px 5px;
  margin-bottom: 30px;
  cursor: pointer;
  outline: none;
  transition: all .3s;
}
.wrap-step .inner-step button:hover {
  background: #B4C9DE;
}
.inner-block01 {
  background: #f7d39f;
  border-radius: 30px 30px 0 0;
  padding: 40px 0;
}
.inner-block02 {
  background: #fbe7ba;
  border-radius: 0px 0px 30px 30px;
  padding: 40px 0 0;
}
.wrap-userguide {
  overflow: hidden;
  max-width: 726px;
  margin: 0 auto;
  padding-top: 4px;
}
.wrap-userguide .inner-userguide {
  display: block;
  text-decoration: none;
  color: #231815;
  width: calc(50% - 30px);
  float: left;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  padding: 20px 35px;
  box-shadow: 5.8451px 5.8451px 4.1751px rgba(107, 109, 114, 0.3);
  margin-bottom: 10px;
  transition: .3s;
}
.inner-userguide:hover {
  transform: translateY(-4px);
  box-shadow: 5.8451px 5.8451px 4.1751px -2px rgba(107, 109, 114, 0.3);
}
.inner-userguide:nth-child(2) {
  margin-left: 50px;
}
.inner-userguide img {
  width: 81px;
}
.inner-userguide:nth-child(2) img {
  width: 75px;
}
.inner-userguide .img {
}
.inner-userguide p {
  font-size: 18.43px;
  text-align: center;
  padding-left: 30px;
  font-weight: bold;
  white-space: nowrap;
  display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.inner-block02 h1+p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.wrap-table {
  max-width: 584px;
  margin: 35px auto 0;
  overflow: hidden;
}
.wrap-table .inner-table {
  color: #231815;
  display: block;
  text-decoration: none;
  float: left;
  width: calc(33.33% - 26.66px);
  background: #004386;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  transition: all .3s;
}
.inner-table:hover {
  background: #B4C9DE;
}
.inner-table::after {
  content: "";
  background: url(/assets/images/guide/arrow.svg);
  width: 21px;
  height: 12px;
  position: absolute;
  top: 42%;
  right: 10px;
  -ms-transform: translate(-0%,-50%);
  -webkit-transform: translate(-0%,-50%);
  transform: translate(-0%,-50%);
  text-align: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.inner-table:nth-child(3n+1) {
  margin-left: 0;
}
.inner-table .grade {
  background: #fff;
  margin: 7px 40px 7px 7px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  text-align: center;
  line-height: 1;
  border: 1px solid #39456f;
}
.inner-table:hover .grade {
  border: 1px solid #B4C9DE;
}
.block-qa {
  background: #8ca3b8;
  padding: 30px 60px;
  border-radius: 30px;
}
.block-qa h1 {
  color: #fff;
}
.wrap-qa {
  padding-top: 5px;
}
.inner-qa {
  background: #fff;
  padding: 20px 20px;
  margin: 0 0 30px;
}
.inner-qa:last-of-type {
  margin-bottom: 10px;
}
.inner-qa dt {
  font-size: 19.84px;
  font-weight: normal;
  position: relative;
  /*padding-bottom: 18px;*/
  cursor: pointer;
}
.inner-qa dt i {
  background: #ed6c00;
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: block;
  position: relative;
  float: right;
  right: 0;
  top: -5px;
}
.inner-qa dt i::before {
  content: "";
  background: url(/assets/images/guide/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  position: absolute;
  top: 53%;
  left: 54%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  transition: all .5s;
}
.inner-qa.is-open dt i::before {
  transform: translate(-57%,-60%) rotate(180deg);
}

.inner-qa dd {
  font-size: 17.01px;
  color: #ed6c00;
  margin-left: 0;
  margin-top: 18px;
  padding-top: 20px;
  line-height: 1.5294;
  position: relative;
  display: none;
  width: 100%;
}
.inner-qa dd::before {
  content: "";
  /*background-image: linear-gradient(to right, #a5a5a5, #a5a5a5 3px, transparent 3px, transparent 8px);*/
  background-image: url(/assets/images/guide/dot.png);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.block-qa+p {
  text-align: center;
  padding-top: 30px;
  font-size: 22.68px;
  font-weight: bold;
}
.wrap-block .block-qa+p a {
  color: #004386;
  text-decoration: underline;
}

/** popup **/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  display: none;
}
.overlay.disp {
  display: block;
}
.popup-guide {
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  background: #cccccc;
  color: #231815;
  padding: 20px 50px;
}
.popup-guide h1 {
  font-weight: bold;
  font-size: 27.9px;
  padding-bottom: 0;
  line-height: 1;
}
.popup-guide h2 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 0;
  line-height: 1.4;
  text-align: left;
}
.inner-popup {
  background: rgba(255,255,255, 0.5);
  text-align: left;
  margin-top: 18px;
  padding: 15px;
  height: 350px;
  overflow-y: scroll;
}
.inner-popup div {
  font-size: 14.9px;
  line-height: 1.266;
}
.inner-popup div p {
    font-size: 19.9px;
    line-height: 1.266;
    font-weight: bold;
}
#agree[type=checkbox] {
  display: none;
}
.checkagree {
  font-size: 27px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkagree::before {
  background: #fff;
  border: 3px solid #608db9;
  content: '';
  display: block;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
}
.checkagree::after {
  content: '';
  background: url(/assets/images/guide/not-agree.png);
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
  left: 7px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.checkagree.validity::after {
  content: none;
}
.checkagree span {
  padding-left: 15px;
  padding-top: 11px;
  display: block;
  font-size: 21.7px;
}
#agree:checked + .checkagree::after {
  content: '';
  background: url(/assets/images/guide/agree.png);
  background-size: 100%;
  width: 19px;
  height: 19px;
  display: block;
  left: 9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
#agree[type=checkbox]:checked + .checkagree::before {
  border-color: #608db9;
}
.popup-guide button {
  background: #828282;
  width: 135px;
  color: #fff;
  font-size: 21.7px;
  font-weight: bold;
  padding: 8px 0;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 7px;
  cursor: pointer;
  outline: none;
}
button.active {
  background: #f39518;
}


@media (max-width: 1150px) {
  .inner-guide {
    margin: 0 40px 20px;
  }
}
@media (max-width: 930px) {
  .wrap-block {
    padding: 0px;
  }
  .wrap-step {
    max-width: 385px;
  }
  .wrap-step .inner-step {
    float: none;
    width: 100%;
  }
  .wrap-step .inner-step:nth-child(2) {
    margin-left: 0;
  }
  .inner-guide {
    padding: 0px 0 90px;
  }
  .wrap-step {
    padding-bottom: 20px;
    padding-right: 10px;
  }
  .wrap-step .inner-step {
    margin-bottom: 40px;
  }
  .wrap-userguide {
    max-width: 333px;
    padding-right: 10px;
  }
  .wrap-userguide .inner-userguide {
    width: 100%;
  }
  .inner-userguide:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .inner-block01 {
    max-width: 600px;
    margin: 0 auto;
  }
  .inner-block02 {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .inner-qa dt {
    padding-right: 50px;
  }
  .inner-qa dt i {
    float: none;
    position: absolute;
    top: 50%;
    right: -20px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .wrap-table {
    max-width: 376px;
  }
  .wrap-table .inner-table {
    width: calc(50% - 20px);
  }
  .inner-table:nth-child(3n+1) {
    margin-left: 40px;
  }
  .inner-table:nth-child(2n+1) {
    margin-left: 0px;
  }
  .block-qa {
    padding: 20px 50px;
    max-width: 600px;
    margin: 0 auto;
  }
  .popup-guide {
    width: 650px;
    max-width: 86.6%;
  }
}
@media (max-width: 701px) {
  .inner-guide h1 {
    font-size: 32px;
  }
  .inner-block01 {
    max-width: 450px;
  }
  .inner-block02 {
    max-width: 450px;
  }
  .block-qa {
    max-width: 450px;
  }

}
@media (max-width: 551px) {
  .inner-guide {
    max-width: 375px;
    margin: 0 20px 20px;
  }
  .inner-guide h1 {
    padding-bottom: 20px;
  }
  .guide-main {
    padding-bottom: 15px;
  }
  .wrap-step {
    margin-top: 0;
  }
  .inner-guide {
    max-width: 750px;
    padding: 0 0 50px;
  }
  .wrap-block {
    padding: 0;
  }
  .inner-guide h1 {
    font-size: 18px;
  }
  #flow span::before {
    width: 15px;
    height: 21px;
    left: -25px;
  }
  #flow span::after {
    width: 15px;
    height: 21px;
    right: -25px;
  }
  .wrap-step {
    max-width: 190px;
  }
  .wrap-step .inner-step {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 3.5px 3.5px 2.5px rgb(175 170 169 / 75%);
    border-radius: 10px;
  }
  .wrap-step .inner-step:nth-child(2) {
    margin-left: 0;
  }
  .wrap-step .inner-step .num {
    font-size: 12.4px;
    padding-top: 15px;
  }
  .wrap-step .inner-step .title {
    font-size: 12.4px;
    padding-bottom: 10px;
  }
  .wrap-step .inner-step .content {
    font-size: 8.5px;
    padding: 0px 15px 15px;
  }
  .wrap-step .inner-step button {
    font-size: 12.4px;
    width: 84px;
    margin-bottom: 15px;
  }
  #guide span::before,
  #tangen span::before {
    width: 20px;
    height: 17.5px;
    left: -27.5px;
    bottom: 5px;
  }
  #guide span::after,
  #tangen span::after {
    width: 20px;
    height: 17.5px;
    right: -27.5px;
    bottom: 5px;
  }
  #support span::before {
    width: 20px;
    height: 17.5px;
    left: -27.5px;
    bottom: 5px;
  }
  #support span::after {
    width: 20px;
    height: 17.5px;
    right: -27.5px;
    bottom: 5px;
  }
  .inner-block01 {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 20px 0;
  }
  .inner-block02 {
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 20px 0 0;
    border-radius: 0px 0px 15px 15px;
  }
  .inner-block02 h1+p {
    font-size: 10px;
  }
  .wrap-userguide {
    max-width: 180px;
    margin-bottom: -5px;
  }
  .wrap-userguide .inner-userguide {
    padding: 10px 17px;
    box-shadow: 3px 3px 2px rgb(107 109 114 / 30%);
    margin-bottom: 5px;
  }
  .inner-userguide img {
    max-width: 40px;
  }
  .inner-userguide p {
    font-size: 9px;
    padding-left: 9px;
  }
  .inner-userguide:nth-child(2) {
    margin-top: 10px;
  }
  .wrap-table {
    max-width: 188px;
    margin: 17.5px auto 0;
  }
  .wrap-table .inner-table {
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 17.5px;
  }
  .inner-table:nth-child(2n+1) {
    margin-left: 0;
  }
  .inner-table .grade {
    font-size: 10px;
  }
  .inner-table .grade {
    margin: 3.5px 20px 3.5px 3.5px;
    padding: 8px 15px;
  }
  .inner-table::after {
    width: 6px;
    height: 11px;
    right: 5px;
    top: 36%;
  }
  .block-qa {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 15px;
  }
  .wrap-qa {
    padding-top: 0;
  }
  .inner-qa dt {
    font-size: 9.9px;
    padding-right: 25px;
  }
  .inner-qa {
    padding: 10px 10px;
    margin: 0 0 15px;
  }
  .inner-qa dt i {
    width: 19.5px;
    height: 19.5px;
    right: -10px;
  }
  .inner-qa dt i::before {
    width: 10.5px;
    height: 6px;
  }
  .inner-qa.is-open dt i::before {
    transform: translate(-61%,-60%) rotate(180deg);
  }
  .inner-qa dd {
    font-size: 8.5px;
    margin-top: 9px;
    padding-top: 10px;
  }
  .inner-qa dd::before {
    background-size: 4px 1.5px;
    height: 1.5px;
  }
  .inner-qa:last-of-type {
    margin-bottom: 0;
  }
  .block-qa+p {
    font-size: 11px;
    padding-top: 20px;
  }
  .popup-guide {
    padding: 10px 25px;
  }
  .popup-guide h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 9px;
  }
  .inner-popup p {
    font-size: 7.5px;
  }
  .checkagree {
    padding: 10px 15px 2.5px;
  }
  .checkagree span {
    font-size: 11px;
    padding-left: 10px;
    padding-top: 1px;
    line-height: 1;
  }
  .popup-guide button {
    font-size: 11px;
    margin-top: 0;
    width: 67.5px;
    padding: 4px 0;
  }
  .checkagree::before {
    border: 1.5px solid #608db9;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
  .checkagree::after {
    width: 13px;
    height: 13px;
    left: 5px;
    margin-top: -2px;
  }
  #agree:checked + .checkagree::after {
    width: 9.5px;
    height: 9.5px;
    margin-top: 0;
    left: 7.5px;
  }
}
