<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.btn_customshaft{
    text-align: center;
}
.btn_customshaft a{
    display: inline-block;
    background: #f6f6f7;
    color: #152233;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 auto;
    border: solid 1px #152233;
}

.halfbox:after {
  content: "";
  clear: both;
  display: block;
}

.halfbox li{
    width: 50%;
    float: left;
}

#headcover_lastblock{
    margin-top: 80px;
    margin-left: -80px;
}

.shaft_caution{
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    margin: 10px auto!important;
}

@media (max-width: 767px){

.shaft_caution{
    text-align: left;
}

.halfbox li{
    width: 100%;
    float: none;
}
.halfbox li:first-child{
    margin-bottom: 40px;
}

#headcover_lastblock{
    margin:0px;
}

}
</pre></body></html>