@charset "utf-8";
.headline{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.headline a{
    font-weight: bold;
    color: #333;
    font-size: 46px;
}
.headline a:hover{
    color: var(--themes_color);
}
.m_title{
    width: 681px;
    height: 145px;
    position: relative;
}
.m_title a{
    position: absolute;
    right: 100px;
    top: 20px;
    font-size: 18px;
    color: #333;
}
.m_title a:hover{
    color: var(--themes_color);
}

.title01{
    background: url(../../images/zt/zt_31fisu/title01.png) no-repeat;
}
.title02{
    background: url(../../images/zt/zt_31fisu/title02.png) no-repeat;
}
.title03{
    background: url(../../images/zt/zt_31fisu/title03.png) no-repeat;
}



/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	.headline{
        width: 100%;
        margin-top: 0.6rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
        text-align: left;
    }
    .headline a{
        font-size: 0.44rem;
    }
    .headline a:hover{
        color: var(--themes_color);
    }
    .m_title{
        width: 6.8rem;
        height: 1.45rem;
        background-size: cover;
    }
    .m_title a{
        right: 0.7rem;
        top: 0;
        font-size: 0.26rem;
    }

}
	