@charset "UTF-8";

/*　共通設定--------------------------------　*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;}

img { border: 0; vertical-align:bottom }

body {
	width: 100%;
	background-color: #fff;
/*	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif; */
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	}

*{
	box-sizing: border-box;
}

hr{
	margin: 0 0 3em 0;
}
/*独自クラス*/
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
.tb-only{
	display: none;
}

.sp-ml0{
	margin-left: 0 !important;
}

/*マージン・パディング*/

#contents-main .mt4em {
	margin-top: 3em !important;
}

#contents-main .mb5em {
	margin-bottom: 2em;
}
#contents-main .mb10em {
	margin-bottom: 3em;
}
#contents-main .sp-mt0 {
    margin-top: 0px!important;
}

/*テキストサイズ*/
#contents-main .fs-big {
    font-size: 200% !important;
}
/*flex*/

.flex,.flex-jcc,.flex-jcsb,
.flex-jcsa{
	display: block;
}
.flex.remain{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flex-jcc.remain{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-jcsb.remain{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-jcsa.remain{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.flex-aic{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-drr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}




/*　スマホ用　ページビジュアル--------------------------------　*/

#pagevisual {
	margin-top: 50px;
	width: 100%;
	height: 120px;
}
#pagevisual h2 {
	font-size: 20px;
}

#title{
}
#title img{
	width: auto;
	max-width: 220px;
	margin-top: 4%;
	height: 20px;
}


/* #title-sp {
	display:inline;
	}
#title-sp img {
	width:100%;
	height:auto;
	}	 */


/*　ビジュアル--------------------------------　*/

#visual {
	max-width: inherit;
	margin:50px 0px 0px 0px ;
	width: 90%;
}
#visual::after {
	display: none;
}
#visual-wrap {
    margin-top: 50px;
}
.visual-text {
    position: absolute;
    left: inherit;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50%;
    z-index: 1;
}
.visual-text img{
	width: 90%;
}
#visual-wrap .visual-text h2 {
    font-size: 100%;
}
#visual-wrap .visual-text .kakomi {
    display: none;
}
#visual::after {
    width: 7.5%;
    background: url(../img/top_visual_cover.png) no-repeat top right;
    background-size: auto 100%;
}
#visual-wrap .kakomi.sp-only {
position: absolute;
    top: 105%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 5;
    color: #666666;
    font-size: 12px;
    padding: 4px 1em;
    border-radius: 40px;
    border: 1px solid #888;
    text-align: center;
	width: 90%;
}
.ontext {
    width: 52%;
}
#visual .bxslider li img.pc-only{
	display: none;
}
#visual .bxslider li img.sp-only{
	display: block;
}



/*　ヘッダー・スライドバー--------------------------------　*/

/* slimmenu.js内の .menu-collapseに上書き */
.menu-collapser {
	height:50px;
	background-color:#fff;
	text-align: center;
}
/* menu内のロゴ画像設定 */
.menu-collapser img#spHeadLogo {
	margin: 4px 0 0 -25px;
    max-width: 60%;
    max-height: 40px;
	/* width:auto; */
}


table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

#contents-main table th {
	padding: 0 5px;
}
#contents-main table td {
	padding: 8px 10px 8px 0;
}

#contents-main table td.w15{
	width: 23%;
}






/*　ヘッダー・ナビ表示--------------------------------　*/

/*　pc用ヘッダー・ナビ非表示　*/
#head {
display:none;
}
/* #navi-box {
display:none;
	}
 */
#navi-box {
	z-index: 100;
	height: 50px;
	width: 100%;
    margin-right: 0;
}
.active #navi-box {
    margin-right: 0;
}
#navi {
	height: 50px;
}
#navi ul {
	height: auto;
	display: block;
	position: relative;
	clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    background: #fff;
}
#navi ul:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

#navi li {
    float: none;
    list-style: none;
	background: rgba(255,255,255,1);
	padding: 0;
	/* border-top: 1px solid #ccc; */
}
#navi li a {
	margin: 0;
	padding: 15px 8px;
	border-bottom: none;
}

/* #navi ul.slimmenu li a:hover {
	background: inherit;
} */

#navi li a:hover {
	border: none;
}
#navi li a:before{
	display: none;
}
body.index li#navi-index a::before, body.about li#navi-about a::before,
body.lesson li#navi-lesson a::before, body.info li#navi-info a::before,
body.voice li#navi-voice a::before, body.contact li#navi-contact a::before,body.instructor li#navi-instructor a::before
 {
	display: none;
}

#navi li.upper {
    position: relative;
	padding-left: 0;
}
#navi li#navi-sns {
    right: inherit;
}
#navi li#navi-sns .sns a {
    font-size: 100%;
}
#navi li#navi-tumekatsu {
    right: inherit;
}
#navi li.n-btn a {
    margin: 10px auto;
    width: 70%;
	padding: 15px 8px;
}
.active #navi li.upper {
    position: relative;
    padding: 5px 0;
}
#navi li#navi-sns .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.active #navi li#navi-sns {
    display: block;
}
.active #navi li.upper {
    padding: 0;
}
.active #navi-box {
    width: 100%;
}
.active #navi li a,
.active #navi li.upper a {
    padding: 15px 8px;
}
.active #navi li a {
    font-size: 106.25%;
}
.active #navi li.upper a {
    font-size: 100%;
}


/*page*/
.nav-menu #navi-box {
    width: 100%;
    background: #fff;
    float: none;
}
.nav-menu {
    width: 100%;
}





/*　commonのスマホ用ナビ非表示を解除　*/
#navi-box-sp {
	display:none;
}

/*　スクロール時のナビ固定　jquery連動*/
#navi-box-sp {
	width:100%;
	height:50px;
	position:relative;
	z-index:2 ;
	}

/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: 0px;}



/*　背景　*/
.sb-slidebar {
	border-left:1px solid #999;/* 左側にborder */
	background:#fff !important; /* slideber.cssの設定を上書き */
	}

#navi-box-sp #navi-sp {
	text-decoration: none;
	width: 100%;
	height:50px;
	margin: 0 0 0px 0;
	clear:both;
	}

#navi-box-sp #navi-sp h1 {
	display:none;}

#navi-box-sp #navi-sp ul {
	width: 100%;
	height:auto;
	background:none;
	border-bottom: 1px solid #999;
	}

/* ナビ下のborder */

#navi-box-sp #navi-sp li {
	float:none;
	list-style: none;
	text-align: left;
	}

#navi-box-sp #navi-sp li a {
	text-decoration: none;
	padding: 8px 10px;
	height:auto;
	width:100%;
	display: block;
	font-weight: normal;
	border-top: solid 1px #999;/* li上のborder */
	color: #333 !important;/* 文字色 */
	background:#fff;/* リンク背景 */
}
#navi-box-sp #navi-sp li#tel a {
	background: #c7ebf7;
}

#navi-box-sp #navi-sp li a span{
	display:inline;
	font-size: 80%;
	font-size: 80%;
    color: #999;
}









/*　パンくずリスト--------------------------------　*/
#bread {
	width:100%;
	}
#bread p {
	width:96%;
}




/*　コンテンツ--------------------------------　*/

#contents {
	width:100%;
	}

/*　コンテンツ背景--------------------------------　*/

#contents-back {
}



/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	width:100%;
	padding: 10px 0 0;
	margin:0px auto 0px auto;
	float:none;
}

#contents-main h2 {
	width:auto;
	padding:1em 0px;
	margin: 0 0 0px;
	font-size:140%;
	letter-spacing: 0.05em;
	/* background-position:-7px 0 ; */
	}
#contents-main h2 span{
	display: inline-block;
}
#contents-main h2 a {
    display: inline-block;
}

#contents-main #title h2 {
	font-size: 150%;
}


#contents-main h3 {
	font-size: 125%;
	padding: 0 0 0.3em;
	font-weight:500;
	margin: 0 0 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

body.business #contents-main h3 {
	margin: -30px 0 20px;
	padding-top: 50px;
}

/* #contents-main h2 + h3 {
	padding-top: 0;
} */


/* h3アイコン画像 */
#contents-main h3 img {
	height: auto;
	width: 60%;
	max-width: 300px;
	margin-right: 10px;
	}

#contents-main h4 {
    margin: 0 0 5px;
	font-weight: 600;
    font-size: 100%;
}

#contents-main p ,
#contents-main ol ,
#contents-main ul {
	font-size:14px ;
	}

#contents-main p img {
	width:100%;
	height:auto;
	margin:0 0 1em 0;
	}

#contents-main iframe {
	width:100%;
	margin: 0 auto 1em;
	height: auto;
    min-height: 300px;
}

#contents-main h2 span.english {
	font-size: 12px;
	display: block;
}





/* テーブル */
/*　テーブル　スクロールバー表示　*/

#contents-main .sp-scroll {
	overflow-x: auto;/*tableをスクロールさせる*/
	padding: 0;
	margin-bottom: 0;
}
#contents-main .sp-scroll::-webkit-scrollbar {   /*tableにスクロールバーを追加*/
	height: 5px;
	}
#contents-main .sp-scroll::-webkit-scrollbar-track {   /*tableにスクロールバーを追加*/
	background: #F1F1F1;
	}
#contents-main .sp-scroll::-webkit-scrollbar-thumb {   /*tableにスクロールバーを追加*/
	background: #BCBCBC;
	}
#contents-main .sp-scroll table {
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
	width: 100%;
	margin: 0;
}





/*　サイドコンテンツ（非表示）--------------------------------　*/

#contents-main #contents-banner {
	width:96%;
	}
#contents-main #contents-banner p img {
	width:40%;
	margin:0 0.5em;
 }


/* フッター--------------------------------　*/

#footer {
	margin-top: 0;
	padding: 3em 4% 1em;
}
#footer p span {
	display: inline-block;
}
#footer #footer_inner address a{
	width: auto;
    height: auto;
    display: inline-block;
	position: relative;
	top: inherit;
}
#footer #footer_inner address p {
    display: inline-block;
    width: 90%;
    margin: 0 auto 0;
}
#footer #footer_inner p strong {
    font-size: 14px;
}

#footer .box {
	margin: 0 auto;
	width: 100% !important;
}
#footer .footer_ct{
  	display:block;
}
#footer .ct-text{
	display:block;
	width: 100%;
	margin-right: 0;
}
#footer address {
    margin-right: 0;
    text-align: center;
	font-size: 90%;
}
#footer .footer_ct{
	text-align: center;
}
#footer .footer_nav {
	width: 100%;
	margin-top: 1em;
}
#footer .footer_nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#footer .footer_nav ul li {
    margin-left: 0;
	margin-right: 3%;
    letter-spacing: 0;
}
#footer .footer_nav li a{
	font-size: 12px;
}
#footer #footer_inner p.copyright {
    font-size: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 1em;
}
#footer .sns dl {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .link-btn {
    width: 48%;
}
#footer #footer_inner .link-btn a {
    font-size: 100%;
    padding: 1em 10px;
}
#footer .link-btn a .fs-small {
    font-size: 12px;
}
#footer .sns dd {
    margin: 0 1em;
}

/* ページトップ（非表示） */
#footer p.pagetop {
	display: none;
}
#footer p.pagetop a {
	display: none;
}
/*googlemap*/
#footer .gmap iframe{
	width: 100%;
	max-width: inherit;
	max-height: 300px;
}


/* フッターナビ（非表示） */
#footer #footer-navi {
	display:none;
	}





/* コピーライト */
#footer #footer_inner p{
	font-size:12px;
}
#footer #footer_inner p.copyright small{
	font-size: 10px;
}



.footernavi > div a{
	font-size: 85%;
	padding: 10px 5px;
}
.footernavi > div a img {
    vertical-align: text-bottom;
    height: 14px;
}



/* ★各ページ共通--------------------------------　*/

.side-sns{
	display: none;
}

/*タイトル------------------------------------*/
#contents-main #title{
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0 auto;
	height: auto;
}

/* 背景色あり　共通ボックス */
#contents-main .con-main-bg {
	width:100%;
}

#contents-main .con-main-box2 {
	width: 90%;
	max-width: inherit;
	margin: 0 auto;
	padding: 0 0 40px;
}


/* コンテンツ枠 */
#contents-main .con-main-box {
	width:94%;
	margin: 0 auto;
	padding: 0 0 32px;
}
#contents-main .inner-box {
	width: 100%;
}


/* h2下テキスト */
#contents-main .common-under-h2 {
	width:96%;
	margin:0 auto 0.5em auto;
	font-size:100%;
	line-height:200%;
	}
#contents-main .common-under-h2 span.common-font18px {
	font-size:15px;
	}



#contents-main .btn a {
	width: 80px;
	height: 80px;
}

/* ★トップページのみ--------------------------------　*/

body.index #contents-main {
    padding-top: 0;
}
#contents-main .box_udm {
    margin: 3em auto;
}
#contents-main .box_um {
	margin-top: 3em;
}
#contents-main .box_dm {
    margin-bottom: 3em;
}

#contents-main .first {
    margin: 0 auto;
	padding: 50px 0 10px;
	background: url(../img/top_first_bg_sp.jpg) no-repeat top left;
	background-size: 90% auto;
}
#contents-main .first h2 {
	text-align: center;
	font-size: 120%;
	margin: 0 0 0;
	padding-top: 0;
	letter-spacing: 0.05em;
	margin-top: 1em;
}
#contents-main .bubble {
    padding: 10px 10px;
    border-radius: 30px;
    line-height: 1.6;
    width: 48%;
    font-size: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contents-main .row_03 .p-left {
    margin: 0;
}
#contents-main .row_03 .p-right {
    margin: 0;
}
#contents-main .first .ct-img {
	width: 25%;
	bottom: 0;
}
#contents-main .first section {
    padding-bottom: 80px;
}
.first .row_01 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*お悩み解決*/
body.index #contents-main .resolution .con-main-box {
    width: 100%;
}
#contents-main .resolution .circle {
    width: 100%;
	background: url(../img/top_resolution_bg_sp02.png) no-repeat top center;
    background-size: auto 100%;
	padding: 18% 5% 13%;
}
#contents-main .resolution .circle h2 {
    padding: 1em 0px 5px;
}
#contents-main .resolution .circle p {
    font-size: 100%;
	padding-bottom: 1em;
}
/*爪活*/
.tsumekatu::before {
    top: -6%;
    right: 0;
    background: url(../img/top_tsumekatu_bg_maru.jpg) no-repeat top right 85%;
    background-size: cover;
}
.tsumekatu .ct-text {
    width: 100%;
    padding-left: 20px;
}
.tsumekatu .ct-img {
    width: 80%;
    margin: 2em auto;
}
#contents-main .course section img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
#contents-main .tsumekatu h2 {
    padding-bottom: 0;
}
#contents-main .tsumekatu section {
	position: relative;
}
#contents-main .tsumekatu section .btn{
	position: absolute;
    bottom: 10px;
    right: 0;
}
#contents-main .pc-mb-6p {
	margin-bottom: 10%;
}

/*コース*/
#contents-main .course {
    margin: 2em 0 0;
}
#contents-main .course section {
    position: relative;
    width: 100%;
}
#contents-main .course section::after {
    position: absolute;
    top: 100%;
    left: 50%;
    /* bottom: 0; */
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
}
#contents-main .kakko {
    font-size: 18px;
}
#contents-main .fc-gr {
    font-size: 16px;
	padding: 10px 0 10px;
    margin: 0 0 2em;
}
#contents-main .link-btn {
	width: 100%;
}
#contents-main .link-btn a {
    font-size: 150%;
    padding: 1em 2em;
    width: 100%;
    margin-bottom: 1em;
}
#contents-main .tolink {
    margin: 50px auto 32px;
}

/*お客様の声*/
#contents-main .top-voice {
    padding: 30px 0 50px;
}
#contents-main .top-voice section {
    border-radius: 30px;
    margin-bottom: 30px;
}
#contents-main .top-voice .ct-img {
    width: 100%;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em;
}
#contents-main .top-voice .thumb {
    max-width: 120px;
    width: 30%;
    margin-right: 5%;
}
#contents-main .top-voice .thumb-text {
    font-size: 13px;
    margin-top: 0;
}
#contents-main .top-voice .ct-text {
    width: 100%;
}
.read_open_close_sp{
	border: 1px solid #AB9F8C;
	padding: 6px ;
	margin-bottom: 1em;
	text-align: center;
}
.tuiki_sp{
	display: none;
}
#contents-main .top-voice .ct-text h3 {
    font-size: 115%;
}

/*ブログ*/
#contents-main .news-contents {
    display: block;
	margin: 0 auto 0;
    padding: 0px 0 0;
}
#contents-main .news .ct-l {
    margin-right: 0;
}
#contents-main .news .ct-r {
    width: 100%;
}
#contents-main .news-contents .btn {
    text-align: center;
}



/*バナー*/

#contents-main .banner-ct .bn-ttl {
    font-size: 130%;
    white-space: nowrap;
}



/*お知らせ*/
#contents-main .news {
    margin: 0 auto;
    background: url(../img/top_blog_bg.jpg) no-repeat center top;
    background-size: cover;
}
body.index #contents-main .news .con-main-box {
    padding: 20px 0 20px;
}
#contents-main .news .topics {
    display: block;
    padding: 8px 0;
}

#contents-main .news .date:before {
    width: 18px;
}
#contents-main .news .topics .title {
    padding-left: 0;
}

/*ギャラリー*/
/* #contents-main .slick-dots {
    bottom: -20px;
}
#contents-main .slide-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: inherit;
    bottom: -50px;
}
#contents-main  .prev-arrow {
	left: 6%;
  }

#contents-main .next-arrow {
	right: 6%;
  }
#contents-main .slide-arrow__arrow {
    width: 20px;
    height: 20px;
} */
/*トップ　レッスン*/
#contents-main .cl2_pare {
    margin: 0 0;
	padding: 20px 0 30px;
}
#contents-main .column_2 {
    display: block;
    position: relative;
	padding-top: 56vw;
}
#contents-main .column_2 .ct-text p{
	font-size: 100%;
}


#contents-main .cl2_pare .ct-img {
    width: 89%;
    position: absolute;
    top: 3em;
}
#contents-main h2.ttl {
    margin: 0 auto 20px;
	padding: 0;
	font-size: 230%;
}
#contents-main .border:after {
    width: 20px;
    margin-top: 20px;
}
#contents-main .column_2 .ct-text {
    width: 100%;
    padding: 0;
}
#contents-main .column_2 .mb3em {
    margin-bottom: 1em !important;
}
/* #contents-main .top-access h3{
	text-align: center;
}

#contents-main .top-access_ct {
    display: block;
	position: relative;
}
#contents-main .top-access .con-main-box {
    margin: 0 auto 0;
    width: 100%;
}

#contents-main .top-access_ct .ct-img {
    width: 75%;
    position: absolute;
    top: 0;
    right: 5%;
}

#contents-main .top-access_ct .ct-text{
	padding: 0 4%;
	width: 100%;
} */

/*アクセス*/

.yokoline:before {
    width: 24px;
    margin-right: 12px;
}
#contents-main .pc-tal{
	text-align: center;
}




/* simple tickerの枠box */
body.index #top-ticker-box {
	width:96%;
	margin:1em auto;
	}

/* slickの画像の高さ */
/* .slick-box img {max-height:33%}
 */



/*blog*/
.thumbnail-box{
	max-width: inherit;
	height: auto;
}

/*  講座紹介---------------------------- */
#contents-main .li-ct .ct-text h3 {
    font-size: 110%;
}
#contents-main .li-ct .ct-img,
#contents-main .li-ct.reverse .ct-img {
    width: 100%;
    height: auto;
    margin: 0;
}

#contents-main .li-ct .ct-text {
    padding: 8% 7%;
    width: 90%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
	margin: -40px auto 0;
	background: rgba(255, 255, 255, 1);
}
#contents-main .li-ct.reverse .ct-text {
    position: relative;
    left: inherit;
    right: inherit;
}
#contents-main .li-ct {
    margin-bottom: 40px;
}

#contents-main .li-box .ct-img {
    width: 100%;
}
#contents-main .li-box .ct-text {
    width: 100%;
	padding: 4% 4%;
}
#contents-main .li-box section {
    margin-bottom: 2em;
}
#contents-main .li-box section .btn {
    position: absolute;
    top: -20%;
    right: 2%;
}
#contents-main .li-box section ul li {
    font-size: 85%;
}
#contents-main .li-box h3 {
	margin-bottom: 8px;
}
#contents-main .course-detail .ct-img {
    width: 90%;
    margin: 1em auto;
}
#contents-main .course-detail .ct-text {
    width: 90%;
    margin: 0 auto;
}
#contents-main .course-detail section {
    padding-bottom: 1em;
}
#contents-main .course-detail h4 {
	font-weight: bold;
    font-size: 110%;
	padding: 0 5%;
}
#contents-main .course-ct_img{
	float: none;
    text-align: center;
    width: 50%;
    margin: 0 auto 1em;
}

/*step*/
#contents-main .ribbon {
    height: 28px;
	margin-bottom: 10px;
}
#contents-main .ribbon:after {
    border-width: 14px 10px 14px 0px;
}
#contents-main .step h5 {
	font-size: 115%;
    line-height: 1.5;
}
#contents-main .step .ct-img {
    width: 80%;
    margin: 0 auto 1em;
    float: none;
}
#contents-main .step {
    margin-bottom: 12%;
	padding: 5% 6%;
}
#contents-main .step::before {
    top: 101%;
}
#contents-main .before-after li {
    width: 100%;
}

/*経営攻略コース*/
#contents-main .course02 .course section::after {
    position: absolute;
    top: 100%;
    left: 50%;
    /* bottom: 0; */
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
}
#contents-main .indicator {
    width: 90%;
    padding: 3.5%;
    margin: 0 auto 2em;
}
#contents-main .indicator:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px
}
#contents-main .indicator + p {
    width: 100%;
    margin-bottom: 2em;
}
#contents-main .course02 .fc-gr {
    margin: 8px auto 0 !important;
}
#contents-main .course02 .course section p {
    width: 80%;
    margin: 0 auto;
}


/* ★理念--------------------------------　*/

.ct-center{
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}
.profile .ct-img {
    margin: 2em auto;
    width: 100%;
    max-width: inherit;
}
.profile .ct-img img{
	width: 100%;
}

/* ★インストラクター-------------------------------　*/

#contents-main .class-box_item {
    width: 100%;
    padding: 5% 5%;
	margin: 0 auto 2em;
}
#contents-main .class-box_item p{
	line-height: 1.6;
}

/* ★受講生の声--------------------------------　*/

#contents-main .voice-box {
    padding: 30px 0 50px;
}
#contents-main .voice-box section {
    border-radius: 30px;
    margin-bottom: 30px;
}
#contents-main .voice-box .ct-img {
    width: 100%;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em;
}
#contents-main .voice-box .thumb {
    max-width: 120px;
    width: 30%;
    margin-right: 5%;
}
#contents-main .voice-box .thumb-text {
    font-size: 13px;
    margin-top: 0;
}
#contents-main .voice-box .ct-text {
    width: 100%;
}
#contents-main .voice-box .ct-text h3 {
    font-size: 115%;
}

/* ★アクセス-------------------------------　*/
#contents-main .ct-img2 img{
	width: 100%;
}








/* ★info--------------------------------　*/
#contents-main .info-box{
	padding-top: 1em;
}
#contents-main .info-box .topics .title {
    font-size: 100%;
}
#contents-main .info-box .topics-text{
	font-size: 12px;
}
.info.detail #contents-main .topics {
    padding: 0px 0 ;
}
.info #contents-main .inner-box {
    width: 100%;
}
.info .info-box .thumbnail-box a img{
	border-radius: 5px;
}




/*プライバシーポリシー*/

#contents-main .privacy > *{
	font-size: 12px;
}
#contents-main .privacy > h3{
	font-size: 14px;
}

/* ★ブログページ共通--------------------------------　*/


/* 一覧 */
.blog #contents-main .article{
    width: 48%;
    max-width: inherit;
    margin: 0 1% 2%;
}
#contents-main .topics {
    padding: 0;
}


.archive #contents-main .article {
    width: 30%;
    max-width: inherit;
    margin: 0 1.5% 4%;
}

body #contents-main .cate-list{
    display: block;
    margin: 0 0 1em;
}
body #contents-main .cate-list li{
	margin: 0 0 0;
}

body #contents-main .article-box .topics .title {
    margin-top: 5px;
	font-size: 10px;
}
/* body #contents-main	.post .thumbnail-box {
	width: 20%;
	margin: 0 2% 3em 0;
}

body #contents-main	.post .thumbnail-box img{
	width: 100%;
	height: auto;
}*/


body.detail #contents-main	.post .topics .title{
	font-size: 130%;
    padding-bottom: 5px;
    line-height: 1.4;
    margin: 0 0 20px;
}
body #contents-main .topics .title span {
    font-size: 70%;
}


body #contents-main	.post .box-text-date{
	overflow: auto;
}

/*記事*/
body.detail #contents-main .post {
    width: 100%;
}
body.archive #contents-main .mds h2 {
    font-size: 130%;
}
body #contents-main .post .post-title {
    margin: 0 0 20px;
	font-size: 140%;
}
body.detail #contents-main .post-detail {
    margin-bottom: 2em;
}
body.detail #contents-main #gallery-contents {
    margin-bottom: 64px;
}
body.detail #contents-main .other-img{
	margin: 4% -5px 0;
}
body.detail #contents-main .other-img .gl-box{
	width: 33.3%;
	padding: 5px;
}
body.archive #contents-main .mds h2 {
	display: block;
}
/* body.archive #contents-main .mds h2:before{
	top: 1.5em;
} */
body.archive #contents-main .cate {
	margin: 1em 0 1em 2.5em;
    font-size: 60%;
	white-space: nowrap;
}
body.archive #contents-main .cate:before {
    width: 1em;
	margin-left: 0;
}
body.archive #contents-main .cate-list .cate {
    margin-left: 2em;
}
body.archive #contents-main .mds .cover{
	display: inline-flex;
}



/* ★お問い合わせ-------------------------------- */
#contents-main .privacy{
	font-size: 10px;
}




/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form ,
body #contents-main table#inquiry_form tbody ,
body #contents-main table#inquiry_form tr ,
body #contents-main table#inquiry_form th ,
body #contents-main table#inquiry_form td {
	display: block;
	border:none;
	}
body #contents-main table#inquiry_form th {
	width:100%;
	margin-top: 0;
    padding-bottom: 0;
}
body #contents-main table#inquiry_form td {
	background: #fff;
	width: 100%;
	padding-top: 0;
}

/* 住所　nest table用 */
#contents-main table#inquiry_form .soyinquiry_address_form{
	width:100%;
}
#contents-main table#inquiry_form .soyinquiry_address_form td{
	width:90%;
}
#contents-main table#inquiry_form .soyinquiry_address_form td input{
	width:100%;
}
#contents-main table#inquiry_form .soyinquiry_address_form td input.soyinquiry_address_zip1{
	width:auto;
}


body #contents-main table#inquiry_form  input[name="test"]{
	color: #333;
	width: auto;
    background: #ccc;
	margin-top: 10px;
}


#contents-main table#inquiry_form table td {
	white-space:normal;/* pcのnowrapを解除 */
}



/* input クリックで入力エリアの拡大を防ぐ設定 */
body #contents-main table#inquiry_form  td input ,
body #contents-main table#inquiry_form  td textarea {
	font-size:16px;
	}

/* テキストボックスなどの長さ */
body #contents-main table#inquiry_form  td input.name{
	width:100%}
body #contents-main table#inquiry_form  td input.mail{
	width:100%}
body #contents-main table#inquiry_form  td input.tel{
	width:100%}
body #contents-main table#inquiry_form  td input.subject{
	width:100%
}
body #contents-main table#inquiry_form  td textarea {
	width:100%;}
body #contents-main table#inquiry_form  tr.text input,
body #contents-main table#inquiry_form  td input.text{
	width:100%;
}
#contents-main table#inquiry_form .title td{
	padding-top: 10px;
}



@media screen and (max-width:320px) {
	#footer #footer_inner address p {
		width: 90%;
	}

}

