@charset "utf-8";

/* ----------------------------------------------------------
  top.css
---------------------------------------------------------- */

/* hero-top
---------------------------------------------------------- */
.hero-top-wrap {
  overflow: hidden;
  position: relative;
}
  .hero-top {
    position: relative;
  }
    .hero-top .image {}
      .hero-top .image img {
        width: 100%;
      }
    .hero-top .box {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 1080px;
      margin: 0 auto;
    }
    .hero-top .title {
      position: absolute;
      top: 85px;
      left: -14px;
    }
    /*.hero-top .btn-cmn-orange {*/
    .hero-top .btn {
      position: absolute;
      bottom: 82px;
      left: 0;
      margin: 0;
    }
    .hero-top .btn *[class*="btn-"] {
      width: 400px;
    }
    .hero-top .btn-after-login {
      display: none;
    }
    .login .hero-top .btn-after-login {
      display: block;
    }
    .login .hero-top .btn-before-login {
      display: none;
    }
    .box-date-wrap {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 1080px;
      margin: 0 auto;
    }

    .hero-top-wrap .box-date {
      position: absolute;
      top: 21px;
      right: 0;
      width: 170px;
      padding: 14px 5px 7px;
      background-color: #fff;
      border: 2px #d20a0a solid;
      text-align: center;
      font-weight: bold;
        line-height: 1.3;
    }
      .hero-top-wrap .box-date .txt-date {
        font-size: 14px;
        color: #000;
      }
      .hero-top-wrap .box-date .txt-case {
        display: -ms-flex;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        color: #d20a0a;
      }
        .hero-top-wrap .box-date .txt-case span {
          font-size: 20px;
        }

@media screen and (max-width: 1500px) {
.hero-top-wrap {
  min-width: 1080px;
  margin: 0 auto;
}
  .hero-top {}
    .hero-top .image {
      position: relative;
      left: calc(50% - 750px);
    }
      .hero-top .image img {
        width: auto;
        height: 450px;
      }
}
@media screen and (max-width: 768px) {
.hero-top-wrap {
  min-width: inherit;
}
  .hero-top {}
    .hero-top .image {
      position: static;
    }
      .hero-top .image img {
        width: 100%;
        height: auto;
      }
    .hero-top .box {
      width: 100%;
    }
    .hero-top .title {
      top: 25px;
      left: 0;
    }
      .hero-top .title img { width: 100%;}
    /*.hero-top .btn-cmn-orange {*/
    .hero-top .btn {
      bottom: 20px;
      left: 0;
      right: 0;
    }
    .hero-top .btn *[class*="btn-"] {
      width: 93.75%;
      margin: 0 auto;
    }
    .box-date-wrap {
      position: static;
      width: 100%;
    }
    .hero-top-wrap .box-date {
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: static;
      width: 100%;
      padding: 12px 5px 9px;
      background-color: #fff;
      border: 2px #d20a0a solid;
      text-align: center;
      font-weight: bold;
      line-height: 1.3;
    }
      .hero-top-wrap .box-date .txt-date {
        font-size: 13px;
        margin-right: 8px;
        letter-spacing: 0.05em;
      }
      .hero-top-wrap .box-date .txt-case {
        font-size: 20px;
      }
        .hero-top-wrap .box-date .txt-case span {
          font-size: 14px;
        }
}

/* box-top-search
---------------------------------------------------------- */
.box-top-search-wrap {
  padding: 17px 0 30px;
  background-color: #272727;
  text-align: left;
}
  .box-top-search {
    width: 1080px;
    margin: 0 auto;
  }
    .box-top-search .title {
      margin-bottom: 8px;
      padding-left: 36px;
      background: url(../img/common/ico_search_01.png) left center no-repeat;
      background-size: 24px 23px;
      font-size: 22px;
      color: #fff;
      letter-spacing: -0.03em;
    }
    .box-top-search .list {
      display: -ms-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -10px;
    }
      .box-top-search .list .item {
        flex: 0 1 auto;
        width: 20%;
        margin: 0 10px;
      }
        .box-top-search .list .item .form-cmn-select {
          width: 100%;
          max-width: 100%;
          height: 50px;
          -webkit-appearance: menulist-button !important;
        }

    .box-top-search .btn-search {
      position: relative;
      display: -ms-flex;
      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;
      border-radius: 4px;
      border: none;
      background-image: -ms-linear-gradient(top, #E00D0D 0%, #c60707 100%);
      background-image: -moz-linear-gradient(top, #E00D0D 0%, #c60707 100%);
      background-image: -o-linear-gradient(top, #E00D0D 0%, #c60707 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E00D0D), color-stop(100, #c60707));
      background-image: -webkit-linear-gradient(top, #E00D0D 0%, #c60707 100%);
      background-image: linear-gradient(to bottom, #E00D0D 0%, #c60707 100%);
      font-size: 18px;
      color: #fff;
    }
      .box-top-search .btn-search:after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 12px);
        left: 17px;
        width: 24px;
        height: 23px;
        background: url(../img/common/ico_search_01.png) left center no-repeat;
        background-size: 24px 23px;
      }
      .box-top-search .btn-search span { display: block;}
      .box-top-search .btn-search:active span,
      .box-top-search .btn-search:focus span {
        position: relative;
        top: 0px;
        left: 0px;
      }
    .box-top-search .btn-search:hover {
      -ms-filter: 'alpha( opacity=70)';
      filter: alpha( opacity=70);
      opacity: 0.7;
    }

@media screen and (max-width: 768px) {
.box-top-search-wrap {
  padding: 14px 0 30px;
  background-color: #000;
}
  .box-top-search {
    width: 100%;
    padding: 0 10px;
  }
    .box-top-search .title {
      margin-bottom: 15px;
      padding: 1px 0 1px 36px;
      background-size: 27px 26px;
      font-size: 15px;
    }
    .box-top-search .list {
      display: block;
      margin: 0;
    }
      .box-top-search .list .item {
        width: 100%;
        margin: 0 0 10px;
      }
        .box-top-search .list .item:last-child { margin-bottom: 0;}

    .box-top-search .btn-search {
      display: block;
      border-radius: 2px;
      font-size: 20px;
      text-align: center;
    }
      .box-top-search .btn-search:after {
        top: calc(50% - 13px);
        left: 15px;
        width: 27px;
        height: 26px;
        background-size: 27px 26px;
      }
    .box-top-search .btn-search:hover {
      -ms-filter: 'alpha( opacity=100)';
      filter: alpha( opacity=100);
      opacity: 1;
    }
}

/* box-top-feature
---------------------------------------------------------- */
.box-top-feature {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
  .box-top-feature .box-title {}
    .box-top-feature .box-title .ttl-cmn-01 {
      margin: 60px 0 28px;
    }
    .box-top-feature .box-title .link {
      position: absolute;
      top: 24px;
      right: 18px;
      padding-left: 16px;
      background: url(../img/common/ico_arrow_right_02.png) left center no-repeat;
      background-size: 7px 12px;
    }
      .box-top-feature .box-title .link a {
        color: #fff;
      }
  .box-top-feature .ttl-cmn-03 {
    margin: 0 0 16px;
    padding-left: 19px;
  }
    .box-top-feature .ttl-cmn-03:after {
      left: 0;
    }

/* list-top-hospital */
.list-top-hospital {
  margin-bottom: 57px;
}
  .list-top-hospital.type-01 {
    margin-bottom: 40px;
  }
  .list-top-hospital .item {
    margin-bottom: 20px;
  }
    .list-top-hospital .item:last-child {  margin-bottom: 0px;}
    .list-top-hospital .item .link {
      position: relative;
      display: -ms-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px 20px 10px 10px;
      background-color: #fff;
      box-shadow: 0px 1px 5px 0px rgba(11, 2, 5, 0.3);
      color: #222;
      -webkit-transition: box-shadow 0.2s ease 0s;
      transition: box-shadow 0.2s ease 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
      .list-top-hospital .item .link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 16px;
        height: 16px;
        background: url(../img/common/ico_arrow_down_02.png) right bottom no-repeat;
        background-size: 16px;
      }
      .list-top-hospital .item .link:hover {
        box-shadow: 0px 1px 15px 0px rgba(11, 2, 5, 0.4);
        text-decoration: none;
      }
      .list-top-hospital .image {
        position: relative;
        overflow: hidden;
        flex: 0 1 auto;
        width: 270px;
        height: 180px;
      }
        .list-top-hospital .image img {
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%;
        }
      .list-top-hospital .box {
        width: 760px;
        padding: 12px 0;
      }
        .list-top-hospital .box .title {
          margin-bottom: 14px;
          padding-bottom: 4px;
          border-bottom: 2px #d20a0a solid;
          font-size: 22px;
        }
        .list-top-hospital .box .text { line-height: 1.7;}

@media screen and (max-width: 768px) {
.box-top-feature {
  width: 100%;
}
  .box-top-feature .box-title {
    overflow: hidden;
    margin-bottom: 18px;
  }
    .box-top-feature .box-title .ttl-cmn-01 {
      margin: 27px 0 14px;
    }
    .box-top-feature .box-title .link {
      float: right;
      position: static;
      margin-right: 10px;
      padding-left: 15px;
      background: url(../img/common/ico_arrow_right_01.png) left center no-repeat;
      background-size: 7px 12px;
    }
      .box-top-feature .box-title .link a {
        color: #417ad0;
      }
  .box-top-feature .ttl-cmn-03 {
    margin: 0 0 10px;
    padding-left: 10px;
  }

/* list-top-hospital */
.list-top-hospital {
  margin-bottom: 32px;
}
  .list-top-hospital.type-01 {
    margin-bottom: 31px;
  }
  .list-top-hospital .item {
    margin-bottom: 10px;
  }
    .list-top-hospital .item .link {
      display: block;
      padding: 15px 15px 42px;
      box-shadow: 0px 1px 3px 0px rgba(11, 2, 5, 0.3);
    }
      .list-top-hospital .item .link:after {
        bottom: 15px;
        right: 15px;
      }
      .list-top-hospital .item .link:hover {
        box-shadow: 0px 1px 5px 0px rgba(11, 2, 5, 0.3);
      }
      .list-top-hospital .image {
        width: 200px;
        height: 134px;
        margin: 0 auto 15px;
      }
        .list-top-hospital .image img {}
      .list-top-hospital .box {
        width: 100%;
        padding: 0;
      }
        .list-top-hospital .box .title {
          margin-bottom: 11px;
          padding-bottom: 11px;
          border-bottom: 1px #d20a0a solid;
          font-size: 20px;
          line-height: 1.2;
        }
        .list-top-hospital .box .text { line-height: 1.4;}
}

/* box-top-pickup
---------------------------------------------------------- */
.box-top-pickup-wrap {
  width: 1080px;
  margin: 0 auto 110px;
}
.box-top-pickup {
  margin-bottom: 60px;
  padding: 12px 20px 19px;
  background-image: -ms-linear-gradient(top, #F5F1EB 0%, #e9ded0 100%);
  background-image: -moz-linear-gradient(top, #F5F1EB 0%, #e9ded0 100%);
  background-image: -o-linear-gradient(top, #F5F1EB 0%, #e9ded0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F1EB), color-stop(100, #e9ded0));
  background-image: -webkit-linear-gradient(top, #F5F1EB 0%, #e9ded0 100%);
  background-image: linear-gradient(to bottom, #F5F1EB 0%, #e9ded0 100%);
  border: 1px rgb(204, 197, 189) solid;
  border-radius: 4px;
}
  .box-top-pickup .title {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .slider-pickup {
    position: relative;
    width: 975px;
    margin: 0 auto;
  }
    .slider-pickup .item {
      position: relative;
      width: 180px;
      margin: 0 8px 0 7px;
    }
      .slider-pickup .item .link {
        position: relative;
        display: block;
      }
        .slider-pickup .item .link:hover:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          border: 2px #d20a0a solid;
          z-index: 2;
        }
      .slider-pickup .item .icon {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d20a0a;
        font-size: 11px;
        color: #fff;
        padding: 2px 8px;
        text-align: center;
        font-style: normal;
      }
      .slider-pickup .item .image {}
        .slider-pickup .item .image img { width: 100%;}
      .slider-pickup .slick-arrow {
        position: absolute;
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        z-index: 2;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        outline: none;
      }
      .slider-pickup .slick-prev {
        background-image: url(../img/common/ico_arrow_prev_01.png);
        left: -37px;
      }
      .slider-pickup .slick-next {
        background-image: url(../img/common/ico_arrow_next_01.png);
        right: -38px;
      }
      .slider-pickup .slick-arrow:hover { opacity: 0.7;}
  .box-top-pickup-wrap .btn-cmn-blue { margin: 0 auto;}

@media screen and (max-width: 768px) {
.box-top-pickup-wrap {
  width: auto;
  margin: 0 10px 50px;
}
.box-top-pickup {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
}
  .box-top-pickup .title {
    margin-bottom: 13px;
    font-size: 13px;
  }
  .slider-pickup { width: 72%;}
    .slider-pickup .item {
      width: 50%;
      margin: 0;
    }
      .slider-pickup .item .link { margin: 0 5px;}
        .slider-pickup .item .link:hover:after { display: none;}
      .slider-pickup .item .icon {
        font-size: 7px;
        padding: 1px 3px;
        line-height: 1.3;
      }
      .slider-pickup .slick-prev {
        left: -41px;
      }
      .slider-pickup .slick-next {
        right: -39px;
      }
      .slider-pickup .slick-arrow:hover { opacity: 1;}
}


/* box-top-about-wrap
---------------------------------------------------------- */
.box-top-about-wrap {
  background-color: #efe7dd;
  min-width: 1080px;
  margin: 0 auto;
  padding: 41px 0 100px;
}
  .box-top-about {
    width: 1080px;
    margin: 0 auto 60px;
  }
    .box-top-about .ttl-cmn-01 {
      margin: 0 0 25px;
    }
    .box-top-about .box-about {
      overflow: hidden;
      position: relative;
      margin-top: 60px;
      padding-bottom: 40px;
    }
      .box-top-about .box-about .image {
        position: absolute;
        bottom: 0;
        box-shadow: 0px 0px 20px 0px rgba(11, 2, 5, 0.3);
      }

      .box-top-about .box-about.img-left .image { left: 0;}
      .box-top-about .box-about.img-right .image { right: 0;}
      .box-top-about .box-about .box {
        width: 540px;
        height: 280px;
        background-color: #fff;
        border-top: 3px #d20a0a solid;
      }
      .box-top-about .box-about.img-right .box {
        padding: 35px 125px 35px 30px;
      }
      .box-top-about .box-about.img-left .box {
        float: right;
        padding: 35px 30px 35px 125px;
      }
        .box-top-about .box-about .box .title {
          margin-bottom: 25px;
          font-size: 22px;
          line-height: 1.3;
          color: #d20a0a;
        }
        .box-top-about .box-about .box .text { line-height: 1.7;}

  .box-top-about-wrap .btn-cmn-blue { margin: 0 auto;}

@media screen and (max-width: 768px) {
.box-top-about-wrap {
  min-width: 100%;
  padding: 20px 0 50px;
}
  .box-top-about {
    width: 100%;
    margin-bottom: 30px;
  }
    .box-top-about .ttl-cmn-01 {
      margin: 0 0 18px;
    }
    .box-top-about .txt-cmn-01 {
      margin: 0 10px 19px;
    }
    .box-top-about .box-about {
      margin-top: 0;
      padding-bottom: 0;
    }
      .box-top-about .box-about .image {
        position: static;
      }
        .box-top-about .box-about .image img { width: 100%;}
      .box-top-about .box-about .box {
        width: 100%;
        height: auto;
        border-top: 2px #d20a0a solid;
      }
      .box-top-about .box-about.img-right .box {
        padding: 18px 9px;
      }
      .box-top-about .box-about.img-left .box {
        float: none;
        padding: 18px 9px;
      }
        .box-top-about .box-about .box .title {
          margin-bottom: 14px;
          font-size: 20px;
        }
        .box-top-about .box-about .box .text { line-height: 1.4;}
  .box-top-about-wrap .btn-cmn-blue {
    width: auto;
    margin: 0 10px;
  }
}

/* box-top-requisition
---------------------------------------------------------- */
.box-top-requisition {
  width: 1080px;
  margin: 0 auto;
}
.box-top-requisition + * {
  margin-top: 30px;
}
  .box-top-requisition .ttl-cmn-01 {
    margin: 0 0 27px;
  }
  .box-top-requisition .box-title {
    position: relative;
  }
    .box-top-requisition > .ttl-cmn-03 {
      margin: 0 0 9px;
      padding-left: 19px;
    }
      .box-top-requisition .ttl-cmn-03:after { left: 0;}
    .box-top-requisition .link-cmn {
      position: absolute;
      top: 15px;
      right: 0;
      margin: 0;
    }

/* list-top-requisition */
.list-top-requisition {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;/*追加*/
  margin-bottom: 20px;
  border: #ccc solid;
  border-width: 1px 0 1px 1px;
}
  .list-top-requisition .item {
    flex: 0 1 auto;
    width: 20%;
    border-right: 1px #ccc solid;
  }
.list-top-requisition .item:nth-child(n+6){
	border-top: 1px #ccc solid;
}
    .list-top-requisition .item .link {
      position: relative;
      display: block;
      height: 225px;
      padding-top: 31px;
      background-color: #fff;
    }
      .list-top-requisition .item .link:hover { text-decoration: none;}
      .list-top-requisition .item .link:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 16px;
        height: 16px;
        background: url(../img/common/ico_arrow_down_02.png) right bottom no-repeat;
        background-size: 16px;
        z-index: 4;
      }
      .list-top-requisition .item .link:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
      }
      .list-top-requisition .item .link:hover:after {
        background-color: rgb(255, 246, 246);
        box-shadow: 0px 0px 10px 0px rgba(11, 2, 5, 0.4);
      }

      .list-top-requisition .item .link .icon {
        position: relative;
        display: block;
		  margin: 0 auto 20px;
		  width: 130px;
        text-align: center;
        z-index: 3;
      }
        .list-top-requisition .item .link .icon img {}
      .list-top-requisition .item .link .text {
        position: relative;
        font-size: 22px;
        text-align: center;
        color: #222;
        z-index: 3;
      }

.list-top-requisition .item .link .text.text-two-lines {
	line-height: 1.2;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
.box-top-requisition {
  width: 100%;
  margin: 0 auto;
}
  .box-top-requisition .ttl-cmn-01 {
    margin: 0 0 17px;
  }
  .box-top-requisition .box-title {
    position: relative;
  }
    .box-top-requisition > .ttl-cmn-03 {
      margin-bottom: 16px;
      padding-left: 10px;
    }

/* list-top-requisition */
.list-top-requisition {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-width: 1px 0 0 1px;
}
  .list-top-requisition .item {
    width: 50%;
    border-bottom: 1px #ccc solid;
	  border-top: none; /*追加*/
  }

	.list-top-requisition .item:nth-child(n+6){
		border-top: none;
	}

    .list-top-requisition .item .link {
      height: 193px;
      padding-top: 20px;
    }
      .list-top-requisition .item .link:before {
		  bottom: 10px;
        right: 15px;
      }
      .list-top-requisition .item .link:after {
        display: none;
      }

      .list-top-requisition .item .link .icon {
		  margin-bottom: 20px;
      }
        .list-top-requisition .item .link .icon img {
          width: 102px;
          height: 87px;
        }
      .list-top-requisition .item .link .text {
        font-size: 15px;
      }
	.list-top-requisition .item .link .text.text-two-lines {
		font-size: 14px;
	}
}

/* box-top-search-word
---------------------------------------------------------- */
.box-top-search-word {
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 9px 4px 8px;
  background-color: #efe7dd;
  border-radius: 4px 4px 0 0;
}
.box-top-search-word + p {
  margin-top: 30px;
}
.box-optional + .box-top-search-word {
  margin-top: 0;
}
  .box-top-search-word .title {
    margin-right: 28px;
    padding: 4px 0 4px 37px;
    background: url(../img/common/ico_pencil_01.png) left center no-repeat;
    background-size: 30px 29px;
    letter-spacing: -0.07em;
  }
  .box-top-search-word .form-cmn-input {
    width: 860px;
    padding-left: 15px;
    margin: 0;
  }
    .box-top-search-word .form-cmn-input::-webkit-input-placeholder { color: #a6a6a6;}
    .box-top-search-word .form-cmn-input::-moz-placeholder { color: #a6a6a6;}
    .box-top-search-word .form-cmn-input:-ms-input-placeholder { color: #a6a6a6;}
    .box-top-search-word .form-cmn-input:-moz-placeholder { color: #a6a6a6;}

  .box-top-search-word .btn-cmn-blue {
    margin: 0;
    width: 200px;
  }
    .box-top-search-word .btn-cmn-blue:after {
      top: calc(50% - 12px);
      left: 18px;
      width: 24px;
      height: 23px;
      background: url(../img/common/ico_search_01.png) left center no-repeat;
      background-size: 24px 23px;
    }
    .box-top-search-word input.btn-cmn-blue {
      background: url(../img/common/ico_search_01.png), -ms-linear-gradient(top, #394F78 0%, #212c43 100%);
      background: url(../img/common/ico_search_01.png), -moz-linear-gradient(top, #394F78 0%, #212c43 100%);
      background: url(../img/common/ico_search_01.png), -o-linear-gradient(top, #394F78 0%, #212c43 100%);
      background: url(../img/common/ico_search_01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #394F78), color-stop(100, #212c43));
      background: url(../img/common/ico_search_01.png), -webkit-linear-gradient(top, #394F78 0%, #212c43 100%);
      background: url(../img/common/ico_search_01.png), linear-gradient(to bottom, #394F78 0%, #212c43 100%);
      background-position: 24px 50%, 0 0;
      background-repeat: no-repeat, no-repeat;
      background-size: 24px 23px, 100% 100%;
    }


@media screen and (max-width: 768px) {
.box-top-search-word {
  display: block;
  width: auto;
  margin-right: -10px;
  margin-left: -10px;
  padding: 9px 10px 5px 10px;
  border-radius: 2px 2px 0 0;
}
  .box-top-search-word .title {
    margin: 0 0 8px;
    padding: 4px 0 4px 28px;
    background-size: 26px 25px;
  }
  .box-top-search-word .form-cmn-input {
    width: 100%;
    margin: 0;
    padding-left: 8px;
  }

  .box-top-search-word .btn-cmn-blue {
    margin: 0;
    width: 100%;
  }
    .box-top-search-word .btn-cmn-blue:after {
      top: calc(50% - 13px);
      left: 9px;
      width: 27px;
      height: 26px;
      background-size: 27px 26px;
    }
    .box-top-search-word input.btn-cmn-blue {
      background-position: 9px 50%, 0 0;
      background-repeat: no-repeat, no-repeat;
      background-size: 27px 26px, 100% 100%;
    }
}


/* box-top-joboffer
---------------------------------------------------------- */
.box-top-joboffer {
  width: 1080px;
  margin: 0 auto 110px;
}

  .box-top-joboffer .box-title {
    position: relative;
  }
    .box-top-joboffer .box-title .ttl-cmn-01 {
      margin: 50px 0 31px;
    }
    .box-top-joboffer .box-title .list {
      display: -ms-flex;
      display: flex;
      position: absolute;
      top: 24px;
      right: 18px;
    }
      .box-top-joboffer .box-title .list .item { margin-left: 28px;}
    .box-top-joboffer .box-title .link {
      padding-left: 16px;
      background: url(../img/common/ico_arrow_right_02.png) left center no-repeat;
      background-size: 7px 12px;
    }
      .box-top-joboffer .box-title .link a {
        color: #fff;
      }

.ttl-cmn-01.box-joboffer-ttl ul {
  font-size: 15px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

  .ttl-cmn-01.box-joboffer-ttl ul > li {
    padding-left: 25px;
  }

    .ttl-cmn-01.box-joboffer-ttl ul > li::before {
      content: "";
      display: inline;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-right: 8px;
    }

    .ttl-cmn-01.box-joboffer-ttl ul > li > a {
      color: #fff;
    }

.txt-find-recommend {
  padding-left: 33px;
  background: url(../img/common/ico_recommend_01.png) 0 0 no-repeat;
  background-size: 26px;
}

/* tabs-cmn-top */

.tabs-cmn-top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .tabs-cmn-top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
  }

    .tabs-cmn-top ul li {
      margin-right: 10px;
      width: 110px;
      text-align: center;
      background: #e5e5e5;
      padding: 3px 5px;
      border-radius: 2px;
      white-space: nowrap;
      vertical-align: baseline;
      cursor: pointer;
    }

      .tabs-cmn-top ul li a {
        color: #222;
        line-height: 1;
        font-weight: 700;
        text-decoration: none;
      }

      .tabs-cmn-top ul li a:hover {
        text-decoration: none;
      }

      .tabs-cmn-top ul li:hover {
        background: #f4c2c2;
      }

      .tabs-cmn-top ul li.current {
        background: #690505;
        position: relative;
      }

      .tabs-cmn-top ul li.current a {
        color: #fff;
      }

.tabs-cmn-top ul li.current::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #690505;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
}

.toggle-recommend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* list cmn */
.tab-content .tab-02,
.tab-content .tab-03,
.tab-content .tab-04,
.tab-content .tab-05,
.tab-content .tab-06 {
  display: none;
}
.list-top-01 {
  margin-bottom: 30px;
}
  .list-top-01 .item {
    border-top: #ccc solid 1px;
  }
    .list-top-01 .item:last-child { border-bottom: #ccc solid 1px;}
    .list-top-01 .item .link {
      display: block;
      padding: 18px 20px 13px;
    }

    .list-top-01 .item .link:hover {
      background: #f2f2f2;
      text-decoration: none;
    }
      .list-top-01 .item .link:hover .txt-detail { text-decoration: underline;}

    .list-top-01 .item .topic {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 5px;
    }

    .list-top-01 .item .topic .txt-date {
      line-height: 1;
      margin-right: 2px;
      color: #222;
      letter-spacing: 0.12em;
    }

    .list-top-01 .item .txt-detail {
      color: #417ad0;
    }

    .list-top-01 .item .topic .txt-recommend {
      font-size: 13px;
      color: #249a00;
    }

/* label */
.label-group {
  display: inline;
  margin: 0 5px 0 10px;
}

.label-cmn {
  color: #f6f0f0;
  font-size: 13px;
  background: #e5e5e5;
  display: inline-block;
  margin: 0 3px;
  padding: 6px 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 15px;
  min-width: 95px;
  width: auto;
}

.label-cmn.label-primary {
  background: #690505;
}

.label-cmn.label-secondary {
  background: #d20a0a;
}

/* icon */
.icon_pdf {
  background: url(../img/common/ico_pdf_01.png) 0 0 no-repeat;
  background-size: 17px 20px;
  width: 17px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}

.icon_popup {
  background: url(../img/common/ico_new_windows_01.png) 0 0 no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}

.icon_recommend {
  background: url(../img/common/ico_recommend_01.png) 0 0 no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 0px;
  vertical-align: middle;
}

/* toggle switch */
.toggle-onoff {
  position: relative;
  width: 70px;
  margin-left: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.toggle-onoff-checkbox {
  display: none;
}

.toggle-onoff-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
}

.toggle-onoff-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

  .toggle-onoff-inner:before,
  .toggle-onoff-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
  }

  .toggle-onoff-inner:before {
    content: "ON";
    padding-left: 12px;
    background-color: #55ab00;
    color: #fff;
  }

  .toggle-onoff-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #a3a3a3;
    color: #fff;
    text-align: right;
  }

.toggle-onoff-switch {
  display: block;
  width: 30px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}

.toggle-onoff-checkbox:checked + .toggle-onoff-label .toggle-onoff-inner {
  margin-left: 0;
}

.toggle-onoff-checkbox:checked + .toggle-onoff-label .toggle-onoff-switch {
  right: 0px;
  background-color: #ffffff;
}

.box-top-joboffer .btn-cmn-blue {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box-top-joboffer {
    width: 100%;
    padding: 0px;
    margin: 0 0 50px;
  }

  .box-top-joboffer .box-title {
    overflow: hidden;
    margin-bottom: 18px;
  }
    .box-top-joboffer .box-title .ttl-cmn-01 {
      margin: 30px 0 14px;
    }
    .box-top-joboffer .box-title .list {
      position: static;
      float: right;
    }
      .box-top-joboffer .box-title .list .item { margin-left: 10px;}
    .box-top-joboffer .box-title .link {
      margin-right: 10px;
      padding-left: 15px;
      background: url(../img/common/ico_arrow_right_01.png) left center no-repeat;
      background-size: 7px 12px;
    }
      .box-top-joboffer .box-title .link a {
        color: #417ad0;
      }

.txt-find-recommend {
  padding: 6px 0 6px 34px;
  background-size: 30px;
  letter-spacing: -0.03em;
}

  .tabs-cmn-top {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 18px;
    padding: 0 5px;
  }
  .tabs-cmn-top ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .tabs-cmn-top ul li {
    flex-grow: 1;
    width: calc(100% * (1/3) - 10px - 1px);
    margin: 5px;
    font-size: 13px;
    padding: 5px;
  }
  .tabs-cmn-top ul li.current::before {
    border: none;
  }
  .tabs-cmn-top .toggle-recommend {
    margin-left: auto;
    margin-right: 6px;
  }
  .toggle-recommend {
    margin-top: 15px;
  }
  .list-top-01 .item {}
    .list-top-01 .item .link {
      padding: 12px 10px 8px;
    }
    .list-top-01 .item .link:hover {
      background: #f7f7f7;
    }
      .list-top-01 .item .link:hover .txt-detail { text-decoration: none;}

  .label-group {
    margin: 5px 0;
    width: 100%;
  }
  .list-top-01 .item .topic {
    flex-wrap: wrap;
  }
    .list-top-01 .item .topic .txt-date {
      line-height: 1;
      margin-right: 2px;
      color: #222;
      letter-spacing: 0.12em;
    }
    .list-top-01 .item .topic .txt-detail {
      font-size: 13px;
    }
  .box-top-joboffer .btn-cmn-blue {
    width: auto;
    margin: 0 10px;
  }

/* label */
.label-group {
  margin: 5px 0 0;
}

.label-cmn {
  font-size: 11px;
  margin: 0 0 3px;
  padding: 5px 10px;
  width: auto;
}

/* icon */
.icon_pdf {
  background-size: 13px 15px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
}

.icon_popup {
  margin-left: 4px;
}

.icon_recommend {
  background-size: 20px;
  width: 20px;
  height: 20px;
}
}

/* box-lead
---------------------------------------------------------- */
.box-lead{
  padding: 20px;
  height: 160px;
  background: url(../img/top/bg_top_01_pc.jpg) 0 0 no-repeat;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}
  .box-lead-ttl{
    margin: 0 0 10px 0;
  }
  .box-lead-grid{
    overflow: hidden;
    margin: 0 -10px;
  }
    .box-lead-grid-col{
      float: left;
      width: 50%;
      padding: 0 10px;
    }

  .box-lead-btn{
    width: 100%;
    margin: 0;
    font-size: 15px;
  }


.box-bnr{
  margin-bottom: 60px;
}
  .box-bnr img{
    width: 100%;
    height: auto;
  }
  .box-bnr-grid{
    overflow: hidden;
    margin: 0 3px;
  }
    .box-bnr-grid-col{
      float: left;
      width: 25%;
      padding: 0 10px 20px 10px;
    }
/*

  .box-bnr img{
    max-width: 100%;
    height: auto;
  }
  .box-bnr-grid{
    overflow: hidden;
    margin: 0;
  }
    .box-bnr-grid-col{
      float: left;
      width: 25%;
    }
    .box-bnr-grid-col a {
      display: block;
      text-align: center;
    }
    .box-bnr-grid-col img {
      margin: 0 0 10px 0;
    }
    .box-bnr-grid-col:nth-child(4n) img {
      margin-right: 0;
    }
*/


.box-step{
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 27px 20px;
  border: 4px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
  .box-step-ttl{
    margin: 0 0 20px 0;
    padding-left: 23px;
    font-size: 22px;
  }
    .box-step-ttl:after {
      top: 0;
      left: 6px;
    }
  .box-step-content{}
  .box-step-list{
    overflow: hidden;
    display: table;
    width: 880px;
    height: 180px;
    margin: 0 auto 30px;
    background: url(../img/top/img_top_step_pc.jpg) 20px 0 no-repeat;
  }
    .box-step-list li{
      display: table-cell;
      width: 220px;
      height: 90px;
      padding: 65px 0 25px;
      text-align: center;
      vertical-align: middle;
    }
  .box-step-txt{
    margin-bottom: 30px;
    text-align: center;
  }
  .login .btn-before-login { display: none;}
  .btn-after-login { display: none;}
  .login .btn-after-login { display: block !important;}
  .box-step-link{
    display: table;
    width: 840px;
    margin: 0 auto;
  }
    .box-step-link-col{
      display: table-cell;
    }
  .box-step-btn{
    margin: 0 auto;
  }

section.box-optional,
div.box-optional {
  margin-bottom: 60px;
  padding: 5px;
  background-color: #efe7dd;
  border-radius: 5px;
}
body.page_top .box-optional{
  margin-bottom: 60px;
}
  .box-optional-in{
    padding: 25px 15px 28px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
    .box-optional-grid{
      overflow: hidden;
      padding-left: 10px;
    }
      .box-optional-grid-col{
        float: left;
        width: 25%;
      }
      .col-5 {
        width: 20%;
      }

  .box-optional-tit{
    margin: 0;
  }
  .box-optional-txt{
    padding: 13px 5px 14px;
  }
  .box-optional-ttl{
    position: relative;
    margin-bottom: 5px;
    padding-left: 24px;
    font-size: 22px;
  }
  .box-optional-ttl:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 5px solid #d20a0a;
    background-color: #fff;
  }
  .box-optional-select{
    /*width: 245px;*/
    width: 90%;
    height: 240px;
    padding: 5px 0 5px 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .box-optional-btn{
    width: 390px;
    margin: 17px auto 0;
  }
  .box-optional-btn:after {
    top: 50%;
    left: 15px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/common/ico_search_01.png) left center no-repeat;
    background-size: 24px auto;
  }
  input.box-optional-btn {
/*    background-image: url(../img/common/ico_search_01.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 24px auto;
*/
    background: url(../img/common/ico_search_01.png), -ms-linear-gradient(top, #394F78 0%, #212c43 100%);
    background: url(../img/common/ico_search_01.png), -moz-linear-gradient(top, #394F78 0%, #212c43 100%);
    background: url(../img/common/ico_search_01.png), -o-linear-gradient(top, #394F78 0%, #212c43 100%);
    background: url(../img/common/ico_search_01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #394F78), color-stop(100, #212c43));
    background: url(../img/common/ico_search_01.png), -webkit-linear-gradient(top, #394F78 0%, #212c43 100%);
    background: url(../img/common/ico_search_01.png), linear-gradient(to bottom, #394F78 0%, #212c43 100%);
    background-position: 15px 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 24px auto, 100% 100%;
  }

  /* sp
  ---------------------------------------------------------- */
  @media screen and (max-width: 768px) {
    .box-lead{
      padding: 15px 10px 10px;
      height: 215px;
      background: url(../img/top/bg_top_01_sp.jpg) right top no-repeat;
      background-size: cover;
    }
      .box-lead-ttl{
        margin: 0 0 15px 5px;
      }
      .box-lead-grid{
        margin: 0;
      }
        .box-lead-grid-col{
          float: none;
          width: auto;
          padding: 0 0 10px;
        }

      .box-lead-btn{
        width: 100%;
        height: 60px;
        margin: 0;
        font-size: 15px;
      }

      .box-bnr{
        margin-bottom: 30px;
      }
        .box-bnr-grid{
          margin: -10px 0 0 -10px;
        }
          .box-bnr-grid-col{
            width: 50%;
            padding: 10px 0 0 10px;
          }

      .box-step{
        padding: 18px 8px 7px;
        margin-bottom: 35px;
        border: 2px solid #ccc;
        border-radius: 0;
      }
        .box-step-ttl{
          margin: 0 0 13px 7px;
          padding-left: 14px;
          font-size: 20px;
        }
          .box-step-ttl:after {
            top: -2px;
            left: 6px;
          }
        .box-step-content{}
        .box-step-list{
          display: block;
          width: 200px;
          height: auto;
          margin: 0 auto 15px;
          background: url(../img/top/img_top_step_sp.jpg) 0 0 no-repeat;
          background-size: 200px auto;
        }
          .box-step-list li{
            display: table;
            width: 200px;
            height: 200px;
            margin-bottom: 30px;
            padding: 95px 0 50px 0;
            font-size: 20px;
            line-height: 1.3;
          }
          .box-step-list li:last-child{
            margin-bottom: 0;
          }
          .box-step-list li span{
            display: table-cell;
            height: 55px;
            vertical-align:middle;
          }
        .box-step-txt{
          margin-bottom: 15px;
          letter-spacing: -0.05em;
        }
        .box-step-link{
          display: block;
          width: auto;
          margin: 0 auto;
        }
          .box-step-link-col{
            display: block;
            margin-bottom: 10px;
          }
        .box-step-btn{
          margin: 0 auto;
        }


  section.box-optional,
  div.box-optional{
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px;
    padding: 4px 10px 10px 10px;
    background-color: #efe7dd;
    border-radius: 0 0 5px 5px;
  }
    .box-optional-in{
      padding: 15px 8px;
    }
      .box-optional-grid{
        padding-left: 0;
        padding-bottom: 15px;
      }
        .box-optional-grid-col{
          position: relative;
          margin-bottom: 10px;
          float: none;
          width: auto;
        }

    .box-optional-tit{
      margin: 0 0 20px 0;
      padding: 0 0 12px 18px;
    }
    .box-optional-ttl{
      display: inline-block;
      width: 28%;
      padding-left: 0;
      padding-right: 5px;
      font-size: 16px;
    }
    .box-optional-ttl:after{
    	display: none;
    }
    .box-optional-txt{
      display: none;
    }
    /*
    .box-optional-ttl:not(.no-select){
      position: relative;
      height: 50px;
      margin-bottom: 0;
      padding: 9px 30px;
      background: #f7f7f7;
      font-size: 20px;
      text-align: center;
    }
    .box-optional-ttl:not(.no-select)::after{
      left: auto;
      right: 12px;
      top: 50%;
      width: 21px;
      height: 15px;
      margin-top: -7px;
      border: 0;
      border-radius: 0;
      background: url(../img/common/ico_arrow_down_01.png) left center no-repeat;
      -webkit-background-size: 21px auto;
      background-size: 21px auto;
    }
    */
    /*
    .box-optional-select{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      padding: 0;
      opacity: 0;
      z-index: 2;
    }
    */
    .box-optional .box-optional-select{
      display: inline-block;
      width: 70%;
      height: 50px;
    }
    .box-optional-btn{
      width: 100%;
      margin: 0 auto;
    }
  }









/* ----------------------------------------------------------
  医療人材ネットの強み
---------------------------------------------------------- */

/* box-service-wrap
---------------------------------------------------------- */
.box-service-wrap {
  width: 1080px;
  margin: 34px auto 0;
}
  .box-service-wrap .img-service {
    margin: 41px auto 89px;
    text-align: center;
  }

@media screen and (max-width: 768px) {
.box-service-wrap {
  width: 100%;
  margin: 14px auto 0;
}
  .box-service-wrap .img-service {
    margin: 16px auto 28px;
  }
    .box-service-wrap .img-service img { width: 100%;}
}

/* box-service-detail
---------------------------------------------------------- */
.box-service-detail-wrap {
  margin-bottom: -20px;
}
.box-service-detail {
  position: relative;
  margin-bottom: 80px;
  padding-top: 40px;
}
  .box-service-detail .image {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .box-service-detail.img-left .image { left: 0;}
  .box-service-detail.img-right .image { right: 0;}
  .box-service-detail .box {
    position: relative;
    width: 500px;
    min-height: 450px;
    background-color: #d20a0a;
    box-shadow: 0px 0px 20px 0px rgba(11, 2, 5, 0.3);
    z-index: 2;
  }
  .box-service-detail.img-right .box {}
  .box-service-detail.img-left .box {
    float: right;
  }
    .box-service-detail .box {
      color: #fff;
    }
      .box-service-detail .box .title {
        padding: 30px 30px 17px;
        border-bottom: 1px rgba(255,255,255,0.50) solid;
        font-size: 22px;
        line-height: 1.35;
      }
        .box-service-detail .box .title span {
          display: block;
          width: 85px;
          margin-bottom: 16px;
        }
          .box-service-detail .box .title span img {
            width: 100%;
          }
      .box-service-detail .box .text {
        padding: 24px 32px 26px;
        line-height: 1.75;
      }
        .box-service-detail .box .text .link {
          padding-left: 16px;
          background: url(../img/common/ico_arrow_right_02.png) left center no-repeat;
          background-size: 7px 12px;
        }
          .box-service-detail .box .text .link a { color: #fff;}

@media screen and (max-width: 768px) {
.box-service-detail-wrap {
  margin-bottom: 25px;
}
.box-service-detail {
  margin-bottom: 0px;
  padding-top: 0px;
}
  .box-service-detail .image {
    position: static;
  }
    .box-service-detail .image img { width: 100%;}
  .box-service-detail .box {
    width: 100%;
    min-height: inherit;
    box-shadow: none;
  }
  .box-service-detail.img-left .box {
    float: none;
  }
    .box-service-detail .box .title {
      padding: 17px 10px 7px;
      font-size: 20px;
      line-height: 1.3;
    }
      .box-service-detail .box .title span {
        width: 69px;
        margin-bottom: 8px;
        margin-left: 3px;
      }
    .box-service-detail .box .text {
      padding: 19px 10px 32px;
      line-height: 1.4;
    }
        .box-service-detail .box .text .link a { text-decoration: underline;}
}

/* box-service-celeb
---------------------------------------------------------- */
.box-service-celeb {
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 30px 37px 53px;
  background-color: #fff;
  border: 1px #d20a0a solid;
}
  .box-service-celeb .image {
    flex: 0 1 auto;
    width: 307px;
    margin-right: 48px;
  }
    .box-service-celeb .image img { width: 100%;}
  .box-service-celeb .text {
    flex: 1;
  }

@media screen and (max-width: 768px) {
.box-service-celeb {
  display: block;
  padding: 30px 15px 29px;
}
  .box-service-celeb .image {
    width: 97.02%;
    margin: 0 auto 26px;
  }
  .box-service-celeb .text {
    line-height: 1.4;
  }
}








/* ----------------------------------------------------------
  特集コンテンツ
---------------------------------------------------------- */
.contents-main{
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contents-main{
    width: auto;
  }
}

/* HERO COMMON
---------------------------------------------------------- */
.hero-cmn-wrap{
  margin-bottom: 60px;
  background: url(../img/common/bg_pattern_01.gif) repeat 0 0;
}
  .hero-cmn{
    width: 1080px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
  }
    .hero-cmn-img{
      float: right;
      width: 602px;
    }
      .hero-cmn-img img{
        width: 100%;
        height: auto;
      }
    .hero-cmn-content{
      float: left;
      width: 478px;
      padding: 27px 27px 0 0;
    }
      .hero-cmn-tit{
        position: relative;
        margin-bottom: 35px;
        padding: 0 0 10px 0;
        font-size: 22px;
        line-height: 1.4;
      }
      .hero-cmn-tit:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 120px;
        height: 0;
        border-bottom: 1px dotted #fff;
      }
      .hero-cmn-ttl{
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.3;
      }
      .hero-cmn-txt{
        font-size: 15px;
        line-height: 1.7;
      }

@media screen and (max-width: 768px) {
  .hero-cmn-wrap{
    margin-bottom: 30px;
    padding-bottom: 20px;
    /*background: url(../img/special/bg_pattern_01.gif) repeat 0 0;*/
  }
    .hero-cmn{
      width: auto;
    }
      .hero-cmn-img{
        float: none;
        width: auto;
      }
      .hero-cmn-content{
        float: none;
        width: auto;
        padding: 17px 10px;
      }
        .hero-cmn-tit{
          margin-bottom: 27px;
          padding: 0 0 7px 0;
          font-size: 20px;
        }
        .hero-cmn-ttl{
          margin-bottom: 13px;
          font-size: 20px;
          line-height: 1.3;
        }
        .hero-cmn-txt{
          font-size: 13px;
          line-height: 1.4;
        }
}

/* BOX INFO
---------------------------------------------------------- */
.box-info{
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 50px;
  background-color: #fff;
}
  .box-info-col01{
    float: left;
    width: 650px;
    padding: 30px 0 0;
  }
    .box-info-ttl{
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 2px solid #d20a0a;
      font-size: 22px;
      line-height: 1.4;
    }
    .box-info-txt{
      font-size: 15px;
      line-height: 1.7;
    }
  .box-info-col02{
    float: right;
    width: 282px;
  }
  .box-info-img{
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    width: 280px;
    height: 180px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .box-info-img.no-border {
    border: 0;
    height: auto;
  }
    .box-info-img img{
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
    }
/*  .box-info-detail{
    display: table;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
    .box-info-detail dt{
      display: table-cell;
      padding-right: 5px;
      vertical-align: top;
    }
    .box-info-detail dd{
      display: table-cell;
      vertical-align: top;
    }
*/
table.box-info-detail {
  margin-top: 10px;
}
table.box-info-detail th {
	font-size: 13px;
}
table.box-info-detail td {
	font-size: 13px;
}
@media screen and (max-width: 768px) {
  .box-info{
    margin-bottom: 30px;
    padding: 20px 10px;
  }
    .box-info-col01{
      float: none;
      width: auto;
      padding: 10px 0 15px;
    }
      .box-info-ttl{
        border-bottom: 1px solid #d20a0a;
        font-size: 20px;
        line-height: 1.7;
      }
      .box-info-txt{
        font-size: 13px;
        line-height: 1.4;
      }
    .box-info-col02{
      float: none;
      width: auto;
    }
    .box-info-img{
      margin: 0 auto;
      width: 200px;
      height: 135px;
    }
    .box-info-detail{
      font-size: 11px;
      line-height: 1.7;
    }

}

/* BOX DETAIL
---------------------------------------------------------- */
.box-detail{
  margin-bottom: 60px;
  padding: 4px;
  background-color: #efe7dd;
  border-radius: 5px;
}
  .box-detail-in{
    padding: 25px 20px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .box-detail-tit{
    margin: 0 0 13px -10px;
  }
  .box-detail-dt{}
  .box-detail-dt-ttl{
    position: relative;
    padding: 15px 20px 5px;
    border-top: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.5;
    color: #417ad0;
  }
  .box-detail-dt-ttl:after{
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 7px;
    height: 12px;
    background: url(../img/common/ico_arrow_right_04.png) no-repeat 0 0;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
  }
  .box-detail-dt-txt{
    padding: 0 10px 17px;
    font-size: 15px;
    line-height: 1.75;
    color: #8c8c8c;
  }

@media screen and (max-width: 768px) {
  .box-detail{
    margin-bottom: 30px;
  }
    .box-detail-in{
      padding: 15px 10px 20px;
    }
    .box-detail-tit{
      margin: 0;
    }
    .box-detail-dt{}
    .box-detail-dt-ttl{
      padding: 12px 18px 7px;
      font-size: 17px;
      line-height: 1.3;
    }
    .box-detail-dt-ttl:after{
      top: 17px;
      left: 0;
      width: 7px;
      height: 12px;
      -webkit-background-size: 7px auto;
      background-size: 7px auto;
    }
    .box-detail-dt-txt{
      padding: 0 1px 12px;
      font-size: 13px;
      line-height: 1.4;
    }
}

/*BOX JOB
---------------------------------------------------------- */
.box-job{
  margin-bottom: 40px;
  padding: 0 30px 30px;
  border: 2px solid #ccc;
  border-top: 2px solid #d20a0a;
  background-color: #fff;
}
  .box-job-title{
    padding: 20px 0;
  }
    .box-job-info{
      overflow: hidden;
      margin-bottom: 10px;
    }
      .box-job-no{
        float: left;
        font-size: 15px;
        line-height: 1.2;
        color: #8c8c8c;
      }
      .box-job .ico-new{
        display: inline-block;
        padding-left: 50px;
        background: url(../img/common/ico_new_01.png) no-repeat left center;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
      }
    .box-job .ico-rec{
        display: inline-block;
        padding-right: 100px;
        background: url(../img/common/ico_recommend_02.png) no-repeat right center;
      }
      .box-job-txt{
        float: right;
        font-size: 13px;
        line-height: 1.4;
        color: #8c8c8c;
      }
        .box-job-txt a{
          text-decoration: underline;
        }
        .box-job-txt a:hover{
          text-decoration: none;
        }
    .box-job-ttl02{
      font-size: 18px;
      line-height: 1.5;
    }
    .box-job-ttl01{
      font-size: 22px;
      line-height: 1.5;
      color: #417ad0;
    }

/* ADDED: アイキャッチ画像 */

.box-job-catch {
	overflow: hidden;
	padding: 0 0 25px;
}
.box-job-catch-more {}

.box-job-catch-image {
	max-width: 320px;
	max-height: 270px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	width: 30%;
	float: left;
}

.box-job-catch-content {
	width: 65%;
	float: right;
}

.box-job-catch-ttl {
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: .8em;
}

.box-job-catch-more .float-right {
	float: right;
	display: block;
	width: 67%;
}
.box-job-catch-more .box-job-catch-image ~ * {
    float: right;
    width: 67%;
}

.box-job-catch-more .box-job-catch-txt {
	font-size: 15px;
}

.box-job-catch-link {
display: flex;
	justify-content: flex-end;
}

.box-job-catch-link .link-cmn {
	display: block;
	margin: 0;
}

.box-job-slick {
	position: relative;
}

.box-job-slick-image {
	max-width: 340px;
	float: left;
	margin-right: 30px;
	text-align: center;
}

.box-job-catch-image img {
	max-height: 270px;
	max-width: 320px;
	width: auto;
	height: auto;
}

.box-job-slick-image img {
	max-width: 320px;
	max-height: 270px;
	width: auto;
	height: auto;
	margin: 0 auto 10px;
}

.box-job-slick-image p {
	margin: 0 10px;
	text-align: left;
	white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

.box-job-slick-image:last-child, .box-job-slick-image:nth-child(3n) {
	margin-right: 0;
}



@media screen and (min-width:768px) and (max-width:1079px){
	.box-job-slick {
		width: 100%;
		text-align: center;
	}

	.box-job-slick-image {
		width: 30%;
		margin-right: 5%;
	}

	.box-job-catch-image img {
	max-height: none;
	max-width: none;
		width: 100%;
}
}

@media screen and (max-width:767px){

	.box-job-catch-image {width: 37%;height: auto;}
	.box-job-catch-content{width: 60%;}
	.box-job-catch-ttl {
		font-size: 18px;
	}

		.box-job-catch-image img {
	max-height: none;
	max-width: none;
		width: 100%;
}

	.box-job-catch-more {
		padding: 0;
		background: none;
		border: none;
	}

	.box-job-catch-more .float-right {
		float: none;
		width: 100%;
	}
	.box-job-catch-more .box-job-catch-image ~ * {
		float: none;
		width: 100%;
	}

	.box-job-catch-more .box-job-catch-image {
		float: none;
		width: 100%;
		margin: 0  auto 15px;
	}

	.box-slick-wrap {
		background: #fff;
		padding: 15px 0;
		width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
	}

	.box-job-slick {
		max-width: 340px;
		margin: auto;
	}

	.box-job-slick-image {
		margin: 0 0 10px;
		vertical-align: top;
	}

	.box-job-slick .slick-dots {
		text-align: center;
	}

	.box-job-slick .slick-dots li {
		display: inline-block;
		font-size: 0;
		width: 10px;
		height: 10px;
		background: #f7f7f7;
		border-radius: 50%;
		margin-left: 15px;
	}

	.box-job-slick .slick-dots li:first-child {
		margin-left: 0;
	}

	.box-job-slick .slick-dots li.slick-active{
		background: #e5e5e5;
	}
}
  .box-job-content{
    overflow: hidden;
  }
    .box-job-content-grid01{
      float: left;
      width: 740px;
    }
    .box-job-content-grid02{
      float: right;
    }
      .box-job-content-img{
        position: relative;
        overflow: hidden;
        flex: 0 1 auto;
        width: 250px;
        height: 150px;
        background-color: #fff;
      }
      .box-job-content-img img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
      }

  .box-job-nav{
    overflow: hidden;
    margin-top: 20px;
  }
    .box-job-grid01{
      float: left;
      margin-right: 10px;
    }
    .box-job-grid01 + .box-job-grid01 {
      margin-left: 50px;
    }
    .box-job-grid02{
      float: right;
    }

  .btn-job-check{
    display: block;
    position: relative;
    width: 170px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 5px;
  }
    .btn-job-check label {
      display: block;
      margin-left: -2px;
      padding: 10px 5px 10px 45px;
      font-size: 15px;
      line-height: 1.3;;
    }
    .btn-job-check input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }

    .btn-job-check input[type="checkbox"] + label {
      background: url("../img/common/ico_check_01_no.gif") no-repeat 10px 10px;
      background-size:20px auto;
    }
    .btn-job-check input[type="checkbox"]:checked + label {
      background-image: url("../img/common/ico_check_01_on.gif");
      background-size:20px auto;
    }


@media screen and (max-width: 768px) {
  .box-job{
    padding: 0 9px 20px;
    border: 1px solid #ccc;
    border-top: 1px solid #d20a0a;
  }
    .box-job-title{
    }
      .box-job-info{
        margin-bottom: 15px;
      }
        .box-job-no{
          float: none;
          font-size: 11px;
          line-height: 1.7;
        }
        .box-job .ico-rec{
          padding: 0 0 27px 0;
          background-position: left bottom;
          background-position: 72px auto;
        }
        .box-job-txt{
          float: none;
          font-size: 11px;
          line-height: 1.5;
        }
      .box-job-ttl02{
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.5;
      }
      .box-job-ttl01{
        font-size: 20px;
      }

      .box-job-content{}
        .box-job-content-grid01,
        .box-job-content-grid02{
          float: none;
          width: auto;
        }
          .box-job-content-img{
            margin: 0 auto;
          }

    .box-job-nav{
    }
      .box-job-grid01,
      .box-job-grid02{
        float: none;
      }
      .box-job-grid01{
        margin: 0 0 10px 0!important;
      }

    .btn-job-check{
      width: auto;
      height: 50px;
      border-radius: 0;
    }
      .btn-job-check label {
        padding: 17px 5px;
        font-size: 13px;
        text-align: center;
      }

      .btn-job-check input[type="checkbox"] + label,
      .btn-job-check input[type="checkbox"]:checked + label {
        background-size:30px auto;
      }
}

/* recommended */

.box-recommend {}

.recommend-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.recommend-item {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	/*flex-direction: column;*/
	align-items: center;
	background: #fff;
	width: 340px;
	vertical-align: top;
	padding-bottom: 15px;
}

.recommend-item:nth-child(3n){
	margin-right: 0;
}

.recommend-img {
	overflow: hidden;
	width: 340px;
	height: 210px;
	/*order: 0;*/
	margin-bottom: 15px;
}

.recommend-img img {
	width: 100%;
	max-width: 340px;

}
.recommend-item .recommed-ttl {/*order: 1;*/margin-bottom: 10px;}
.recommend-item .recommed-txt {/*order: 2;*/margin-bottom: 15px;}
.recommend-item .recommed-ttl, .recommend-item .recommed-txt {
	padding: 0 10px;
	font-weight: bold;
	text-align: left;
	width: 100%;
}
.box-job-slick-image .recommed-ttl {
  padding: 0 10px;
	font-weight: bold;
	text-align: left;
	width: 100%;
  margin-bottom: 10px;
}

.recommend-item .btn-detail {
	width: 170px;
	/*order: 3;*/
	margin: auto;
}

@media screen and (max-width:768px){
  /*
  .recommend-wrap {display: block;}
	.recommend-item {width: 100%;padding: 10px;}
	.recommend-item .recommed-ttl {order: 0;}
	.recommend-item .recommed-txt {order: 2;width: 68%;padding-right: 0;}
	.recommend-img {order: 1;width: 30%;max-width: 150px;height: auto;}
	.one-row {
		flex: 1 auto;
  }
  */
  .box-recommend {
		background: #fff;
		padding: 15px 0;
		width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	}

	.recommend-wrap {
		max-width: 340px;
		margin: auto;
	}

	.recommend-item {
		margin: 0 0 10px;
		vertical-align: top;
	}

	.recommend-wrap .slick-dots {
    text-align: center;
    width: 100%;
	}

	.recommend-wrap .slick-dots li {
		display: inline-block;
		font-size: 0;
		width: 10px;
		height: 10px;
		background: #dcdcdc;
		border-radius: 50%;
		margin-left: 15px;
	}

	.recommend-wrap .slick-dots li:first-child {
		margin-left: 0;
	}

	.recommend-wrap .slick-dots li.slick-active{
		background: #d20a0a;
  }

  .recommend-item .btn-detail {
    width: 100%;
  }
}

/* mod-pagination
---------------------------------------------------------- */
.mod-pagination{
  position: relative;
  width: 425px;
  margin: 20px auto;
}
.mod-pagination:first-child {
  margin-top: 30px ;
}
  .mod-pagination-num{
    font-size: 0;
    text-align: center;
  }
    .mod-pagination-num li{
      display: inline-block;
      width: 40px;
      margin: 0 5px;
    }
      .mod-pagination-num li a{
        display: block;
        height: 40px;
        background-color: #fff;
        font-size: 15px;
        line-height: 2.7;
        color: #417ad0;
      }
      .mod-pagination-num li:hover a{
        background-color: #e5e5e5;
        text-decoration: none;
      }
      .mod-pagination-num li a.is-active{
        background-color: #d20a0a;
        color: #fff;
      }

  .mod-pagination-txt{
    font-size: 15px;
    line-height: 2.7;
    color: #417ad0;
  }
    .mod-pagination-txt .txt-pre,
    .mod-pagination-txt .txt-next{
      position: absolute;
      top: 0;
    }
    .mod-pagination-txt .txt-pre{
      left: 0;
    }
    .mod-pagination-txt .txt-next{
      right: 0;
    }

@media screen and (max-width: 768px) {
  .mod-pagination{
    width: auto;
    padding: 0 10px;
  }
  *
    .mod-pagination-num{
    }
      .mod-pagination-num li{
        width: 30px;
        margin: 0 5px;
      }
        .mod-pagination-num li a{
          height: 30px;
          font-size: 13px;
          line-height: 2.3;
        }
    .mod-pagination-txt{
      overflow: hidden;
      margin-top: 15px;
      font-size: 13px;
      line-height: 2.3;
    }
      .mod-pagination-txt .txt-pre,
      .mod-pagination-txt .txt-next{
        position: relative;
      }
      .mod-pagination-txt .txt-pre{
        float: left;
      }
      .mod-pagination-txt .txt-next{
        float: right;
      }
}

/* ==========================================================
 index.html
========================================================== */
/* box-special-wrap
---------------------------------------------------------- */
.box-special-wrap {
  width: 1080px;
  margin: 40px auto 0;
}
  .box-special-wrap .list-button {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 60px;
  }
    .box-special-wrap .list-button .item {
      flex: 0 1 auto;
      width: 50%;
      padding: 0 15px;
    }
      .box-special-wrap .list-button .btn-cmn-red {
        width: 100%;
        margin: 0;
        font-size: 18px;
      }
        .box-special-wrap .list-button .btn-cmn-red:after {
          top: calc(50% - 8px);
          width: 16px;
          height: 17px;
          background: url(../img/common/ico_arrow_down_03.png) left center no-repeat;
          background-size: 16px 17px;
        }

/* box-special */
.box-special {  margin-bottom: 100px;}
  .box-special .ttl-cmn-01 {
    margin: 0 0 32px;
  }
    .list-special {
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px -30px;
    }
      .list-special .item {
        flex: 0 1px auto;
        width: 50%;
        margin-bottom: 30px;
        padding: 0 15px;
      }
        .list-special .item .link {
          position: relative;
          display: block;
          padding: 19px 19px 48px;
          background-color: rgb(255, 255, 255);
          box-shadow: 0px 1px 5px 0px rgba(11, 2, 5, 0.3);
          color: #222;
          -webkit-transition: box-shadow 0.2s ease 0s;
          transition: box-shadow 0.2s ease 0s;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
        }
          .list-special .item .link:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 16px;
            height: 16px;
            background: url(../img/common/ico_arrow_down_02.png) right bottom no-repeat;
            background-size: 16px;
          }
          .list-special .item .link:hover {
            text-decoration: none;
            box-shadow: 0px 1px 15px 0px rgba(11, 2, 5, 0.4);
          }

          .list-special .image {
            position: relative;
            overflow: hidden;
            width: 380px;
            height: 255px;
            margin: 0 auto 28px;
          }
            .list-special .image img {
              position: relative;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              max-width: 100%;
              max-height: 100%;
            }
          .list-special .box {}
            .list-special .box .title {
              margin-bottom: 13px;
              padding-bottom: 7px;
              border-bottom: 2px #d20a0a solid;
              font-size: 22px;
              line-height: 1.3;
            }
            .list-special .box .text {
              line-height: 1.75;
            }

@media screen and (max-width: 768px) {
.box-special-wrap {
  width: 100%;
  margin: 20px auto 0;
}
  .box-special-wrap .list-button {
    display: block;
    margin: 0 10px 30px;
  }
    .box-special-wrap .list-button .item {
      width: 100%;
      margin: 0 0 10px;
      padding: 0;
    }
      .box-special-wrap .list-button .item:last-child { margin-bottom: 0;}


/* box-special */
.box-special {
  margin-bottom: 50px;
}
  .box-special .ttl-cmn-01 {
    margin: 0 0 20px;
  }
  /* list-special */
  .list-special {
    display: block;
    width: auto;
    margin: 0 10px;
  }
    .list-special .item {
      width: 100%;
      margin-bottom: 10px;
      padding: 0;
    }
      .list-special .item .link {
        padding: 15px 15px 41px;
      }
        .list-special .item .link:after {
          bottom: 15px;
          right: 15px;
        }
        .list-special .item .link:hover {
          box-shadow: 0px 1px 5px 0px rgba(11, 2, 5, 0.3);
        }

        .list-special .image {
          width: 200px;
          height: 135px;
          margin: 0 auto 14px;
        }
          .list-special .image img {}
        .list-special .box {}
          .list-special .box .title {
            margin-bottom: 11px;
            padding-bottom: 8px;
            border-bottom: 1px #d20a0a solid;
            font-size: 20px;
          }
          .list-special .box .text {
            line-height: 1.4;
          }
}


/* ----------------------------------------------------------
  エージェントを探す
---------------------------------------------------------- */
.box-agent-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.box-agent-title .box-agent-logo {
  display: table-cell;
  width: 255px;
  padding-right: 30px;
  vertical-align: top;
  text-align: center;
}
.box-agent-title .box-agent-text{
  display: table-cell;
  vertical-align: middle;
}
.box-agent-title .box-agent-text .ttl-cmn-01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
.box-agent-title {
  display: block;
}
.box-agent-title .box-agent-logo {
  display:block;
  margin-bottom: 10px;
}
.box-agent-title .box-agent-logo img {
  max-width: 127.5px;
  height: auto;
}
.box-agent-title .box-agent-text{
  display:block;
}
}

/* ----------------------------------------------------------
  医療開業物件
---------------------------------------------------------- */
.box-bukken .item-in {
  border: 1px solid #ccc;
  background-color: #fff;
}

#pMap {
  position: relative;
}
#pMap ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border:1px solid #ccc;
  box-shadow: 0px 1px 5px 0px rgba(11, 2, 5, 0.3);
  z-index: 200;

}
#pMap ul li {
  border-bottom: 1px solid #ccc;
}
#pMap ul li a {
  padding: 5px 10px;
}
    #pMap ul#toh_p {
      top: 101px;
      left: 255px;
    }

    #pMap ul#kat_p {
      top: 171px;
      left: 235px;
    }

    #pMap ul#hok_p {
      top: 125px;
      left: 149px;
    }

    #pMap ul#tok_p {
      top: 177px;
      left: 170px;
    }

    #pMap ul#kas_p {
      top: 169px;
      left: 127px;
    }

    #pMap ul#chu_p {
      top: 176px;
      left: 72px;
    }

    #pMap ul#kyu_p {
      top: 198px;
      left: 10px;
    }

.box-bukken ul.list-cmn-link {
  margin: 1em 0 1em 1em;
}
.box-bukken ul.list-cmn-link li {
  display: inline-block;
  width: 32%;
}
section.box-bnr-01 {
  margin-bottom: 50px;
}
.box-bnr-01 li.box-bnr-grid-col a {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 1px;
  border: 1px solid #d20a0a;
}
.box-bnr-01 li.box-bnr-grid-col .img {
  display: table-cell;
  width: 70px;
  height: 96px;
  vertical-align: middle;
}
.box-bnr-01 li.box-bnr-grid-col .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  color: #222;
}
.box-bnr-01 li.box-bnr-grid-col a:hover {
  background-color: #fff6f6;
  text-decoration: none;
}
.box-bnr-01 li.box-bnr-grid-col a:hover * {
  text-decoration: none;
}



.box-merit {
  margin: 35px 0;
  border-radius: 4px;
  background-color: #efe7dd;
  padding: 20px;
  border: 1px solid #ccc5bd;
  box-sizing: border-box;
}
.box-merit .ttl-merit {
  margin-bottom: 25px;
  text-align: center;
  color: #d20a0a;
  font-size: 26px;
}
.list-merit {
  margin-bottom: -20px;
}
.list-merit li.item {
  float: left;
  margin: 0 2% 20px 0;
  width: 49%;
  background-color: #9e0808;
  color: #fff;
}
.list-merit li.item:nth-child(even) {
  margin-right: 0;
}
.list-merit li.item .item-in {
  display: table;
  width: 100%;
}
.list-merit li.item .item-in .img {
  display: table-cell;
  vertical-align: middle;
}
.list-merit li.item .item-in .txt {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.list-merit li.item .item-in .txt p {
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
.box-merit {
  padding: 10px;
}
.box-merit .ttl-merit {
  font-size: 18px;
  font-weight: bold;
}
.list-merit {
  padding-bottom: 10px;
}
.list-merit li.item {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.list-merit li.item .item-in .img {
  width: 100px;
  padding: 5px 10px 5px 5px;
}
.list-merit li.item .item-in .img img {
  width: 100px;
  height: auto;
}
.list-merit li.item .item-in .txt {
  padding: 5px 5px 5px 5px;
}
.list-merit li.item .item-in .txt p {
  font-size: 12px;
}
.list-merit li.item .item-in .txt p br {
  /*d*/isplay: none;
}
}

dl.dl-faq {
  margin-top: 30px;
}
dl.dl-faq dt {
  position: relative;
  margin-bottom: 20px;
  padding: 13px 5px 0 70px;
  background-color: #56647d;
  min-height: 50px;
  color: #fff;
}
dl.dl-faq dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display:block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #2c3d5c;
  border-right: 1px solid #fff;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
dl.dl-faq dd + dt {
  margin-top: 50px;
}
dl.dl-faq dd {
  position: relative;
  padding: 13px 5px 0 70px;
}
dl.dl-faq dd:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display:block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d20a0a;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
dl.dl-faq dt {
  margin-bottom: 10px;
  padding: 5px 5px 5px 35px;
  min-height: 25px;
}
dl.dl-faq dt:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  border: 0;
}
dl.dl-faq dd + dt {
  margin-top: 25px;
}
dl.dl-faq dd {
  padding: 5px 5px 0 35px;
}
dl.dl-faq dd:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
}


/* ----------------------------------------------------------
  　受賞歴（医療転職からの移植）
---------------------------------------------------------- */
.article_iryo {
  max-width: 800px;
  padding: 40px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
.article_iryo .ttl_main_img {
  text-align: center;
  margin-bottom: 30px;
}

.article_iryo .ttl_award_caption {
  color: #314a6e;
}
.article_iryo h2.ttl_award {
  margin-bottom:20px;
  background:url(../img/info/ttl_blue.jpg) no-repeat 0 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 5px -5px rgba(0,0,0,.25);
}
.article_iryo h2.ttl_award span {
  display: block;
  padding: 8px 10px;
  color: #ffffff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 18px;
  line-height: 1.2;
  text-shadow:1px 1px 1px rgba(0,0,0,.3);
}
.article_iryo h2.ttl_award span span.txt_bold {
  display: inline-block;
  padding:0;
  font-size:24px;
}
.article_iryo h3.ttl_blue {
  margin-bottom: 10px;
  padding:2px 0 0 10px;
  background:url(../img/info/ttl_blue_line.gif) no-repeat 0 0;
  color: #314a6e;
  font-size: 18px;
  line-height: 1.3;
}
.article_iryo .section_award2 .block_article {
  margin-bottom:50px;
}
.article_iryo .section_award2 .txtimg,
.article_iryo .section_award2 .imgtxt {
  margin-bottom: 15px;
}
.article_iryo .section_award2 .txtimg > .txt {
  float: left;
  width: 460px;
}
.article_iryo .section_award2 .txtimg > .img {
  float: right;
  width: 240px;
}
.article_iryo .section_award2 .imgtxt > .txt {
  float: right;
  width: 460px;
}
.article_iryo .section_award2 .imgtxt > .img {
  float: left;
  width: 240px;
}
.article_iryo .section_award2 p + p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
.article_iryo {
  padding: 10px;
  margin-right: -10px;
  margin-left: -10px;
}
.article_iryo .section_award2 .txtimg > .txt,
.article_iryo .section_award2 .txtimg > .img,
.article_iryo .section_award2 .imgtxt > .txt,
.article_iryo .section_award2 .imgtxt > .img {
  float: none;
  width: auto;
}
.article_iryo .section_award2 .txtimg.img_default > .img {
  float: none;
  display: none;
}
.article_iryo .section_award2 .txtimg:not(.img_default) > .txt,
.article_iryo .section_award2 .imgtxt:not(.img_default) > .img {
  margin-bottom: 20px;
}
.article_iryo h2.ttl_award {
  background: #265db0;
  background: -moz-linear-gradient(top, #458cca 0%, #193c8d 100%);
  background: -webkit-linear-gradient(top, #458cca 0%, #193c8d 100%);
  background: linear-gradient( to bottom, #458cca 0%, #193c8d 100%);
  border-radius: 4px;

}
body.page_info_iryou .box-contents-wrap {
  margin-top: 10px;
}

}

ul.cmn-bannar-verticle {
  margin-top: 20px;
  margin-bottom: 30px;
}
ul.cmn-bannar-verticle li + li {
  margin-top: 10px;
}


/* 20190423 追加 GWお知らせ */
.gw-info-block {border: 2px solid #d20a0a;}
.gw-info-ttl {letter-spacing: 0; text-align: center; margin-bottom: 10px;}
.gw-info-txt {text-align: center;}
@media screen and (max-width: 768px) {
	.gw-info-block {width: 97%; margin: auto;}
	.gw-info-ttl {text-align: left;}
	.gw-info-txt {text-align: left;}
}


/* 20200206 追加 Gmailをご利用で、医療人材ネットからのメールが届かなくなった方へ */
ul.img_capture,
ol.img_capture {
}
ul.img_capture li,
ol.img_capture li {
  position: relative;
  text-align: center;
}
ul.img_capture li + li,
ol.img_capture li + li {
  margin-top: 40px;
}
ol.img_capture li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display:block;
  margin: -25px 0 0 -14px;
  border: 14px solid transparent;
  border-top: 14px solid #d20a0a;
}
ul.img_capture li img,
ol.img_capture li img {
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .img_capture ~ .img_capture li img {
    width: 250px;
    height: auto;
  }
}

/* 20200504 追加 カテゴリページのタグ */
.tag_group_wrapp .tag_group_ttl span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 26px;
  height: 26px;
  margin-top: -15px;
}
.tag_group_wrapp.is-open .tag_group_ttl,
.tag_group_wrapp.is-close .tag_group_ttl {
  cursor: pointer;
}
.tag_group_wrapp.is-open .tag_group_ttl span:after {
  background: url(../img/common/ico_minus_01.png) no-repeat 0 0;
}
.tag_group_wrapp.is-open .tag_group {
  display: block;
}
.tag_group_wrapp.is-close .tag_group_ttl span:after {
  background: url(../img/common/ico_plus_01.png) no-repeat 0 0;
}
.tag_group_wrapp.is-close .tag_group {
  display: none;
}
.tag_group {
  margin: 0;
  padding: 0 15px 0 15px;
  width: 100%;
}
.tag_group .tag {
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.tag_group .tag a {
  background: #fff url(../img/common/ico_arrow_right_01.png) no-repeat left 5px center;
  background-size: 5px;
  border: solid 1px #bc0809;
  border-radius: 4px;
  color: #bc0809;
  display: block;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 15px;
  float: left;
  /* line-height: 28px; */
}
.tag_group .tag a.label-primary {
  background-color: #fae6e6;
  border-color: #690505;
  color: #690505;
}
.tag_group .tag a.current,
.tag_group .tag a:hover{
  background: #bc0809 url(../img/common/ico_arrow_right_02.png) no-repeat left 5px center;
  background-size: 5px;
  color: #f6f0f0;
  text-decoration: none;
}
.tag_group .tag a.current.label-primary,
.tag_group .tag a.label-primary:hover {
  background-color: #690505;
}

