@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address{
  font-weight: normal;
  font-style: normal;
  margin-bottom : 0px;
  font-size : 12px;
}
body{
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 100%;
  min-width: 1024px;
  height: 100%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  color : white;
  line-height : 1.7;
  background-color : #51868a;
  background-size : auto 100%;
}
.zen{
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
@media print {
  body{
  display : none;
}
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
ul{
  margin : 0;
  padding : 0;
}
img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 130%;
}
.bigest{
  font-size : 200%;
}
.bigest2{
  font-size : 300%;
}
.smaller{
  font-size : 85%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 17px;
  min-width : 768px;
  max-width : 1100px;
}
.sen{
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp5per{
  width : 5%;
}
.topmar10{
  margin-top : 10px;
}
.topmar20{
  margin-top : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.footer{
  font-size : 12px;
  padding-bottom : 60px;
  color : #cccccc;
  background-color : rgba(0, 0, 0, 0.8);
  text-align : center;
  padding-top : 60px;
}
.titles{
  font-size : 300%;
  letter-spacing : 5px;
  text-align : center;
  text-shadow : 0px 0px 5px #ffffff;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.img80per{
  width : 80%;
}
.midashi1{
  font-size : 200%;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  padding-left : 20px;
  letter-spacing : 0.1em;
  font-weight : 900;
  text-shadow : 2px 2px 2px #496566;
}
.midashi2{
  font-size : 130%;
  padding-bottom : 5px;
  padding-left : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #f7ebb3;
  letter-spacing : 0.1em;
  padding-top : 5px;
}
.midashi3{
  font-size : 130%;
  padding-bottom : 10px;
  padding-left : 20px;
  letter-spacing : 0.1em;
  padding-top : 10px;
  background-color : #526981;
  padding-right : 10px;
}
.btn,
a.btn,
button.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : #c0c0c0;
  width : 300px;
}
a.btn-flat{
  overflow: hidden;
  padding : 0.75em;
  color : #ffffff;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #b0966a;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000000;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.table100{
  width : 100%;
}
.staff1{
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  width : 30%;
  vertical-align : top;
  text-align : right;
}
.staff2{
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  width : 65%;
  vertical-align : top;
  text-align : left;
}
.staff9{
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  width : 5%;
  vertical-align : top;
  text-align : center;
}
.medatsu1{
  background-color : rgba(255, 255, 255, 0.8);
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  color : black;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-width : 1px;
  border-style : solid;
  border-color : #b0966a;
}
.text_yellow{
  color : #d7a81c;
}
.text_blue{
  color : #d2f9fd;
}
.fadekage{
  background-image : linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  height : 150px;
}
.footertop{
  background-image : url(../img_common/footer.jpg);
  height : 678px;
  background-repeat : no-repeat;
  background-position : center top;
  color : white;
  text-align : left;
  font-size : 17px;
}
.com1{
  vertical-align : middle;
  text-align : center;
  width : 20%;
  border-right-width : 2px;
  border-right-style : solid;
}
.com2{
  vertical-align : top;
  text-align : left;
  width : 75%;
  font-size : 90%;
}
.back99{
  background-color : rgba(255, 255, 255, 0.7);
}
.img20th{
  width : 200px;
}
.backall{
  background-image : linear-gradient(#4e8489, #6fb6b9);
}
.fcdr{
  display        : inline-block;
  text-shadow    : 
       2px  2px 0px #fff,
      -2px  2px 0px #fff,
       2px -2px 0px #fff,
      -2px -2px 0px #fff,
       2px  0px 0px #fff,
       0px  2px 0px #fff,
      -2px  0px 0px #fff,
       0px -2px 0px #fff;
/* �����̉e */
}
.line_left{
  padding-left : 15px;
  margin-left : 10px;
  border-left-width : 4px;
  border-left-style : solid;
}
.mark1{
  font-weight : bold;
  color : #455c81;
  background-color : white;
  font-size : 90%;
}
</style>