* {
    
        font-family: メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}


.title_bg_white {
    background: #ffffff;
    padding:20px;
    margin-bottom:10px;
    border-bottom: 1px #ccc solid;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
    section {
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      padding: 20px;
      margin-bottom: 20px;
    }
    section h2 {
      margin-bottom: 12px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px;
    }
    section h4 {
      margin-top: 5px;;
    }

    /* ボタン */
    .btn {
      display: inline-block;
      padding: 8px 16px;
      border-radius: 4px;
      color: #fff;
      margin-top: 10px;
      transition: opacity .2s;
    }
    .btn--primary {
      background-color: #ff8c00;
    }
    .btn--primary:hover { opacity: .8; }
    .btn--secondary {
      background-color: #f56a00;
    }
    .btn--secondary:hover { opacity: .8; }

    /* ペットカード */
    .pet-card {
      border-bottom: 1px solid #eee;
      padding: 10px 0;
    }

    /* レスポンシブ対応 */
    @media screen and (max-width: 768px) {
      .layout {
        flex-direction: column;
      }
      .sidebar {
        width: 100%;
        box-shadow: none;
      }
      .sidebar nav a {
        display: inline-block;
        margin: 5px 5px 5px 0;
      }
      .main {
        padding: 10px;
      }
      section {
        padding: 15px;
        margin-bottom: 15px;
      }
    }

@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
    .clinic_h5 {
        font-size:1.96em;
    }
    .clinic_h5_c {
        font-size:2.3em;
    }
    .owner_h5 {
        font-size:2.3em;
    }
}



.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.5em;
    background: #edf1f5; /*A文章部分背景色*/
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff; /*Q文章部分背景色*/
    padding: 10px 5px 10px 45px;
    color: #454545; /*Q文章文字色*/
    border-radius: 10px;
    font-size: 1rem;
}

.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    padding: 0em;
    color: white; /*Q文字色*/
    background: #9ed1ff; /*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 32px;
    left: 0em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    padding: 0em;
    color: white; /*A文字色*/
    background: #ffab8b; /*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 32px;
    left: 0em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 15px 45px;
    margin: 0;
    font-size: 1rem;
}

.boxQA ul {
    padding: 0 1em;
    position: relative;
}

.boxQA ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 4.2em;
    list-style-type: none !important;
}

.boxQA ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138"; /*アイコン種類*/
    position: absolute;
    left: 3.5em;
    color: #ffab8b; /*Aのリストのアイコンの色*/
}

.card .card-title_h{
    font-size: 1.3em;
    margin:10px 20px;
    /* font-weight: 600; */
}
.card .card-title_h .big {
    font-size: 1.6em;
    /* font-weight: 600; */
}

.card ol.ol_list {
    margin-left:15px;
    font-size:1.2em;
    line-height: 2em;
    /* font-weight: 600; */
}
.card ol.ol_list_2 {
    margin-left:5px;
    font-size:1.2em;
    line-height: 1.9em;
    /* font-weight: 600; */
}
.card ol.ol_list_2 ul{
    padding-left:10px;
    margin-bottom:21px;
    list-style-type: disc;
    font-size:0.9em;
    line-height: 1.2em;
}
.description .description_big {
    font-size: 1.2em;
    display: block;
    padding:5px 0;
}

.Newinfobody {
    height:215px;
    overflow-y:auto;
}
.boxNewinfo {

    clear:both;
}
.boxNewinfo .date{
    float:right;
    font-size: 0.8rem;
    padding-top:4px;
    padding-right:5px;
    border-bottom: #F96332 solid 1px;
}
.boxNewinfo .title{
    float:left;
    width:88%;
    padding:5px;
    font-size: 1rem;
    font-weight: bold;
    color:#ffffff;
    background: #F96332;
}
.boxNewinfo .contents{
    clear:both;
    font-size:initial;
}


span.IconA{height:20px; width:20px !important; display:inline-block; position:relative;}

.IconA{width:18px;}

.IconA:before{content:''; height:0; width:0; display:block; border:12px transparent double; border-right-width:0; border-left-color:#f96332; position:absolute; top:0px; left:0px;}




.boxNewinfo ,.boxNewinfo2 {

    clear:both;
}
.info_scroll {
    height:300px;
    overflow-y: auto;
}

.boxNewinfo2 .title{
    width:100%;
    padding:5px;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: dotted 1px #cccccc;
    overflow: hidden;

}
.boxNewinfo2 .title a{
    color:#013997;
    text-decoration: underline;
    display: block;
    width:calc(100% - 10em);
    float:left;


}
.boxNewinfo2 .date{
    float:left;
    font-size: 1rem;
    padding:1px 15px;
}

.boxNewinfo2 {
    overflow:hidden;
}
.boxNewinfo2 .clearboth{
    clear:both;
}
.newinfo-background--main {
    background-color: #f1f7f7;
}
.newinfo-agreement__item--l {
    margin-bottom:18px;
    margin-top: 5px;
    margin-left: 5px;
    font-size:16pt;
    float:left;
    width:calc(100% - 45px);

}
.newinfo-agreement__list {
    clear:both;

}
.newinfo-container__item{
}
.newinfo-container__column {
    width: 95%;
    margin: auto;

}
.newinfo-container__column@desktop {
    width:100%;
}
.newinfo-segment {
    margin-bottom: 15px;
    background-color: #fff;
}

.newinfo-date{
    float:right;
    margin-bottom:15px;
}

#waitcertificationmsg{
    float:right;
    width: 430px;
    margin-top: -45px;
    font-size: 80%;
    color: #dc3545;
    padding-right: 10px;
}

.badge-secondary,
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  border-color: #FF9B96;
  background-color: #FF9B96;
  color: #FFFFFF;
}
.bg-secondary {
    background-color: #FF9B96!important;
}

.d-none-no-important {
    display:none;
}
.col-bluf8-bgonly {
    background: #FFB236;
}

.shift_table {
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 1px;
}

.choose_menu_card {
    background:blanchedalmond;
}

.not_viewicon {
    display:inline-block;
    background: #9A6E00;
    color:#ffffff;
    padding:2px;
    font-size:0.9em;

}
.clinic-hidden{
    background: red;
    color:#ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.no_border_table td{
    border:none !important;
    padding:10px;
}
.back_skyblue {
    background: skyblue !important;
}
.back_khaki {
    background: khaki !important;
}
.bottom_border_bold {
    border-bottom: solid 1px #000000 !important;
}
.right_border_none {
    border-right: none !important;
}
.left_border_bold {
    border-left: solid 1px #000000 !important;
}

.newrows td{
    font-weight: bold;
    color:#013997;
}

.newrows td.nowrap{
    white-space: nowrap;
}

.mark-box {
    /* width: 200px; */
    /* height: 200px; */
    position: relative;
    /* padding: 30px; */
    /* background-color: #fef2f2; */
}
.mark-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    opacity:0.9;
    z-index: -2;
    border-color: #f00 transparent transparent transparent;
}
.mark-box:after {
    position: absolute;
    content: "NEW";
    transform: rotate(-315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 8px;
    right: 1px;
    text-align: center;
    z-index: -1;
    line-height: 1;
}

/* clinic/payment */
.payment_menu {
    background:#00B0F0;
    border-radius: 10px;
    width:85%;
    margin:auto;
    overflow:auto;
    display:table;
    font-size:14pt;
}
.payment_menu .vir_td {
    width:20%;
    padding:5px;
    text-align: center;
    min-height: 3.5em;
    display:table-cell;
    vertical-align: middle;
}
.payment_menu .vir_td a{
    color:#ffffff;
    font-weight: bold;
}

.payment_description1 {
    text-align: center;
    font-size:16pt;
    line-height: 1.8em;
    margin-bottom:4rem;
}

.payment_description_image {
    margin-bottom:4rem;
}

.payment_description1 .line{
    text-decoration: underline 5px #00AEFF;
    font-weight: bold;;
}
.payment_table {
    display: table;
    height: 360px;
    margin:auto;
    max-width: 1000px;
}
.payment_table .cell{
    display: table-cell;
    vertical-align: middle;
    min-width: 10%;
}
.payment_table .cell h4{
    text-align: center;
    font-weight: bold;
    margin:10px auto;
}
.payment_table .cell.logo{
    text-align: center;
    width:15%;
    padding:5px;
}
.payment_table .side{
    width:38%;
    padding:0 10px;
    vertical-align: top;
}

.payment_table .sky_list .boldfont{
    color:#0066FF;
    font-weight: bold;
    display: contents !important;
}
.payment_table .orange_list .boldfont{
    color:#FFA500;
    font-weight: bold;
    display: contents !important;
}
.payment_table .list {
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding:0;
    position:relative;
    margin-bottom: 1.8rem;
}
.payment_table .sky_list dd{
    border :3px solid #00AEFF;
}
.payment_table .sky_list dt {
    background: #00AEFF;
}
.payment_table .orange_list dd {
    border :3px solid #FFA500;
}
.payment_table .orange_list dt {
    background: #FFA500;
}
.payment_table .list dd{
    min-height: 5em;
    position:relative;
    margin:30px 5px;
    padding:3px;
    padding-left:35px;
    width: 100%;
    font-size:1.5em;
    border-left :0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    line-height: 1.8em;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    height:6em;
}
.payment_table .list dd:first-child,.payment_table .list dd:last-child{
    margin:5px;
}
.payment_table .list dt{
  position: absolute;
  left: -5px;
  width: 30px;
  height: 100%;
  top:0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size:16pt;
  border-radius: 25%;
  top: 50%;
  /* padding-top:50%; */

  vertical-align: bottom;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_text_forcenter {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.vertical_text {
    writing-mode: vertical-rl;
}


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow_to_right::before{

    box-sizing: border-box;
    width: 40px;
    height: 200px;
    border: 200px solid transparent;
    border-right: none;
    border-left: 40px solid #00AEFF;
}
.arrow_to_left::before{
    box-sizing: border-box;
    width: 40px;
    height: 200px;
    border: 200px solid transparent;
    border-left: none;
    border-right: 40px solid #FFA500;
    left:0px;
    /* margin-right: 10px; */
    /* right: 10px; */
}
.arrow_to_under::before{
    box-sizing: border-box;
    width: 190px;
    height: 20px;
    border: 190px solid transparent;
    border-bottom: none;
    top:-5px;
    bottom:10px;
    border-top: 25px solid #ffffff;
}
.arrow_to_under_sky::before{
    border-top-color: #00AEFF;
}
.arrow_to_under_orange::before{
    border-top-color: #FFA500;
}

.payment_title {
    margin:3rem auto;
}

.display_block {
    display:block;
}

.under_orange_line {
    border-bottom: solid 3px orangered;
    margin-bottom:3px;
}

.under_darkblue_line {
    border-bottom: solid 3px darkblue;
    margin-bottom:3px;
}

.doctor_select {
    float:right;
    font-size:0.7em;
    font-weight: 400;
}
.clinic_menu_icon {
    padding-left:30px;
}

.font13em {
    font-size: 1.3em;
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .clinic_h5 {
        font-size:inherit;
    }
    .clinic_h5_c {
        font-size:inherit;
    }
    .owner_h5 {
        font-size:1.7em;
    }

    .payment_menu {
        width:106%;
        margin-left:-3%;

    }

    .payment_menu .vir_td{
        padding:2px;
        font-size:3vw;
    }
    .payment_description1 {
        text-align: left;
        margin-bottom:0;
    }
    .payment_description_image {
        padding:0;
    }
    .payment_title {
        text-align: left;
    }

    .payment_table {
        transform: scale(0.9);
        transform-Origin: 0 0;
        font-size:80%;
        display: block;
        height:auto;
        width:100vw;
    }
    .payment_table .cell{

    }
    .payment_table .side{
        display: block;
        width:100%;
    }
    .arrow_to_under::before{
        /* width: 190px; */
        /* height: 20px; */
        border-left-width: 47vw;
        border-right-width: 47vw;
        margin:auto;
        /* border-bottom: none; */
        /* top:-5px; */
        /* bottom:10px; */
        /* border-top: 25px solid #ffffff; */
    }
    .center-sp {
        text-align: center;
    }

}

.account_delete {
    float:right;
    position: relative;
    top:-10px;
}

.invoice_history_table  th{
    background: #E0E7FA;
}