@charset "UTF-8";

.mod-contents{
  margin: 0 auto;
}

.mod-contents .ttl-h1{
  margin: 0 0 15px;
}
/* ==========================================================================
// area-notice
========================================================================== */
.area-notice{
  margin: 0 0 55px;
  padding: 40px 45px;
  border: 12px solid #fab5bc;
  border-radius: 15px;
}
.area-notice h2{
  margin: 0 0 12px;
  text-align: center;
  font-family: 'NotoSans',sans-serif;
  font-size: 34px;
  color: #f12b3e;
  letter-spacing: 0.05em;
}
.area-notice > p{
  margin: 0 0 25px;
  text-align: center;
}
.area-notice dl dt{
  margin: 0 0 5px;
  padding: 7px 15px;
  background: #eee;
  border-radius: 5px;
  font-family: 'NotoSans',sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.area-notice dl dt span{
  vertical-align: middle;
}
.area-notice dl dt:before{
  content: "";
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;  
}
.area-notice dl dt.ttl-01:before{
  width: 22px;
  height: 28px;
  background: url(../img/ico_notice_01.png) center center no-repeat;
}
.area-notice dl dt.ttl-02:before{
  width: 22px;
  height: 25px;
  background: url(../img/ico_notice_02.png) center center no-repeat;
}
.area-notice dl dd + dt{
  margin-top: 30px;
}
.area-notice dl dd p{
  line-height: 1.7;
}
.area-notice dl dd p.notes{
  margin: 0 0 20px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.area-notice dl dd em{
  font-size: 18px;
  font-weight: bold;
  color: #f12b3e;
  text-decoration: underline;
  font-style: normal;
}
.area-notice dl dd b{
  font-size: 18px;
}



/* ==========================================================================
// area-menu
========================================================================== */
.area-menu .ttl a{
  position: relative;
  display: block;
  padding: 18px 20px 18px 42px;

  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: 0.15s;
}
.area-menu .ttl a:hover{
  opacity: 0.7;
}
.area-menu .ttl a:before{
  content: "";
  position: absolute;
  left: 22px;
  display: block;
  width: 8px;
  height: 13px;
  background: url(../../assets/img/ico_arrow_03@2x.png) center center no-repeat;
  background-size: contain;
}

/* list */
.area-menu .list li + li{
  margin: 10px 0 0;
}
.area-menu .list li a{
  position: relative;
  display: block;
  padding: 16px 20px;
  border:1px solid #ccc;
  border-radius: 5px;
  color: #0663a9;
  transition: 0.15s;
}
.area-menu .list li a:hover{
  background: #d9f1f9;
}
.area-menu .list li a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/ico_arrow_02@2x.png) center center no-repeat;
  background-size: contain;
}
/* table
---------------------------------------------------------- */
#table{
  margin: 0 0 60px;
}
#table .ttl{
  margin: 0 0 15px;
}
#table .list-wrap{
  display: flex;
  justify-content: space-between;
}
#table .list-wrap .list {
  width: 48.82%;
}

/* general
---------------------------------------------------------- */
#general{
  width: 48.82%;
  float: left;
}
#general .ttl{
  margin: 0 0 10px;
  border-radius: 10px;
  background:#398493;
  
}

/* drug
---------------------------------------------------------- */
#drug{
  margin: 0 0 45px;
  width: 48.82%;
  float: right;
}
#drug .ttl{
  margin: 0 0 15px;
  border-radius: 10px;
  background:#6666BB;
}

/* nurse
---------------------------------------------------------- */
#nurse{
  width: 48.82%;
  float: left;
  
}
#nurse .ttl{
  margin: 0 0 10px;
  border-radius: 10px;
  background:#D994C3;
}

/* null
---------------------------------------------------------- */
#null{
  margin: 0 0 150px;
  width: 48.82%;
  float: right;
}
#null .ttl{
  margin: 0 0 15px;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/* ==========================================================================
// mod-link
========================================================================== */
#id-outpatient .mod-link{
  clear: both;
  margin: 0 0 150px;
}