
button.btn {
    border: none;
    font-size: 1.1rem;
}

.btn-b{
    color: #fff;
    background: #000;
}
.btn-b span{
    position: relative;
    z-index: 100;
}
.btn-b::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    top: 40%;
    right: 12px;
    z-index: 100;
}
.btn-b:hover::before{
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
}
.btn-b::after{
    position: absolute;
    top: 0;
    left: 40px;

    width: 150%;
    height: 500%;

    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);

    background: #00b7ee;
    z-index: 1;
}
.btn-b:hover{
    color: #000;
}
.btn-b:hover::after{
    left: -40px;
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
    transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

.btn-sm {
    width: 160px;
}
.btn-sm.btn-y::after {
    left: 18px;
}
.btn-sm.btn-y:hover::after {
    left: 42px;
}
.btn-sm.btn-b::after {
    left: -18px;
}
.btn-sm.btn-b:hover::after {
    left: 42px;
}

.header-buttons .btn {
    display: inline-block;
}

.form_box--title.form_box--title-l{
    width: 200px;
}

.title_second {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.garage_list--tag{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3A4E97;
    font-size: 14px;
    color: #fff;
}
.garage_list--tag-detail{
    width: 150px;
    height: 34px;
    margin-bottom: 10px;
}
.garage_title_second {
    font-size: 24px;
    font-weight: bold;
    color: #3A4E97;
    line-height: 1.5;
    margin-bottom: 46px;
    border-bottom: 1px solid #3a4e97;
    padding-bottom: 8px;
}
.garage_title3 {
    color: #666;
    border-bottom: 2px solid #666;
    padding-bottom: 8px;
}
.table--title {
    width: 140px;
    padding: 6px 10px;
    color: #A4A4A4;
    font-weight: bold;
    margin-bottom: 2px;
    margin-right: 10px;
    box-sizing: border-box;
}
.table--text {
    flex: 1;
    width: calc(100% - 100px);
    padding: 6px 10px;
}
.table--text-first {
}

.wrap-s {
    padding: 10px 40px;
}

.fs-09 {
    font-size: 0.9rem;
}
.mt-s {
    margin-top: 8px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.txt-center {
    text-align: center;
}
.txt-blue {
    color: #3A4E97;
}

.txt-error{
  color: red;
  padding-top: 5px;
}
