@charset "UTF-8";

main {
  font-size: 18px;
  padding-bottom: 30px;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f8f8f8;
}


@media screen and (max-width: 768px) {
  main {
    font-size: 16px;
  }

  .small {
    font-size: 0.85rem;
  }
}

/*--mv--*/

.EN_mv img {
  width: 100%;
  display: block;
}

.EN_mv_inner {
  text-align: center;
}

/*-- --*/

.sitemap-content {
  max-width: 1000px;
  margin: 0 auto;
}

section.top-text {
  margin: 40px auto;
  text-align: center;
}

.parents a {
  border-radius: 2vh;
  padding: 20px;
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  background: #ffd421;
  font-size: 1.2rem;
  color: #471009;
}


section.content-intro {
  margin: 60px 0;
  padding: 0 9px;
}

.content-intro h2 {
  text-align: center;
  margin-bottom: 40px;
}

.content-intro div {
  margin: 20px auto;
  max-width: 750px;
  padding: 30px;
  border-radius: 3vh;
  text-align: center;
}


.content-intro>a:nth-of-type(1)>div {
  border: 4px solid #02a4ed;
  box-shadow: #02a4ed 4px 4px 0px 0px;
}

.content-intro>a:nth-of-type(2)>div {
  border: 4px solid #ff9000;
  box-shadow: #ff9000 4px 4px 0px 0px;
}

.content-intro>a:nth-of-type(3)>div {
  border: 4px solid #fd7bc9;
  box-shadow: #fd7bc9 4px 4px 0px 0px;
}



.content-intro h3 {
  font-size: 1.75rem;
}

.content-intro>a:nth-of-type(1)>div h3 {
  color: #02a4ed;
}

.content-intro>a:nth-of-type(2)>div h3 {
  color: #ff9000;
}

.content-intro>a:nth-of-type(3)>div h3 {
  color: #fd7bc9;
}

.content-intro > a > div {
  position: relative;
}

.content-intro > a > div::after {
    content: "▶";
    position: absolute;
    right: 1.2em;
    bottom: 1.2em;
    font-size: 1.3em;
    color: #d7d7d7;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
.top-text p{
    padding: 0 10px;
}
.parents a {
    margin: 0 15px;
}

.content-intro h3 {
    font-size: 1.45rem;
}

.content-intro div {
    margin: 20px auto;
    padding: 20px 20px 45px;
}

.content-intro > a > div::after {
    bottom: 0.6em;
}

}



/* -サイトマップ- */

.map-wrapper h2 {
  text-align: center;
  margin-bottom: 7px;
}

.map-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.map-list section {
  width: 50%;
  margin-bottom: 50px;
}

.map-list section h3 {
  margin: 20px 37px 20px 5px;
  text-align: left;
  font-size: 1.6rem;
  padding: 10px 17px 9px 0;
  color: #333;
  border-bottom: solid 4px #61c2ed;
}

.sitemap-content ul {
  list-style: none;
  /* デフォルトの点を消す */
  line-height: 1.8;
  /* 行の高さ */
}

.sitemap-content li {
  position: relative;
  margin: 10px 0;
}

.sitemap-content li:before {
  content: '▶';
  color: #d5d5d5;
  position: absolute;
  top: 0px;
  left: -1.7em;
}


.btn_past {
  border-radius: 2vh;
  padding: 20px;
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  background: #00aefc;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.map-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.map-list section {
    width: 100%;
    margin-bottom: 7px;
}

.map-list section h3 {
    margin: 20px 5px;
    font-size: 1.2rem;
    padding: 8px;
  }

  .sitemap-content ul {
    line-height: 1.4;
}

  .sitemap-content li:before {
    top: 0px;
  }

  .btn_past {
    padding: 18px;
    margin: 30px 10px;
    font-size: 1.1rem;
}


  
}