@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: #191970;
  --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 {
  background-color: #f0f8ff;
  border: 3px solid #ffffff;
  color: #0000ff;
  line-height: 20px;
  margin: 0.3rem 0.8rem;
  padding: 0.3rem 0.8rem;
    
  white-space: normal; 
  word-break: break-word;
}
a.btn:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

/* registraitionポタンのアニメ */

a.btn-reg {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  
  line-height: 20px;
  margin: 0.3rem 0.8rem;
  padding: 0.3rem 0.8rem;
  
  position: relative;
  z-index: 2;
  background-color: #f0f8ff;
  border: 3px solid #ffffff;
  color:#ffffff;
   
}
a.btn-reg:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
a.btn-reg::before,
a.btn-reg::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';

  top: 0;
  width: 50%;
  height: 100%;
  background-color: #6495ed;
}
a.btn-reg::before {
  right: 0;
}
a.btn-reg::after {
  left: 0;
}
a.btn-reg:hover::before,
a.btn-reg:hover::after {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 0;
  background-color: #59b1eb;
}





a.btnpdf:hover {
  background-color: #191970 ;
}


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

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

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

.my-page-title-normal {
  color: #00008b ;
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0px 5px 0px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;  
}

.my-page-title-alert {
  color: #00008b ;
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0px 5px 10px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.my-page-title-mini {
  color: #00008b ;
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0 5px 0px;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}

.my-page-title-minimini {
  color: #00008b ;
  margin-top: 1rem;
  font-style: italic;
  padding: 5px 0 5px 0px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
}

.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 ;
}

.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: #4682b4 ;
  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: #4169e1 ;
}

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

.navbar {
  background-color: #191970 ;
}

.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: #191970 ;
}

.navbar-toggler {
  outline: none ;
}

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

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

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

/* アンダーラインをアニメに */

.nav-link{
  display: block;
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
  background: #191970;
}
.nav-link::before,
.nav-link::after {
  border-bottom: solid 1px #ffffff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.nav-link::before {
  left: 50%;
}
.nav-link::after {
  right: 50%;
}
.nav-link:hover::before,
.nav-link:hover::after {
  width: 50%;
}

.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: 360px;
  position: relative;
}

.homeMainStr_BTN{ width:72px; height:57px;}
.homeMainStr_BTN:hover{ cursor:pointer; opacity:0.8; }



/* 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: #fff;
  font-size: 3rem;
  font-weight: 500;
}

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

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

.my-footer {
  font-size: 1.0rem;
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 10px 0;
  background-color: #191970;
  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: "Poppins", "Sarabun", sans-serif;
  font-size: 1.2rem;
}

.w-bleak {
   word-break: break-word;
}


@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: #191970;
  }

  .navbar-nav {
    background-color: #191970 ;
  }

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

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

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

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

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

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

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

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

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

  .my-banner-date {
    color: #fff;
    background-color: #191970;
    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;
  }
}
