.normal-txt {
    font-size: 2em;
    text-align: left;
}
.p-sub-about-inner {
  background: #fff;
  padding:100px 0;
}
@media screen and (max-width:767px) {
  .p-sub-about-inner{
    padding:40px 0;
  }
}

.p-sub-subbox {
  padding:30px;
  border-radius: 20px;
  background-color: #e8faff;
  color:#000; text-align: left;
  line-height: 1.6;
}
.p-sub-subbox {
  margin-top:100px;
}
@media screen and (max-width:767px) {
  .p-sub-subbox {
    padding:20px;
    margin-top:30px;
  }
}
.p-sub-subbox + .p-sub-subbox {
  margin-top:30px
}
.p-sub-subbox h3 {
  font-size:3rem;
  font-weight:bold;
  padding-bottom:20px;
}
@media screen and (max-width:767px) {
  .p-sub-subbox h3 {
    font-size:2rem;
    padding-bottom:10px;
  }
}
.p-sub-subbox div {
  font-size:1.8rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-sub-subbox div {
    font-size:1.6rem;
  }
}
.p-sub-subbox p {
  padding-top:20px;
  font-size:1.8rem;
}
@media screen and (max-width:767px) {
  .p-sub-subbox p {
    padding-top:12px;
    font-size:1.6rem;
  }
}
.p-sub-subbox p a {
  color:#008ae6;
  font-size:1.8rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-sub-subbox p a {
    font-size:1.6rem;
  }
}
.p-sub-subbox p a span {
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .p-sub-subbox p a span {
    padding-left: 16px;
  }
}
.p-sub-subbox p a:hover {
  text-decoration: underline;
}
.p-sub-subbox p a span:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 3px solid #008ae6;;
    border-right: 3px solid #008ae6;;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.p-sub-detail1-2column{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
@media screen and (max-width: 767px){
  .p-sub-detail1-2column{
    flex-direction: column;
  }
}
.p-sub-detail1-2column ._text{
    padding-right: 0;
    padding-left: 40px;
}
@media screen and (max-width: 767px){
  .p-sub-detail1-2column ._text{
    font-size:1.6rem;
    padding-right:0;
  }
}
.p-sub-detail1-2column ._image{
    flex: 0 0 330px;

}
@media screen and (max-width: 767px){
  .p-sub-detail1-2column ._image{
    width: 60%;
    flex:auto;
    padding-top:15px;
  }
}



.p-wp-btn-area a {
    display: block;
    border-radius: 60px;
    padding: 21px 0;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}
.p-wp-btn-area a span {
    display: block;
    background-image: url(../img/top/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 19px 22px;
    background-position: right 25px center;
}
.p-wp-btn-area a._orange {
    max-width: 510px;
    color: #fff;
    border: 2px solid #fff;
    background: #fff;
    letter-spacing: -0.02em;
    font-size: 2.6rem;
    background: linear-gradient(to right, #ff860f 0%, #fad126 100%);
}
.p-sub-subbox p a span:after {
    content: none;
    border-right: 0;
    border-top: 0;
    transform: none;
}

/* Download button */
 .p-sub-subbox .p-wp-btn-download {
  max-width: 510px;
  background-image: linear-gradient(to right, #ff860f 0%, #fad126 100%);
  padding: 2px;
  border-radius: 60px;
  margin:0 auto;
  margin-top: 20px;
  text-align: center;
}
/* @media screen and (max-width:1050px) {
  .p-sub-subbox .p-wp-btn-download {
    max-width: 510px;
    margin-left:auto;
    margin-right:auto;
  }
} */
.p-sub-subbox .p-wp-btn-download a {
  max-width: 510px;
  color: #fff;
  justify-content: flex-start;
  border-radius: 60px;
  padding: 12px 0;
  font-size: 2.6rem;
  font-weight: bold;
  background: #fff;
  color: #ff860f;
  letter-spacing: -0.06em;
  position: relative;
  display: block;
}
.p-sub-subbox .p-wp-btn-download a span{
  position: relative;
  padding-left: 0;
}

.p-sub-subbox .p-wp-btn-download a span::after {
  content:"";
  position: absolute;
  background-image: url(../img/top/icon-download.png);
  background-repeat: no-repeat;
  background-size: 18px 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 20px;
  margin-left: 10px;
  left: auto;
  
}
@media screen and (max-width:767px) {
  .p-sub-subbox .p-wp-btn-download a {
    max-width: 100%;
    padding:15px 12px;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
    position: relative;
  }
  .p-sub-subbox .p-wp-btn-download a span{
    position: relative;
  }
  .p-sub-subbox .p-wp-btn-download a span::after {
    content:"";
    position: absolute;
    background-image: url(../img/top/icon-download.png);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 20px;
    margin-left: 10px;
  }

   .p-sub-detail1-2column {
      flex-direction: column;
      padding: 25px 10px;
   }
   .p-sub-detail1-2column ._image {
      width: 100%;
      flex: auto;
      padding-top: 15px;
      margin-bottom: 20px;
    }
   .p-sub-detail1-2column ._text {
      font-size: 1.6rem;
      padding-right: 0;
      padding-left: 0;
    }

  .p-top-btn-area a{
    padding: 18px 0;
  }
  .p-top-btn-area a:hover{
    transform: scale(1);
  }
  .p-top-btn-area a span {
    display: block;
    background-size: 12px auto;
    background-position: right 25px center;
  }
}
@media screen and ( min-width:768px) and ( max-width:1040px) {
  .p-sub-subbox .p-wp-btn-download a {
    font-size: 2.0rem;
  }
}

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

}

@media screen and (min-width:768px) and (max-width:960px) {

}

@media screen and (min-width:321px) and (max-width:767px) {

}

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

}