/* CSS for viewnew.php */
/*
.container > header {
	background:url(./../images/image1-1400.jpg) center center no-repeat;
}
*/
.block5 {
    margin:0;
    width:100%;
}

.block5m {
    font-size:16px;
    width:66%;
    height:480px;
    overflow:auto;
}

p.title{
    font-weight:600;
}

/* -------------------------------------------------------------- */
/* 画像位置 smartphone横表示 6plus(414px x 736px), 6(375 x 667), 5s(320 x 568) */
/* -------------------------------------------------------------- */
/* iPad縦表示 */
/* Smartphone横表示 */
/* @media screen and (min-width:320px) and (max-width: 736px) { */
@media screen and (min-width:320px) and (max-width: 768px) {

    .block5m {
        width:98%;
    }

    button span{
        display:none;
    }
}
