﻿@charset "utf-8";
body {
  position:relative;
  margin-top: 100px;
}

.sp { display: none;  }
.pc { display: block; }
img { width:auto; }

#wrap { 
	width:100%;
	min-width: 1200px;
}

.acc dd {
  display: none;
}

.sidelist { letter-spacing:-.4em; }
.sidelist li {
	letter-spacing: normal;
	display:inline-block;
}
.sidelist02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sidelist02.tx_c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.inbox01 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inbox02 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* =============================== header =============================== */
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 100;
	min-width: 1200px;
}
h1 {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 15px;
}
#gnav {
  position: absolute;
  right: 150px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#gnav li {
  vertical-align: middle;
  margin-right: 45px;
}
#gnav li a {
  font-size: 16px;
  text-decoration: none;
}
#gnav li#h_admin {
  margin-right: 0;
}
#gnav li#h_admin a {
  border: 2px solid #000;
  display: inline-block;
  padding: 12px 0;
  width: 160px;
  box-sizing: border-box;
  text-align: center;  
  background: url(../img/common/ico_h_admin.png) no-repeat left 22px center ,url(../img/common/ico_h_arrow.png) no-repeat right 15px center;
}

/* add 20211210 */
#gnav > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
}
#gnav .gnav_list_sub {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  height: 0;
}
#gnav > ul > li:hover .gnav_list_sub {
  top: 25px;
  visibility: visible;
  opacity: 1;
  height: auto;
}
ul.gnav_list_sub {
  position: absolute;
  width: 200px;
  padding-top: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
ul.gnav_list_sub li {
  display: block;
}
ul.gnav_list_sub li a {
  background: rgba(78,173,209,.9);
  display: block;
  padding: 8px 10px;
  text-align: left;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.8);
  transition: .3s;
}
ul.gnav_list_sub li a:hover {
  transition: .3s;
  opacity: .7;
}
/* */

#footer_inner {
  background: #4eadd1;
  padding: 30px 0 35px;
  width: 100%;
}
#flogo {
  text-align: center;
  margin-bottom: 30px;
}
#fnav {
  text-align: center;
}
#fnav li:nth-last-child(n+2) {
  margin-right: 40px;
}
#fnav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
#copyright {
  text-align:center;
  padding: 30px 0 35px;
  font-size: 14px;
}

.ttl01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.subttl01 {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #4eadd1;
  margin-top: 5px;
}
.ttl01.white {
  color: #fff;
}
.ttl01.white .subttl01 {
  color: #fff;
}
.btn01 a {
  display: block;
  width: 340px;
  padding: 28px 0;
  position: relative;
  border: 2px solid #000;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.btn01.cart a {
  background: url(../img/common/ico_cart.png) no-repeat left 30px center;
}
.btn01.admin a {
  background: url(../img/common/ico_admin.png) no-repeat left 30px center;
}
.btn01.tx_c a {
  margin-left: auto;
  margin-right: auto;
}
.btn01 a:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 40px;
  height: 1px;
	top: 50%;
  right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn01.white a {
  border: 2px solid #fff;
  color: #fff;
}
.btn01.white a:after {
  background: #fff;
}

#main {
  background: #e0f4fb;
  background: -moz-linear-gradient(left, #e0f4fb 0%, #e0f4fb 88.5%, #ffffff 88.5%, #ffffff 88.5%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #e0f4fb 0%,#e0f4fb 88.5%,#ffffff 88.5%,#ffffff 88.5%,#ffffff 100%);
  background: linear-gradient(to right, #e0f4fb 0%,#e0f4fb 88.5%,#ffffff 88.5%,#ffffff 88.5%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f4fb', endColorstr='#ffffff',GradientType=1 );
  padding-bottom: 120px;
}
#main_inner {
  position: relative;
}
#main_inner:before{
  content:"";
  display: block;
  background: #fff;
  width: 100%;
  height: 88%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
#main_inner .txt {
  position: absolute;
  width: 43.38%;
  top: 26%;
  left: 5%;
  z-index: 5;
}
#main_inner .txt img {
  width: 100%;
}
#main_inner .btn01 {
  position: absolute;
  top: 60%;
  left: 5%;
  z-index: 5;
}
.mainimg {
  width: 81.25%;
  height: auto;
  margin-left: 18.75%;
  position: relative;
  z-index: 5;
}

#top_effect .inbox00 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#top_effect .photo {
  width: 50%;
  position: absolute;
  left: 0;
  top: 10%;
}
#top_effect .photo img {
  width: 90%;
}
#top_effect .txt {
  margin-left: 42.5%;
  width: 56.5%;
  background: #4eadd1;
  box-sizing: border-box;
  padding: 60px 0 60px 5%;
}
#top_effect .txt_inner_in {
  max-width: 550px;
}
#top_effect .ttl01 {
  margin-bottom: 30px;
}
#top_effect .ttl01 ,
#top_effect .ttl01 .subttl01{
  text-align: left;
}
#top_effect h3 {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #4eadd1;
  background: #fff;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 20px;
}
#top_effect h3::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 50%;
}
#top_effect .txt ul {
  margin-bottom: 20px;
}
#top_effect .txt li {
  background: url(../img/top/effect_ico01.png) no-repeat left center;
  padding: 4px 0 4px 42px;
  font-size: 16px;
  color: #fff;
  line-height: 220%;
}



#top_about_inner {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 25%, #e0f4fb 25%, #e0f4fb 25%, #e0f4fb 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 25%,#e0f4fb 25%,#e0f4fb 25%,#e0f4fb 100%);
  background: linear-gradient(to right, #ffffff 0%,#ffffff 25%,#e0f4fb 25%,#e0f4fb 25%,#e0f4fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0f4fb',GradientType=1 );
}
#top_about .inbox00 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top_about .inbox00 > div {
  width: 50%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top_about .inbox00 .txt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#top_about .inbox00 .txt_inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 75.5%;
  height: 400px;
  background: #ecf5fa;
}
#top_about .inbox00 div img {
  width: 100%;
}
#top_about #top_about01 .txt {
  background: url(../img/top/about_bg01.jpg) no-repeat center;
  background-size: cover;
}
#top_about #top_about03 .txt {
  background: url(../img/top/about_bg02.jpg) no-repeat center;
  background-size: cover;
}  
#top_about .txt h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 50px;
}
#top_about .txt h3:after {
  content:"";
  display: block;
  background: #4eadd1;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: 0;
}
#top_about .txt p {
  text-align: center;
  font-size: 16px;
  line-height: 225%;
}

#top_about #top_about02 {
  padding: 35px 0 100px;
}
#top_about #top_about02 li {
  width: 31.25%;
  max-width: 500px;
}
#top_about #top_about02 .photo {
  position: relative;
}
#top_about #top_about02 .photo img {
  width: 100%;
}
#top_about #top_about02 .sttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  top: -20px;
  z-index: 1;
  background: #4eadd1;
  text-align: center;
  left: 0; right: 0;
  margin: auto;
  padding: 16px 0;
  width: 360px;
}
#top_about #top_about02 p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 225%;
}

#top_flow {
  background: #f8f8f8;
  padding: 100px 0;
}
#top_flow ul {
  position: relative;
}
#top_flow ul:before {
  content: "";
  background: #4eadd1;
  display: block;
  width: 100%;
  height: 3px;
	position: absolute;
	top: 44%;
}
#top_flow li {
  position: relative;
  z-index: 2;
  width: 28.3%;
}
#top_flow li img {
  width: 100%;
}
#top_flow li p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

#top_price {
  padding: 100px 0 0;
}
#top_price .inbox00 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top_price .inbox00 > div {
  width: 50%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
}
#top_price .inbox00 .left {
  border-right: 1px solid #ddd;
}
#top_price .inbox00 div img {
  width: 100%;
}
#top_price .inbox00 div h3 {
  color: #fff;
  text-align: center;
  margin-top: -60px;
  background: rgba(78,173,209,.9);
  font-size: 26px;
  line-height: 140%;
  padding: 24px 0;
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#top_price .inbox00 div.right h3 {
  padding: 42px 0;
}
#top_price .inbox00 div .txt {
  padding: 30px 0 80px;
  width: 100%;
  text-align: center;
}
#top_price .inbox00 div .price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: .1em;
}
#top_price .inbox00 div .price strong {
  font-size: 46px;
  color: #4eadd1;
  font-family: 'Roboto', sans-serif;
}
#top_price .inbox00 div .txt .subtxt {
  font-size: 22px;
  line-height: 225%;
  font-weight: bold;
}

#top_trainer {
  padding: 100px 0;
  background: url(../img/top/trainer_bg01.jpg) no-repeat center;
  background-size: cover;
}
#top_trainer ul {
  margin-bottom: 60px;
}
#top_trainer li {
  background: #fff;
}
#top_trainer li a {
  display: block;
  text-decoration: none;
  transition: .3s;
}
#top_trainer li a:hover {
  transition: .3s;
  opacity: .7;
}
#top_trainer li h3 {
  font-size: 20px;
  padding: 16px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}
#top_trainer li p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #4eadd1;
  margin-bottom: 20px;
}

#top_news {
  padding: 100px 0;
}
#top_news .inbox {
  background: #f8f8f8;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
#top_news .inbox dl {
  padding: 35px 0;
}
#top_news .inbox dl:nth-last-of-type(n+2) {
  border-bottom: 1px solid #ddd;
}
#top_news .inbox dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
}
#top_news .inbox dt .date {
  color: #888;
  font-size: 16px;
  margin-right: 28px;
}
#top_news .inbox dt p {
  color: #333;
  font-size: 16px;
}
#top_news .inbox dd {
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 25px;
  background: #fff;
}



#main.sub {
  background: none;
  padding-bottom: 0;
}
#main_inner {
  position: relative;
}
#main_inner:before{
  content:"";
  display: block;
  background: #fff;
  width: 100%;
  height: 88%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
#main_inner .title_e {
  display: inline-block;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 62px;
  background: #fff;
  padding: 2px 12px 20px;
  line-height: 1;
  position: absolute;
  top: 26%;
  left: 5%;
  z-index: 5;
}
#main_inner .title_j {
  display: inline-block;
  background: #fff;
  padding: 12px 16px;
  font-size: 20px;
  position: absolute;
  top: 52%;
  left: 5%;
  z-index: 5;
}
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#breadcrumb ol {
  letter-spacing: -.4em;
}
#breadcrumb li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  margin-right: 20px;
}
#breadcrumb li a {
  color: #4eadd1;
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  padding-right: 20px;
  background: url(../img/common/ico_arrow01.png) no-repeat right center;
}

#flow01 {
  padding: 50px 0 100px;
}
#flow01 ul {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#flow01 ul:before {
  content: "";
  background: #4eadd1;
  display: block;
  width: 100%;
  height: 3px;
	position: absolute;
	top: 28.5%;
}
#flow01 li {
  position: relative;
  z-index: 2;
  width: 39.5%;
}
#flow01 li .image img {
  width: 100%;
}
#flow01 li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
#flow01 li p {
  text-align: center;
  font-size: 16px;
  line-height: 225%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#flow02 {
  background: #f8f8f8;
  padding: 125px 0 50px;
}
#flow02 .box {
  position: relative;
  border: 3px solid #4eadd1;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0 50px;
  margin-bottom: 100px;
  text-align: center;
}
#flow02 .box h3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  position: relative;
  z-index: 10;
  margin-top: -40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background:#4eadd1;
  padding: 20px 0;
}
#flow02 .box p {
  font-size: 16px;
  line-height: 225%;
  margin-top: 50px;
}

#course01 {
  padding: 50px 0 90px;
}
#course01 .copy {
  text-align: center;
  margin-bottom: 50px;
}
#course01 .copy span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #4eadd1;
  display: inline-block;
  padding: 20px 20px 18px;
}
#course02 {
  padding: 90px 0 90px;
}
#course02 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#course02 .box:before {
  content:"";
  background: #e0f4fb;
  display: block;
  width: 88.5%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 66%;
  z-index: 9;
}
#course02 .box .photo {
  width: 52%;
  position: relative;
  z-index: 10;
}
#course02 .box .photo img {
  width: 100%;
}
#course02 .box .txt {
  width: 29%;
  box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 40px;
}
#course02 .box h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #4eadd1;
  padding: 30px 0 30px 14%;
  display: block;
  line-height: 165%;
  position: relative;
  z-index: 10;
}
#course02 .box h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#course02 .box .price {
  padding-left: 14%;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 20px;
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}
#course02 .box .price strong {
  font-size: 46px;
  color: #4eadd1;
  font-family: 'Roboto', sans-serif;
}
#course02 .box ul {
  margin-left: 14%;
  position: relative;
  z-index: 10;
}
#course02 .box li {
  line-height: 210%;
  font-size: 16px;
  text-indent: -36px;
  padding-left: 36px;
}
#course02 .box li:before {
  content:"■";
  color: #4eadd1;
  font-size: 16px;
  margin-right: 20px;
}  
#course02 .box .btn01 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 80px 0 100px;
}

#course02 .box.course01 .txt {
  margin-right: 19%;
}
#course02 .box.course02 .txt {
  margin-left: 19%;
}
#course02 .box.course02 h3 {
  padding: 30px 0 40px 14%;
}
#course02 .box.course02 .price {
  margin-bottom: 85px;
}
#course02 .box.course02 ul {
  margin-left: 0;
  margin-right: 14%;
}
#course02 .box.course02:before {
  left: 0;
  height: 62%;
}
#course02 .box.course02 .btn01 {
  left: 0;
  height: 56%;
  margin-top: 60px;
  padding: 80px 0 40px;
}

#company01 {
  padding: 50px 0 110px;
  background: #e0f4fb;
  background: -moz-linear-gradient(left, #e0f4fb 0%, #d3eefb 88.5%, #ffffff 88.5%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #e0f4fb 0%,#d3eefb 88.5%,#ffffff 88.5%,#ffffff 100%);
  background: linear-gradient(to right, #e0f4fb 0%,#d3eefb 88.5%,#ffffff 88.5%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f4fb', endColorstr='#ffffff',GradientType=1 );
  position: relative;
}
#company01:after {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 22.5%;
  position: absolute;
  top: 0;
  left: 0;
}
#company01 .inbox01 {
  position: relative;
  z-index: 5;
}
#company01 p {
  font-size: 18px;
  line-height: 225%;
  margin-top: 80px;
  width: 75%;
}

#company02 {
  background: #f8f8f8;
  padding: 100px 0;
}
#company02 table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
#company02 th ,
#company02 td {
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px; 
  font-size: 16px;
  vertical-align: top;
}
#company02 th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  color: #4eadd1;
}
#company03 {
  padding: 100px 0 115px;
}
#company03 #gmap iframe {
  width: 100%;
  height: 600px;
  border: none;
}

#trainer01 {
  padding: 50px 0 65px;
}
#trainer01 .inbox01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#trainer01 .photo {
  width: 53.35%;
}
#trainer01 .photo img {
  width: 100%;
}
#trainer01 .txt {
  width: 46.45%;
}
#trainer01 .ttl_en {
  display: block;
  width: 100%;
  color: rgba(51,51,51,.3);
  font-size: 48px;
  font-weight: bold;
  text-align: right;
  font-family: 'Noto Serif JP', sans-serif;
  margin-top: 10px;
  margin-bottom: 40px;
}
#trainer01 .ttl_block {
  background: #4eadd1;
  padding: 40px 60px 50px;
  box-sizing: border-box;
}
#trainer01 .ttl_block h3 {
  font-size: 38px;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
#trainer01 .ttl_block h3 span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
}
#trainer01 dl {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 8.5%;
  letter-spacing: -.4em;
}
#trainer01 dt {
  display: block; 
  letter-spacing: normal;
  background: #4eadd1;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#trainer01 dd {
  display: inline-block; 
  letter-spacing: normal;
  font-size: 16px;
  padding-left: 30px;
  width: calc( 100% - 30px );
  box-sizing: border-box;
  padding-left: 30px;
  margin-bottom: 15px;
}
#trainer01 h4 {
  color: #4eadd1;
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 8.5%;
}
#trainer01 .message {
  font-size: 16px;
  margin-left: 8.5%;
  line-height: 225%;
}
#trainer02 {
  padding: 50px 0 120px;
}
#trainer02 .btn01 {
  margin-top: 120px;
}

p.movie {
	margin-top: 20px;
}

/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/


/* flex */
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox_両端揃え {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbox_上下中央揃え {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbox_順 {
	-ms-flex-order:1;
	order:1;
}

#top_effect p {
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
}