@charset "UTF-8";

/*  */
.ohkarte-add_banner a {
    display: block;
}
@media (min-width: 768px){
    .ohkarte-add_banner { display: none; }
}

/*  */
.msds-section--pickup {
    background-color: #f2f2f2;
    padding-bottom: 5px;
}
@media (min-width: 768px){
    .msds-section--pickup {display: none;}
}

.ohd-u-mb0 {
    margin-bottom: 0!important;
}

.msds-heading {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 30px;
    padding: 37px 0 13px;
}

.msds-heading:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #E60000;
}

.msds-heading__subheading {
    font-size: 11px;
    color: #d0050d;
}

.msds-columns2--pickup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.msds-columns2__item {
    display: flex;
    width: calc((100%/2) - 8px);
    margin-bottom: 0;
}

.msds-columns2__item:nth-of-type(2n) {
    margin-left: 15px;
}

.msds-columnItem4 {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.msds-columnItem4__image {
    overflow: hidden;
}

.msds-columnItem4__image img {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 100%;
}

.msds-columnItem4__heading {
    position: relative;
    display: flex;
    flex-flow: column;
    min-height: 102px;
    font-weight: 700;
    padding: 18px 30px 18px 20px;
    color: #000;
}

.msds-columnItem4__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    top: 35px;
    right: 0;
}

.msds-columnItem4__arrow::after {
    content: "";
    display: block;
    position: relative;
    border: 2px solid #1A1A1A;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}

.msds-columnItem4__heading::after {
    content: none;
    display: block;
    width: 60px;
    height: 2px;
    background-color: #d0050d;
    margin-top: 10px;
}

.msds-columnItem4__text {
    font-size: 13px;
    line-height: 1.5;
    padding: 20px;
    color: #000;
}


@media screen and (max-width: 767px){
    .ohd-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .msds-columnItem4 {
        margin-bottom: 15px;
    }
    
    .msds-columnItem4__heading {
        font-size: 15px;
    }
}


/*  */
.ohkarte-buttonB {
    position: relative;
    align-items: flex-end;
}
.msn-buttonB__label {font-weight: 500;}
.ohkarte-buttonB .msn-buttonB__label {margin-bottom: 2px;}
.ohkarte-msn-buttonB__label--balloon {
    position :absolute;
    top: 7px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #E60000;
    font-size: 12px;
    font-weight :500;
    line-height: 16px;
}
.ohkarte-bottomButtons__balloon {
    position:absolute;
    top : -18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 18px;
}
@media (min-width: 768px){
    .ohkarte-bottomButtons__balloon {
        display: none;
    }
}
  
  .ohkarte-bottomButtons__balloon_in {
    position:relative;
    width:auto;
    height:18px;
}
  
  .ohkarte-bottomButtons__balloon_before {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg) skew(20deg,20deg);
}
  
  .ohkarte-bottomButtons__balloon_after {
    position: absolute;
    z-index: 2;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: yellow;
}
  
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_after {
      border-radius: 9px;
}
  
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before {
      box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before,.ohkarte-bottomButtons__balloon_after {
      background: #ffffff;
}
  
  .ohkarte-bottomButtons__balloon_text {
    position: relative;
    width: max-content;
    height: 18px;
    padding: 0 10px;
    color: rgb(230,0,0);
    font-size: 12px;
    line-height: 18px;
    z-index: 3;
}
.msn-bottomButtons__item {
    position: relative;
}
@media (min-width: 768px) {
        .msn-bottomButtons {
            width: 450px;
        }
    }