@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Zen+Antique&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
}

body {
  height: 100%;
  width: 100%;
  background-image: url("./images/main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body::after {
  content: "";
  position: absolute;
  display: block;
  background: black;
  width: 100%;
  height: 700vh;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.title {
  position: relative;
  margin-top: 80px;
  text-align: center;
  font-size: 80px;
  opacity: 0;
  z-index: 2;
  margin-bottom: 150px;
}

.title2 {
  text-align: center;
  font-size: 80px;
  opacity: 0;
  z-index: 2;
  margin-bottom: 150px;
}

.title.active {
  opacity: 1;
  transition: all 5s;
}

.title2.active {
  opacity: 1;
  transition: all 5s;
}


/*n_style.css-------------------------------------*/


.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content {
  position: relative;
  width: 1025px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .text-box0 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 50px;
  max-width: 950px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  font-size: 30px;
  margin-bottom: 100px;
}

.text-box0 p{
  font-size: 25px;
  margin-bottom: 10px;
}


h3.text{
  font-size:28px;
  margin-bottom: 50px;
}


/*n_style.css-------------------------------------*/



.img-wrap {
  position: absolute;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 40%;
  width: 10vw;
  overflow: hidden;
  opacity: 0;
}

.img-wrap.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.6);
}

.img-wrap.active > .img {
  transform: scale(1.0);
  transition: 1s ease-out;
}

.img-wrap {
  filter: grayscale(100%);
}

/*-----------------------------*/

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
z-index: 1;
}

.sp-part-top:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

.sp-form input{
  font-size : 1rem;
  color: #000;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1rem;
  color : #ffffff;
  background-color : #8b8569;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  min-width : 150px;
  cursor : pointer;
}

.sp-form input[type="reset"]{
  font-size : 1rem;
  color : #e8f0f1;
  background-color : #8b8569;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  min-width : 150px;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 20px;
  color: #000;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  width : 100%;
  height : 90%;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

#sp-form-1{
  margin-bottom : 1.5em;
}

#sp-form-1 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #080808;
  background-color : #11b7da;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 120px;
  display : block;
}

#sp-form-1 > table{
  color : #5c5c5c;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > table th{
  font-weight : bold;
  color : white;
  background-color : #163e5b;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > textarea[name="message"]{
  width : 100%;
}



table {
  z-index: 20;
  margin: auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.s-box{
  color: rgb(4, 97, 114);
  width: 700px;
  height: 500px;
}

.m-box{
  color: rgb(4, 97, 114);
  width: 600px;
  height: 50px;
}

.text-na {
  text-align: center;
  font-size: 25px;
   z-index: 2;
}

.text-nb {
  text-align: center;
  font-size: 15px;
   z-index: 2;
}

.text2 {
  text-align: left;
  font-size: 25px;
   z-index: 2;
}

.text3 {
  text-align: left;
  font-size: 25px;
   z-index: 2;
}

.text4 {
  text-align: center;
  font-size: 25px;
  z-index: 2;
 }

 .text5 {
  width: 130px;
  justify-content:space-evenly;
  padding-left: 20px;
  padding-right: 20px;
  color:rgb(9, 168, 189);
  font-size: 25px;
  z-index: 2;
 }

 .text6 {
  text-align: center;
  width: 130px;
  justify-content:space-around;
  color:rgb(9, 168, 189);
  font-size: 25px;
  z-index: 2;
 }

 .box {
  position: relative;
  text-align: center
 }

 .content .text-box3 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(90px);
  padding: 30px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 100px;
}

.content .text-box3 h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.content .text-box3 p {
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

/*----------------------------*/
/*section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  color: #fff;
}*/


section .sec-01 {
  position: relative;
  height: 130vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

section .sec-02{
  position: relative;
  height: 280vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

section .sec-05 {
  position: relative;
  height: 50vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.info-title5 {
  font-size: 2em;
  margin-bottom: 10px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

 .content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 25PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
 }


 #nav {
  list-style: none;
  overflow: hidden;
}
 
#nav li {
  width: 200px;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 40px;
  line-height: 50px;
  margin-right: 2px;
}


 .media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5) {
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4) {
  padding-left: 20px;
}

.Copyright{
  Width: 400px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;

}

#footer{
  width: 100%;
  height: 100px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (max-width: 768px) { 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
}

body {
  height: 100%;
  width: 100%;
  background-image: url("./images/main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body::after {
  content: "";
  position: absolute;
  display: block;
  background: black;
  width: 100%;
  height: 700vh;
  top: 0;
  left: 0;
  opacity: 0.5;
}

/*section { 
   display: flex;
   justify-content: start;   
   position: static;  
   align-items: center;
   flex-direction: column;
 } */

.title {
  position: relative;
  margin-top: 80px;
  text-align: center;
  font-size: 34px;
  opacity: 0;
  z-index: 2;
  margin-bottom: 80px;
}

.title2 {
  text-align: center;
  font-size: 1.6rem;
  opacity: 0;
  z-index: 2;
  margin-bottom: 10px;
  width: 350px;
 
}

.title.active {
  opacity: 1;
  transition: all 5s;
}

.title2.active {
  opacity: 1;
  transition: all 5s;
}


/*n_style.css-------------------------------------*/


.container {
  position: relative;   /*relative;*/
  display: flex;
  justify-content: center;   /*center;*/
  align-items: center;
  flex-direction: column;
width: 118%;/*250px;*/
/*height: 400px;*/
}

.content {
  position: relative;
  width: 180%;/*400px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  right: 18px;
}

.content .text-box0 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;/*5px;*/
  max-width: 400px;/*300px;*/
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  font-size: 0.7rem;
  margin-bottom: 0px;
   /* height: 140px;*/
}

.text-box0 p{
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 14px;
  width: 95%;
}


h3.text{
  font-size:0.8rem;
  margin-bottom: 10px;
  width: 300px;
  padding: 5px;
}


/*n_style.css-------------------------------------*/



.img-wrap {
  position: absolute;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 40%;
  width: 10vw;
  overflow: hidden;
  opacity: 0;
}

.img-wrap.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.6);
}

.img-wrap.active > .img {
  transform: scale(1.0);
  transition: 1s ease-out;
}

.img-wrap {
  filter: grayscale(100%);
}

/*-----------------------------*/

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
z-index: 1;
}

.sp-part-top:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

.sp-form input{
  font-size : 1rem;
  color: #000;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1rem;
  color : #ffffff;
  background-color : #8b8569;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  min-width : 150px;
  cursor : pointer;
}

.sp-form input[type="reset"]{
  font-size : 1rem;
  color : #e8f0f1;
  background-color : #8b8569;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  min-width : 150px;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 20px;
  color: #000;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  width : 100%;
  height : 90%;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

#sp-form-1{
  margin-bottom : 19999999+em;
}

#sp-form-1 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #080808;
  background-color : #11b7da;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 120px;
  display : block;
}

#sp-form-1 > table{
  color : #5c5c5c;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > table th{
  font-weight : bold;
  color : white;
  background-color : #163e5b;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > textarea[name="message"]{
  width : 100%;
}



table {
  z-index: 20;
  margin: auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.s-box{
  color: rgb(4, 97, 114);
  width: 700px;
  height: 500px;
}

.m-box{
  color: rgb(4, 97, 114);
  width: 600px;
  height: 50px;
}

.text-na {
  text-align: center;
  font-size: 12px;
   z-index: 2;
   height: 30px;
   width: 30px;        /*add*/
}

.text-nb {
  text-align: center;
  font-size: 12px;
  height: 30px;
   z-index: 2;
}

.text2 {
  text-align: left;
  font-size: 25px;
   z-index: 2;
}

.text3 {
  text-align: left;
  font-size: 25px;
   z-index: 2;
}

.text4 {
  text-align: center;
  font-size: 12px;
  z-index: 2;
  height: 80vh;
 }

 .text5 {
  width: 130px;
  justify-content:space-evenly;
  padding-left: 20px;
  padding-right: 20px;
  color:rgb(9, 168, 189);
  font-size: 25px;
  z-index: 2;
 }

 .text6 {
  text-align: center;
  width: 130px;
  justify-content:space-around;
  color:rgb(9, 168, 189);
  font-size: 25px;
  z-index: 2;
 }

 .box {
  position: relative;
  text-align: center;
 }

 .content .text-box3 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(90px);
  padding: 30px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 100px;
}

.content .text-box3 h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.content .text-box3 p {
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

/*----------------------------*/
/*section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  color: #fff;
}*/


section .sec-01 {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

section .sec-02{
  position: relative;
  height: 280vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

section .sec-05 {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 80px 100px;
  color: #fff;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.info-title5 {
  font-size: 2em;
  margin-bottom: 10px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

 .content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  max-width: 450px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 16px;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
 }


 #nav {
  list-style: none;
  overflow: hidden;
}
 
#nav li {
  width: 200px;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
}


 .media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5) {
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4) {
  padding-left: 20px;
}

.Copyright{
  Width: 150px;
  font-size: 15px;
  color: #28b5d8;
  /*font-weight:"#" ;*/
  text-align: center;
  height: 30px;
  line-height: 10px;
}

#footer{
  width: 100%;
  height: 100px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10px;
}


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*568px対象*/
/*@media screen and (max-width: 568px) {

  #sp-form-1 > table td{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    display : block;
  }

  #sp-form-1 > table th{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    display : block;
  }
}*/