/*-----------------------------------------------
	index.html
-----------------------------------------------*/

.topBtn{

}
.topBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #313131;
    color: #fff;
    font-size: 18px;
}
.topBtn a::before{
	display:inline-block;
	position:absolute;
    top: 44%;
	right:35%;
	width:10px;
	height:10px;
	margin-right:15px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	content:"";
}
.topBtn a.active::before{
    top: 39%;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.topBtn span {
    display: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.topBtn .active .txtOff {
    display: none;
}
.topBtn .txtOff, 
.topBtn .active .txtOn {
    display: block;
}
@media only screen and (max-width:767px){
    .btnBox{
        width: 92%;
    }
    .topBtn a{
        height: 50px;
        font-size: 15px;
    }
    .topBtn a::before {
        right: 15%;
        width: 6px;
        height: 6px;
        margin-right: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .wrapperSp{
        width: 92%;
    }
}

/* searchBox */
.searchBox{
    margin: 20px auto 0;
}
.searchBox .boxList label {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 24px 0;
    font-size: 15px;
    min-width: 210px;
}
.searchBox .btnSearch {
    display: block;
    width: 500px;
    height: 80px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    padding-top: 29px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.searchBox .clearGalleryForm {
    display: block;
    width: 180px;
    height: 50px;
    font-size: 18px;
    color: #FFF;
    background: #C3C3C3;
    text-align: center;
    border-radius: 50px;
    padding-top: 18px;
    margin: 20px auto 0;
}
.secForm input[type="checkbox"]{
    width: 25px;
    height: 25px;
    max-width: 25px;
    min-width: 25px;
}
.secForm input[type="checkbox"]:checked::after {
    top: 2px;
    left: 8px;
}

@media only screen and (max-width:767px){
    .searchBox{
        width: 92%;
        margin-bottom: 30px;
        margin: 10px auto 0;
    }
    .searchBox .boxList label {
        margin: 0 20px 15px 0;
        font-size: 12px;
        min-width: 80px;
    }
    .searchBox .btnSearch {
        max-width: 100%;
        width: 240px;
        height: 50px;
        font-size: 17px;
        padding-top: 16px;
        margin: 0 auto;
    }
    .searchBox .clearGalleryForm {
        max-width: 100%;
        width: 130px;
        height: 40px;
        font-size: 15px;
        padding-top: 12px;
        margin: 10px auto 0;
    }
    .secForm input[type="checkbox"]{
        width: 20px;
        height: 20px;
        max-width: 20px;
        min-width: 20px;
    }
    .secForm input[type="checkbox"]:checked::after {
        top: 0px;
        left: 6px;
    }
}
/* resultBox */
.resultBox{
    text-align: center;
    margin: 70px auto;
}
.resultBox .txtResult{
    font-size: 15px;
    letter-spacing: 1px;
}
.resultBox .txtResult .txtNum{
    font-size: 50px;
    letter-spacing: 2px;
    vertical-align: -2px;
}
.resultBox .boxList{
    font-size: 0;
    margin-top: 20px;
}
.resultBox .box{
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 60px;
    border-radius: 10px;
    color: #FFF;
    margin-right: 20px;
    font-size: 15px;
    padding-top: 12px;
}
.resultBox .box2{
    background: #313131;
}
.resultBox .box:last-child{
    margin-right: 0;
}
.resultBox .box .txtNum{
    font-size: 35px;
    vertical-align: -3px;
    padding: 0 2px 0 5px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .resultBox{
        text-align: center;
        margin: 30px auto 40px;
    }
    .resultBox .txtResult{
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .resultBox .txtResult .txtNum{
        font-size: 30px;
        letter-spacing: 2px;
        vertical-align: -2px;
    }
    .resultBox .boxList{
        margin-top: 10px;
    }    
    .resultBox .box{
        width: 140px;
        height: 65px;
        margin-right: 10px;
        font-size: 12px;
        padding-top: 12px;
        line-height: 1.2;
    }
    .resultBox .box .txtNum{
        font-size: 28px;
        vertical-align: -2px;
        padding: 0 2px;
    }    
}
/* sortBox */
.sortBox{
    font-size: 14px;
    margin: 70px auto 30px;
    text-align: right;
}
.sortBox select{
    height: 45px;
    border-radius: 5px;
    margin-left: 10px;
}
@media only screen and (max-width:767px){
    .sortBox{
        font-size: 13px;
        width: 92%;
        margin: 40px auto 20px;
        text-align: right;
    }
    .sortBox select{
        height: 40px;
        width: 150px!important;
    }
}
/* itemList */
 .itemList{
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
 .itemList .item {
    width: 370px !important;
    margin-right: 45px;
}
 .itemList .item:nth-child(3n){
     margin-right: 0;
}
.itemList .item:nth-child(n+4){
    margin-top: 60px;
}
 .itemList .imgRe {
    width: 100%;
    position: relative;
}
 .itemList .item .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 64.326%;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
 .itemList .item .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
 .itemList .item .txtBox {
    margin: 15px auto 0;
    color: #010101;
}
 .itemList .item .txtBox .tagList{
    display: flex;
    flex-wrap: wrap;
}
 .itemList .item .txtBox .tagList li{
    font-size: 13px;
    padding: 7px;
    border: 1px solid #c9c9c9;
    margin:0 5px 5px 0;
}
 .itemList .item .txtBox .voiceTit{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemList .item .txtBox .areaTxt{
    font-size: 15px;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
     .itemList{
        flex-direction: column;
        margin-top: 30px;
        width: 92%;
    }
     .itemList .item {
        width: 100% !important;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
     .itemList .item + .item{
        margin-left: 0;
        margin-top: 30px;
    }
     .itemList .imgRe {
        flex-direction: column;
    }
     .itemList .item .imgBox {
        max-width: none;
        width: 100%;
        padding-top: 64.35%;
    }
     .itemList .item .txtBox {
        width: 100%;
        margin: 15px 0 0 0;
    }
     .itemList .item .txtBox .tagList li{
        font-size: 13px;
        padding: 7px 8px;
        margin:0 5px 5px 0;
    }
     .itemList .item .txtBox .voiceTit{
        font-size: 17px;
        margin-top: 10px;
    }
     .itemList .item .txtBox .areaTxt{
        font-size: 15px;
        margin-top: 15px;
    }
}
/*-----------------------------------------------
	details.html
-----------------------------------------------*/
.cmnInTit{
    margin: 0;
}
/* secTop */
.secDetails .secTop{
    margin: 30px auto 30px;
    padding-bottom: 30px;
    border-bottom: #CCC solid 1px;
    position: relative;
}
.secDetails .secTop .iconArea{
    border: #c9c9c9 solid 1px;
    min-width: 80px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
}
.secDetails .secTop .tit{
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.secDetails .secTop .areaTxt{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.box {
    margin: 100px auto 0;
}
@media only screen and (max-width:767px){
    .secDetails .secTop{
        margin: 20px auto ;
        padding: 0 0 20px;
        width: 92%;
    }
    .secDetails .secTop .tit{
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        width: 100%;
    }
    .box {
        margin: 50px auto 0;
    }
}
.secAbout {
    margin: 30px auto 0;
}
.secAbout .leftBox{
    width: 700px;
    float: left;
    position: relative;
}
.secAbout .leftBox .imgBox{
    border: 1px solid #c9c9c9;
    width: 100%;
}
.secAbout .leftBox .imgBox img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width:767px){
    .secAbout{
        width: 92%;
        margin: 20px auto 0;
    }
    .secAbout .leftBox{
        width: 100%;
        float: none;
    }
}
/* secAbout .rightBox*/
.secAbout .rightBox{
    width: 460px;
    float: right;
}
.secAbout .dlBox{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: #efefef solid 1px;
}
.secAbout .dlBox:last-child{
    border-bottom: #efefef solid 1px;
}
.secAbout .dtBox{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    display: table-cell;
    width: 145px;
}
.secAbout .ddBox{
    font-size: 14px;
    line-height: 1.5;
    padding-top: 15px;
}
.secAbout .ddBox .faqList{
    display: flex;
    flex-direction: column;
}
.secAbout .ddBox .faqList li{
    display: flex;
    align-items: center;
}
.secAbout .ddBox .faqList li + li{
    margin-top:15px;
}
.secAbout .ddBox .faqList li .qesTxt{
    position: relative;
    width: 240px;
    margin-right: 15px;
}
.secAbout .ddBox .faqList li .qesTxt::after{
    content: '：';
    position: absolute;
    width: 3px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secAbout .ddBox .faqList li .ansTxt{
    margin-left: 15px;
    width: calc(100% - 270px);
}
@media only screen and (max-width:767px){
    .secAbout .rightBox{
        width: 100%;
        float: none;
        margin: 10px auto 0;
    }
    .secAbout .dlBox {
        padding: 15px 0;
    }
    .secAbout .dtBox{
        font-size: 15px;
        width: 100%;
    }
    .secAbout .ddBox{
        font-size: 13px;
        width: 100%;
        padding-top: 10px;    
    }
    .secAbout .ddBox .faqList li .qesTxt{
        position: relative;
        max-width: 205px;
        width: 59.424%;
        margin-right: 10px;
    }
    .secAbout .ddBox .faqList li .qesTxt::after{
        right: -10px;
    }
    .secAbout .ddBox .faqList li .ansTxt{
        margin-left: 10px;
        width: calc(100% - 66%);
    }
}
/* secVoice */
.secGallery .wrapBox{
    margin: 40px auto 0;
}
.secGallery .wrapBox .galleryList{
    display: flex;
    flex-wrap: wrap;
}
.secGallery .wrapBox .galleryList li{
    position: relative;
    width: 30.834%;
    margin-right: 3.7%;
}
.secGallery .wrapBox .galleryList li::before,
.secGallery .wrapBox .galleryList li::after{
    content: '';
    display: block;
    width: 19px;
    height: 1px;
    background: white;
    position: absolute;
    right: 9px;
    bottom: 17px;
    transform: translateY(-50%);
    z-index: 2;
}
.secGallery .wrapBox .galleryList li::after{
    transform: translateY(-50%) rotate(90deg);
}
.secGallery .wrapBox .galleryList li a{
    position: relative;
    display: block;
}
.secGallery .wrapBox .galleryList li a::before{
    position: absolute;
    content: '';
    width: 39px;
    height: 39px;
    background-color: rgba(0, 0, 0, 0.7);
    right: 0;
    bottom: 0;
}
.secGallery .wrapBox .galleryList li:nth-child(3n){
    margin-right: 0;
}
.secGallery .wrapBox .galleryList li:nth-child(n+4){
    margin-top: 45px;
}
@media only screen and (max-width:767px){
    .secGallery{
        margin: 50px auto;
        width: 92%;
    }
    .secGallery .wrapBox{
        margin: 25px auto 0;
    }
    .secGallery .wrapBox .galleryList{
        justify-content: space-between;
    }
    .secGallery .wrapBox .galleryList li{
        width: 49.276%;
        margin-right: 0;
    }
    .secGallery .wrapBox .galleryList li::before,
    .secGallery .wrapBox .galleryList li::after{
        width: 13px;
        height: 1px;
        right: 7px;
        bottom: 14px;
    }
    .secGallery .wrapBox .galleryList li a::before{
        width: 29px;
        height: 29px;
    }
    .secGallery .wrapBox .galleryList li:nth-child(n+3){
        margin-top: 5px;
    }
}

.secVoiceArea .txtBox{
    margin-top: 40px;
}
.secVoiceArea .txtBox .txt{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}
@media only screen and (max-width:767px){
    .secVoiceArea .txtBox{
        margin-top: 25px;
    }
    .secVoiceArea .txtBox .txt{
        font-size: 13px;
        line-height: 22px;
    }
}

.secInterview .secMovie{
    width: 100%;
    max-width: 1040px;
    text-align: center;
    margin: 40px auto 0;
}
.secInterview .secMovie iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secInterview .secMovie{ 
        width: 100%;
        height: 0;
        margin: 25px auto 0;
        padding-top: 56.235%;
        position: relative;
    }
    .secInterview .secMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.secOther{
    margin: 80px auto 0;
    padding-top: 56px;
    border-top: 1px solid #ccc;
}
.secOther .itemList{
    margin: 40px auto 0;
}
.secOther .itemList .item:nth-child(n+4){
    display: none;
}
@media only screen and (max-width:767px){
    .secOther{
        margin: 50px auto 0;
        padding-top: 35px;
    }
    .secOther .itemList{
        flex-direction: column;
        margin-top: 25px;
    }
    .secOther .itemList .item {
        width: 100% !important;
        border: none;
        margin-right: 0;
        padding-bottom: 0;
    }
    .secOther .itemList .item + .item{
        margin-left: 0;
        margin-top: 20px;
    }
    .secOther .itemList .item:nth-child(n+4){
        display: none;
    }
    .secOther .itemList .imgRe {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
    }
    .secOther .itemList .item .imgBox {
        max-width: 130px;
        width: 44.987%;
        padding-top: 24.06%;
    }
    .secOther .itemList .item .txtBox {
        width: calc(100% - 42.026%);
        margin: 0 0 0 15px;
    }
    .secOther .itemList .item .txtBox .tagList li{
        font-size: 11px;
        padding: 5px;
        margin:0 2px 3px 0;
    }
    .secOther .itemList .item .txtBox .voiceTit{
        font-size: 14px;
        margin-top: 10px;
    }
    .secOther .itemList .item .txtBox .areaTxt{
        font-size: 12px;
        margin-top: 10px;
    }
}
@media only screen and (max-width:360px){
    .cmnTop .titCmn {
        font-size: 15px;
    }
}

/* ▼260210 */
.fRoboto{
    font-family: "Roboto", sans-serif;
}
.fOswald{
    font-family: "Oswald", sans-serif;
}
/* secVoiceTop */
.secVoiceTop{
	overflow: hidden;
}
.secVoiceTop .topTitBox{
	position: relative;
	height: 658px;
}
.secVoiceTop .topTit{
	position: absolute;
	top: 0;
	left: calc(50% - 960px);
}
.secVoiceTop .mainBox{
	background: #ffcc00;
	text-align: center;
	padding: 0 0 305px;
}
.secVoiceTop .mainWrapper{
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
}
.secVoiceTop .titBox{
	position: relative;
	display: inline-block;
	margin-top: -52px;
}
.secVoiceTop .titBox::after,
.secVoiceTop .titBox::before{
	position: absolute;
	content: "";
}
.secVoiceTop .titBox::after{
	width: 296px;
	height: 214px;
	left: -162px;
	top: -165px;
	background: url(../img/voice/iconVoiceTop01.png) center top / cover;
}
.secVoiceTop .titBox::before{
	width: 237px;
	height: 212px;
	right: -105px;
    top: -165px;
	background: url(../img/voice/iconVoiceTop02.png) center top / cover;
}
.secVoiceTop .txtBox{
	margin-top: 45px;
	text-align: center;
}
.secVoiceTop .txt{
	font-size: 16px;
	line-height: 2.1875;
	letter-spacing: 1px;
	font-weight: bold;
}
/* secVoiceList */
.secVoiceList{
	padding: 120px 0 100px;
	background: #f5f3f1;
	position: relative;
	z-index: 20;
}
.secVoiceList::after{
	position: absolute;
	content: "";
	width: 520px;
	height: 520px;
	top: -230px;
	left: calc(50% - 260px);
	background: #f5f3f1;
	border-radius: 50%;
}
.secVoiceList .iconImg{
	position: absolute;
	top: -262px;
	left: calc(50% - 262px);
	z-index: 30;
}
.secVoiceList .wrapperVoice{
	position: relative;
	z-index: 20;
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
}
.secVoiceList .list{
	display: flex;
	flex-wrap: wrap;
}
.secVoiceList .item{
	width: 31.25%;
	margin-right: 3.125%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
}
.secVoiceList .itemBox{
	padding: 20px 20px 36px;
	position: relative;
}
.secVoiceList .item:nth-child(3n){
	margin-right: 0;
}
.secVoiceList .item:nth-child(n+4){
	margin-top: 70px;
}
.secVoiceList .iconNumber{
	width:89px;
    height: 89px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: calc(0% - 44.5px);
    left: 15px;
    padding: 5px;
    box-sizing: border-box;
    padding-top: 23px;
    background: url(../img/voice/imgbacknum.png) center center no-repeat;
    background-size: 89px auto;
}
.secVoiceList .voice{
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.secVoiceList .voiceNumber{
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.secVoiceList .imgBox{
	border-radius: 10px;
	background-color: rgb(255, 191, 10, 0.149);
	padding: 30px 15px;
}
.secVoiceList .img{
	padding-top: 70.607%;
}
.secVoiceList .txtBox{
	margin-top: 20px;
	display: flex;
}
.secVoiceList .leftBox{
	width: 130px;
	flex-shrink: 0;
}
.secVoiceList .leftTit{
	width: 100%;
	height: 36px;
	position: relative;
	border-radius: 10px;
	background: #fa5f11;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.secVoiceList .leftTit::after{
	position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    bottom: -13px;
    left: calc(50% - 8px);
    background: #fa5f11;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.secVoiceList .nameBox{
	margin-top: 15px;
	text-align: center;
}
.secVoiceList .name{
	font-size: 16px;
    line-height: 1.5;
	font-weight: bold;
}
.secVoiceList .rightBox{
	width: calc(100% - 130px);
}
.secVoiceList .scoreBox{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 0 0 20px;
	top: -10px;
}
.secVoiceList .number{
	font-size: 95px;
	font-weight: bold;
	color: #fa5f11;
}
.secVoiceList .score{
	position: relative;
    top: -2px;
    left: 2px;
}
.secVoiceList .btnBox{
	height: 60px;
	background-color: rgb(250, 95, 17);
	box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: bold;
	border-radius: 30px;
	margin: 5px auto 0;
}
.secVoiceList .btnTxt{
	position: relative;
	padding-left: 40px;
}
.secVoiceList .btnTxt::after{
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	left: 5px;
	top: calc(50% - 13px);
	background: url(../img/voice/iconVoiceList.png) center top / cover;
}
.secVoiceList .itemTxtBox{
	position: relative;
	margin-top: 15px;
}
.secVoiceList .itemTxtBox.overTxt .itemtxtInBox{
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 88px;
}
.secVoiceList .itemTxtBox.overTxt .itemtxtInBox::after{
	position: absolute;
	content: '';
	margin: auto;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
}
.secVoiceList .txt{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 22px;
}
.secVoiceList .moreBtn{
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 29px;
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	background-color: rgb(55, 52, 45);
	font-size: 13px;
	font-weight: bold;
	z-index: 2;
	cursor: pointer;
    transition:opacity 0.2s ease-out;
}
.secVoiceList .moreBtn:hover{
	opacity:0.8;
}
.secVoiceList .itemTxtBox.overTxt .moreBtn{
	display: flex;
}
/* 閉じるボタン */
.secVoiceList .btnClose{
	width: 100px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	background-color: rgb(55, 52, 45);
	font-size: 13px;
	font-weight: bold;
	z-index: 2;
	cursor: pointer;
    transition:opacity 0.2s ease-out;
	margin: 20px auto 0;
}
.secVoiceList .btnClose:hover{
	opacity:0.8;
}

.secVoiceList .btnCommon02{
    width: 360px;
    height: 60px;
    margin: 50px auto 0;
    font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
	border: solid 1px rgb(250, 95, 17);
	border-radius: 30px;
	color: #fa5f11;
    display: block;
}
a.btnCommon02:hover{
	background: rgb(255, 255, 255);
}
@media only screen and (max-width:767px){
	.fRoboto{
		font-family: "Roboto", sans-serif;
	}
	.fOswald{
		font-family: "Oswald", sans-serif;
	}
	/* secVoiceTop */
	.secVoiceTop .topTitBox{
		height: auto;
	}
	.secVoiceTop .titBox{
		position: static;
		display: block;
		margin-top: 0;
	}
	.secVoiceTop .topTit{
		position: static;
	}
	.secVoiceTop .titBox::after,
	.secVoiceTop .titBox::before{
		display: none;
	}
	.secVoiceTop .mainBox{
		background: #ffcc00;
		padding: 0 0 143px;
	}
	.secVoiceTop .mainWrapper{
		width: 92%;
		margin: 0 auto;
	}
	.secVoiceTop .tit{
		max-width: 327px;
		width: 94.783%;
		margin: 0 auto;
	}
	.secVoiceTop .txtBox{
		margin-top: 15px;
		text-align: center;
	}
	.secVoiceTop .txt{
		font-size: 12px;
		line-height: 2;
		letter-spacing: 0;
		font-weight: bold;
		text-align: left;
	}
	/* secVoiceList */
	.secVoiceList{
		padding: 144px 0 40px;
		background: #f5f3f1;
		position: relative;
		z-index: 20;
		margin-bottom: 40px;
	}
	.secVoiceList::after{
		position: absolute;
		content: "";
		width: 260px;
		height: 260px;
		top: -110px;
		left: calc(50% - 130px);
		background: #f5f3f1;
		border-radius: 50%;
	}
	.secVoiceList .iconImg{
		position: absolute;
		width: 234px;
		top: -124px;
		left: calc(50% - 117px);
		z-index: 30;
	}
	.secVoiceList .wrapperVoice{
		position: relative;
		z-index: 20;
		width: 89.334%;
		margin: 0 auto;
	}
	.secVoiceList .item{
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
		margin: 0;
	}
	.secVoiceList .item:nth-child(n+2){
		margin-top: 60px;
	}
	.secVoiceList .itemBox{
		padding: 20px 20px 26px;
		position: relative;
	}
	.secVoiceList .iconNumber{
		width: 89px;
		height: 89px;
		text-align: center;
		color: #fff;
		position: absolute;
		top: calc(0% - 40px);
		left: calc(50% - 44.5px);
		padding: 5px;
		box-sizing: border-box;
		padding-top: 23px;
		background: url(../img/voice/imgbacknum.png) center center no-repeat;
		background-size: 89px auto;
		z-index: 20;
	}
	.secVoiceList .voice{
		font-size: 15px;
		line-height: 1;
		font-weight: bold;
	}
	.secVoiceList .voiceNumber{
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
	}
	.secVoiceList .imgBox{
		border-radius: 10px;
		background-color: rgb(255, 191, 10, 0.149);
		padding: 15px 10px;
	}
	.secVoiceList .img{
		padding-top: 70.182%;
	}
	.secVoiceList .txtBox{
		margin-top: 15px;
		display: flex;
	}
	.secVoiceList .leftBox{
		width: 155px;
		flex-shrink: 0;
		display: flex;
	}
	.secVoiceList .leftTit{
		width: 50px;
		height: 50px;
		position: relative;
		border-radius: 50%;
		background: #fa5f11;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.secVoiceList .leftTit::after{
		display: none;
	}
	.secVoiceList .nameBox{
		margin: 15px 0 0 10px;
		width: calc(100% - 60px);
		text-align: left;
	}
	.secVoiceList .name{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 1.5;
		font-weight: bold;
	}
	.secVoiceList .rightBox{
		width: calc(100% - 155px);
	}
	.secVoiceList .scoreBox{
		position: relative;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0 0 0 10px;
		top: -7px;
	}
	.secVoiceList .number{
		font-size: 60px;
		letter-spacing: 2px;
		font-weight: bold;
		color: #fa5f11;
	}
	.secVoiceList .score{
		position: relative;
		width: 25px;
		top: -2px;
		left: 2px;
	}
	.secVoiceList .btnBox{
		height: 60px;
		background-color: rgb(250, 95, 17);
		box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: bold;
		border-radius: 30px;
		margin: 5px auto 0;
	}
	.secVoiceList .btnTxt{
		position: relative;
		padding-left: 40px;
	}
	.secVoiceList .btnTxt::after{
		position: absolute;
		content: "";
		width: 26px;
		height: 26px;
		left: 5px;
		top: calc(50% - 13px);
		background: url(../img/voice/iconVoiceList.png) center top / cover;
	}
	.secVoiceList .itemTxtBox{
		position: relative;
		margin-top: 12px;
	}
	.secVoiceList .itemTxtBox.overTxt .itemtxtInBox{
		position: relative;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		max-height: 88px;
	}
	.secVoiceList .itemTxtBox.overTxt .itemtxtInBox::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.50196) 100%);
	}
	.secVoiceList .txt{
		font-size: 12px;
		line-height: 22px;
	}
	.secVoiceList .btnClose{
		margin: 15px auto 0;
	}
	.secVoiceList .btnCommon02{
		width: 100%;
		height: 60px;
		margin: 30px auto 0;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: bold;
		background: rgb(255, 255, 255);
		box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
		border: solid 1px rgb(250, 95, 17);
		border-radius: 30px;
		color: #fa5f11;
	}
	a.btnCommon02:hover{
		background: rgb(255, 255, 255);
	}
}
@media only screen and (max-width:374px){
	.secVoiceList .number{
		letter-spacing: 0;
	}
	.secVoiceList .btnBox{
		letter-spacing: 0;
	}
}
@media only screen and (max-width:359px){
	.secVoiceList .itemBox {
		padding: 20px 10px 26px;
		position: relative;
	}
	.secVoiceList .number{
		letter-spacing: 0;
	}
	.secVoiceList .btnBox{
		font-size: 15px;
	}
	.secVoiceList .btnTxt{
		padding-left: 35px;
	}
	.secVoiceList .leftBox{
		width: 140px;
	}
	.secVoiceList .nameBox{
		margin: 15px 0 0 5px;
		width: calc(100% - 55px);
	}
	.secVoiceList .name{
		font-size: 15px;
		letter-spacing: 0;
	}
	.secVoiceList .rightBox{
		width: calc(100% - 140px);
	}
}

/* secCmnNextLoad */
.secCmnNextLoad{
    background: none;
}
.secCmnNextLoad .btnMore{
    width: 360px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
    border: solid 1px rgb(250, 95, 17);
    border-radius: 30px;
    color: #fa5f11;
}
.secCmnNextLoad .inner{
    padding-right: 0;
    background: none;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad .btnMore{
        width: 100%;
        height: 60px;
        margin: 30px auto 0;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold;
        background: rgb(255, 255, 255);
        box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.35);
        border: solid 1px rgb(250, 95, 17);
        border-radius: 30px;
        color: #fa5f11;
        padding-top: 20px;
    }
}
