/**********************************************************************
	Header
***********************************************************************/
.ttl_03 {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.6rem;
  }
}

/**********************************************************************
	Footer
***********************************************************************/
.Footer .Footer-col-1 {
  width: 15%;
}

.Footer .Footer-col-2 {
  width: 25%;
}

.Footer .Footer-col-3 {
  width: 20%;
}

.Footer .Footer-col-4 {
  width: 20%;
}

.Footer .Footer-col-5 {
  width: 19%;
}

.Footer .footer_link_cat {
  cursor: pointer;
}

.Footer .footer_link_ttl {
  font-size: 1.2rem;
  color: #0c489b;
}

@media only screen and (max-width: 1000px) {
  .Footer .Footer-col-1,
  .Footer .Footer-col-2,
  .Footer .Footer-col-3,
  .Footer .Footer-col-4,
  .Footer .Footer-col-5 {
    width: 50%;
  }
}

/**********************************************************************
	parts
***********************************************************************/
.nowrap {
  white-space: nowrap;
}

.Link_lists .m-btn {
  height: 142px;
}

@media only screen and (max-width: 767px) {
  .Link_lists .m-btn {
    height: 70px;
  }
}

.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.icon.icon_medicine {
  background: url(../images/icon_medicine.png) no-repeat;
  background-position: 50%;
  background-size: 65%;
}

.icon.icon_pdf {
  background: url(../images/icon_pdf.png) no-repeat;
  background-position: 50%;
}

.icon.icon_book {
  background: url(../images/icon_book.png) no-repeat;
  background-position: 50%;
}

.icon.icon_hierarchy {
  background: url(../images/icon_hierarchy.png) no-repeat;
  background-position: 50%;
}

.icon.icon_jp {
  background: url(../images/icon_jp.png) no-repeat;
  background-position: 50%;
}

.icon.icon_bg_primary {
  background-color: #0c489b;
}

.btn-about-generic{
  min-height: 100px;
}