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

page-ivf.css　体外受精についてcss

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

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

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

}

/*============================================================
 セクション 体外受精(IVF)のプロセス
*============================================================*/
/* リスト
---------------------------------------- */
#page-ivf #sec-ivf-process ul.disc.no-decimal li {
    list-style-type: disc !important;
    counter-reset: none !important;
}



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

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-ivf #sec-セクション名 {
    }

}



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

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-ivf #sec-セクション名 {
    }

}
