@charset "UTF-8";
/* J-Fコーポレーション */

/* 共通スタイル */
body {
    color: #001f40;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
    counter-reset: number 0;
}

.logo-image {
    top: 20px;
    width: 210px;
}

.logo-image a img {
    width: 100%;
}

img.f_logo {
    width: 250px;
}

.global-nav > ul > li > a {
    padding: 0 20px;
    color: #001f40;
	font-size: 15px;
}

.global-nav .sub-menu a {
    background: #ffffff;
    color: #001f40;
}

.global-nav .sub-menu a:hover {
    background: #ffffff;
    color: #FFA500;
}

.global-nav .current-menu-item > a {
    color: #001f40;
}

.global-nav a:hover {
    color: #FFA500;
}

.pagetop a {
    background: #FFA500;
}

.footer-bar01, .copyright {
    background: #001f40;
}

.pagetop a:hover {
     background: #94bd3e;
}

.footer {
    background: #FF8000;
    margin-top: 100px;
    padding-top: 0;
}

.footer-gallery {
    display: none;
}

.footer-widget.widget_nav_menu {
    width: calc((100% - 0px) / 3);
    text-align: center;
    margin: 0;
}

.footer-content.inner {
    color: #FFA500;
    margin-bottom: 0px;
}

.footer-nav-wrapper {
    height: 250px;
}

.footer-nav {
    width: 880px;
}

.footer-widget .menu-item a {
    font-size: 14px;
    color: #fff;
}

.footer-content p.align1 {
    line-height: 1.6 !important;
    letter-spacing: 1px;
    font-size: 12px;
    COLOR: #001f40;
}

p.copyright {
    color: #ffffff;
}

.social-nav-item a:before {
    color: #ffffff;
}

.dp-footer-bar {
    background: rgba(104, 149, 97, 0.86);
    border-top: 1px solid #FFA500;
}

.dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #FFA500;
}

.dp-footer-bar a {
    color: #fff;
}

@media only screen and (max-width: 1200px){
.logo-image {
    top: 0;
}
	
.logo-image a img {
    width: 50%;
}

.global-nav-button:before {
    color: #FFA500;
}

.header-bar {
    border: none;
}

.global-nav a, .global-nav a:hover {
    background: #ffffff;
    color: #001f40 !important;
}
}

@media only screen and (max-width: 991px){
.footer-widget.widget_nav_menu {
    width: calc(50% - 5px);
    text-align: left;
}

img.f_logo {
    width: 30%;
}

.footer-nav-wrapper {
    height: auto;
    padding: 30px 0;
}

.footer-widget li {
    text-align: center;
}

.social-nav {
    margin: 20px 0 0;
}
}

@media only screen and (max-width: 767px){
.footer-nav-wrapper {
    padding: 0 0 40px;
    height: auto;
}
}

@media only screen and (max-width: 485px){
.logo-image a img {
    width: 60%;
}

.footer-content.inner {
    margin-bottom: 30px;
}
}

/* END 共通スタイル */

/* フロント */
.top-slider-content, .top-slider-content-inner {
    width: 400px !important;
    height: 400px !important;
    background: none;
    border-radius: 0;
    padding: 0 !important;
}

.top-slider-content-inner {
    background: none;
    box-sizing: border-box;
}

.headline-font-type {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

img.top-slider-logo {
    width: 100%;
    margin-bottom: 20px;
}

.top-slider-content-inner:after {
    color: #ffffff;
    font-weight: bold;
    bottom: 70px;
}

.top-slider-text {
    font-weight: bold;
    color: #ffffff !important;
    margin-bottom: 0px;
    font-size: 20px !important;
}

.top-slider-content-inner:hover {
	background: none;
}

.article03 a:hover .article03-title {
    color: #ff8000;
}

.article03-title {
    color: #001f40;
    font-weight: 700;
}

.article03 {
    background: #e5e5e5;
}

.column-layout03-title {
    font-weight: 700;
    color: #ff8000;
    margin-bottom: 5px;
    line-height: 1.6;
}

.column-layout03-text {
    color: #001f40;
}

.article03-meta {
    color: #001f40;
}

.content01-title {
    color: #ff8000;
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.headline-primary {
    color: #5c8556;
}

.headline-primary {
    color: #ff8000;
    font-weight: 700;
}

.content02-button {
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: 100;
}

.content02-button:hover {
    background: rgb(255, 255, 255);
    color: #FFA500;
    border: 1px dotted #fff;
    font-weight: bold;
}

.content02-title {
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.content02-title:after {
    height: 1px;
    width: 20px;
    display: block;
    content: '';
    background: #fff;
    margin: 20px auto 15px;
}

.content02 {
     background: #ff8000;
     background-size: cover;
}

.column-layout03 {
    background: #f9f9f9;
}

#content01 {
    padding: 0;
    overflow: hidden;
}

.button {
    margin-bottom: 120px;
}

.button a {
    background: #ffffff;
    border: 1px solid #FFA500;
    color: #FFA500;
}

.button a:hover {
background: #FFA500;
	color: #ffffff;
}

.footer-logo {
    margin-bottom: 30px;
    padding-top: 30px;
}

.article03-category-item:hover {
    color: #b6f7ad;
    text-decoration: none;
}

.footer-widget .menu-item a:hover {
    text-decoration: none;
    font-weight: bold;
}

@media only screen and (max-width: 1200px){
.global-nav-button {
    border-left: none;
}

.global-nav-button:before {
    color: #001f40;
}

.global-nav > ul > li > a {
    color: #001f40 !important;
    background: #fff;
}

.global-nav .menu-item-has-children > a span::before {
    color: #001f40;
}
}

@media only screen and (max-width: 991px){
.top-slider-text {
    font-size: 24px !important;
}

.content01-title {
    font-size: 24px !important;
    margin-bottom: 20px;
}

.content02-button {
    height: 40px;
    line-height: 40px;
}

.content02-item {
    margin-bottom: 30px !important;
}

.article03-content {
    padding: 20px 20px 20px;
}

.article03-title {
    height: auto;
}
}

@media only screen and (max-width: 767px){
.top-slider-content, .top-slider-content-inner {
    width: 200px !important;
    height: 200px !important;
}

.top-slider-text {
    font-size: 12px !important;
}
	
.content01-text {
    font-size: 12px !important;
    text-align: left;
}

.column-layout03-content {
    background: none;
}

.social-nav {
    padding: 0px 0 20px;
}
}

@media only screen and (max-width: 485px){
.content02-item:first-of-type {
    margin-top: 30px;
}

.content01-title {
    font-size: 14px !important;
    margin-bottom: 10px;
}

.footer-widget .menu-item a {
    font-size: 12px;
}
}
/* END フロント */




/* フロントオリジナル */
.header-youtube-overlay {
    background: rgba(0, 0, 0, 0.18);
}

.content01-text {
    font-size: 16px !important;
}

.campaign_price {
    background: url(https://kusagae-studio.net/wp-content/themes/story_tcd041/img/top_bg01.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #ffffff;
    min-height: 300px;
    border-top-right-radius: 2000px 300px;
    border-top-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
}

h2.title_campaign {
    text-align: center;
    font-size: 40px;
}

h2.title_campaign span {
    font-size: 0.6em;
    color: #ff8000;
    transform: rotate(-8deg);
    display: block;
    margin-bottom: 10px;
}

h2.title_campaign:after {
    content: 'CAMPAIGN';
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 15px 0 0;
    color: #ff8000;
}

/* .campaign_price .content_box.left {
    border-right: 1px solid #fff;
} */

.campaign_box {
    text-align: center;
}

.campaign_box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffa500;
}

p.price_normal {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
}

p.campaign_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
}

p.price_campaign {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

p.price_campaign span {
    margin-left: 10px;
    color: #ff8000;
}

.campaign_box p.main_text {
	display: block;
}

.instagram_sec h2 {
    text-align: center;
    font-size: 40px;
    color: #ff8000;
    margin-bottom: 40px;
}

.instagram_sec {
    padding: 70px 0;
    background: #f9f9f9;
}

a.insta_but {
    display: block;
    max-width: 300px;
    margin: 60px auto 0;
    text-align: center;
    border: 1px solid #ff8000;
    box-sizing: border-box;
    padding: 20px;
    color: #001f40;
}

a:hover.insta_but {
    color: #ff8000;
    background: #ffffff;
}

@media only screen and (max-width: 970px){
.content01-text {
    text-align: left;
}

.content_box.right .campaign_box {
    margin-top: 50px;
}

.campaign_price .content_box.left {
    border: none;
}
}

@media only screen and (max-width: 767px){
.content01-title {
    font-size: 20px !important;
}

.content01-text {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 485px){
h2.title_campaign {
    font-size: 30px;
    margin-bottom: 30px;
}

.campaign_box h3 {
    font-size: 14px;
}

p.price_normal {
    font-size: 30px;
}

p.price_campaign {
    font-size: 30px;
}

.content01-text {
    font-size: 12px !important;
}
}
/* ENDフロントオリジナル */




/* 固定ページ共通 */
.main {
    padding-bottom: 0;
    position: relative;
}

.signage-title-sub {
	line-height: 1;letter-spacing: 8px;
}

.breadcrumb-wrapper {
    background: none;
}

.primary-full {
    position: relative;
}

.signage {
    background: url(https://kusagae-studio.net/wp-content/themes/story_tcd041/img/main_content.jpg) center no-repeat !important;
    background-size: cover !important;
}

.breadcrumb {
    color: #ffffff;
}

.breadcrumb a {
    color: #fff !important;
}

.first_title {
    margin-top: 0px !important;
}

.main_title {
    text-align: center;
}

.content_box.left {
    padding-right: 40px;
}

.content_box.right {
    padding-left: 40px;
}

h2.main_title:after {
    margin-left: auto !important;
    margin-right: auto !important;
}

.post-header {
    display: none;
}

.full_content {
    position: relative;
    box-sizing: border-box;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.post-content {
    padding: 70px 0 0;
}

.signage-title.headline-font-type {
    color: #ffffff !important;
    font-size: 40px !important;
    letter-spacing: 3px;
}

.content_container {
    width: 1150px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.post-title {
    color: #FFA500;
    font-size: 34px;
}

.post-content h2 {
    padding: 0;
    margin: 90px 0 0 0;
    color: #ff8000;
    font-size: 27px;
    line-height: 1.6;
}

.post-content h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ff8000;
    margin: 20px 0 25px;
    border-radius: 2px;
}

.post-content h3 {
    padding: 0 0 10px;
    margin: 60px 0 20px;
    color: #ff8000;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid #333;
}

.post-content p {
    letter-spacing: 1px;
    font-size: 14px;
}

p.main_text {
    text-align: center;
}

.post-content td, .post-content th {
    border: 1px solid #ffbe7c;
    background: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 20px 25px;
    line-height: 1.6;
}

.post-content th {
    width: 25%;
    text-align: left;
    background: #fffaf2;
}

.post-content ul {
    list-style: none;
    margin-left: 0;
}

.post-content li, .post-content dt, .post-content dd {
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1150px){
.content_container {
    width: 94%;
}
	
.main > .inner {
    width: 90%;
    padding: 0;
}
}

@media only screen and (max-width: 970px){
.post-content h2 {
    font-size: 24px;
}

.content_box {
    width: 100%;
    padding: 0 !important;
}
}

@media only screen and (max-width: 767px){
.post-content {
    padding-top: 50px;
}
	
.post-content h2 {
    font-size: 20px;
}
	
.post-content p {
    font-size: 14px;
}
}

@media only screen and (max-width: 485px){
.post-content {
    padding: 30px 0 0;
}

.main {
    padding-bottom: 50px;
}

.signage-title.headline-font-type {
    font-size: 20px !important;
}
	
.full_content {
    width: 90%;
}

.content_container {
    width: 90%;
}
	
.post-content h2 {
    font-size: 18px;
    margin-top: 60px;
}

.post-content h2:after {
    margin: 15px 0;
}
	
.post-content p {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.post-content h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.post-content td, .post-content th {
    padding: 10px 15px;
    font-size: 12px;
}
	
.post-content li, .post-content dt, .post-content dd {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
}
	
.content_box {
    width: 100%;
    padding: 0 !important;
    margin-top: 0;
}

.content_box.left {margin-bottom: 20px;}
}

@media only screen and (max-width: 970px){
.inner {
    width: 90%;
}
	
.header-bar-inner.inner {
    width: 100%;
}
}
/* END 固定ページ共通 */

/* ブログページ詳細 */
.single .post-content {
    padding-top: 0;
}

.styled-post-list1-meta {
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}

a.styled-post-list1-title.headline-font-type {
    line-height: 1.6;
    color: #FFA500;
}

.single-post .post-header {
    display: block;
}

h1.post-title {
    font-size: 30px !important;
}

.headline-bar {
    background: #fafafa;
    color: #FFA500;
    font-weight: bold;
}

.nav-links01 {
    border-top: 1px solid #ffa500;
    border-bottom: 1px solid #ffa500;
}

.nav-links01-previous a:hover {
    color: #5c8556;
}

.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #ffe8c9;
}

.side_widget:first-child a {
    font-size: 14px;
    font-weight: normal;
    color: #FFA500;
}

.side_widget:first-child a:hover {
    color: #333;
}

@media only screen and (max-width: 485px){
h1.post-title {
    font-size: 18px !important;
}
}

/* END ブログページ詳細 */

/* コンタクトフォーム */
.wpcf7 {
    border: none;
    background: none;
}

.wpcf7 form {
    margin: 0;
}

table.contact_form th, table.contact_form td {
    font-size: 16px;
    padding: 30px 0;
}

table.contact_form th {
    padding-right: 15px;
    font-weight: bold;
}

.wpcf7 input, .wpcf7 textarea {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #cfcfcf;
    background: #fafafa;
}

span.any {
    background: #e8e8e8;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}

span.required {
    background: #e63e3e;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7 input.wpcf7-submit {
    width: 400px;
    line-height: 1em;
    height: 70px;
    font-weight: bold;
    font-size: 20px;
    background: #c95f5f;
    border-radius: 4px;
}

.wpcf7 input.wpcf7-submit:hover {
    background: #94bd3e;
}

@media only screen and (max-width: 991px){
table.contact_form th {
    width: 30%;
}
}

@media only screen and (max-width: 767px){
.wpcf7 input.wpcf7-submit {
    width: 80%;
}
}

@media only screen and (max-width: 485px){
table.contact_form th, table.contact_form td {
    display: block;
}

table.contact_form th {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
}

table.contact_form td {
    padding-top: 5px;
    padding-bottom: 25px;
}

.wpcf7 input.wpcf7-submit {
    width: 100%;
}
	
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 12px;
}
	
}

/* END コンタクトフォーム */





/* ========================================
ここから固定ページ
==========================================*/
/* plan */
td.trainer {
    width: 20%;
    text-align: center;
}

img.instructor_img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 6px;
}

td.week_day {
    width: 10%;
    text-align: center;
}

td.time {
    width: 15%;
    text-align: center;
}

td.old {
    width: 15%;
}

td.menu_text {
    width: 25%;
}

.option_box th {
    width: 60%;
}

@media only screen and (max-width: 767px){
table.training.group_menu td {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    border-top: none;
    box-sizing: border-box;
}

td.trainer {
    border-top: 1px solid #ffbe7c !important;
}
}

@media only screen and (max-width: 485px){
td.menu_text {
    text-align: left !important;
}
}
/* plan END */

/* profile */
.profile_box {
    position: relative;
}

.profile_text {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
	padding-left: 41%;/* 元：55% */
    top: 40px;
}

.profile_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;/* 元：60% */
}

p.name_text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

span.post_name {
    font-size: 0.7em;
    color: #ff8000;
    margin-right: 15px;
}

span.ruby {
    font-size: 0.7em;
    margin-left: 5px;
}

.history {
    z-index: 1;
    padding: 0 0 0 40px;
    position: relative;
    top: 3.5em;/* 元：-20px */
}

ul.profile_list li:before {
    content: '-';
    margin-right: 5px;
    color: #ff8000;
}

ul.profile_list li {
    color: #001f40;
    font-weight: bold;
}

@media only screen and (max-width: 970px){
.profile_text {
    padding: 0;
    top: 0;
}
.profile_img {
    position: relative;
    margin: 2em auto 0;/* 元：0 auto */
}
.history {
    padding: 0;
    top: -3em;/* 元：0 */
}
}

@media only screen and (max-width: 485px){
ul.profile_list li {
    margin-bottom: 15px;
}
}
/* profile END */

/* contact */
p.tel_text {
    margin: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

p.tel_text span {
    font-size: 0.6em;
    color: #ff8000;
    margin-right: 10px;
}

@media only screen and (max-width: 485px){
p.tel_text {
    font-size: 30px;
}
}
/* contact END */

/* faq */
.faq_box h2 {
    position: relative;
    padding-left: 20px;
}
.faq_box h2:after {
    display: none;
}
.faq_box h2:before {
    content: 'FAQ';
    position: absolute;
    z-index: -1;
    color: #ffe9c1;
    font-size: 70px;
    top: -20px;
    left: 0;
    line-height: 1;
}
.faq_box p {
    padding-left: 20px;
    margin-bottom: 0;
}

/* フィットネス会員 */
.fast-text{
    font-size: 1.2em !important;
    text-align: center;
}
.osusume-list{
    border: 1px solid #ffbe7c;
    background: #fffaf2;
    padding: 2em;
    max-width: 500px;
    margin: 0 auto !important;
}
.post-content .osusume-list h3 {
    margin: 0 0 1em;
    color: #ff8000;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    border-color: #ffbe7c;
}
.osusume-list li{
    display: block;
    font-size: 1.2em !important;
    padding-left: 1.2em;
    position: relative;
}
.osusume-list li::before{
    content: '\02714';
    color: #ff8000;
    display: inline-block;
    position: absolute;
    left: 0;
}
.rice{
    display: block;
    padding-left: 1.2em;
    position: relative;
}
.rice::before{
    content: '\02747';
    color: red;
    display: inline-block;
    position: absolute;
    left: 0;
}
.plan-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin:0 -15px;
}
.plan-item{
    width: calc(50% - 30px);
    box-sizing: border-box;
    margin: 15px;
    border: 1px solid #ffbe7c;
}
.post-content .plan-item h3 {
    padding: 0.5em;
    margin: 0;
    color: #fff;
    background: #ff8000;
    text-align: center;
    border:none;
}
.post-content .plan-item h3 span{
    font-size: 0.8em;
}
.plan-text{
    padding: 1em;
}
.post-content .plan-text p{
    margin: 0;
}
.post-content .plan-text p.plan-date{
    font-size: 1em !important;
    margin-bottom: 0.5em;
}
.post-content .disc-list{
    margin-left: 1.2em;
}
.post-content .disc-list li {
    list-style: disc;
}
@media only screen and (max-width: 767px){
    .fast-text,
    .osusume-list li{
        font-size: 1em !important;
    }
    .osusume-list{
        padding: 1em;
    }
    .plan-box{
        margin:0;
    }
    .plan-item{
        width: 100%;
        margin:15px 0;
    }
}

/* レンタルスタジオ */
.rental-studio h2:after {
	margin: 20px 0 0;
}
.tuiki {
	text-align: right;
	color: #aaa;
    font-size: 0.8em!important;
    margin: 0 0.5em 0.3em 0!important;
}

table.rentalplan {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.rentalplan th,table.rentalplan td {
  padding: 10px 0;
  text-align: center;
	border-right-style: none;
	border-left-style: none;
}
.rentalplan tr:nth-child(odd) {
  background: #fff;
}
.rentalplan tr:nth-child(even) {
  background: #FFFAF0;
}
.rentalplan .t1 {
	width: 40%;
	text-align: left;
	padding-left: 1.5em;
}
.rentalplan .t2 {
	width: 35%;
}
.rentalplan .t3 {
	width: 25%;
	text-align: right;
	padding-right: 1.5em;
}

.rentalsystem {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rentalsystem-inner2 {
	width: 45%;
	border: 1px solid #e5e5e5;
	padding: 1.8%;
	margin-bottom: 2.8%;
}
.rentalsystem-inner1 {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 1.8%;
}
.rentitle {
	background: #ff5500;
	border-radius: 2px;
	color: #fff;
	font-size: 1.25em!important;
	text-align: center;
	padding: 0.4em;
	margin: 0 0 0.5em 0!important;
}
@media only screen and (max-width: 600px) {
	.rentalsystem-inner2 {
	width: 100%;
	}
}
@media only screen and (max-width: 485px) {
	
}

/* スマホだけ改行、PCだけ改行 */
.sp-br {display: none;}
.pc-br {display: block;}
@media only screen and (max-width: 485px) {
.sp-br {display: block;}
.pc-br {display: none;}
}

@media only screen and (max-width: 800px) {
	.PhotoImg {
		margin: 2% 4%!important;
	}
}
/* フリーランス独立サポート */
h4.freelance03 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
}
h4.freelance03:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #ffbe7c;
}
h4.freelance03 span {
  font-size: 40px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
.recruiting th {
	text-align: center;
}
.recruiting .waku span {
	border: 1px solid #ccc;
	border-radius: 3px;
    padding: 0 0.4em;
    margin: 0.2em;
    line-height: 2;
    font-size: 88%;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
	h4.freelance03 {
		padding: 1.1rem 0 1.1rem 80px;
		font-size: 105%;
	}
	h4.freelance03:before {
		width: 168px;
	}
	h4.freelance03 span {
		left: -8px;
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 485px) {
	h4.freelance03.last {
		padding: 0.5rem 0 0.5rem 80px;
	}
}

/* トレーナー紹介 FooGallery */
.fg-default.fg-gutter-20{
	text-align: center;
}
.fg-default.fg-gutter-20 .fg-item{
	margin-right: 40px;
}
/* トップページ */
.top_banner:hover {
    opacity: 0.7;
    transition: 0.4s;
}
/* トップ ニュース記事一覧を表示 */
.front_topics.news_topics {
	margin: 5em auto;
}
@media only screen and (max-width: 767px) {
	.front_topics.news_topics {
	margin: 4em auto;
	}
}
@media only screen and (max-width: 485px) {
	.front_topics.news_topics {
	margin: 3em auto;
	}
}
/* トレーナー紹介 写真ギャラリー */
#foogallery-gallery-27 .fg-item {
	width: 15%!important;
	margin-right: 10px;
}
#foogallery-gallery-27 .fg-item-inner {
	border-width: 0.3rem;
}
@media only screen and (max-width: 767px) {
	#foogallery-gallery-27 .fg-item-inner {
	border-width: 0.2rem;
	}
	#foogallery-gallery-27.fg-default.fg-gutter-15 {
	padding-left: 8px;
	}
	#foogallery-gallery-27 .fg-item {
	width: 30%!important;
	max-width: 33%;
	margin-right: 8px;
	margin-bottom: 5px;
	}
}
/* 代表プロフィール 240219 （テキスト量減少につき、1092行目からのprofile部分にも一部変更あり） */
p.prof-brackets:before {
	content: "「";
	font-weight: bold;
    color: #ff8000;
	margin: 0 0.1em 0 -0.3em;
}
p.prof-brackets:after {
	content: "」";
	font-weight: bold;
    color: #ff8000;
}



/*20250619追加*/
span.dance-title {
    font-weight: 600;
    color: #ffa500;
}