.medical{
  background: url(../images/whatsnew/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}
.medical .Breadcrumb a, .medical .Breadcrumb span{
  color: #fff;
}
.medical__header {
  margin: 0 auto;
  padding: 23px 16px 10px;
  max-width: 1150px;
}

.medical__header h1 {
  color: #fff;
  font-size: 6.13333vw;
  font-weight: 300;
  text-align: center;
}


@media print, screen and (min-width: 768px){
	.medical__header h1 {
  	font-size: 4.2em;
	}
}

@media print, screen and (max-width: 640px) {
  .medical__header h1 {
  font-size: 6.13333vw;;
   }
}

.medical__header h1 .icon {
  margin-right: 5px;
}

.medical__header_in {
  margin: 0 auto;
  padding: 3px 10px;
  max-width: 1150px;
  font-size: 3.46667vw;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

.medical__info {
  padding: 10px 16px;
}

.medical__info_in {
  margin: 0 auto;
  padding: 18px 16px;
  max-width: 1150px;
  background-color: #f7f7f7;
}

.medical__info h2 {
  margin: 0 13px 26px;
  padding-left: 10px;
  font-size: 4.53333vw;
  font-weight: 500;
  border-left: 5px solid #00519f;
}

.medical__info_search {
  margin: 0 0 32px;
  padding: 10px 18px;
  background-color: #fff;
}

.medical__info_search_header {
  margin: 0 0 16px;
  color: #3360ab;
  font-size: 4vw;
}

.medical__info_search_header a {
  display: inline-block;
  margin-left: 6px;
  padding: 8px 16px 8px 10px;
  color: #5aafff;
  font-size: 3.46667vw;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #5aafff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.medical__info_search_header a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #9ed0ff;
  border-bottom: 2px solid #9ed0ff;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.medical__info_search_header a:hover {
  color: #fff;
  background-color: #5aafff;
  text-decoration: none;
}

.medical__info_search_header a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.medical__info_search_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.medical__info_search_body li {
  -ms-flex: 0 0 13%;
  -webkit-box-flex: 0;
  flex: 0 0 13%;
  max-width: 13%;
  margin: 0 2.4% 10px 0;
}

.medical__info_search_body li:nth-of-type(6) {
  margin-right: 0;
}

.medical__info_search_body li:last-child {
  -ms-flex: 0 0 29.8%;
  -webkit-box-flex: 0;
  flex: 0 0 29.8%;
  max-width: 29.8%;
  margin-right: 0;
}

.medical__info_search_body li:last-child a {
  width: 100%;
  font-size: 2.93333vw;
}

.medical__info_search_body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9vw;
  height: 8vw;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  background-color: #5aafff;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.medical__info_search_body a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.medical__info_search_footer {
  padding: 0 0 0 20px;
}

.medical__info_search_footer input {
  padding-left: 9vw;
  width: 70%;
  height: 10vw;
  font-size: 3.46667vw;
  background-color: transparent;
  background-image: url(../images/common/icon_search_2.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: auto 50%;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}

.medical__info_search_footer button {
  width: 20%;
  height: 10vw;
  color: #0847b6;
  font-size: 3.46667vw;
  background: none;
  border: 1px solid #0847b6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.medical__info_search_footer button:hover {
  color: #fff;
  background-color: #0847b6;
}

.medical__info_btns {
  padding: 0 13px;
}

@media print, screen and (max-width: 640px) {
  .medical__info_btns li {
    margin: 0 auto 20px;
  }
}

.medical__info_btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 4.4vw;
  background-color: #5aafff;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.medical__info_btns a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.medical__info_btns a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.medical__info_btns .icon.lock {
  margin-left: 7px;
  width: 4vw;
  height: 6vw;
  background-image: url(../images/common/icon_lock.png);
}

.medical__info_btns .icon.pdf {
  margin-left: 7px;
  width: 5vw;
  height: 6vw;
  background-image: url(../images/common/icon_pdf.png);
}

.medical__whatsnew {
  padding: 0 16px 20px;
}

.medical__whatsnew_in {
  margin: 0 auto;
  padding: 24px 0px;
  max-width: 1150px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  border: 1px solid #bfbfbf;
}

.medical__whatsnew h2 {
  margin: 0 auto 22px;
  text-align: center;
}

.medical__whatsnew h2 .icon.newspaper {
  margin-right: 5px;
  width: 5vw;
  height: 5vw;
  background-image: url(../images/common/icon_newspaper.png);
}

.medical__whatsnew .whatsnew__wrapper {
  padding: 0 16px 10px;
}

.medical__whatsnew .whatsnew__switcher {
  padding: 20px 16px 0;
}

.medical__whatsnew .whatsnew__switcher ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medical__whatsnew .whatsnew__switcher ul li {
  -ms-flex: 0 0 46%;
  -webkit-box-flex: 0;
  flex: 0 0 46%;
  max-width: 46%;
  margin: 0 0 15px;
}

.medical__whatsnew .whatsnew__switcher ul li a {
  padding: 0 0 13px;
}

.medical__whatsnew .whatsnew__item .category .cate {
  display: inline-block;
  text-align: center;
}

.medical__whatsnew .whatsnew__item .category .c1 {
  padding: 2px 25px;
}

.medical__whatsnew .whatsnew__item .category .c2 {
  padding: 2px 4px;
}

.medical__whatsnew .whatsnew__item .category .cate2 {
  margin-left: 12px;
  padding: 0;
}

.medical__whatsnew .whatsnew__item:last-child {
  margin-bottom: 0;
}

.medical__whatsnew .whatsnew__list {
  margin: 0 auto 10px;
}

.medical__whatsnew .whatsnew__bottom.link_btn a {
  width: 94%;
}

.medical__safety {
  padding: 20px 16px;
}

.medical__safety_in {
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 1150px;
  border: 1px solid #bfbfbf;
}

.medical__safety .left {
  margin: 0 auto 34px;
}

.medical__safety h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #00519f;
  font-size: 4.8vw;
  text-align: center;
  border-bottom: 2px solid #00519f;
}

.medical__safety h3 .icon.exclamation {
  margin-right: 5px;
}

.medical__safety h3 .icon.paper {
  margin-right: 5px;
}

.medical__safety .link_btns li {
  border-bottom: 1px solid #bfbfbf;
}

.medical__safety .link_btns a {
  display: block;
  padding: 9px 30px 9px 10px;
  font-size: 3.73333vw;
  position: relative;
}

.medical__safety .link_btns a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #01529f;
  border-bottom: 1px solid #01529f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

.medical__safety .txt {
  margin-bottom: 12px;
  padding: 10px 0;
  font-size: 3.73333vw;
  text-align: center;
}

.medical__safety .link_btn a {
  width: 96%;
}

@media print, screen and (min-width: 768px) {
  .medical__header {
    padding: 24px 16px;
  }
  .medical__header_in {
    padding: 3px 63px;
    font-size: 2.2em;
  }
  .medical__info {
    padding: 0 16px;
  }
  .medical__info_in {
    padding: 44px 62px;
  }
  .medical__info h2 {
    margin: 0 0 52px;
    padding-left: 10px;
    font-size: 3em;
  }
  .medical__info_search {
    margin: 0 0 52px;
  }
  .medical__info_search_header {
    margin: 0 0 33px;
    font-size: 2.4em;
  }
  .medical__info_search_header a {
    margin-left: 22px;
    font-size: 0.9em;
    width: 160px;
    height: 50px;
    padding: 13px 43px 13px 26px;
  }
  .medical__info_search_header a::after {
    right: 20px;
    width: 13px;
    height: 13px;
  }
  .medical__info_search_body {
    margin: 0 0 10px;
  }
  .medical__info_search_body li:last-child a {
    width: 168px;
    font-size: 1.68em;
  }
  .medical__info_search_body a {
    width: 67px;
    height: 50px;
    font-size: 2.5em;
  }
  .medical__info_search_footer {
    padding: 0 47px;
    text-align: center;
  }
  .medical__info_search_footer input {
    padding-left: 60px;
    width: 420px;
    height: 48px;
    font-size: 1.6em;
  }
  .medical__info_search_footer button {
    width: 71px;
    height: 48px;
    font-size: 1.6em;
  }
  .medical__info_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .medical__info_btns li {
    -ms-flex: 0 0 49%;
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .medical__info_btns a {
    height: 75px;
    font-size: 2em;
  }
  .medical__info_btns a::after {
    right: 20px;
  }
  .medical__info_btns .icon.lock {
    width: 24px;
    height: 32px;
  }
  .medical__info_btns .icon.pdf {
    width: 27px;
    height: 33px;
  }
  .medical__whatsnew {
    padding: 63px 16px 30px;
  }
  .medical__whatsnew_in {
    padding: 50px 0px 58px;
  }
  .medical__whatsnew h2 {
    margin: 0 auto 35px;
  }
  .medical__whatsnew h2 .icon.newspaper {
    width: 42px;
    height: 38px;
  }
  .medical__whatsnew .whatsnew__switcher {
    margin-bottom: 10px;
  }
  .medical__whatsnew .whatsnew__switcher ul li a {
    padding: 0 0 22px;
  }
  .medical__whatsnew .whatsnew__item {
    padding-bottom: 18px;
  }
  .medical__whatsnew .whatsnew__item .category .cate {
    min-width: 150px;
  }
  .medical__whatsnew .whatsnew__item .category .c1 {
    padding: 4px 33px;
  }
  .medical__whatsnew .whatsnew__item .category .c2 {
    padding: 4px 5px;
  }
  .medical__safety {
    padding: 30px 16px 74px;
  }
  .medical__safety_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 62px;
  }
  .medical__safety .left {
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
    margin: 0;
  }
  .medical__safety .right {
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
    margin: 0;
  }
  .medical__safety h3 {
    margin-bottom: 4px;
    padding-bottom: 23px;
    font-size: 2.4em;
  }
  .medical__safety h3 .icon {
    height: 39px;
  }
  .medical__safety .link_btns {
    padding: 5px 0 0;
  }
  .medical__safety .link_btns a {
    padding: 16px 30px 16px 0;
    font-size: 2.2em;
    line-height: 1.36;
  }
  .medical__safety .link_btns a::after {
    right: 5px;
  }
  .medical__safety .txt {
    font-size: 2.2em;
  }
}

@media print, screen and (min-width: 992px) {
  .medical__header {
    padding: 14px 0;
  }
  .medical__info {
    padding: 0 16px;
  }
  .medical__info_search {
    padding: 10px 50px;
  }
  .medical__info_search_body {
    padding: 0;
  }
  .medical__info_search_body li {
    -ms-flex: 0 0 67px;
    -webkit-box-flex: 0;
    flex: 0 0 67px;
    max-width: 67px;
    margin: 0 8px 10px 0;
  }
  .medical__info_search_body li:nth-of-type(6) {
    margin-right: 9px;
  }
  .medical__info_search_body li:last-child {
    -ms-flex: 0 0 168px;
    -webkit-box-flex: 0;
    flex: 0 0 168px;
    max-width: 168px;
  }
  .medical__info_search_body li a {
    width: 67px;
  }
  .medical__info_search_footer input {
    padding: 9px 25px 9px 60px;
    width: 520px;
    font-size: 1.6em;
  }
  .medical__info_btns {
    padding: 0 45px;
  }
  .medical__whatsnew {
    padding: 20px 16px 30px;
  }
  .medical__whatsnew .whatsnew__switcher ul li {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .medical__safety {
    padding: 30px 0 74px;
  }
  .medical__safety h3 {
    font-size: 2.6em;
  }
}

@media print, screen and (min-width: 1150px) {
  .medical__header {
    padding: 44px 0 0;
  } 
  .medical__info {
    padding: 0;
  }
  .medical__whatsnew {
    padding: 20px 0 30px;
  }
  .medical__whatsnew__wrapper {
    padding: 0;
  }
  .medical__whatsnew__wrapper__switcher {
    padding: 20px 0 0;
  }
}

/*2019/09/30 追記*/
.whatsnew__item a + .icon {
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.25em;
  width: 15px;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_lead p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .whatsnew__item a + .icon {
    width: 20px;
  }
}

/*2019/12/26 追記*/
.archiveList {
  display: flex;
  margin: 0 auto 20px;
  padding: 0;
  align-items: center;
}

.archiveList .new {
  -ms-flex: 0 0 6em;
  flex: 0 0 6em;
  max-width: 6em;
  padding: 0 2px;
}

.archiveList .new a {
  display: block;
  padding: 2px 5px;
  width: 100%;
  color: #00519f;
  font-size: 3.73333vw;
  text-align: center;
  border-radius: 3px;
}

.archiveList .new.is-current a {
  color: #fff;
  background-color: #00519f;
}

.archiveList .old {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.archiveList .old li {
  margin: 0 -1px 2px 0;
  padding: 0 2px;
}

.archiveList .old li a {
  display: block;
  padding: 2px 5px;
  width: 100%;
  color: #00519f;
  font-size: 3.73333vw;
  text-align: center;
  border-radius: 3px;
}

.archiveList .old li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.archiveList .old li.is-current a {
  color: #fff;
  background-color: #00519f;
}

@media print, screen and (min-width: 768px) {

  .archiveList {
    margin: 0 auto 50px;
  }
  .archiveList .new {
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    max-width: 10em;
  }
  .archiveList .new a {
    font-size: 1.8em;
  }
  .archiveList .old li a {
    padding: 3px 15px;
    font-size: 1.8em;
  }

}
