/**
 mixin
 */
.mv {
  background-color: #eef5ff;
  text-align: center; }

b.red {
  color: #d20f0f; }

b.blue {
  color: #3a5993; }

.lNav {
  margin-top: 30px; }
  .lNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .lNav ul li {
      width: 24%; }
      .lNav ul li a {
        display: block;
        border: 1px solid #002c89;
        min-height: 55px;
        display: flex;
        align-items: center;
        padding: 0 30px;
        text-decoration: none;
        line-height: 1.3;
        box-shadow: 4px 4px 0 #002c89;
        position: relative;
        top: 0;
        left: 0;
        transition: .3s;
        position: relative; }
        .lNav ul li a::after {
          content: "";
          position: absolute;
          height: 8px;
          width: 8px;
          border-bottom: 2px solid #002c89;
          border-right: 2px solid #002c89;
          right: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(45deg); }
        .lNav ul li a:hover {
          top: 4px;
          left: 4px;
          box-shadow: 0 0 0 #002c89; }

.iz_exp {
  padding-bottom: 80px;
  padding-top: 60px;
  width: 980px;
  margin: 0 auto; }
  .iz_exp h2 {
    text-align: center;
    color: #fff;
    background: #3a5993;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 0; }
  .iz_exp .wtbx {
    background: #fff;
    border-radius: 5px;
    padding: 15px 5%;
    text-align: center;
    color: #3a5993;
    font-size: 20px; }
    .iz_exp .wtbx strong {
      display: inline-block;
      font-size: 26px;
      text-decoration: underline;
      -webkit-text-decoration-color: #fffb70;
              text-decoration-color: #fffb70;
      margin: 0 auto; }
      .iz_exp .wtbx strong::after {
        content: '';
        border-bottom: 4px solid #ccc; }
  .iz_exp b {
    color: #d20f0f; }

.iz_treat {
  padding-bottom: 100px;
  width: 980px;
  margin: 0 auto; }
  .iz_treat h2 {
    text-align: center;
    color: #fff;
    background: #3a5993;
    font-size: 22px;
    font-weight: normal;
    padding: 10px; }
  .iz_treat table {
    border-spacing: 0; }
    .iz_treat table tr th {
      width: 25%;
      background: #3a5993;
      color: #fff;
      font-weight: normal;
      padding: 15px 1%;
      border-right: 1px solid #aaa;
      border-bottom: 1px solid #aaa; }
      .iz_treat table tr th:first-child {
        width: 15%;
        background: #6c88bf;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa; }
    .iz_treat table tr td {
      width: 25%;
      padding: 20px 1%;
      border-right: 1px solid #aaa;
      border-bottom: 1px solid #aaa; }
      .iz_treat table tr td:first-child {
        width: 10%;
        background: #6c88bf;
        color: #fff;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        text-align: center; }
      .iz_treat table tr td.sub_category {
        background: #f2f4ff;
        color: #3a5993;
        width: 7%;
        text-align: center;
        font-weight: bold; }

.iz_note {
  padding-bottom: 60px;
  width: 980px;
  margin: 0 auto; }
  .iz_note h2 {
    text-align: center;
    color: #fff;
    background: #3a5993;
    font-size: 22px;
    font-weight: normal;
    padding: 10px; }
  .iz_note dl {
    background: #fff; }
    .iz_note dl + dl {
      margin-top: 35px; }
    .iz_note dl dt {
      background: #1e3676;
      color: #fff;
      text-align: center;
      font-size: 20px;
      padding: 10px;
      border-radius: 8px 8px 0 0; }
    .iz_note dl dd {
      padding: 30px 5%; }
      .iz_note dl dd i {
        color: #0f2b77;
        font-style: normal; }
      .iz_note dl dd small {
        display: block;
        margin-top: 10px; }
      .iz_note dl dd .blbx {
        background: #f2f3f8;
        font-size: 18px;
        font-weight: bold;
        color: #0f2b77;
        padding: 15px 5%;
        line-height: 2.2;
        margin: 25px 0; }
  .iz_note p + p {
    margin-top: 25px !important;
    border-top: 1px solid #0f2b77;
    padding-top: 25px; }
  .iz_note .tabacc.-pc-accordion > .contents > .title {
    display: flex;
    align-items: center;
    position: relative;
    margin: -1px;
    padding: 10px 50px 10px 20px;
    min-height: 75px;
    color: #0f2b77;
    background-color: #ffffff;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #0f2b77; }
  .iz_note .tabacc.-pc-accordion > .contents > .content {
    margin-bottom: 25px;
    border: none; }
  .iz_note .tabacc.-pc-accordion > .contents > .title.-open::after {
    background-image: url(/assets/images/common/ico_minus-invert.png); }
  .iz_note .tabacc.-pc-accordion > .contents > .title::after {
    background: #3a5993 url(/assets/images/common/ico_plus-invert.png) 50% 50% no-repeat;
    background-size: 13px auto; }

.iz_cv {
  background: #eee;
  padding: 10px 0 60px; }

.cv {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4; }
  .cv__txt {
    color: #003b94; }
  .cv__tel {
    font-size: 50px;
    font-weight: bold; }
    .cv__tel a {
      position: relative;
      line-height: 1.2; }
      .cv__tel a::before {
        content: url(https://www.sbc-hospital.jp/immunotherapy/images/tel.png);
        position: absolute;
        left: -10px;
        top: calc(50% + -5px);
        transform: translate(-100%, -50%); }
  .cv__btnWrap {
    display: flex;
    justify-content: space-between;
    margin: 7px 100px 0; }
    .cv__btnWrap a {
      width: 49%;
      display: block;
      text-decoration: none;
      background-color: #003e92;
      color: #fff;
      padding: 20px 0;
      position: relative; }
      .cv__btnWrap a:last-of-type {
        background-color: #2e5ebc; }
      .cv__btnWrap a::after {
        content: "";
        height: 8px;
        width: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        right: 15px; }

.Internal-plan {
  text-align: center;
  margin-top: 40px; }
  .Internal-plan a.button-normal {
    padding: 20px 70px;
    border-radius: 999px; }
    @media (max-width: 979px) {
      .Internal-plan a.button-normal {
        padding: 15px 40px;
        font-size: 16px; } }

@media (max-width: 979px) {
  .page-inner {
    padding: 0 3%; }
  .lNav {
    margin-top: 20px; }
    .lNav ul {
      display: block; }
      .lNav ul li {
        width: 100%; }
        .lNav ul li a {
          position: relative;
          text-decoration: none;
          border-bottom: 2px dashed #8991c2;
          padding: 10px 40px 10px 10px;
          display: block;
          box-shadow: none;
          border-top: none;
          border-left: none;
          border-right: none;
          min-height: auto;
          margin: 0 3%; }
          .lNav ul li a::after {
            content: "";
            position: absolute;
            height: 8px;
            width: 8px;
            border-bottom: 2px solid #002c89;
            border-right: 2px solid #002c89;
            right: 15px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg); }
  .iz_exp {
    padding-bottom: 60px;
    padding-top: 45px;
    width: 100%;
    margin: 0 auto; }
    .iz_exp h2 {
      font-size: 4.4vw; }
    .iz_exp .wtbx strong {
      font-size: 4.3vw; }
  .iz_treat {
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto; }
    .iz_treat h2 {
      font-size: 4.4vw; }
  .iz_note {
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto; }
    .iz_note h2 {
      font-size: 4.4vw; }
  .cv {
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    line-height: 1.4; }
    .cv__txt {
      color: #003b94;
      font-size: 14px;
      margin-bottom: 5px; }
    .cv__tel {
      font-size: 34px;
      font-weight: bold; }
      .cv__tel a {
        position: relative;
        line-height: 1.2;
        text-decoration: none; }
        .cv__tel a::before {
          content: url(https://www.sbc-hospital.jp/immunotherapy/images/tel.png);
          transform: translateY(-3px);
          margin-right: 10px;
          display: inline-block; }
    .cv__btnWrap {
      display: flex;
      justify-content: space-between;
      margin: 7px 10px 0; }
      .cv__btnWrap a {
        width: 49%;
        display: block;
        text-decoration: none;
        background-color: #003e92;
        color: #fff;
        padding: 10px 0;
        position: relative; }
        .cv__btnWrap a:last-of-type {
          background-color: #2e5ebc; }
        .cv__btnWrap a::after {
          content: "";
          height: 8px;
          width: 8px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(45deg);
          right: 15px; }
  .Internal-plan {
    padding: 0 5%; }
  .button-normal {
    font-size: 4.2vw;
    margin-top: 20px; }
  .cv__tel {
    font-size: 8vw;
    font-weight: bold; }
  .cv__tel a::before {
    content: url(https://www.sbc-hospital.jp/immunotherapy/images/tel.png);
    position: absolute;
    left: -12vw;
    top: calc(20% + -5px); } }
