#wrap #mainContents h1 {
  padding-top: 60px;
}
#wrap #mainContents section.section .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
#wrap #mainContents section.section .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#wrap #mainContents section#section01 {
  margin-bottom: 45px;
}
#wrap #mainContents section#section01 .desc {
  width: 820px;
  margin: 0 auto 50px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
#wrap #mainContents h1 {
  width: 85.9375%;
}
#wrap #mainContents section.section .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
#wrap #mainContents section.section .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#wrap #mainContents section#section01 {
  margin-bottom: 45px;
}
#wrap #mainContents section#section01 .desc {
  width: 93.75%;
  margin: 0 auto 30px;
  letter-spacing: 0.5px;
  text-align: left !important;
}
}

#section02 h4 {
        color: #0d2c50;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        text-align: left;
        margin-bottom: 15px;
    }

#section02 p {
        padding-left: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

#section02 .list_cont{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
#section02 h4{
    font-size: 16px;
}
#section02 p{
    padding-left: 0px;
}
}

#wrap #mainContents section#section03 {
  width: 960px;
  background: url(../../images/common/bg__paper.jpg);
  padding: 30px 0;
  margin: 0 auto 30px;
}
#wrap #mainContents section#section03 .ttl {
  color: #0d2c50;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
#wrap #mainContents section#section03 ul {
  text-align: center;
}
#wrap #mainContents section#section03 ul li {
  display: inline-block;
  width: 275px;
  margin-right: 35px;
  vertical-align: top;
}

#wrap #mainContents section#section03 ul li img{
    width: 100%;
    margin-bottom: 25px;
}
#wrap #mainContents section#section03 ul li:last-child {
  margin-right: 0;
}
#wrap #mainContents section#section03 ul li .titleH4 {
  color: #0d2c50;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
#wrap #mainContents section#section03 ul li p {
  text-align: left;
  font-size: 12px;
}
#wrap #mainContents section#section03 ul li p.txt {
  margin-bottom: 7px;
}
#wrap #mainContents section#section03 ul li p.fntWB {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
#wrap #mainContents section#section03 {
  width: 100%;
  background: url(../../images/common/bg__paper.jpg);
  padding: 30px 0;
  margin: 0 auto 30px;
}
#wrap #mainContents section#section03 .ttl {
  color: #0d2c50;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 30px;
  width: 93.75%;
}
#wrap #mainContents section#section03 ul {
  text-align: center;
}
#wrap #mainContents section#section03 ul li {
  display: inline-block;
  width: 93.75%;
  margin-bottom: 25px;
  vertical-align: top;
  margin-right: 0;
}
#wrap #mainContents section#section03 ul li:last-child {
  margin-bottom: 0;
}

#wrap #mainContents section#section03 ul li p {
  text-align: left;
}
#wrap #mainContents section#section03 ul li p.txt {
  width: 93.75%;
  margin: 0 auto 7px;
}
#wrap #mainContents section#section03 ul li p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
#wrap #mainContents section#section03 ul li p.fntWB {
  margin-bottom: 0;
}
}



#section03 .foot_btn a {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #1755aa;
    border-radius: 8px;
  box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
#section03 .foot_btn a span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 30px;
}
#section03 .foot_btn a span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#section03 .foot_btn a span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #1755aa;
    border-right: 3px solid #1755aa;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
#section03 .foot_btn a:hover {
    background-color: #01b5d0;
}
#section03 .foot_btn a:hover span.bl__text:after {
    border-top: 3px solid #01b5d0;
    border-right: 3px solid #01b5d0;
}
@media (max-width: 768px) {
    #section03 .foot_btn{
        margin: 30px;
    }
    #section03 .foot_btn a {
        max-width: 320px;
        padding: 1.5rem 2.0rem;
    }
    #section03 .foot_btn a span.bl__text {
        font-size: 14px;
    }
}

#section04 p{
    text-align: center;
    font-size: 18px;
}

#section04{
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #section04 p{
        text-align: left;
    }
}
