/* Scss Document */
body {
  background: #fff;
  font-size: 15px;
  color: #333;
}

a {
  color: #333;
}

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.page_top {
  display: none;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.page_top:after {
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -12px auto 0;
  z-index: 2;
}

.movie video {
  width: 100%;
  height: auto;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  height: 50px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0 2px;
}
.header .header_address,
.header .header_tel,
.header .header_menu {
  position: absolute;
  z-index: 1;
}
.header .site_logo {
  width: 95px;
}
.header .header_address {
  top: 10px;
  left: 98px;
  font-size: 10px;
}
.header .header_tel {
  right: 50px;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-image: url(../img/kouhoku/header_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
}
.header .header_menu {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 1000;
}
.header .menu-trigger {
  position: relative;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
}
.header .menu-trigger,
.header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
}
.header .menu-trigger span {
  position: absolute;
  left: 10px;
  width: 100%;
  height: 1px;
  background-color: #000;
  width: 30px;
}
.header .menu-trigger span:nth-of-type(1) {
  top: 16px;
}
.header .menu-trigger span:nth-of-type(2) {
  top: 24px;
}
.header .menu-trigger span:nth-of-type(3) {
  top: 32px;
}
.header .menu-trigger.close span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.header .menu-trigger.close span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger.close span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.header #panel {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 20px 20px 0 20px;
  text-align: center;
  height: 100vh;
  background: rgba(84, 127, 188, 0.95);
}
.header .drawer_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .drawer_nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header .drawer_nav li a {
  display: block;
  font-size: 15px;
  padding: 14px 0;
  text-decoration: none;
  color: #fff;
}
.header .drawer_nav li a span {
  font-size: 10px;
  display: block;
}
.header #panel .nav_link {
  margin-top: 20px;
}
.header #panel .nav_link ul li .image {
  margin: 0 auto;
}
.header #panel .nav_link ul li:nth-child(1) {
  margin-right: 30px;
}
.header #panel .nav_link ul li:nth-child(1) .image {
  width: 20px;
}
.header #panel .nav_link ul li:nth-child(2) .image {
  width: 130px;
}

#fitness, #kaatsu, #swimming, #dance, #karate, #reason {
  margin-top: -50px;
  padding-top: 50px;
}

.spring_campaign {
  background: url(../../img/common/spring_campaign_bg.png) repeat;
  padding-top: 60px;
}
.spring_campaign .inner {
  padding: 0 15px;
}
.spring_campaign .spring_campaign_btn {
  background: url(../../img/common/spring_campaign_bg2.png) repeat;
  padding: 10px 0;
}

.btn_section ul {
  text-align: center;
}

.btn_section ul li {
  width: 49%;
}

.btn_section ul li:nth-child(1) {
  float: left;
}

.btn_section ul li:nth-child(2) {
  float: right;
  margin-left: 2%;
}

.btn_section .tel {
  margin-top: 7px;
}

.fv .btn_section {
  /*margin-top:-10px;*/
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px 10px;
}

.fv .fv_inner {
  padding: 0 10px;
}

.fv {
  background-image: url(../img/kouhoku/marine_bg.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1100px auto;
  padding: 60px 0 30px;
}
.fv .pickup {
  margin-top: 20px;
  text-align: center;
}
.fv .pickup .txt {
  margin-top: 20px;
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.fv .pickup ul {
  margin-top: 20px;
  font-size: 0;
}
.fv .pickup ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 10px;
  margin-left: 2%;
}
.fv .pickup ul li:nth-child(odd) {
  margin-left: 0;
}
.fv .pickup ul li:nth-child(1), .fv .pickup ul li:nth-child(2) {
  margin-top: 0;
}

.wrapper {
  padding-bottom: 50px;
}

.section01 {
  background: url(../img/kouhoku/section01_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 10px;
}
.section01 .inner {
  background: rgba(73, 127, 193, 0.85);
  padding: 30px 10px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section01 .inner h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffe42f;
}
.section01 .inner p {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
}

.section02 .item:nth-child(2) {
  background: url(../../img/kouhoku/section02_bg1.png) repeat center top;
}
.section02 .item:nth-child(3) {
  background: url(../../img/kouhoku/section02_bg2.png) repeat center top;
}
.section02 .item:nth-child(1),
.section02 .item:nth-child(4) {
  background: url(../../img/kouhoku/section02_bg3.png) repeat center top;
}
.section02 .item {
  padding-bottom: 30px;
}
.section02 .item h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
.section02 .item ul {
  padding: 0 15px;
}
.section02 .item ul li {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  color: #2060ab;
}
.section02 .item ul li .table_c {
  vertical-align: middle;
}
.section02 .item ul li .image {
  width: 110px;
}
.section02 .item ul li .txt {
  padding-left: 15px;
}
.section02 .item ul li .txt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff9e13;
}
.section02 .item ul li .intro {
  margin-top: 10px;
  background: #ffe8e8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px;
}
.section02 .item ul li .intro .intro_image,
.section02 .item ul li .intro .comment {
  vertical-align: middle;
}
.section02 .item ul li .intro .intro_image {
  width: 110px;
  vertical-align: top;
}
.section02 .item ul li .intro .comment {
  font-size: 14px;
  padding-left: 10px;
}
.section02 .item ul li p {
  margin-top: 10px;
  font-size: 14px;
}
.section02 .item:nth-child(3) ul li .txt h3 {
  color: #3ab24e;
}
.section02 .item:nth-child(1) ul li .txt h3, .section02 .item:nth-child(4) ul li .txt h3 {
  color: #2fa2f2;
}
.section02 .item:nth-child(2) h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2930c+0,f1a63a+50,f2930c+52,f2930c+100 */
  background: #f2930c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2930c 0%, #f1a63a 50%, #f2930c 52%, #f2930c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2930c 0%, #f1a63a 50%, #f2930c 52%, #f2930c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2930c 0%, #f1a63a 50%, #f2930c 52%, #f2930c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2930c', endColorstr='#f2930c',GradientType=0 );
  /* IE6-9 */
}
.section02 .item:nth-child(3) h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36ac4a+0,45c059+50,36ac4a+52,36ac4a+100 */
  background: #36ac4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #36ac4a 0%, #45c059 50%, #36ac4a 52%, #36ac4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #36ac4a 0%, #45c059 50%, #36ac4a 52%, #36ac4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #36ac4a 0%, #45c059 50%, #36ac4a 52%, #36ac4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36ac4a', endColorstr='#36ac4a',GradientType=0 );
  /* IE6-9 */
}
.section02 .item:nth-child(1) h2, .section02 .item:nth-child(4) h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ab3ef+50,2fa2f2+52,2fa2f2+100 */
  background: #5ab3ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5ab3ef 50%, #2fa2f2 52%, #2fa2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5ab3ef 50%, #2fa2f2 52%, #2fa2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5ab3ef 50%, #2fa2f2 52%, #2fa2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab3ef', endColorstr='#2fa2f2',GradientType=0 );
  /* IE6-9 */
}
.section02 .movie {
  width: 95%;
  margin: 20px auto 0;
}

.section03 {
  background: url(../../img/kouhoku/section03_bg2.png) no-repeat center top;
  background-size: auto 100%;
}
.section03 .section03_inner {
  padding: 40px 10px;
}
.section03 h2 {
  text-align: center;
}
.section03 ul li {
  position: relative;
  margin-top: 20px;
}
.section03 ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  z-index: 1;
  background: #22ad38;
  bottom: 0;
  left: 7.7%;
}
.section03 ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  left: 4.1%;
  bottom: -15px;
  border-width: 15px 15px 0 15px;
  border-color: #22ad38 transparent transparent transparent;
}
.section03 ul li h3 {
  position: relative;
  z-index: 1;
}
.section03 ul li .inner {
  padding-left: 14%;
}
.section03 ul li .txt {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 20px 0;
}

.main_ttl {
  text-align: center;
  padding: 20px 10px;
  background: url(../img/kouhoku/marine_bg.png) repeat center top;
  background-size: 1100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.section04 {
  background: url(../../img/kouhoku/section04_bg.png) repeat;
}
.section04 .section04_inner {
  padding: 30px 10px;
}
.section04 .section04_inner ul {
  font-size: 0;
}
.section04 .section04_inner ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 48.7%;
  margin-left: 2%;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  background: #f2f2f2;
}
.section04 .section04_inner ul li:nth-child(odd) {
  margin-left: 0;
}
.section04 .section04_inner ul li:nth-child(1), .section04 .section04_inner ul li:nth-child(2) {
  margin-top: 0;
}
.section04 .section04_inner ul li .inner p {
  padding: 10px;
  font-size: 12px;
}

.read_more {
  margin: 15px 0;
  border: 2px solid #497fc1;
  padding: 15px 10px;
  color: #497fc1;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.read_more span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.read_more span::after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  top: 50%;
  font-size: 22px;
  right: -16px;
  margin: -12px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.active span::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scroll table {
  width: 100%;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.section05 .inner {
  padding: 20px 10px 50px;
}
.section05 .read_more {
  margin-top: 20px;
}
.section05 .read_more:first-of-type {
  margin-top: 0;
}
.section05 h3 {
  background: #0070c0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 12px 10px;
}
.section05 table {
  width: 100%;
  border: 1px solid #0070c0;
  font-size: 12px;
}
.section05 table th, .section05 table td {
  padding: 12px 6px;
  text-align: center;
  border-right: 1px solid #0070c0;
  border-bottom: 1px solid #0070c0;
}
.section05 table td span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}
.section05 table thead th {
  background: #9bc2e6;
  color: #0070c0;
}
.section05 table tbody th {
  background: #ebf3fa;
  color: #0070c0;
  width: 130px;
}
.section05 table tbody td {
  text-align: left;
}
.section05 table .font_s {
  font-size: 11px;
}
.section05 table .txt_l {
  text-align: left;
}
.section05 .capture {
  margin-top: 20px;
}
.section05 .capture li {
  position: relative;
  text-align: left;
  font-size: 12px;
  margin-top: 7px;
  padding-left: 16px;
}
.section05 .capture li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.section06 .inner {
  padding: 30px 10px;
}
.section06 .heading {
  text-align: center;
}
.section06 .box {
  margin: 30px auto 0;
  border: 3px solid #497fc1;
  padding: 20px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.section06 .box li {
  padding: 10px 0;
  border-bottom: 2px solid #497fc1;
  font-size: 17px;
  text-align: center;
}
.section06 .box li span {
  font-size: 12px;
  display: inline-block;
}
.section06 .box li:first-child {
  padding: 0 0 20px;
}
.section06 .box li:last-child {
  padding: 20px 0 0;
  border-bottom: none;
}
.section06 .btn_section {
  margin-top: 20px;
}

.section07 .heading {
  text-align: center;
  padding: 30px 10px;
}
.section07 .block01 {
  background: url(../img/kouhoku/section07_block01_bg.png) no-repeat center top;
  background-size: cover;
}
.section07 .block01 .inner {
  padding: 30px 10px;
}
.section07 .block01 .ttl {
  background: rgba(255, 255, 255, 0.68);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section07 .block01 .wrap {
  margin-top: 30px;
  background: rgba(73, 127, 193, 0.95);
  padding: 20px 10px;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section07 .block01 .wrap .image {
  margin-top: 15px;
}
.section07 .block01 .wrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffe827;
  text-align: center;
}
.section07 .block01 .wrap h3:nth-of-type(2) {
  margin-top: 40px;
}
.section07 .block01 .wrap ul {
  margin-top: 20px;
  margin-left: 20px;
}
.section07 .block01 .wrap ul li {
  font-weight: bold;
  margin-top: 10px;
  list-style-type: disc;
}
.section07 .block01 .wrap ul li:first-child {
  margin-top: 0;
}
.section07 .block01 .wrap p {
  margin-top: 20px;
}
.section07 .block02 {
  background: url(../../img/kouhoku/section07_bg.png) repeat;
}
.section07 .block02 .inner {
  padding: 30px 10px;
  text-align: center;
  color: #497fc1;
}
.section07 .block02 .overview {
  font-size: 20px;
  font-weight: bold;
}
.section07 .block02 .overview span {
  font-weight: bold;
  display: inline-block;
}
.section07 .block02 .overview span:nth-of-type(1) {
  margin-left: 40px;
}
.section07 .block02 .overview span:nth-of-type(2) {
  margin-left: 20px;
}
.section07 .block02 p {
  font-size: 12px;
  margin-top: 20px;
}

.section08 {
  background: url(../img/kouhoku/section04_bg.png) repeat;
}
.section08 .section08_inner {
  margin: 0 auto;
  padding: 20px 0;
}
.section08 ul li {
  background: #fff;
  margin-top: 30px;
}
.section08 ul li:first-child {
  margin-top: 0;
}
.section08 ul li .image {
  width: 200px;
  margin: 0 auto;
}
.section08 ul li .txt {
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-bottom: 10px;
}
.section08 ul li .txt .item {
  margin-top: 20px;
}
.section08 ul li .txt .item h4 {
  width: 220px;
}
.section08 ul li .txt .item p {
  padding: 15px;
}
.section08 ul li.trainer01 .txt {
  background-image: url(../../img/kouhoku/section08_bg1.png);
}
.section08 ul li.trainer02 .txt {
  background-image: url(../../img/kouhoku/section08_bg2.png);
}
.section08 ul li.trainer03 .txt {
  background-image: url(../../img/kouhoku/section08_bg3.png);
}
.section08 ul li.trainer04 .txt {
  background-image: url(../../img/kouhoku/section08_bg4.png);
}
.section08 ul li.trainer05 .txt {
  background-image: url(../../img/kouhoku/section08_bg5.png);
}
.section08 .read_more_wrap {
  padding: 0 10px;
}

.section09 .wrap {
  background: url(../img/kouhoku/section09_bg.png) no-repeat center top;
  background-size: cover;
  padding: 30px 10px;
}
.section09 .heading {
  text-align: center;
  color: #ff6d6d;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: bold;
}
.section09 .inner {
  margin: 30px auto 0;
  background: rgba(73, 127, 193, 0.85);
  padding: 20px 14px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  color: #fff;
}
.section09 .block1 .image {
  margin-top: 20px;
  text-align: center;
}
.section09 .block1 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffe827;
  text-align: center;
}
.section09 .block1 p {
  margin-top: 20px;
}
.section09 .block2 {
  position: relative;
  margin-top: 40px;
}
.section09 .block2 h3 {
  background: #497fc1;
  padding: 15px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section09 .block2 p {
  margin-top: 20px;
}
.section09 .block2 .hover {
  margin-top: 10px;
  text-align: center;
}

.section10 {
  background: url(../img/kouhoku/section10_bg.png) no-repeat center top;
  background-size: cover;
}
.section10 .section10_inner {
  margin: 0 auto;
  padding: 30px 10px 40px;
}
.section10 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3871b4;
}
.section10 .box {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.section10 .box .item {
  width: 49%;
  display: inline-block;
  margin-left: 1.8%;
  margin-top: 10px;
}
.section10 .box .item:nth-child(odd) {
  margin-left: 0;
}
.section10 ul li {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.section10 ul li .image {
  width: 70px;
  margin: 0 auto;
  text-align: center;
}
.section10 ul li .txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.section10 ul li .txt p {
  font-size: 14px;
}
.section10 .movie {
  margin: 25px auto 0;
}

.section11 .inner {
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
}
.section11 .heading {
  font-size: 18px;
}
.section11 .wrap {
  margin-top: 10px;
}
.section11 .wrap .item {
  margin-top: 10px;
}
.section11 .wrap .item:nth-child(1) {
  width: 128px;
  margin: 0 auto;
}

.section12 .inner {
  padding: 20px 10px;
  text-align: center;
}
.section12 .inner .read_more {
  margin-top: 20px;
}
.section12 .inner .read_more:first-of-type {
  margin-top: 0;
}
.section12 h3 {
  background: #0070c0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 12px 10px;
}
.section12 h3 span {
  display: block;
  font-size: 12px;
}
.section12 table {
  width: 100%;
  border: 1px solid #0070c0;
  font-size: 12px;
}
.section12 table th, .section12 table td {
  padding: 12px 6px;
  text-align: center;
  border-right: 1px solid #0070c0;
  border-bottom: 1px solid #0070c0;
  width: 25%;
}
.section12 table td span {
  font-size: 10px;
}
.section12 table thead th {
  background: #9bc2e6;
  color: #0070c0;
}
.section12 table tbody th {
  background: #ebf3fa;
  color: #0070c0;
  width: 130px;
}
.section12 table tbody td {
  text-align: left;
}
.section12 .capture {
  margin-top: 20px;
}
.section12 .capture li {
  position: relative;
  text-align: left;
  font-size: 13px;
  margin-top: 4px;
  padding-left: 10px;
}
.section12 .capture li::before {
  content: '*';
  position: absolute;
  top: 3px;
  left: 0;
}

.section13 {
  position: relative;
  background: url(../img/kouhoku/marine_bg.png) repeat center top;
  background-size: 1100px auto;
  overflow: hidden;
  padding: 70px 10px 30px;
}
.section13::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 0;
  border-style: solid;
  border-width: 0 750px 60px 0;
  border-color: transparent #fff transparent transparent;
}
.section13 .inner {
  margin: 0 auto;
}
.section13 .heading {
  background: rgba(73, 127, 193, 0.58);
  padding: 20px 14px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
}
.section13 .heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #eb3f42;
}
.section13 .heading p {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
.section13 ul li {
  background: rgba(255, 255, 255, 0.58);
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 20px;
}
.section13 ul li .image {
  width: 120px;
}
.section13 ul li .txt {
  padding-left: 10px;
  vertical-align: middle;
}
.section13 ul li .txt h3 {
  font-size: 20px;
  color: #ff9e13;
  font-weight: bold;
}
.section13 ul li p {
  margin-top: 10px;
  color: #2060ab;
}

.section14 {
  background-image: url(../img/kouhoku/section14_bg.png), url(../img/kouhoku/marine_bg.png);
  background-repeat: no-repeat , repeat-y;
  background-position: center center , center top;
  background-size: 100% auto , 1100px auto;
  padding: 30px 10px;
}
.section14 .inner {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section14 .inner h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ff9e13;
  text-align: center;
}
.section14 .inner p {
  margin-top: 20px;
}

.section15 {
  background: url(../../img/common/supervise_bg_sp.png) no-repeat center top;
  background-size: cover;
  padding: 30px 10px;
}
.section15 .inner {
  background: rgba(73, 127, 193, 0.85);
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section15 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.section15 h2 span {
  font-size: 34px;
  color: #ffdf31;
  font-weight: bold;
}
.section15 ul li {
  margin-top: 15px;
}
.section15 ul li h3 {
  font-size: 18px;
  font-weight: bold;
}

.section16 {
  padding: 60px 0 0;
}
.section16 .heading {
  background: #fff6de;
  margin: 0 auto;
  padding: 60px 20px 20px;
  position: relative;
}
.section16 .heading h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
}
.section16 .heading p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #d5286e;
}
.section16 .wrap {
  margin-top: 30px;
}
.section16 .wrap .item {
  text-align: center;
}
.section16 .wrap .item:nth-child(1) {
  background: #ffe1ed;
}
.section16 .wrap .item:nth-child(2) {
  background: #e2e2ff;
}
.section16 .wrap .item:nth-child(3) {
  background: #fceed9;
}
.section16 .wrap .item:nth-child(4) {
  background: #e4e4e4;
}
.section16 .wrap .item h3 {
  padding: 20px 0;
  width: 120px;
  margin: 0 auto;
}

.section17 .inner {
  padding: 30px 10px;
}
.section17 .inner .item {
  margin-top: 20px;
  text-align: center;
}
.section17 .inner .item .image {
  margin-top: 10px;
}
.section17 .inner .item:nth-child(1) {
  margin-top: 0;
}
.section17 .inner .item h3 {
  margin-bottom: 20px;
}
.section17 .inner .item:nth-child(3) .right {
  margin-top: 10px;
}
.section17 .btn_section {
  margin-top: 50px;
}

.section18 {
  background: url(../../img/kouhoku/section18_bg.png) repeat;
  background-size: 38px auto;
}
.section18 .inner {
  margin: 0 auto;
  padding: 30px 10px;
}
.section18 iframe {
  width: 100%;
  height: 300px;
}

.section19 {
  background: url(../../img/kouhoku/section04_bg.png) repeat;
}
.section19 .section19_inner {
  padding: 30px 10px;
}
.section19 .section19_inner ul {
  font-size: 0;
}
.section19 .section19_inner ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 48.7%;
  margin-left: 2%;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  background: #f2f2f2;
}
.section19 .section19_inner ul li:nth-child(odd) {
  margin-left: 0;
}
.section19 .section19_inner ul li:nth-child(1), .section19 .section19_inner ul li:nth-child(2) {
  margin-top: 0;
}
.section19 .section19_inner ul li .inner p {
  padding: 10px;
  font-size: 12px;
}

.section20 .wrap {
  background: url(../../img/kouhoku/section20_bg.png) no-repeat center top;
  background-size: 120% auto;
}
.section20 .inner {
  padding: 20px 10px 30px;
}
.section20 .inner h3.course {
  background: #0070c0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 12px 10px;
}
.section20 .inner table.price {
  width: 100%;
  border: 1px solid #0070c0;
  font-size: 12px;
}
.section20 .inner table.price th, .section20 .inner table.price td {
  padding: 12px 3px;
  text-align: center;
  border-right: 1px solid #0070c0;
  border-bottom: 1px solid #0070c0;
}
.section20 .inner table.price td span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}
.section20 .inner table.price thead th {
  background: #9bc2e6;
  color: #0070c0;
  width: 25%;
}
.section20 .inner table.price tbody th {
  background: #ebf3fa;
  color: #0070c0;
  width: 130px;
}
.section20 .inner table.price tbody td {
  background: #fff;
}
.section20 .charges {
  margin-top: 30px;
}
.section20 .charges .item {
  padding: 20px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section20 .charges .item:nth-child(1) {
  background: rgba(223, 90, 92, 0.85);
}
.section20 .charges .item:nth-child(2) {
  margin-top: 20px;
  background: rgba(105, 196, 210, 0.85);
}
.section20 .charges .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #f0ff00;
  text-align: center;
}
.section20 .charges .item table {
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.section20 .charges .item table th, .section20 .charges .item table td {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #8d282c;
}
.section20 .charges .item:nth-child(1) table td {
  text-align: right;
}
.section20 .charges .item:nth-child(2) table th, .section20 .charges .item:nth-child(2) table td {
  border-bottom: 1px solid #408f9c;
}
.section20 .charges .item:nth-child(2) table tr td:last-child {
  text-align: right;
}
.section20 .capture {
  margin-top: 20px;
  font-size: 13px;
}
.section20 .btn_section_wrap {
  position: relative;
  padding: 10px 10px 80px;
  background: url(../img/kouhoku/marine_bg.png) repeat center top;
  background-size: 1100px auto;
  overflow: hidden;
}
.section20 .btn_section_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 0;
  border-style: solid;
  border-width: 0 750px 60px 0;
  border-color: transparent #fff transparent transparent;
}
.section20 .btn_section_wrap .btn_section {
  position: relative;
  z-index: 10;
}

.section21 {
  background: url(../../img/kouhoku/section21_bg.png) no-repeat center top;
  background-size: 100%;
}
.section21 .inner {
  padding: 50px 10px 20px;
}
.section21 .block1 h2 {
  text-align: center;
}
.section21 .block1 .movie_wrap {
  margin-top: 20px;
}
.section21 .block1 .movie_wrap .item:nth-child(2) {
  margin-top: 10px;
}
.section21 .block1 .image {
  margin-top: 30px;
}
.section21 .block2 {
  margin-top: 30px;
}
.section21 .block2 .item {
  padding: 20px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section21 .block2 .item:nth-child(1) {
  background: rgba(223, 90, 92, 0.85);
}
.section21 .block2 .item:nth-child(2) {
  margin-top: 10px;
  background: rgba(105, 196, 210, 0.85);
}
.section21 .block2 .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #f0ff00;
  text-align: center;
}
.section21 .block2 .item table {
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.section21 .block2 .item table th, .section21 .block2 .item table td {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #8d282c;
}
.section21 .block2 .item:nth-child(1) table td {
  text-align: right;
}
.section21 .block2 .item:nth-child(2) table th, .section21 .block2 .item:nth-child(2) table td {
  border-bottom: 1px solid #408f9c;
}
.section21 .block2 .item:nth-child(2) table tr th span {
  font-size: 12px;
}
.section21 .block3 {
  margin-top: 60px;
}
.section21 .block3 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #497fc1;
}
.section21 .block3 ul li {
  margin-top: 20px;
}
.section21 .block3 ul li:nth-child(1) .txt {
  background: url(../../img/kouhoku/section21_bg2.png) repeat;
}
.section21 .block3 ul li:nth-child(2) .txt {
  background: url(../../img/kouhoku/section21_bg3.png) repeat;
}
.section21 .block3 .name {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
}
.section21 .block3 .name h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
.section21 .block3 .image {
  width: 120px;
  margin: 0 auto;
}
.section21 .block3 .txt {
  padding: 15px 10px;
  font-size: 17px;
  line-height: 1.8;
}
.section21 .block3 .txt p {
  font-size: 14px;
  margin-top: 10px;
}
.section21 .block3 .txt span {
  font-weight: bold;
}
.section21 .btn_section {
  margin-top: 10px;
  padding: 0 10px;
}

.section22 {
  padding: 50px 0;
}
.section22 .wrap {
  background: url(../img/kouhoku/section22_bg.png) no-repeat center top;
  background-size: 100%;
}
.section22 .inner {
  margin: 0 auto;
  padding: 50px 10px;
}
.section22 .block1 h2 {
  text-align: center;
}
.section22 .block1 .heading {
  margin-top: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}
.section22 .block1 .movie_wrap {
  margin-top: 20px;
}
.section22 .block1 .movie_wrap .item:nth-child(2) {
  margin-top: 10px;
}
.section22 .block1 .image {
  margin-top: 20px;
}
.section22 .block2 {
  margin-top: 30px;
}
.section22 .block2 .item .item_inner {
  padding: 20px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section22 .block2 .item .item_inner:nth-child(2) {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.section22 .block2 .item .item_inner:nth-child(2) span {
  font-size: 12px;
}
.section22 .block2 .item:nth-child(1) .item_inner {
  background: rgba(43, 190, 57, 0.7);
}
.section22 .block2 .item:nth-child(2) {
  margin-top: 20px;
}
.section22 .block2 .item:nth-child(2) .item_inner {
  background: rgba(105, 196, 210, 0.7);
}
.section22 .block2 .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #f0ff00;
  text-align: center;
}
.section22 .block2 .item table {
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.section22 .block2 .item table th, .section22 .block2 .item table td {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #22922d;
}
.section22 .block2 .item:nth-child(1) table td {
  text-align: right;
}
.section22 .block2 .item:nth-child(2) table th, .section22 .block2 .item:nth-child(2) table td {
  border-bottom: 1px solid #408f9c;
}
.section22 .block2 .item:nth-child(2) table tr th span {
  font-size: 12px;
}
.section22 .block3 {
  padding: 0 10px;
}
.section22 .block3 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #497fc1;
}
.section22 .block3 ul li {
  padding: 20px 10px;
  margin-top: 20px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  background: url(../../img/kouhoku/section22_bg3.png) repeat;
}
.section22 .block3 .image {
  width: 120px;
  margin: 0 auto;
}
.section22 .block3 .txt {
  font-size: 14px;
}
.section22 .block3 .txt h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #497fc1;
  margin-top: 10px;
}
.section22 .block3 .txt p {
  margin-top: 20px;
}
.section22 .btn_section {
  margin-top: 30px;
  padding: 0 10px;
}

.section23 .inner {
  padding: 30px 10px;
}
.section23 .heading {
  text-align: center;
  font-size: 15px;
}
.section23 ul {
  text-align: center;
  font-size: 0;
}
.section23 ul li {
  display: inline-block;
  margin-top: 15px;
  width: 49%;
  margin-left: 2%;
}
.section23 ul li:nth-child(odd) {
  margin-left: 0;
}

.section24 .inner {
  margin: 0 auto;
  padding: 30px 10px;
}
.section24 .map iframe {
  width: 100%;
  height: 250px;
}
.section24 .txt ul li {
  border-bottom: 1px solid #87b1e5;
  padding: 16px 0;
}
.section24 .txt ul li span {
  font-weight: bold;
}

.section25 .inner {
  margin: 0 auto;
  padding: 30px 10px;
}
.section25 .item {
  margin-top: 25px;
}
.section25 .item:first-child {
  margin-top: 0;
}
.section25 h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #497fc1;
  padding: 12px;
  margin: 0 -10px;
  border-top: 4px solid #497fc1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.section25 h3 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.section25 ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #497fc1;
}
.section25 ul li .question, .section25 ul li .answer {
  position: relative;
  padding: 0 0 0 40px;
}
.section25 ul li .question::after, .section25 ul li .answer::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
}
.section25 ul li .question {
  font-size: 15px;
  font-weight: bold;
}
.section25 ul li .question::after {
  background: url(../img/kouhoku/section25_image1.png) no-repeat center top;
  background-size: 30px auto;
}
.section25 ul li .answer {
  margin-top: 10px;
  padding-top: 15px;
  font-size: 13px;
}
.section25 ul li .answer::after {
  background: url(../img/kouhoku/section25_image2.png) no-repeat center top;
  background-size: 30px auto;
  top: 12px;
}

.section26 .block1 {
  background: url(../../img/kouhoku/section26_bg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 10px;
}
.section26 .block1 .inner {
  margin: 0 auto;
  background: rgba(73, 127, 193, 0.85);
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section26 .block1 .inner h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffe400;
}
.section26 .block1 .inner p {
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.section26 .block2 {
  background: url(../../img/kouhoku/section26_bg2.png) repeat;
}
.section26 .block2 .inner {
  margin: 0 auto;
  padding: 50px 10px;
}
.section26 .block2 .inner h3 {
  text-align: center;
}
.section26 .block2 .inner .txt {
  text-align: center;
  margin-top: 30px;
}
.section26 .block2 .inner table {
  width: 100%;
  margin-top: 30px;
}
.section26 .block2 .inner table th, .section26 .block2 .inner table td {
  padding: 14px;
  border-bottom: 1px solid #fff;
}
.section26 .block2 .inner table th {
  background: #6a9ddb;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 31%;
}
.section26 .block2 .inner table td {
  background: #c5dbf6;
  font-size: 14px;
}
.section26 .block3 {
  background: url(../../img/kouhoku/section26_bg2.png) repeat;
  padding: 0 10px 50px;
}
.section26 .block3 .inner {
  margin: 0 auto;
  background: url(../../img/kouhoku/section07_bg.png) repeat;
  position: relative;
  padding: 0 10px 20px;
}
.section26 .block3 .inner h3 {
  background: #8cc30e;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px 10px;
  text-shadow: 1px 1px 0 #000;
  margin: 0 -10px 10px;
}
.section26 .block3 .inner ul li {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 14px;
  background: url(../../img/kouhoku/section26_image3.png) no-repeat left 4px;
  background-size: 13px auto;
}
.section26 .block4 {
  background: url(../../img/kouhoku/section26_bg2.png) repeat;
  padding: 0 10px 30px;
}
.section26 .block4 .inner {
  margin: 0 auto;
}
.section26 .block4 .inner .movie {
  margin: 0 auto;
}
.section26 .block4 .inner h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #3d65fa;
}
.section26 .block4 .inner p {
  margin-top: 20px;
}

.section27 {
  background: url(../../img/kouhoku/section26_bg2.png) repeat;
  padding: 0 0 50px;
}
.section27 .inner {
  margin: 0 auto;
  padding: 30px 10px;
}
.section27 .inner ul li {
  margin-top: 20px;
  text-align: center;
}
.section27 .inner ul li:first-child {
  margin-top: 0;
}
.section27 .inner ul li:nth-child(2) .movie {
  margin: 20px auto 0;
}
.section27 .inner ul li:nth-child(2) .image {
  margin-top: 20px;
}
.section27 .inner ul li:nth-child(3) .movie_wrap {
  margin-top: 30px;
}
.section27 .inner ul li:nth-child(3) .movie_wrap .right {
  margin-top: 15px;
}
.section27 .inner ul li:nth-child(3) .image {
  margin-top: 20px;
}
.section27 .inner ul li:nth-child(4) {
  margin-top: 20px;
}
.section27 .btn_section {
  padding: 0 10px;
}

.section28 .wrap {
  background: url(../../img/toneri/section19_bg.png) no-repeat center top;
  background-size: cover;
  padding: 40px 10px 60px;
}
.section28 .inner {
  padding: 30px 10px;
  text-align: center;
  background: rgba(73, 127, 193, 0.85);
}
.section28 .inner h2 {
  font-size: 24px;
  font-weight: bold;
  color: #eb3f42;
}
.section28 .inner p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.section28 .image {
  text-align: center;
}

.section29 .inner {
  padding: 30px 10px;
}
.section29 .inner .item {
  margin-top: 15px;
}
.section29 .inner .item:first-child {
  margin-top: 0;
}
.section29 .inner h3 {
  background: url(../../img/toneri/main_ttl_bg.png) repeat center top;
  padding: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.section29 .inner h3 span {
  position: relative;
  padding-right: 15px;
}
.section29 .inner h3 span::after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 34px;
  margin: -17px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.section29 .inner .active span::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section29 .inner .acordion_inner {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.fv_under_btn {
  padding: 20px;
}
.fv_under_btn ul li {
  margin-top: 10px;
}
.fv_under_btn ul li:first-child {
  margin-top: 0;
}

#personal {
  margin-top: -55px;
  padding-top: 55px;
}
