@charset "UTF-8";

.container p {
  font-size: 1.6rem;
}

.area_box section:last-of-type {
  margin: 0;
}

.area_box .btn.cmn_arrow {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.area_box ul.info_box {
  max-width: 800px;
  display: flex;
  flex-flow: column;
  gap: 20px 0;
  font-size: 1.4rem;
  padding: 0;
  margin: 0 auto;
}

.area_box ul.info_box li {
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #d3d9dd;
  padding: 0 0 10px 0;
  margin: 0;
}

.area_box ul.info_box li a {
  color: #2795c8;
  font-size: 1.6rem;
  text-decoration: none;
}

.area_box ul.info_box li a:hover {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/*-----鳥取県-----*/

.tottori.hero_box {
  width: 100%;
  display: flex;
  gap: 5px;
}

.tottori.hero_box {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 5px;
}

.tottori.hero_box img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.tottori.hero_box>div:nth-of-type(1) {
  position: relative;
}

.tottori.hero_box>div:nth-of-type(1) h2 {
  display: flex;
  flex-flow: column;
  gap: 10px;
  color: #006FDE;
  font-size: 3.6rem;
  visibility: visible;
  position: absolute;
  bottom: 30%;
  left: 70px;
  margin: 0;
}

.tottori.hero_box>div:nth-of-type(1) h2 span {
  background: rgba(255, 255, 255, 70%);
  padding: 0 10px;
}

.tottori.hero_box>div:nth-of-type(1) img {
  height: 400px;
  object-position: left;
}

.tottori.hero_box>div:nth-of-type(2) {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(1) img {
  height: 230px;
}

.tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(2) img {
  height: 165px;
}

.tottori.area_box section {
  margin: 0 0 100px;
}

.tottori.area_box section h3+p {
  text-align: center;
}

.tottori.area_box .intro_box {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: url(/n/finance/jigyosyokei/matching/area/tottori/images/intro_bg.svg) no-repeat center center / contain;
  padding: 30px 0;
  margin: 60px 0;
}

.tottori.area_box .intro_box p {
  font-size: 1.8rem;
  text-align: center;
}

.tottori.area_box .shien_box>div {
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.tottori.area_box .shien_box>div>div:nth-of-type(1) .btn.cmn_arrow:last-of-type {
  margin: 0 auto 30px;
}

.tottori.area_box .shien_box .btn.cmn_arrow:last-of-type {
  margin: 0 auto;
}


.tottori.area_box .shien_box h5 {
  color: #F0900C;
  text-align: left;
}

.tottori.area_box .shien_box h5 span {
  color: #2795C8;
}

.tottori.area_box .kikan_box>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tottori.area_box .kikan_box>div>div {
  border-radius: 10px;
  border: #e5e5e5 5px solid;
  padding: 10px 30px 30px;
}

.tottori.area_box .kikan_box>div>div>p:nth-of-type(1) {
  color: #2795C8;
  text-align: center;
  font-weight: bold;
}

.tottori.area_box .kikan_box>div>div>p:nth-of-type(2) {
  min-height: 150px;
}

/*-----鳥取県　ここまで-----*/


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 15px;
  }

  .area_box .info_box dl {
    flex-flow: column;
  }

  /*-----鳥取県-----*/

  .contents_header {
    height: auto;
  }

  /*ヒーロー画像
  .tottori.hero_box {
    grid-template-columns: 1fr;
    padding: 80px 0 0 0;
  }

  .tottori.hero_box>div:nth-of-type(1) h2 {
    font-size: 2.9rem;
    bottom: 40%;
  }

  .tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(2) img {
    height: 135px;
  }
  */

  .tottori.hero_box {
    grid-template-columns: 1fr;
    padding: 80px 0 0 0;
  }

  .tottori.hero_box>div:nth-of-type(1) h2 {
    font-size: 1.8rem;
    left: 10%;
    bottom: 20%;
  }

  .tottori.hero_box>div:nth-of-type(1) img {
    height: 200px;
  }

  .tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(1) img {
    height: 100px;
  }

  .tottori.hero_box>div:nth-of-type(2)>div:nth-of-type(2) img {
    height: 100px;
  }

  .tottori.hero_box>div:nth-of-type(2) {
    display: grid;
    grid-template-columns: 25% 1fr;
  }

  .tottori.area_box .intro_box p {
    font-size: 1.6rem;
    text-align: left;
  }

  .tottori.area_box .intro_box {
    background: url(/n/finance/jigyosyokei/matching/area/tottori/images/intro_bg.svg) no-repeat center center / 170px;
  }

  .tottori.area_box .kikan_box>div {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .tottori.area_box .kikan_box>div>div {
    padding: 0 20px 20px;
  }

  .tottori.area_box .kikan_box>div>div>p:nth-of-type(2) {
    min-height: auto;
  }

  /*-----鳥取県　ここまで-----*/
}