@import url("https://fonts.googleapis.com/css?family=Poppins|Sarabun|Playball|Heebo:500|Arimo:600&effect=outline");
/* @import url("https://fonts.googleapis.com/css?family=Kaushan+Script"); */

/* :root {
  --mainBlue: #2D287F;
  --Bule: #0000FF;
  --mainYellow: rgb(245, 199, 16);
  --mainWhite: #fff;
  --mainBlack: #000;
  --yellowTrans: rgba(249, 228, 148, 0.5);
  --mainGrey: #eeeeee;
  --borderline: #149dcc;
  --mainOrange: #fd4a14;
} */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "Sarabun", sans-serif;
  background: #fff;
  color: #041811;
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  cursor: pointer;
}

a.btn {
  border-radius: 100px;
  font-size: 1rem;
  margin: 0.4rem 0.8rem;
  padding: 0.4rem 0.8rem;
  white-space: normal;
  justify-content: center;
  word-break: break-word;
  background-color: #149dcc !important;
  color: #fff !important;
}

a.btnpdf:hover {
  background-color: #2d287f !important;
}

a.btn:hover {
  background-color: #2d287f !important;
}

.table > thead > tr > th {
  border: 1px solid #a9a9a9 !important;
}

.table > tbody > tr > td {
  border: 1px solid #a9a9a9 !important;
}

.table > tbody > tr > th {
  border: 1px solid #a9a9a9 !important;
}

.my-page-title-normal {
  margin-top: 1rem;
  color: #0000ff !important;
  font-style: italic;
  padding: 5px 0px 5px 10px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  border-width: 3px;
  border-left: 10px solid;
  border-color: #149dcc !important;
}

.my-page-title-alert {
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0px 5px 10px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  border-width: 3px;
  border-left: 10px solid;
  border-color: #fd4a14 !important;
}

.my-page-title-mini {
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0 5px 10px;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  border-width: 3px;
  border-left: 7px solid;
  border-color: #0000ff !important;
}

.my-page-title-minimini {
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0 5px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  border-left: 3px solid;
  border-color: #2d287f !important;
}

.my-page-desc {
  font-weight: 500;
  font-size: 1.5rem;
}

.my-page-link {
  font-weight: 600;
  font-size: 1.5rem;
}

.my-page-normal {
  font-size: 1.2rem;
}

.my-page-small {
  font-size: 0.8rem;
}

.my-alertred {
  font-weight: 600;
  color: #fd4a14 !important;
}

.my-ol-maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.my-li-maru {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.my-li-maru:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #149dcc !important;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.icon-set {
  padding: 0 20px;
  font-size: 1.5rem;
  color: #fd4a14 !important;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

.navbar {
  background-color: #2d287f !important;
}

.navbar-nav {
  border-radius: 100px;
  margin: 0.4rem 0.8rem;
  padding: 0.4rem 0.8rem;
  white-space: normal;
  justify-content: center;
  word-break: break-word;
  background-color: #eeeeee !important;
}

.navbar-toggler {
  outline: none !important;
}

.navbar-brand img {
  width: 70px;
  height: 70px;
}

.toggler-icon {
  font-size: 2.5rem;
  color: #eeeeee;
}

.nav-item {
  margin: 0 5px 0 5px;
}

.nav-link {
  padding: 0.6rem 0.6rem;
  color: #fff;
  background: #2d287f;
  transition: all 0.5s ease-in-out;
  /* font-size: 0.8rem; */
  font-size: 1rem;
  border: 0.1rem solid #2d287f;
  border-radius: 20px;
  text-align: center;
}

.nav-link:hover {
  background: #fff;
  color: #2d287f;
}

.nav-actived {
  background: #fff !important;
  color: #2d287f !important;
}

.my-header {
  padding-top: 0px;
  background-image: url("../img/headerBcg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 400px;
  position: relative;
}

/* IEでエラーになりナビが聞かなくなる */
/* .my-banner-top {
  margin-top: -10rem;
  position: relative;
}

.my-banner-down {
  margin-top: -10rem;
  position: relative;
} */

.my-banner-title-nen {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

.my-banner-title-sm {
  /* font-family: Arial, Helvetica, sans-serif; */
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}

.my-banner-title {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  color: #2d287f;
  font-size: 3rem;
  font-weight: 500;
}

.my-banner-location {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 1rem;
  color: #2d287f;
  font-weight: bold;
  text-align: left;
}

.my-banner-date {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 1.5rem;
  font-weight: bold;
  color: #2d287f;
  text-align: left;
}

.my-footer {
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 10px 0;
  background-color: #2d287f;
  margin-top: auto;
}

.my-footer h4 {
  font-size: 1rem;
}

.alert-back {
  border-radius: 100px;
  margin: 0.4rem 0.8rem;
  padding: 0.4rem 0.8rem;
  white-space: normal;
  justify-content: center;
  word-break: break-word;
  background-color: #f5b1aa;
}

.alt-table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.name_font {
  font-family: "Playball", cursive;
  font-size: 1.3rem;
}

@media screen and (max-width: 1440px) {
  .navbar-nav {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 0.6rem 0.3rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1360px) {
  .navbar-nav {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 0.6rem 0.3rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1200px) {
  /* .my-header {
    min-height: 50vh;
  } */

  .nav-item {
    margin: 3px 0 3px 0;
  }

  .my-banner-top {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  .my-banner-down {
    margin-top: 0rem;
  }

  .my-page-title {
    font-size: 2rem;
    text-align: left;
    color: #2d287f;
  }

  .navbar-nav {
    background-color: #2d287f !important;
  }

  .nav-link {
    font-size: 1rem;
    padding: 0.3rem 0.3rem;
  }
}

@media screen and (max-width: 992px) {
  .my-header {
    background: url("../img/headerBcg_res.jpg");
  }

  .navbar-brand img {
    width: 60px;
    height: 60px;
  }

  .my-banner-title {
    font-size: 2.6rem;
  }

  .my-banner-title-nen {
    font-size: 2.5rem;
  }

  .my-page-title-normal {
    font-size: 1.6rem;
  }

  .my-page-title-alert {
    font-size: 1.4rem;
  }

  .my-page-title-mini {
    font-size: 1.2rem;
  }

  .my-banner-location {
    color: #fff;
    background-color: #2d287f;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
  }

  .my-banner-date {
    color: #fff;
    background-color: #2d287f;
    border-radius: 20px;

    padding: 10px;
    text-align: center;
  }

  .nav-link {
    font-size: 1rem;
    padding: 0.3rem 0.3rem;
  }
}

@media screen and (max-width: 576px) {
  .my-banner-title {
    font-size: 2rem;
  }

  .my-banner-title-nen {
    font-size: 2rem;
  }

  .my-banner-location {
    font-size: 0.8rem;
  }

  .my-banner-date {
    font-size: 1rem;
  }

  .my-footer {
    font-size: 0.5rem;
  }

  .my-page-desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 230px) {
  .my-banner-location {
    display: none;
  }

  .my-banner-date {
    display: none;
  }
}
