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

page-preventive-dentistry.css　予防歯科css

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

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

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-preventive-dentistry .section {

}

/*============================================================
 虫歯・歯周病予防で重要なこと
*============================================================*/
#page-preventive-dentistry #sec-important ul.disc.grid.col2 {
    grid-template-rows: repeat(2, auto);
}

/*============================================================
 診療メニュー
*============================================================*/
/* PMTCの効果 */
#page-preventive-dentistry #sec-menu #block-pmtc h3 {
    text-align: center;
}
#page-preventive-dentistry #sec-menu #block-pmtc .combi-block .item {
    width: 400px;
}
#page-preventive-dentistry #sec-menu #block-pmtc p.info {
    text-align: center;
}

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

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-preventive-dentistry #sec-セクション名 {
    }
    /*============================================================
    診療メニュー
    *============================================================*/
    /* PMTCの効果 */
    #page-preventive-dentistry #sec-menu #block-pmtc p.info {
        text-align: left;
    }

}



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

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-preventive-dentistry #sec-セクション名 {
    }
    /*============================================================
    診療メニュー
    *============================================================*/
    /* PMTCの効果 */
    #page-preventive-dentistry #sec-menu #block-pmtc .combi-block .item {
        width: 228px;
    }

}
