@charset "UTF-8";
/* リニューアル */
a.nofollow {
    color: #fff!important;
}
#contents {
	margin-top: 0;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.re2_inner {
	width: 800px;
	margin: auto;
}
a {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body {
	color: #626262;
}
#footer-sp {
    padding-bottom: 64px;
}

 @media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .re2_inner {
		width: 100% !important;
	}
}

/* ヘッダー */
.re2_headline {
    width: 1000px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.re2_headline ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 580px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.re2_logo {
    width: 60px;
    display: inline-block;
}
.re2_headline li p {
    margin: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding-top: 16px;
}
.re2_snsbox {
    display: flex;
}
.re2_snsbox span {
    display: inline-block;
    width: 34px;
}
.re2_snsbox a {
    text-decoration: none;
}
.re2_snsbox img {
    width: 100%;
    display: block;
}
.re2_head_contact1 {
    width: 200px;
}
.re2_head_contact1 a {
	text-decoration: none;
    display: block;
    text-align: center;
    background-color: #434343;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}
.re2_head_contact2 {
	width: 200px;
}
.re2_head_contact2 a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #81c16d;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}
#re2_pc_nav {
    width: 960px;
    margin: auto;
}
#re2_pc_nav ul {
    padding: 0;
    margin: 20px 0 10px 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
#re2_pc_nav li {
	position: relative;
}
#re2_pc_nav li:after {
    color: #d2d2d2;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
#re2_pc_nav a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.re2_headnav_list_what:after {
	content: 'What';
}
.re2_headnav_list_gym:after {
	content: 'Gym';
}
.re2_headnav_list_price:after {
	content: 'Price';
}
.re2_headnav_list_reason:after {
	content: 'Reason';
}
.re2_headnav_list_trainer:after {
	content: 'Trainer';
}
.re2_headnav_list_result:after {
	content: 'Result';
}
.swiper-container20 {
	overflow: hidden;
	position: relative;
    background-color: #000;
    font-size: .8em;
    padding: 6px 0;
    color: #fff;
    text-align: center;
	box-shadow: 0px 5px 6px -5px rgba(0,0,0,.4);
}
.swiper-container20 .swiper-wrapper {
	transition-timing-function: linear;
}

 @media screen and (max-width: 767px) {
	.re2_sp_head {
	    display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	.re2_sp_logo {
		width: 60px;
	}
	.re2_sp_logo img {
	    width: 100%;
    	display: block;
	}
	.re2_sp_head ul {
	    width: 220px;
    	display: flex;
	}
	.re2_sp_head li:nth-child(1) {
		width: 70%;
	}
	.re2_sp_head li:nth-child(1) a {
	    display: block;
    	background-color: #FF4E48;
    	color: #fff;
    	font-size: 14px;
    	text-align: center;
    	padding: 10px 0;
	}
	.re2_sp_head li:nth-child(2) {
		width: 30%;
	}
	.re2_sp_head li:nth-child(2) #nav-drawer {
	    width: 100%;
    	float: none;
    	height: auto;
	}
	.re2_sp_head li:nth-child(2) #nav-open {
	    position: relative;
    	width: auto;
    	height: auto;
	}
	.re2_sp_head li:nth-child(2) #nav-open img {
	    width: 100%;
    	display: block;
	}
	.swiper-container20 {
		background-color: #000;
	}
}
/* ビフォーアフター */
.im-l-ba {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.im-l-ba-ttl {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.im-l-ba-ttl img {
    width: 600px;
}
.im-l-ba-list {
    display: flex;
    justify-content: space-between;
    background-image   : url(https://applegym.jp/wp-content/themes/AppleGym/im-img/grey-back.png);
    padding: 20px 20px 0 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    background-color: #fff;
    background-size: 2px;
}
.im-l-ba-img {
    width: 48%;
    text-align: center;
}
.im-l-ba-img img {
    width: 76%;
}
.m-l-ba-table {
    width: 50%;
}
.m-l-ba-table p {
    margin: 0 0 5px;
    text-indent: 10px;
}
.m-l-ba-table ul {
    background-color: #eeeeee;
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.m-l-ba-table li {
    font-size: 1.2rem;
    font-weight: 900;
    color: #000;
    padding: 0 10px;
    width: 24%;
    border-right: 2px solid #b6b6b6;
    text-align: center;
    line-height: 1;
}
.m-l-ba-table li:last-child {
    font-size: 1.4rem;
    color: #fb4747;
    font-style: italic;
    width: 40%;
    border-right: none;
}
.m-l-ba-table a {
    display: block;
    margin: 20px 0;
}
 @media screen and (max-width: 767px) {
    .im-l-ba-ttl {
        padding-bottom: 20px;
    }
    .im-l-ba-ttl img {
        width: 95%;
    }
    .im-l-ba-list {
        flex-flow: column;
        padding: 10px;
    }
    .im-l-ba-img {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .m-l-ba-table {
        width: 100%;
    }
    .m-l-ba-table ul {
        padding: 16px 5px;
    }
    .m-l-ba-table li {
        box-sizing: border-box;
        width: 30%;
    }
    .m-l-ba-table li:last-child {
        width: 40%;
        padding: 0;
        font-size: 1.3rem;
    }
    .m-l-ba-table a {
        margin: 20px 0 0 0;
    }
}



/*--------------------------
 選ばれる4つの理由
---------------------------- */
.re2_reason * {
	box-sizing: border-box;
}
.reason_fv {
	background-image: url(../images/reason_fv.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.reason_fv-inner {
    padding: 140px 0 160px;
    margin: 0 auto;
}
.reason_fv-inner h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,102,102,.8);
    color: #fff;
    padding: 100px 0;
    letter-spacing: 1px;
    line-height: 54px;
    font-style: italic;
    font-size: 42px;
}
.reason_fv-inner h2 span {
    font-size: 54px;
}
.reason_medal {
    display: flex;
    justify-content: space-around;
    margin-top: -110px;
    margin-bottom: 60px;
}
.reason_medal li {
	width: 26%;
}
.reason_medal img {
	width: 100%;
}
.reason_list {
    margin: 80px auto;
    background-repeat: no-repeat;

}
.reason_list h3 {
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 24px;
}
.reason_list h3 span {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #ff6666;
    text-align: center;
    color: #fff;
    padding: 13px 4px 0 0;
    font-style: italic;
    font-size: 30px;
    font-weight: 300;
    margin-right: 20px;
    float: left;
}
.rl1 p,
.rl3 p {
    padding: 20px 0 60px 200px;
    margin: 0;
}
.rl2 p,
.rl4 p {
    padding: 20px 200px 60px 0;
    margin: 0;
}
.rl1 {
    background-image: url(../images/rl1.png);
    background-size: 200px;
    background-position: 0 100%;
}
.rl2 {
    background-image: url(../images/rl2.png);
    background-size: 200px;
    background-position: 100% 100%;
}
.rl3 {
    background-image: url(../images/rl3.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 100%;
}
.rl4 {
    background-image: url(../images/rl4.png);
    background-size: 200px;
    background-position: 100% 100%;
}

.re2_btn {
    margin: 60px auto;
    display: flex;
    justify-content: space-around;
}
.re2_btn li {
    width: 45%;
}
.re2_search a {
	position: relative;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    background-color: #7d7d7d;
}
.re2_search a:after {
    content: '▶︎';
    margin-left: 10px;
}
.re2_home a {
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #7d7d7d;
    background-color: #e9e9e9;
}

 @media screen and (max-width: 767px) {
    .reason_fv {
        padding-top: 140px;
    }
    .reason_fv-inner h2 {
        padding: 20px 0;
        line-height: 36px;
        font-size: 26px;
        background: -moz-linear-gradient(180deg, rgba(255,102,102,0), rgba(255,102,102,.1), rgba(255,102,102,.5) , rgba(255,102,102,.7), rgba(255,102,102,.9));
        background: -webkit-linear-gradient(180deg, rgba(255,102,102,0), rgba(255,102,102,.1), rgba(255,102,102,.5) , rgba(255,102,102,.7), rgba(255,102,102,.9));
        background: -ms-linear-gradient(180deg, rgba(255,102,102,0), rgba(255,102,102,.1), rgba(255,102,102,.5) , rgba(255,102,102,.7), rgba(255,102,102,.9));
        background: linear-gradient(180deg, rgba(255,102,102,0), rgba(255,102,102,.1), rgba(255,102,102,.5) , rgba(255,102,102,.7), rgba(255,102,102,.9));
    }
    .reason_fv-inner h2 span {
        font-size: 36px;
    }
	.reason_fv-inner {
		padding: 0;
	}
	.reason_fv-inner img {
		width: 100%;
	}
	.reason_medal {
	    margin: 20px 0;
	}
	.reason_medal li {
		width: 40%;
	}
	.reason_headline {
		padding: 10px;
    	font-size: 14px;
	}
	.reason_list {
		margin: 40px 0;
	    padding: 0 10px;
	}
	.reason_list h3 {
	    font-size: 18px;
	}
	.rl1 p,
	.rl3 p {
    	padding: 20px 0 20px 120px;
    	margin: 0;
    	font-size: 14px;
	}
	.rl2 p,
	.rl4 p {
    	padding: 20px 120px 20px 0;
    	margin: 0;
    	font-size: 14px;
	}
	.rl1 {
	    background-position: 0 70%;
	}
	.rl2 {
	    background-position: 100% 70%;
	}
	.rl3 {
	    background-position: 0 70%;
	}
	.rl4 {
	    background-position: 100% 70%;
	}
	.re2_btn {
	    flex-flow: column;
	}
	.re2_btn li {
	    width: 96%;
    	margin: 2%;
	}
	.re2_search a {
	    padding: 18px 0;
	}
	.re2_home a {
		padding: 18px 0;
	}
}

/*-----------------
 // コラム一覧
 -----------------*/
 .re2_ac_column * {
 	box-sizing: border-box;
 }
.re2_ac_column {
    background-image: url(../images/re2_page_back.png);
    background-size: cover;
    padding: 20px 0;
}
.re2_ac_column_headline h2 {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 4px solid #83cdf2;
    letter-spacing: 1px;
}
.re2_ac_column_content {
    overflow: hidden;
    background-color: #fff;
    padding: 30px 2% 0 2%;
    margin: 0 auto 60px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.2);
}
.re2_ac_column_content .re2_btn {
    width: 100%;
}
.re2_ac_column_topic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f6b482;
}
.re2_ac_column_topic li img {
    width: 100%;
    height: auto;
    display: block;
}
.re2_ac_column_topic li:nth-child(1) {
    width: 30%;
}
.re2_ac_column_sub {
    height: 150px;
    overflow: hidden;
}
.re2_ac_column_topic li:nth-child(2) {
    width: 68%;
}
.re2_ac_column_topic h3 {
    margin: 10px 0;
    color: #404040;
}
.re2_ac_column_topic p {
    margin: 10px 0;
    color: #404040;
    font-size: 14px;
}
/*-----------------
 // ジム一覧
 -----------------*/
 .re2_ac_gym * {
    box-sizing: border-box;
 }
.re2_ac_gym {
    background-image: url(../images/re2_page_back.png);
    background-size: cover;
    padding: 20px 0;
}
.re2_ac_gym .re2_inner {
    width: 1000px;
}
.re2_ac_gym .re2_top_inner {
    width: 100%;
}
.re2_ac_gym .re2_gym_img p img {
    width: 100%;
}
.re2_ac_gym_headline h2 {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 4px solid #83cdf2;
    letter-spacing: 1px;
}
.re2_ac_gym_content {
    overflow: hidden;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    margin: 0 auto 60px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.2);
}
.re2_ac_gym_content .re2_btn {
    width: 100%;
}
.re2_ac_gym_topic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f6b482;
}
.re2_ac_gym_topic li img {
    width: 100%;
    height: auto;
    display: block;
}
.re2_ac_gym_topic li:nth-child(1) {
    width: 30%;
}
.re2_ac_gym_sub {
    height: 150px;
    overflow: hidden;
}
.re2_ac_gym_topic li:nth-child(2) {
    width: 68%;
}
.re2_ac_gym_topic h3 {
    margin: 10px 0;
    color: #404040;
}
.re2_ac_gym_topic p {
    margin: 10px 0;
    color: #404040;
    font-size: 14px;
}

/* ページナビ */
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .current {
    display: inline-block;
    padding: 10px 20px;
    background-color: #464342;
    color: #fff;
    margin-left: 5px;
}
.wp-pagenavi .larger,
.wp-pagenavi .smaller {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #f6f6f6;
    color: #404040;
    margin: 0 10px;
}
.wp-pagenavi .larger:nth-child(2),
.wp-pagenavi .smaller:nth-child(2) {
    margin-right: 5px;
}
.wp-pagenavi .larger:nth-child(3),
.wp-pagenavi .smaller:nth-child(3) {
    margin-left: 5px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #f6f6f6;
    color: #404040;
}

 @media screen and (max-width: 767px) {
    .re2_ac_column_headline h2 {
        width: 95%;
        margin: 20px auto;
        font-size: 18px;
    }
    .re2_ac_gym_content {
        padding: 10px;
        width: 95%;
        margin: 10px auto;
    }
    .re2_ac_column_wrap {
        position: relative;
        margin-bottom: 10px;
    }
    .re2_ac_column_sub {
        height: 340px;
    }
    .re2_ac_column_sub img {
        width: 100%;
        height: auto;
    }
    .re2_ac_column_text {
        position: relative;
        bottom: 0;
        padding: 10px;
        background: -moz-linear-gradient(to top, rgba(0,0,0,1.0), rgba(0,0,0,1.0));
        background: -webkit-linear-gradient(to top, rgba(0,0,0,1.0), rgba(0,0,0,1.0));
        background: linear-gradient(to top, rgba(0,0,0,1.0), rgba(0,0,0,1.0));
        width: 100%;
    }
    .re2_ac_column_text h3 {
        margin: 10px 0;
        color: #fff;
        font-size: 16px;
    }
    .re2_ac_column_text p {
        color: #fff;
        font-size: 12px;
        line-height: initial;
        margin: 0;
    }
    .wp-pagenavi {
        margin: 40px 0;
    }
    .re2_ac_column_content .re2_btn {
        margin: 40px 0;
    }

}

/*-----------------
 // コラム詳細
 -----------------*/
.re2_column_single * {
    box-sizing: border-box;
}
.re2_column_single {
    background-image: url(../images/re2_page_back.png);
    background-size: cover;
    padding: 0 0 20px 0;
}
.re2_column_single_headline {
    position: relative;
}
.column_single_sub img {
    width: 100%;
    height: auto;
    display: block;
}
.re2_column_single_headline h2 {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    letter-spacing: 1px;
}
.re2_column_single_content {
    padding: 40px 100px 10px;
    background-color: #fff;
    margin-bottom: 50px;
}
.re2_column_single .re2_btn {
    width: 100%;
}
.re2_column_single_inner img {
    width: 100%;
    height: auto;
}

 @media screen and (max-width: 767px) {
    .re2_column_single_headline h2 {
        font-size: 18px;
    }
    .re2_column_single_content {
        padding: 10px;
        width: 95%;
        margin: 10px auto;
    }
    .re2_column_single .re2_btn {
        margin: 20px 0;
    }
}

/*-----------------
 // 店舗紹介
 -----------------*/
.re2_shop_single * {
    box-sizing: border-box;
}
.re2_shop_single img {
    max-width: 100%;
    height: auto;
}
.re2_column_shop_inner {
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.2);
}
.re2_shop_single {
    background-image: url(../images/re2_page_back.png);
    background-size: cover;
    padding: 0 0 20px 0;
}
/* ファーストビュー */
.re2_shop_fv {
    background-image: url(../images/re2_shop_fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 60px 0;
}
.re2_shop_fv_head_line {
    padding: 40px 0;
}
.re2_shop_fv_head_line p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    text-shadow: 0px 1px 9px rgba(0,0,0,.4);
    letter-spacing: 1px;
}
.re2_shop_fv_head_line h2 {
    text-align: center;
    text-shadow: 0px 1px 9px rgba(0,0,0,.4);
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}
.re2_shop_fv a img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
/* キャンペーン */
.re2_shop_campaign h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #fe5b5b;
    padding: 10px 0;
}
.re2_shop_campaign_inner {
    padding: 20px;
}

.re2_shop_campaign_inner ul {
    border: 1px solid #fe5b5b;
    border-left: 20px solid #fe5b5b;
    border-radius: 6px;
    display: flex;
    margin: 10px 0;
    overflow: hidden;
}
.re2_shop_campaign_inner li:nth-child(1) {
    padding: 20px;
    width: 80%;
}
.re2_shop_campaign_inner li:nth-child(1) p {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}
.re2_shop_campaign_inner li:nth-child(1) span {
    font-size: 12px;
}
.re2_shop_campaign_inner li:nth-child(2) {
    width: 20%;
    background-color: #f5f5f5;
    position: relative;
}
.re2_shop_campaign_inner li:nth-child(2) a {
    display: block;
    background-color: #81c16d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 80%;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
/* 店舗の雰囲気 */
.re2_shop_img {
    padding: 20px;
}
.re2_shop_img h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_img ul {
    margin: 20px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.re2_shop_img li {
    width: 49%;
}
.re_slide_sub {
    padding: 1%;
    width: 33.333333% !important;
}
.re2_shop_img_txt {
    background-color: #f6f6f6;
    padding: 10px;
}
.re2_shop_img_topic {
    font-weight: 900;
    letter-spacing: 1px;
}
.re2_shop_img_dis {
    font-size: 14px;
}
.re2_shop_chief {
    padding: 20px;
}
.re2_shop_chief h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_chief ul {
    margin: 20px 0 0 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.re2_shop_chief li {
    width: 48%;
    margin: 1%;
    overflow: hidden;
}
.shop_chief_img {
    width: 50%;
    float: left;
}
.re2_shop_chief li h4 {
    margin: 10px 0;
}
.re2_shop_chief li span {
    display: inline-block;
    background-color: #f6f6f6;
    font-size: 14px;
    padding: 2px 16px;
    border-radius: 6px;
    font-weight: 900;
    letter-spacing: 1px;
}
.shop_chief_licence {
    margin: 10px;
}
.shop_chief_licence p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.shop_chief_text {
    font-size: 12px;
    position: relative;
}
.shop_chief_btn {
    color: #35bfff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}
/* 続きを読む */
.shop_chief_item {
  position: relative;
  overflow: hidden;
  height: 60px; /*隠した状態の高さ*/
}
.shop_chief_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.shop_chief_trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.shop_chief_trigger:checked + .shop_chief_btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.shop_chief_trigger:checked ~ .shop_chief_item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.shop_chief_trigger:checked ~ .shop_chief_item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.shop_chief_interview a {
    display: block;
    color: #43403f;
    margin: 10px;
    border: 1px solid #848484;
    padding: 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.shop_chief_interview a:after {
    content: '▶︎';
    position: absolute;
    top: 40%;
    right: 2%;
    font-size: 12px;
}

/* 基本情報 */
.re2_shop_info {
    padding: 20px;
}
.re2_shop_info h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_info table {
    width: 100%;
    margin: 20px 0;
    table-layout: fixed;
    border-spacing: 10px;
}
.re2_shop_info caption {
    background-color: #fe5b5b;
    padding: 8px 0;
    color: #fff;
}
.re2_shop_info th {
    padding: 10px 0;
    border-bottom: 1px solid #464342;
    font-weight: 900;
    width: 30%;
}
.re2_shop_info td {
    padding: 10px 0;
    border-bottom: 1px solid #464342;
    font-size: 14px;
    padding-left: 40px;
    width: 65%;
}

/* ダイエット実績 */
.re2_shop_diet {
    padding: 20px;
}
.re2_shop_diet h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_diet_inner ul {
    display: flex;
    margin: 20px 0;
}
.re2_shop_diet_inner li {
    width: 31.33333333%;
    margin: 0 1%;
}
.re2_shop_diet_inner li img {
    display: block;
}
.re2_shop_diet_inner table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #fe5b5b;
    margin: 20px 0;
    font-size: 14px;
}
.shop_diet_color {
    background-color: #fe5b5b;
    color: #fff;
}
.re2_shop_diet_inner th,
.re2_shop_diet_inner td {
    padding: 8px 0;
    border-right: 1px solid;
    border-bottom: 1px solid
}
.re2_shop_diet_inner th {
    font-weight: 100;
}
.re2_shop_diet_inner tr:nth-child(4) th,
.re2_shop_diet_inner tr:nth-child(4) td {
    border-bottom: none;
}
.re2_shop_diet_inner th:last-child,
.re2_shop_diet_inner td:last-child {
    border-right: none;
}

/* お客様の声 */
.re2_shop_voice {
    padding: 20px;
}
.re2_shop_voice h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_voice_img {
    width: 60%;
    margin: 20px auto;
}
.re2_shop_voice_inner .re2_btn {
    margin: -40px auto 10px;
    width: 85%;
}
.re2_shop_voice_text {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
}
.re2_shop_more {
    padding: 20px;
}
.re2_shop_more h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_more table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #fe5b5b;
    margin: 20px 0;
    font-size: 14px;
    border-top: none;
}
.re2_shop_more th,
.re2_shop_more td {
    padding: 8px 0;
    border-right: 1px solid;
    border-bottom: 1px solid
}
.re2_shop_more th {
    font-weight: 100;
}
.re2_shop_more tr:nth-child(4) th,
.re2_shop_more tr:nth-child(4) td {
    border-bottom: none;
}
.re2_shop_more th:last-child,
.re2_shop_more td:last-child {
    border-right: none;
}
.re2_shop_more tr:nth-child(1) {
    background-color: #464342;
    color: #fff;
}
.shop_more_color {
    background-color: #fe5b5b;
}

/* アクセス */
.re2_shop_access {
    padding: 20px;
}
.re2_shop_access h3 {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.re2_shop_access_inner p {
    font-size: 14px;
}
.re2_shop_map {
    margin: 20px 0;
}
.re2_shop_map iframe {
    width: 100%;
    height: 400px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}

 @media screen and (max-width: 767px) {
    /* ファーストビュー */
    .re2_shop_fv {
        padding: 20px 0;
    }
    .re2_shop_fv_head_line {
        padding: 20px 0;
    }
    .re2_shop_fv_head_line p {
        margin: 10px 0;
        font-size: 22px;
        line-height: 30px;
    }
    .re2_shop_fv_head_line h2 {
        font-size: 18px;
    }
    .re2_shop_fv a img {
        width: 80%;
    }

    .re2_column_shop_inner {
        margin: 0;
        box-shadow: none;
    }
    .re2_shop_single {
        padding: 0;
    }

    /* 雰囲気 */
    .re2_shop_campaign_inner {
        padding: 20px 10px;
        background-color: #fff268;
    }
    .re2_shop_campaign_inner ul {
        background-color: #fff;
        border-left: 1px solid #fe5b5b;
        border-bottom: 8px solid #fe5b5b;
    }
    .re2_shop_campaign_inner li:nth-child(1) {
        width: 100%;
    }
    .re2_shop_campaign_inner li:nth-child(1) p {
        font-size: 16px;
    }
    .re2_shop_campaign_inner li:nth-child(1) span {
        display: block;
    }
    .re2_shop_campaign_inner li:nth-child(2) {
        display: none;
    }

    /* 雰囲気 */
    .re2_shop_img {
        padding: 0;
    }
    .re2_shop_img h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_img_inner {
        padding: 10px 10px 30px 10px;
    }
    .re2_shop_img ul {
        flex-flow: column;
    }
    .re2_shop_img li:nth-child(1) {
        width: 80%;
        margin: 0 auto 20px;
    }
    .re2_shop_img li:nth-child(2) {
        width: 100%;
    }
    .re2_shop_img_dis {
        font-size: 12px;
    }

    /* 責任者 */
    .re2_shop_chief {
        padding: 0;
    }
    .re2_shop_chief_inner {
        padding: 10px;
    }
    .re2_shop_chief h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_chief ul {
        flex-flow: column;
        margin: 0;
    }
    .re2_shop_chief li {
        width: 100%;
        margin: 0;
    }
    .re2_shop_chief li span {
        background-color: #fff;
        padding: 2px 6px;
        margin: 0 16px;
    }
    .shop_chief_licence {
        margin: 0;
        padding: 20px 10px 10px 10px;
        border: 1px solid #e8e8e8;
        margin-top: -14px;
    }
    .shop_chief_licence p {
        font-size: 12px;
    }
    .shop_chief_text {
        margin: 16px 0;
    }

    /* 基本情報 */
    .re2_shop_info {
        padding: 0;
        background: #f6f6f6;
    }
    .re2_shop_info h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_info table {
        padding: 0 0 20px 0;
        border-spacing: 4px;
        font-size: 12px;
        width: 95%;
        margin: 20px auto;
    }
    .re2_shop_info caption {
        width: 98%;
        margin: 20px auto 0;
    }
    .re2_shop_info th {
        background: #fff;
        padding: 10px 0;
        border-bottom: none;
    }
    .re2_shop_info td {
        padding: 10px;
        border-bottom: none;
        background: #fff;
        font-size: 12px;
        border-bottom: none;
    }

    /* 実績 */
    .re2_shop_diet {
        padding: 0;
    }
    .re2_shop_diet h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_diet_inner {
        padding: 0 0 10px 0;
    }
    .re2_shop_diet_inner ul {
        width: 600px;
    }
    .re2_shop_diet_inner .slide {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .re2_shop_diet_inner .sp-only {
        font-size: 12px;
        font-weight: 900;
        margin: 0 10px;
    }
    .re2_shop_diet_inner table {
        width: 95%;
        margin: 20px auto;
        font-size: 12px;
    }

    /* お客様の声 */
    .re2_shop_voice {
        padding: 0;
    }
    .re2_shop_voice h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_voice_inner {
        padding: 10px;
    }
    .re2_shop_voice_img {
        width: 100%;
        margin-bottom: 0;
    }
    .re2_shop_voice_inner .re2_btn {
        display: none;
    }
    .re2_shop_voice_text_wrap {
        height: 200px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .re2_shop_voice_text {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }

    /* 他店との比較 */
    .re2_shop_more {
        padding: 0;
    }
    .re2_shop_more h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_more_inner {
        padding: 20px 0;
    }
    .re2_shop_more table {
        margin: 0 auto;
        width: 95%;
        font-size: 12px;
        border: 1px solid #535353;
    }

    /* アクセス */
    .re2_shop_access {
        padding: 0;
    }
    .re2_shop_access h3 {
        color: #fff;
        background-color: #464342;
        border: none;
        font-size: 18px;
    }
    .re2_shop_map {
        margin: 30px 0 0 0;
    }
    .re2_shop_map iframe {
        height: 300px;
    }
    .re2_shop_access_inner {
        padding-bottom: 10px;
    }
    .re2_shop_access_inner p {
        font-size: 12px;
        margin: 0;
        padding: 10px;
    }

}

/*-----------------
 // TOPページ
 -----------------*/
 #contents {
    margin: 0;
}
.Lp-wrapper,
.im-l-insta {
    overflow: hidden;
}
.LP-pc {
    display: block;
}
.LP-sp {
    display: none;
}
.re2_top * {
    box-sizing: border-box;
}
.re2_top img {
    max-width: 100%;
    height: auto;
}
.re2_top_inner {
    width: 1000px;
    margin: auto;
}
.swiper-container21,
.swiper-container22,
.swiper-container23,
.swiper-container24 {
    overflow: hidden;
    position: relative;
}
.swiper-container22 .swiper-wrapper,
.swiper-container24 .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-container21,
.swiper-container23 {
    width: 500px;
    margin: 40px auto;
}
.swiper-container22,
.swiper-container24 {
    margin: 40px auto;
}

/* ファーストビュー */
.re2_top_fv_inner h1 {
    margin: 10px 0;
}
.re2_top_fv_inner h1 img {
    width: 100%;
}
.re2_top_headline_inner {
    background-image: url(../im-img/re2_top_headline_back.png);
    background-size: cover;
    padding: 60px 0 40px 0;
}
.re2_top_headline_top {
    width: 70%;
    margin: 0 auto 30px;
    position: relative;
}
.re2_top_headline_top:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ff6666;
}
.re2_top_headline_top span {
    display: block;
    text-align: center;
    background-color: #1075a9;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
    border-radius: 6px 6px 0 0;

}
.re2_top_headline_top p {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    background-color: #ff6666;
    color: #fff;
    padding: 8px 0;
    border-radius: 0 0 6px 6px;
}
.re2_top_headline_inner a img {
    width: 66%;
    margin: 0 auto;
}

/* TOPバナー */
.swiper-container26 {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.swiper-pagination-bullets {
    bottom: 3px !important;
}
.re2_top_banner_wrap img {
    display: block;
}

/* Apple GYMをよく知る */
.re2_top_apple {
    background-color: #ffef66;
    padding: 60px 0;
}
.re2_top_apple h2 {
    text-align: center;
    margin: 0;
}
.re2_top_apple h2 br {
    display: none;
}
.re2_top_apple_top {
    display: flex;
    width: 95%;
    margin: 40px auto 0;
    justify-content: center;
}
.re2_top_apple_top li {
    width: 15.666667%;
    margin: .5%;
    border: 2px solid #4fabf2;
    background-color: #fff;
    position: relative;
}
.re2_top_apple_top li:before {
    border-right: 20px solid #4fabf2;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
}
.re2_top_apple_top li:after {
    background-color: #4fabf2;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 4px;
}
.re2_apple_img {
    margin: 30px 0 10px;
}
.re2_apple_img img {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.re2_top_apple_top p {
    margin: 10px 0;
    text-align: center;
    color: #4fabf2;
}
.re2_top_apple_bottom {
    display: flex;
    width: 95%;
    margin: 0 auto;
}
.re2_top_apple_bottom li {
    width: 49%;
    margin: .5%;
    border: 2px solid #4fabf2;
    background-color: #fff;
    position: relative;
}
.re2_top_apple_bottom li:before {
    border-right: 20px solid #4fabf2;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
}
.re2_top_apple_bottom li:after {
    background-color: #4fabf2;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 4px;
}
.re2_top_apple_bottom .re2_apple_img {
    margin: 10px 0;
}
.re2_apple_img img {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.re2_top_apple_bottom p {
    margin: 10px 0;
    text-align: center;
    color: #4fabf2;
}

/* 芸能人 */
.re2_top_comedian_inner {
    padding: 60px 0;
}
.re2_top_comedian_inner h2 {
    text-align: center;
    margin: 0;
}
.re2_top_comedian_inner h2 span {
    font-size: 36px;
    margin: 0 2px;
}
.re2_comedian_img {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.re2_comedian_img p {
    position: absolute;
    width: 100%;
    background-color: #f483ac;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    bottom: 0;
    margin: 0;
}
.re2_comedian_img img {
    width: 100%;
    height: auto;
}
.re2_comedian_btn {
    width: 300px;
    display: block;
    margin: 20px auto -120px;
}

/* メディア */
.re2_top_media {
    background-color: #81cef2;
    padding: 80px 0 40px 0;
    background: -moz-linear-gradient(140deg, #81cef2, #64d2e9, #3bd7dc);
    background: -webkit-linear-gradient(140deg, #81cef2, #64d2e9, #3bd7dc);
    background: -ms-linear-gradient(140deg, #81cef2, #64d2e9, #3bd7dc);
    background: linear-gradient(140deg, #81cef2, #64d2e9, #3bd7dc);
}
.re2_top_media h2 {
    text-align: center;
    color: #000;
}
.re2_top_media_inner ul {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}
.re2_top_media_inner li {
    width: 48%;
    position: relative;
}
.re2_top_media_inner li img {
    display: block;
}
.re2_media_text {
    color: #fff;
}
.re2_media_text h3 {
    margin: 10px 0;
}
.re2_media_text p {
    margin: 10px 0;
    font-size: 14px;
}
.re2_top_media_inner ul:nth-child(1) li:nth-child(1):after {
    content: '';
    width: 120px;
    background-image: url(../images/tv_media.png);
    height: 24px;
    position: absolute;
    top: -40px;
    background-size: contain;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.re2_top_media_inner ul:nth-child(1) li:nth-child(2):after {
    content: '';
    width: 120px;
    background-image: url(../images/web_media.png);
    height: 24px;
    position: absolute;
    top: -40px;
    background-size: contain;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.re2_top_media_inner ul:nth-child(2) {
    position: relative;
}
.re2_top_media_inner ul:nth-child(2):after {
    content: '';
    width: 120px;
    background-image: url(../images/youtube.png);
    height: 24px;
    position: absolute;
    top: -40px;
    background-size: contain;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/* 一般人 */
.re2_top_people_inner {
    padding: 0 0 40px 0;
}
.re2_top_people_inner h2 {
    text-align: center;
    margin: 0;
    padding: 60px 0 40px 0;
    color: #ff6666;
    background-image: url(../images/re2_top_people_back.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}
.re2_people_img {
    height: 400px;
    overflow: hidden;
}
.re2_people_img img {
    width: 100%;
    height: auto;
}
.re2_public_btn {
    width: 300px;
    display: block;
    margin: 20px auto;
}

/* NEWS */
.re2_top_news h2 {
    background-color: #ff6666;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.re2_top_news_inner {
    padding: 40px 0;
    background-image: url(../images/re2_top_news_back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.re2_top_news_headline {
    width: 50%;
    margin: auto;
    background-color: rgba(255,255,255,.8);
    padding: 20px;
}
.re2_top_news_headline h3 {
    text-align: center;
    margin: 0 0 20px 0;
}
.re2_top_news_headline li {
    margin: 20px 0;
}
.re2_top_news_headline li a {
    text-decoration: underline;
    color: #00a4cd;
}
.re2_top_news_btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 14px 0;
    border-radius: 30px;
    background: -moz-linear-gradient(126deg, #ff6666, #b384a2, #4fabf2, #4fabf2);
    background: -webkit-linear-gradient(126deg, #ff6666, #b384a2, #4fabf2, #4fabf2);
    background: -ms-linear-gradient(126deg, #ff6666, #b384a2, #4fabf2, #4fabf2);
    background: linear-gradient(126deg, #ff6666, #b384a2, #4fabf2, #4fabf2);
    color: #fff;
}
.re2_top_news_btn:after {
    content: '▶︎';
    font-size: 14px;
    margin-left: 8px;
}

/* トレーナー通信 */
.re2_top_column h2 {
    background-color: #ff6666;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.re2_top_column_inner ul {
    display: flex;
}
.re2_top_column_inner li {
    width: 25%;
}
.re2_column_img {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.re2_column_img:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.re2_top_column_inner p {
    margin: 0 10px;
    font-size: 16px;
    color: #626262;
    font-weight: 900;
}
.re2_top_column_inner span {
    font-size: 12px;
    color: #bfbfbf;
    display: block;
    margin: 0 10px;
}

/* スタッフ */
.re2_top_staff {
    background-color: #e9fc82;
    padding-bottom: 60px;
}
.re2_top_staff h2 {
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
.re2_top_staff_inner ul {
    display: flex;
    flex-wrap: wrap;
}
.re2_top_staff_inner li {
    width: 25%;
    position: relative;
}
.re2_top_staff_inner li a {
    display: block;
}
.re2_staff_img {
    height: 250px;
    overflow: hidden;
}
.re2_staff_img img {
    display: block;
}
.re2_top_staff_inner li p {
    margin: 0;
    color: #626262;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* コース料金 */
.re2_top_cost {
    background-color: #e5f4ff;
}
.re2_top_cost h2 {
    margin: 0;
    text-align: center;
    background-color: #404040;
    padding: 20px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 900;
}
.re2_top_cost_inner {
    padding: 40px 0;
}
.re2_top_cost_wrap {
    margin-bottom: 20px;
}
.re2_cost_headline {
    width: 99%;
    margin: 0 auto;
}
.re2_cost_headline_top {
    background-color: #ff6666;
    text-align: center;
    padding: 8px;
    color: #fff;
    margin: 0;
}
.re2_cost_headline_top span {
    display: inline-block;
    background-color: #fff268;
    color: #626262;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-right: 6px;
    vertical-align: bottom;
}
.re2_cost_headline_bottom {
    margin: 5px 0 0 0;
    background-color: #ffffff;
    padding: 20px;
    font-weight: 900;
    font-size: 14px;
}
.re2_top_cost_wrap table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-spacing: 5px;
    border-collapse: separate;
}
.re2_top_cost_wrap th {
    background-color: #fff;
    padding: 10px;
    width: 30%;
    font-weight: 100;
}
.re2_top_cost_wrap td {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

/* ジム紹介 */
.re2_top_gym {
    padding-bottom: 60px;
}
.re2_top_gym h2 {
    margin: 0;
    text-align: center;
    padding: 60px 0;
    font-size: 1.5em;
    font-weight: 900;
}
.re2_top_gym_inner ul {
    display: flex;
    flex-wrap: wrap;
}
.re2_top_gym_inner li {
    width: 48%;
    margin: 1%;
    border: 2px solid #d2d2d2;
}
.re2_gym_img {
    display: flex;
    margin: 2px 2px 0 2px;
}
.re2_gym_img p {
    margin: 0;
    width: 100%;
}
.re2_gym_img p img {
    display: block;
    width: 100%;
}
.re2_gym_map {
    height: 150px;
}
.re2_gym_map p {
    margin: 0;
}
.re2_gym_map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
.re2_top_gym_inner h3 {
    margin: 10px;
}
.re2_top_gym_inner table {
    width: 97%;
    margin: 0 auto;
    table-layout: fixed;
}
.re2_top_gym_inner th {
    font-size: 14px;
    width: 30%;
    position: relative;
}
.re2_top_gym_inner th:after {
    content: '：';
    position: absolute;
    right: 5px;
}
.re2_top_gym_inner td {
    font-size: 14px;
}
.re2_top_gym_inner a {
    display: block;
    width: 97%;
    margin: 10px auto;
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    text-align: center;
    padding: 10px 0;
}

 @media screen and (max-width: 767px) {
    .re2_top_inner {
        width: 100%;
    }
    .swiper-container21 {
        width: 95%;
        margin: 40px auto 20px;
    }
    .swiper-container23 {
        width: 95%;
        margin: 0 auto 20px;
    }
    /* ファーストビュー */
    .re2_top_fv_inner h1 {
        margin: 0;
    }
    .re2_top_headline_inner {
        background-image: url(../images/re2_top_headline_sp-back.png);
        padding: 10px 0 60px 0;
    }
    .re2_top_medal ul {
        margin: -60px auto 20px;
        width: 95%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .re2_top_medal li {
        width: 100%;
    }
    .re2_top_headline_top {
        width: 95%;
    }
    .re2_top_headline_inner a img {
        width: 95%;
    }

    /* Apple GYMをよく知る */
    .re2_top_apple {
        padding: 20px 0;
    }
    .re2_top_apple h2 {
        padding: 0 30px;
        color: #000;
        letter-spacing: 1px;
    }
    .re2_top_apple h2 br {
        display: block;
    }
    .re2_top_apple_top {
        flex-wrap: wrap;
        width: 98%;
        margin: 20px auto 0;
    }
    .re2_top_apple_top li {
        width: 32.3333333333%;
        margin: 1% .5%;
    }
    .re2_apple_img {
        margin: 20px 0 10px;
    }
    .re2_top_apple_bottom {
        flex-wrap: wrap;
        width: 98%;
    }
    .re2_top_apple_bottom li {
        width: 99%;
        margin: 1% .5%;
    }

    /* 芸能人 */
    .re2_top_comedian_inner {
        padding: 20px 0;
    }
    .re2_top_comedian_inner h2 {
        text-align: left;
        margin: 20px auto;
        width: 95%;
        line-height: 36px;
        color: #000;
        letter-spacing: 1px;
        padding-bottom: 5px;
        border-bottom: 6px solid #ff6666;
    }
    .re2_comedian_img {
        height: 300px;
    }
    .re2_comedian_btn {
        display: block;
        margin: 20px auto;
    }

    /* メディア */
    .re2_top_media {
        background: none;
        padding: 0;
        background-image: url(../images/re2_media_back.png);
        background-size: cover;
    }
    .re2_top_media h2 {
        margin: 0 0 40px 0;
    }
    .re2_top_media_inner ul {
        width: 95%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .re2_top_media_inner li {
        width: 100%;
        margin: 40px 0;
    }
    .re2_top_media_inner ul:nth-child(2):after {
        top: 0;
    }
    .re2_top_media_inner ul:nth-child(2) .re2_top_media_inner li:nth-child(2) {
        margin: 0 0 40px 0;
    }

    /* 一般人 */
    .re2_top_people_inner {
        padding: 0 0 20px 0;
    }
    .re2_top_people_inner h2 {
        padding: 40px 0;
    }
    .re2_people_img {
    height: 300px;
    }

    /* ニュース */
    .re2_top_news h2 {
        padding: 10px;
    }
    .re2_top_news_inner {
        padding: 20px 0;
        width: 100% !important;
    }
    .re2_top_news_headline {
        width: 95%;
        padding: 20px 10px;
    }
    .re2_top_news_headline li {
        margin: 20px 0;
    }
    .re2_top_news_headline h3 {
        color: #000;
    }
    .re2_top_news_btn {
        padding: 18px 0;
        width: 100%;
    }

    /* コラム */
    .re2_top_column_inner ul {
        flex-flow: column;
    }
    .re2_top_column_inner li {
        width: 100%;
    }

    /* スタッフ */
    .re2_top_staff {
        padding-bottom: 0;
        background: none;
    }
    .re2_top_staff h2 {
        padding: 60px 0;
        background-image: url(../images/re2_staff_sp_back.png);
        background-size: cover;
    }
    .re2_top_staff_inner {
        width: 100% !important;
    }
    .re2_top_staff_inner li {
        width: 50%;
    }
    .re2_top_staff_inner li a {
        display: block;
    }
    .re2_staff_img {
        height: 180px;
    }

    /* コース */
    .re2_top_cost_inner {
        padding: 20px 0;
    }
    .re2_cost_headline {
        width: 97.5%;
    }

    /* ジム紹介 */
    .re2_top_gym_inner {
        width: 98% !important;
    }
    .re2_top_gym {
        padding-bottom: 20px;
    }
    .re2_top_gym h2 {
        padding: 40px 0;
    }
    .re2_top_gym_inner li {
        width: 98%;
    }
    .re2_gym_map {
        height: 150px;
    }
    .re2_top_gym_inner .re2_top_shop_list a {
        width: 100%;
        border: none;
        margin: 0;
        padding: 10px 0;
        text-align: left;
        color: #404040;
        border-right: 26px solid #404040;
        position: relative;
    }
    .re2_top_gym_inner .re2_top_shop_list a:after {
        content: '>';
        position: absolute;
        top: 38%;
        right: -20px;
        color: #fff;
        font-size: 22px;
    }
}

.nap_info {
    padding-bottom: 40px;
    width: 80%;
    margin: 0 auto;
}
.nap_info p {
    text-align: center;
    font-weight: 900;
    color: #313131;
    line-height: 28px;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.nap_info table {
    width: 80%;
    margin: 0 auto;
}
.nap_info table th {
    background-color: #535353;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 12px;
}
.nap_info table td {
    background-color: #f3f3f3;
    color: #535353;
    padding-left: 30px;
    font-size: 12px;
}

 @media screen and (max-width: 767px) {
    .nap_info {
        padding-bottom: 20px;
        width: 95%;
    }
    .nap_info p {
        line-height: 22px;
        font-size: 14px;
    }
    .nap_info table {
        width: 100%;
        font-size: 14px;
    }
    .nap_info table td {
        pointer-events:none;
        color: #535353 !important;
        text-decoration: none !important;
    }
}


/* 店舗までの道順 */
.access-sta {
    background: #000;
    color: #fff;
    text-align: center;
    padding: .5em;
    margin: 20px auto 40px;
}

.access-block {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.access-head {
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (min-width: 480px) {
    .access-img {
        width: 40%;
        float: right;
    }

    .access-container {
        width: 60%;
        float: left;
        padding-right: 5%;
    }
}

 @media screen and (max-width: 767px) {
    .access-sta {
        width: 80%;
    }

    .access-container {
        padding: 0 15px;
    }

    .access-img {
        margin-bottom: 10px;
    }
}


.re2_top_corona {
    margin: 10px 0;
    text-align: center;
}
.re2_top_corona a {
    background-color: #eee;
    display: block;
    padding: 18px;
    color: #333;
    font-size: 14px;
    position: relative;
}
.re2_top_corona span {
    position: relative;
    display: inline-block;
}
.re2_top_corona span:after {
    content: '';
    background-image: url(https://applegym.jp/wp-content/themes/AppleGym/img/link-out.png);
    width: 14px;
    height: 14px;
    background-size: cover;
    top: 10%;
    right: -20px;
    position: absolute;
}

 @media screen and (max-width: 767px) {
    .re2_top_corona {
        margin: 10px 0 60px;
    }
    .re2_top_corona a {
        padding: 14px 16px 14px 8px;
        font-size: 12px;
    }
}

.re2_top_corona_inline {
    background-color: #eee;
    display: block;
    padding: 18px;
    color: #333;
    font-size: 14px;
    position: relative;
}
.re2_top_corona_inline a {
    display: inline;
    padding: 0 4px;
}
 @media screen and (max-width: 767px) {
    .re2_top_corona_inline {
        padding: 14px 16px 14px 8px;
        font-size: 12px;
    }
}

.apple-line-btn .wrap {
    position: fixed;
    right: 1%;
    bottom: 10px;
    width: 150px;
    z-index: 999;
}
.apple-line-btn .wrap a {
    display: block;
}
.apple-line-btn .wrap a img {
    width: 100%;
}
 @media screen and (max-width: 767px) {
    .apple-float-btn .wrap, .apple-line-btn .wrap {
        display: none;
    }
}

.swiper-container12 {
    background-color: #727071;
    font-size: .8em;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes bounce {
  0% { -webkit-transform: scale(1.0) }
  50% { -webkit-transform: scale(0.9) }
  100% { -webkit-transform: scale(1.0) }
}
@keyframes bounce {
  0% { transform: scale(1.0) }
  50% { transform: scale(0.9) }
  100% { transform: scale(1.0) }
}
.re2_top_staff {
    background-color: inherit;
    padding-bottom: 0;
}
 @media screen and (max-width: 767px) {
    .LP-pc {
        display: none;
    }
    .LP-sp {
        display: block;
    }
}
/*************************
// FV
**************************/
 @media screen and (max-width: 767px) {

}
/*************************
// FV
**************************/

/*************************
// topic04 芸能人スライダー
**************************/
.swiper-wrapper {
    transition-timing-function:linear;
}
.swiper-wrapper img {
    display: block;
    height: auto;
    width: 100%;
}
.swiper-slide {
    overflow: hidden;
    position: relative;
}
.swiper-slide p {
    margin: 0;
    padding: 10px 5px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
 @media screen and (max-width: 767px) {
    .swiper-slide p {
        font-size: 0.3rem;
        padding: 10px 3px;
    }

}
/*************************
// topic04
**************************/

/*************************
// topic05 動くボタン
**************************/
.Lp-topic05 a {
    width: 500px;
    margin: 40px auto;
    display: block;
    animation: bounce 2.0s infinite ease-in-out;
}
 @media screen and (max-width: 767px) {
    .Lp-topic05 {
        padding-bottom: 0;
        margin-top: -60px;
    }
    .Lp-topic05 a {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}
/*************************
// topic05
**************************/

/*************************
// topic12 トレーナー 一覧
**************************/
.Lp-topic12 h2 {
    /*margin: 60px 0;*/
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}
.Lp-topic12 h2 span {
    font-size: 28px;
}
/*.Lp-topic12 ul {
    margin: 30px auto 0;
    padding: 0;
    list-style-type: none;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.Lp-topic12 li {
    width: 28%;
    padding: 0 18px 50px;
}*/
.Lp-topic12-img {
    position: relative;
}
.Lp-topic12-img:after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,.7);
    top: 0;
    width: 100%;
    height: 100%;
}
/*.Lp-topic12 li img {
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 4px solid #e80673;
    box-sizing: border-box;
}*/
.Lp-topic12 li p {
    text-align: center;
}
 @media screen and (max-width: 767px) {
    .Lp-topic12 h2 {
        font-size: 20px;
        /*margin: 20px 0;*/
        color: #3e3e3e;
        letter-spacing: 1px;
    }
    /*.Lp-topic12 ul {
        width: 98%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .Lp-topic12 li {
        padding-bottom: 10px;
        width: 48%;
    }*/

}
/*************************
// topic12
**************************/

/*************************
// topic13 店舗情報
**************************/
#ebisumap,
#nakameguromap,
#nakanomap,
#ebisumap2,
#nikotamamap,
#yokohamamap {
    height: 100%;
}
.Lp-topic13 h2 {
    margin: 30px 0;
    text-align: center;
    font-size: 28px;
}
.Lp-topic13-inner {
    background-color: rgba(0,0,0,.6);
    padding-bottom: 50px;
}
.Lp-topic13-inner-title {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 100;
}
.Lp-topic13-inner-wrapper {
    width: 1000px;
    display: flex;
    margin: auto;
    align-items: flex-start;
}
.Lp-topic13-inner-left {
    width: 50%;
    height: 300px;
    overflow: hidden;
}
.Lp-topic13-inner-left iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}
.Lp-topic13-inner-right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.Lp-topic13-inner-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
}
.Lp-topic13-inner-right li:first-child {
    width: 32%;
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 16px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.Lp-topic13-inner-right li:first-child span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.Lp-topic13-inner-right li:last-child {
    width: 66%;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 15px 8px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.Lp-topic13-inner-right a {
    text-decoration: none;
    color: #000;
}
 @media screen and (max-width: 767px) {
    .Lp-topic13 h2 {
        font-size: 20px;
    }
    .Lp-topic13-inner-title {
        padding: 20px 0;
        font-size: 18px;
    }
    .Lp-topic13-inner-wrapper {
        width: 98%;
        flex-flow: column;
    }
    .Lp-topic13-inner-left {
        width: 100%;
    }
    .Lp-topic13-inner-right {
        width: 100%;
        padding: 10px;
    }
    .Lp-topic13-inner-right li:first-child {
        width: 40%;
        font-size: 12px;
    }
    .Lp-topic13-inner-right li:last-child {
        width: 58%;
        padding: 20px 8px;
    }
}
/*************************
// topic13
**************************/

/*************************
// topic14 料金表
**************************/
.Lp-topic14 h2 {
    margin: 30px 0;
    text-align: center;
    font-size: 28px;
}
.n-price .Lp-topic14-btn {
    width: 1000px;
}
.Lp-topic14-table {
    width: 1000px;
    margin: 50px auto 80px;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../im-img/lp-price-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Lp-topic14-table-wrap {
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    position: relative;
}
#tabpage5:after {
    position: absolute;
    top: -45px;
    left: 80px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 0, 0.6);
}
#tabpage6:after {
    position: absolute;
    top: -45px;
    left: 350px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 0, 0.6);
}
#tabpage7:after {
    position: absolute;
    top: -45px;
    right: 360px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 0, 0.6);
}
#tabpage8:after {
    position: absolute;
    top: -45px;
    right: 90px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 0, 0.6);
}
.Lp-topic14-table-wrap p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.Lp-topic14-table-inner {
    width: 900px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: space-start;
}
.Lp-topic14-table-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255,255,255,.8);
    width: 24%;
    text-align: center;
}
.Lp-topic14-table-inner li {
    padding: 30px 0;
    font-weight: bold;
}
.n-price .n-price-btn .add-pink {
    background-color: #e90671;
}
.n-price .n-price-btn li:nth-child(2):after {
    color: #ea3186;
    font-weight: bold;
}
 @media screen and (max-width: 767px) {
    .Lp-topic14 h2 {
        font-size: 20px;
    }
    .n-price .Lp-topic14-btn {
        width: 98%;
        justify-content: space-around;
        padding: 0;
    }
    .Lp-topic14-table {
        width: 100%;
        margin: 30px 0;
        background-position: center;
    }
    .Lp-topic14-table-wrap {
        padding: 20px;
    }
    .Lp-topic14-table-inner {
        width: 100%;
        flex-flow: column;
    }
    .Lp-topic14-table-inner ul {
        width: 100%;
        margin-bottom: 10px;
    }
    .Lp-topic14-table-inner li {
        padding: 10px 0;
    }
    #tabpage5:after,
    #tabpage6:after,
    #tabpage7:after,
    #tabpage8:after {
        content: none;
    }
}
/*************************
// topic14
**************************/

/*************************
// LP Footer
**************************/
.Lp-footer p {
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}
 @media screen and (max-width: 767px) {

}
/*************************
// LP Footer
**************************/

/*************************
// LP form
**************************/
.LP-form-box {
    background-color: #fff;
    padding: 80px 0;
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.Lp-form-title {
    margin: 0 auto;
    text-align: center;
    background-color: #e80673;
    padding: 20px;
    color: #fff;
    font-size: 28px;
    position: relative;
}
.Lp-form-title:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 25px solid #e80673;
}
.LP-formTable {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding: 60px 0;
}
.required-text {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    padding: 2px 10px;
    background: #e03827;
    margin-right: 10px;
    border-radius: 4px;
}
.required-text2 {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    padding: 2px 10px;
    background: #55b0d5;
    margin-right: 10px;
    border-radius: 4px;
}
.n_formTable ul {
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.n_formTable ul:last-child {
    align-items: normal;
}
.n_formTable li:nth-child(1) {
    width: 30%;
}
.n_formTable li:nth-child(2) {
    width: 70%;
}

.form_select {
    display: inline-block;
    position: relative;
    width: 300px;
    background-color: #dcdcdc;
    overflow: hidden;
    border-radius: 6px !important;
    border: none;
}
.form_select:before {
    content: '';
    width: 40px;
    height: 100%;
    background-color: #535353;
    position: absolute;
    right: 0;
}
.form_select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    top: 50%;
    right: 11px;
    margin-top: -3px;
    pointer-events: none;
}
#select_list {
    display: inline-block;
    font-size: 18px;
    width: 120%;
    height: 50px;
    border: none;
    outline: 0;
    text-indent: 20px;
    color: #9e9e9e;
    background-color: #dcdcdc;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.n_formTable input[type="text"],
.n_formTable input[type="email"],
.n_formTable input[type="tel"] {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #f3d1cd;
    height: 50px;
}
input[type="radio"] {
    margin: 0 4px;
    vertical-align: text-bottom;
}
.n_formTable textarea {
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
}

.text-center {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.text-center button {
    border-radius: 4px;
    font-size: 20px;
    background: #e03827;
    color: #fff;
    font-weight: bold;
    width: 40%;
    height: 70px;
    border: none;
    text-indent: -24px;
    position: relative;
}
.text-center button:before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    border-radius: 50%;
}
.text-center button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10.1px;
    border-color: transparent transparent transparent #e03827;
    position: absolute;
    right: 22px;
    top: 27px;
}
.apple-float-btn {
    display: none;
}

 @media screen and (max-width: 767px) {
    .Lp-form-title {
        font-size: 20px;
    }
    .LP-form-box {
        background-color: #fff;
        padding: 60px 10px 0;
        width: 100%;
        margin: 0 auto;
    }
    .n_formTable ul {
        margin: 15px 0;
    }
    .n_formTable li:nth-child(1){
        width: 35%;
        font-size: 14px;
    }
    .n_formTable li:nth-child(2) {
        width: 65%;
    }
    .required-text,
    .required-text2 {
        font-size: 14px;
        margin-right: 5px;
    }
    .form_select {
        width: 100%;
        display: block;
    }
    #select_list {
        font-size: 14px;
        text-indent: 10px;
    }
    .n_formTable input[type="text"],
    .n_formTable input[type="email"],
    .n_formTable input[type="tel"],
    .n_formTable textarea {
        font-size: 14px;
        padding: 10px;
    }
    .radio-txt {
      font-size: 14px;
    }
    .n_formTable textarea {
        height: 120px;
        background-color: #eeeeee;
    }
    .text-center {
        padding: 10px 0 30px 0;
    }
    .text-center button {
        font-size: 18px;
        width: 80%;
        height: 80px;
    }
    .text-center button:after {
        top: 33px;
    }

}
/*************************
// LP form
**************************/

/*************************
// LP修正ここから
**************************/

.im-l-inner {
    margin: 0 auto;
    width: 1000px;
}
 @media screen and (max-width: 767px) {
    .im-l-inner {
        width: 100%;
    }
}

.im-l-fv a {
    display: block;
    width: 500px;
    margin: 0 auto;
}
.im-l-fv p {
	text-align: center;
}
.im-l-fv-inner .bx-wrapper {
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    background: inherit;
    border: none;
}
.bx-wrapper .bx-pager {
    display: none;
}
.bxslider li {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 @media screen and (max-width: 767px) {
    .im-l-fv a {
        width: 100%;
        margin: 20px auto;
    }
    .im-l-fv {
        /*padding: 40px 0 20px;*/
        background-position: 50%;
    }
}

/* 店舗 */
.im-l-shop {
    background-color: #fb4747;
    padding: 40px 0;
}
.im-l-shop-ttl {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.2;
}
.swiper-container40 .swiper-slide p {
    background-color: initial;
    position: relative;
    text-align: center;
    font-size: 1rem;
}
 @media screen and (max-width: 767px) {
    .im-l-shop {
        padding: 20px 0;
    }
    .im-l-shop-ttl {
        padding-bottom: 20px;
        font-size: 1.4rem;
    }
    .im-l-shop .swiper-wrapper img {
        height: 96px;
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}

@media screen and (min-width: 480px) {
    .im-l-shop .swiper-wrapper img {
        height: 204px;
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}

/* ビフォーアフター */
.im-l-ba {
    background-image: url(../im-img/ba-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.im-l-ba-ttl {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.im-l-ba-ttl img {
    width: 600px;
}
.im-l-ba-list {
    display: flex;
    justify-content: space-between;
    background-image   : url(../im-img/grey-back.png);
    padding: 20px 20px 0 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    background-color: #fff;
    background-size: 2px;
}
.im-l-ba-img {
    width: 48%;
    text-align: center;
}
.im-l-ba-img img {
    width: 76%;
}
.m-l-ba-table {
    width: 50%;
}
.m-l-ba-table p {
    margin: 0 0 5px;
    text-indent: 10px;
}
.m-l-ba-table ul {
    background-color: #eeeeee;
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.m-l-ba-table li {
    font-size: 1.2rem;
    font-weight: 900;
    color: #000;
    padding: 0 10px;
    width: 20%;
    border-right: 2px solid #b6b6b6;
    text-align: center;
    line-height: 1;
}
.m-l-ba-table li:last-child {
    font-size: 1.4rem;
    color: #fb4747;
    font-style: italic;
    width: 38%;
    border-right: none;
}
.m-l-ba-table a {
    display: block;
    margin: 20px 0;
}
 @media screen and (max-width: 767px) {
    .im-l-ba-ttl {
        padding-bottom: 20px;
    }
    .im-l-ba-ttl img {
        width: 95%;
    }
    .im-l-ba-list {
        flex-flow: column;
        padding: 10px;
    }
    .im-l-ba-img {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .m-l-ba-table {
        width: 100%;
    }
    .m-l-ba-table ul {
        padding: 16px 5px;
    }
    .m-l-ba-table li {
        box-sizing: border-box;
        width: 30%;
    }
    .m-l-ba-table li:last-child {
        width: 40%;
        padding: 0;
        font-size: 1.3rem;
    }
    .m-l-ba-table a {
        margin: 20px 0 0 0;
    }
}

/* 保証 */
.im-l-safe h2 {
    background-color: #313131;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.im-l-safe h2 img {
    width: 800px;
    margin: 0 auto;
}
.im-l-safe-inner {
    padding: 60px 0;
}
.im-l-safe-list {
    background-color: #313131;
    padding: 20px;
    position: relative;
    margin-bottom: 60px;
}
.im-l-safe-list ul {
    overflow: hidden;
}
.im-l-safe-list .im-l-safe-img {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.im-l-safe-list .im-l-safe-txt h3 {
    color: #fff;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 1.4rem;
    margin: 20px 0;
}
.im-l-safe-list .im-l-safe-txt p {
    color: #fff;
    font-size: .8rem;
}
.im-l-safe-1:before {
    content: '';
    width: 180px;
    height: 48px;
    background-image: url(../im-img/support1-title.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 40px;
    top: -36px;
}
.im-l-safe-2:before {
    content: '';
    width: 185px;
    height: 48px;
    background-image: url(../im-img/support2-title.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 40px;
    top: -36px;
}
.im-l-safe-3:before {
    content: '';
    width: 185px;
    height: 48px;
    background-image: url(../im-img/support3-title.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 40px;
    top: -36px;
}
.im-l-safe-4:before {
    content: '';
    width: 254px;
    height: 52px;
    background-image: url(../im-img/support4-title.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 40px;
    top: -36px;
}

.im-l-safe-banner {
    background-image: url(../im-img/ba-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #fb4747;
    border-bottom: 1px solid #fb4747;
}
.im-l-safe-banner .im-l-safe-img {
    width: 320px;
    overflow: hidden;
}
.im-l-safe-banner .im-l-safe-txt {
    background-color: #fff;
    width: 620px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.im-l-safe-banner .im-l-safe-txt p {
    color: #000;
    font-weight: 900;
    font-size: 1.2rem;
    margin: 10px 0;
}
.im-l-safe-banner .im-l-safe-txt p span {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 900;
    display: inline-block;
}
 @media screen and (max-width: 767px) {
    .im-l-safe-inner {
        padding: 60px 0 0 0;
    }
    .im-l-safe h2 {
        padding: 20px 0;
    }
    .im-l-safe h2 img {
        width: 90%;
    }
    .im-l-safe-list {
        box-sizing: border-box;
        padding: 20px 10px;
        width: 95%;
        margin: 0 auto 60px;
    }
    .im-l-safe-img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .im-l-safe-1:before {
        width: 120px;
        height: 32px;
        left: 24px;
        top: -26px;
    }
    .im-l-safe-2:before {
        width: 120px;
        height: 31px;
        left: 24px;
        top: -26px;
    }
    .im-l-safe-3:before {
        width: 120px;
        height: 31px;
        left: 24px;
        top: -26px;
    }
    .im-l-safe-4:before {
        width: 200px;
        height: 41px;
        left: 24px;
        top: -32px;
    }
    .im-l-safe-list .im-l-safe-txt p {
        margin: 0;
    }
    .im-l-safe-list .im-l-safe-txt h3 {
        font-size: 1.2rem;
        margin: 0 0 5px 0;
    }
    .im-l-safe-list .im-l-safe-img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .im-l-safe-banner {
        border-top: 3px solid #fb4747;
        border-bottom: 3px solid #fb4747;
    }
    .im-l-safe-banner .im-l-safe-img {
        width: 100%;
    }
    .im-l-safe-banner .im-l-safe-txt {
        background-color: initial;
        width: 100%;
        float: none;
        padding: 5px 0;
    }
    .im-l-safe-banner .im-l-safe-txt p {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}


.im-l-famous {
    background-image: url(../im-img/grey-back.png);
    background-color: #fff;
    background-size: 2px;
    padding: 40px 0 20px 0;
}
.im-l-famous-ttl {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    max-width: 500px;
}
.im-l-famous-ttl img {
    width: 800px;
    margin: 0 auto;
}
.im-l-famous-img1 {
    display: flex;
}
.im-l-famous-img1 li {
    padding: 10px;
}
.im-l-famous-img1 li img {
    display: block;
}
.im-l-famous-weight {
    background-color: #fb4747;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-weight: 900;
    font-size: 1.4rem;
    margin: 20px 0;
}
 @media screen and (max-width: 767px) {
    .im-l-famous {
        padding: 20px 0;
    }
    .im-l-famous-ttl {
        padding-bottom: 20px;
    }
    .im-l-famous-ttl img {
        width: 90%;
        margin: 0 auto;
    }
    .im-l-famous-img1 li {
        padding: 0;
    }
    .im-l-famous-weight {
        margin: 0;
    }
    .im-l-famous-img2 {
        flex-flow: column;
        padding: 10px 0;
    }
    .im-l-famous-img2 li {
        width: 80%;
        margin: 0 auto;
    }
    .im-l-famous-img2 li:nth-child(1) {
        order: 1;
        margin-top: -70px;
    }
}

@media screen and (min-width: 480px) {
    .im-l-famous-img1 li {
        max-width: 50%;
        margin: 0 auto;
    }
}

/* 医師コメント */
.im-l-doctor {
    background-color: #313131;
    padding-bottom: 40px;
}
.im-l-doctor h2 {
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background-image: url(../im-img/doctor-ttl-back.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.im-l-doctor h2 img {
    width: 540px;
}
.im-l-doctor-list {
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.im-l-doctor-list:after {
    content: '';
    width: 100px;
    height: 58px;
    background-image: url(../im-img/doctor-red.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.im-l-doctor-list ul {
    overflow: hidden;
}
.im-l-doctor-img {
    width: 200px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffcf97;
}
.im-l-doctor-img img {
    display: block;
}
.im-l-doctor-txtarea {
    width: 718px;
    float: left;
}
.im-l-doctor-in h3 {
    margin: 10px 0;
}
.im-l-doctor-in h3 span {
    font-size: .8rem;
    margin-left: 20px;
}
.im-l-doctor-in p {
    margin: 0;
    font-size: .8rem;
}
.im-l-doctor-com {
    background-color: #eeeeee;
    padding: 10px;
    margin-top: 10px;
}
 @media screen and (max-width: 767px) {
    .im-l-doctor h2 {
        padding: 20px 0;
    }
    .im-l-doctor h2 img {
        width: 80%;
    }
    .im-l-doctor-list {
        padding: 10px;
        width: 98%;
        margin: 0 auto 20px;
        box-sizing: border-box;
        border-bottom: 4px solid #e6c92e;
    }
    .im-l-doctor-img {
        width: 120px;
        margin-right: 10px;
        padding-right: 10px;
    }
    .im-l-doctor-txtarea {
        width: auto;
        float: none;
    }
    .im-l-doctor-in h3 {
        font-size: 1rem;
        line-height: 1.2;
        padding-right: 50px;
    }
    .im-l-doctor-list:after {
        width: 70px;
        height: 44px;
    }
    .im-l-doctor-list:nth-child(3) .im-l-doctor-com {
        margin-top: 90px;
    }

}

/* media */
.im-l-movie {
    padding: 60px 0 20px;
    background-image: url(../im-img/voice-back.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.im-l-movie-ttl {
    margin: 0 auto;
    text-align: center;
}
.im-l-movie-ttl img {
    width: 500px;
}
.im-l-movie-list1 {
    display: flex;
}
.im-l-movie-list1 li {
    padding: 20px;
}
.im-l-movie-list1 li iframe {
    height: 260px;
}
.im-l-movie-list2 {
    display: flex;
    justify-content: space-around;
}
.im-l-movie-list2 li {
    width: 22%;
    background-color: #434343;
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
}
 @media screen and (max-width: 767px) {
    .im-l-movie {
        padding: 20px 0;
    }
    .im-l-movie-ttl img {
        width: 90%;
    }
    .im-l-movie-list1 {
        flex-flow: column;
    }
    .im-l-movie-list1 li {
        padding: 0 5px;
        text-align: center;
    }
    .im-l-movie-list1 li iframe {
        height: 200px;
        width: 360px;
    }
    .im-l-movie-list2 {
        flex-wrap: wrap;
    }
    .im-l-movie-list2 li {
        width: 48%;
        padding: 10px 0;
        margin: 2px 0;
    }
}


/* お客様の声 */
.im-l-voice {
    padding-bottom: 40px;
}
.im-l-voice h2 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.im-l-voice h2 img {
    width: 800px;
    margin: 0 auto;
}
.im-l-voice-slide {
    height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.im-l-voice-slide::-webkit-scrollbar{
  width: 20px;
}
.im-l-voice-slide::-webkit-scrollbar-track{
  background: #eeeeee;
  border: none;
  border-radius: 10px;
}
.im-l-voice-slide::-webkit-scrollbar-thumb{
  background: #626262;
  border-radius: 10px;
  box-shadow: none;
}
.im-l-voice-slide ul {
    display: flex;
    flex-wrap: wrap;
}
.im-l-voice-slide li {
    width: 33.33333%;
    position: relative;
}
.im-l-voice-slide li img {
    display: block;
}
.im-l-voice-slide li:after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../im-img/voice-plus.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
 @media screen and (max-width: 767px) {
    .im-l-voice h2 img {
        width: 80%;
        margin: 0 auto;
    }
    .im-l-voice-slide li:after {
        width: 20px;
        height: 20px;
        bottom: 10px;
    }
}


/* 比較 */
.im-l-gym {
    background-image: url(../im-img/grey-back.png);
    background-color: #fff;
    background-size: 2px;
    padding: 40px 0 60px;
}
.im-l-gym h2 {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.im-l-gym h2 img {
    width: 500px;
}
.im-l-gym-list1 td {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-weight: 900;
    font-size: 1.4rem;
    background-color: #626262;
    width: 30%;
}
.im-l-gym-list1 th {
    width: 30%;
}
.im-l-gym-list1 td:last-child {
    background-color: #e20807;
    width: 40%;
}
.im-l-gym-list2 th {
    width: 60px;
    vertical-align: middle;
    border-bottom: 1px dashed #000;
}
.im-l-gym-list2 th img{
    width: 60px;
    vertical-align: middle;
}
.im-l-gym-list2 td {
    vertical-align: top;
    font-weight: 900;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
}
.im-l-gym-list3 th {
    width: 130px;
    vertical-align: middle;
    border-bottom: 1px dashed #000;
}
.im-l-gym-list3 th img {
    width: 130px;
    vertical-align: middle;
}
.im-l-gym-list3 td {
    vertical-align: top;
    font-weight: 900;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
}
.im-l-gym-list4 th {
    width: 90px;
    vertical-align: middle;
    border-bottom: 1px dashed #000;
}
.im-l-gym-list4 th img {
    width: 90px;
    vertical-align: middle;
}
.im-l-gym-list4 td {
    vertical-align: top;
    font-weight: 900;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
}
 @media screen and (max-width: 767px) {
    .im-l-gym {
        padding: 20px 0 40px;
    }
    .im-l-gym h2 img {
        width: 95%;
    }
    .im-l-gym-list1 th {
        width: 18%;
    }
    .im-l-gym-list1 td {
        width: 40%;
    }
    .im-l-gym-list1 td:last-child {
        width: 42%;
    }
    .im-l-gym-list2 th img {
        width: 30px;
    }
    .im-l-gym-list3 th img {
        width: 70px;
    }
    .im-l-gym-list4 th img {
        width: 50px;
    }
    .im-l-gym-list1 td {
        padding: 10px 0;
        font-weight: 900;
        font-size: 1.2rem;
        font-size: .8rem;
    }
    .im-l-gym-list2 td,
    .im-l-gym-list3 td,
    .im-l-gym-list4 td {
        padding: 10px 0;
        font-size: .8rem;
    }
}


/* 実績画像 */
.im-l-cos {
    background-color: #313131;
    padding: 60px 0 40px;
}
.im-l-cos h2 {
    margin: 0;
    padding: 60px 0 20px;
    text-align: center;
    position: relative;
}
.im-l-cos h2 img {
    width: 500px;
}
.im-l-cos h2:before {
    content: '';
    background-image: url(../im-img/gest-title-back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 80px;
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.im-l-cos a {
    display: block;
    width: 600px;
    margin: 40px auto 0;
}

 @media screen and (max-width: 767px) {
    .im-l-cos h2 img {
        width: 98%;
    }
    .im-l-cos a {
        width: 100%;
        margin: 20px auto 0;
    }
}

/* SNS */
.im-l-insta-t {
    background-image: url(../im-img/sns-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.im-l-insta-t h2 {
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 100px;
    margin-bottom: -20px;
    z-index: 10;
    position: relative;
}
.im-l-insta-t h2 img {
    width: 500px;
}
.im-l-insta-b {
    background-image: url(../im-img/sns-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
    margin-top: -20px;
    z-index: 10;
    position: relative;
}
.im-l-insta-b p {
    margin: 0 auto;
    text-align: center;
}
.im-l-insta-b p img {
    width: 700px;
}

 @media screen and (max-width: 767px) {
    .im-l-insta-t h2 {
        padding: 30px 0 50px;
    }
    .im-l-insta-t h2 img {
        width: 95%;
    }
    .im-l-insta-b {
        padding: 60px 0 30px;
    }
    .im-l-insta-b p img {
        width: 95%;
    }
}

/* media */
.im-l-media {
    background-color: #5e5e5e;
    padding: 40px 0;
}
.im-l-media h2 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.im-l-media h2 img {
    width: 500px;
}
.im-l-media-slide ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.im-l-media-slide li {
    width: 25%;
}
.im-l-media-txt {
    padding: 10px;
}
.im-l-media-txt h3 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.im-l-media-txt p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: .9rem;
    line-height: 1.2;
}
 @media screen and (max-width: 767px) {
    .im-l-media h2 img {
        width: 95%;
    }
    .im-l-media-slide ul {
        flex-wrap: wrap;
    }
    .im-l-media-slide li {
        width: 50%;
    }
    .im-l-media-txt h3 {
        font-size: .9rem;
    }
    .im-l-media-txt p {
        font-size: .7rem;
        margin: 5px 0;
    }
}

/* メソッド */
.im-l-method {
    background-color: #eeeeee;
}
.im-l-method-t {
    background-color: #eb0505;
    padding: 40px 0;
}
.im-l-method-ttl {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.4rem;
    margin: 0;
}
.im-l-method-t h2 {
    text-align: center;
    margin: 10px 0;
}
.im-l-method-t h2 img {
    width: 700px;
    margin: 0 auto;
}
.im-l-method-txt {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: .8rem;
    width: 800px;
}
.im-l-method-inner {
    padding: 60px 0 40px 0;
}
.im-l-method-list {
    background-color: #fff;
    margin-bottom: 20px;
}
.im-l-method-list-ttl {
    display: flex;
}
.im-l-method-list-num {
    width: 10%;
    background-color: #e20808;
    position: relative;
}
.im-l-method-list-num p {
    color: #fff;
    font-weight: 900;
    font-size: 2.6rem;
    font-style: italic;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    line-height: 1;
}
.im-l-method-list-headline {
    width: 90%;
    background: repeating-linear-gradient(-38deg, #3b3b3b 0, #3b3b3b 6px, #4f4f4f 10px, #4f4f4f 10px);
    position: relative;
    height: 100px;
}
.im-l-method-list-headline p {
    margin: 0;
    padding: 0 40px;
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    box-sizing: border-box;
}
.im-l-method-list-txt {
    padding: 20px;
    display: flex;
}
.im-l-method-list-img {
    width: 20%;
}
.im-l-method-list-inner {
    width: 80%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.im-l-method-list-inner-btn {
    text-align: right;
    margin: 40px 0 20px;
}
.im-l-method-list-inner-btn img {
    width: 500px;
}
.im-l-method-list-trainer {
    padding: 20px;
    box-sizing: border-box;
}
.im-l-method-list-trainer-txt {
    padding: 0 0 20px 0;
}
.im-l-method-list-trainer-txt p {
    margin: 0 auto;
}
 @media screen and (max-width: 767px) {
    .im-l-method-ttl {
        font-size: 1rem;
    }
    .im-l-method-txt {
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .im-l-method-t h2 img {
        width: 90%;
        margin: 0 auto;
    }
    .im-l-method-list-num {
        width: 14%;
    }
    .im-l-method-list-num p {
        font-size: 2rem;
    }
    .im-l-method-list-headline {
        width: 86%;
        height: 80px;
    }
    .im-l-method-list-headline p {
        padding: 0 14px;
        font-size: 1rem;
        line-height: 1.4;
    }
    .im-l-method-list-img {
        width: 35%;
    }
    .im-l-method-list-txt {
        padding: 10px;
    }
    .im-l-method-list-inner {
        width: 65%;
        padding: 0 0 0 10px;
    }
    .im-l-method-list-inner-t p {
        font-size: .8rem;
    }
    .im-l-method-list-trainer {
        padding: 10px;
    }
    .im-l-method-list-trainer-txt p {
        font-size: .8rem;
    }
    .m-l-method-list-inner-btn {
        width: 80%;
        margin: 0 auto;
    }
}

/* トレーナー */
.re2_staff_img {
    height: 220px;
}
 @media screen and (max-width: 767px) {
    .re2_staff_img {
        height: 170px;
    }
}
/* 店舗情報 */
.re2_top_gym_inner li {
    box-sizing: border-box;
}
 @media screen and (max-width: 767px) {
    .re2_top_gym_inner .re2_top_shop_list a {
        box-sizing: border-box;
    }
}

/* 会社情報とか */
.LP-info-wrap .overlay-btn-box {
    width: 800px;
    margin: 0px auto 25px auto;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.overlay-btn-10,
.overlay-btn-11 {
    border: solid 1px #DDD;
    width: 250px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
}
/* 中身 */
.overlaybox-10,
.overlaybox-11 {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    overflow: scroll;
    top: 0;
    z-index: 10000000000;
    background: rgba(0,0,0,0.6);
}
.overlaybox10,
.overlaybox11 {
    width: 800px;
    margin: auto;
}
.overlay-text {
    width: 100%;
    margin: 6% auto;
    color: #eee;
    vertical-align: middle;
}
.overlay-text h2 {
    font-size: 1.5em;
    margin: 10px 0;
}
.overlay-text p {
    margin: 10px 0;
    line-height: 1.75;
    letter-spacing: 1px;
}
.overlay-text td  {
    padding: 10px;
}
 @media screen and (max-width: 767px) {
    .LP-info-wrap .overlay-btn-box {
        width: 95%;
        flex-flow: column;
        margin: 0 auto 40px;
    }
    .outlineInfo {
        width: 100%;
    }
    .overlay-btn-10,
    .overlay-btn-11 {
        width: 80%;
        margin: 5px auto;
        font-size: 10px;
    }
    .overlaybox10,
    .overlaybox11 {
        width: 95%;
    }
    .sp-br:before {
        content: "\A" ;
        white-space: pre ;
    }
}


/*************************
// LP追加
**************************/
.lp-add-mission {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.lp-add-mission-inner {
    text-align: center;
}
.lp-add-mission-inner img {
    max-width: 600px;
    margin: 20px 0;
}
.lp-add-mission-inner h2 {
    margin: -120px 0 -20px 0;
}
.lp-add-mission-inner h2 img {
    max-width: 550px;
}

.lp-add-style-inner {
    text-align: center;
    background: #2d2c3d;
    position: relative;
}
.lp-add-style-inner:before {
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: -2% -10% 0;
    background: #2d2c3d;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 0;
    content: "";
}
.lp-add-style-inner h2 {
    margin: 0;
}
.lp-add-style-inner h2 img {
    max-width: 550px;
    position: relative;
}

.lp-add-done {
    padding: 40px 0;
    background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06)), linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06) );
    background-size: 14px 14px;
    background-repeat: repeat;
    overflow: hidden;
    text-align: center;
}
.lp-add-done h2 {
    margin: 0;
    padding: 40px 0;
    color: #2c2c3d;
    line-height: 1.4;
}
.lp-add-done img {
    margin: 20px auto;
    max-width: 550px;
}

.lp-add-return {
    background-color: #2c2c3d;
    padding: 20px 0 60px;
}
.lp-add-return h2 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    padding-top: 40px;
    position: relative;
}
.lp-add-return h2:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e4d701;
    margin: 0 auto;
    border: 4px solid #9e9618;
}
.lp-add-return h2 span {
    color: #fff110;
}
.lp-add-return-list {
    max-width: 450px;
    margin: 40px auto 0;
}
.lp-add-return-list li {
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    font-size: 18px;
    position: relative;
    padding-left: 90px;
}
.lp-add-return-list li span {
    display: inline-block;
    background-color: #fff;
    color: #2c2c3d;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
 @media screen and (max-width: 767px) {
    .im-l-fv-inner {
        padding-top: 40px;
    }
    .lp-add-mission-inner img,
    .lp-add-mission-inner h2 img,
    .lp-add-style-inner h2 img,
    .lp-add-done img,
    .lp-add-return-list {
        max-width: 100%;
    }
    .lp-add-mission {
        margin-bottom: -40px;
    }
    .lp-add-mission-inner h2 {
        padding: 0 10px;
    }
    .lp-add-done h2 {
        padding: 20px 0 0;
    }
    .lp-add-done img {
        margin: 0 auto 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .lp-add-return h2 {
        font-size: 24px;
        padding: 40px 10px 10px;
    }
    .lp-add-return-list li {
        font-size: 16px;
        padding-left: 76px;
    }
    .lp-add-return-list li span {
        font-size: 12px;
    }
}



/* s
---------------------------------------------------------- */
.am-s {
    background: #2d2c3d;
    color: #fff;
    padding: 30px 0 60px;
}
.am-s-headline {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.am-s h2 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
}
.am-s h2 span.small {
    font-size: 22px;
}
.am-s-table {
    display: table;
    width: 620px;
    margin: 40px auto 0 auto;
    max-width: 100%;
}
.am-s-table .am-s-img {
    display: table-cell;
    vertical-align: bottom;
    width: 22%;
}
.am-s-table .am-s-text {
    display: table-cell;
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    vertical-align: bottom;
    padding-bottom: 20px;
}
.am-s-table .am-s-text img {
    width: 80%;
}
.am-s-table .am-s-text h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

 @media screen and (max-width: 767px) {
    .am-s {
        margin-top: -10px;
    }
    .am-s h2 {
        line-height: 38px;
    }
    .am-s-table {
        display: block;
        margin: 10px auto 0 auto;
    }
    .am-s-table .am-s-img {
        display: block;
        width: 30%;
        margin: 0 auto 10px;
    }
    .am-s-table .am-s-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .am-s-table .am-s-text img {
        margin: 0 auto;
        display: block;
    }
    .sp-br::before {
        content: "\A" ;
        white-space: pre ;
    }
}

.half-entry {
    margin: 20px 0;
    text-align: center;
}
.half-entry-inner {
    display: block;
    width: 500px;
    margin: 0 auto;
    border: 3px solid #2d2c3d;
    padding: 6px 10px;
    box-sizing: border-box;
}
.im-l-fv .half-entry-ttl {
    margin: 0 0 4px;
    color: #2d2c3d;
    font-weight: 600;
}
.im-l-fv .half-entry-inner strong {
    display: block;
    color: #fb4747;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}
.im-l-fv .half-entry-inner span {
    color: #2d2c3d;
    font-weight: 600;
    font-size: 12px;
    display: block;
}
 @media screen and (max-width: 767px) {
    .half-entry-inner {
        width: 95%;
    }
    .im-l-fv .half-entry-ttl {
        font-size: 14px;
    }
    .im-l-fv .half-entry-inner strong {
        font-size: 24px;
    }
}

/* フォーム */
.LP-form .form-area {
    position: relative;
}
@media screen and (max-width: 767px) {
    .LP-form .form-area .inner {
        padding-right: 0;
        padding-bottom: 40px;
    }
}
.LP-form .form-area .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-bottom: 0;
    }
  }

  .LP-form .form-area .box .half {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .half {
        width: 100%;
        margin-bottom: 10px;
    }
  }

  .LP-form .form-area .box .all {
    width: 100%;
  }

  .LP-form .form-area .box .ttl {
    font-weight: 900;
    color: #1E2F43;
    padding: 14px 10px 8px 16px;
    position: relative;
    width: 30%;
    text-align: center;
    text-indent: -20px;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .ttl {
        font-size: 12px;
        padding: 10px 20px 0 10px;
        width: 36%;
        text-indent: 0;
    }
  }

  .LP-form .form-area .box .ttl .req {
    display: inline-block;
    background-color: #FF363C;
    padding: 6px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    margin-left: 4px;
    position: absolute;
    right: 12px;
    text-indent: 0;
    border-radius: 4px;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .ttl .req {
        font-size: 10px;
        padding: 4px;
        right: 0;
        top: 10px;
    }
  }

  .LP-form .form-area .box .ttl .not-req {
    display: inline-block;
    background-color: #1E2F43;
    padding: 6px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    margin-left: 4px;
    position: absolute;
    right: 20px;
    text-indent: 0;
    border-radius: 4px;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .ttl .not-req {
        font-size: 10px;
        padding: 4px;
        right: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .ttl.not {
      color: #1E2F43;
    }
  }

  .LP-form .form-area .box .input-area {
    width: 70%;
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .input-area {
        padding: 0 10px;
        width: 64%;
    }
  }

  .LP-form .form-area .box .input-area.radio {
    padding-top: 14px;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .input-area.radio {
        padding-top: 10px;
      }
  }

  .LP-form .form-area .box .input-area input[type="text"],
  .LP-form .form-area .box .input-area input[type="tel"],
  .LP-form .form-area .box .input-area input[type="email"],
  .LP-form .form-area .box .input-area input[type="date"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    color: #1E2F43;
    border: 2px solid #ddd;
  }

  .LP-form .form-area .box .input-area input[type="text"]::-webkit-input-placeholder,
  .LP-form .form-area .box .input-area input[type="tel"]::-webkit-input-placeholder,
  .LP-form .form-area .box .input-area input[type="email"]::-webkit-input-placeholder,
  .LP-form .form-area .box .input-area input[type="date"]::-webkit-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area input[type="text"]:-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="tel"]:-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="email"]:-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="date"]:-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area input[type="text"]::-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="tel"]::-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="email"]::-ms-input-placeholder,
  .LP-form .form-area .box .input-area input[type="date"]::-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area input[type="text"]::placeholder,
  .LP-form .form-area .box .input-area input[type="tel"]::placeholder,
  .LP-form .form-area .box .input-area input[type="email"]::placeholder,
  .LP-form .form-area .box .input-area input[type="date"]::placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .input-area input[type="text"],
    .LP-form .form-area .box .input-area input[type="tel"],
    .LP-form .form-area .box .input-area input[type="email"],
    .LP-form .form-area .box .input-area input[type="date"] {
      height: 45px;
    }
  }

  .LP-form .form-area .box .input-area select {
    width: 70%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    color: #a9a9a9;
    border: 2px solid #ddd;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .input-area select {
        height: 45px;
        width: 100%;
    }
  }

  .LP-form .form-area .box .input-area textarea {
    width: 100%;
    height: 160px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 900;
    color: #1E2F43;
    border: 2px solid #ddd;
  }

  .LP-form .form-area .box .input-area textarea::-webkit-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area textarea:-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area textarea::-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area textarea::placeholder {
    color: #a9a9a9;
    font-weight: 900;
  }

  .LP-form .form-area .box .input-area select.req {
    border: 2px solid #ddd;
    font-weight: 900;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .input-area select.req {
      border: 2px solid #ddd;
    }
  }

.LP-form .form-area .box .input-area input.req[type="text"],
.LP-form .form-area .box .input-area input.req[type="tel"],
.LP-form .form-area .box .input-area input.req[type="email"],
.LP-form .form-area .box .input-area input.req[type="date"] {
    border: 2px solid #ddd;
    font-weight: 900;
    background-color: #FFE9E8;
}

  .LP-form .form-area .box .attention {
    width: 100%;
    margin-top: 10px;
    color: #1E2F43;
    font-weight: 900;
    font-size: 12px;
  }

  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .attention {
      padding: 0 10px;
    }
  }

  .LP-form .form-area .box .select-point.all {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    position: absolute;
    top: 18px;
    line-height: 1;
    right: 34%;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .LP-form .form-area .box .select-point.all {
        font-size: 10px;
        right: 10%;
    }
  }

  .LP-form .form-area .btn {
    text-align: center;
    margin-top: 40px;
  }

  .LP-form .form-area .btn input[type="submit"] {
    background-color: #FF363C;
    color: #fff;
    font-weight: 900;
    padding: 20px 60px;
    display: inline-block;
    border-radius: 6px;
    background-image: url(../img/contact-btn-icon1.png);
    background-size: 22px;
    background-position: 94% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }

  .LP-form .form-area .btn button {
    background-color: #FF363C;
    color: #fff;
    font-weight: 900;
    padding: 20px 60px;
    display: inline-block;
    border-radius: 6px;
    background-image: url(../img/contact-btn-icon1.png);
    background-size: 22px;
    background-position: 94% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }

  .LP-form .form-area .fix-btn-wrap {
    width: 180px;
    position: absolute;
    top: 0;
    right: -90px;
  }

  .LP-form .form-area .fix-btn-wrap .line {
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .LP-form .form-area .fix-btn-wrap .line a {
    display: block;
    background-color: #00B900;
    text-align: center;
    padding: 12px 10px;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    background-image: url(../img/line-icon-img.png), url(../img/icon1-img.png);
    background-size: 18px,10px;
    background-position: 14px 50%,90% 53%;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn {
    border-radius: 4px;
    overflow: hidden;
    background-color: #FF363C;
    text-align: center;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .count {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
    padding: 8px 10px;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .count .yellow {
    color: #FFF610;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .count strong {
    letter-spacing: 1px;
    margin-top: 2px;
    display: inline-block;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .count .remaining {
    display: inline-block;
    margin: 0 4px;
    color: #FFF610;
    font-size: 14px;
    -webkit-animation: flash 2s linear infinite;
            animation: flash 2s linear infinite;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .complete-btn {
    display: none;
  }

  .LP-form .form-area .fix-btn-wrap .action-btn .complete-btn button {
    display: block;
    padding: 20px 28px 20px 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    position: relative;
    background-image: url(../img/icon1-img.png);
    background-size: 10px;
    background-position: 90% 53%;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .LP-form .top-line {
      padding: 14px 10px;
      max-width: 500px;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .top-line .line {
      border-radius: 4px;
      margin-bottom: 10px;
      overflow: hidden;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .top-line .line a {
      display: block;
      background-color: #00B900;
      text-align: center;
      padding: 20px 10px;
      color: #fff;
      font-weight: 900;
      font-size: 16px;
      letter-spacing: 1px;
      background-image: url(../img/line-icon-img.png), url(../img/icon1-img.png);
      background-size: 32px,10px;
      background-position: 14px 50%,90% 53%;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #FF363C;
      z-index: 9999;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn .count {
      text-align: center;
      padding: 20px;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 1px;
      color: #fff;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn .count .yellow {
      color: #FFF610;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn .count .remaining {
      color: #FFF610;
      display: inline-block;
      margin: 0 2px;
      -webkit-animation: flash 2s linear infinite;
              animation: flash 2s linear infinite;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn .complete-btn {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    .LP-form .action-btn .complete-btn button {
      display: block;
      text-align: center;
      width: 100%;
      padding: 20px;
      color: #fff;
      font-weight: 900;
      background-image: url(../img/icon1-img.png);
      background-size: 10px;
      background-position: 90% 53%;
    }
  }

@-webkit-keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

/* 新コース */
.cource-lp-fv {
    padding: 40px 0;
    text-align: center;
}
.cource-lp-fv .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 40px;
    background-image: url(../im-img/cource-lp-fv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box;
}
.cource-lp-fv .inner:before {
    content: '';
    width: 300px;
    height: 400px;
    background-image: url(../im-img/img/cource-lp-man.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.cource-lp-fv .inner:after {
    content: '';
    width: 300px;
    height: 400px;
    background-image: url(../im-img/cource-lp-woman.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.cource-lp-fv-txt {
    margin-bottom: 10px;
}
.cource-lp-fv-txt img {
    width: 350px;
}
.cource-lp-fv-btn img {
    width: 350px;
}

.lp-add-mission-inner img {
    max-width: 550px;
}
.lp-add-style-inner h2 {
    margin: 0;
    padding: 60px 0
}
.lp-add-style-inner h2 img {
    max-width: 550px;
}
.am-s .img img {
    display: block;
    margin: 0 auto;
    width: 550px;
}
.course-lp-contact {
    padding: 40px 0;
    text-align: center;
    background-image: url(../im-img/course-lp-contact-back.png);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.course-lp-contact .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.course-lp-contact .inner:before {
    content: '';
    width: 300px;
    height: 400px;
    background-image: url(../im-img/cource-lp-man.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.course-lp-contact .inner:after {
    content: '';
    width: 300px;
    height: 400px;
    background-image: url(../im-img/cource-lp-woman.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.course-lp-contact .contact-txt {
    margin-bottom: 10px;
}
.course-lp-contact .contact-txt img {
    width: 350px;
}
.course-lp-contact .contact-btn img {
    width: 350px;
}
.course-lp-contact .contact-btn {
    width: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .cource-lp-fv {
        padding: 0;
    }
    .cource-lp-fv .inner {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 0;
        background-image: url(../im-img/course-lp-contact-back.png);
        background-position: bottom;
    }
    .cource-lp-fv-txt img {
        width: 100%;
    }
    .cource-lp-fv .inner:before,
    .cource-lp-fv .inner:after {
        content: none;
    }
    .cource-lp-fv-btn img {
        width: 96%;
    }
    .lp-add-mission-inner img {
        max-width: 100%;
    }
    .lp-add-style-inner h2 {
        padding: 40px 0;
    }
    .lp-add-style-inner h2 img {
        max-width: 96%;
    }
    .am-s .img img {
        width: 100%;
        max-width: 96%;
    }
    .course-lp-contact .inner {
        width: 100%;
    }
    .course-lp-contact .inner:before,
    .course-lp-contact .inner:after {
        content: none;
    }
    .course-lp-contact .contact-txt img {
        width: 96%;
    }
    .course-lp-contact .contact-btn {
        margin-bottom: -30px;
    }
    .course-lp-contact .contact-btn img {
        width: 96%;
    }
}
/* オンラインカウンセリング */
.cource-lp-counseling .inner {
    margin: 0 auto;
    width: 550px;
    padding: 40px 0;
}
.cource-lp-counseling .list {
    display: flex;
    justify-content: space-between;
}
.cource-lp-counseling .list li {
    width: 49%;
}
.cource-lp-counseling .txt {
    position: relative;
    border: 4px solid #2d2c3d;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
}
.cource-lp-counseling .txt:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -16px;
    border: 10px solid transparent;
    border-bottom: 16px solid #2d2c3d;
}
.cource-lp-counseling .txt .ttl {
    margin: 0;
    color: #2d2c3d;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
}
.cource-lp-counseling .txt .item {
    display: flex;
    align-items: flex-end;
    margin: 4px 0 10px;
}
.cource-lp-counseling .txt .item li {
    padding: 0 4px;
}
.cource-lp-counseling .txt .notice {
    margin: 0;
    text-align: center;
    font-weight: 900;
    line-height: 1.4;
    color: #fb4747;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .cource-lp-counseling .inner {
        width: 100%;
        padding: 40px 10px;
        box-sizing: border-box;
    }
    .cource-lp-counseling h2 {
        margin-top: 0;
    }
    .cource-lp-counseling .list {
        flex-flow: column;
    }
    .cource-lp-counseling .list li {
        width: 100%;
        margin: 4px 0;
    }
    .cource-lp-counseling .txt {
        padding: 10px;
    }
    .cource-lp-counseling .txt .ttl {
        font-size: 18px;
    }
    .cource-lp-counseling .txt .item {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cource-lp-counseling .txt .item li {
        width: 50%;
        box-sizing: border-box;
        margin: 2px 0;
    }
    .cource-lp-counseling .txt .notice {
        font-size: 16px;
    }
}

.asp-small {
    font-size: 40%!important;
    text-align: left!important;
    padding: 4px !important;
    margin: 10px auto !important;
    width: 800px;
}
@media screen and (max-width: 767px) {
    .asp-small {
        width: 95%;
    }
}
