body{
  margin:0;
  background:#ccc;
  font-size:0;
}

.wrapper{
  background:white;
  width:1024px;
  margin:0 auto;
  overflow:hidden;
}

#iframe-head {
  border:none;
  margin: auto;
  display: block;
}

#iframe-foot {
  border:none;
  margin: auto;
  display: block;
}

#header{
  background:#333F50;
  height:55px;
  overflow:hidden;
}

#main-logo{
  float:left;
  width:210px;
  margin:5px 0 5px 10px;
}

#icon{
  display:flex;
  float:right;
  margin:8px 10px 0 0;
}

#icon img:hover{
  opacity:0.5;
}

.header-facebook{
  width:200px;
  margin-right:10px;
}

.header-mail{
  width:135px;
  margin-right:10px;
}

.header-mypage{
  width:175px;
}

.menu{
  background:#002060;
  height:28px;
  border-top-color:#4472C4;
  border-top-width:3px;
  border-top-style:solid;
  border-bottom-color:#4472C4;
  border-bottom-width:4px;
  border-bottom-style:solid;
}

ul{
  list-style:none;
}

#menu-contents{
  display:flex;
}

#menu-contents li{
  flex:auto;
  padding:5px 0 0 0;
}

#menu-contents a{
  font-size:16px;
  color:white;
  text-decoration:none;
}


.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: 20%;
  left: 34%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 450px;
  height: auto;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa {
  margin-right: 5px;
  font-size:30px;
  font-weight:bold;
}

#login-form {
  width: 100%;
}

#login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size:20px;
  line-height:22px;
}

#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: 14px 140px;
  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;
}

#submit-btn a:hover, #submit-btn-new 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;
}

#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;
}





.top-wrapper{
  height:180px;
}

.container{
  width: 1024px;
  padding: 0 40px;
  margin: 0 auto;
}

.choice h1{
  position: relative;
  padding: 5px;
  border-left: 10px solid #778899;
  font-size:40px;
  margin:10px 0 10px 20px;
  border-bottom: 5px solid #7ed1e;
}

.choice h1:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: '';
  width: 10px;
  height: 50%;
  background-color: #5b847b;
}

.choice h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 90%;
  height: 0;
  border-bottom: 3px solid #778899;
}

.index-reason1 h1{
  font-size:45px;
  font-weight:bold;
  color:darkblue;
  display:inline-block;
  margin:0px 0 10px 260px;
}

.index-reason1 h1:before {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-linear-gradient(to right, #5b847b, transparent);
  background: linear-gradient(to right, #5b847b, transparent);
}

.index-reason1 h1:after {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-linear-gradient(to left, #5b847b, transparent);
  background: linear-gradient(to left, #5b847b, transparent);
}

.reasonfirst-wrapper-title{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 60%,white); 
  height:100px;
}

.reasonfirst-title h3{
  font-size:40px;
  font-weight:bold;
  color:rgb(250,250,250);
  margin:30px 0 30px 300px;
  text-shadow: #34675c 3px 3px 0px, #34675c -1px 3px 0px,
#34675c 3px -1px 0px, #34675c -1px -1px 0px;
}

.reasonfirst-wrapper{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 50%,white); 
  height:600px;
}

.angle img{
  height:450px;
  margin:30px 70px 0 70px;
}

.angle p{
  font-size:35px;
  font-weight:bold;
  padding:5px;
  background: linear-gradient(transparent 50%, #a7d6ff 100%);
}

.side{
  display:inline-block;
  margin:10px 0 0 90px;
}

.diagonal{
  display:inline-block;
  margin:10px 0 0 210px;
}

.front{
  display:inline-block;
  margin:10px 0 0 170px;
}

.reasonsecond-wrapper-title{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 60%,white); 
  height:100px;
}

.reasonsecond-title h3{
  font-size:40px;
  font-weight:bold;
  color:rgb(250,250,250);
  margin:30px 0 30px 255px;
  text-shadow: #34675c 3px 3px 0px, #34675c -1px 3px 0px,
#34675c 3px -1px 0px, #34675c -1px -1px 0px;
}

.reasonsecond-wrapper{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 50%,white); 
  height:650px;
}

.degree img{
  margin:40px 85px 0 75px;
}

.degree p{
  font-size:30px;
  font-weight:bold;
  padding:5px;
  background: linear-gradient(transparent 50%, #ffff99 100%);
}

.quater{
  display:inline-block;
  margin:10px 0 0 0px;
}

.half{
  display:inline-block;
  margin:10px 0 0 60px;
}

.full{
  display:inline-block;
  margin:10px 0 0 100px;
}

.reasonthird-wrapper-title{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 60%,white); 
  height:100px;
}

.reasonthird-title h3{
  font-size:40px;
  font-weight:bold;
  color:rgb(250,250,250);
  margin:30px 0 30px 200px;
  text-shadow: #34675c 3px 3px 0px, #34675c -1px 3px 0px,
#34675c 3px -1px 0px, #34675c -1px -1px 0px;
}

.reasonthird-wrapper{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 50%,white); 
  height:580px;
}

.choice-rail img{
  height:450px;
  margin:40px 80px 0 150px;
}

.choice-rail p{
  font-size:35px;
  font-weight:bold;
  padding:5px;
  background: linear-gradient(transparent 50%, #66ff33 100%);
}

.rail{
  display:inline-block;
  margin:10px 0 0 170px;
}

.normal{
  display:inline-block;
  margin:10px 0 0 260px;
}

.reason4th-wrapper-title{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 60%,white); 
  height:100px;
}

.reason4th-title h3{
  font-size:40px;
  font-weight:bold;
  color:rgb(250,250,250);
  margin:30px 0 30px 390px;
  text-shadow: #34675c 3px 3px 0px, #34675c -1px 3px 0px,
#34675c 3px -1px 0px, #34675c -1px -1px 0px;
}

.reason4th-wrapper{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 50%,white); 
  height:620px;
}

.variation img{
  margin-top:60px;
  margin-left:10px;
  margin-right:20px;
}

.variation p{
  font-size:30px;
  font-weight:bold;
  padding:5px;
  background: linear-gradient(transparent 50%, #9966ff 100%);
}

.squat-chair{
  display:inline-block;
  margin:10px 0 0 110px;
}

.squat-onelegfull{
  display:inline-block;
  margin:10px 0 0 230px;
}

.reason5th-wrapper-title{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 60%,white); 
  height:100px;
}

.reason5th-title h3{
  font-size:40px;
  font-weight:bold;
  color:rgb(250,250,250);
  margin:30px 0 30px 220px;
  text-shadow: #34675c 3px 3px 0px, #34675c -1px 3px 0px,
#34675c 3px -1px 0px, #34675c -1px -1px 0px;
}

.reason5th-wrapper{
  background: linear-gradient(to bottom,white,rgb(150,235,175) 50%,white); 
  height:620px;
}

.instrument img{
  margin:60px 100px 0 100px;
}

.instrument p{
  font-size:30px;
  font-weight:bold;
  padding:5px;
  background: linear-gradient(transparent 50%, #ff6633 100%);
}

.ball{
  display:inline-block;
  margin:10px 0 0 130px;
}

.pet{
  display:inline-block;
  margin:10px 0 0 120px;
}

.bottom-wrapper{
  height:250px;
  
}

.index-reason2{
  display:flex;
  justify-content:center;
  align-items:center;
}

.index-reason2 p{
  font-size:35px;
  font-weight:bold;
  color:#ff7f50;
  margin:50px 50px 20px 0;
}

.index-reason2 img{
  width:280px;
  margin:50px 20px 20px 0;
  border:solid 2px black;
}

.index-reason2 img:hover{
  opacity:0.7;
}

