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:10;
}

#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{
  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;
  top: 8%;
  left: 10%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 290px;
  height: auto;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 4px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  z-index:2;
}

.fa {
  margin-right:3px;
  margin-top:1px;
  font-size:40px;
  font-weight:bold;
}

#login-form {
  width: 100%;
}

#login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:20px;
  line-height:22px;
}

#login-form input {
  width: 280px;
  margin-bottom: 10px;
  font-size: 18px;
  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: 10px 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{
  opacity:0.7;
}

#login-form h2{
  font-size:17px;
  font-weight:bold;
  margin-bottom: 15px;
}

h4{
  font-size: 16px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 10px;
}

#login-form p:before, #login-form p:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-top: solid 1px #5f5d60;
  border-bottom: solid 1px #5f5d60;
}

#login-form p:before {
  left:-25;
}
#login-form p:after {
  right:-25;
}

#login-form p {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:17px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}


.to-top{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  right: 10px;
  bottom: 90px;
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  padding:10px;
  color: #fff;
  background: #000;
  opacity:0.8;
  z-index:3;
}


.main-title{
  margin-top:40px;
  text-align:center;
}

h1 {
  font-size:25px;
  color:midnightblue;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-bottom:0px;

}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 40px;
  height: 2px;
  border-top: solid 1px midnightblue;
  border-bottom: solid 1px midnightblue;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}

.contents-wrapper{
  background:white;
  height:2590px;
}

.explanation img{
  width:60px;
  border:solid 2px black;
  float:left;
  position:absolute;
  margin:-117px 10px 0 10px;
}

.btn-exp{
  color:white;
  padding:2px 35px;
  background:maroon;
  border-radius:7px;
  position:absolute;
  margin:-105px 0 0 90px;
}

.explanation a{
  font-size:25px;
  text-decoration:none;
  text-align:center;
}

.answer {
  display: none;
  padding: 10px 10px 5px 10px;
  margin:-58px 20px 0 20px;
  border:solid 2px maroon;
  border-radius:7px;
  position:absolute;
  width:298px;
  height:260px;
  background-color:white;
  z-index:10;
}

.answer p{
  font-size:17px;
  font-weight:normal;
  color:black;
  margin-top:5px;
  margin-bottom:5px;
  text-align:left;
}

.answer a{
  font-size: 20px;
  color:darkblue;
  text-decoration:none;
}

.cap p{
  font-size:20px;
  text-align:center;
  margin-top:110px;
  margin-bottom:0;
}

.cap2 p{
  font-size:15px;
  margin:-38px 0 0 68px;
  position:absolute;
}

#data-exp{
  width:30px;
  height:35px;
  position:absolute;
  z-index:2;
  margin:-45px 0 0 39px;
  border:none;
}

#data{
  width:30px;
  height:35px;
  position:absolute;
  z-index:2;
  margin:2px 0 0 2px;
  border:none;
}

.tab-group{
  width:95%;
  display: flex;
  justify-content: center;
  position:absolute;
  margin-left:-30px;
}

.t-reha{
  background:rgb(227,244,249);
  height:90px;
  border-radius :10px 0 0 0 ;
}

.t-one{
  background:rgb(235,248,239);
  height:90px;
  border-radius :10px 0 0 0;
}

.t-two{
  background:rgb(237,249,200);
  height:90px;
  border-radius :0 0 0 0;
}

.t-three{
  background:rgb(254,251,230);
  height:90px;
  border-radius :0 10px 0 0;
}

.t-four{
  background:rgb(255,255,203);
  height:90px;
  border-radius :0 10px 0 0;
}

.t-five{
  background:rgb(248,233,235);
  height:90px;
  border-radius :0 10px 0 0;
}

.tab-group img{
  width:60px;
}

.tab-group p{
  font-size:14px;
  margin:0 0 0 1px;
}

.tab{
  flex-grow: 1;
  padding:8px 0 0px 0px;
  list-style:none;
  text-align:center;
}



.panel-group{
  height:2450px;
  width:95%;
  border-bottom:solid 3px #CCC;
  border-top:none;
  margin:95px 0 0 10px;
  position:absolute;
}

.panel{
  display:none;
  font-size:20px;
  color:black;
}

.tab.is-active{
  color:rgb(222,222,222);
  transition: all 0.2s ease-out;
}

.panel.is-show{
  display:block;
}

.reha{
  background:rgb(227,244,249);
  height:240px;
  border-radius :0 0 8px 8px;
}

.one{
  background:rgb(235,248,239);
  height:2450px;
  border-radius :0 0 8px 8px;
}

.two{
  background:rgb(237,249,200);
  height:1250px;
  border-radius :0 0 8px 8px;
}

.three{
  background:rgb(254,251,230);
  height:1520px;
  border-radius :0 0 8px 8px;
}

.four{
  background:rgb(255,255,203);
  height:1640px;
  border-radius :0 0 8px 8px;
}

.five{
  background:rgb(248,233,235);
  height:580px;
  border-radius :0 0 8px 8px;
}




.flex-box {
  padding:  5px;
  display: flex;
}

.ex-item{
  margin:2px;
}

.ex-red{
  margin:2px;
}

.ex-item  img{
  width:105px;
  height:105px;
  border:2px black solid;
}

.ex-red  img{
  width:105px;
  height:105px;
  border:2px red solid;
}

.ex-item a{
  display:block;
  color:black;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  padding:0 0 1px 0;
  text-decoration:none;
}

.ex-red a{
  display:block;
  color:black;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  padding:0 0 1px 0;
  text-decoration:none;
}

.ex-blue{
  margin:2px;
}

.ex-blue  img{
  width:105px;
  height:105px;
  border:2px #2B60DE solid;
}

.ex-blue a{
  display:block;
  color:black;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  padding:0 0 1px 0;
  text-decoration:none;
}

.small-10{
  font-size:10px;
}

.small-12{
  font-size:12px;
}

.small-13{
  font-size:13px;
}

.btn-point{
  padding:2px 10px;
  background:darkblue;
  color:white;
  display:block;
  border-radius:7px;
  margin-top:10px;
}

#free{
  width:60px;
  height:40px;
  position:absolute;
  z-index:2;
  margin:-5px 0 0 -5px;
  border:none;
  opacity:0.7;
  display:none;
}

.btn-choice a{
  font-size:22px;
  color:white;
  text-decoration:none;
  text-align:center;
}

#iframe-menu {
  border:none;
  margin: auto;
  display: block;
}

