
img{
    max-width:100%;
}
.fulls img {
  width: 100%;
}

.txarea {
  padding: 5%;
  text-align: center;
  line-height: 2.5;
}

.flexbox {
  display: flex;
  align-items:flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 5em;
}


h2.cotitle {
  padding: 5% 0px;
  font-size: 1.5em;
  text-align: center;
}

.contents2 img {
  width: 32%;
  height:auto;
}

ul.recplace li {
  width: 22%;
  text-align: center;
  margin-bottom: 3%;
  line-height:2;
}

ul.recplace li p {
  margin-top: 5%;
  font-size: 1.1em;
  font-weight: bold;
}

ul.recplace li img {
  width: 100%;
}

.contents5 img {
  width: 32%;
  height:auto;
}

table {
  margin: 20px auto;
  border-spacing: 15px;
  border-collapse: initial;
  width: 70%;
}

.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: black;
  padding: 15px;
  width: 35%;
  text-align: center;
  background: #ccc;
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

h2.tbtitle {
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid;
  padding: 2%;
  width: 70%;
  margin: 0 auto;
}

.contents6 {
  background: white;
  padding: 3%;
}

p.notice {
  padding: 0 0 8% 0;
  text-align: center;
}

.contents7 ul {
  padding: 5%;
  background: white;
  line-height: 2;
  font-size: 1.2em;
  text-align: center;
}

ul li .detail {
  display: inline-block;
  text-align: left;
  margin: 3%;
}

.linkbox ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.linkbox ul li {
  width: 30%;
}

.linkbox ul li a {
  display: block;
  background-color: #ab1921;
  padding: 3% 7%;
  color: white;
  font-size: .8em;
  text-align: center;
}

p.aftitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.aftitle img {
  max-height: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .txarea br {
    display: none;
  }
  .txarea {
    padding: 5%;
    text-align: center;
    line-height: 2.5;
    font-size: .8em;
  }
  ul.recplace li {
    width: 44%;
    text-align: center;
    margin-bottom: 3%;
  }
  .contents2 img {
    width: 32%;
    margin-bottom: 5%;
    height:auto;
  }
  h2.cotitle {
    padding: 10% 0px;
    font-size: 1.2em;
    text-align: center;
  }
  ul.recplace li p {
    margin-top: 5%;
    font-size: .7em;
    font-weight: normal;
  }
  p.notice {
    padding: 8% 0;
    text-align: center;
    line-height: 2;
    font-size: .8em;
  }
  tr.last ul li {
    margin-bottom: 5%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .contents7 {
    font-size: .8em;
    word-break: break-all;
  }
  .contents7 ul li {
    text-align: left;
    margin-bottom: 5%;
  }
}
ul.plansec{
padding-top:0px;
}


