@charset "utf-8";
/* CSS Document */
.c_upside {
  margin-bottom: 0;
}
.sec01 {

  margin-bottom: 40px;
}
.sec01 .visual img{
  width: 100%;
}


.sec01 .text01 {
  width: 98%;
  margin: 40px auto ;
  line-height: 2.25;
  text-align: center;
}
.sec02 .linkBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sec02 .linkBox dl {
  width: 48%;
  background-color: #fff;
  padding: 5px;
}
.sec02 .linkBox dl dt {
  background-color: #78a7bb;
  color: #FFF;
  text-align: center;
  padding: 10px 0 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.sec02 .linkBox dl dd {
  padding: 7px 0 12px;
}
.sec02 .linkBox dl dd ul li a {
  position: relative;
  display: block;
  border-bottom: 2px solid #e5e5e5;
  padding: 24px 0 20px 84px;
  color: #0d0d0d;
  text-decoration: none;
  font-weight: bold;
}
.sec02 .linkBox dl dd ul li a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #78a7bb;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.sec02 .linkBox dl dd ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff200;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}





@media only screen and (max-width: 767px) {

  .sec01 {

  }
  .sec01 .text01 {
    width: 98%;

    line-height: 2;
    font-size: 14px;
  }

  .sec02 .linkBox {
    display: block;
    margin-bottom: 0;
  }
  .sec02 .linkBox dl {
    width: 98%;
    padding: 5px;
    margin-bottom: 30px;
  }
  .sec02 .linkBox dl dd {
    padding: 3px 0 6px;
  }
  .sec02 .linkBox dl dd ul li a {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0 10px 62px;
    font-size: 14px;
  }
  .sec02 .linkBox dl dd ul li a:before {
    width: 18px;
    height: 18px;
    left: 22px;
  }
  .sec02 .linkBox dl dd ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 0 4px 8px;
    left: 28px;
  }
  

}