body{
    font-weight: 500;
}
h3{
    font-size: 14px;
}
.auto_break_your_type03 div{
	width:100%;
    font-weight: bold;
    font-size: 1.3rem;
}
@media only screen and (max-device-width : 768px) {
    .auto_break_your_type03 div{
        font-size:1rem;
    }
}
.auto_break_your_type img.change_slider:hover{
	cursor: pointer;
}
.slick-disabled{
    display: none;
}
.auto_break_main_visual{
    background: linear-gradient(#FFD54F,#FFA000);
    background-size: 2px 2px;
}
.auto_break_main_visual .auto_break_content img{
    border-radius: 20px;
    margin: 10px 0;
    background: linear-gradient(-12deg,#ffd413 0%,#ffe000 43%,white 43%,white 100%);
}
.auto_break_your_type img.auto_break_your_type_quarter {
    width: 49%;
}
#auto_break .auto_break_content_w .break_your_type_button_area{
    padding: 50px 0px 10px;
    font-weight: bold;
    filter: drop-shadow(1px 2px 3px #000000);
}
.break_your_type_button_area p{
    border : inherit;
}
.break_your_type_button_area a{
    padding: 15px 20px;
}
#auto_break_car01 .contentLinkBtn a:hover{
    color: #f88822;
}
#auto_break_car02 .contentLinkBtn a:hover{
    color: #d04d9b;
}
#auto_break_car03 .contentLinkBtn a:hover{
    color: #4ac3bc;
}
#auto_break_car04 .contentLinkBtn a:hover{
    color: #7e6662;
}
#other_brake{
    height: 500px;
    background: linear-gradient(-90deg,#009a93 0%,#009a93 43%,yellow 43%,yellow 100%);
    position: relative;
}
#other_brake img{
    width: 250px;
    filter: invert(1);
    top: 30px;
    position: absolute;
    padding-left: 30px;
}
#other_brake .auto_break_content{
    margin: auto
}
.other_brake_bg{
    background: #009a93;
    max-width: 980px;
    width: 100%;
    height: 100%;
    position: absolute;
}
#other_brake .brake_copy{
    color: white;
    font-size: 7rem;
    font-weight: bold;
    top: 130px;
    position: absolute;
    padding: 25px;
    font-family: auto;
}
#other_brake .brake_find{
    bottom: 60px;
    position: absolute;
    width: max-content;
    font-weight: bold;
    padding: 20px;
    right: 0;
    text-align: center;
    color: #ffffff;
    background: #004391;
    font-size: 2rem;
    border-radius: 11px;
    border: 3px solid #004391;
}
#other_brake .brake_find:hover{
    color: #004391;
    background: #fff;
}
   
@media only screen and (max-device-width : 768px) {
    #other_brake{
        height: 310px;
    }
    #other_brake .auto_break_content{
        width: 100%;
    }
    #other_brake img{
        width:120px;
        top: 50px;
    }
    #other_brake .brake_copy{
        top:90px;
        font-size: 2.5rem;
    }
    #other_brake .brake_find{
        font-size: 1.8rem;
        right: 0;
        padding: 5px 10px;
        left: 0;
        margin: auto;
    }
}
    
/*anime*/
#other_brake img.active{
    animation-name: RightToLeft;/* アニメーション名 */
    animation-duration: 2s;/* アニメーション時間 */
}
@keyframes RightToLeft{
    0% {
        opacity: 0;/* 透明 */
        transform: translateX(100vh);/* X軸方向に50px */
    }
    100% {
        opacity: 1;/* 不透明 */
        transform: translateX(0);/* X軸方向に0px */
    }
}
#other_brake .brake_copy.active,
#other_brake .brake_find.active{
    animation-name: fadeInDown;/* アニメーション名 */
    animation-duration: 2.5s;/* アニメーション時間 */
}
@keyframes fadeInDown {
    0%{ opacity: 0;}
    40%{ opacity: 0;}
    100% { opacity: 1;}
}

