@charset "UTF-8";
body {
  position: relative;
  padding-top: 88px;
}
@media screen and (max-width: 1365px) {
  body {
    padding-top: 50px;
  }
}

.container {
  position: relative;
  width: 1000px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  position: relative;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

img.alignleft {
  display: block;
  margin: 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background-color: #FFF;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1365px) {
  header {
    position: fixed;
    height: 50px;
  }
}
header .container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .logo a {
  display: block;
}
@media screen and (max-width: 1365px) {
  header .logo img {
    height: 50px;
  }
}
header .navi {
  display: inline-block;
}
header .navi ul {
  display: inline-block;
  text-align: left;
  margin: 0 100px;
}
header .navi ul li {
  display: inline-block;
  margin-left: 20px;
}
header .navi ul li a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
header .navi.navi_l {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  text-align: right;
  padding-right: 60px;
}
@media screen and (min-width: 1366px) and (max-width: 1770px) {
  header .navi.navi_l {
    padding-right: 0;
  }
}
header .navi.navi_r {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 50%;
  text-align: left;
  padding-left: 40px;
}
@media screen and (min-width: 1366px) and (max-width: 1770px) {
  header .navi.navi_r {
    padding-left: 0;
  }
}
@media screen and (max-width: 1365px) {
  header .navi {
    display: none;
  }
}
header .h_logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1021px) and (max-width: 1770px) {
  header .h_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 1019px) {
  header .h_logo img {
    width: 130px;
  }
}
header .mail {
  position: absolute;
  top: 0;
  right: 264px;
}
header .mail a {
  display: block;
}
@media screen and (min-width: 1366px) and (max-width: 1770px) {
  header .mail {
    right: 180px;
  }
  header .mail img {
    height: 60px;
  }
}
@media screen and (max-width: 1365px) {
  header .mail {
    display: none;
  }
}
header .tel {
  position: absolute;
  top: 0;
  right: 0;
}
header .tel a {
  display: block;
}
@media screen and (min-width: 1366px) and (max-width: 1770px) {
  header .tel img {
    height: 60px;
  }
}
@media screen and (max-width: 1365px) {
  header .tel {
    display: none;
  }
}
header .navibutton {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #d61f2a;
  padding: 15px 10px;
}
header .navibutton:hover {
  cursor: pointer;
}
header .navibutton .btn {
  position: relative;
  width: 30px;
  height: 20px;
}
header .navibutton .btn span {
  display: block;
  position: absolute;
  background-color: #FFF;
  height: 3px;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn .l1 {
  top: 0;
}
header .navibutton .btn .l2 {
  top: calc(50% - 1px);
}
header .navibutton .btn .l3 {
  bottom: 0;
}
header .navibutton .btn.active .l1 {
  -moz-transform: translateX(0px) translateY(8px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(8px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
  transform: translateX(0px) translateY(8px) rotate(-45deg);
}
header .navibutton .btn.active .l2 {
  opacity: 0;
}
header .navibutton .btn.active .l3 {
  -moz-transform: translateX(0px) translateY(-8px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(-8px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(-8px) rotate(45deg);
  transform: translateX(0px) translateY(-8px) rotate(45deg);
}
@media screen and (min-width: 1366px) {
  header .navibutton {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  z-index: 99;
}
nav .navi {
  position: relative;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
nav .navi ul.menu {
  text-align: center;
  margin-bottom: 20px;
}
nav .navi ul.menu li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  nav .navi ul.menu li {
    margin-bottom: 20px;
  }
}
nav .navi ul.menu li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
nav .navi ul.menu li:last-child {
  margin-bottom: 0;
}
nav .navi .btn {
  text-align: center;
  margin-bottom: 20px;
}
nav .navi .btn a {
  display: inline-block;
}
nav .navi .btn img {
  height: 45px;
}
nav .navi .sns {
  text-align: center;
}
nav .navi .sns a {
  display: inline-block;
}
nav .navi .sns img {
  height: 40px;
}

#index .sct-mainimg .container {
  width: 100%;
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 43.75%;
}
@media screen and (max-width: 1019px) {
  #index .sct-mainimg .container {
    padding-top: 60%;
  }
}
#index .sct-top {
  margin-top: -100px;
}
@media screen and (max-width: 1019px) {
  #index .sct-top {
    margin-top: -30px;
  }
}
#index .sct-top .top {
  background-color: #FFF;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-top .top {
    padding: 20px;
  }
}
#index .sct-top .top ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#index .sct-top .top ul:before, #index .sct-top .top ul:after {
  content: "";
  display: table;
}
#index .sct-top .top ul:after {
  clear: both;
}
#index .sct-top .top ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
#index .sct-top .top ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .sct-top .top ul li {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-top .top ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #index .sct-top .top ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#index .sct-topics {
  overflow: hidden;
}
#index .sct-topics .container {
  overflow: visible;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .container {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
#index .sct-topics .topics ul li {
  padding: 0 10px;
}
#index .sct-topics .topics ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#index .sct-topics .topics ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
#index .sct-topics .topics ul li .inner .image {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100%;
}
#index .sct-topics .topics ul li .inner .date {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics ul li .inner .date {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }
}
#index .sct-topics .topics ul li .inner .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 10px 0;
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics ul li .inner .title {
    min-height: auto;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }
}
#index .sct-topics .topics .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#index .sct-topics .topics .slick-initialized {
  opacity: 1;
}
#index .sct-topics .topics .slick-next, #index .sct-topics .topics .slick-prev {
  width: 50px;
  height: 100px;
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics .slick-next, #index .sct-topics .topics .slick-prev {
    width: 50px;
    height: 50px;
  }
}
#index .sct-topics .topics .slick-next:before, #index .sct-topics .topics .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 20px;
  color: #333;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics .slick-next:before, #index .sct-topics .topics .slick-prev:before {
    font-size: 20px;
  }
}
#index .sct-topics .topics .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics .slick-prev {
    left: 20px;
    top: 45%;
  }
}
@media screen and (min-width: 1020px) {
  #index .sct-topics .topics .slick-prev {
    top: 15%;
    left: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#index .sct-topics .topics .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1019px) {
  #index .sct-topics .topics .slick-next {
    right: 20px;
    top: 45%;
  }
}
@media screen and (min-width: 1020px) {
  #index .sct-topics .topics .slick-next {
    top: 15%;
    right: -20px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
#index .sct-topics .topics .slick-arrow {
  z-index: 50;
}
#index .sct-guide {
  background-image: url(../images/index_guide_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-guide .container {
  text-align: right;
  padding-top: 140px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1019px) {
  #index .sct-guide .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-guide .txt {
  text-align: right;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-guide .txt img {
    width: 50%;
  }
}
#index .sct-guide .guide {
  display: inline-block;
  background-color: #FFF;
  padding: 6px;
  margin-right: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1019px) {
  #index .sct-guide .guide {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-guide .guide {
    width: 50%;
  }
}
#index .sct-menu .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #index .sct-menu .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#index .sct-menu .menu1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #index .sct-menu .menu1 {
    margin-bottom: 30px;
  }
}
#index .sct-menu .menu1 ul li {
  display: flex;
  margin-bottom: 40px;
}
#index .sct-menu .menu1 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-menu .menu1 ul li {
    display: block;
    margin-bottom: 20px;
  }
  #index .sct-menu .menu1 ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-menu .menu1 ul li {
    margin-bottom: 20px;
  }
  #index .sct-menu .menu1 ul li:last-child {
    margin-bottom: 0;
  }
}
#index .sct-menu .menu1 ul li .left {
  width: 480px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-menu .menu1 ul li .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-menu .menu1 ul li .left {
    width: 300xp;
  }
}
#index .sct-menu .menu1 ul li .right {
  position: relative;
  width: calc(100% - 480px);
  padding-left: 20px;
}
#index .sct-menu .menu1 ul li .right .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin-bottom: 20px;
}
#index .sct-menu .menu1 ul li .right .txt {
  font-size: 16px;
  line-height: 26px;
}
#index .sct-menu .menu1 ul li .right .m-bt {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-menu .menu1 ul li .right {
    *zoom: 1;
    width: 100%;
    padding-left: 0;
  }
  #index .sct-menu .menu1 ul li .right:before, #index .sct-menu .menu1 ul li .right:after {
    content: "";
    display: table;
  }
  #index .sct-menu .menu1 ul li .right:after {
    clear: both;
  }
  #index .sct-menu .menu1 ul li .right .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #index .sct-menu .menu1 ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #index .sct-menu .menu1 ul li .right .m-bt {
    position: static;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-menu .menu1 ul li .right {
    width: calc(100% - 300px);
    padding-left: 0;
  }
  #index .sct-menu .menu1 ul li .right .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #index .sct-menu .menu1 ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #index .sct-menu .menu1 ul li .right .m-bt {
    position: static;
    float: right;
  }
}
#index .sct-menu .menu2 ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#index .sct-menu .menu2 ul:before, #index .sct-menu .menu2 ul:after {
  content: "";
  display: table;
}
#index .sct-menu .menu2 ul:after {
  clear: both;
}
#index .sct-menu .menu2 ul li {
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
#index .sct-menu .menu2 ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#index .sct-menu .menu2 ul li a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .sct-menu .menu2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-menu .menu2 ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #index .sct-menu .menu2 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#index .sct-news {
  background-image: url(../images/index_news_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-news .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #index .sct-news .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#index .sct-news .news {
  width: 720px;
  background-color: #FFF;
  border: 8px solid #DDD;
  padding: 30px 50px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #index .sct-news .news {
    width: 100%;
    padding: 30px;
  }
}
#index .sct-news .news .m-title {
  margin-bottom: 0;
}
#index .sct-news .news table {
  width: 100%;
  font-size: 16px;
  text-align: left;
  border-collapse: collapse;
}
#index .sct-news .news table tr {
  border-bottom: 1px solid #DDD;
}
#index .sct-news .news table tr th {
  width: 25%;
  font-weight: 300;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news table tr th {
    width: 100%;
    font-size: 13px;
    color: #999;
    padding: 10px 0 0;
  }
}
#index .sct-news .news table tr td {
  width: 75%;
  padding: 20px 0;
}
#index .sct-news .news table tr td a {
  text-decoration: none;
  color: #333;
}
#index .sct-news .news table tr td a:hover {
  opacity: 1;
  color: #d61f2a;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news table tr td {
    width: 100%;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-news .news table, #index .sct-news .news thead, #index .sct-news .news tbody, #index .sct-news .news tr, #index .sct-news .news th, #index .sct-news .news td {
    display: block;
  }
}

.sct-pagetitle {
  position: relative;
  height: 300px;
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    height: 160px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.sct-pagetitle .title .e {
  font-size: 24px;
  margin-bottom: 5px;
}
.sct-pagetitle .title .j {
  font-size: 11px;
}

.sct-breadcrumb {
  position: relative;
  border-top: 2px solid #ccc;
}
.sct-breadcrumb .container {
  overflow: visible;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: '＞';
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}
.sct-breadcrumb .main_bg {
  position: absolute;
  top: -760px;
  left: 0;
  width: 100%;
  height: 760px;
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}

.sct-link .container {
  padding-bottom: 120px;
}
@media screen and (max-width: 1019px) {
  .sct-link .container {
    padding-bottom: 30px;
  }
}
.sct-link ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.sct-link ul:before, .sct-link ul:after {
  content: "";
  display: table;
}
.sct-link ul:after {
  clear: both;
}
.sct-link ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.sct-link ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sct-link ul li {
    width: 100%;
    margin-bottom: 6px;
  }
  .sct-link ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .sct-link ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .sct-link ul li {
    padding: 0 5px;
  }
  .sct-link ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}

#reason .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #reason .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#reason .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #reason .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#reason .sct-main ul li {
  display: flex;
  margin-bottom: 30px;
}
#reason .sct-main ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #reason .sct-main ul li {
    display: block;
  }
}
#reason .sct-main ul li .left {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #reason .sct-main ul li .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #reason .sct-main ul li .left {
    width: 250px;
  }
}
#reason .sct-main ul li .right {
  width: calc(100% - 480px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #reason .sct-main ul li .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #reason .sct-main ul li .right {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
#reason .sct-main ul li .right h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  #reason .sct-main ul li .right h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#reason .sct-main ul li .right .txt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1019px) {
  #reason .sct-main ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
  }
}

#lesson .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #lesson .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lesson .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #lesson .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#lesson .sct-main ul li {
  display: flex;
  margin-bottom: 40px;
}
#lesson .sct-main ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #lesson .sct-main ul li {
    display: block;
    margin-bottom: 20px;
  }
  #lesson .sct-main ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson .sct-main ul li {
    margin-bottom: 20px;
  }
  #lesson .sct-main ul li:last-child {
    margin-bottom: 0;
  }
}
#lesson .sct-main ul li .left {
  width: 480px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #lesson .sct-main ul li .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson .sct-main ul li .left {
    width: 300xp;
  }
}
#lesson .sct-main ul li .right {
  position: relative;
  width: calc(100% - 480px);
  padding-left: 20px;
}
#lesson .sct-main ul li .right .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}
#lesson .sct-main ul li .right .txt {
  font-size: 16px;
  line-height: 26px;
}
#lesson .sct-main ul li .right .m-bt {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #lesson .sct-main ul li .right {
    *zoom: 1;
    width: 100%;
    padding-left: 0;
  }
  #lesson .sct-main ul li .right:before, #lesson .sct-main ul li .right:after {
    content: "";
    display: table;
  }
  #lesson .sct-main ul li .right:after {
    clear: both;
  }
  #lesson .sct-main ul li .right .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #lesson .sct-main ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #lesson .sct-main ul li .right .m-bt {
    position: static;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson .sct-main ul li .right {
    width: calc(100% - 300px);
    padding-left: 0;
  }
  #lesson .sct-main ul li .right .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #lesson .sct-main ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #lesson .sct-main ul li .right .m-bt {
    position: static;
    float: right;
  }
}

#lesson_point .sct-main .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-main .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#lesson_point .sct-main .m-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-main .m-title {
    margin-bottom: 30px;
  }
}
#lesson_point .sct-main ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#lesson_point .sct-main ul:before, #lesson_point .sct-main ul:after {
  content: "";
  display: table;
}
#lesson_point .sct-main ul:after {
  clear: both;
}
#lesson_point .sct-main ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
}
#lesson_point .sct-main ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  background-image: url(../images/lesson_bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100%;
}
#lesson_point .sct-main ul li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-main ul li a {
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #lesson_point .sct-main ul {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
  #lesson_point .sct-main ul li {
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_point .sct-main ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #lesson_point .sct-main ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#lesson_point .sct-point .container {
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-point .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#lesson_point .sct-point .box {
  display: flex;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #lesson_point .sct-point .box {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-point .box {
    font-size: 14px;
  }
}
#lesson_point .sct-point .box .left {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #lesson_point .sct-point .box .left {
    width: 100%;
    text-align: center;
  }
  #lesson_point .sct-point .box .left img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_point .sct-point .box .left {
    width: 250px;
  }
}
#lesson_point .sct-point .box .right {
  width: calc(100% - 480px);
  padding-left: 40px;
}
#lesson_point .sct-point .box .right h3 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-point .box .right h3 {
    font-size: 20px;
  }
}
#lesson_point .sct-point .box .right .txt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  #lesson_point .sct-point .box .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_point .sct-point .box .right {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
#lesson_point .sct-point ul {
  *zoom: 1;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
#lesson_point .sct-point ul:before, #lesson_point .sct-point ul:after {
  content: "";
  display: table;
}
#lesson_point .sct-point ul:after {
  clear: both;
}
#lesson_point .sct-point ul li {
  width: 33.333%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 5px;
}
#lesson_point .sct-point ul li img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #lesson_point .sct-point ul {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
  #lesson_point .sct-point ul li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 0 3px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_point .sct-point ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #lesson_point .sct-point ul li {
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
  }
}
#lesson_point .sct-point2 {
  background-color: #83b413;
}
#lesson_point .sct-point4 {
  background-color: #f95b8b;
}
#lesson_point .sct-point5 .container {
  padding-bottom: 160px;
}
@media screen and (max-width: 1019px) {
  #lesson_point .sct-point5 .container {
    padding-bottom: 50px;
  }
}

#lesson_trial .sct-main .container {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lesson_trial .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#lesson_trial .sct-main h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#lesson_trial .sct-main ul li {
  position: relative;
  display: flex;
  margin-bottom: 95px;
}
#lesson_trial .sct-main ul li:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: -55px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #83b413 transparent transparent transparent;
}
#lesson_trial .sct-main ul li:last-child {
  margin-bottom: 0;
}
#lesson_trial .sct-main ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #lesson_trial .sct-main ul li {
    display: block;
  }
}
#lesson_trial .sct-main ul li .left {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #lesson_trial .sct-main ul li .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_trial .sct-main ul li .left {
    width: 250px;
  }
}
#lesson_trial .sct-main ul li .right {
  width: calc(100% - 480px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #lesson_trial .sct-main ul li .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_trial .sct-main ul li .right {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
#lesson_trial .sct-main ul li .right p {
  width: 110px;
  height: 35px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  background-color: #83b413;
  margin: 0 0 15px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main ul li .right p {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#lesson_trial .sct-main ul li .right h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main ul li .right h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#lesson_trial .sct-main ul li .right .txt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-main ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
  }
}
#lesson_trial .sct-contact .container {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-contact .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#lesson_trial .sct-contact .m-title {
  margin-bottom: 30px;
}
#lesson_trial .sct-contact .txt {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-contact .txt {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
  }
}
#lesson_trial .sct-contact .caution {
  color: #F00;
}
#lesson_trial .sct-contact p {
  width: 750px;
  font-size: 16px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-contact p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
#lesson_trial .sct-contact .grp {
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-contact .grp {
    width: 100%;
  }
}
#lesson_trial .sct-contact table {
  width: 780px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-contact table {
    width: 100%;
    font-size: 14px;
  }
}
#lesson_trial .sct-contact table tr th {
  width: 35%;
  padding: 12px 0;
}
#lesson_trial .sct-contact table tr td {
  width: 65%;
  padding: 12px 0;
}
#lesson_trial .sct-contact .submit {
  margin-top: 60px;
  font-size: 0;
}
#lesson_trial .sct-contact .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  color: #FFF;
  border: 2px solid #d61f2a;
  background: #d61f2a;
  padding: 10px 60px;
  font-size: 1.4rem;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #lesson_trial .sct-contact .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1020px) {
  #lesson_trial .sct-contact .submit .button:hover {
    cursor: pointer;
    color: #d61f2a;
    background: #FFF;
    opacity: 1;
  }
}
#lesson_trial .sct-contact .submit a.button {
  color: #FFF;
  text-decoration: none;
}
#lesson_trial .sct-confirm .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-confirm .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lesson_trial .sct-confirm dl {
  text-align: left;
}
#lesson_trial .sct-confirm dl dt {
  display: block;
  font-size: 1.2rem;
  color: #999999;
}
#lesson_trial .sct-confirm dl dd {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
}
#lesson_trial .sct-submit .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #lesson_trial .sct-submit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lesson_trial .sct-submit em {
  display: block;
  text-align: center;
  padding: 60px 0 100px;
  font-style: normal;
  font-size: 2rem;
}
#lesson_trial .sct-submit p {
  text-align: center;
}

#lesson_voice h3 {
  height: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  background-color: #83b413;
}
@media screen and (max-width: 1019px) {
  #lesson_voice h3 {
    font-size: 20px;
  }
}
#lesson_voice .sct-main .container {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lesson_voice .sct-main .m-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-main .m-title {
    margin-bottom: 30px;
  }
}
#lesson_voice .sct-main ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#lesson_voice .sct-main ul:before, #lesson_voice .sct-main ul:after {
  content: "";
  display: table;
}
#lesson_voice .sct-main ul:after {
  clear: both;
}
#lesson_voice .sct-main ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
}
#lesson_voice .sct-main ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  background-image: url(../images/lesson_bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100%;
}
#lesson_voice .sct-main ul li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-main ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #lesson_voice .sct-main ul {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
  #lesson_voice .sct-main ul li {
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #lesson_voice .sct-main ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #lesson_voice .sct-main ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#lesson_voice .sct-voice .container {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice .container {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
#lesson_voice .sct-voice ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice ul li {
    margin-bottom: 30px;
  }
}
#lesson_voice .sct-voice ul li .box {
  display: flex;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #lesson_voice .sct-voice ul li .box {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice ul li .box {
    font-size: 14px;
  }
}
#lesson_voice .sct-voice ul li .box .left {
  width: 215px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #lesson_voice .sct-voice ul li .box .left {
    width: 100%;
    text-align: center;
  }
}
#lesson_voice .sct-voice ul li .box .right {
  width: calc(100% - 215px);
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  #lesson_voice .sct-voice ul li .box .right {
    width: 100%;
    padding-left: 0;
  }
}
#lesson_voice .sct-voice ul li table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
#lesson_voice .sct-voice ul li table tr th {
  width: 120px;
  height: 35px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  background-color: #000;
  padding: 0 10px;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice ul li table tr th {
    width: 100px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
  }
}
#lesson_voice .sct-voice ul li table tr td {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
#lesson_voice .sct-voice ul li table tr td.name {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice ul li table tr td {
    width: calc(100% - 110px);
    display: inline-block;
  }
  #lesson_voice .sct-voice ul li table tr td.name {
    font-size: 18px;
  }
}
#lesson_voice .sct-voice ul li .comment {
  padding-left: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 1019px) {
  #lesson_voice .sct-voice ul li .comment {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #lesson_voice .sct-voice ul li table, #lesson_voice .sct-voice ul li thead, #lesson_voice .sct-voice ul li tbody, #lesson_voice .sct-voice ul li tr, #lesson_voice .sct-voice ul li th, #lesson_voice .sct-voice ul li td {
    width: 100%;
    display: block;
  }
}

#facility .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #facility .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#facility .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #facility .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#facility .sct-main ul li {
  display: flex;
  margin-bottom: 30px;
}
#facility .sct-main ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #facility .sct-main ul li {
    display: block;
  }
}
#facility .sct-main ul li .left {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #facility .sct-main ul li .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #facility .sct-main ul li .left {
    width: 250px;
  }
}
#facility .sct-main ul li .right {
  width: calc(100% - 480px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #facility .sct-main ul li .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #facility .sct-main ul li .right {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
#facility .sct-main ul li .right h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  #facility .sct-main ul li .right h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#facility .sct-main ul li .right .txt {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  #facility .sct-main ul li .right .txt {
    font-size: 14px;
    line-height: 22px;
  }
}

#schedule .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #schedule .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#schedule .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #schedule .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

#price .sct-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1019px) {
  #price .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#price .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #price .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#price .sct-main .desc.left {
  text-align: justify;
  text-justify: inter-ideograph;
}
#price .sct-join {
  background-color: #d61f2a;
}
#price .sct-join .container {
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1019px) {
  #price .sct-join .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#price .sct-join h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #price .sct-join h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#price .sct-join .box {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #price .sct-join .box {
    display: block;
  }
}
#price .sct-join .box .left {
  width: 480px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #price .sct-join .box .left {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #price .sct-join .box .left {
    width: 250px;
  }
}
#price .sct-join .box .right {
  width: calc(100% - 480px);
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #price .sct-join .box .right {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #price .sct-join .box .right {
    width: calc(100% - 250px);
  }
}
#price .sct-join .box .right h4 {
  display: inline-block;
  background-color: #000;
  padding: 15px;
  margin: 20px 0 15px;
}
@media screen and (max-width: 1019px) {
  #price .sct-join .box .right h4 {
    padding: 10px;
  }
}
#price .sct-price .container {
  padding-top: 75px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1019px) {
  #price .sct-price .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#price .sct-price h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #price .sct-price h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#price .sct-price h3 {
  height: 50px;
  font-weight: 700;
  text-align: left;
  line-height: 50px;
  background-color: #CCC;
  padding: 0 15px;
}
@media screen and (max-width: 1019px) {
  #price .sct-price h3 {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
}
#price .sct-price table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  background-color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  #price .sct-price table {
    font-size: 14px;
    line-height: 22px;
  }
}
#price .sct-price table tr {
  border: 1px solid #CCC;
}
#price .sct-price table tr td {
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #CCC;
  padding: 15px;
}
#price .sct-price table tr td:nth-child(1) {
  width: 25%;
}
#price .sct-price table tr td:nth-child(2) {
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 1019px) {
  #price .sct-price table tr td {
    padding: 10px;
  }
  #price .sct-price table tr td:nth-child(1) {
    width: 30%;
  }
}

#coach .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #coach .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#coach .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #coach .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#coach .sct-main .coach ul li {
  margin-bottom: 70px;
}
#coach .sct-main .coach ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li {
    margin-bottom: 50px;
  }
  #coach .sct-main .coach ul li:last-child {
    margin-bottom: 0;
  }
}
#coach .sct-main .coach ul li .box {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li .box {
    display: block;
  }
}
#coach .sct-main .coach ul li .box .left {
  width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li .box .left {
    width: 100%;
    text-align: center;
  }
}
#coach .sct-main .coach ul li .box .right {
  width: calc(100% - 300px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li .box .right {
    width: 100%;
    padding-left: 0;
  }
}
#coach .sct-main .coach ul li .box .right .name {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
#coach .sct-main .coach ul li .box .right .name span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 26px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li .box .right .name {
    text-align: center;
    font-size: 20px;
  }
  #coach .sct-main .coach ul li .box .right .name span {
    font-size: 16px;
  }
}
#coach .sct-main .coach ul li .comment dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li .comment dl {
    margin-bottom: 10px;
  }
}
#coach .sct-main .coach ul li dl {
  *zoom: 1;
  font-size: 16px;
  margin-bottom: 9px;
}
#coach .sct-main .coach ul li dl:before, #coach .sct-main .coach ul li dl:after {
  content: "";
  display: table;
}
#coach .sct-main .coach ul li dl:after {
  clear: both;
}
#coach .sct-main .coach ul li dl:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li dl {
    font-size: 14px;
  }
}
#coach .sct-main .coach ul li dl dt {
  width: 150px;
  float: left;
  text-align: center;
  background-color: #99cc00;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li dl dt {
    width: 120px;
  }
}
#coach .sct-main .coach ul li dl dd {
  width: calc(100% - 150px);
  float: left;
  text-align: left;
  padding: 4px 0;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #coach .sct-main .coach ul li dl dd {
    width: calc(100% - 120px);
  }
}

#faq .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #faq .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#faq .sct-main ul li {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 60px;
}
#faq .sct-main ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  #faq .sct-main ul li {
    margin-bottom: 30px;
  }
  #faq .sct-main ul li:last-child {
    margin-bottom: 0;
  }
}
#faq .sct-main ul li .q, #faq .sct-main ul li .a {
  position: relative;
  min-height: 30px;
  padding-left: 40px;
}
#faq .sct-main ul li .q:before, #faq .sct-main ul li .a:before {
  width: 30px;
  height: 30px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
}
#faq .sct-main ul li .q {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#faq .sct-main ul li .q:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  background-color: #83b413;
}
@media screen and (min-width: 1020px) {
  #faq .sct-main ul li .q:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1019px) {
  #faq .sct-main ul li .q {
    font-size: 16px;
  }
}
#faq .sct-main ul li .a {
  font-size: 20px;
}
#faq .sct-main ul li .a a {
  color: #333;
  text-decoration: none;
}
#faq .sct-main ul li .a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  background-color: #d61f2a;
}
@media screen and (max-width: 1019px) {
  #faq .sct-main ul li .a {
    font-size: 14px;
  }
}

#access .sct-main .container {
  padding-top: 60px;
  padding-bottom: 380px;
}
@media screen and (max-width: 1019px) {
  #access .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#access .sct-main .image {
  margin-bottom: 40px;
}
#access .sct-main .image ul {
  display: flex;
}
#access .sct-main .access {
  margin-bottom: 40px;
}
#access .sct-main .access dl {
  *zoom: 1;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
#access .sct-main .access dl:before, #access .sct-main .access dl:after {
  content: "";
  display: table;
}
#access .sct-main .access dl:after {
  clear: both;
}
@media screen and (max-width: 1019px) {
  #access .sct-main .access dl {
    font-size: 14px;
  }
}
#access .sct-main .access dl dt {
  width: 150px;
  height: 30px;
  color: #FFF;
  background-color: #d61f2a;
  float: left;
  padding: 6px 0;
}
#access .sct-main .access dl dd {
  float: left;
  line-height: 30px;
  text-align: left;
  padding: 6px 0;
  padding-left: 10px;
}
#access .sct-main .access dl dd a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 1019px) {
  #access .sct-main .access dl dd {
    width: 100%;
    line-height: 22px;
  }
}
#access .sct-main .map {
  height: 400px;
}
@media screen and (max-width: 1019px) {
  #access .sct-main .map {
    height: 300px;
  }
}

#news_single .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #news_single .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#news_single .sct-main .single {
  margin-bottom: 60px;
}
#news_single .sct-main .single .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #news_single .sct-main .single .title {
    font-size: 20px;
  }
}
#news_single .sct-main .single .date {
  text-align: right;
  margin-bottom: 5px;
}
#news_single .sct-main .single .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FFF;
  border: 3px solid #CCC;
  padding: 60px;
}
#news_single .sct-main .single .txt a {
  color: #d61f2a;
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #news_single .sct-main .single .title {
    font-size: 16px;
  }
  #news_single .sct-main .single .date {
    font-size: 12px;
  }
  #news_single .sct-main .single .txt {
    padding: 20px;
  }
}

#event .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #event .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#event .sct-main ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#event .sct-main ul:before, #event .sct-main ul:after {
  content: "";
  display: table;
}
#event .sct-main ul:after {
  clear: both;
}
#event .sct-main ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
#event .sct-main ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#event .sct-main ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
#event .sct-main ul li .inner .image {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100%;
}
#event .sct-main ul li .inner .date {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 1019px) {
  #event .sct-main ul li .inner .date {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }
}
#event .sct-main ul li .inner .title {
  min-height: 68px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 10px 0;
}
@media screen and (max-width: 1019px) {
  #event .sct-main ul li .inner .title {
    min-height: auto;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  #event .sct-main ul li {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #event .sct-main ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #event .sct-main ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
#event .sct-main .paging {
  *zoom: 1;
  margin-top: 40px;
}
#event .sct-main .paging:before, #event .sct-main .paging:after {
  content: "";
  display: table;
}
#event .sct-main .paging:after {
  clear: both;
}
#event .sct-main .paging a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
#event .sct-main .paging .previous {
  width: 50%;
  float: left;
  text-align: left;
}
#event .sct-main .paging .next {
  width: 50%;
  float: right;
  text-align: right;
}

#event_single .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #event_single .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#event_single .sct-main .single {
  margin-bottom: 60px;
}
#event_single .sct-main .single .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #event_single .sct-main .single .title {
    font-size: 20px;
  }
}
#event_single .sct-main .single .date {
  text-align: right;
  margin-bottom: 5px;
}
#event_single .sct-main .single .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FFF;
  border: 3px solid #CCC;
  padding: 60px;
}
#event_single .sct-main .single .txt a {
  color: #d61f2a;
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #event_single .sct-main .single .title {
    font-size: 16px;
  }
  #event_single .sct-main .single .date {
    font-size: 12px;
  }
  #event_single .sct-main .single .txt {
    padding: 20px;
  }
}

#member .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #member .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#member .sct-main .m-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #member .sct-main .m-title {
    margin-bottom: 50px;
  }
}
#member .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #member .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
  }
}
#member .sct-main .desc.left {
  text-align: justify;
  text-justify: inter-ideograph;
}
#member .sct-main h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  #member .sct-main h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#member .sct-main h4 {
  width: 370px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  color: #FFF;
  background-color: #83b413;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #member .sct-main h4 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #member .sct-main h4 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
#member .sct-main table {
  width: 670px;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1019px) {
  #member .sct-main table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#member .sct-main table tr th {
  width: 170px;
  font-weight: 300;
  vertical-align: top;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #member .sct-main table tr th {
    width: 100%;
    color: #999;
    padding: 15px 0 0;
  }
}
#member .sct-main table tr td {
  width: calc(100% - 170px);
  vertical-align: top;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #member .sct-main table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #member .sct-main table, #member .sct-main thead, #member .sct-main tbody, #member .sct-main tr, #member .sct-main th, #member .sct-main td {
    width: 100%;
    display: block;
  }
}

#recruit .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #recruit .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#recruit .sct-main .desc {
  width: 690px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #recruit .sct-main .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
  }
}
#recruit .sct-main h3 {
  width: 370px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  color: #FFF;
  background-color: #83b413;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-main h3 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  #recruit .sct-main h3 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
#recruit .sct-main table {
  width: 670px;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1019px) {
  #recruit .sct-main table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#recruit .sct-main table:last-child {
  margin-bottom: 0;
}
#recruit .sct-main table tr th {
  width: 120px;
  font-weight: 300;
  vertical-align: top;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #recruit .sct-main table tr th {
    width: 100%;
    color: #999;
    padding: 15px 0 0;
  }
}
#recruit .sct-main table tr td {
  width: calc(100% - 120px);
  vertical-align: top;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-main table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sct-main table, #recruit .sct-main thead, #recruit .sct-main tbody, #recruit .sct-main tr, #recruit .sct-main th, #recruit .sct-main td {
    width: 100%;
    display: block;
  }
}

#link .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #link .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#link .sct-main ul li {
  margin-bottom: 50px;
}
#link .sct-main ul li:last-child {
  margin-bottom: 0;
}
#link .sct-main ul li .image {
  margin-bottom: 15px;
}
@media screen and (max-width: 1019px) {
  #link .sct-main ul li .image {
    margin-bottom: 5px;
  }
}
#link .sct-main ul li .name {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1019px) {
  #link .sct-main ul li .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#link .sct-main ul li .address {
  font-size: 16px;
}
@media screen and (max-width: 1019px) {
  #link .sct-main ul li .address {
    font-size: 12px;
  }
}
#link .sct-main ul li .address a {
  text-decoration: none;
  color: #333;
}

#policy .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #policy .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#policy .sct-main .desc {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1019px) {
  #policy .sct-main .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

#contact .sct-main .container {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#contact .sct-main .m-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main .m-title {
    margin-bottom: 30px;
  }
}
#contact .sct-main .txt {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main .txt {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
  }
}
#contact .sct-main .caution {
  color: #F00;
}
#contact .sct-main p {
  width: 750px;
  font-size: 16px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
#contact .sct-main .grp {
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main .grp {
    width: 100%;
  }
}
#contact .sct-main table {
  width: 780px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #contact .sct-main table {
    width: 100%;
    font-size: 14px;
  }
}
#contact .sct-main table tr th {
  width: 35%;
  padding: 12px 0;
}
#contact .sct-main table tr td {
  width: 65%;
  padding: 12px 0;
}
#contact .sct-main .submit {
  margin-top: 60px;
  font-size: 0;
}
#contact .sct-main .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  color: #FFF;
  border: 2px solid #d61f2a;
  background: #d61f2a;
  padding: 10px 60px;
  font-size: 1.4rem;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #contact .sct-main .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1020px) {
  #contact .sct-main .submit .button:hover {
    cursor: pointer;
    color: #d61f2a;
    background: #FFF;
    opacity: 1;
  }
}
#contact .sct-main .submit a.button {
  color: #FFF;
  text-decoration: none;
}
#contact .sct-confirm dl {
  text-align: left;
}
#contact .sct-confirm dl dt {
  display: block;
  font-size: 1.2rem;
  color: #999999;
}
#contact .sct-confirm dl dd {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
}
#contact .sct-submit em {
  display: block;
  text-align: center;
  padding: 60px 0 100px;
  font-style: normal;
  font-size: 2rem;
}
#contact .sct-submit p {
  text-align: center;
}

footer .sct-reservation {
  background-color: #EEE;
}
footer .sct-reservation .container {
  width: 860px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1019px) {
  footer .sct-reservation .container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .sct-reservation .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  footer .sct-reservation .image img {
    width: 60%;
  }
}
footer .sct-reservation ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
footer .sct-reservation ul:before, footer .sct-reservation ul:after {
  content: "";
  display: table;
}
footer .sct-reservation ul:after {
  clear: both;
}
footer .sct-reservation ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
footer .sct-reservation ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .sct-reservation ul li {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  footer .sct-reservation ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  footer .sct-reservation ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
footer .sct-address .container {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .sct-address .container {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  footer .sct-address .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .sct-address .logo {
  width: 222px;
}
@media screen and (max-width: 767px) {
  footer .sct-address .logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .sct-address .address {
  width: calc(100% - 222px);
  padding-left: 40px;
}
footer .sct-address .address a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  footer .sct-address .address {
    width: 100%;
    padding-left: 0;
  }
}
footer .sct-map .container {
  width: 100%;
}
footer .sct-map .map {
  height: 560px;
}
@media screen and (max-width: 767px) {
  footer .sct-map .map {
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  footer .sct-map .map {
    height: 350px;
  }
}
footer .sct-map .map iframe {
  vertical-align: bottom;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer .sct-bana {
  border-bottom: 2px solid #CCC;
}
footer .sct-bana .container {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  footer .sct-bana .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
footer .sct-bana ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
footer .sct-bana ul:before, footer .sct-bana ul:after {
  content: "";
  display: table;
}
footer .sct-bana ul:after {
  clear: both;
}
footer .sct-bana ul li {
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
footer .sct-bana ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .sct-bana ul li {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  footer .sct-bana ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  footer .sct-bana ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
footer .sct-bana .pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}
footer .sct-bana .pagetop a {
  display: block;
  width: 100px;
  height: 48px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  footer .sct-bana .pagetop img {
    width: 70%;
  }
  footer .sct-bana .pagetop a {
    height: 33px;
  }
}
footer .sct-navi .container {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1019px) {
  footer .sct-navi .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .sct-navi .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
  footer .sct-navi .logo {
    margin-bottom: 0;
  }
}
footer .sct-navi .navi {
  text-align: center;
}
footer .sct-navi .navi ul li {
  display: inline-block;
  margin-bottom: 15px;
}
footer .sct-navi .navi ul li a {
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #333;
}
footer .sct-navi .navi ul li:after {
  content: '';
  margin: 0 15px;
}
footer .sct-navi .navi ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 1019px) {
  footer .sct-navi .navi {
    display: none;
  }
}
footer .sct-copy {
  font-size: 12px;
  background-color: #EEE;
  text-align: center;
  padding: 15px 0;
}

.side_btn {
  position: fixed;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}
.side_btn div {
  margin-bottom: 10px;
}
.side_btn p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 5px;
}
.side_btn ul {
  *zoom: 1;
  width: calc(100% + 5px);
  margin: 0 -2.5px;
}
.side_btn ul:before, .side_btn ul:after {
  content: "";
  display: table;
}
.side_btn ul:after {
  clear: both;
}
.side_btn ul li {
  width: 33.333%;
  float: left;
  padding: 0 2.5px;
}
.side_btn ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1019px) {
  .side_btn {
    display: none;
  }
}
