@charset "utf-8";

.contents #mainvisual {
    background: url("../../image/voice/bg.jpg") no-repeat;
    background-size: cover;
}
.inner.list {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
}
.inner.list div {
    width: 480px;
    margin-bottom: 60px;
}
.inner.list div a {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    background: #F7F7F7;
}
.inner.list div a:hover figure {
    opacity: 0.7;
    transition: 0.2s;
}
.inner.list div figure {
    max-width: 230px;
    margin-bottom: 0;
}
.inner.list div dl {
    padding: 20px;
}
.inner.list div dt {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #000;
}
.inner.list div dd span {
    font-size: 12px;
    border-bottom: 1px solid #000;
    line-height: 2.16;
}

/* ¾ÜºÙ
-----------------------------------------------*/
.contents.single {
    padding-top: 20px;
}

figure.mainvisual {
    width: 1000px;
    margin: 0 auto 60px;
}
.inner .detail {
    width: 1000px;
    margin: 0 auto;
}
.inner .detail h1 {
    font-size: 34px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.inner .detail h1 span {
    border-bottom: 1px solid #000;
}
.inner .detail p.area-name {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 10px;
    background: #000;
}
.inner .detail dl {
    margin-bottom: 10px;
}
.inner .detail dl dt {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 50px;
    position: relative;
    padding-left: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
.inner .detail dl dt:before {
    font-size: 20px;
    content: 'Q';
    border: 1px solid #9c9c9c;
    border-radius: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}
.inner .detail dl dd {
    margin-bottom: 50px;
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
}
.inner .detail dl dd:before {
    font-size: 20px;
    content: 'A';
    color: #fff;
    border: 1px solid #9c9c9c;
    background:  #9c9c9c;
    border-radius: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.inner .pagenation {
    margin-top: 80px;
    padding-top: 50px;
    margin-bottom: 120px;
    border-top: 1px solid #eaeaea;
}
.inner .pagenation ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}
.inner .pagenation li a {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 10px 15px;
    display: inline-block;
    background: #eaeaea;
    width: 100px;
    box-sizing: border-box;
    position: relative;
}
.inner .pagenation li.prev a {
    text-align: right;
}
.inner .pagenation li.prev a:before {
    content: '\e5e0';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.inner .pagenation li.all a {
    width: 240px;
    text-align: center;
}
.inner .pagenation li.next a:before {
    content: '\e5e1';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}