@charset "utf-8";
@import url("mrdl.css");
@import url("childArea.css");

#returnSite {
    margin-bottom: 10px;
}

#medicalSite {
    margin-bottom: 10px;
}

.banner {
    /*float: left;*/
    width: 100%;
    /*padding-right: 2.5%;*/
    /*position: relative;*/
}

.banner img {
    width: 100%;
}

.navi {
    /*float: left;*/
    /*padding-right: 2.5%;*/
    /*position: relative;*/
    width: 100%;
}

.navi img {
    width: 100%;
}

.drawer-nav {
    padding: 2.5%;
}

.drawer-nav .logoSp img {
    width: 30%;
    margin: auto;
}

.drawer-nav .bannerSp img {
    width: 100%;
    /*padding-right: 2%;*/
}

.drawer-nav .navi img {
    width: 100%;
}

.drawer-nav ul.site li {
    margin-bottom: 20px;
}

.drawer-nav ul li {
    /*cursor: pointer;*/
}

/*.drawer-nav li .menu{*/
/*display: none;*/
/*}*/

/*.drawer-nav li .menu li{*/
/*display: block;*/
/*clear:both;*/
/*background-color: #dcdddd;*/
/*margin-bottom: 2px;*/
/*font-size: 1.1em;*/
/*line-height: 20px;*/
/*padding-top: 10px;*/
/*padding-bottom: 10px;*/
/*text-indent:-1em;*/
/*padding-left:1em;*/
/*}*/

.drawer-menu li {
    width: 100%;
    margin-top: 5px;
}

.accordionButton {
    width: 100%;
    color: #000;
    border: none;
    text-align: left;
    white-space: normal
}

.accordionChildButton {
    width: 100%;
    background-color: #dcdddd;
    color: #000;
    border: 1px solid #ffffff;
    text-align: left;
    white-space: normal;
    padding: 0;
}

.accordionChildButton .linkItem {
    display: block;
    margin-bottom: 2px;
    font-size: 1.1em;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

.accordionChildButton .linkItem:before {
    font-family: FontAwesome;
    content: '\f0da'; /* アイコンのunicode */
    color: #ed6c00;
    font-size: 1.5em;
    padding: 10px 5px 5px 5px;
}

.accordionChildButton .linkSub:before {
    content: '\f138'; /* アイコンのunicode */
    color: #00aae7;
    font-size: 1.2em;
}

#adminNavi {
    margin-top: 10px;
}

#adminNavi .card-header button {
    width: 95%;
}

#btnAdmin {
    background-image: linear-gradient(to right, #ffcccc, white)
}

.historyItem {
    float: left;
    color: #00f
}

.similarItem {
    float: left;
    color: #f00
}

.linkItem {
    display: table-cell;
    padding-left: 0.5em
}

.divider {
    height: 20px;
    width: 18%;
    clear: both;
    background-color: #146dad;
    display: none;
}

.panel{
    /*    margin-top: -1px; */
    margin-bottom: 15px;
    padding: 0;
    border: hidden;
}

div.panels {
    border: 17px solid #146dad;
    display: none;
    box-sizing: border-box;
    position: relative;
}

div.panels h4 {
    text-align: center;
    color: #0e72b9;
    margin-top: 30px;
    font-size: 1.4em;
    margin-bottom: 3px;
}

div.panels h5 {
    text-align: center;
    color: #b5b5b6;
    border-bottom: solid 1px #0e72b9;
    width: 80%;
    margin: auto;
    padding-bottom: 15px;
    font-size: 1.3em;
    font-weight: normal;
}

div.panels .news {
    padding: 0;
}

div.panels div.entries {
    width: 80%;
    margin: auto;
    border: solid 1px #b5b5b6;
    margin-top: 30px;
    padding-bottom: 10px;
}

div.panels div.entries ul {
    list-style: none;
    padding-left: 0;
    width: 85%;
    margin: auto;
    margin-top: 15px;
    padding-bottom: 33px;
}

div.panels div.entries li {
    height: 50px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: auto;
    display: block;
    line-height: 50px;
    font-size: 1.0em;
    text-align: left;
}

div.panels div.entries li time {
    border: solid 1px #000;
    padding: 3px;
    margin-right: 15px;
    color: #000;
    font-size: 0.8em;
}

div.panels .look-all {
    width: 100%;
    text-align: right;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.0em;
    padding-left: 10px;
}

div.panels .ranking {
    padding-left: 0;
    padding-right: 60px;
}

div.panels .ranking h5 {
    width: 100%;
}

div.panels .ranking div.entries {
    width: 100%;
    zoom: 1;
    overflow: hidden;
    font-size: 1.1em;
}

div.panels .ranking div.entry {
    margin: 20px;
    border-bottom: solid 1px #000;
    padding-bottom: 17px;
    text-align: left;
}

div.panels .ranking div.entry div {
    padding: 3px;
}

div.panels .ranking div.entry img {
    width: 100%;
}

div.panels .ranking .look-all {
    width: 100%;
}

@media screen and (max-width: 992px) {
    div.panels {
        display: block;
    }

    div.panels div.entries li time {
        border: 0;
        display: block;
    }

    div.panels div.entries li {
        line-height: initial;
        height: auto;
        margin-top: 10px;
    }

    div.panels .ranking div.entries {
        width: 80%;
    }

    div.panels .ranking h5 {
        width: 80%;
    }

    div.panels .ranking .look-all {
        width: 80%;
    }

    div.panels .ranking {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* スマホ用 */
.cards-sp{
    width: 48%;
    /*margin-bottom: 1%;*/
    padding: 0;
    display: inline-block;
}

.cards-sp:nth-child(odd) {
    margin-left: 0;
    margin-right: 2.2%;
}

.cards-sp img {
    width: 100%;
}

.divider-sp {
    height: 20px;
    width: 48%;
    background-color: #146dad;
    display: none;
}

.panel-sp{
    margin-bottom: 15px;
    padding: 0;
    border: hidden;
}

div.panels-sp {
    border: 17px solid #146dad;
    display: none;
    box-sizing: border-box;
    position: relative;
}

/*
  Infomation
*/
.information {
    clear: both;
}

.information h2#newsHeader {
    background-image: url("../images/title-bg.jpg");
    height: 100px;
    line-height: 90px;
    color: #fff;
    font-size: 1.8em;
    padding-left: 3%;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.information h2#newsHeader cite {
    border-bottom: solid 1px #fff;
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 5px;
    opacity: 0.8;
    font-style: normal;
}

.information h2#newsHeader span {
    text-decoration: none;
    position: absolute;
    right: 3%;
    bottom: 3%;
    line-height: 1.8em;
    opacity: 0.5;
}

.information div.entries {
    width: 100%;
    margin: auto;
    border: solid 1px #b5b5b6;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.information div.entries ul {
    list-style: none;
    padding-left: 0;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    padding-bottom: 33px;
}

.information div.entries li {
    height: 50px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: auto;
    display: block;
    line-height: 60px;
    font-size: 1.0em;
}

.information div.entries li time {
    border: solid 1px #000;
    padding: 3px;
    margin-right: 15px;
    color: #000;
    font-size: 0.8em;
}

@media screen and (max-width: 540px) {
    .information div.entries li {
        height: auto;
    }
    .information div.entries li time {
        display: block;
        width: 70px;
        line-height: 1.5em;
    }
    .information div.entries li span {
        display: block;
        line-height: 1.5em;
        margin-top: 0.5em;
    }
}

.information .look-all {
    width: 100%;
    text-align: right;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.0em;
    padding-left: 10px;
}

.fa-blue {
    color: #0e72b9;
}

.fa-blue span {
    margin-left: 3px;
    color: #000;
}

.fa-orange {
    color: #ed6c00;
}

.fa-orange span {
    margin-left: 5px;
    color: #000;
    line-height: 20px;
}

.history {
    background-color: #efefef;
    margin-bottom: 60px;
    text-align: left;
}

.history h4 {
    text-align: center;
    color: #0e72b9;
    margin-top: 30px;
    font-size: 1.4em;
    margin-bottom: 3px;
}

.history h5 {
    text-align: center;
    color: #b5b5b6;
    border-bottom: solid 1px #0e72b9;
    width: 80%;
    margin: auto;
    padding-bottom: 15px;
    font-size: 1.3em;
    font-weight: normal;
}

.history .entry {
    width: 80%;
    margin: auto;
    background-color: #fff;
    margin-top: 20px;
    padding: 5px;
    border: solid 1px #b5b5b6;
}

.history .entry h6 {
    font-size: 1.2em;
}

.history .entry img {
    width: 100%;
}

.history ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.history ul li {
    margin-bottom: 20px;
    text-align: center;
}

.history ul li:last-child {
    margin-bottom: 0;
}

.history ul li img {
    width: 100%;
}

.history .look-all {
    width: 100%;
    text-align: right;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.0em;
    padding-left: 10px;
}

.history .area h5 {
    width: 100%;
}

.history .area {
    padding: 0;
}

.history .area ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.history .area ul li {
    margin-top: 10px;
    margin-bottom: 0;
}

.history .area img{
    background-color: white;
}

@media screen and (max-width: 960px) {

    .history .area {
        padding: 15px;
        zoom: 1;
        overflow: hidden;
    }

    .history .area h5 {
        width: 80%;
    }

    .history .area ul {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    .history .area li {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

    .history .area li:nth-child(2n) {
        margin-right: 0;
    }

    .history .area .look-all {
        clear: both;
        width: 80%;
    }

    .history ul li img {
        width: 80%;
    }
}

@media screen and (max-width: 540px) {
    .history ul li img {
        width: 100%;
    }
}

.history .blowsing {
    padding-right: 0;
}

.history .topic {
    padding-left: 0;
}

.notification h2 {
    background-image: url(../images/title-bg.jpg);
    height: 100px;
    line-height: 1.2em;
    color: #fff;
    font-size: 1.8em;
    padding-left: 3%;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.notification .entry-body {
    padding: 1em;
    text-align: left;
}

.notification .entry-body h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.5em;
}

.notification .entry-body h4:first-child {
    margin-top: 0em;
}

.notification .entry-body p {
    font-size: 16px;
    font-weight: normal;
}

.notification footer .copy {
    font-size: 0.8em;
}
