/* BASIC css start */
#quickA {
    position: fixed;
    top: 0;
	left: 0;
    transform: translateX(-190px);
    transition: .5s;
    z-index: 100;
}

#quickA.q_closed {
    transform: translateX(0);
}

#quickA .inner {
    width: 190px;
    text-align: center;
    box-shadow: none;    
    background: #fff;    
}

#quickA.q_closed .inner {
    box-shadow: 14px -14px 11px 0 rgba(0, 0, 0, 0.26);    
}

.q_top {
    position: relative;
    font-size: 18px;
    padding: 36px 0 0;
}

.q_top:after {
    display: inline-block;
    content: "";
    width: 170px;
    height: 1px;
    margin: 0 auto;
    background: #d4d4d4;
}

.q_top h3 {
    padding-top: 10px;
}

.q_top h3 img {
    height: 35px;
}

.q_toggle {
    position: absolute;
    top: 50%;
    transform: translateX(190px);
    width: 48px;
    height: 90px;
    font-size: 0;
    margin-top: -46px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #114bcd;
    background-image: url(/design/hrchem/img/pc/ico_q_close.png);    
}

.q_toggle.q_closed {
    background-image: url(/design/hrchem/img/pc/ico_q_open.png);
}

.q_cs {
    padding: 20px 0;
}

.q_cs dl {

}

.q_cs dt {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin-top: 15px;
    padding: 5px 34px;
    border-radius: 15px;
    background: #114bcd;
}

.q_cs dt:first-child {
    margin-top: 0;
}

.q_cs dd {
    font-size: 25px;
    font-weight: 700;
    padding-top: 3px;
}

.q_cs dd.mail {
    font-size: 21px;
}


.q_inquiry {
    color: #fff;
    padding: 20px 0 15px;
    background: #1c1c1c;
}

.q_inquiry h3 {
    font-size: 28px;
    font-weight: 700;
    color: #a1beff;
    margin-bottom: 15px;
}

.q_inquiry dt {
    font-size: 18px;
    margin-top: 5px;
}

.q_inquiry dd {
    font-size: 25px;
}

.q_bank {
    font-weight: 500;
    padding: 20px 0 15px;
}

.q_bank h3 {
    font-size: 28px;
    font-weight: 700;
    color: #a1beff;
    margin-bottom: 15px;
}

.q_bank dt {
    font-size: 18px;
    margin-top: 5px;
}

.q_bank dd {
    font-size: 25px;
}

.q_link {
    display: flex;
}

.q_link a {
    display: block;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 22px 0;
}

.q_link .fav {
    background: #7aad19;
}

.q_link .inq {
    background: #08225c;
}

.goTop {
    font-size: 22px;
    color: #fff;
    padding: 6px 0;
    background: #114bcd;
    cursor: pointer;
}


/* BASIC css end */

