nav h1 img {
    margin-right: 1em;
}
.owl-carousel .owl-item img {
object-fit: cover;
max-height: 350px;
}
.drug_price_body p b {
  font-weight: 900;
  font-size: 110%;
  color: #000;
}
.drug_price .img_box {
    position: relative;
    border: 1px solid #fff;
    overflow: hidden !important;
    margin-bottom: 1em;
    border-radius: 10px;
}
.drug_price .img_box img {
    position: relative;
    top: 0;
    transition: .5s;
    object-fit:cover;
    width: 100%;
    height: 100%;
}
.drag_part_box {
  display: flex;
}
.drag_part_box .img_box {
  width: 25%;
  margin-right: 1em;
}
.drug_price_body strong {
    font-size: calc(0.8rem + 1.5vw);
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    margin-left: 0.3em;
}
.drag_icon {
  position: relative;
}
.drag_icon img {
  width: 60%;
  height: auto;
  max-width: 100%;
  
}
.price_title {
  border-bottom: 1px solid #0463FA;
}

.drug_price h4 {
   /* font-size: calc(1rem + .2vw);*/
   font-size: 1.2rem;
}
.drug_price h5 {
    /*font-size: calc(0.75rem + 1.5vw);*/
   font-size: 1rem;
}
.drug_price .drug_price_body p {
    font-size: 0.9rem;
    color: #525252;
}
.header-carousel h1 {
    text-shadow: 1px 2px 3px #808080;
}

.payment_block i {
    font-size: 4rem;
}
.payment_block .rounded-circle {
    height: 100px !important;
    width: 100px !important;
}
.payment_block .Creditcards_box p {
    display: none;
}
.payment_block .Creditcards_box {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.access_block .d-flex {
    
}
.access_block table {
    border: 1px solid grey;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.access_block table th {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
#access_foot.access_block table td,
#access_foot.access_block table th {
    border: 1px solid #fff;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
#access {
  position: relative;
}
#access.access_block table td,
#access.access_block table th {
    border: 1px solid #0463FA;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.access_block table td {
    width: 14.28%;
}
.access_block table th span,
.access_block table th p {
    font-size: 0.8em;
}
.access_block table td p,
.access_block table th p {
    margin-bottom: 0;
}
.Quick_Links {
    display: flex;
}

.address_botton {
   text-align: center;
}
/*ボタン*/

.btn--orange,
a.btn--orange {
   font-size: 1.8rem;
  color: #fff;
  background-color: #0d6efd;
  padding: 0 3em;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #65a3ff;
}

a.btn--radius {
   border-radius: 100vh;
}

/* access step */
/***ステップバーデザイン１***/
.step-wrap1 {
 counter-reset:count;
 margin: 2em 0;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 background: #6ab5a5;
 border: solid 3px #ffffff;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 3px;
 box-shadow: 0 0 0 2px #6ab5a5;
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: dotted 5px #bbe4db;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
 font-weight: bold;
 font-size: 120%;
}
.step-label1 {
 color: #768888;
 font-weight: bold;
}
.step-content1 > .step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: .5em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
}
.step-wrap1 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン１***/
/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
 margin: 2em auto;
 position: relative;
 max-width: 600px;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 1em;
 position: relative;
 border-top: solid 2px #ddd;
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: -10px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 4px #ddd;
 position: absolute;
 top: 16px;
 left: -4px;
}
.step-label3 {
 padding: 3px 20px 3px 15px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #1a76d1;
 border-radius: 20px;
 z-index: 1;
}
.step-content3 > .step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
 font-weight: bold;
 font-size: 120%;
}
.step-body3 {
 margin-top: .5em;
 padding: 0 0 1em;
}
.step-body3 h4 {
	color: #1a76d1;
	font-size: 110%;
	border-bottom: 1px solid #1a76d1;
	margin-bottom: 1em;
}
.step-wrap3 > :last-child {
 box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}
/*** end ステップバーデザイン3***/

.acd-check{
  display: none;
}
.acd-label{
  background: #333;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}
.acd-content{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}


details {
  border: 1px solid #aaa;
  border-radius: 10px;
  /*padding: 0.5em 0.5em 0;*/
  padding: 0;
    transition: 1.5s;
    width: 70%;
    margin: 0 auto;
        background: #0463FA;
    transition: 1.5s;
    margin-bottom: 10em;
}

summary {
   color: #fff;
   text-align: center;
   font-size: 24px;
  font-weight: bold;
 /* margin: -0.5em -0.5em 0;*/
 margin: 0;
  padding: 0.5em;
    transition: 1.5s;
}

details[open] {
  /*padding: 0.5em;*/
  padding: 0;
    transition: 1.5s;
 }

details[open] summary {
  border-bottom: 1px solid #aaa;
  /*margin-bottom: 0.5em;*/
    transition: 1.5s;
}
summary .content_headerblock {
    background: #0463FA;
}
details h1 {
   color: #fff;
}
details section {
   background: #fff;
   width: 100%;
}
.step-body3 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sction_block {
  margin-bottom: 3em;
}
#about_ED h3 {
    font-size: calc(0.9rem + .9vw);
    color: #0463FA ;
}
.navbar-light .navbar-toggler {
  background: #fff;
}

.footer .btn.btn-link[href*="mail"]::before {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
}










@media (min-width: 1400px) {
.bg-primary,
.navbar.sticky-top {
    max-width: 1320px;
    margin: 0 auto;
}
}
@media (min-width: 992px) {
#access .p-lg-5 {
    padding: 0rem ;
    padding: 0 3rem 0 0 !important;
}
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav {
    border-top: 1px solid #EEEEEE;
    background: #fff;
}
.owl-carousel .owl-item img {
    height: 400px;
}
.payment_block .p-5 {
    padding: 1em !important;
}
.Creditcards_box > div {
    margin-bottom: 1em;
    zoom: 0.5;
}
.bg-primary {
    padding-bottom: 2em;
}
.footer .btn.btn-link {
    /*margin-right: 2em;*/
    width: 33%;
}




}



@media (max-width: 660px) {
.me-4 {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.header h1 {
    font-size: 1.4rem;
}
.owl-carousel .owl-item img {
object-fit: cover;
/*max-height: 350px;*/
max-height: 200px;
}
.p-5 {
    padding: 3rem !important;
}
.mb-5 {
    margin-bottom: 0rem !important;
}
details {
  width: 90%;
}
.back-to-top {
  right: 1em;
  bottom: 1em;
}


}



/* モーダル　*/
.modal_open{
    /*display: inline-block;*/
    /*margin: 3vw;
    float: left; */
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 840px;
    margin: 0;
    padding: 60px 2vw 80px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
 
@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
 
}	
