@charset "UTF-8";

.main .title {
  margin-top: 20px;
  padding: 0;
}


.block {
padding: 0 10px 20px;
}
.block a {
color: #213385;
text-decoration: underline;
}

.text_box {
  padding: 10px 10px 10px 20px;
}

.text_box li {
  color: #213385;
  list-style-type: disc;
  font-size: 16px;
  margin: 5px 0;
}

.btn_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 10px;
  margin-top: 20px;
}

.btn_flex a {
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  text-decoration:none;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  transition: all 0.2s;
}
.btn_login {
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
}
.btn_goku_uma { background-image: -webkit-linear-gradient(left, #ffe565 0%, #d6960b 100%);
  background-image: linear-gradient(90deg, #ffe565 0%, #d6960b 100%);

}
.btn_sign_up {
  background-image: -webkit-linear-gradient(left, #ff76dd 0%, #a519cf 100%);
  background-image: linear-gradient(90deg, #ff76dd 0%, #a519cf 100%);
}
.btn_flex a:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.pull_down {
  color: #213385;
}
.pull_down li {
  margin-top: 10px;
  cursor: pointer;
}
.pull_down p {
  display: none;
  font-size: 16px;
  padding: 10px;
}
.arrow {
  width: 14px;
  display: inline-block;
  padding-left: 10px;
  vertical-align:  baseline;
  -webkit-transition: .2s;
  transition: .2s;
}
.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* ナビゲーション修正 */
#red_nav > ul {
  padding-top: 0;
  height: 50px;
  align-items: center;
}

#black_nav > ul.no {
  padding-bottom: 2px;
}
