@charset "utf-8";

.mt-50 {
  margin-top: 50px;
}
h3.entry-title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
@media (min-width: 768px) {
  h3.entry-title {
    margin-bottom: 15px;
  }
}

.map_contents {
  position: relative;
}
/* .outline_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40vh;
  background-image: url(../images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top ;
  z-index: -1;
} */
.outline_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 700px;
  background-image: url(../images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top_area {
  margin-top: 173px;
  padding-top: 100px;
  /* padding-bottom: 80px; */
	width: 100%;
	position: relative;
}
@media only screen and (max-width:980px) {
  .top_area {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
  }
}

.top_area .title {
	font-size: 40px;
  color: #0051a7;
	letter-spacing: 0.1em;
  text-align: center;
}
.top_area .en {
	font-size: 24px;
  color: #0051a7;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
}

.map_contents {
  position: relative;
}

.outline_area {
  position: relative;
}
.outline_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.outline_title {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.container {
  max-width: 1230px;
}
.container .outline_block {
  position: relative;
  z-index: 100;
  padding: 30px;
}
@media (min-width: 768px) {
  .container .outline_block {
    padding: 50px 100px;
  }
}
.container dl {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: block;
}
@media (min-width: 768px) {
  .container dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.container dl dt {
  padding: 2% 3%;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  background: #f3f3f3;
}
@media (min-width: 768px) {
  .container dl dt {
    width: 30%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
  }
}
.container dl dd {
  padding: 3%;
  width: 100%;
  line-height: 1.5;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
@media (min-width: 768px) {
  .container dl dd {
    width: 70%;
    padding: 20px;
    font-size: 1.8rem;
  }
}

.caption.caption02 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #363636;
  padding: 20px 0 30px 1em;
  text-indent: -1em;
}

/*.date {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  text-align: right;
}*/
.outline_dl:first-of-type{
  margin-bottom: 60px;
}
/*# sourceMappingURL=outline.css.map */
