@media (min-width:1200px){

/*cont_pc*/
.cont h1{font-size:36px; padding:130px 250px 38px 0; text-align: right; border-bottom:1px solid #003070; box-sizing: border-box; margin-bottom:80px; color:#003070}
.cont .txt{padding:0 250px 0 433px; margin-bottom:88px; text-align: justify; font-size:18px; box-sizing: border-box; line-height:26px}
.cont .chairman{font-size:24px; text-align: right; font-weight:700; box-sizing: border-box; padding:0 250px 114px 0;}






}
    




/*tablet*/
@media (min-width:768px) and (max-width:1199px){

    .cont h1{width:100%; box-sizing: border-box; padding:150px 40px 15px; font-size:24px; font-weight:700; margin-bottom:60px; border-bottom:1px solid #003070; color: #003070}
    .cont .txt{padding:0 40px; font-size:16px; text-align: justify; margin-bottom:40px}
    .cont .chairman{text-align: right; font-size:20px; padding:0 40px 80px; font-weight:600}


}







/*cont_m-----------------------------------------------------------------*/
/*mobile*/
@media (min-width:320px) and (max-width:767px){

.cont h1{width:100%; box-sizing: border-box; padding:40px 20px 15px; font-size:24px; font-weight:700; margin-bottom:60px; border-bottom:1px solid #003070; color: #003070}
.cont .txt{padding:0 20px; font-size:14px; text-align: justify; margin-bottom:40px}
.cont .chairman{text-align: right; font-size:18px; padding:0 20px 40px; font-weight:600}
}



