@charset "UTF-8";
.contents_wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.contents_wrap .satori_frame {
  background: #fff;
  padding: 20px;
  margin: 20px auto;
}
.contents_wrap .satori_frame h2.title span {
  font-size: 1rem;
  display: inline-block;
  background: #ccc;
  text-align: center;
  padding: 11px 20px;
  line-height: 1;
  color: #fff;
}
.contents_wrap .satori_frame h2.title strong {
  font-size: 1.4rem;
  color: #003982;
  display: block;
  background: #ccc;
  padding: 8px 20px;
}
.contents_wrap .satori_frame h2.title.head01 span {
  background: #f3677b;
}
.contents_wrap .satori_frame h2.title.head01 strong {
  background: #fdecf2;
}
.contents_wrap .satori_frame h2.title.head02 span {
  background: #f06a22;
}
.contents_wrap .satori_frame h2.title.head02 strong {
  background: #fff2dd;
}
.contents_wrap .satori_frame h3 {
  border-bottom: 2px solid #bb1919;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  padding-bottom: 10px;
}
.contents_wrap .satori_frame p {
  padding-bottom: 1.2rem;
}
.contents_wrap .satori_frame p.right {
  text-align: right;
}
.contents_wrap .satori_frame p.small {
  font-size: 0.9rem;
}
.contents_wrap .satori_frame .imgarea {
  text-align: center;
  margin: 30px 0 0;
  max-width: auto;
  width: auto;
  margin: 0 auto;
}
.contents_wrap .satori_frame .imgarea strong {
  display: block;
}
.contents_wrap .satori_frame .imgarea strong span {
  display: inline-block;
  background: #1c3c8a;
  line-height: 1;
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50px;
}
.contents_wrap .satori_frame .imgarea img {
  display: block;
  margin: 20px auto 10px;
}
.contents_wrap .satori_frame .imgarea p {
  text-align: right;
  font-size: 0.8rem;
  margin: 0 auto;
}
.contents_wrap .satori_frame sup {
  font-size: 0.7rem;
  line-height: 1;
}
.contents_wrap .satori_frame .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contents_wrap .satori_frame .col2 div {
  width: 48%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.contents_wrap .satori_frame .col2 div p {
  padding: 0;
  font-size: 0.9rem;
}
.contents_wrap .satori_frame .col2 div p span {
  display: inline-block;
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
.contents_wrap .satori_frame .profile {
  margin-top: 40px;
}
.contents_wrap .satori_frame .profile .name {
  background: #f06a22;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.1rem;
}
.contents_wrap .satori_frame .profile .name strong {
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 5px 15px;
  margin-right: 5px;
  color: #333;
  border-radius: 50px;
  font-size: 0.9rem;
  vertical-align: 1px;
}
.contents_wrap .satori_frame .profile .name span {
  font-size: 0.9rem;
}
.contents_wrap .satori_frame .profile .text {
  background: #fff2dd;
  padding: 15px;
}
.contents_wrap .satori_frame .profile .text p {
  padding: 0;
}
.contents_wrap .satori_frame .profile.c01 .name {
  background: #e94e61;
}
.contents_wrap .satori_frame .profile.c01 .text {
  background: #fcebe9;
}
.contents_wrap .satori_frame .literature {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.contents_wrap .satori_frame .literature ol {
  margin-left: 3rem;
}
.contents_wrap .satori_frame .literature ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
.contents_wrap .satori_frame .literature ol li span {
  display: block;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.contents_wrap .satori_frame .literature ol li:before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5rem;
  width: 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_wrap .satori_frame .literature ul {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.contents_wrap .satori_frame .literature ul li {
  list-style-type: disc;
  position: relative;
  margin: 3px 0;
  margin-left: 30px;
}
.contents_wrap .satori_step {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
.contents_wrap .satori_step li {
  width: 33.333%;
  position: relative;
  margin: 0 20px 0 0;
  background: #bb1919;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  padding: 10px;
}
.contents_wrap .satori_step li img {
  width: 36px;
  height: 36px;
  margin: 0 5px 0 0;
}
.contents_wrap .satori_step li span {
  line-height: 1.4;
}
.contents_wrap .satori_step li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-width: 35px 15px;
  border-color: transparent transparent transparent #bb1919;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .satori_step {
    align-items: center;
  }
  .contents_wrap .satori_step li {
    margin: 0 10px 0 0;
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 3px;
    text-align: center;
  }
  .contents_wrap .satori_step li img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }
  .contents_wrap .satori_step li span {
    line-height: 1.2;
    font-size: 0.7rem;
    display: block;
    padding-top: 6px;
  }
  .contents_wrap .satori_step li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    border-width: 40px 9px;
    border-color: transparent transparent transparent #bb1919;
    border-style: solid;
  }
}
.contents_wrap .form_requirement {
  margin-bottom: 10px;
  color: #bb1919;
}
.contents_wrap .satori_frame .form_requirement {
  padding-bottom: 0 !important;
}
.contents_wrap #form .step + .form_requirement {
  padding-bottom: 0 !important;
}

#pb_01 .head {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 50px;
  position: relative;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
#pb_01 .head__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pb_01 .head__wrap__img {
  width: 40%;
}
#pb_01 .head__wrap__img img {
  max-width: 100%;
  width: auto;
}
#pb_01 .head__wrap__title {
  width: 60%;
  margin-bottom: 3%;
}
#pb_01 .head__wrap__title h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #385492;
  font-weight: 700;
  font-size: 3.875rem;
  line-height: 1.3;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
#pb_01 .head__wrap__title h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
}
#pb_01 .head__wrap__title h2 span {
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  width: 400px;
  height: 50px;
  border-radius: 50px;
  margin: 10px auto 25px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #385492;
  color: #fff;
  font-size: 1.6875rem;
}
#pb_01 .head__wrap__title .dr {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#pb_01 .head__wrap__title .dr span.sv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#pb_01 .head__wrap__title .dr span .large {
  font-size: 1.3125rem;
  font-weight: 700;
}
#pb_01 .head__wrap__title .no {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.5;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 1200px) {
  #pb_01 .head__wrap__title h2 {
    font-size: 5.1vw;
    margin-bottom: 3vw;
    letter-spacing: 0;
  }
  #pb_01 .head__wrap__title h2 small {
    font-size: 4vw;
  }
  #pb_01 .head__wrap__title h2 span {
    width: 32vw;
    height: 5vw;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 767px) {
  #pb_01 .head {
    margin: 0 auto 30px;
    padding: 15px;
    box-sizing: border-box;
  }
  #pb_01 .head__wrap {
    display: block;
  }
  #pb_01 .head__wrap__img {
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
  #pb_01 .head__wrap__img img {
    max-width: 300px;
    width: auto;
  }
  #pb_01 .head__wrap__title {
    width: 100%;
    margin-bottom: 0;
  }
  #pb_01 .head__wrap__title h2 {
    font-size: 9vw;
    margin-bottom: 5vw;
  }
  #pb_01 .head__wrap__title h2 small {
    font-size: 6vw;
  }
  #pb_01 .head__wrap__title h2 span {
    border-radius: 5vw;
    margin: 1vw auto 3vw;
    width: 50vw;
    height: 7vw;
    font-size: 3.6vw;
  }
  #pb_01 .head__wrap__title .dr {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  #pb_01 .head__wrap__title .dr span {
    font-size: 3.2vw;
    line-height: 1.4 !important;
  }
  #pb_01 .head__wrap__title .dr span.sv {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 2.5vw;
    width: 8vw;
    height: 8vw;
    margin-right: 10px;
  }
  #pb_01 .head__wrap__title .dr span .large {
    font-size: 4vw;
    font-weight: 700;
  }
  #pb_01 .head__wrap__title .no {
    margin-top: 5vw;
    display: block;
    text-align: right;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.5;
    bottom: auto;
    right: auto;
  }
}
#pb_01 .contents {
  background: #fff;
  width: 92%;
  max-width: 1200px;
  margin: 25px auto;
  padding: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #pb_01 .contents {
    padding: 15px;
  }
}
#pb_01 .contents .introduction {
  background: rgba(56, 84, 146, 0.1);
  border: 1px solid rgba(56, 84, 146, 0.3);
  padding: 25px;
  border-radius: 5px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #pb_01 .contents .introduction {
    font-size: 0.875rem;
  }
}
#pb_01 .contents .introduction p {
  margin-bottom: 20px;
}
#pb_01 .contents .introduction strong {
  display: block;
  margin-bottom: 5px;
}
#pb_01 .contents .introduction ul {
  margin-bottom: 25px;
}
#pb_01 .contents .introduction ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 2px 0;
}
#pb_01 .contents .introduction a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0;
  color: #fff;
  background: #bb1919;
  text-decoration: none;
}
#pb_01 .contents .introduction a::after {
  content: "▼";
  font-size: 0.5rem;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #pb_01 .contents .introduction {
    padding: 15px;
  }
  #pb_01 .contents .introduction a {
    height: 50px;
  }
}
#pb_01 .contents .sample {
  margin-top: 40px;
}
#pb_01 .contents .sample__head {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #bb1919;
  color: #bb1919;
  display: flex;
  width: 140px;
  height: 30px;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
#pb_01 .contents .sample__image {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#pb_01 .contents .sample__image img {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #pb_01 .contents .sample {
    margin-top: 30px;
  }
  #pb_01 .contents .sample__head {
    font-size: 0.75rem;
    width: 100px;
    height: 20px;
  }
  #pb_01 .contents .sample__image {
    display: block;
    justify-content: space-between;
  }
  #pb_01 .contents .sample__image img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}

#pb_02 .head {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 50px;
  position: relative;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  background: url("/med/jb_square/aph/pocketbook/img/pb_02_head.png") no-repeat top center;
  background-size: cover;
  color: #fff;
}
#pb_02 .head__wrap__title {
  width: 100%;
  margin-bottom: 3%;
}
#pb_02 .head__wrap__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.0625rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#pb_02 .head__wrap__title h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.625rem;
}
#pb_02 .head__wrap__title h2 span {
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  text-align: center;
  width: 300px;
  border-radius: 50px;
  margin: 10px auto 25px;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  vertical-align: 7px;
  background: #007635;
  color: #fff;
  font-size: 1.6875rem;
  text-shadow: none;
}
#pb_02 .head__wrap__title .dr {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#pb_02 .head__wrap__title .dr span.sv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 0.875rem;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
#pb_02 .head__wrap__title .dr span.name {
  display: block;
  margin-top: 5px;
}
#pb_02 .head__wrap__title .dr span.name strong {
  font-size: 1.3125rem;
  font-weight: 700;
}
#pb_02 .head__wrap .no {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.5;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 1200px) {
  #pb_02 .head__wrap__title h2 {
    font-size: 5.1vw;
    margin-bottom: 3vw;
    letter-spacing: 0;
  }
  #pb_02 .head__wrap__title h2 small {
    font-size: 4vw;
  }
  #pb_02 .head__wrap__title h2 span {
    display: block;
    width: 32vw;
    height: 50px;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 767px) {
  #pb_02 .head {
    margin: 0 auto 30px;
    padding: 15px;
    box-sizing: border-box;
  }
  #pb_02 .head__wrap {
    display: block;
  }
  #pb_02 .head__wrap__title {
    width: 100%;
    margin-bottom: 0;
  }
  #pb_02 .head__wrap__title h2 {
    font-size: 8.5vw;
    margin-bottom: 5vw;
  }
  #pb_02 .head__wrap__title h2 small {
    font-size: 6vw;
  }
  #pb_02 .head__wrap__title h2 span {
    border-radius: 5vw;
    margin: 3vw auto;
    width: 50vw;
    height: 7vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  #pb_02 .head__wrap__title .dr {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  #pb_02 .head__wrap__title .dr span {
    font-size: 3.2vw;
    line-height: 1.4 !important;
  }
  #pb_02 .head__wrap__title .dr span.sv {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    width: 10vw;
    height: 10vw;
    margin-right: 10px;
  }
  #pb_02 .head__wrap__title .dr span.name {
    display: block;
    margin-top: 1vw;
  }
  #pb_02 .head__wrap__title .dr span.name strong {
    font-size: 4vw;
  }
  #pb_02 .head__wrap .no {
    margin-top: 5vw;
    display: block;
    text-align: right;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.5;
    bottom: auto;
    right: auto;
  }
}
#pb_02 .contents {
  background: #fff;
  width: 92%;
  max-width: 1200px;
  margin: 25px auto;
  padding: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #pb_02 .contents {
    padding: 15px;
  }
}
#pb_02 .contents .introduction {
  background: rgba(0, 118, 53, 0.1);
  border: 1px solid rgba(0, 118, 53, 0.3);
  padding: 25px;
  border-radius: 5px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #pb_02 .contents .introduction {
    font-size: 0.875rem;
  }
}
#pb_02 .contents .introduction p {
  margin-bottom: 20px;
}
#pb_02 .contents .introduction strong {
  display: block;
  margin-bottom: 5px;
}
#pb_02 .contents .introduction ul {
  margin-bottom: 25px;
}
#pb_02 .contents .introduction ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 2px 0;
}
#pb_02 .contents .introduction a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0;
  color: #fff;
  background: #bb1919;
  text-decoration: none;
}
#pb_02 .contents .introduction a::after {
  content: "▼";
  font-size: 0.5rem;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #pb_02 .contents .introduction {
    padding: 15px;
  }
  #pb_02 .contents .introduction a {
    height: 50px;
  }
}
#pb_02 .contents .sample {
  margin-top: 40px;
}
#pb_02 .contents .sample__head {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #bb1919;
  color: #bb1919;
  display: flex;
  width: 140px;
  height: 30px;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
#pb_02 .contents .sample__image {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#pb_02 .contents .sample__image img {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #pb_02 .contents .sample {
    margin-top: 30px;
  }
  #pb_02 .contents .sample__head {
    font-size: 0.75rem;
    width: 100px;
    height: 20px;
  }
  #pb_02 .contents .sample__image {
    display: block;
    justify-content: space-between;
  }
  #pb_02 .contents .sample__image img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}