/******************************************************************
Theme Name: Lyubovi
Theme URI: http://www.lyubovi.jp/
Description: Lyuboviのテーマ
Version: 1.1.6
Author: opencage
Author URI: http://open-cage.com/

License: GNU General Public License
License URI: licence.txt
******************************************************************/

@import url(../../../font-awesome/4.5.0/css/font-awesome.min.css);
@import url(////fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(////fonts.googleapis.com/css?family=Lato);

/* ==========================================================================
HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; }
audio,
canvas,
video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }

body{
    font-family:-apple-system, ‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’, ‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
    margin:0;
    min-width:1200px;
    background-image: url(img/background.png);
    background-repeat: repeat;
}
*{
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

.campaign {
    width: 100%;
    transition: 1.1s;
    background: #4fcdbd;
    text-align: center;
}
.campaign a:hover {
    opacity: 0.6;
}
.campaign img {
    margin: auto;
    width: 55%;
}
.a_btn {
    transition: 1.1s;
}

.a_btn a {
    margin: 70px auto;
    display: block;
    width: 640px;
    text-align: center;
    padding: 35px;
    background: #E9111C;
    box-shadow: 0 5px 0 #a30d08;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    transition: 1.1s;
}
.a_btn a:hover {
    opacity: 0.6;
}


ul{
    list-style: none;
    padding:0px;
    margin: 0px;
}
table{
    border-collapse: separate;
}
img{
	display: block;
    max-width: 100%;
}
p{
	text-align: left;
	margin-bottom:18px;
}
.bold{
	font-weight: bold;
}
.sp-newline{
	display: block;
}
.center{
    margin: 0 auto;
}
li,
p {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}
article{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
section {
    margin: 60px auto;
    width: 1100px;
}
h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 45px;
    padding: 35px 0px 35px;
    line-height: 55px;
    font-style: oblique;
    color: #FFF;
}
h4{
    text-align: center;
    font-size: 55px;
    color: #FF000F;
    font-weight: bold;
}
.full-width{
    width: 100%;
}
.oneminutes{
  animation-name: btn;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function:ease;
}
@keyframes btn{
  0% {transform: translate(15px, 0px);}
  25% {transform: translate(-15px, 0px);}
  50% {transform: translate(15px, 0px);}
  75% {transform: translate(-15px, 0px);}
  100% {transform: translate(15px, 0px);}
}
.float-box{
    overflow: hidden;
}
.float-box .left{
    float: left;
}
.float-box .right{
    float: right;
    padding: 0 20px;
}
.text-center{
    text-align: center;
    margin: 30px auto 50px;
}
.align-center{
    margin-top: 60px;
    overflow: hidden;
}
.align-center p{
    text-align: center;
}
.text-green{
    color: #72C931;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
}
.header-all{
    width: 100%;
    background-color: #FFF;
}
.header {
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}
.header-left {
    float: left;
    width: 40%;
}
.header-left img {
    width: 55%;
    padding: 10px;
}
.header-right {
    float: right;
    margin: 10px 0px;
}
.big-text{
    font-size: 30px!important;
}
/*main*/
/********************************************************/
.mainvisual{
    width: 100%;
}
.mainvisual img {
    margin: 0 auto;
}
.mainvisual a img {
    width: 450px;
    margin: 50px auto;
}

/*トレーニングコンテンツ*/
#training_way .training_way_detail ul {
    display: flex;
}
#training_way .training_way_detail ul li {
    -webkit-transition: 0.5s;
  transition: 0.5s;
}
#training_way .training_way_detail ul li:hover {
    opacity: 0.6;
}

.margin-0{
    margin-top: 0px!important;
}
.h2-box {
    background-image: url(img/h1.png);
    margin: 0px;
}
.anchor{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.anchor img{
    float: left;
}
.no-rebound {
    width: 1000px;
    margin: auto;
}
.no-rebound ul {
    display: flex;
}
.no-rebound li {
    margin: 10px;
}
.no-rebound .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.scroll {
    overflow: hidden;
}
.scroll ul {
    max-width: 2000px;
}
.noborder-box{
    padding: 30px 60px;
    margin-top: 50px;
}
p.small-title-green{
    color: #72C834;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.border-box {
    width: 1100px;
    margin: auto;
    position: relative;
    margin-top: 30px;
    /*border: 1px solid #05256c;*/
    padding: 30px 50px 40px;
}
.border-box:nth-of-type(2){
    padding-top: 20px;
}
p.small-title {
    /*position: absolute;*/
    line-height: 40px;
    top: -80px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #05256c;
}
.border-box:nth-of-type(3) p.small-title{
    width: 100%;
}
.border-box:nth-of-type(4) p.small-title {
    width: 100%;
}
.border-box:nth-of-type(6) p.small-title {
    width: 100%;
}
.characteristic-1,
.characteristic-2,
.characteristic-3{
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 0px 10px 20px;
    border-left: solid 5px #02529d;
}

.last-title{
    top: -20px!important;
    width: 700px;
    text-align: center!important;
}
.text-navy{
    color: #05256c;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.navy-back{
    background-color: #05256c;
    color: #FFF;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
}
.cg {
    font-weight: bold;
    color: red;
    border: 5px solid red;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    font-size: 80px;
    display: block;
    padding: 50px;
}

/*一生アフターサポートの説明*/

.women_q {
    background: url(img/women.png)no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}
.women_q ul li {
    padding: 25px 20px 25px 60px;
    background: url(img/check.png)no-repeat;
    background-size: 4%;
    background-position: 0% 50%;
}
.hikaku p {
    font-size: 16px;
    color: #fff;
}

.hikaku .cont05_subttl {
    font-weight: bold;
    font-size: 24px;
}

.cont05_disc {
    padding-left: 225px;
}
.bg_white {
    width: 1100px;
    height: 200px;
    padding: 30px 0 50px 0;
    background-color: #262727;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}
.contents05 {
    margin-bottom: 10px;
    position: relative;
}
.contents05_icon {
    position: absolute;
    top: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
/*reason*/
/********************************************************/
.h3-box {
    background-image: url(img/reason-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.reason .h3-box h3 {
    padding: 40px 0px 10px 140px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 45px;
    color: #05256c;
    line-height: 55px;
    background-size: 8%;
}
.reasonbox .reason:nth-of-type(1) .h3-box h3{
    background-image: url(img/reason-1.png);
}
.reasonbox .reason:nth-of-type(2) .h3-box h3{
    background-image: url(img/reason-2.png);
}
.reasonbox .reason:nth-of-type(3) .h3-box h3{
    background-image: url(img/reason-3.png);
}
.entry-button{
    margin: 80px auto;
}
.entry-button img{
    margin-bottom: 50px;
}
/*expert*/
/********************************************************/
.orange-back{
    background-image: url(img/h2.png);
}
/*
.undershadow {
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 20px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
    padding-bottom: 80px;
}
*/
.content{
    width: 1000px;
    margin: 0 auto;
}
.undershadow .float-box{
    margin: 80px auto;
}
.undershadow .float-box .left{

}
.undershadow .float-box .right,
.content .review:nth-of-type(2n) .left{
    width: 700px;
}
.undershadow .float-box .right p,
.content .review:nth-of-type(2n) .left p{
    font-size: 18px;
}
.undershadow .float-box .right .title,
.content .review:nth-of-type(2n) .left .title{
    margin-top: 0px;
    font-weight: bold;
    color: #05256c;
    font-size: 28px;
}
ul.float-box li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
ul.float-box li:nth-of-type(3n){
    margin-right: 0px;
}
ul.float-box li p{
    font-size: 25px;
    font-weight: bold;
    color: #70C931;
    text-align: center;
}
img.margin{
    margin: 50px auto 70px;
}
/*review*/
/********************************************************/
.red-back{
    background-image: url(img/h3.png);
}
.review{
    margin-bottom: 0px!important;
}
.content .review:nth-of-type(2n) {
    margin-top: 0px!important;
}
.content .review:nth-of-type(2n) .right{
    width: 300px;
}
.content .review:nth-of-type(2n) .left,
.content .review:nth-of-type(2n+1) .right{
    /*margin-top: 35px;*/
}
.undershadow .float-box .left {
    width: 290px;
}
.ceo {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
}
ul.sample-image{
    margin-top: 50px;
}
ul.sample-image li{
    width: 495px;
}
ul.sample-image li:nth-of-type(1){
    margin-right: 10px;
}
ul.sample-image li:nth-of-type(2){
    margin-right: 0px;
}
/*explain*/
/********************************************************/
.h2-padding h2{
    padding: 40px 0px 50px;
}
.image-box{
    overflow: hidden;
    margin-bottom: 50px;
}
.image-box img{
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}
.image-box img:nth-of-type(2n){
    margin-right: 0px;
}
.margin-bottom{
    margin-bottom: 70px;
}
/*strength*/
/********************************************************/
.strength{

}
.strength h3{
    font-size: 35px;
    text-align: center;
    color: #05256c;
    font-style: oblique;
}
.strength h3:before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:74px;
    height:84px;
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
.strength:nth-of-type(1){
    margin-top: 50px;
}
.strength:nth-of-type(1) h3:before{
    background:url(img/1-icon.png);
}
.strength:nth-of-type(2) h3:before{
    background:url(img/2-icon.png);
}
.strength:nth-of-type(3) h3:before{
    background:url(img/3-icon.png);
}
.strength:nth-of-type(4) h3:before{
    background:url(img/4-icon.png);
}
.strength:nth-of-type(1),
.strength:nth-of-type(2),
.strength:nth-of-type(3){
    padding-bottom: 40px;
  /*  background-image: url(img/strength-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;*/
}
/*table*/
/********************************************************/
.table-content table{
    width: 950px;
    margin: 0px auto;
}
.table-title-2 {
    text-align: center;
    background-color: #ff9000;
    color: #FFF;
    padding: 12px 0px;
    width: 35%;
    font-weight: bold;
}
.table-title-3 {
    text-align: center;
    background-color: #e6e6e6;
    font-weight: bold;
    width: 35%;
}
.table-child-1 {
    text-align: left;
    background-color: #37ba38;
    color: #FFF;
    padding: 12px 20px;
    box-sizing: border-box;
}
.table-child-2 {
    text-align: center;
    font-size: 24px;
    color: #ff9000;
    background-color: #fdf9dc;
}
.table-child-3 {
    text-align: center;
    font-size: 24px;
    color: #333;
    background-color: #f7f7f7;
}
.table-child-4 {
    color: #FFF;
    background-color: #E40C0C;
    padding: 13px 0px 10px 0px;
}
/*hikaku*/
/********************************************************/
.hikaku{
    margin-top: 100px;
}
.hikaku ul {
    margin-top: 60px;
}
.hikaku li{
    background-color: #06256D;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    width: 250px;
    padding: 10px;
}
.hikaku table th.first{
    border:none;
}
.hikaku table td.first{
    background-color: transparent;
    color: #73CA32;
}
.hikaku table th{
    border:1px solid #73CA32;
    text-align: center;
    padding: 10px;
    width: 250px;
}
.hikaku table td{
    background-color: #73CA32;
    color: #FFF;
    text-align: center;
    padding:10px;
    width: 250px;
    font-weight: bold;
}
.hikaku table tr{
    display: block;
    margin-bottom: 10px;
}
.margin-auto{
    margin: 0 auto;
    width: 800px;
}
/*point*/
/********************************************************/
.point {
    margin: 70px auto;
}
.margin-top{
    margin-top: 120px;
}
.gray-box table{
    margin: 0px auto 30px;
}
.gray-box{
    margin-top: 40px;
    border: 1px solid #C1C1C1;
    padding: 0px 30px;
}
.gray-box p{
    font-size: 18px;
}
/*form*/
/********************************************************/
article.form {
    margin-top: 30px;
}
.form-box{
    width: 1000px;
    margin: 30px auto 0px;
    border: 1px solid #01529E;
}
.form-box p.title{
    background-color: #01529E;
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding: 25px 0px;
    font-weight: bold;
    margin: 0px auto 50px;
}
.formTable {
    width: 700px;
    margin: 0px auto;
}
.formTable ul {
    padding: 0;
    margin: 20px 0px 40px 0px;
}
.formTable li {
    list-style: none;
}
.formTable li:nth-child(1) {
    font-weight: bold;
    border-bottom: solid 1px #B9B9B9;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
.required-text {
    color: #FFF;
    background-color: #ff0024;
    font-weight: normal;
    padding: 2px 10px;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
}
.required-text2 {
    color: #FFF;
    background-color: #999999;
    font-weight: normal;
    padding: 2px 10px;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
}
input[type="text"],
input[type="tel"],
.formTable textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #F9F9F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #DDD;
    box-sizing: border-box;
    height: 45px;
    font-size: 22px;
}
select {
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #F9F9F9;
    border: solid 1px #DDD;
    box-sizing: border-box;
    height: 45px;
    font-size: 20px;
}
input[type="radio"] {
    -webkit-appearance: normal!important;
    -moz-appearance: normal!important;
    appearance: normal!important;
}
.formTable textarea {
    height: 150px;
}
#formbox button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
}
.contactbox a img,
.contact-tel-box img,
#formbox button img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    z-index: 5;
}
/*overlayのcss*/
.overlay-btn{
    color: #FFF;
    border: solid 1px #FFF;
    display: inline-block;
    width: 250px;
    margin: 0px 15px;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer;
}

.overlaybox{
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    overflow: scroll;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.9);
}

.overlay-text{
    font-size: 16px;
    width: 70%;
    min-width: 960px;
    margin: 0px auto;
    color: #eee;
    vertical-align: middle;
}

.overlay-close{
    color: #333;
    font-weight: bold;
    width: 165px;
    margin: 40px auto 80px auto;
    text-align: center;
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #FFF;
}

.overlay-text h2,
.overlay-text h3,
.overlay-text p
{
	text-align: left;
}

.overlaybox ul{
    list-style: none;
    padding: 15px 0px 15px 35px;
}

.overlaybox h2{
    border-bottom: solid 5px #FFF;
    margin: 50px 0px;
    font-size: 30px;
}

.overlaybox h3{
    border-bottom: solid 1px #FFF;
    margin: 60px 0px 15px 0px;
    font-size:24px;
}

.overlay-btn-box{
    width: 860px;
    margin: 0px auto 25px auto;
    position: relative;
}

.overlaybox-2 a{
    margin: 0;
    font-size: 16px;
}

.overlaybox-2 ul{
    padding:0px 0px;
}

.overlaybox-2 th{
    padding: 13px 34px 13px 0px;
}

.overlaybox-2 td{
    padding: 15px 0px;
}

.overlay-btn-4{
    cursor: pointer;
}

.overlay-btn-4:hover{
    opacity:0.8;
}

.overlaybox4 {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.9);
}
.overlaybox4 img{
    margin: 0 auto;
}
/*overlayのcss*/

footer{
    margin: 100px 0px 0px 0px;
    padding: 30px 0px 20px 0px;
    border-top: solid 5px #000;
    background-color: #1c1c1c;
}
.copyright{
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.sp-box{
    display: none!important;
}
/*slider*/
/********************************************************/
.sp-slide ul li:nth-of-type(3){
    border:1px solid #E3E3E3;
}
.sp-slide ul li ul li:nth-of-type(1){
    color: #05256B;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    padding: 15px 10px;
}
.sp-slide table{
    width: 100%;
    background-color:#FBFBFB;
    border:1px solid #E3E3E3;
}
.slider-pro table tr{

}
.slider-pro table th{
    color: #FF9E28;
}
.slider-pro table td{
    color: #FF000D;
    font-weight: bold;
}
.slider-pro table td:before{
    content: ":";
    color:#C7C7C7;
}
.slider-pro table th,
.slider-pro table td{
    border-bottom: 1px solid #E3E3E3;
}
.sp-newline {
    display:initial;
}

/*メディア実績*/

.dc_photo img {
    width: 48%;
    margin: 15px auto;
}

/*料金表*/
.price table {
    width: 100%;
}
.price table th {
    border-right: solid 1px #02529d;
    background: #02529d;
    color: #fff;
    font-size: 24px;
    width: 50%;
    padding: 15px 0;
}
.price table td {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    border: solid 1px #02529d;
}

/*アメニティ*/
#amenity ul li {
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.t {
    background: url(img/towel.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.w {
    background: url(img/wear.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.s {
    background: url(img/water.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.a {
    background: url(img/amenity.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.e {
    background: url(img/eat.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}

#amenity ul li.d {
    background: url(img/day.png)no-repeat;
    background-size: auto 60px;
    background-position: 50% 15%;
    height: 110px;
    padding-top: 75px;
    text-align: center;
}



.form_main {
    width: 1000px;
    margin-top: 30px;
}

h2.title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 60px;
	color: #000;
}
.title span {
	font-size: 55px;
	color: #ff0000;
}
.c_flow {
	width: 1000px;
	margin: auto;
}
.c_flow ul {
	margin: 25px 0;
	border: solid 1px #3f3f3f;
    border-radius: 55px;
    padding: 30px;
    background: #fff;
}
.c_flow:after {
    clear: both;
    content: “”;
    display: block;
    height: 0;
}
.c_flow ul li {
	display: table-cell;
    vertical-align: middle;
	width: 70%;
	margin: 20px;
	padding-left: 30px;
	text-indent: -30px;
}
.c_flow ul li span {
	font-size: 28px;
	padding-left: 30px;
	font-weight: 700;
}
span strong {
	font-size: 55px;
    color: #ff0000;
}
.c_flow ul li.first {
	width: 20%;
	padding: 0;
}


/*トレーニングページ*/

#training_page h1 {
    color: #fff;
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
    background-color: #DA1C20;
}

#training_page article {
    padding: 35px 0;
}
.training_info {
    width: 1000px;
    margin: auto;
    border: solid 2px #1CABE5;
    padding: 20px;
}
#training_page h2 {
    color: #1CABE5;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    padding: 0;
    line-height: 55px;
    border-bottom: solid 1px #1CABE5;
}
.sub_content .step {
    color: #fff;
    font-size: 24px;
    background: #1CABE5;
    padding: 5px 30px;
    width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.step span {
    font-size: 38px;
    font-style: italic;
}

.traing_flow .left {
    float: left;
    width: 45%;
}
.traing_flow .right {
    float: left;
    width: 50%;
    margin-left: 5%;
}
.traing_flow:after {
    content: "";
    clear: both;
    display: block;
}
.training_point {
    text-align: center;
}
.training_point ul {
    display: inline-block;
    margin: auto;
    text-align: left;
    position: relative;
}
.training_point ul li {
    position: relative;
    padding-left: 30px;
}
.training_point ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #205a97;
}



/*---------------------------------responsive---------------------------------*/

@media screen and (max-width:479px){
    .pc-box{
        display: none;
    }
    .sp-box{
        display: block!important;
    }
    .sp-newline{
        display: block;
    }
    body{
        min-width: 320px;
        padding-top: 0px;
    }
    header{
        min-width: 0;
        position: inherit;
    }
    img{
        max-width:100%;
        margin:0px auto;
    }
    li, p {
        font-size: 16px;
        line-height: 25px;
    }
    section {
        margin: 0px auto 30px;
        width: 95%;
    }
    .content {
        width: 95%;
        margin: 0 auto;
    }
    .text-green {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .float-box .left,
    .float-box .right{
        float: none;
    }
    h4 {
        font-size: 23px;
    }
    .header {
        width: 97%;
        box-sizing: border-box;
    }
    .header-left {
        width: 45%;
        margin: 5px 0px;
    }
    .header-right {
        width: 45%;
        margin: 7px 0px 5px 0px;
    }

/*main*/
/********************************************************/
    .mainvisual {
        padding-top: 20px;
        height: 230px!important;
    }
    .mainvisual a img {
        width: 250px;
        margin: 20px auto;
    }
    h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        padding: 10px 5px 20px;
        line-height: 25px;
        font-style: oblique;
        color: #FFF;
    }
    .h2-box {
        background-size: cover;
    }
    .anchor img.anchor-1{
        width: 38.9%;
    }
    .anchor img.anchor-2{
        width: 27.4%;
    }
    .anchor img.anchor-3{
        width: 32.7%;
    }
    .noborder-box {
        padding: 0px 0px;
        margin-top: 30px;
    }
    p.small-title-green {
    font-size: 19px;
}
.border-box {
    margin-top: 30px;
    padding: 35px 10px;
}
p.small-title {
    font-size: 16px;
    line-height: 20px;
    top: -30px;
}
    .border-box p.small-title{
        width: 100%!important;
        padding: 0px 5px;
    }
.characteristic-1, .characteristic-2, .characteristic-3 {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 20px 0px 0px 45px!important;
    background-size: 40px;
}
.border-box-1{
    padding-top: 60px;
}
.cg{
    width: 100%;
    font-size:50px;
}
    .text-navy {
        font-size: 18px;
    }
    .navy-back {
        font-size: 20px;
    }
    .reason .h3-box h3 {
        padding: 105px 5px 5px 5px;
        width: 100%;
        background-position: center top;
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
        text-align: center;
    }
    .entry-button {
        margin: 30px auto;
    }
    .entry-button a img{
        width: 250px;
    }
    .undershadow .float-box {
        margin: 20px auto;
    }
    .undershadow .float-box .right,
    .content .review:nth-of-type(2n) .left {
        width: 100%;
    }
    .undershadow .float-box .right .title,
    .content .review:nth-of-type(2n) .left .title {
        margin-top: 15px;
        font-size: 20px;
    }
    .undershadow .float-box .right p,
    .content .review:nth-of-type(2n) .left p {
        font-size: 15px;
    }
    .undershadow {
        padding-bottom: 30px;
      /*  -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.1); */
    }
    ul.float-box li {
        width: 45%;
        margin-right: 10%;
    }
    ul.float-box li:nth-of-type(3n) {
        margin-right: 10%;
    }
    ul.float-box li:nth-of-type(2n){
        margin-right: 0px;
    }
    ul.float-box li p {
        font-size: 18px;
    }
    img.margin {
        margin: 15px auto 30px;
    }
    .h2-padding h2 {
        padding: 15px 0px 20px;
    }
    .text-center {
        margin: 15px auto 25px;
    }
    .image-box {
        margin-bottom: 25px;
    }
    .image-box img {
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .strength:nth-of-type(1) {
        margin-top: 0px;
    }
    .strength h3 {
        font-size: 20px;
        line-height: 0px;
    }
    .gray-box{
        padding: 0px 10px;
        margin-top: 20px;
    }
    .point {
        margin: 40px auto;
    }
    .gray-box p {
        font-size: 16px;
    }
    .gray-box table {
        font-size: 12px;
    }
    .hikaku {
    margin-top: 60px;
}
.big-text{
    font-size: 25px!important;
}
.margin-auto {
    width: 100%;
}
.margin-auto .left {
    float: left!important;
    width: 30%;
}
.margin-auto .right{
    float: right!important;
    width: 70%
}
.hikaku ul{
    margin-top: 77px;
}
.hikaku li {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
}
.hikaku table{
    font-size: 11px;
}
.hikaku table th {
    padding: 10px;
    height: 60px;
}
.hikaku table td {
    padding: 10px;
}
.content .review:nth-of-type(2n) .right {
    margin: 0 auto;
}
/*table*/
/********************************************************/
    .table-content table {
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px!important;
    }
    .table-child-1 {
        padding: 5px 5px;
    }
    .table-child-2,
    .table-child-3,
    .table-child-4{
        font-size: 12px;
    }
    .margin-top {
        margin-top: 40px;
    }


/*slide*/
/********************************************************/
    .sp-horizontal .sp-arrows {
        width: 100%!important;
    }
/*form*/
/********************************************************/
    #formbox {
        width: 100%;
        margin: 20px auto 0px;
    }
    .form-box {
        width: 95%;
        margin: 15px auto 0px;
        border: 1px solid #73CA32;
    }
    .form-box p.title {
        font-size: 18px;
        padding: 5px 0px;
        margin: 0px auto 0px;
    }
    .formTable {
        width: 95%;
        margin: 0px auto;
    }
    #formbox form ul li:nth-of-type(1) {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    footer {
        margin: 50px 0px 0px 0px;
        padding: 30px 0px 20px 0px;
    }

    .overlay-btn-box{
        width:100%;
    }

    .overlay-btn {
        display: block;
        width: 80%;
        margin: 0px auto 10px auto;
    }

    .overlay-text {
        font-size: 16px;
        width: 95%;
        min-width: 0;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
    }
    /*form*/
/*高瀬コーディング*/

}

/*高瀬 コーディング*/

.mainvisual img {
    width: 100%;
}

.mainvisual {
    background-position: 100% 51%;
    height: auto;
}


h2.shoukai {
    color: #000;
    font-size: 32px;
}


div.hiwa {
    background: #fff;
    border: solid 2px;
    box-shadow:0px 0px 4px 3px #fff;
    -moz-box-shadow:0px 0px 6px 3px #fff;
    -webkit-box-shadow:0px 0px 6px 3px #fff;
    padding: 25px;
}
section.mix {
    margin-top: 0px;
}

#scroll-1 .g_setumei {
    width: 49%;
    float: left;
    margin-top: 55px;
}
#scroll-1 img {
    width: 100%;
}

.why_left {
    float: left;
    width: 42%;
    margin-right: 20px;
}
.left_moji {
}

.why_right {
    float: right;
    width: 42%;
    margin-left: 20px;
}

.reason h3 {
    clear: both;
    margin-top: 30px;
}

.reason {

}
.fv_sp {
    display: none;
}

/*店舗情報*/
#shop .content {
    margin: 40px auto;
}
#shop .content table {
    width: 100%;
}
#shop .content table td , #shop .content table th {
    padding: 20px;
    border-bottom: solid 1px #eee;
}
.cita iframe {
    width: 1100px!important;
    margin: 30px 0;
}
/*枠の部分*/
.waku h3 {
    background: #02529d;
    color: #fff;
    padding: 18px;
}
.waku {
    border: 1px solid #eee;
    background: #fff;
    width: 1100px;
    margin: auto;
}
.waku ul {
    padding: 25px;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.waku li {
    color: #02529D;
    font-size: 16px;
    color: #02529D;
    border: solid 1px #02529d;
    padding: 35px;
}

/*比較表*/

#strong_point table {
    width: 1100px;
    margin: 50px auto;
}
#strong_point table th {
    font-weight: bold;
    font-size: 1em;
    border: solid 1px #eee;
    background: #fff;
    text-align: center;
}

#strong_point table td {
    font-size: 1em;
    border: solid 1px #eee;
    background: #fff;
    text-align: center;
    padding: 20px
}
#strong_point table td img {
    margin: auto;
    margin-bottom: 15px;
}

#strong_point table tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: center;
    background-color: #ff6000;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

#strong_point table td:nth-of-type(1) {
    background-color: #ff6000;
    color: #fff;
    width: 500px;
}


#strong_point table td span {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

#reason {
    margin: 50px 0;
}

/*ブログ部分*/

.blog_content {
    width: 1000px;
    /* margin: auto; */
    /* text-align: center; */
    border: solid 1px #eee;
    padding: 30px;
    margin: 30px auto;
}
.blog_content .title {
    border-bottom: solid 1px #173573;
}
p.date {
    font-size: 14px;
    color: #fff;
    background-color: #E50C2A;
    padding: 5px;
    display: inline;
    /* margin-left: auto; */
}
p.text {
    color: #173573;
}

/*コラムページのCSS*/

#column #main {
    width: 1100px;
    margin: auto;
}

#column article {
    width: 1100px;
    background: #fff;
    padding: 30px;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
}
#column section  {
    width: 100%!important;
}

.related-box.original-related.wow.animated.bounceIn.cf {
    display: none;
}

footer.article-footer {
    display: none;
}
.np-post {
    display: none;
}

/*出張について*/

#trip section {
    display: flex;
    margin: 30px auto;
}

#trip section div {
    margin: 15px;
}

@media screen and (max-width:479px){

/*レバレッジ高瀬コーディング*/

h2.shoukai {
    color: #000;
    font-size: 15px!important;
}
.sp-horizontal .sp-arrows {
    width: 1000px;
    left: 0;
    right: 0;
    top: 27%!important;
    margin: -15px auto 0px;
}
.mainvisual img.fv {
    width: 90%!important;
}

#scroll-1 p {
    width: 100%!important;
    float: left;
    margin-top: 55px;
}

.border-box p.small-title {
    width: 100%!important;
    padding: 0px 5px;
    margin: 10px 0;
}
#scroll-1 img {
    width: 100%!important;
}
.why_left {
    float: none;
    width: 100%;
    margin-right: 0px;
}
.left_moji {
}

.why_right {
    float: right;
    width: 100%;
    margin-left: 20px;
}

/*アクションボタン*/
.a_btn a {
    margin: 30px auto;
    display: block;
    width: 95%;
    text-align: center;
    padding: 25px;
    background: #E9111C;
    box-shadow: 0 5px 0 #a30d08;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    transition: 1.1s;
}
.h2-box {
    background-size: 3%;
}
h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    padding: 20px 5px 20px;
    line-height: 28px;
    font-style: oblique;
    color: #FFF;
}
.border-box {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    padding: 5px;
}
#scroll-1 p {
    float: none;
    margin-top: 0px;
}
.characteristic-1, .characteristic-2, .characteristic-3 {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px!important;
    background-size: 40px;
}
.women_q ul li {
    padding: 15px 20px 15px 60px;
    background: url(img/check.png)no-repeat;
    background-size: 12%;
    background-position: 0% 50%;
    font-weight: bold;
}
.women_q {
    background: none;
}

/*一生リバウンドサポート説明*/

.cont05_disc {
    padding: 50px 10px 10px 10px;
}

.bg_white {
    width: 100%;
    height: auto;
    padding: 30px 0 10px 0;
    background-color: #262727;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}
p.contents05_icon {
    width: 25%;
}
.reasonbox .reason .h3-box h3 {
    background-image: url(img/reason-1.png);
    background-size: 25%;
}
.dc_photo img {
    width: 85%;
    margin: 15px auto;
}
.fv {
    display: none;
}
.fv_sp {
    display: inline;
}
.mainvisual {
    height: auto!important;
}
.header-left img {
    width: 100%;
    padding: 1%;
}

/*料金表*/

section.price.sec1 {
    margin-top: 30px;
}
.price table {
    width: 100%;
}
.price table th {
    border-right: solid 1px #02529d;
    background: #02529d;
    color: #fff;
    font-size: 18px;
    width: 50%;
    padding: 15px 0;
}
.price table td {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border: solid 1px #02529d;
}
/*店舗情報*/
.cita iframe {
    width: 1100px!important;
    margin: 30px 0;
}

/*アメニティ*/
.waku ul {
    padding: 2%;
    display: block;
    margin: 5px 0;
}
.waku {
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 0px 0px 30px 0;
}
.undershadow .float-box .left {
    width: 290px;
    margin: auto;
}
.undershadow .float-box .left {
    width: 200px;
    margin: auto;
}

/*フォーム上の画像*/
.form_main {
    width: 95%;
    margin: auto;
}

/*比較表*/

#strong_point table {
    width: 100%;
    margin: 50px auto;
}
#strong_point table th {
    font-weight: bold;
    font-size: 20px;
    border: solid 1px #eee;
    background: #fff;
    text-align: center;
}

#strong_point table td {
    font-size: 15px;
    border: solid 1px #eee;
    background: #fff;
    text-align: center;
    padding: 20px 5px;
    vertical-align: baseline;
}
#strong_point table td img {
    margin: auto;
    margin-bottom: 15px;
}
#strong_point table td br {
    display: none;
}
#strong_point table td span br {
    display: inherit;
}
#strong_point table tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: center;
    background-color: #ff6000;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

#strong_point table td:nth-of-type(1) {
    background-color: #ff6000;
    color: #fff;
    width: 50%;
}


#strong_point table td span {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

/*ブログ部分*/

.blog_content {
    width: 95%;
    border: solid 1px #eee;
    padding: 30px;
    margin: 30px auto;
}
.blog_content .title {
    border-bottom: solid 1px #173573;
}
p.date {
    font-size: 14px;
    color: #fff;
    background-color: #E50C2A;
    padding: 5px;
    display: inline;
    /* margin-left: auto; */
}
p.text {
    color: #173573;
}


/*コラムページのCSS*/

#column #main {
    width: 100%;
    margin: auto;
    padding: 1%;
}

#column article {
    width: 100%;
    background: #fff;
    padding: 1%;
    border-right: none;
    border-left: none;
}

/*アメニティ*/

#amenity .waku li {
    color: #02529D;
    font-size: 16px;
    color: #02529D;
    border-top: solid 1px #02529d;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 35px 0;
}
#amenity .waku li.day {
    border-bottom: solid 1px #02529d;
}

/*出張について*/

#trip section {
    display: block;
    margin: 30px auto;
}
/*スクロール*/

.no-rebound {
    width: 100%;
    margin: auto;
}
.no-rebound ul {
    display: flex;
}
.no-rebound li {
    margin: 10px;
    float: left;
    width: 33%;
    padding-left: 0px;
    padding-right: 10px;
}
.no-rebound .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll ul {
    width: 800px;
}

/*キャンペーンページ*/
.c_flow {
  width: 100%;
}
.c_flow ul li span {
    font-size: 20px;
    padding-left: 30px;
    font-weight: 700;
    line-height: 42px;
}
span strong {
    font-size: 32px;
    color: #ff0000;
}
.c_flow ul {
    margin: 25px 0;
    border: solid 1px #3f3f3f;
    border-radius: 2px;
    padding: 30px;
    background: #fff;
}
h2.title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
}


/*トレーニングページ*/

#training_page h1 {
    color: #fff;
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
    background-color: #DA1C20;
}

#training_page article {
    padding: 35px 0;
}
.training_info {
    width: 95%;
    margin: auto;
    border: solid 2px #1CABE5;
    padding: 20px;
}
#training_page h2 {
    color: #1CABE5;
    margin: 0 auto 30px 0;
    text-align: center;
    font-size: 28px;
    padding: 0;
    line-height: 55px;
    border-bottom: solid 1px #1CABE5;
}
.sub_content .step {
    color: #fff;
    font-size: 24px;
    background: #1CABE5;
    padding: 5px 30px;
    width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.step span {
    font-size: 38px;
    font-style: italic;
}

.traing_flow .left {
    float: none;
    width: 100%;
}
.traing_flow .right {
    float: none;
    width: 100%;
    margin-left: 0;
}
.traing_flow:after {
    content: "";
    clear: both;
    display: block;
}
.training_point {
    text-align: center;
}
.training_point ul {
    display: inline-block;
    margin: auto;
    text-align: left;
    position: relative;
}
.training_point ul li {
    position: relative;
    padding-left: 30px;
}
.training_point ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #205a97;
}

/*トレーニングコンテンツ*/
#training_way .training_way_detail ul {
    display: block;
}
#training_way .training_way_detail ul li {
    -webkit-transition: 0.5s;
    transition: 0.1s;
    float: left;
    width: 48%;
    margin: 1%;
}
#training_way .training_way_detail ul:after {
    content: "";
    clear: both;
    display: block;
}
.campaign img {
    margin: auto;
    width: 100%;
}
}