@charset "UTF-8";
/* CSS Document */

.cp-content {
  background-color: #d7e9eb;
}
.cp-content-inner {
  padding: 0 20px 40px;
}

@media (min-width: 768px) {
  .cp-content-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px 50px;
  }
}

@media (min-width: 1024px) {
  .cp-content-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}
.cp-content-title {
   margin: 0 0 10px 0;
   padding: 82px 0 0 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
   color: #03A1BE;
}

@media (min-width: 768px) {
  .cp-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
}

.cp-item {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  margin: 34px 0 0 0;
    background-color: #fff;
    border: 3px solid #fff;
}

@media (min-width: 768px) {
  .cp-item {
    width: calc((100% - (30px * 2)) / 3);
    margin: 50px 0 0 0;
    min-height: 360px;
  }
  .cp-item:not(:nth-child(3n)) {
    margin: 50px 30px 0 0;
  }
}

@media (min-width: 1024px) {
  .cp-item {
    width: 306px;
    min-height: 360px;
  }
  .cp-item:not(:nth-child(3n)) {
    margin: 50px calc((100% - (306px * 3)) / 2) 0 0;
  }
}

.cp-item a {
  display: block;
  color: #333;
}

@media (min-width: 768px) {
  .cp-item a {
    min-height: 380px;
  }
}

@media (min-width: 1024px) {
  .cp-item a {
    min-height: 360px;
  }
}

.cp-item a:hover, .cp-item a:focus {
  text-decoration: none;
}

.cp-item_img {
  margin: 0;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cp-item_img {
    height: 200px;
  }
}

.cp-item_img img {
  -webkit-animation: fadeout-size .3s ease forwards;
          animation: fadeout-size .3s ease forwards;
}

@media (min-width: 1024px) {
  a:hover .cp-item_img img,
  a:focus .cp-item_img img {
    -webkit-animation: fadein-size .3s ease forwards;
            animation: fadein-size .3s ease forwards;
    height: auto;
  }
}

.cp-item_txt {
  padding: 10px 14px 10px 14px;
}

.cp-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #14a8c3;
}

.cp-item_exp {
  margin: 16px 0 0 0;
  line-height: 1.857;
}

@media (min-width: 768px) {
  .cp-item_exp {
    margin: 20px 0 0 0;
  }
}
