@charset "UTF-8";
.section-flow {
  padding: 0 0 5rem 0;
}
@media only screen and (max-width: 767px) {
  .section-flow {
    padding: 0 0 3rem 0;
  }
}
.section-flow-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-flow-header {
    margin-bottom: 1rem;
  }
}
.section-flow-header-ttl {
  font-size: 4rem;
  color: #053c7c;
}
@media only screen and (max-width: 767px) {
  .section-flow-header-ttl {
    font-size: 2.4rem;
  }
  .section-flow-header-ttl span {
    font-size: 1.6rem;
    display: block;
  }
}
.section-flow-attention {
  padding: 4rem 0 0;
}
.section-flow-attention dt {
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-flow-attention dt {
    font-size: 1.7rem;
    text-align: center;
  }
}
.section-flow-attention dd ul {
  padding-bottom: 1.5rem;
}
.section-flow-attention dd ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: .5rem;
}
.section-flow-attention dd ul li:before {
  content: "●";
  color: #ccc;
  flex-shrink: 0;
  margin-right: .8rem;
}
@media only screen and (max-width: 767px) {
  .section-flow-inner {
    border-top: 1px solid #eee;
  }
}
.section-flow-inner div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 0 3rem 10rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-flow-inner div {
    padding: 2rem 0;
  }
}
.section-flow-inner div dt {
  font-size: 2rem;
  color: #053c7c;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-flow-inner div dt {
    font-size: 1.6rem;
    text-align: center;
  }
}
.section-flow-inner div dt figure {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 0.2rem solid #053c7c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4rem;
}
.section-flow-inner div dt figure span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .section-flow-inner div dt figure {
    width: 7rem;
    height: 7rem;
    position: static;
    margin: 0 auto 1rem;
  }
  .section-flow-inner div dt figure span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-flow-inner div dd {
    font-size: 1.2rem;
  }
}
.section-howto {
  padding: 0 0 5rem 0;
}
@media only screen and (max-width: 767px) {
  .section-howto {
    padding: 0 0 3rem 0;
  }
}
.section-howto-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-header {
    margin-bottom: 1rem;
  }
}
.section-howto-header-ttl {
  font-size: 4rem;
  color: #053c7c;
}
.section-howto-header-ttl span {
  font-size: 2.6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-howto-header-ttl {
    font-size: 2.4rem;
  }
  .section-howto-header-ttl span {
    font-size: 1.6rem;
  }
}
.section-howto-inner-catch {
  border: 0.5rem solid #053c7c;
  padding: 4rem 4rem 2rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-catch {
    border-width: .3rem;
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.section-howto-inner-catch>p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-catch>p {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 1rem;
  }
}
.section-howto-inner-catch>p:nth-of-type(2) {
  text-align: left;
}
.section-howto-inner-catch>p small {
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-catch>p small {
    font-size: 1rem;
  }
}
.section-howto-inner-catch-btn a {
  width: 32rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.3rem;
  margin: 0 auto;
  background: #eee;
  border-radius: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-catch-btn a {
    width: 24rem;
    font-size: 1.1rem;
  }
}
.section-howto-inner-catch-btn a span {
  font-size: 1.5rem;
  color: #666;
}
.section-howto-inner-txt {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt {
    padding-bottom: 1rem;
  }
}
.section-howto-inner-txt p {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt p {
    font-size: 1.4rem;
  }
}
.section-howto-inner-txt figure ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-howto-inner-txt figure ul li {
  display: flex;
  align-items: flex-end;
}
.section-howto-inner-txt figure ul li span {
  font-size: 10rem;
  color: #053c7c;
  width: 3rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt figure ul li span {
    width: 2rem;
    font-size: 7rem;
  }
}
.section-howto-inner-txt figure ul li span.boy {
  height: 0.91em;
}
.section-howto-inner-txt>figure {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt>figure {
    padding-bottom: 2rem;
  }
}
.section-howto-inner-txt>figure ul li span {
  font-size: 16rem;
  width: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt>figure ul li span {
    font-size: 10rem;
    width: 3rem;
  }
}
.section-howto-inner-txt h4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  padding-top: 3rem;
  margin-bottom: -1rem;
  color: #666;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt h4 {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
}
.section-howto-inner-txt dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border: 1px solid #eee;
  padding: 2.5rem 0;
  max-width: 60rem;
  margin: 0 auto 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt dl {
    margin-bottom: 1rem;
  }
}
.section-howto-inner-txt dl div {
  width: 50%;
}
.section-howto-inner-txt dl div:nth-of-type(1):after {
  content: "+";
  font-size: 3rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.section-howto-inner-txt dl div dt {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-howto-inner-txt dl div dt strong {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt dl div dt strong {
    font-size: 1.6rem;
  }
}
.section-howto-inner-txt dl div dt span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt dl div dt span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-howto-inner-txt dl div dt {
    font-size: 1.2rem;
  }
}
.section-howto-price {
  background: #eee;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price {
    padding: 1.5rem 1rem 1rem;
  }
}
.section-howto-price h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price h3 {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: .8rem;
  }
}
.section-howto-price h3 span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price h3 span {
    font-size: 1.1rem;
  }
}
.section-howto-price table {
  width: 100%;
  background: #fff;
}
.section-howto-price table th, .section-howto-price table td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1.5rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price table th, .section-howto-price table td {
    font-size: 1.3rem;
    padding: .5rem;
  }
}
.section-howto-price table th strong, .section-howto-price table td strong {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price table th strong, .section-howto-price table td strong {
    font-size: 1.5rem;
  }
}
.section-howto-price p {
  padding-top: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section-howto-price p {
    font-size: 1rem;
  }
}
.aside-entry {
  padding: 4rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .aside-entry {
    padding: 1rem 0;
    margin-bottom: 5rem;
  }
}
.aside-entry-btn {
  margin-bottom: 1rem;
}
.aside-entry-btn a {
  height: 8.4rem;
  border-radius: 1rem;
  background: #036fc4;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .aside-entry-btn a {
    height: 7rem;
    font-size: 1.6rem;
  }
}
.aside-entry-btn a span {
  color: #053c7c;
  font-size: 3rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .aside-entry-btn a span {
    font-size: 2rem;
    margin-left: .5rem;
  }
}
.aside-entry-btn a:hover {
  background: #053c7c;
}
.aside-entry-btn a:hover span {
  color: #036fc4;
}
.aside-entry-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside-entry-link li {
  margin: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .aside-entry-link li {
    margin: 0 1rem;
  }
}
.aside-entry-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .aside-entry-link li a {
    font-size: 1.2rem;
  }
}
.aside-entry-link li a span {
  font-size: 1.8rem;
  margin-right: .5rem;
  color: #036fc4;
}
@media only screen and (max-width: 767px) {
  .aside-entry-link li a span {
    font-size: 1.4rem;
  }
}
