﻿body{
  margin:0;
  font-size:0;
}

.wrapper{
  background:white;
  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);
}



.login-modal-wrapper, .signup-modal-wrapper, .explanation-wrapper, .hypertrophy-wrapper, .strength-wrapper, .freeword-wrapper, .annotation-wrapper, .first-modal-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;
}

.modal2 {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: white;
  padding: 60px 3px 20px 3px;
  border-radius: 10px;
  width: 320px;
  height: 450px;
  text-align: center;
  z-index: 10;
}

.modal-explanation {
  position: absolute;
  top: 8%;
  left: 5%;
  background-color: white;
  padding: 60px 3px 20px 3px;
  border-radius: 10px;
  width: 320px;
  height: auto;
  text-align: center;
  z-index: 10;
}

.modal-left {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #e6ecf0;
  padding: 0px 10px;
  border-radius: 10px;
  width: 320px;
  height: 380px;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 4px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  z-index:8;
}

.fa-times-explanation {
  position: absolute;
  top: -20px;
  right: 20px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa {
  margin-right:3px;
  margin-top:1px;
  font-size:40px;
  font-weight:bold;
}

#signup-form, #login-form, #explanation-form, #hypertrophy-form {
  width: 100%;
}

#signup-form h2, #login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size:20px;
  line-height:22px;
}

#signup-form input, #login-form input {
  width: 320px;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 12px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

.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;
}



#submit-btn-new a{
  display: inline-block;
  padding: 14px 140px;
  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{
  text-align:center;
}

.close-modal a{
  display: inline-block;
  padding: 14px 50px;
  background-color: #003399;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

#submit-btn a:hover, #submit-btn-new a:hover, .close-modal a:hover{
  opacity:0.7;
}

#login-form h2{
  font-size:20px;
  font-weight:bold;
  margin-bottom: 15px;
}

h3{
  font-size: 17px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 20px;
}

#signup-form p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size:20px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 120px;
}

#explanation-form p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size:15px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.main-cap{
  color:maroon;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}

.main-cap2{
  color:maroon;
  font-size:28px;
  font-weight:bold;
  text-align:center;
}

.small-cap{
  font-size:20px;
  text-align:center;
}

#login-form p:before, #login-form p:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 60px;
  height: 2px;
  border-top: solid 1px #5f5d60;
  border-bottom: solid 1px #5f5d60;
}

#login-form p:before {
  left:0;
}
#login-form p:after {
  right: 0;
}

#login-form p {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:20px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 75px;
}

#signup-form p:before, #signup-form p:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 100px;
  height: 2px;
  border-top: solid 1px #5f5d60;
  border-bottom: solid 1px #5f5d60;
}

#signup-form p:before {
  left:0;
}
#signup-form p:after {
  right: 0;
}


#page-1, #page-2, #page-3, #page-4, #page-5, #page-6{
  width: 100%;
}

#page-1 img, #page-2 img, #page-3 img, #page-4 img, #page-5 img, #page-6 img{
  width: 300px;
}

#page-1 p, #page-2 p, #page-3 p, #page-4 p, #page-5 p, #page-6 p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size:13px;
  line-height:14px;
  text-align:left;
}





.main-title{
  margin-top:40px;
  text-align:center;
}

.main-title 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:11px;
  color:black;
  text-align: left;
  margin:0 5px 5px 10px;
}





.count-wrapper{
  height:160px;
  text-align:center;
}


.table-wrapper{
  height:1000px;
}

.img-map{
  width:750px;
  margin-left:10px;
}

.map p{
  font-size:28px;
  font-weight:normal;
  margin-left:40px;
}

table {
  width:360px;
  border-collapse: collapse;
  border: solid 5px black;
}

table,td,th{
  border:solid 2px #000066;
  font-size:16px;
  font-weight:normal;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 5px 5px;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


#red{
  background:rgb(255,213,213);
  text-align:center;
  padding: 5px 10px;
}

#light-red{
  background:rgb(255,241,241);
  text-align:center;
  padding: 5px 10px;
}

#middle-red{
  background:rgb(255,227,227);
  text-align:center;
  padding: 5px 10px;
}

#blue{
  background:rgb(231,237,247);
  text-align:center;
  padding: 5px 10px;
}

#green{
  background:rgb(240,249,231);
  text-align:center;
  padding: 5px 10px;
}

#purple{
  background:rgb(215,188,235);
  text-align:center;
  padding: 5px 10px;
}

.count h1{
  position: relative;
  padding: 5px;
  border-left: 10px solid #778899;
  font-size:40px;
  margin:10px 0 0 20px;
  border-bottom: 5px solid #7ed1e;
}

.count h1:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: '';
  width: 10px;
  height: 50%;
  background-color: #7ED1E6;
}

.count h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 90%;
  height: 0;
  border-bottom: 3px solid #778899;
}

.count p{
  font-size:26px;
  font-weight:normal;
  margin-left:40px;
}

.arrow img{
  position: absolute;
  width:42px;
  margin:53px 0 0 689px;
}

.btn-hypertrophy1{
  padding:2px 2px;
  margin:-22px 0 0 8px;
  background:#800000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-hypertrophy2{
  padding:8px 15px;
  margin:335px 0 0 30px;
  background:blue;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-hypertrophy3{
  padding:8px 15px;
  margin:550px 0 0 30px;
  background:green;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-hypertrophy4{
  padding:8px 15px;
  margin:695px 0 0 30px;
  background:green;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-hypertrophy5{
  padding:3px 15px;
  margin:5px 0 0 -100px;
  background:#990099;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-annotation1{
  padding:2px 10px;
  margin:160px 0 0 10px;
  background:#800000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}

.btn-annotation2{
  padding:2px 10px;
  margin:455px 0 0 10px;
  background:#800000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  position:absolute;
  cursor:pointer;
}


#plus{
  font-size:35px;
  font-weight:bold;
  position:absolute;
  margin:75px 0 0 755px;
}


#blue{
  background:#33FFFF;
}

#lblue{
  background:#CCFFFF;
}

#yellow{
  background:#fffaf0;
}

#orange{
  background:#ffe4e1;
}

#mgreen{
  background:#CCFF99;
}

.emphasis{
  font-size:38px;
  font-weight:bold;
  color:#ee0000;
}

.small-8{
  font-size:8px;
}
.small-10{
  font-size:10px;
}
.small-11{
  font-size:11px;
}
.small-12{
  font-size:12px;
}
.small-13{
  font-size:13px;
}
.small-14{
  font-size:14px;
}
.small-15{
  font-size:15px;
}
.small-16{
  font-size:16px;
}
.small-17{
  font-size:17px;
}
.small-18{
  font-size:18px;
}
.small-19{
  font-size:19px;
}
.small-20{
  font-size:20px;
}

.double{
  font-size:14px;
  text-decoration: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
  text-decoration-thickness: 1px;
}

.cen{
  text-align:center;
}

.btn-explanation{
  padding:10px 25px;
  margin-bottom:25px;
  background:#800000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
  cursor:pointer;
}


.btn-choice1 a{
  font-size:11px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

.btn-choice1, .btn-choice3, .btn-choice4{
  text-align:center;
}

.btn-choice2 a{
  font-size:14px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

.btn-choice3 a, .btn-choice4 a{
  font-size:20px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}


.bottom-wrapper{
  height;100px;
}

.btn-back{
  padding:8px 15px;
  margin-top:20px;
  margin-bottom:50px;
  background:#000055;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn:hover{
  opacity:1;
}


#footer{
  height:250px;
  background:#333F50;
}

#footer a{
  font-size:20px;
  color:white;
  text-decoration:none;
  margin:20px 180px;
  display:inline-block;
}


#footer img{
  width:300px;
  margin:30px 180px;
  display:block;
}


.div-ha-buy-button{
  margin:16px 0 0 0;
}

.ha-buy-button {
    display: block;
    font-size: 25px;
    font-weight:bold;
    padding: 4px 30px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 0px;
    color: #fff;
    background: #0000FF;
    border: 2px solid #00FFFF;
    border-radius: 8px;
    cursor: pointer;
}

.ha-buy-button:hover {
    background: #000077;
}

.ha-buy-button:disabled {
    color: #808080;
    background: #eee;
    border: 2px solid #808080;
    pointer-events:none;
}

.ha-check-button, .div-ha-buy-button{
  display:block;
  text-align:center;
}

.ha-check-button a{
  font-size:20px;
  font-weight:bold;
}

.ha-mini-text{
  font-size:18px;
  font-weight:bold;
}

.ha-mini-text2{
  font-size:15px;
}

.ha-mini-text3{
  font-size:15px;
}

input#ha-buy-check {
    transform: scale(2.3);
    margin-right: 1.2em;
}

.btn4{
  padding:15px 10px;
  margin-top:0;
  margin-bottom:20px;
  background:darkgreen;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

#explanation-form{
  text-align:center;
}

#explanation-form p{
  text-align:left;
}

#explanation-form a{
  font-size:26px;
  font-weight:bold;
  display:inline-block;
  text-decoration:none;
}

#iframe-bottom {
  border:none;
  margin: auto;
  display: block;
}

