@charset "utf-8";
/** ------------------------------------------------------------
 * $contentsBox
 */
.contentsBox__inner {
  width: 960px;
  margin: 0 auto;
}

.contentsBox__inner + .contentsBox__inner {
  margin-top: 15px;
}

/* 見出し */
.contentsBox__title {
  color: #174487;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  border-left: solid 8px #174487;
}

/* もっと見る */
.contentsBox__more {
  text-align: center;
  margin-top: 10px;
}

.contentsBox__more > a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 50px;
  background-color: #174487;
  height: 50px;
  padding: 0 72px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  position: relative;
}

.contentsBox__more > a:after {
  content: " ";
  width: 9px;
  height: 9px;
  margin: auto 0;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

.contentsBox__more > a:hover {
  text-decoration: none;
  background-color: #0caaca;
}

.contentsBox + .contentsBox {
  margin-top: 30px;
}

/* 広告バナー */
.contentsBox__banner {
  text-align: center;
}


/** ------------------------------------------------------------
 * $ログイン
 */
.loginArea {
  overflow: hidden;
  position: relative;
}

.loginArea__contents {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
     -moz-background-size: cover;
  width: 760px;
  height: 420px !important;
  padding: 20px;
  padding-bottom: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.memberD .loginArea__contents ,
.memberS .loginArea__contents ,
.memberM .loginArea__contents ,
.memberO .loginArea__contents {
  width: 960px;
}

.loginArea__contents--doctor {
  background-image: url(/images/newPc/login/doctor.jpg);
}

.loginArea__contents--student {
  background-image: url(/images/newPc/login/student.jpg);
}

.loginArea__contents--general {
  background-image: url(/images/newPc/login/general.jpg);
}

.loginArea__table {
  width: 720px;
  margin: 0 auto;
  display: table;
}

.memberD .loginArea__table,
.memberS .loginArea__table,
.memberM .loginArea__table,
.memberO .loginArea__table {
  width: 870px;
}

.loginArea__tableCell {
  vertical-align: top;
  display: table-cell;
}

.loginArea__tableCell + .loginArea__tableCell {
  padding-left: 20px;
}

/*.loginArea__tableCell--right {
  width: 320px;
}*/

/* ログインボタン */
.loginArea__login {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-indent: .2em;
  letter-spacing: .2em;
  line-height: 1.2;
  margin-top: 50px;
  padding-left: 100px;
  position: relative;
}

.loginArea__login:before {
  content: " ";
  background-image: url(/images/newPc/login/logo.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 82px;
  height: 83px;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.loginArea__loginBtn {
  text-indent: 0;
  margin-top: 2px;
}

.loginArea__loginBtn a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-indent: 1.5em;
  letter-spacing: .2em;
  line-height: 60px;
  background-color: #1e1e17;
  height: 60px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  position: relative;
}

.loginArea__loginBtn a:before {
  content: " ";
  background-image: url("/images/newPc/login/login.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 16px;
  left: 60px;
}

.loginArea__loginBtn a:hover {
  text-decoration: none;
  opacity: .75;
}


/* メリット */
.loginArea__text {
  background-color: rgba(255,255,255,.75);
  margin-top: 30px;
  padding: 20px;
}

.loginArea__text dt {
  color: #174487;
  font-size: 16px;
  font-weight: bold;
}

.loginArea__text dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}



/** ------------------------------------------------------------
 * $マイページメニュー
 */
.mypageMenu__list {
  padding: 10px 20px 20px 10px;
  background-color: rgba(255,255,255,.75);
}

.mypageMenu__list:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.mypageMenu__item {
  width: 50%;
  padding: 10px 0 0 10px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
}

.mypageMenu__item a {
  color: #fff;
  font-size: 14px;
  line-height: 47px;
  height: 47px;
  padding: 0 15px 0 60px;
  background-color: #1e1e17;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
  position: relative;
}

.mypageMenu__item a:before {
  content: " ";
  font-family: myPage;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.mypageMenu__item a:hover {
  text-decoration: none;
  opacity: .75;
}


/* アイコン */
.mypageMenu__item--01 a:before {
  content: "\e900";
}

.mypageMenu__item--02 a:before {
  content: "\e901";
}

.mypageMenu__item--03 a:before {
  content: "\e902";
}
.mypageMenu__item--04 a:before {
  content: "\e903";
}

.mypageMenu__item--05 a:before {
  content: "\e904";
}



/** ------------------------------------------------------------
 * $個別メニュー
 */
.loginMenu__list {
  background-color: rgba(255,255,255,.75);
  width: 320px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.loginMenu__item > a ,
.loginMenu__item > span {
  color: #fff;
  font-size: 16px;
  line-height: 62px;
  height: 62px;
  padding: 0 40px 0 72px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.loginMenu__item > a {
  background-color: #174487;
}

.loginMenu__item > a:hover {
  text-decoration: none;
  background-color: #0caaca;
}

.loginMenu__item > a:after {
  content: " ";
  width: 8px;
  height: 8px;
  margin: auto 0;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

.loginMenu__item > span {
  background-color: #ccc;
}

.loginMenu__subTitle {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  vertical-align: middle;
  background-color: #c7ae00;
  margin-left: -6px;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

a:hover .loginMenu__subTitle {
  color: #0fabcb;
  background-color: #fff;
}

.memberD .loginMenu__subTitle {
  background-color: #0fabcb;
}

.memberD a:hover .loginMenu__subTitle {
  color: #112256;
}

.loginMenu__item + .loginMenu__item {
  margin-top: 10px;
}

/* メニュー アイコン */
[class*="loginMenu__icon"] > a ,
[class*="loginMenu__icon"] > span {
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
  -webkit-background-size: 32px auto;
     -moz-background-size: 32px auto;
}

.loginMenu__icon01 > a ,
.loginMenu__icon01 > span {
  background-image: url("/images/newPc/login/loginmenu/icon01.png");
}

.loginMenu__icon02 > a ,
.loginMenu__icon02 > span {
  background-image: url("/images/newPc/login/loginmenu/icon02.png");
}

.loginMenu__icon03 > a ,
.loginMenu__icon03 > span {
  background-image: url("/images/newPc/login/loginmenu/icon03.png");
}

.loginMenu__icon04 > a ,
.loginMenu__icon04 > span {
  background-image: url("/images/newPc/login/loginmenu/icon04.png");
}

.loginMenu__icon05 > a ,
.loginMenu__icon05 > span {
  background-image: url("/images/newPc/login/loginmenu/icon05.png");
}

.loginMenu__icon06 > a ,
.loginMenu__icon06 > span {
  background-image: url("/images/newPc/login/loginmenu/icon06.png");
}

.loginMenu__icon07 > a ,
.loginMenu__icon07 > span {
  background-image: url("/images/newPc/login/loginmenu/icon07.png");
}

.loginMenu__icon08 > a ,
.loginMenu__icon08 > span {
  background-image: url("/images/newPc/login/loginmenu/icon08.png");
}

.loginMenu__icon09 > a ,
.loginMenu__icon09 > span {
  background-image: url("/images/newPc/login/loginmenu/icon09.png");
}

.loginMenu__icon10 > a ,
.loginMenu__icon10 > span {
  background-image: url("/images/newPc/login/loginmenu/icon10.png");
}

.loginMenu__icon11 > a ,
.loginMenu__icon11 > span {
  background-image: url("/images/newPc/login/loginmenu/icon11.png");
}

.loginMenu__icon12 > a ,
.loginMenu__icon12 > span {
  background-image: url("/images/newPc/login/loginmenu/icon12.png");
}

.loginMenu__icon13 > a ,
.loginMenu__icon13 > span {
  background-image: url("/images/newPc/login/loginmenu/icon13.png");
}

.loginMenu__icon14 > a ,
.loginMenu__icon14 > span {
  background-image: url("/images/newPc/login/loginmenu/icon14.png");
}

.loginMenu__icon15 > a ,
.loginMenu__icon15 > span {
  background-image: url("/images/newPc/login/loginmenu/icon15.png");
}

/** ------------------------------------------------------------
 * $What's new
 */
.newArrival {
  width: 960px;
  margin: 10px auto 30px;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.newArrival__title {
  padding: 1em 6px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
  background-color: #174487;
  width: 100px;
  display: table-cell;
}

.arrivalSlide {
  width: 296px;
  padding-right: 20px;
  display: table-cell !important;
}

.arrivalSlide .pickupList__item {
  margin: 0;
  position: relative;
}

.arrivalSlide .pickupList__item + .pickupList__item {
  margin-left: 0;
}

.arrivalSlide .pickupList__item:nth-of-type(4n+1) {
  clear: none;
}

.arrivalSlide img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.arrivalSlide .pickupList__title {
  color: #fff;
  background-color: rgba(0,0,0,.5);
  margin-top: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrivalSlide .slick-prev ,
.arrivalSlide .slick-next {
  top: 88px;
}

.arrivalSlide .slick-prev {
  left: 5px;
}

.arrivalSlide .slick-next {
  right: 5px;
}

.newArrival__body {
  padding: 0.7em 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  background-color: #f6f6f6;
}

.newArrival__body li + li {
  margin-top: 10px;
}

.newArrival__list {
  padding: 0 10px 0 20px;
  font-weight: bold;
}

.newArrival__item a {
  /*font-size: 12px;*/
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  overflow: hidden;
}

.newArrival__newIcon {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  background-color: #0caaca;
  width: 50px;
  margin-right: 6px;
  display: inline-block;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}



/** ------------------------------------------------------------
 * $一流
 */
.firstClass__item {
  margin: 0 10px;
  position: relative;
}

.firstClass__item img {
  width: 250px;
}

.firstClass__item a:hover img {
  opacity: 1;
  -webkit-opacity: 1;
     -moz-opacity: 1;
}

.firstClass__item a:after {
  background-color: rgba(30,30,23,.75);
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.firstClass__item a:hover:after {
  content: " ";
}

.firstClass__datail {
  display: none;

  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  max-height: 200px;
  margin: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 9999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

a:hover .firstClass__datail {
  display: block;
}

.firstClass__datail > span {
  color: #fff;
  font-weight: bold;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
}

.firstClass__datail > span + span {
  margin-top: 20px;
}

.firstClass__catch {
  font-size: 18px;
}

.firstClass__hospital {
  font-size: 16px;
}

.firstClass__name {
  font-size: 20px;
}

.firstClass__name span + span {
  margin-left: 1em;
}



/** ------------------------------------------------------------
 * $産業医
 */
.industryBox {
  border: solid 1px #174487;
}

.industryBox__title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #174487;
  padding: 4px 10px;
  padding-left: 120px;
  position: relative;
}

.industryBox__title__balloon {
  font-size: 12px;
  line-height: 20px;
  background-color: #c7ae00;
  /*background-color: #ff8d1d;*/
  height: 20px;
  margin: auto 0;
  padding: 0 5.5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}

.industryBox__title__balloon:after {
  content: " ";
  width: 0;
  height: 0;
  margin: auto 0;
  margin-right: -10px;
  border-style: solid;
  border-width: 3.5px 5px;
  border-color: transparent transparent transparent #c7ae00;
  /*border-color: transparent transparent transparent #ff8d1d;*/
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.industryBox__inner {
  padding: 15px;
  position: relative;
}

.industryBox__inner:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.industryBox__form {
  width: 834px;
  float: right;
}

.industryBox__form dt {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background-color: #eee;
  width: 130px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.industryBox__form dd {
  font-size: 14px;
  overflow: hidden;
}

/* formパーツ */
.industryBox__form input ,
.industryBox__form select ,
.industryBox__form button {
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;

  line-height: 40px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  outline: none;
  z-index: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.industryBox__form input ,
.industryBox__form select {
  border: solid 1px #ccc;
}

.industryBox__form input ,
.industryBox__form button {
  padding: 0 15px;
}

.industryBox__form select {
  background-color: transparent;
  padding: 0 25px 0 15px;
  cursor: pointer;
}

.industryBox__form select::-ms-expand {
  display: none;
}

.industryBox__selectArrow {
  display: inline-block;
  position: relative;
}

.industryBox__selectArrow:after {
  content: " ";
  width: 0;
  height: 0;
  margin: auto 0;
  display: block;
  border-style: solid;
  border-width: 5px 4px;
  border-color: #1e1e17 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: -1;
}

/* 雇用形態 */
.industryBox__status {
  margin-right: 15px;
  float: left;
}

.industryBox__status select {
  width: 120px;
}

/* 報酬 */
.industryBox__salary {
  overflow: hidden;
}

/* 報酬 select */
.industryBox__salary__select {
  margin-right: 5px;
  float: left;
}

.industryBox__salary__select select {
  width: 140px;
}

/* 報酬 input */
.industryBox__salary__input {
  overflow: hidden;
}

.industryBox__salary__input input {
  width: 90px;
  margin: 0 10px;
}

/* 場所 */
.industryBox__area {
  margin-top: 10px;
  clear: both;
}

.industryBox__area input {
  width: 540px;
}

/* 検索する */
.industryBox__form button {
  color: #fff;
  font-size: 14px;
  background-color: #c7ae00;
  /*background-color: #ff8d1d;*/
  padding: 0 32px 0 52px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.industryBox__form button:before {
  content: " ";
  background-image: url(/images/newPc/industry/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
}

.industryBox__form button:hover {
  cursor: pointer;
}

.industryBox__logo {
  text-align: center;
  width: 79px;
  margin-right: 15px;
  float: left;
}

.industryBox__logo img {
  width: 74px;
  display: inline;
}

.industryBox__logo p {
  font-size: 10px;
}



/** ------------------------------------------------------------
 * $ピックアップ
 */
.pickupTab {
  margin: 10px 0 -1px 0;
}

.pickupTab:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.pickupTab__item {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background-color: #ccc;
  width: 150px;
  height: 30px;
  float: left;
  border: solid 1px #ccc;
  border-bottom: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
  cursor: pointer;
}

.pickupTab__item + .pickupTab__item {
  margin-left: 10px;
}

.pickupTab__item--feature {
  text-indent: 1em;
  letter-spacing: 1em;
}

.pickupTab__item--select {
  color: #666;
  background-color: #fff;
}

.pickupTab__item a {
  color: #fff;
  text-decoration: none;
}

.pickupContent ,
.pickupContent--other {
  padding: 10px 9px;
  border: solid 1px #ccc;
}

.pickupContent--disnon {
  display: none;
}

/* スクロールタブ */
.pickupTab__item + #scrollTab,
.pickupTab__item + #scrollTab2 {
  width: 810px;
}

#scrollTab,
#scrollTab2 {
  padding: 0 30px;
  overflow: hidden;
  list-style-type: none;
  position: relative;
}

#scrollTab li,
#scrollTab2 li {
  float: left;
  position: relative;
}

#scrollTab li + li:before,
#scrollTab2 li + li:before {
  content: " ";
  width: 0;
  display: block;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
}

#scrollTab a,
#scrollTab2 a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 30px;
  white-space: nowrap;
  background-color: #ccc;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.scrollTab__arrow {
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  width: 30px;
  margin: auto 0;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.scrollTab__arrowLeft {
  left: 0;
}

.scrollTab__arrowRight {
  right: 0;
}

.scrollTab__arrow:before {
  content: " ";
  text-align: center;
  line-height: 30px;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 6px 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.scrollTab__arrowLeft:before {
  left: -8px;
  right: 0;
  border-color: transparent #174487 transparent transparent;
}

.scrollTab__arrowRight:before {
  left: 0;
  right: -8px;
  border-color: transparent transparent transparent #174487;
}

.scrollTab__arrow.slick-disabled {
  background-color: #ddd;
  opacity: .25;
}

/* 記事 */
.pickupList:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.pickupContent .pickupList,
.pickupContent--other .pickupList {
  margin-top: -10px;
  margin-right: -5px;
}

.pickupList__item {
  width: 220px;
  margin-top: 10px;
  float: left;
}

.pickupList__item + .pickupList__item {
  margin-left: 26.66666666666667px;
}

.pickupContent .pickupList__item + .pickupList__item,
.pickupContent--other .pickupList__item + .pickupList__item {
  margin-left: 20px;
}

.pickupList__item:nth-of-type(4n+1) {
  margin-left: 0 !important;
  clear: both;
}

.pickupList__item a:hocer {
  text-decoration: none;
}

.pickupList__icon {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  background-color: #174487;
  width: 120px;
  height: 20px;
  padding: 0 5px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.pickupList__item img {
  width: 100%;
}

.pickupList__title {
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 10px;
}



/** ------------------------------------------------------------
 * $時事通信
 */
.newsList__item {
  border-bottom: dashed 1px #ccc;
}

.newsList__item a {
  padding: 10px 0;
  display: block;
}

.newsList__item a > span {
  margin-right: 15px;
}

.newsList__item a:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.newsList__item a:hover {
  background-color: #f5f5f5;
}

/* 日時 */
.newsList__date {
  font-size: 12px;
  float: left;
}

/* アイコン */
.newsList__Icon {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-indent: 1em;
  letter-spacing: 1em;
  line-height: 16px;
  width: 80px;
  height: 16px;
  display: inline-block;
  float: left;
}

/* 医療アイコン */
.newsList__Icon--medical {
  background-color: #174487;
}

/* 臨床アイコン */
.newsList__Icon--clinical {
  background-color: #bc621e;
}

/* 一般アイコン */
.newsList__Icon--npu {
  background-color: #0caaca;
}

/* 見出し */
.newsList__title {
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}

a:hover .newsList__title {
  text-decoration: underline;
}

/* アイコン(動画用） */
.movieList .newsList__Icon {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-indent: 0;
  letter-spacing: normal;
  line-height: 16px;
  width: 100px;
  height: 16px;
  display: inline-block;
  float: left;
}

/** ------------------------------------------------------------
 * $メディカルプレス
 */
.medicalPress {
  margin-top: 10px;
}

.medicalPress__item dt {
  position: absolute;
  color: #8e8e8b;
}

.medicalPress__item dd {
  margin-bottom: 10px;
  padding: 0 0 10px 7.5em;
  border-bottom: 1px solid #ddd;
}

.medicalPress__item dd a {
  display: block;
}

.medicalPress__item dd a:hover {
  text-decoration :none;
}

.medicalPress__icon {
  padding: 1px 0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #0caaca;
  text-transform: uppercase;
  font-size: 10px;
}

.medicalPress__title {
  font-size: 14px;
}

.medicalPress__publisher {
  margin-top: 4px;
  font-size: 13px;
  /* font-weight: bold; */
  color: #888;
}

a:hover .medicalPress__title {
  text-decoration: underline;
}

.medicalPress__item img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
}



/** ------------------------------------------------------------
 * $バナー枠
 */
.bnrList {
  margin-bottom: -20px;
}

.bnrList:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.bnrList__item {
  margin-bottom: 20px;
  float: left;
}

.bnrList__item + .bnrList__item {
  margin-left: 40px;
}

.bnrList__item:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
