@charset "UTF-8";

/*商品一覧*/
#products + div .inner_item_txt .heading{
    background: #03a9f4;
}
#products + div .heading.block_header_4 .h{
    color: #fff;
}
#products + div .inner_item_txt .pwrap{
    display: none;
}

#products + div.width_fixed>.content_wrapper{
  margin-bottom: 30px !important;
}


.quote {
    position: relative;
display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
        align-items: center;
    justify-content: center;
}

.quote-title {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background-color: rgb(3, 169, 244);
    z-index: 2;
    padding-left: 1.8%;
}

.quote_btn {
    background-color: rgb(3, 169, 244);
    z-index: 2;
    padding-right: 2%;
}

.quote_btn a{
    text-decoration: none;
    color: #03a9f4;
    background: #fff;
    border: 2px solid  #ffc107;
    font-weight: 700;
    border-radius: 20px;
    padding: 0.7rem 5rem 0.8rem 3rem;
display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
        align-items: center;
}

.quote_btn a span {
  	display: display: inline-block;
}

.quote_btn img {
width: 20px;
height: 20px;
    padding-top: 0.6rem;
}

.quote::before {
    max-width: 1170px;
    position: absolute;
    content: "";
    width: calc(100% - 5%);
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

@media screen and (max-width: 650px) {
.quote {
    display: block;
}

.quote_btn a {
    display: inline-block;
}

.quote {
    text-align: center;
}

.quote-title {
    font-size: 2.5rem;
}

.quote::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    left: 15%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.quote::after {
    position: absolute;
    content: "";
    width: 5vw;
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    right: 10%;
    transform: translateX(-50%);
    border-radius: 2px;
}
}

@media screen and (max-width: 550px) {
.quote::before {
    left: 10%;
}

.quote::after {
    right: 5%;
}
}

@media screen and (max-width: 550px) {
.quote::before {
    left: 5%;
}

.quote::after {
    right: 0%;
}
}



