@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* 共通の設定                                                                 */
/* -------------------------------------------------------------------------- */

section {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: black 1px dashed;
}

p {
  line-height: 1.2;
}

#header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: black 1px dashed;
}

#header .header_block {
  width: calc( 100% - 20px);
  max-width: 680px;
  margin: 0 auto 20px;
}

#header .header_block .header_item {
  background-color: #e9f4fa;
  padding: 10px;
}

@media (max-width: 559px) {
  #header .header_block .header_item {
    width: calc( 100% - 40px);
    margin: 0 auto 20px;
  }
}

@media (min-width: 560px) {
  #header .header_block .header_item {
    width: calc( 50% - 30px);
  }
}

@media (min-width: 560px) {
  #header .header_block .item1 {
    margin-right: 20px;
  }
}



html body .main_wrap {
  position: relative;
  /* overflow: hidden; */
}
html body .main_wrap {
  width: 100%;
}

@media (max-width: 559px) {
  html body .main_wrap {
    margin-top: 0px;
  }
  html body .main_wrap section,
  html body .main_wrap .section {
    padding-top: 66px;
    margin-top: -66px;
  }
}

@media (min-width: 560px) and (max-width: 1087px) {
  html body .main_wrap {
    margin-top: 0px;
  }
  html body .main_wrap section,
  html body .main_wrap .section {
    padding-top: 337px;
    margin-top: -337px;
  }
}

@media (min-width: 1088px) {
  html body .main_wrap {
    margin-top: 200px;
  }
  html body .main_wrap section,
  html body .main_wrap .section {
    padding-top: 200px;
    margin-top: -200px;
  }
}

html body .main_wrap section {
  width: 100%;
}

@media (max-width: 559px) {
  html body .main_wrap section {
    margin-bottom: 85px;
  }
}

@media (min-width: 560px) {
  html body .main_wrap section {
    margin-bottom: 175px;
  }
}

html body .main_wrap section#kouza, html body .main_wrap section#online {
  margin-bottom: 200px;
}

html body .main_wrap section#point {
  margin-bottom: 150px;
}

html body .main_wrap h2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
html body .main_wrap .jissen_img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 14px;
}

html body .main_wrap .jissen_img img {
  width: 100%;
  height: auto;
}
/* ブロック分けする時 -------------------------------------------------- */
#content section h2 {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-left: 10px;
}

#content section h3 {
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

#content section h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

#content section h5 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.header_link_lists {
  display: flex;
  flex-wrap: wrap;
}

.header_link_list,
.header_link_list3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media (max-width: 559px) {
  .header_link_lists {
    width: calc( 100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .header_link_list {
    width: 100%;
  }
}

@media (min-width: 560px) {
  .header_link_lists {
    width: 100%;
  }
  .header_link_list {
    width: 50%;
  }
}

@media (max-width: 559px) {
  .header_link_list3 {
    width: 100%;
  }
}

@media (min-width: 560px) {
  .header_link_list3 {
    width: 33.3%;
  }
}

.banner p {
  margin-bottom: 20px;
}

.banner .img_wrap {
  max-width: 400px;
}

/* noborderを指定した時に下の間隔が開きすぎるので調整 */
.noborder {
  padding-bottom: 0 !important;
}

/* 最後のsectionは border を無しにして margin-bottom を空ける */
.last {
  border: none;
  margin-bottom: 60px !important;
}
