/* CSS Document */
.container {
  width: 960px;
  min-width: 960px;
  -webkit-box-shadow: 2px 2px 10px rgba(14, 14, 14, 1.00);
  box-shadow: 2px 2px 10px rgba(14, 14, 14, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  margin: 0 auto;
  border-radius: 8px;
}
#home #header {
  margin: 0px;
  padding: 0px;
  width: 960px;
}
#home #keyVisual {
  margin: 0px;
  padding: 0px;
  width: 720px
}
#main {
  margin: 0px;
  padding: 0px;
  width: 720px
}
.nav {
  margin: 0px;
}
.col-3 {
  margin: 0px;
  max-width: 240px;
}
.col-9 {
  margin: 0px;
  max-width: 720px
}
body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1em;
  background-color: rgba(192, 200, 215, 1.00);
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(270deg, rgba(187, 209, 235, 1.00) 0%, rgba(130, 153, 194, 1.00) 98.96%);
  background-image: -moz-linear-gradient(270deg, rgba(187, 209, 235, 1.00) 0%, rgba(130, 153, 194, 1.00) 98.96%);
  background-image: -o-linear-gradient(270deg, rgba(187, 209, 235, 1.00) 0%, rgba(130, 153, 194, 1.00) 98.96%);
  background-image: linear-gradient(180deg, rgba(187, 209, 235, 1.00) 0%, rgba(130, 153, 194, 1.00) 98.96%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
	width: 80%;
	padding: 0.5em 1em;
	border-radius: 0px 0px 80px 0px;
	font-weight: bold;
	display: block;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-top: 0px;
	color: rgba(9, 48, 62, 1.00);
	background-image: -webkit-linear-gradient(0deg, rgba(218, 244, 255, 1.00) 0%, rgba(82, 168, 255, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(218, 244, 255, 1.00) 0%, rgba(82, 168, 255, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(218, 244, 255, 1.00) 0%, rgba(82, 168, 255, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(218, 244, 255, 1.00) 0%, rgba(82, 168, 255, 1.00) 100%);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-position: left center;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	animation: bgExpand 2.0s ease-out forwards, shadowGrow 1.0s ease-out 2.0s forwards, borderOpacity 2.0s ease-out forwards, fadeIn 2.0s ease-out forwards;
}
@keyframes bgExpand {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shadowGrow {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
}
@keyframes borderOpacity {
  from {
    border-top: 2px solid rgba(140, 222, 255, 0.10);
    border-bottom: 6px solid rgba(140, 222, 255, 0.10);
  }
  to {
    border-top: 2px solid rgba(70, 120, 170, 1.00);
    border-bottom: 6px solid rgba(70, 120, 170, 1.00);
  }
}
h1::before {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 0.5em;
  margin-left: 0.3em
}
h2 {
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0.3em;
  padding-left: 1em;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 20px;
  color: #47B3E6;
  border-bottom: 1px solid #8AA5B3;
}
h2::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.3em;
  color: rgba(18, 100, 139, 1.00);
}
h3 {
  font-size: 18px;
  color: rgba(234, 84, 19, 1.00);
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 1.00);
  font-weight: 600;
}
h3::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 0.5em
}
h4 {
  font-size: 16px;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0.5em;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-top: 20px;
  color: rgba(0, 53, 110, 1.00);
}
h5 {
  font-size: 100%;
  width: 650px;
  height: 30px;
  color: rgba(3, 113, 216, 1.00);
  margin-bottom: 0px
}
#home #header {
  background-image: url("../images/home/bg_header_home.png");
  background-size: cover;
  height: 153px;
  background-repeat: no-repeat;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
#home #main {
  background-image: url("../images/home/bg_keyVisual_home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 12, 26, 1.00);
  min-height: 903px;
}
#page #header {
  background-image: url("../images/pages/bg_header.png");
  height: 189px;
  background-repeat: no-repeat;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 10px solid rgba(0, 140, 255, 1.00);
}
#page #main {
  width: 720px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-color: rgba(248, 252, 255, 1.00);
}
/* サイドバー */
#home #sideBar {
  background-image: url("../images/home/bg_sidebar_home.png");
  width: 240px;
  height: 903px; /*#home #mainと同調*/
  background-repeat: no-repeat;
  padding-top: 28px;
  background-color: rgba(0, 0, 26, 1.00);
}
#page #sideBar {
  width: 240px;
  min-height: 600px;
  background-repeat: no-repeat;
  padding-top: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(210, 235, 255, 1.00) 0%, rgba(73, 107, 170, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(210, 235, 255, 1.00) 0%, rgba(73, 107, 170, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(210, 235, 255, 1.00) 0%, rgba(73, 107, 170, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(210, 235, 255, 1.00) 0%, rgba(73, 107, 170, 1.00) 100%);
}
/* ~~ フッター ~~ */
/* バナーあり 
#home #footer {
  background-image: none;
  height: 175px;
  background-repeat: no-repeat;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 30px;
  background-color: rgba(66, 67, 64, 1.00);
}
*/
/* バナーなし */
#home #footer {
  background-image: url("../images/home/bg_footer_home.png");
  height: 213px;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  /*background-color: rgba(66, 67, 64, 1.00);*/
}
#page #footer {
	background-image: url("../images/pages/bg_footer.png"), -webkit-linear-gradient(270deg,rgba(49,155,236,1.00) 0%,rgba(10,48,94,1.00) 100%);
	height: 213px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-image: url("../images/pages/bg_footer.png"), -moz-linear-gradient(270deg,rgba(49,155,236,1.00) 0%,rgba(10,48,94,1.00) 100%);
	background-image: url("../images/pages/bg_footer.png"), -o-linear-gradient(270deg,rgba(49,155,236,1.00) 0%,rgba(10,48,94,1.00) 100%);
	background-image: url("../images/pages/bg_footer.png"), linear-gradient(180deg,rgba(49,155,236,1.00) 0%,rgba(10,48,94,1.00) 100%);
}
#home .dvp, #page .dvp {
  width: 400px;
  margin-left: 30px;
  margin-top: 40px
}
#home .secretariat, #page .secretariat {
  margin-top: 15px
}
#home #footer dl, #page #footer dl {
  font-size: 0.9em;
}
#home #footer dt, #page #footer dt {
  font-size: 1.1em;
  text-align: center;
  font-weight: normal;
  padding-top: 3px;
  width: 8em
}
#home #footer dd, #home #footer a, #page #footer dd, #page #footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  margin-bottom: 0em;
  padding-bottom: 0em;
}
#home #footer a:hover, #page #footer a:hover {
  text-decoration: none;
  color: rgba(216, 208, 137, 1.00);
}
#home #copyright, #page #copyright {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0px;
  text-align: center;
  color: rgba(255, 232, 196, 1.00);
  margin-top: 0px;
  background-color: rgba(240, 131, 30, 1.00);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* トップバック */
#topBack {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
#topBack i {
  font-size: 50px
}
#topBack a {
  background-color: #A3319B;
  text-decoration: none;
  color: #FFFFFF;
  width: 54px;
  height: 54px;
  padding: 2px;
  text-align: center;
  display: block;
  border-radius: 27px;
  opacity: 0.7;
  font-size: 24px;
}
#topBack a:hover {
  text-decoration: none;
  background-color: #EA95C1;
}
#topBack i:hover {
  color: #B43DA1;
}
/*****************************/
/* ■只今準備中です。
追ってご案内致します。		　　   　　 　  */
/*****************************/
#nowconst {
  padding-top: 1.5em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1.5em;
  border: 3px solid rgba(43, 112, 132, 1.00);
  border-radius: 16px;
  color: rgba(43, 82, 94, 1.00);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1.5em;
}