/* 産科医療サイドバーCSS */

#lower .sidebar_wrap{
    width: 300px;
    padding-left: 100px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#lower .sidebar_wrap .noto{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#lower .sidebar_wrap .zen{
    font-family: 'Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
}
@media(max-width:1194px){
    #lower .sidebar_wrap{
        display: none;
    }
    #lower .article_wrap{
        width: 100%;
    }
}




/* 動画 */
#lower .side_movie_area{
    background: url(../img/sidebar_movie.png);
background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    margin: 30px 0;

}


/* コラム */
#lower .side_column_area{
    background: url(../img/sidebar_couim.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
}
#lower .side_column_area::after{
    content: "";
    background: url(../img/arrow-right-orange.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 1em;
}


/* コロナ対策 */
#lower .side_covid_area{
    width: 100%;
    height: 70px;
    background-color: #f9d3c4;
    color: #9c7565;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
#lower .side_covid_area .box{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
#lower .side_covid_area .box::before{
    content: "";
    background: url(../img/icon-covid.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top:50%;
    left: -2em;
    transform: translateY(-50%);
}
#lower .side_covid_area .box::after{
    content: "";
    background: url(../img/arrow-right-orange.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top:50%;
    right: -2.5em;
    transform: translateY(-50%);
}


/* サイドバーCV */
#lower .cv-sidebar,
.cv-header{
    background: url(../img/sidebar_cv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    border-radius: 10px;
    padding: 15px 0;
}
#lower .cv-sidebar .cv-side-content,
.cv-header .cv-header-content{
    max-width: 260px;
    width: 95%;
    margin: 0 auto;
}
#lower .cv-sidebar .cv-side-info,
.cv-header .cv-header-info{
    font-size: 22px;
    color: #d87d86;
    text-align: center;
    font-family: 'Shippori Mincho Semibold','Noto Serif CJK JP','Noto Serif JP',serif;
	line-height: 1.4;
}
#lower .cv-sidebar .cv-side-text,
.cv-header .cv-sidebar-text{
    font-size: 14px;
    text-align: center;
    margin: 15px 0 20px;
    line-height: 1.3;
}
#lower .cv-sidebar .tel-side-box,
.cv-header .tel-header-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
}
#lower .cv-sidebar .tel,
.cv-header .tel{
    font-size: 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
}
#lower .cv-sidebar .tel::before,
.cv-header .tel::before{
    content: "";
    background: url(../img/tel-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.1em;
}
#lower .cv-sidebar .tel-side-note,
 .cv-header .tel-header-note{
    font-size: 12px;
    text-align: center;
}
#lower .cv-sidebar .tel-side-mail,
.cv-header .tel-header-mail{
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background-color: #fbac7c;
    border: 5px solid #fac9ac;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    box-sizing: border-box;
}
#lower .cv-sidebar .tel-side-mail::before,
.cv-header .tel-header-mail::before{
    content: "";
    background: url("../img/mail-icon.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    margin-right: 0.4em;
}
#lower .cv-sidebar .cv-side-note,
.cv-header .cv-header-note{
    font-size: 12px;
    text-align: justify;
    line-height: 1.4;
}
#lower .cv-sidebar .cv-side-note p + p,
.cv-header .cv-header-note p + p{
    margin-top: 10px;
}

/* リスト */
#lower .sidebar-list{
    font-size: 16px;
    width: 100%;
    border: 2px solid #d9dae7;
    margin-bottom: 30px;
    box-sizing:border-box;
}
#lower .sidebar-list li{
    border-bottom: 2px solid #d9dae7;
}
#lower .sidebar-list li:last-child,
#lower .sidebar-list li:nth-child(11){
    border-bottom: unset;
}
#lower .sidebar-list li a{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    line-height: 1.2;
    position: relative;
    box-sizing: border-box;
}
#lower .sidebar-list li a::before{
    content: "";
    background: url(../img/arrow-right-gray.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top:50%;
    left: 1em;
    transform: translateY(-50%);
}
#lower .sidebar-list.office-list{
    display: flex;
    flex-wrap: wrap;
}
#lower .sidebar-list.office-list li{
    width: 50%;
    position: relative;
}
#lower .sidebar-list.office-list li:nth-child(even)::after{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #d9dae7;
    position: absolute;
    top:0;
    left: 1px;
}


#lower .sidebar-list-title{
    background-color: #f8f4d8;
    color: #81724d;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lower .sidebar-list-title.title_no02{
    background-color: #d6e8f8;
    color: #6370a2;
}
#lower .sidebar-list-title.title_no03{
    background-color: #e9d8f0;
    color: #814d78;
}
#lower .sidebar-list-title img{
    filter: red;
}
#lower .sidebar-list-title .icon img{
    display: none;
}


#lower .sidebar-list-title .icon{
    margin-top: 0.1em;
    background: url(../img/icon-memo.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.2em;
}
#lower .sidebar-list-title.title_no02 .icon{
    background-image: url(../img/icon-hospital.svg);
}
#lower .sidebar-list-title.title_no03 .icon{
    background-image: url(../img/icon-building.svg);
}

#lower .sidebar-list-title .icon img{
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
}
#lower .sidebar-list-title .icon.hospital-icon{
    margin-top: -0.1em;
}
#lower .sidebar-list-title .icon.hospital-icon img{
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}
/*
#lower .sidebar-list-title .icon.building-icon{
    margin-top: -0.2em;
}
*/
#lower .sidebar-list-title .icon.building-icon img{
    width: 1em;
    height: 1em;
    margin-right: 0.1em;
}


