ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 600px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}


.w_pg1 {
	position:fixed;
	right:0px;
	top:100px;
	z-index:2;	
}
.w_pg2 {
	position:fixed;
	right:0px;
	top:220px;
	z-index:2;	
}
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
	margin-top: 10px;
  width: 100%;
  background: #000000;
color: aliceblue;
	font-size: 75%;
	text-align: left;
}

#footer ul{
   display: flex;
  justify-content: space-between;
}
#footer li{
	margin-right: 10px;
  list-style: none;
  justify-content: center;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.yut{
	width: 70%;
	font-size: 15px;
}
.c_box7 table th{
	background-color: rgba(195,245,218,1.00);
	text-align: center;
	width: 15%;
		font-size: 15px;
}
.c_box7 table td{
	width: 15%;	
	margin: 5px;
	background: rgba(247,240,180,1.00);
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
}
@media screen and (max-width: 650px) {
	#footer{
		font-size: 10px;
	}
	.yut{
	font-size: 10px;
}
		.yutc{
	font-size: 10px;
}
			.yutt{
	font-size: 10px;
}
}

.m_link15 {}
.m_link15 a{
  display: inline-block;
  color:#FFFFFF;
  font-size:110%;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.m_link15 a::after{
  position: absolute;
  bottom: .2em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F9E904;
  opacity: 0;
  transition: .3s;
}
.m_link15 a:hover::after{
  bottom: 0;
  opacity: 1;
}