@charset "utf-8";
/* CSS Document */
.security-type h3 {
  text-align: center;
  font-size: 2em;
  margin-top: 150px;
}
.listbox {
  margin-top: 60px;
  display: grid;
  grid-row-gap: 50px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
.typebox {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.typebox h4 {
  font-size: 1.2em;
  background: #668cc1;
  color: #fff;
  padding: 15px;
/*  border-radius: 11px 11px 0 0;*/
}
.typebox-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 20px;
}
.typebox-inner p {
  line-height: 1.5;
  font-weight: bolder;
  text-align: left;
  margin-top: 10px;
}
.trainingbox {
  margin-bottom: 80px;
}
.t-box {
  background: #ccd9ea;
  padding: 20px;
  margin-top: 20px;
}

.t-box ul li,.t-box p {

}

.t-box .last-txt {
  border-top: 1px solid #333;
  padding-top: 10px;
}

/*sp*/
@media screen and (max-width:768px) {
  .security-type h3 {
    font-size: 1.4em;
    margin-top: 60px;
  }
  .listbox {
    margin-top: 20px;
    grid-row-gap: 30px;
  }
}
/*----------------------------------------
●●●
----------------------------------------*/
/*pc*/
@media print, screen and (min-width: 769px) {}
/*sp*/
@media screen and (max-width:768px) {}