@charset "UTF-8";
body {
  background: linear-gradient(-45deg, #f5f8f8 20.014116646%, #fff 80.0156636757%);
}
#footer {
  margin-top: 100px;
}
.wd8em {
  width: 8em;
}
.wd6em {
  width: 6em;
}
.wd9em {
  width: 9em;
}

#child h3,
#access h3,
#link3 h3 {
  margin-top: 80px;
}

/******************************
 * 子ども研修
******************************/
#child table {
  width: 100%;
  margin: 15px 0;
}
#child table tr th,
#child table tr td {
  border: solid 1px #999;
  padding: 7px;
}
#child table tr th {
  text-align: center;
  font-weight: 600;
  background: #f2f8f9;
}
#child ol li {
  list-style: disc;
  margin-bottom:7px;
  margin-left: 1.5em;
}
.tel_b {
  background: #f2f8f9;
  padding: 25px;
  margin: 35px auto;
  width: 80%;
  border-radius: 16px;
  border: solid 1px #038eb9;
}
.tel_b dt {
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  font-weight: bold;
  margin-bottom: 10px;
  color: #038eb9;
}
.tel_b dd span {
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  font-weight: bold;
  margin: 7px 0;
}

#imgbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
#imgbox ul li {
  width: 32%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 12px;
}
#imgbox ul li img {
  width: 100%;
  height: auto;
}

.dl_index dl dt {
  margin: 55px 0 15px 0;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: dashed 1px #999;
  color: #038eb9;
}
.dl_index dl dt a {
  color: #038eb9 !important;
}
.dl_index dl dt:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e038";
  position: relative;
  top: 3px;
}
.dl_index dl dd a {
  text-decoration: underline;
}
.ulimg_title li {
  margin-bottom: 25px !important;
  font-weight: 600;
}
.ulimg_title li img {
  display: block;
  margin-top: 7px;
}

.img_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img_inner dl {
  width: 30%;
  margin-top: 55px;
}
.img_inner dl dt {
  font-weight: 600;
}
.img_inner dl dd img {
  width: 100%;
  height: auto;
  margin: 10px 0;
  cursor: pointer;
}

.other_ks h4 {
  background: #efefef;
  padding: 5px 15px;
}
.other_ks h5 {
  padding: 5px 15px;
  border: solid 1px #999;
  margin: 55px 0 15px 0;
  font-size: 20px;
}
.other_ks h5 span {
  white-space: nowrap;
}
.kenshu_dl_num {
  display: flex;
  justify-content: space-between;
}
.kenshu_dl_num dl {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.kenshu_dl_num dl dt {
  width: 4em;
  padding: 7px 0;
}
.kenshu_dl_num dl dd {
  width: calc( 100% - 4em );
  padding: 7px 0;
}
.kenshu_dl_num span {
  margin: 0 7px;
  color: #c00;
}
.dl100 {
  width: 100% !important;
}
.tyuki {
  border:  double 4px #c00;
  padding: 15px;
  margin: 35px 0;
}
.tyuki h4 {
  text-align: center;
  margin-top: 0 !important;
}
.tyuki h5 {
  text-align: center;
  border: none;
  border-bottom: dashed 1px #999;
}

@media screen and (max-width: 1000px) {
  .img_inner dl {
    width: 48%;
  }
  .kenshu_dl_num {
    flex-wrap: wrap;
  }
  .kenshu_dl_num dl {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 860px) {
  .kenshu_dl_num dl {
    width: 48%;
  }
  .kenshu_dl_num .odr1 {
    order: 1;
  }
  .kenshu_dl_num .odr2 {
    order:3;
  }
  .kenshu_dl_num .odr3 {
    order: 2;
  }
  .kenshu_dl_num .odr4 {
    order: 4;
  }
}
@media screen and (max-width: 769px) {
  .tel_b {
    width: 100%;
  }
  #child table {
    border: solid 1px #999;
    border-bottom: none;
  }
  #child table .thead {
    display: none;
  }
  #child table tr {
    width: 100%;
  }
  .tbl_evn3 tr:nth-child(even) {
    background: #f2f8f9;
  }
  #child table tr th,
  #child table tr td {
    border: none;
    border-bottom: solid 1px #999;
  }
  #child table tr td {
    display: block;
    width: 100%;
  }
  #child table .th_spt {
    text-align: center;
    display: block;
    width: 100%;
  }
  #child table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 100%;
  }
  #imgbox ul li {
    width: 48%;
  }
  .tyuki h4,
  .tyuki h5 {
    text-align: left;
  }
}
@media screen and (max-width: 670px) {
  .img_inner dl {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .kenshu_dl_num dl {
    width: 100%;
  }
  .kenshu_dl_num dl {
    margin-bottom: 0;
  }
  .kenshu_dl_num .odr1 {
    order: 1;
  }
  .kenshu_dl_num .odr2 {
    order:2;
  }
  .kenshu_dl_num .odr3 {
    order: 3;
  }
  .kenshu_dl_num .odr4 {
    order: 4;
  }
}
@media screen and (max-width: 480px) {
  .kenshu_dl_num span:after {
    content:"\a";
    white-space: pre;
  }
}

/******************************
 * 図書
******************************/
#book div {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0 0;
}
#book div p {
  width: 25%;
  text-align: center;
}
#book div p img {
  width: 100%;
  height: auto;
}
#book div .b1_img img {
  max-width: 133px;
}
#book div dl {
  width: 70%;
}
#book div dl dt {
  background: #efefef;
  padding: 5px 15px;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 18px;
}
#book div dl dd {
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  #book div {
    flex-wrap: wrap;
  }
  #book div dl {
    width: 100%;
  }
  #book div p {
  width: 60%;
  }
}

/******************************
 * リンク
******************************/
.link_page ol {
  margin-top: 15px;
}
.link_page ol li {
  margin-bottom: 7px;
}
.title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.title_flex img {
  margin-right: 35px;
}

#link2 h5 {
  font-size: 20px;
  margin: 35px 0 15px 0;
  background: #efefef;
  padding: 5px 15px;
}
#link2 h6 {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #999;
}
#link2 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#link2 ol li {
  width: 30%;
  margin-bottom: 7px;
}

#link1 dt {
  font-weight: 600;
  margin: 35px 0 15px 0;
  font-size: 20px;
  padding: 5px 10px;
  background: #efefef;
}
#link1 dd span {
  font-weight: 600;
  margin-right: 0.5em;
  color: #666;
}

@media screen and (max-width: 860px) {
  #link2 ol li {
  width: 50%;
  }
}
@media screen and (max-width: 769px) {
  #link2 ol li {
  width: 100%;
  }
  .title_flex {
    display: block;
  }
  .title_flex img {
    margin-bottom: 12px;
  }
}

/******************************
 * アクセス
******************************/
#access iframe {
  margin: 35px 0;
}

#access dl {
  margin-bottom: 35px;
}
#access dl dt {
  clear: left;
  float: left;
  width: 6em;
  padding: 15px 0;
  font-weight: 600;
}
#access dl dd {
  margin-left: 6em;
  padding: 15px 0;
}

#access h4 {
  padding: 7px 15px;
  background: #f2f8f9;
  border-radius: 12px;
  color: #038eb9;
}

#access h5 {
  font-size: 18px;
  border: solid 1px #999;
  padding: 7px 15px;
  margin: 55px 0 15px 0;
}
#access ol {
  margin: 35px 0;
}
#access ol li {
  margin:0 0 10px 1.5em;
  list-style: disc;
}

#access .pdf_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#access .pdf_ul .btn {
  width: 18em;
  text-align: center;
  margin: 15px 15px 0 15px;
}

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