.hd-typ1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #000;
}
.hd-typ2 {
    font-family: NouvelR;
    font-size: 36px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    margin-bottom: 35px;
}
.hd-typ3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    margin-bottom: 15px;
}
.hd-typ2.with-sub-hd {
    font-weight: 700;
}
.with-sub-hd::before {
    content: attr(sub-hd-attr);
    font-size: 75%;
    display: block;
}
.list-typ1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-typ1 li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
.list-typ1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000;
}
.btn-typ1 {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 700;
}
.btn-typ1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EFDF00;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-typ1:hover {
    color: #000;
    text-decoration: none;
}
.btn-typ1:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-typ2 {
    display: block;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.btn-typ2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EFDF00;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-typ2:hover {
    color: #000;
    text-decoration: none;
}
.btn-typ2:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-typ3 {
    display: block;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.btn-typ3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-typ3:hover {
    color: #fff;
    text-decoration: none;
}
.btn-typ3:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-typ4 {
    position: relative;
    font-weight: 700;
    padding-left: 50px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
}
.btn-typ4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 45px;
    height: 4px;
}
.btn-typ4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 37px;
    margin-top: -4px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    width: 4px;
    height: 12px;
}
.btn-typ4::after, .btn-typ4::before {
    background-color: #efdf00;
    border-radius: 15px;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
}
.btn-typ4:hover {
    color: #000;
    text-decoration: none;
}
.btn-typ4:hover::after, .btn-typ4:hover::before {
    background-color: #000;
}