.secImgTop {
    height: 520px;
    position: relative;
    overflow: hidden;
}
.secImgTop .imgBnr {
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width: 767px){
    .secImgTop .imgBnr {
        width: 100%;
        height: auto;
        position: static;
    }
    .secImgTop {
        height: auto;
    }
}
#topImg{
    width: 100%;
    height: 520px;
    background: url(../img/voice/bgTopOwner.jpg) center top no-repeat;
    background-size: cover;
}

#list {
	width: 100%;
	margin-top: 80px;
}

.listBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 30px;
}

.listBox section {
    margin: 0 1.7% 4%;
    width: 21.6%;
}

.sectionBox1 {
    width: 100%;
    height: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.vol {
    font-size: 15px;
    border-bottom: dotted 2px #bfbfbf;
    height: 17px;
	padding-left: 2px;
	
}
.new {
	font-size: 14px;
    padding: 1px 2px 0px;
    color: #cc0000;
    background: #ffe500;
	font-weight: bold;
}
.movie {
	font-size: 11px;
    padding: 1px 2px 0px;
    color: #FFFFFF;
    background: #cc0000;
}
.sectionBox2 {
	width: 100%;
	margin-top: 4px;
}
.sectionBox2 img {
	width: 100%;
	height: auto;
}

.sectionBox3 {
	width: 100%;
	padding-top: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 140%;
    font-weight: 700;
}

.noline {
	text-decoration:none;
}


@media only screen and (max-width: 767px) {
#topImg{
    width: 100%;
    margin-top: 5%;
}

#list {
	width: 94.6%;
	margin:12% auto 0;
}

.listBox{
	justify-content: space-between;
	padding:0;
}

.listBox section {
    width: 47%;
	margin: 0 0 2.4em 0;
}

.sectionBox1 {
	width: 100%;
    height: auto;
}
.vol{
    font-size: 3.4vw;
    margin-bottom: 3%;
    height: auto;
    padding-bottom: 0.5%;
}
.new {
    font-size: 2.9vw;
    padding: 0 0.4em 0 0.4em;
    margin-left: 0;
    vertical-align: top;
}
.movie {
    font-size: 3vw;
    padding: 0 0.4em 0 0.4em;
    margin-left: 0.4em;
    vertical-align: top;
}
.sectionBox2 {
	margin-top: 0;
}

.sectionBox3 {
	padding-top: 3%;
    font-size: 4vw;
    line-height: 130%;
}
}


/*#list {
	width: 840px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 50px;
}

.listBox{
  display: flex;
  flex-wrap: wrap;
}

.listBox section {
    margin: 10px;
    width: 260px;
    margin-bottom: 50px;
}*/
/*.sectionBox1 {
  width: 270px;
  height: 24px;
  position: relative;
}

.sectionBox1Text {
	width: 100px;
	height: 24px;
	position: absolute;
	text-align: right;
	right: 8px;
	top: 8px;
	color: #B0A891;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

/*.sectionBox1 {
    width: 260px;
    height: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.vol {
    font-size: 12px;
    border-bottom: dotted 2px #bfbfbf;
    height: 17px;
	padding-left: 2px;
	
}
.new {
	font-size: 11px;
    padding: 1px 2px 0px;
    color: #cc0000;
    background: #ffe500;
	font-weight: bold;
}
.movie {
	font-size: 11px;
    padding: 1px 2px 0px;
    color: #FFFFFF;
    background: #cc0000;
}
.sectionBox2 {
	width: 336px;
	height: 336px;
	margin-top: 4px;
}

.sectionBox3 {
	width: 260px;
	height: 15px;
	padding-top: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 130%;
	font-weight:700;
}


#topImg{
    width: 840px;
	margin-right:auto;
    margin-left:auto;
    margin-top: 50px;
}



.noline {
	text-decoration:none;
}*/
