h2 {
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.ttl {
  background-color: #FFF3ED;
  width: 100%;
}

.ttl h1 {
  color: #EB5505;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
}

.txt-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 20px auto;
  padding: 20px 15px 0px 15px;
  background-color: #F5F7FF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 800px;
  border-radius: 6px;
  width: 90%;
}

.txt-gr li h2 {
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
  padding-top: 1em;
}

@media (max-width: 460px) {
  .txt-gr li h2 {
    padding-top: 10px;
  }
}

.txt-gr li p {
  padding-top: 2em;
  line-height: 1.5;
}

@media (max-width: 460px) {
  .txt-gr li p {
    padding-top: 10px;
  }
}

.txt-gr li:last-child {
  width: 30%;
  max-width: 150px;
}

.section_conts {
  margin: 50px auto auto auto;
  width: 90%;
  max-width: 830px;
}

@media (max-width: 460px) {
  .section_conts {
    width: 95%;
  }
}

.section_conts p.plus {
  text-align: center;
  line-height: 1.9;
}

.section_conts p.plus span {
  font-size: 1.2em;
}

.section_conts h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.border {
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.jibun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 20px 5px;
}

.jibun li {
  width: 30%;
}

.jibun img {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.jibun p {
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
  font-size: 0.9em;
}

hr {
  background-color: #D9D9D9;
  border: none;
  height: 1px;
  margin: 80px auto;
  width: 90vw;
}

.idcard {
  margin-top: 20px;
  padding: 20px 5px;
  width: 90%;
  max-width: 830px;
}

@media (max-width: 460px) {
  .idcard {
    width: 100%;
    padding: 20px 0px;
  }
}

.idcard li:first-child {
  width: 60%;
}

.idcard li:last-child {
  width: 40%;
}

#c .section_conts, #d .section_conts {
  max-width: 757px;
}

#confirm {
  margin: 70px auto;
}

.camera {
  margin: 20px auto;
}

.camera h2::before {
  content: '';
  display: inline-block;
  background-image: url(../img/camera.png);
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-left: 5px;
}

.gr-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 650px) {
  .gr-txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}

.gr-txt > li p {
  margin-top: 1em;
  text-align: center;
}

.gr-txt > li:nth-child(2n+1) {
  width: 27%;
  padding: 20px 10px;
}

@media (max-width: 650px) {
  .gr-txt > li:nth-child(2n+1) {
    width: 95%;
  }
}

.gr-txt > li:nth-child(2n+1) img {
  height: 150px;
  min-width: 1px;
  width: auto;
  margin: auto;
  display: block;
}

.gr-txt > li:nth-child(2n) {
  width: 15px;
}

@media (max-width: 650px) {
  .gr-txt > li:nth-child(2n) {
    text-align: center;
    margin: 10px;
  }
}

@media (max-width: 650px) {
  .gr-txt > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gr-txt > li > ul li:first-child {
    width: 30%;
    margin-right: 5px;
  }
  .gr-txt > li > ul li:first-child img {
    width: 100%;
    height: auto;
  }
  .gr-txt > li > ul p {
    margin-top: 20%;
  }
}

.num {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #EB5505;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-bottom: 6px;
}

.arrow {
  width: 5px;
  height: 15px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

@media (max-width: 650px) {
  .arrow {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media (max-width: 650px) {
  #footer {
    display: none;
  }
}

br.sp-br {
  display: none;
}

@media (max-width: 460px) {
  br.sp-br {
    display: block;
  }
}

br.pc-br {
  display: block;
}

@media (max-width: 460px) {
  br.pc-br {
    display: none;
  }
}

.f-o {
  color: #EB5505;
}

.fb {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.lh15 {
  line-height: 1.5;
}

.bg_blue {
  background-color: #F5F7FF;
  padding: 20px 10px;
  border-radius: 6px;
}

@media (min-width: 461px) {
  .bg_blue {
    padding: 20px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
