@charset "UTF-8";
/* Scss Document */
/* color */
@media screen and (max-width: 960px) {
  #main section .search_product .search_box .left {
    width: 400px;
  }
  #main section .search_product .search_box .right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 840px) {
  #staff .staff_top {
    display: block;
  }
  #staff .staff_top > div:nth-child(1),
  #staff .staff_top > div:nth-child(2) {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  #staff .staff_top > div:nth-child(2) {
    margin-top: 30px;
  }
  #staff .staff_top .thumbnail {
    margin-top: 10px;
  }
  #staff .box_list.top li a.box_btn {
    height: 100px;
  }
  #staff .banner_list li {
    width: calc(50% - 5px);
  }
  #staff .banner_list li:nth-child(odd) {
    margin-right: 10px;
  }
  #staff .banner_list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* common */
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  #main section {
    padding: 40px 0 0;
  }
  #main section > section {
    padding: 0 0 20px;
  }
  #main section > section:last-child {
    padding: 0;
  }

  #main section:last-child,
  #main section.sec {
    padding: 40px 0;
  }

  #main section p {
    line-height: 1.7;
    margin: 0 0 1.2rem;
  }

  h1, .h1 {
    font-size: 2.1rem;
  }

  h2, .h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 5px;
    position: relative;
  }

  h2.en {
    margin: 0;
    padding: 0;
  }

  h2 + .en {
    margin: 0 0 20px;
  }

  h3 {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }

  h4 {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  h5 {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }

  .btn {
    padding: 5px 20px;
    margin: 20px auto 0;
  }

  .btn.blue,
  .btn.white {
    padding: 5px 30px;
  }

  .btn.box {
    padding: 10px;
  }

  .two_list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .two_list li:nth-child(2) {
    margin-top: 15px;
  }

  .three_list li,
  .three_list li:nth-child(3n) {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }

  .three_list li:nth-child(even) {
    margin-right: 0;
  }

  .five_list li,
  .five_list li:nth-child(5n) {
    float: left;
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }

  .five_list li:nth-child(even) {
    margin-right: 0;
  }

  .breadcrumb {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .breadcrumb div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-title div {
    height: 100px;
  }

  .page-title.right {
    background-position: right center;
  }

  .page-title.left {
    background-position: left center;
  }

  .box1 .left, .box1 .right, .box2 .left, .box2 .right {
    float: none;
    width: 100%;
  }

  .box1 .left {
    margin: 0 0 20px;
  }
  .box1 .right {
    text-align: center;
  }

  .box2 {
    display: grid;
    flex-direction: row;
  }
  .box2 .right {
    order: 1;
    margin: 0 0 20px;
  }
  .box2 .left {
    order: 2;
    text-align: center;
  }

  .box1 img, .box2 img {
    max-width: 80%;
  }

  .pagelist li {
    width: calc(50% - 7.5px);
    margin: 0 15px 20px 0;
  }
  .pagelist li .name {
    margin: 10px 0 5px;
    font-size: 1.4rem;
  }

  .table td, .table th {
    padding: 5px;
  }

  .list li {
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
  }

  .num_list li {
    margin-bottom: 1.2rem;
    padding-left: 2.6rem;
  }
  .num_list li:before {
    width: 2rem;
  }

  .arrow_b:before, .arrow_g:before {
    top: -2px;
  }

  p.img img {
    margin: 0 auto;
    max-width: 80%;
    display: table;
  }
  p.img img:first-child {
    margin-bottom: 15px;
  }

  /* page */
  #top #mainvisual .slick-next {
    right: 0;
  }
  #top #mainvisual .slick-prev {
    left: 0;
  }
  #top #news .tab_item {
    height: 40px;
    line-height: 40px;
  }
  #top #news ul.newslist li a {
    padding: 10px 0;
  }
  #top #news ul.newslist li a .date {
    margin-right: 10px;
  }
  #top #news ul.newslist li a .title {
    margin-top: 5px;
  }
  #top #news ul.newslist li a.tri_b {
    padding: 10px 0 10px 15px;
  }
  #top #point {
    padding: 30px 15px 0;
  }
  #top #point ul li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #top #point ul li h3 {
    font-size: 1.6rem;
  }
  #top #point ul li img {
    width: calc(100% - 100px);
    max-width: 400px;
  }
  #top #point ul li:last-child {
    margin-bottom: 0;
  }
  #top #contents .three_list li, #top #contents .three_list li:nth-child(even) {
    margin: 0 0 15px;
    width: 100%;
  }
  #top #contents .three_list li img, #top #contents .three_list li:nth-child(even) img {
    width: calc(100% - 100px);
    max-width: 400px;
    display: table;
    margin: auto;
  }
  #top #org ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    text-align: center;
  }
  #top #org ul li:nth-child(even) {
    margin-right: 0;
  }
  #top #org ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
  #top #org ul li:nth-child(-n+3) {
    margin-bottom: 0;
  }
  #top #org ul li:last-child {
    margin-right: 0;
  }
  #top #org ul li:nth-child(2) {
    margin: 0;
  }
  #top #org ul li:nth-child(4) {
    margin: 15px 0 0;
  }

  #parkinson table td {
    font-size: 1.4rem;
  }
  #parkinson table td:first-child {
    width: 6.2rem;
  }

  #cirrhosis .box1 .left, #cirrhosis .box1 .right {
    width: 100%;
  }

  #generic .generic_card {
    max-width: 700px;
    margin: 0 auto;
  }
  #generic .generic_card li:first-child {
    float: none;
    margin: 0 0 20px;
  }
  #generic .generic_card li:last-child {
    float: none;
  }

  #root .agree .btn {
    min-width: 120px;
    margin: 10px 10px 0;
  }

  #sitemap .left, #sitemap .right {
    width: 100%;
    float: none;
    margin: 0;
  }
  #sitemap ul > li {
    margin-bottom: 15px;
  }
  #sitemap ul > li > a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  #sitemap ul > li li > a {
    padding: 10px 10px;
    font-weight: normal;
    font-size: 1.4rem;
  }
  #sitemap ul > li a:before {
    width: 8px;
    height: 8px;
  }
  #sitemap ul > li li a:before {
    width: 6px;
    height: 6px;
  }

  #office .map {
    margin-bottom: 15px;
  }
  #office .train, #office .car {
    width: 100%;
    padding: 10px;
    float: none;
  }
  #office .train {
    margin-bottom: 15px;
  }
  #office ul {
    margin-top: 15px;
  }
  #office ul li p {
    margin-top: 5px;
  }
  #office .toggle {
    margin-bottom: 20px;
  }
  #office .tokyo .flex_box {
    display: block;
  }
  #office .tokyo .flex_box .left {
    width: 100%;
  }
  #office .tokyo .flex_box .right {
    order: 1;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }

  #code section a {
    padding: 15px;
  }
  #code section a .update {
    right: 15px;
    top: 15px;
  }
  #code section a li, #code section a li:nth-child(-n+3) {
    margin-top: 5px;
    width: 100%;
  }

  #materials ul li a {
    padding: 10px 0;
  }
  #materials ul li .add {
    padding: 0 0 10px;
    display: block;
    float: none;
    text-align: right;
  }

  #approach .orangebook .left, #approach .orangebook .right {
    width: 100%;
  }
  #approach .history li {
    padding: 10px;
  }
  #approach .address {
    text-align: center;
  }
  #approach .address .tel {
    font-size: 2.8rem;
  }
  #approach .address .tel:before {
    margin-right: 5px;
  }

  #charter h3 {
    font-size: 2rem;
  }

  #vision h2 {
    font-size: 1.6rem;
  }
  #vision h2:before {
    top: -10px;
    width: 15px;
    height: 20px;
    margin-left: -10px;
  }
  #vision h2:after {
    bottom: -12px;
    width: 20px;
    height: 20px;
    margin-right: -10px;
  }

  #outline .table th, #outline .table td:first-child,
  #history .table th,
  #history .table td:first-child {
    width: 10rem;
  }
  #outline .table th, #outline .table td,
  #history .table th,
  #history .table td {
    padding: 15px 0;
    font-size: 1.4rem;
  }

  #info .tab_item {
    height: 40px;
    line-height: 40px;
    width: calc(100%/2);
    border-bottom: none;
  }
  #info .tab_item:nth-of-type(-n+2) {
    border-bottom: none;
  }
  #info .tab_item:nth-of-type(2n) {
    border-right: 1px solid #ddd;
  }
  #info .tab_item:nth-last-of-type(-n+2) {
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
  }
  #info .infolist li {
    padding: 10px 0;
  }

  .pager li {
    margin: 0 3px;
  }
  .pager li a, .pager li span {
    height: 30px;
    padding: 5px 10px;
    min-width: 30px;
    font-size: 1.4rem;
  }

  #contact_form span.error {
    margin-top: 10px;
  }
  #contact_form .list {
    margin-top: 30px;
  }
  #contact_form .table td, #contact_form .table th {
    padding: 15px 0;
  }
  #contact_form .table td:nth-child(1) {
    width: 30%;
    min-width: 12rem;
    padding-right: 1rem;
  }
  #contact_form .table td:nth-child(2) {
    width: 70%;
  }
  #contact_form .table input[type=text],
  #contact_form .table input[type=email] {
    height: 30px;
    width: 100%;
  }
  #contact_form .table select {
    height: 30px;
  }
  #contact_form .table .address {
    margin-top: 10px;
  }
  #contact_form .table .horizontal-item {
    width: 10rem;
    margin-left: 0;
    display: inline-block;
  }
  #contact_form .table .horizontal-item:nth-of-type(-n+4) {
    margin-bottom: 10px;
  }
  #contact_form .btn {
    width: 140px;
  }
  #contact_form .mwform-tel-field input[type=text] {
    width: auto;
  }
  #contact_form .mw_wp_form_confirm .btn {
    margin: 20px 10px 0;
  }

  #orangebook .box1 .left, #orangebook .box1 .right {
    width: 100%;
  }

  #transparency table td:first-child {
    vertical-align: top;
    width: auto;
    padding: 0 1.6rem;
  }
  #transparency table td:first-child:after {
    top: 10px;
    bottom: auto;
  }
  #transparency table td span {
    padding-right: 0.5rem;
  }

  #philosophy .box1 .left, #philosophy .box1 .right, #philosophy .box2 .left, #philosophy .box2 .right {
    width: 100% !important;
  }
  #philosophy .tar span strong img {
    max-width: none;
  }
  #philosophy h4 {
    font-size: 1.8rem;
  }
  #philosophy .think {
    padding: 30px 0;
  }
  #philosophy .think table th, #philosophy .think table td {
    padding: 15px 10px;
  }
  #philosophy .think table th {
    font-size: 1.4rem;
  }
  #philosophy .think table td {
    font-size: 1.8rem;
  }
  #philosophy h5 {
    text-align: center;
  }

  #main section .search_product {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #main section .search_product h2 {
    font-size: 1.8rem;
  }
  #main section .search_product .search_box .left, #main section .search_product .search_box .right {
    width: 100%;
    float: none;
  }
  #main section .search_product .search_box .left, #main section .search_product .search_box .text {
    margin-bottom: 20px;
  }
  #main section .search_product .search_box .left .tac {
    width: 100%;
  }
  #main section .search_product .words_list {
    background: #FFF;
    padding: 2%;
    width: 100%;
  }
  #main section .search_product .words_list li {
    width: 18.4%;
    margin-right: 2%;
  }
  #main section .search_product .words_list li a {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    padding: 5px;
  }
  #main section .search_product .words_list li:nth-child(-n+5) {
    margin-bottom: 2%;
  }
  #main section .search_product .words_list li:nth-child(5n) {
    margin-right: 0;
  }
  #main section .search_product .input {
    position: relative;
  }
  #main section .search_product .input input[type=text] {
    border: solid 1px #CCC;
    border-radius: 0;
    background: #FFF;
    height: 40px;
    padding: 5px;
    width: calc(100% - 100px);
  }
  #main section .search_product .input select {
    border: solid 1px #CCC;
    border-radius: 0;
    background: #FFF;
    height: 40px;
    padding: 5px;
    width: calc(100% - 100px);
  }
  #main section .search_product .input input[type="submit"] {
    background-color: #3589c3;
    background-size: auto 24px;
    width: 80px;
    height: 40px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    color: #FFF;
  }
  #main section .search_product .text {
    margin-bottom: 30px;
  }

  .box_list li, .box_list li:nth-child(3n) {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .box_list li a.box_btn, .box_list li:nth-child(3n) a.box_btn {
    max-width: none;
    padding: 10px;
  }
  .box_list li a.box_btn h3, .box_list li:nth-child(3n) a.box_btn h3 {
    font-size: 1.6rem;
  }
  .box_list li a.box_btn p br, .box_list li:nth-child(3n) a.box_btn p br {
    display: none;
  }

  #product.archive .table th:nth-child(n + 3),
  #product.archive .table td:nth-child(n + 3) {
    display: none;
  }
  #product.archive .table th:nth-child(-n + 2),
  #product.archive .table td:nth-child(-n + 2) {
    width: 400px;
  }
  #product.archive thead.fixed {
    width: calc(100% - 30px);
  }

  #product.single h1 {
    border-bottom: solid 1px #ddd;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #product.single h1 span {
    display: block;
    margin: 5px 0;
    font-size: 1.2rem;
  }
  #product.single section > section {
    padding-bottom: 40px;
  }
  #product.single section > section:last-child {
    padding-bottom: 0;
  }
  #product.single .table tbody th {
    font-size: 1.4rem;
    background: #f3f3f3;
    width: 120px;
  }
  #product.single .table tbody td {
    width: calc(100% - 120px);
  }
  #product.single .table tbody td .advice {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #product.single .box .left, #product.single .box .right {
    width: 100%;
    float: none;
  }
  #product.single .box .left {
    margin-bottom: 40px;
  }
  #product.single .box .table tbody th {
    width: 120px;
  }
  #product.single .box .table tbody td {
    width: calc(100% - 120px);
  }
  #product.single .photo {
    padding: 10px;
  }
  #product.single .photo img {
    height: auto;
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
    float: left;
    display: block;
  }
  #product.single .photo img:nth-child(n+3) {
    margin: 10px 10px 0 0;
  }
  #product.single .photo img:nth-child(even) {
    margin-right: 0;
  }
  #product.single .photo:after {
    content: "";
    clear: both;
    display: block;
  }
  #product.single h3 span {
    font-size: 1.2rem;
  }

  #careers .table td, #careers .table th {
    padding: 10px 0;
  }
  #careers .table th {
    background: none;
    width: 12rem;
  }
  #careers .table td .btn {
    width: 120px;
  }
  #careers ul {
    display: block;
  }
  #careers ul li {
    width: 100%;
  }
  #careers ul li:not(:last-child) {
    margin: 0 0 20px;
  }
  #careers ul li a {
    font-size: 1.6rem;
    padding: 10px;
  }
  #careers ul li a .more {
    bottom: 10px;
    right: 10px;
  }

  #staff .box_list li,
  #staff .box_list.top li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  #staff .box_list li a.box_btn,
  #staff .box_list.top li a.box_btn {
    padding: 8px;
    min-height: 52px;
    max-height: 80px;
  }
  #staff .box_list li a.box_btn h4 span,
  #staff .box_list.top li a.box_btn h4 span {
    font-size: 1.2rem;
  }
  #staff .box_list.top {
    display: block;
    /*
		li:nth-child(1) { order: 1; }
		li:nth-child(4) { order: 2; }
		li:nth-child(2) { order: 3; }
		li:nth-child(5) { order: 4; }
		li:nth-child(3) { order: 5; }
		li:nth-child(6) { order: 6; }
    */
  }
  #staff .box_list.top li:nth-child(4) a:after {
    font-size: 1.6rem;
    top: 15px;
  }
  #staff .box_list.bottom {
    flex-wrap: wrap;
  }
  #staff .box_list.bottom li {
    margin: 10px 0;
  }
  #staff .box_list.bottom li a {
    min-height: 70px;
  }
  #staff .three_list.links li {
    width: 100%;
    margin-bottom: 10px;
  }
  #staff .tel > div:nth-child(n+2) {
    margin-top: 30px;
  }
  #staff .tel .number {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #staff .tel h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #staff .tel h5 {
    font-size: 1.4rem;
  }
  #staff .tel hr {
    margin: 10px 0;
  }

  #corporate li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .english #top #mainvisual {
    padding: 30px 0;
    height: 180px;
  }
  .english #top #mainvisual h2 {
    font-size: 1.6rem;
  }
  .english #top #point ul:nth-child(2) {
    margin: 30px 0;
  }
  .english #top #point ul:nth-child(2) li:nth-last-child(-n+2) h3 span {
    padding: 10px 0;
  }
  .english #business .network {
    background: none;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .english #business .network ul {
    margin: 20px 0 0;
  }
  .english #business .network ul li {
    line-height: 1.8;
    position: static;
  }
  .english #business .network ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: center/contain no-repeat;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    transform: rotate(-45deg);
    margin-right: 10px;
    top: -2px;
  }
  .english #development .profile .left {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .english #development .profile .right {
    float: none;
    width: 100%;
  }
  .english #message .box2 .left {
    width: 100%;
    text-align: left;
  }
  .english #message .box2 .right {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 160px;
  }
  .english #message .box2 .right img {
    max-width: none;
    width: 100%;
  }
  .english #governance .table th, .english #governance .table td, .english #operation .table th, .english #operation .table td {
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .english #governance .table th p, .english #operation .table th p {
    font-size: 1.2rem;
  }
  .english #corporate .table th, .english #corporate .table td {
    padding: 15px 0;
    font-size: 1.2rem;
  }
  .english #office dd {
    display: block !important;
  }
  .english #office dd .left {
    width: 100%;
  }
  .english #office dd .right {
    text-align: center;
    width: 100%;
  }
  .english #office dd .right .three_list {
    margin: 15px 0;
  }
  .english #sitemap .right, .english #sitemap .left {
    width: 100%;
    margin: 0;
  }

  #schedule .table1 td {
    padding: 3px;
  }
  #schedule .table2 td {
    padding: 10px;
  }

  .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner {
    width: 100%;
    padding: 0 15px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner .ohr-imatinib-select-box:not(:first-child) {
    margin-top: 56px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner .ohr-imatinib-select-box:not(:first-child):before, .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner .ohr-imatinib-select-box:not(:first-child):after {
    top: -36px;
    height: 30px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner .ohr-imatinib-select-box .ohr-imatinib-select-ttl {
    font-size: 16px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-simulate .ohr-imatinib-simulate-inner .ohr-imatinib-select-box .ohr-imatinib-select-ttl:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #f2b410;
  }
  .ohr-imatinib-wrap .radio-box label input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 50%;
  }
  .ohr-imatinib-wrap .radio-box label input[type="radio"] + span {
    font-size: 14px;
  }
  .ohr-imatinib-wrap .radio-box label input[type="radio"]:checked {
    background: #000;
  }
  .ohr-imatinib-wrap .ohr-imatinib-prescription {
    display: none;
    margin-top: 10px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box {
    margin-top: 29px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner button {
    color: #ffffff;
    width: 140px;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner button:first-child {
    margin-right: 28px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner button:hover {
    opacity: 1;
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner button.disabled {
    background: #808080;
    background: -moz-linear-gradient(top, #808080 51%, #777777 51%);
    background: -webkit-linear-gradient(top, #808080 51%, #777777 51%);
    background: linear-gradient(to bottom, #808080 51%, #777777 51%);
  }
  .ohr-imatinib-wrap .ohr-imatinib-action-box .ohr-imatinib-action-inner button.active {
    background: #21bba2;
    background: -moz-linear-gradient(top, #21bba2 51%, #20a892 51%);
    background: -webkit-linear-gradient(top, #21bba2 51%, #20a892 51%);
    background: linear-gradient(to bottom, #21bba2 51%, #20a892 51%);
    cursor: pointer;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result {
    position: relative;
    margin: 60px 0 18px;
    background: #f2f8ff;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result:before {
    position: absolute;
    top: -42px;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #a6a6a6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div h4 {
    position: relative;
    padding-left: 36px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #519cdf;
    transform: translateY(calc(-50% + 10px));
    -webkit-transform: translateY(calc(-50% + 10px));
    -moz-transform: translateY(calc(-50% + 10px));
    -ms-transform: translateY(calc(-50% + 10px));
    -o-transform: translateY(calc(-50% + 10px));
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div h4 span {
    font-size: 20px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table {
    border: none;
    width: 100%;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr:first-child {
    background: #fff;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr td {
    display: block;
    border: none;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    text-align: center;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr td:nth-child(2) {
    border-top: 1px solid #ddd;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr td .self_pay, .ohr-imatinib-wrap .ohr-imatinib-result div table tr td .difference {
    font-size: 18px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr td p {
    position: relative;
    font-size: 12px;
    text-align: left;
    padding-left: 14px;
    margin: 0;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table tr td p:before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
  }
  .ohr-imatinib-wrap .ohr-imatinib-result div table .diff_row {
    background: #f6f6f6;
  }
  .ohr-imatinib-wrap .ohr-imatinib-remarks {
    margin-bottom: 76px;
  }
  .ohr-imatinib-wrap .ohr-imatinib-remarks h4 {
    margin-bottom: 0;
  }
  .ohr-imatinib-wrap .ohr-imatinib-remarks .remarks_box {
    display: none;
  }
  .ohr-imatinib-wrap .ohr-imatinib-remarks .remarks04 span {
    padding-left: 14px;
  }
}
