@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* カズマサイト用 H2margin:80px 0 40px; */
.kazuma-h2{
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#1c4e80;
    margin: clamp(60px,8vw,100px) 0 40px;
    position:relative;
}

/* 下ライン */
.kazuma-h2:after{
    content:"";
    display:block;
    width:120px;
    height:4px;
    margin:14px auto 0;
    background:linear-gradient(
        to right,
        #7dd0fc 0%,
        #7dd0fc 50%,
        #3796e6 50%,
        #3796e6 100%
    );
}
.kazuma-h2:after{
    transition:0.4s;
}

.kazuma-h2:hover:after{
    width:160px;
}

@media screen and (max-width:768px){

.kazuma-h2{
    font-size:22px;
    margin:60px 0 30px;
}

.kazuma-h2:after{
    width:100px;
}

}