@charset "UTF-8";
/* Scss Document */
/* @mixin -------------------------------------- */
.h2-page {
  background: url(../images/bg_header.jpg) no-repeat top center;
  height: 230px;
  text-align: center;
  color: #fff;
  padding: 90px 0;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 70px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: relative; }
  @media screen and (max-width: 750px) {
    .h2-page {
      width: 100%;
      height: auto;
      padding: 4vh 0;
      margin-bottom: 5vh; } }

.h2-page p {
  font-size: 3rem;
  line-height: 1.5; }
  @media screen and (max-width: 750px) {
    .h2-page p {
      font-size: 2rem; } }

.h2-page p span {
  display: block;
  font-size: 1.2rem; }

.h2-page::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 50%;
  width: 64px;
  height: 6px;
  background: #47A497;
  margin: 0 auto;
  margin-left: -32px; }

.block-outline {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 70px; }
  @media screen and (max-width: 750px) {
    .block-outline {
      display: block;
      margin-bottom: 5vh; } }

.block-outline_table {
  font-size: 1.6rem;
  width: 55%; }
  @media screen and (max-width: 750px) {
    .block-outline_table {
      width: 100%;
      font-size: 1.4rem;
      margin-bottom: 2vh; } }

.block-outline_table dl {
  border-top: 1px solid #ccc;
  display: flex;
  font-size: 1.4rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .block-outline_table dl {
      display: block; } }

.block-outline_table dl dt {
  width: 20%;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 750px) {
    .block-outline_table dl dt {
      padding: 1rem 0 0 1rem;
      width: 100%;
      font-weight: bold;
      font-size: 1.4rem;
      border-bottom: 0; } }

.block-outline_table dl dd {
  width: 80%;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 750px) {
    .block-outline_table dl dd {
      padding: 0 0 1rem 1rem;
      width: 100%;
      font-size: 1.4rem; } }

.block-outline_table dl dd ul li {
  list-style: disc;
  margin: 0 0 0 1em; }

.block-outline_img {
  width: 40%; }
  @media screen and (max-width: 750px) {
    .block-outline_img {
      width: 100%; } }

.block-outline_img img {
  width: 100%; }

@media screen and (max-width: 750px) {
  .block-outline_img .wrap_img {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: .5rem; } }

.block-outline_img .wrap_img p {
  line-height: 0;
  margin-bottom: 7px; }
  @media screen and (max-width: 750px) {
    .block-outline_img .wrap_img p {
      width: 48%;
      margin-bottom: 0; } }

@media screen and (max-width: 750px) {
  .block-outline_img .wrap_img p:first-child {
    width: 55%; } }

@media screen and (max-width: 750px) {
  .block-outline_img .wrap_img p:last-child {
    width: 44.2%; } }

.block-map {
  width: 100%; }

#map_osaka {
  height: 400px; }

footer {
  margin-top: 0; }
