/* =========================
2019/12 add
=========================*/
#secShortEmployee {
  width: 93.75%;
  max-width: 600px;
  margin: 30px auto;
  font-size: 12px;
  line-height: 18px;
}

#secShortEmployee h3 {
  width: 100%;
  padding: 1em 0.6em;
  margin-top: 80px;
  box-sizing: border-box;
  background-color: rgba(52, 75, 153, 0.5);
  /*
	border-top: 3px solid #344B99;
	border-bottom: 3px solid #344B99;*/
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#secShortEmployee h3 strong {
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  color: #344b99;
  font-size: 30px;
  vertical-align: middle;
}

#secShortEmployee h4 {
  padding: 0.6em;
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0;
  border-left: 5px solid #344b99;
  border-bottom: 1px solid #344b99;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}

#secShortEmployee h5 {
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-size: 20px;
  color: #344b99;
  font-weight: bold;
  text-align: left;
}

#secShortEmployee table {
  width: 600px;
  margin: 0 auto 80px;
  border-collapse: collapse;
  border: 3px solid #344b99;
}

#secShortEmployee table td,
#secShortEmployee table th {
  border: 1px solid #344b99;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

#secShortEmployee table th {
  width: 90px;
}

#secShortEmployee table td {
  width: 524px;
}

#secShortEmployee ol {
  padding: 1em;
  margin-top: 0;
  margin-bottom: 30px;
  list-style-position: outside;
  font-size: 14px;
  line-height: 2;
}

#secShortEmployee .contact {
  line-height: 2;
  margin: 0 auto 1em;
}

#secShortEmployee .contact strong {
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #344b99;
}

#secShortEmployee .contact span {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-left: 1em;
  vertical-align: middle;
}

#secShortEmployee .contact span img {
  width: 100%;
  height: auto;
}

#secShortEmployee .contact a {
  color: inherit;
  font-size: 120%;
  text-decoration: none;
}

/*===========================================*/
#kuukou {
  height: 122px;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

#kuukou2 {
  width: 100%;
  max-width: 640px;
  /* height: 143px; */
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

#kuukou2 img {
  width: 100%;
  height: auto;
}

#kuukou3 {
  height: 143px;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

#photo1 {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 93.75%;
  max-width: 640px;
  height: auto;
}

#photo1 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

#photo1 ul li {
  width: 30%;
  height: auto;
  text-align: center;
}

#photo1 ul li span {
  font-size: 12px;
}

#photo1 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* ======================================
			#setumei
  ====================================== */
#setumei {
  font-size: 12px;
  margin-top: 20px;
  line-height: 18px;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

#setumei table {
  width: 600px;
  width: 93.75%;
  border: 3px solid #344b99;
  margin: 0 auto 80px;
  border-collapse: collapse;
  border-spacing: 0;
}

#setumei table:last-of-type {
  margin-bottom: 40px;
}

#setumei table td,
#setumei table th {
  border: 2px solid #344b99;
  padding: 10px;
}

#setumei table th {
  width: 90px;
}

#setumei table .tbl_heading h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 22px;
  color: rgba(58, 103, 173, 1);
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#setumei table .tbl_heading h3 span {
  display: inline-block;
  padding: 0.4em 0.6em 0.2em;
  margin-right: 0.6em;
  color: #fff;
  background: #ff7f00;
  text-shadow: none;
}

#setumei table .btn_entry {
  text-align: center;
}

#setumei table .btn_entry a {
  display: inline-block;
  padding: 0.8em 3em;
  margin: 1em auto;
  background: #ff7f00;
  border: 1px solid #ff7f00;
  border-bottom: 5px solid #8d4700ad;
  border-radius: 100vh;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1;
  transition: all 0.3s;
}

@media screen and (min-width: 640px) {
  #setumei table .btn_entry a:hover {
    border-bottom: 2px solid #8d4700ad;
    margin-top: calc(1em + 3px);
  }
}

/* ======================================
			#youtube
  ====================================== */
#youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  height: auto;
  margin: 45px auto 0;
}

#youtube iframe {
  width: 100%;
  height: 100%;
}

#youtube img {
  width: 100%;
  height: auto;
}

#title9 {
  width: 640px;
  height: 21px;
  background: url(jikoku_img/toi.jpg) no-repeat;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

#toi {
  width: 640px;
  font-size: 11px;
  margin-top: 10px;
  line-height: 18px;
  margin-right: auto;
  margin-left: auto;
}

#tyui4 {
  width: 640px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
  margin-right: auto;
  margin-left: auto;
  height: 80px;
}

#bar {
  height: 21px;
  margin-top: 20px;
  width: 200px;
  background: url(img/bar.jpg) no-repeat;
  padding-bottom: 30px;
}

#setumei table tr td a {
  text-align: right;
}

@media screen and (max-width: 639px) {
  /* ======================================
			#setumei
  ====================================== */
  #setumei {
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  #setumei table {
    border: 2px solid #344b99;
    margin: 0 auto 60px;
  }

  #setumei table td,
  #setumei table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #344b99;
  }

  #setumei table th {
    background: #344b99;
    padding: 0.6em 1.2em;
    font-size: 16px;
    color: #fff;
    text-align: left;
  }

  #setumei table td {
    padding: 2em 1.2em;
    line-height: 1.6;
  }

  #setumei table td .orange {
    font-size: inherit;
  }

  #setumei table .tbl_heading {
    padding: 2em 1.2em;
    background: #fff;
    text-align: center;
  }

  #setumei table .tbl_heading h3 {
    margin: 0 auto;
  }

  #setumei table .tbl_heading h3 span {
    display: block;
    width: 10em;
    margin: 0 auto 0.6em;

    padding: 0.4em 0.6em 0.2em;
    color: #fff;
    background: #ff7f00;
    text-shadow: none;
  }

  #setumei table .btn_entry {
    margin: 0 -1em;
  }

  #setumei table .btn_entry a {
    display: inline-block;
    padding: 0.8em 1.2em;
    margin: 2em auto 0;
    font-size: 14px;
    letter-spacing: 0;
  }

  #photo1 {
    margin: 40px auto;
  }

  #secShortEmployee .contact a {
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
  }
}
