@charset "utf-8";

/* CSS Document */
.wrapper_kikan {
  text-align: left;
}

.kikan_title {
  margin: 50px 0px;
  font-size: 30px;
  text-align: left;
}

.kikan_subtitle {
  margin: 50px 0px;
  border: 1px solid #A4A4A4;
  border-left: #043258 10px solid;
  padding: 10px;
  color: #043258;
  text-align: left
}

.normal {
  margin: 10px;
}

.normal dt {
  font-size: 15px;
  line-height: 25px;
  margin: 5px 0px;
}

.normal dd {
  margin-left: 15px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0px;
}

.normal2 {
  margin: 10px;
}

.normal2 dt {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
}

.normal2 dd {
  margin-left: 0px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
}

.blue {
  color: #1857B8;
  margin-top: 20px !important;
  border-bottom: 1px dotted #5D6B77;
  background: #F5F6F7;
  padding: 5px 1px;
}

ul.custommarker01 {
  list-style-type: none;
  margin-left: 50px;
  /* マーカーを1文字寄せた分、ULにマージンを設定*/
  color: #575757;
  margin-top: 10px;
}

ul.custommarker01 li:before {
  content: '【注意】';
  /* ←ここにリストマーカーにしたい文字列を設定 */
  margin-left: -50px;
  /* 1文字分、左に寄せる */
  color: #DB4400
}

/* ボタンのスタイル */
/* 角丸 */
.Radius5 {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

/* ボタン共通 */
.Button {
  overflow: hidden;
  width: 280px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.Button a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
}

.Button a:hover {
  background: #3ab2e9;
  /* マウスオーバーカラー */
}

#IconList1 a:before {
  /*白いひし型 */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}

#IconList1 a:after {
  /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #00a0e9;
}

#IconList1 a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  background: #3ab2e9;
}

/* 角丸 */
.Radius2 {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  float: left;
}

/* ボタン共通 */
.Button2 {
  overflow: hidden;
  width: 400px;
  height: 70px;
  margin: 10px;
  padding: 0;
  vertical-align: middle;
}

.Button2 a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #E45105;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.Button2 a:hover {
  background: #3ab2e9;
  /* マウスオーバーカラー */
}

.gakkai_list {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
}

.gakkai_list th {
  padding: 10px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  width: 20%;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  color: #464646
}

.gakkai_list td {
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 15px;
}

.download_image {
  margin: 10px 10px;
  float: left;
}

/* ナビ */
.kikan_menu {
  font-size: 13px;
  text-align: center;
  margin: 30px 0px;
}

.kikan_menu a {
  text-decoration: none;
  color: #0C417A
}

.kikan_menu a:hover {
  color: #F3870F
}

.kikan_menu span {
  margin: 0px 10px;
  color: #7F7F7F;
  font-size: 11px;
}

.que {
  color: #D81D20;
  text-indent: -25px;
  margin-left: 25px !important;
}

.ans {
  text-indent: -25px;
  margin-left: 25px !important;
}

.ans2 {
  margin-left: 20px !important;
}

/* 施設一覧 */
.to_top {
  position: fixed;
  top: 88vh;
  right: 20px;
  background-color: #1B1E3D;
  opacity: 0.65;
  padding: 25px 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.to_top a {
  text-decoration: none;
}

.wrap_container {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
}

.kikan_box {
  width: 42%;
  margin: 5px 1%;
  padding: 20px 25px 20px 30px;
  text-align: left;
  border: 1px solid #C3C264;
  border-radius: 8px;
  background-color: #FDFCF3;
}

.kikan_box a {
  text-decoration: none !important;
  color: #092A84;
}

.kikan_box a:hover {
  opacity: 0.7;
}

.facility {
  width: 420px !important;
  float: left;
  margin: 20px 10px;
  border: #E3E3E3 solid 1px;
  padding: 10px;
  text-decoration: none !important;
  height: 300px;
  text-align: left;
}

.f1corp {
  font-size: 11px;
  color: #6C6C6C;
  padding-top: 5px;
}

.f2name {
  font-size: 18px;
  /* font-weight: bold; */
  color: #092A84;
  border-bottom: #C3C264 dotted 3px
}

.f3name_furi {
  font-size: 11px;
  color: #6C6C6C;
  margin-bottom: 20px;
}

.f4ad {
  font-size: 14px;
  margin-bottom: 5px;
  color: #373737;
}

.f5repre {
  font-size: 14px;
  margin-bottom: 5px;
  color: #373737;
}

.f6tel {
  font-size: 14px;
  margin-bottom: 5px;
  color: #373737;
}

.f7fax {
  font-size: 14px;
  margin: 0 0 5px 0px;
  color: #373737;
}

.f_hp {
  width: 150px;
  margin: 0px 0 0 60px;
  padding: 3px 15px;
  border-radius: 15px;
  background-color: #D8E0F7;
  border: 1px solid #AFC1F7;
  font-size: 12px;
}

.yokoni {
  display: flex;
}

.facility a {
  font-size: 12px;
  background: #243A68;
  border-radius: 10px;
}

.facility a:hover {
  background: #027786
}

#link {
  background-image: url(image/link.png);
  background-position: right top;
  background-repeat: no-repeat;
}

#nolink {
  background-image: url(image/nolink.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.f_cate {
  width: 50px;
  color: #454545;
  background: #DFDFDF;
  font-size: 11px;
  display: block;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-right: 10px;
}

.wakusen {
  border: 2px solid #A4A4A4;
  padding: 10px 0px 10px 0px;
  text-align: center;
  margin-top: 10px;
}

/* .kikan_table {} */

.kikan_table th {
  background: #FFFFFF !important
}

.kikan_table_s {
  display: none;
}

.about_k {
  text-align: start;
  border: 2px solid #a9cadf;
  padding: 30px 30px;
  margin: 15px 0 15px 0;
  color: rgba(92, 92, 92, 1.00);
}

.about_k h3 {
  color: #609FC8;
  margin-bottom: 8px;
}

.about_k p {
  font-size: 15px;
}

@media only screen and (max-width:1000px) {
  .wrapper {
    width: 95%;
  }

  .kikan_table {
    display: none;
  }

  .kikan_table_s {
    display: block;
  }

  .to_top {
    padding: 21px 5px;
    right: 8px;
    color: #fff;
    font-size: 11px;
  }

  .wrap_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .kikan_box {
    width: 43%;
    margin: 5px auto;
    padding: 10px 10px;
  }

  .yokoni {
    flex-direction: column;
  }

  .f1corp {
    font-size: 10px;
    color: #6C6C6C;
    padding-top: 5px;
  }

  .f2name {
    font-size: 15px;
    color: #092A84;
    border-bottom: #E4E4E4 dotted 1px
  }

  .f3name_furi {
    font-size: 9px;
    color: #6C6C6C;
    margin-bottom: 7px;
  }

  .f4ad {
    font-size: 12px;
    margin-bottom: 5px;
    color: #373737;
  }

  .f5repre {
    font-size: 12px;
    margin-bottom: 1px;
    color: #373737;
  }

  .f6tel {
    font-size: 12px;
    margin-bottom: 1px;
    color: #373737;
  }

  .f7fax {
    font-size: 12px;
    margin: 0 0 1px 0px;
    color: #373737;
  }

  .f_hp {
    width: 145px;
    margin: 5px auto 5px auto;
    padding: 2px 5px;
    border-radius: 15px;
    background-color: #D8E0F7;
    border: 1px solid #AFC1F7;
    font-size: 12px;
  }

  .about_k {
    padding: 20px 20px;
    margin: 15px 0 15px 0;
  }

  .about_k h3 {
    margin-bottom: 8px;
  }

  .about_k p {
    font-size: 14px;
  }
}

@media only screen and (max-width:360px) {
  .wrapper {
    width: 95%;
  }

  .wrap_container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .kikan_box {
    width: 90%;
    margin: 5px auto;
    padding: 10px 10px;
  }

  .yokoni {
    flex-direction: column;
  }

  .f1corp {
    font-size: 10px;
    color: #6C6C6C;
    padding-top: 5px;
  }

  .f2name {
    font-size: 14px;
    color: #092A84;
    border-bottom: #E4E4E4 dotted 1px
  }

  .f3name_furi {
    font-size: 9px;
    color: #6C6C6C;
    margin-bottom: 7px;
  }

  .f4ad {
    font-size: 12px;
    margin-bottom: 5px;
    color: #373737;
  }

  .f5repre {
    font-size: 13px;
    margin-bottom: 1px;
    color: #373737;
  }

  .f6tel {
    font-size: 13px;
    margin-bottom: 1px;
    color: #373737;
  }

  .f7fax {
    font-size: 13px;
    margin: 0 0 1px 0px;
    color: #373737;
  }

  .f_hp {
    width: 145px;
    margin: 10px auto 8px auto;
    padding: 4px 14px;
    border-radius: 15px;
    background-color: #D8E0F7;
    border: 1px solid #AFC1F7;
    font-size: 12px;
  }
}