@charset "UTF-8";
/* SSL非表示
*****************************************/
@media screen and (max-width: 767px) {
  .extraContents > .twoColumn07 {
    display: none;
  }
}

/* sideContents 
*****************************************/
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents {
    float: inherit;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    left: 0;
    height: 45px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .layoutType01 .sideContents.open {
    height: 61vh;
  }
}

@media screen and (max-width: 767px) {
  .layoutType01 .mainContents .section {
    width: 100%;
    margin: 0 0 1em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* floatTotalPrice 
*****************************************/
@media screen and (max-width: 767px) {
  .floatTotalPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0 5px 0 10px;
    background: #fafafa;
    border-top: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 102;
  }
  .floatTotalPrice .price {
    width: calc(100% - 130px);
    margin-bottom: 0;
    padding-left: 30px;
    color: #DB0000;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .zeikomi {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .zeikomi {
    display: inline;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .zeikomi {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .total {
    font-size: 172%;
    margin-right: 0.2em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .total {
    font-size: 206%;
    margin-right: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .total {
    font-size: 172%;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .yen {
    font-size: 86%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .yen {
    font-size: 103%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .yen {
    font-size: 86%;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .btnWrap {
    width: 130px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .btnWrap {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .btnWrap a {
    display: block;
    background: #00009D;
    border-radius: 6px;
    text-align: center;
    padding: 7px 3px 6px;
    text-decoration: none;
  }
  .floatTotalPrice .btnWrap a span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .btnWrap a span {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}
