#menu-main {
  position: relative;
  z-index: 3;
}
.jp {
  display: none;
}
.lang-jp * .en {
  display: none;
}
.lang-jp * .jp {
  display: inline-block;
}
.btn-secondary,
.btn-primary {
  border-radius: 25px;
  border: 2px solid #337ab7;
  transition: all linear 0.2s;
}
.btn-secondary:hover,
.btn-primary:hover {
  border-color: white;
  background-color: white;
  color: #337ab7;
}
.btn-secondary {
  margin-left: 5px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.67);
  color: rgba(255, 255, 255, 0.67);
}
.btn-secondary:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.05);
}
.page {
  position: relative;
  overflow: hidden;
}
.page .section {
  margin: 0;
  padding: 90px 30px;
}
.page .section.nc {
  background-color: #292c33;
  background: linear-gradient(135deg, #5090e8 0%, #14478c 80%);
}
.page .section.free {
  background-color: #293d4e;
}
.page .section.classics {
  background-color: #36302E;
  display: none;
}
.page .section .container {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  z-index: 2;
}
.page .section .container .header-col {
  min-width: 215px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  .page .section .container .header-col {
    float: left;
    width: 33.33333333%;
  }
}
.page .section .container .list-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page .section .container .list-col {
    float: left;
    width: 58.33333333%;
  }
}
.page .section .container .list-col a.link:hover h3 {
  transition: all linear 350ms;
  color: white;
}
.page .section .container ul {
  list-style: none;
  padding: 0;
}
.page .section .container ul li {
  margin: 30px 0;
  overflow: hidden;
}
.page .section .container h1 {
  width: 215px;
  height: 215px;
  background-color: #2760aa;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 2.2em;
  text-align: center;
}
.page .section .container h1 span {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  margin: auto;
  height: 75px;
}
.page .section .container h4 {
  font-weight: normal;
  font-style: italic;
  color: rgba(255, 255, 255, 0.71);
  margin-top: 0;
  margin-bottom: 5px;
}
.page .section .container h2 {
  color: #459AE3;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 58px;
  font-weight: normal;
  line-height: 1.1;
  font-family: "Segoe UI Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page .section .container h3 {
  color: rgba(255, 255, 255, 0.57);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page .section.nc h1 {
  font-size: 24px;
}
.page .section.nc h1 span {
  height: 65px;
}
.page .section.nc h3 {
  color: rgba(255, 255, 255, 0.75);
}
.page .section.nc h2 {
  font-size: 60px;
  color: white;
  margin-bottom: 10px;
}
.page .section.free h2,
.page .section.classics h2 {
  font-size: 37px;
  color: rgba(255, 255, 255, 0.78);
}
.page .section.free h1,
.page .section.classics h1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.page .section.free h1 span,
.page .section.classics h1 span {
  font-size: 40px;
  line-height: 1;
}
.page .section.classics ul li {
  zoom: 0.8;
}
.page .section.classics h1 {
  background-color: #2D2624;
}
.page .section.classics h1 span {
  font-size: 1.3em;
  height: 50px;
  line-height: .55;
}
.page .section.classics h1 span em {
  font-size: 1.37rem;
  display: block;
  margin-top: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.54);
}
.form-box {
  padding: 15px;
}
