@charset "UTF-8";
/********************************************************************************

page-oral-myofunctional-therapy.css　口腔筋機能療法 （MFT）ページcss

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
#page-oral-myofunctional-therapy.page-lower #mainvisual.v2 {
	background-image: url(../images/oral-myofunctional-therapy/mainvisual-bg.jpg)
}

/*============================================================
 セクション共通
*============================================================*/
#page-oral-myofunctional-therapy .section ul.disc.grid.col2 {
	grid-template-rows: repeat(3, auto);
}
#page-oral-myofunctional-therapy .section ul.disc.grid.col2.row2 {
	grid-template-rows: repeat(2, auto);
}
#page-oral-myofunctional-therapy .section ul.disc.grid.col2.row4 {
	grid-template-rows: repeat(4, auto);
}


/*============================================================
 トラブル
*============================================================*/
#page-oral-myofunctional-therapy #sec-trouble .list-block.style-3 .item {
	text-align: center;
}
#page-oral-myofunctional-therapy #sec-trouble .inner > .text {
	color: var(--common-color-text);
	font-size: 20px;
}

/*============================================================
 費用
*============================================================*/
#page-oral-myofunctional-therapy #sec-cost .data-list .item .label {
	width: 200px;
}
#page-oral-myofunctional-therapy #sec-cost .data-list .item .data {
	width: calc(100% - 224px);
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-oral-myofunctional-therapy #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-oral-myofunctional-therapy #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-oral-myofunctional-therapy #mainvisual  {
    }

    /*============================================================
     費用
    *============================================================*/
    #page-oral-myofunctional-therapy #sec-cost .data-list .item .data {
		width: 100%
	}

}
