@charset "utf-8";

main > div#sb_hdr {
  background: url(../../img/bg_rd.png) repeat 0 0 #754c24;
  background-size: 30px;
  position: relative;
}
main:not(.top) #sb_hdr h2 {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 22px;
}
main > div#sb_hdr + p.mb39,
main > div#sb_hdr + p + p.mb39 {
  margin: 0 auto 39px;
}

main p.end {
  margin: 19px auto 10px;
  padding: 15px 0;
  border: 1px solid;
  background: #ffffcc;
  color: #990000;
  font-size: min(4vw, 1.4rem);
  font-weight: bold;
  line-height: 1.3;
}

#main .sctn {padding: 0;}
#main .sctn h2 img {width: auto;}
#main section {margin: 0 auto 60px;}

section > h3 {margin: 0 auto 40px;}
section > h3 > img {
  max-height: 4vw;
}
@media screen and (min-width: 1060px) {
  section > h3 > img {max-height: 50px;}
}
main section > h3 span {
  padding: 36px 0 0;
  display: block;
  font-weight: normal;
}

main section#app_mthd > ul {counter-reset: number 0;}
main section#app_mthd > ul li {
  width: 99%;
  margin: 0 auto 20px;
  background: #fff;
  display: table;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
main section#app_mthd > ul li:before {
  width: 120px;
  height: 120px;
  padding: 0;
  background: url(../../img/bg_evnt.png) repeat 0 0 #594e47;
  background-size: 30px;
  color: #fff;
  counter-increment: number 1;
  content: 'STEP ' counter(number);
  display: table-cell;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
main section#app_mthd > ul li p {
  padding: 20px 0 20px 3%;
  color: #554444;
  display: table-cell;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
main section#app_mthd > ul li p b {display: block;}
main section#app_mthd > ul li p span {font-size: 1rem;}
main section#app_mthd > ul > li.pht > p:last-child,
main section#app_mthd > ul > li.pst > p:last-child {
  width: 120px;
  padding: 0 1%;
  background: transparent url(../../img/cp/ico_pht.png) no-repeat 72% center;
  background-size: 60% auto;
}
main section#app_mthd > ul > li.inst_flw > p:last-child {
  width: 300px;
  padding: 0 1.4%;
}
main section#app_mthd > ul > li.pst > p:last-child {
  background-image: url(../../img/cp/ico_pst.png);
}

main section#prsnt > h3,
main section#kyk > h3 {
  margin: 0 auto 9px;
}
main section#prsnt > ul {
  width: 91%;
  margin: 0 auto;
  padding: 20px 4%;
  background: #fff;
  border: 2px solid #eee;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
}
main section#prsnt > ul > li {width: 32%;}
main section#prsnt > ul > li:last-child {
  width: 64%;
  text-align: left;
}
main section#prsnt > ul > li h3 {
  margin: 0 auto 13px;
  font-size: 1.6rem;
}
main section#prsnt > ul > li p span {
  padding: 9px 0 0;
  display: inline-block;
}
main section#prsnt > ul > li ol {
  padding: 0 0 0 22px;
}
main section#prsnt > ul > li ol li {
  width: 100%;
  line-height: 1.4;
  list-style: disc;
}

main section#kyk > div > div > h4 {
  margin: 0 auto 9px -.8rem;
}
main section#kyk > div {
  height: 200px;
  padding: 15px 2%;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
  text-align: left;
}
main section#kyk > div .sctn {
  margin: 0 auto 30px;
}
main section ul.num {
  margin: 0 0 0 1.3rem;
  counter-reset: number 0;
}
main section ul.num > li{text-indent: -1.3rem;}
main section ul.num > li:before {
  counter-increment: number 1;
  content: counter(number) '.';
}
main section#kyk p,
main section#kyk ul > li,
#main ul.note li {
  line-height: 1.6;
}
#kyk > div > div ol > li {
  list-style: inside;
}




/* this page */

#exbt > ul,
#exbt2 > ul {
  width: 48%;
  max-width: 410px;
  text-align: left;
}
#en #exbt > ul,
#en #exbt2 > ul {
  max-width: 460px;
}
#exbt > ul li,
#exbt2 > ul li{
  margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {

  main#main:not(.top) {padding: 15vw 0 0;}
    
  main:not(.top) #sb_hdr {margin: 0 auto 30px;}
  main:not(.top) #sb_hdr h2 {
    max-width: 98%;
    margin: 0 auto 6px;
  }

  main > div#sb_hdr + p {
    margin: 0 auto 26px;
    padding: 0 2% 10px;
  }

  section#mv {margin: 0 auto 33px;}

  section > h3 > img {max-height: 9vw;}

  main section#app_mthd > ul li,
  main section#app_mthd > ul li:before,
  main section#app_mthd > ul li p {
    width: 100%;
    padding: 0;
    display: block;
  }
  main section#app_mthd > ul li:before {
    height: auto;
    padding: 5px 0;
  }
  main section#app_mthd > ul li p {
    width: auto!important;
    padding: 10px 6% 0;
    font-size: 4vw!important;
    line-height: 1.4;
  }
  main section#app_mthd > ul > li.pht > p:last-child,
  main section#app_mthd > ul > li.pst > p:last-child {
    height: 88px!important;
    padding: 0 2% 30px;
    background-position: center center!important;
    background-size: auto 70%!important;
  }
  main section#app_mthd > ul > li.inst_flw > p:last-child {
    padding: 9px 0 20px;
  }
  #app_mthd > ul li.inst_flw > p > a {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  main section#prsnt > ul {display: block;}
  main section#prsnt > ul > li,
  main section#prsnt > ul > li:last-child {
    width: 96%;
    padding: 5px 0;
    margin: 0 auto;
  }
  main section#prsnt > ul > li img {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
  main section#prsnt > ul > li h3 {
    margin: 0 auto 16px;
    color: #554444;
    font-size: 3.4vw;
    text-align: center;
  }

  main section#kyk > div {padding: 15px 4%;}

  #exbt ul, #en #exbt > ul,
  #exbt2 ul, #en #exbt2 > ul {
    width: 100%;
    max-width: 100%;
  }
}