.article-list {
  color: #313437;
  background-color: #fff;
}

.lps-title-hr {
    width: 100px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #ccc;
}

.article-list p {
  font-weight: bold;
  color: #777;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #00BEB2;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}


.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.box01 {
  padding: 0.5em 1em;
  margin: 0.2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.btn-center {
  text-align: 50%;
}

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.relative {
  position: relative;/*相対配置*/
}

.middleh4{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 10px;
  width: 90%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50%;


color: white;
background-color: rgba(204,0,0,.6);
}

.middleh5{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 10px;
  width: 90%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50%;


color: white;
background-color: rgba(0,204,0,.6);
}

.middleh6{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 10px;
  width: 90%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50%;


color: white;
background-color: rgba(0,0,204,.6);
}

.middleh7{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 10px;
  width: 90%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50%;


color: black;
background-color: rgba(255,255,255,0.6);
}

/* 今フィリピン留学が人気な理由なパーツのcss */



/*
.reason p{
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  color: white;
    margin: 0 auto;
}


.btn button{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin:auto;
  text-align: center;
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #F35B68;
  border-color: #F35B68;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  color: white;

}

.reason p{
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  color: white;
    margin: 0 auto;
}

 */
/* 今フィリピン留学が人気な理由なパーツのcss テスト */
/*
.center {
    text-align:center;
}

.btn-danger {
      color: #fff;


}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btntest {
      position:  relative;
      display: inline-block;
      padding: 0.25em 0.5em;
      margin-bottom:  0;
      text-align:  center;
      vertical-align:  middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      border: 1px solid transparent;
      user-select:  none;
      color: #fff;
      background-color: #F35B68;
      border-color: #F35B68;
      font-weight: bold;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
}
*/
