/* CSS Document */ :root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --default-color: #133756;
  --heading-font: "Nunito", sans-serif;
  --heading-color: #827343;
  --nav-font: "Roboto Condensed", sans-serif;
  --accent-font: "Kiwi Maru", serif;
  --accent-color: #35819A;
  --feature-font: "Nunito Sans", sans-serif;
  --feature-color: #4B8E41;
  --background-color: #ffffff;
  --main-height: 780px;
  --footer-height: 262px;
}
.container {
  width: 964px;
  min-width: 964px;
  -webkit-box-shadow: 4px 4px 12px rgba(85, 81, 73, 0.60);
  box-shadow: 4px 4px 12px rgba(85, 81, 73, 0.60);
  background-color: rgba(255, 255, 255, 1.00);
  margin: 0 auto;
  border-radius: 12px;
  border: solid 2PX rgba(197, 184, 172, 1.00)
}
.nav {
  margin: 0px;
}
.col-3 {
  margin: 0px;
  max-width: 240px;
}
.col-9 {
  margin: 0px;
  max-width: 720px
}
body {
  margin: 0;
  padding: 1em;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-image: -webkit-linear-gradient(270deg, rgba(244, 244, 244, 1.00) 0.52%, rgba(181, 178, 176, 1.00) 99.48%);
  background-image: -moz-linear-gradient(270deg, rgba(244, 244, 244, 1.00) 0.52%, rgba(181, 178, 176, 1.00) 99.48%);
  background-image: -o-linear-gradient(270deg, rgba(244, 244, 244, 1.00) 0.52%, rgba(181, 178, 176, 1.00) 99.48%);
  background-image: linear-gradient(180deg, rgba(244, 244, 244, 1.00) 0.52%, rgba(181, 178, 176, 1.00) 99.48%);
  background-color: rgba(225, 225, 225, 1.00);
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
  height: 52px;
  width: 680px;
  font-weight: 600;
  font-size: 22px;
  color: rgba(255,255,255,1.00);
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-shadow: 2px 2px 6px rgba(0,0,0,1.00);
  border-top: 2px solid rgba(150,200,160,1.00);
  border-left: 2px solid rgba(150,200,160,1.00);
  border-bottom: 4px solid rgba(50,150,70,1.00);	
  border-right: 4px solid rgba(50,150,70,1.00);	
  background-color: rgba(29,89,41,1.00);
  padding-left: 0.5em;
  padding-bottom: 0.6em;
  border-radius: 4px;
}
h1::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 0.5em;
  margin-left: 0.3em;
  opacity: 0.6;
}
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: rgba(50,150,70,1.0);
  border-bottom: 1px solid #8AA5B3;
}
h2::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.3em;
  color: rgba(60,150,50, 1.00);
}
h3 {
  font-size: 18px;
  color: rgba(60,150,50, 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(60,150,50, 1.00);
}
h5 {
  font-size: 18px;
  width: 650px;
  height: 30px;
  color: rgba(74,96,71,1.00);
  margin-bottom: 0px
}
#home #header {
  background-image: url("../images/home/bg_header_home.png");
  background-size: cover;
  margin: 0px;
  padding: 0px;
  width: 960px;
  height: 230px;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#home #main {
  background-image: url("../images/home/bg_keyVisual_home.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: var(--main-height);
}
#page #header {
  background-image: url("../images/bg_header.png");
  height: 230px;
  background-repeat: no-repeat;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: 5px solid rgba(170,160,150,1.00);
}
#page #main {
  margin: 0px;
  padding: 0px;
  width: 720px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,1.00);
}
/* サイドバー */
#home #sideBar {
  background-image: url("../images/home/bg_sidebar_home.png");
  width: 240px;
  height: var(--main-height); /*#home #mainと同調*/
  background-repeat: no-repeat;
  padding-top: 0px;
  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(250,249,249,1.00) 0%,rgba(236,233,228,1.00) 53.89%,rgba(212,212,212,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,249,249,1.00) 0%,rgba(236,233,228,1.00) 53.89%,rgba(212,212,212,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,249,249,1.00) 0%,rgba(236,233,228,1.00) 53.89%,rgba(212,212,212,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,249,249,1.00) 0%,rgba(236,233,228,1.00) 53.89%,rgba(212,212,212,1.00) 100%);
}
/* ~~ フッター ~~ */
#footer{padding-top: 40px
}
#footer, #copyright {
  background-color: rgba(212, 212, 212, 1.00)
}
#home #footer {
  height: var(--footer-height);
  ;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  /*background-color: rgba(66, 67, 64, 1.00);*/
}
#page #footer {
  height: var(--footer-height);
  ;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  /*background-color: rgba(66, 67, 64, 1.00);*/
}
#tdvp {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向のセンタリング */
  justify-content: center; /* 縦方向のセンタリング */
  padding-left: 50px;
  padding-right: 50px
}
.theme {
  width: 90%;
  margin-bottom: 3em
}
.dvp {
  width: 80%
}
#home .secretariat, #page .secretariat {
  margin-top: 0px
}
#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(51, 51, 51, 1.00);
  margin-bottom: 0em;
  padding-bottom: 0em;
}
#home #footer a:hover, #page #footer a:hover {
  text-decoration: none;
  color: rgba(240, 120, 50, 1.00);
}
span.hr {
  border-top: solid 2px rgba(196, 189, 178, 1.00);
  display: inline-block;
  height: 5px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
  font-size: 14px;
  text-align: center;
  color: rgba(240, 120, 50, 1.00);
  padding-top: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* トップバック */
#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(170,160,150,1.00);
  border-radius: 16px;
  color: rgba(110,105,100,1.00);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1.5em;
}

#ovs{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/program/bg_over_sea.png");
}

/*  */
.customUL {
  list-style-type: none;
  margin-left: 3em;
  padding-left: 0;
}
	
.customUL > li {
	position: relative;
}

.customLI {
	left: -2.2em;
	position: absolute;
	text-align: center;
	width: 2.2em;
	line-height: inherit;
}