body {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

#contents {
  width: 1000px;
  margin: 0 auto;
}

.title_red {
  margin-top: 1.5rem;
  font-size: 2.0rem;
  color: #333;
  border-bottom: 2px solid #FF0000;
  text-align: center;
  font-weight: bold;
}

.textarea {
  margin: 0 auto;
  text-align: center;
}

.text {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 30px 0;
  color: #333;
}

.small {
  font-size: 1.5rem;
  color: #333;
}

.small a {
  color: #1a0dab;
}

.small a:hover {
  text-decoration: underline;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.btn001 {
  text-align: center;
  margin: 1.0rem;
}


/* ここから下がボタンのCSS　*/

.btn-animation {
  display: inline-block;
  width: 500px;
  text-align: center;
  background-color: #FF0004;
  border: 2px solid #FF0004;
  font-size: 20px;
  color: #FF0004;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px 5px;
  border-radius: 4px;
  position: relative;
  margin: 30px 0;
}

.btn-animation p {
  position: relative;
  z-index: 1;
}

.btn-animation::before, .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}

.btn-animation::before {
  left: 0;
}

.btn-animation::after {
  right: 0;
}

.btn-animation:hover:before, .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation:hover {
  color: #FFF;
}

.btn-animation p span {
  font-size: 1.8rem;
}

.last {
  margin: 50px;
}

.arealist {
  margin: 0 auto;
  margin: 30px 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_5 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: center;
}

.col_5>div {
  width: 20%;
  padding: 10px;
}

.col_5>div>div {
  position: relative;
  overflow: hidden
}

@media screen and (max-width: 960px) {
  .col_5>div {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .col_5>div {
    width: 33.33333%;
  }
}

.col_5 a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #1a0dab;
}



.icon {
  font-size: 2.1rem;
}

.title2 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #FF0000;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px;
}



@media screen and (max-width:799px) {
  #contents {
    width: 100%;
  }
  .area {
    padding: 0 15px;
  }
  .btn-animation {
    width: 100%;
    font-size: 1.3rem;
  }
  .btn-animation p span {
    font-size: 1.0rem;
  }
  .text {
    font-size: 1.4rem;
    line-height: 25px;
    margin: 10px;
    text-align: left;
  }
  .arealist {
    margin: 5px 0;
  }
  .small {
    font-size: 1.1rem;
    text-align: left;
  }
  .col_5 a {
    font-size: 1.4rem;
  }
  .icon {
    font-size: 1.6rem;
  }
  .title2 {
    font-size: 1.5rem;
    margin: 5px;
  }
}