@charset "UTF-8";
.txt-link{
    color: #5979F1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    margin-right: 16px;
}

.txt-link::after{
    content: "";
    background: url(../images/ic-link.png) no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 3px;
    right: -14px;
}

.explanation dl{
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 50px;
    max-width: 800px;
}
.explanation dl dt{
    font-weight: 600;
    width: 30%;
}
.explanation dl dd{
    width: 70%;
}

.explanation dl dt,
.explanation dl dd{
    padding: .8em;
    border-top: 1px solid #eee;
}

.explanation h5{
    color: #0B2B95;
    margin-top: .5em;
    font-weight: 600;
}

.is-indent{
    padding-left: 1em;
}
.explanation .v2{
    padding-left: 3em;
}
.is-head-note::before{
    content: "※";
    margin-left: -1em;
}

.explanation .is-c-blue{
    color: #0B2B95;
    font-size: 20px;
    font-weight: 600;
}

.explanation .txt1 .link-fs{
    font-size: 18px;
}

.explanation .txt1 .link-fs::after{
    content: "";
    background: url(../images/ic-link.png) no-repeat center;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 3px;
    right: -18px;
}

.txt-note{
    display: inline-block;
    margin-left: 0.5em;
}

.c-btn03 {
    max-width: 270px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    background: #FC5B38;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
        @media screen and (max-width: 767px){
        max-width: 200px;
        font-size: 14px;
    }
}

.c-btn03::after{
    content: "";
    position: absolute;
    background: url(../images/ic4.png) no-repeat center;
    background-size: 100% auto;
    width: 16.5px;
    height: 100%;
    right: 15px;
    top: 0;
}

.p-presentation-sec1 .btn2{
    padding: 50px 0 0;
}

.explanation .wrap{
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 10px;
    max-width: 800px;
}

 .card5 {
  width: 100%;
  height: auto;
  background: #F2FCFF;
  padding: 40px;
  border-radius: 10px;
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
   .card5 {
    margin: 60px 0;
    padding: 20px;
  }
}
 .card5 h2 {
  text-align: center;
  font-size: 28px;
  font-family: var(--fonts2);
  font-weight: 600;
  color: #55A3C9;
  background: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
   .card5 h2 {
    font-size: 24px;
  }
}
 .card5 h2.is-color-navy {
  color: #2D3B68;
}
 .card5 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
   .card5 p {
    font-size: 13px;
  }
}
 .card5 span {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
   .card5 span {
    font-size: 12px;
  }
}
 .card5 span::before {
  content: "※";
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
   .card5 span::before {
    font-size: 12px;
  }
}
 .card5 .c-btn02 {
  margin-top: 15px;
  max-width: 264px;
}
@media screen and (max-width: 768px) {
   .card5 .c-btn02 {
    max-width: 220px;
  }
}
 .card5 .c-btn03 {
  background: #FC5B38;
  margin-top: 15px;
}
 .card5 .link01 {
  margin: 0 auto;
  font-size: 12px;
  display: inline-block;
  padding-top: 15px;
}