@charset "UTF-8";

.kadomaru_line_wid90p {
    position: relative;
    margin: 30px auto 0;
    border-radius: 100px;
    padding: 7px;
    width: 90%;
    text-align: center;
}


.kadomaru_line_wid94p {
    position: relative;
    margin: 30px auto 0;
    border-radius: 100px;
    padding: 7px;
    width: 94%;
    text-align: center;
}


/*=============================*/

.link-btn--01 {
    position: relative;
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff !important;
    background-color: #0096ea;
    text-align: center;
    min-width: 450px;
    padding-top: 4px;
    /*margin: 30px 0;*/
}

.link-btn--01:hover {
    border: 1px solid currentColor;
    background: #fff;
    color: #0096ea !important;
    opacity: 1;
}



.link-btn--001 {
    position: relative;
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff !important;
    background-color: #0096ea;
    text-align: center;
    /*min-width: 450px;*//* 要指定*/
    padding-top: 4px;
    /*margin: 30px 0;*/
}

.link-btn--001:hover {
    border: 1px solid currentColor;
    background: #fff;
    color: #0096ea !important;
    opacity: 1;
}

/*=============================*/
.link-btn--02 {
    position: relative;
    display: inline-block;
    border: 1px solid #033775;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff !important;
    background-color: #033775;
    text-align: center;
    min-width: 450px;
    padding: 3px;
    margin: 30px 0;
}

.link-btn--02:hover {
    border: 1px solid #033775;
    background: #fff;
    color: #033775 !important;
    opacity: 1;
}


/*=============================
    btm_shadow
==============================*/

.btm_shadow {
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.45);
}