﻿body{
  margin:0;
  font-size:0;
}

.wrapper{
  width:750px;
  margin:0 auto;
}

#header{
  background-color:#333F50;
  position:fixed;
  height:40px;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

#main-logo{
  width:150px;
  margin:0;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
  height:58px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: black;
  padding: 1em 0;
  font-size: 20px;
  font-weight:bold;
  text-decoration:none;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 1px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



#iframe-head, #iframe-foot, #iframe-top-third, #iframe-bottom{
  border:none;
  margin: auto;
  display: block;
}

.main-title{
  margin-top:40px;
  text-align:center;
}

h1 {
  font-size:25px;
  color:midnightblue;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom:0px;
}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-top: solid 1px midnightblue;
  border-bottom: solid 1px midnightblue;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}

.main-title p {
  font-size:13px;
  color:black;
  position: relative;
  display: inline-block;
  text-align: left;
  margin:0 5px 5px 10px;
}

.btn-caution{
  padding:8px 15px;
  margin:5px 0 5px 40px;
  background:#770000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn-howto{
  padding:8px 15px;
  margin:5px 0 5px 40px;
  background:#008080;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn-rev{
  padding:8px 15px;
  margin:5px 0 5px 40px;
  background:#007700;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn a{
  font-size:25px;
  color:white;
  text-decoration:none;
}

.btn a:hover {
  opacity:0.5;
}

.btn-clear input{
  float:right;
}

.exp {
  font-size: 12px;
  position:absolute;
  margin:0 0 0 5px;
}

table, input {
 margin:0 5px 5px 5px;
}

input[type=text] {
 width: 120px;
}

table {
  width: 840px;
  margin:auto;
}

table,tr,th,td {
  font-size: 11px;
  list-style-type: none;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 1px;
}

tr {
  background: #000088;
  color:white;
}

th {
  font-size:15px;
  height:50px;
}

td {
  background: #F0FFFF;
  padding-left: 10px;
  color:black;
}

.url{
  display:none;
}




.explanation-wrapper, .caution-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #e6ecf0;
  padding: 0px 10px;
  border-radius: 10px;
  width: 350px;
  height: 540px;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: -20px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa-times-explanation {
  position: absolute;
  top: -20px;
  right: 20px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa {
  margin-right: 5px;
  font-size:30px;
  font-weight:bold;
}

#explanation-form{
  width: 100%;
}

#explanation-form img{
  width:340px;
  text-align: center;
  padding-top:50px;
}

.close-modal{
  text-align:center;
}

.close-modal a{
  display: inline-block;
  padding: 14px 110px;
  background-color: #003399;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

.close-modal a:hover{
  opacity:0.7;
}

h3{
  font-size: 17px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 20px;
}

#explanation-form p{
  text-align: left;
  color: #5f5d60;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size:12px;
  font-weight:bold;
  line-height:13px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.main-cap{
  color:maroon;
  font-size:30px;
  font-weight:bold;
  text-align:center;
}

.small-cap{
  font-size:20px;
  text-align:center;
}


.first-modal-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
  text-align: center;
}

#page-1, #page-2, #page-3, #page-4{
  width: 100%;
}

#page-1 img, #page-2 img, #page-3 img, #page-4 img{
  width: 350px;
  padding-top:50px;
}

#page-1 p, #page-2 p, #page-3 p, #page-4 p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin:5px 10px 0 10px;
  font-size:13px;
  font-weight:bold;
  line-height:14px;
  text-align:left;
}

.submit-btn a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #008080;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

.black{
  font-size:17px;
  color:black;
}