@charset "utf-8";

.content {
  padding-bottom: 30px;
  overflow: hidden;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .content {
    padding: 50px 0 200px;
  }
}

.main_img {
  margin-bottom: 30px;
}

.main_img img {
  width: 100%;
  height: auto;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .main_img {
    margin-bottom: 50px;
  }

  .main_img img {
    width: 1000px;
    height: 400px;
  }
}

h2.title {
  margin-bottom: 20px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  h2.title {
    margin-bottom: 40px;
  }
}

.yuriage_area {
  margin-bottom: 40px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area {
    margin-bottom: 80px;
  }
}

.yuriage_area .left {
  width: 100%;
  float: left;
  line-height: 1.8;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area .left {
    width: 540px;
  }
}

.yuriage_area .left > p {
  margin-bottom: 40px;
}

.yuriage_area dl {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #01538f;
  box-sizing: border-box;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area dl {
    width: 300px;
  }
}

.yuriage_area dt {
  padding: 10px;
  color: #fff;
  background: #01538f;
}

.yuriage_area dd {
  padding: 15px;
}

.yuriage_area dd a {
  font-size: 1.6rem;
  color: #01538f;
}

.yuriage_area dd a:hover {
  text-decoration: underline;
}

.yuriage_area .right {
  width: 100%;
  float: right;
  margin-top: 40px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area .right {
    width: 420px;
    margin-top: 0;
  }
}

.yuriage_area .right .img01 {
  margin-bottom: 40px;
}

.yuriage_area .right .img01 img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area .right .img01 img {
    width: 420px;
    height: 300px
  }
}

.yuriage_area .right ul {
  margin-left: -30px;
}

.yuriage_area .right li {
  width: 50%;
  float: left;
  padding: 0 0 15px 30px;
  text-align: center;
  box-sizing: border-box;
}

.yuriage_area .right li img {
  width: 100%;
  height: auto;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .yuriage_area .right li {
    width: 225px;
    float: left;
    padding: 0 0 15px 30px;
    text-align: center;
  }

  .yuriage_area .right li img {
    width: 195px;
    height: 280px;
  }
}

.yuriage_area .right li a {
  display: block;
}

.yuriage_area .right li a:hover {
  opacity: .7;
}

#tohokuNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tohokuNav li {
  width: calc((100% - 10px) / 2);
  box-sizing: border-box;
  margin-bottom: 10px;
}

#tohokuNav li a {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  font-size: 1.4rem;
  color: #01538f;
  text-align: center;
  line-height: 31px;
  border: 1px solid #01538f;
  border-radius: 18px;
  display: block;
  padding-left: 5px;
  position: relative;
  transition: .3s;
}

#tohokuNav li a:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border-right: 1px solid #01538f;
  border-bottom: 1px solid #01538f;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

#tohokuNav li a:hover {
  opacity: .7;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  #tohokuNav li {
    width: auto;
  }

  #tohokuNav li a {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 45px;
    border: 2px solid #01538f;
    padding-left: 10px;
    border-radius: 25px;
  }
  
#tohokuNav li a:after {
  left: 20px;
}
}

p, span, th, td {
  max-height: 100%;
  -webkit-text-size-adjust: 100%;
}
