/**
 mixin
 */
.table-box > table > tbody > tr > td._link a {
  color: #0f2b77;
  text-decoration: none;
  border: 1px solid #EDE4C8;
  padding: 10px 25px;
  background-color: #F5F1E2; }

table.defTbl {
  width: 80%;
  text-align: center;
  margin: 20px auto 30px;
  border-collapse: collapse;
  border-right: #999 1px solid;
  border-top: #999 1px solid; }

.defTbl {
  table-layout: fixed; }

.w100p {
  width: 100% !important; }

.defTbl tr th {
  background: #E9F1FC; }

.oddTbl th, .oddTbl td, .defTbl th, .defTbl td {
  text-align: left;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 15px;
  border-bottom: #999 1px solid;
  border-left: #999 1px solid; }

table.text-center tr td, table.text-center tr th {
  text-align: center !important; }

.w10p {
  width: 10% !important; }

.w30p {
  width: 30% !important; }

.w20p {
  width: 20% !important; }

.defTbl td {
  padding: 5px 8px; }

.defTbl td .text-number {
  font-size: 34px; }

.defTbl td .blue-strong {
  font-size: 18px; }

.blue-strong {
  color: #00319A !important;
  font-weight: bold; }

.red-strong {
  color: #D93F3F !important;
  font-weight: bold; }

a, a:link {
  color: #203e91;
  text-decoration: none;
  outline: none; }

.defTbl td .loan-btn {
  background-color: #F5F1E2;
  border: 1px solid #EDE4C8;
  padding: 10px 10px 7px; }

.outpatient-bottom-wrap {
  padding: 15px 10% 20px; }

.bottom-wrap, .outpatient-bottom-wrap {
  margin: 40px auto 30px;
  text-align: center;
  background: #F5F5F5;
  border-top: 4px solid #003087;
  padding: 35px 16% 40px; }

.outpatient-bottom-wrap p {
  text-align: left;
  margin-bottom: 15px; }

.outpatient-bottom-wrap .outpatient-btn-white {
  padding: 0 40px; }

a .btn-white, .outpatient-bottom-wrap a .btn-white {
  width: 100%;
  height: 100%;
  color: #85A2E6;
  margin: 0 auto 10px;
  display: block;
  font-size: 24px;
  padding: 10px 15px 10px 0;
  background-image: url(/assets/care/outpatient/immunotherapy/images/sub_arw.png);
  background-position: 97% 49%;
  background-repeat: no-repeat;
  background-size: 24px auto; }

.btn-white, .outpatient-bottom-wrap .btn-white {
  background: #fff;
  border: 1px solid #C5DBF7;
  text-align: center;
  padding: 7px 1.5em 6px 0.5em;
  line-height: 1.5; }

@media screen and (max-width: 979px) {
  table.defTbl {
    margin: 10px auto 20px; }
  .oddTbl th, .oddTbl td, .defTbl th, .defTbl td {
    font-size: 12px;
    padding: 7px 0px;
    height: auto; }
  .defTbl td .text-number {
    font-size: 14px; }
  .defTbl td .blue-strong {
    font-size: 12px; }
  .defTbl td .loan-btn {
    padding: 7px 6px 4px; }
  table.w100p td {
    font-size: 10px; }
  .outpatient-bottom-wrap .outpatient-btn-white {
    padding: 0; }
  .outpatient-bottom-wrap {
    padding: 10px 3% 15px; }
  .bottom-wrap, .sub #right-contents .outpatient-bottom-wrap {
    margin: 10px auto 16px;
    padding: 25px 6% 20px;
    border-top: none; }
  .table-box table {
    width: 500px !important; }
  .table-box > table > tbody > tr > th, .table-box > table > tbody > tr > td {
    font-size: 14px;
    padding: 5px 7px; }
  .bottom-wrap a .btn-white, .outpatient-bottom-wrap a .btn-white {
    font-size: 16px;
    color: #0148cb;
    font-weight: bold;
    padding: 11px 15px 9px 0;
    background-size: 16px auto;
    background-image: url(/assets/care/outpatient/immunotherapy/images/sub_arw_blue.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto; }
  .outpatient-bottom-wrap .btn-white {
    padding: 7px 12px 5px 1px;
    background: #fff;
    border: 1px solid #0148cb;
    border-radius: 5px;
    box-shadow: 0 3px #0148cb; } }

.red___box {
  background: #f00;
  color: #fff;
  padding: 5px;
  margin-right: 10px; }

.cv__wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 50px; }
  @media (max-width: 979px) {
    .cv__wrap {
      display: block;
      margin: 30px 10px; } }
  @media (max-width: 979px) {
    .cv__wrap .col:last-child {
      margin-top: 20px; } }

@media (max-width: 979px) {
  .outpatient-bottom-wrap .aC {
    text-align: center; } }

.aC {
  text-align: right; }
  .aC__tel__txt {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold; }
    @media (max-width: 979px) {
      .aC__tel__txt {
        font-size: 16px; } }
  .aC__tel__num {
    position: relative;
    font-weight: bold;
    font-size: 38px;
    font-family: sans-serif;
    vertical-align: middle;
    padding-left: 60px; }
    @media (max-width: 979px) {
      .aC__tel__num {
        display: block;
        font-size: 25px;
        padding-left: 0; } }
    .aC__tel__num::after {
      content: "";
      position: absolute;
      background: url(/assets/images/common/common_tel_blue.png) no-repeat;
      background-size: contain;
      width: 30px;
      height: 30px;
      left: 20px;
      top: 50%;
      transform: translateY(-60%); }
      @media (max-width: 979px) {
        .aC__tel__num::after {
          width: 25px;
          height: 25px;
          left: 10px; } }
  .aC__tel small {
    display: block; }

.pink_box {
  background: #ff54a9;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 5%;
  display: inline-block; }

.red___box {
  background: #f00;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  padding: 5px 5px;
  margin-right: 10px; }

._text_bold {
  font-weight: bold; }

.table-box table tr a {
  text-decoration: none;
  color: #0e2b77; }
