@charset "UTF-8";
html, body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg_back.png");
  background-repeat: repeat;
  background-color: rgba(219, 235, 249, 1.00);
  min-width: 320px
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}
h2 {
  color: rgba(0, 32, 60, 1.00);
  border-bottom: rgba(191, 229, 255, 1.00) solid 5px;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  margin-bottom: 15px;
  padding-top: 1em;
}
h2::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f192";
  padding-right: 0.3em;
  color: rgba(220, 100, 125, 1.00)
}
h3 {
  color: rgba(60,45,80,1.00);	
  border-bottom: 2pt solid rgba(180,147,225,1.00);
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
}
h3::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c8";
  padding-right: 0.3em;
  color: rgba(161,140,192,1.00)
}
h3.card-header::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f192";
  padding-right: 0.3em;
  color: rgba(0, 153, 185, 1.00)
}
h4 {
  border-bottom: 1pt solid rgba(171, 121, 235, 1.00);
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: rgba(0,120,210,1.00);
  padding-left: 10px;
}
h4::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f111";
  font-weight: 400;
  padding-right: 0.3em;
  color: rgba(0,120,210,1.00)
}
h4.card-header::before {
  content: none;
}
header, footer, main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* ヘッダー */
#home header {
  border-bottom: 0.5rem solid rgba(108, 195, 255, 1.00);
  background-color: rgba(0, 109, 182, 1.00);
}
#page header {
  border-bottom: 0.5rem solid rgba(108, 195, 255, 1.00);
}
#home main {
  max-width: 960px;
  background-size: cover;
  background-image: url("../images/home/bg_keyvisual.png");
  background-repeat: repeat;
}
#page main {
	max-width: 960px;
	background-size: cover;
	background-image: url("../images/page/bg_main.png");
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
#page #contents {
  background-color: rgba(255, 255, 255, 1.00);
}
/* svg */
#theme {
	margin-top: 35px;
	width: 80%;
	margin-left: auto;
	margin-right: auto
}
#theme img {
  max-width: 90%;
  width: 90%;
}
#dvp {
	margin-top: 250px;
	width: 94%;
	margin-left: auto;
	margin-right: auto
}
#dvp img {
  max-width: 90%;
}
#kyousai {
	margin-top: 0px;
	width: 70%;
	margin-left: auto;
	margin-right: auto
}
#kyousai img {
  max-width: 90%;
}
#kyousai a:hover{
	opacity: 0.6;
	transition: 1s
}
/*****************************/
/* ■フッター共通（PC・モバイル）　*/
/*****************************/
footer.container {
  max-width: 960px
}
footer {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: rgba(232, 241, 255, 1.00);
  clear: left;
  background-image: url("../images/bg_footer.png");
  background-size: cover;
  background-position: 0% 60%;
}
#footer #secretariat {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#footer #secretariat dt {
  font-size: 0.95em;
  color: rgba(6, 93, 156, 1.00);
  padding-bottom: 0.1em;
}
#footer #secretariat dd {
  font-size: 90%;
  color: rgba(0, 62, 94, 1.00);
}
#footer #secretariat a {
  color: rgba(0, 62, 94, 1.00);
  text-decoration: none;
}
#footer #secretariat a:hover {
  color: rgba(255, 158, 0, 1.00);
}
#footer #secretariat h6 {
  text-align: center;
  color: rgba(7, 51, 73, 1.00);
  font-size: 1.1em;
  height: 36px;
  padding-top: 5px;
  max-width: 600px;
  border-right: none;
  border-bottom: 2px solid rgba(3, 97, 255, 0.77);
  background-color: rgba(126, 168, 255, 0.20);
  border-radius: 16px 16px 16px 16px;
  margin-top: 0px;
}
#copyright {
  font-size: 0.9em;
  max-width: 960px;
  clear: left;
  text-align: center;
  color: rgba(155, 221, 255, 1.00);
  padding-top: 13px;
  height: 46px;
  background-color: rgba(16, 98, 139, 1.0);
}
@media (min-width: 992px) {
  #footer #secretariat dl {
    margin-top: 0.3em
  }
  #footer #secretariat h6 {
    text-align: left;
    color: rgba(7, 51, 73, 1.00);
    font-size: 1.0em;
    height: 28px;
    min-width: 220px;
    border-right: 5px solid rgba(3, 97, 255, 0.77);
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 14px 0px 0px 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0px;
    border-bottom: none;
  }
#page main {
	background-size: contain;
	}
	
}
@media (max-width: 991.98px) {
#kyousai {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
/*  LG */
@media (max-width: 1199px) {
  #home #sideBarBottom{
    margin-top: 0px
  }
}
/*  MD */
@media (min-width: 768px) and (max-width: 991.98px) {
  #theme {
    margin-top: 0px;
    width: 60%
  }
  #dvp {
	margin-top: 233px;
	width: 80%
  }
#kyousai {
	width: 80%;
}
}
/*  SM */
@media (min-width: 575px) and (max-width: 767.98px) {
  #theme {
    margin-top: 0px;
    width: 80%
  }
  #dvp {
    margin-top: 180px;
    width: 90%
  }
}
/*  XS */
@media (min-width: 320px) and (max-width: 574.98px) {
  #theme {
    margin-top: 0px;
    width: 82%
  }
  #dvp {
    margin-top: 178px;
  }
  #copyright {
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}
/*  XS */
@media (max-width: 319.98px) {
  #theme {
    margin-top: 0px;
  }
  #dvp {
    margin-top: 80px;
    width: 93%;
  }
#kyousai {
	margin-top: 62px;
}
  #copyright {
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}
/* ----------------------- */
/* ■ サイドバー情報　　 　*/
/* ----------------------- */
#endaiLimit dl {
  border: 1px solid #4E91E2;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, rgba(33, 169, 68, 0.10) 0%, rgba(15, 115, 181, 0.10) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(33, 169, 68, 0.10) 0%, rgba(15, 115, 181, 0.10) 100%);
  background-image: -o-linear-gradient(270deg, rgba(33, 169, 68, 0.10) 0%, rgba(15, 115, 181, 0.10) 100%);
  background-image: linear-gradient(180deg, rgba(33, 169, 68, 0.10) 0%, rgba(15, 115, 181, 0.10) 100%);
}
#endaiLimit dt {
  font-size: 18px;
  text-align: center;
  color: #CB86AB;
  margin-bottom: 3px;
  text-shadow: 1px 1px 2px #FFFFFF;
  font-family: kan415typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*****************************/
/* ■トップバック　   　　 　  */
/*****************************/
#topBack {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
}
#topBack i, #topBack i:hover {
  font-size: 50px
}
#topBack a {
  background-color: rgba(255, 112, 183, 1.00);
  text-decoration: none;
  color: #F3FAFF;
  width: 56px;
  height: 56px;
  padding: 3px;
  text-align: center;
  display: block;
  border-radius: 28px;
  opacity: 0.9;
  font-size: 24px;
}
#topBack:hover {
  opacity: 0.5;
}
/*****************************/
/* ■準備中		　　   　　 　  */
/*****************************/
#nowconst {
  padding-top: 2em;
  border: 3px solid rgba(83, 131, 168, 1.00);
  border-radius: 16px;
  color: rgba(118, 160, 188, 1.00);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3em;
  margin-top: 3em;
  background-color: rgba(246, 254, 255, 0.83);
  padding-bottom: 2em;
}
/*################################################################*/
/*# ■ エラー                                                    #*/
/*################################################################*/
#alertMsgBox {
  text-align: center
}
.error {
  font-size: 12px;
  position: relative;
  z-index: 99;
  opacity: 1;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid;
  animation: error 1s linear 5s 1;
  animation-fill-mode: forwards;
  -webkit-animation: error 1s linear 5s 1;
  -webkit-animation-fill-mode: forwards;
}
@keyframes error {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes error {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.alertMsg {
  font-size: 12px;
  position: relative;
  z-index: 99;
  opacity: 1;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #388624;
  background-color: #E0F2DE;
  border: 1px solid #99C7BB;
  animation: alertMsg 1s linear 5s 1;
  animation-fill-mode: forwards;
  -webkit-animation: alertMsg 1s linear 5s 1;
  -webkit-animation-fill-mode: forwards;
}
@keyframes alertMsg {
  0% {
    opacity: 1;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  99% {
    opacity: 0;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  100% {
    opacity: 0;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
}
@-webkit-keyframes alertMsg {
  0% {
    opacity: 1;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  99% {
    opacity: 0;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  100% {
    opacity: 0;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.alertFade::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 600;
  margin-right: 0.3em
}
.alertFade {
  position: relative;
  z-index: 99;
  opacity: 1;
  height: auto;
  margin: 0 auto;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 90%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid;
  animation: alertFade 1s linear 4s 1;
  animation-fill-mode: forwards;
  -webkit-animation: alertFade 1s linear 4s 1;
  -webkit-animation-fill-mode: forwards;
  text-align: center;
}
@keyframes alertFade {
  0% {
    opacity: 1;
    height: auto;
    margin: 0 auto;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  99% {
    opacity: 0;
    height: auto;
    margin: 0 auto;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}
@-webkit-keyframes alertFade {
  0% {
    opacity: 1;
    height: auto;
    margin: 0 auto;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  99% {
    opacity: 0;
    height: auto;
    margin: 0 auto;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}