@charset "utf-8";
/* CSS Document */
@import url("repair.css");
.bg_beige{
    background: #F6F0EA;
}
.w-1000{
    margin-left: auto;
    margin-right: auto;
}
.voice-contents .voice-list{
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.voice-contents .voice-list > li{
    display: inline-block;
    background: #fff;
}
.voice-contents .voice-list > li .v-image img{
  width: 100%;
}
.voice-contents .voice-list > li .v-name{
  text-align: center;
}
.voice-contents .voice-list > li .v-material,
.voice-contents .voice-list > li .v-color{
  text-align: center;
}
.voice-contents .voice-list > li .v-color{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.voice-contents .voice-list > li .link-more{
  display: none;
}
.voice-contents .voice-list > li .v-desc-btn{
  text-align: center;
}
.voice-contents .voice-list .popup.open .popup-wrap {
    border: none;
    overflow: unset;
}
.voice-contents .voice-list .popup ul{
  display: flex;
  padding: 0;
  list-style: none;
}
.voice-contents .voice-list .popup ul li .v-p-image img{
  width: 100%;
}
.voice-contents .voice-list .popup ul li .v-p-randsel{
  background: #E8E8E8;
}
.voice-contents .more-voice {
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.more-voice a {
    position: relative;
}
.is-hidden {
  display: none!important;
}
.bg_white{
  background: #fff;
}
.voice-bottom .more-column {
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.voice-bottom .more-column a {
    position: relative;
    background: none;
}
.voice_confirm{
	background: #F6F0EA;
}
.voice_confirm .form-wrap {
    background: #fff;
    padding: 0;
}
.voice_confirm .form-sec-wrap{
	margin-bottom: 0;
	flex-direction: row;
}
.voice_confirm .form-sec {
	margin-bottom: 0;
}
.voice_confirm .form-sec .flx-btw,
.voice_confirm .form-sec.form-textarea .flx-btw,
.voice_confirm .repair-img-sec .flx-btw{
	justify-content: flex-start;
	width: unset;
	align-items: flex-end;
}
.voice_confirm .form-sec-wrap.last-sec{
	border:  none;
}
.voice_confirm .img_up {
    display: block;
    text-align: center;
}
.voice_confirm .form-title{
	width: unset;
}
.voice_complete{
	background: #F6F0EA;
}
.voice_complete section{
	margin: 0 auto;
}
.voice_complete a.btn-turn-back{
	display: block;
    margin-right: auto;
    margin-left: auto;
	background: #707171;
	border-radius: 0;
	color: #FFF;
	padding: 0;
	text-align:center;
	cursor:pointer;
	box-sizing: border-box;
}
.voice_complete a.btn-turn-back:hover,
.voice_complete a.btn-turn-back:active {
    background: #FFF;
    color: #707171;
    transition: 0.3s;
}
@media screen and (max-width: 480px) {
.w-1000{
    max-width: 95%;
}
.voice-contents{
  padding-bottom: 9vw;
}
.voice-contents .voice-list{
    margin-top: 6vw;
}
.voice-contents .voice-list > li{
    max-width: 41.5%;
    margin-right: 3%;
    padding: 3vw 3vw 6vw;
    margin-bottom: 3%;
    vertical-align:top;
}
.voice-contents .voice-list > li .v-image{
  margin-bottom: 7vw;
}
.voice-contents .voice-list > li .v-name{
  font-size: 4.2vw;
  margin-bottom: 6vw;
  line-height:1.2;
  min-height:8vw;
}
.voice-contents .voice-list > li .v-material{
  line-height:1.2;
  min-height:12vw;
  margin-bottom: 0.6vw;
  font-size:4vw;
}
.voice-contents .voice-list > li .v-color{
  font-size:4vw;
  margin-bottom: 8vw;
  padding-bottom: 6vw;
  border-bottom: solid 0.6vw #C7C7C7;
  width: 95%;
}
.voice-contents .voice-list > li .v-desc{
  margin-bottom: 9vw;
  font-size: 3.4vw;
  line-height:1.5;
}
.voice-contents .voice-list > li .rnd_btn1{
  width: 90%;
  margin: 0 auto;
  height: auto;
  line-height: 1em;
  display: block;
}
.voice-contents .voice-list > li:nth-child(2n){
	margin-right: 0;
}
.voice-contents .voice-list .popup.open .popup-wrap {
    top: 5.4vw;
    left: 5.4vw;
    padding: 13.5vw 5.4vw 5.4vw 5.4vw;
    width: 77.8vw;
    height: calc(100% - 30vw);
    overflow: auto;
}
.voice-contents .voice-list .popup ul{
	display: block;
}
.voice-contents .voice-list .popup .close{
  top: 10vw;
  right: 10vw;
}
.voice-contents .voice-list .popup ul li:first-child{
  margin-right: 0;
}
.voice-contents .voice-list .popup ul li:last-child{
  width: 77.8vw;
  margin-top: 6vw;
}
.voice-contents .voice-list .popup ul li .v-p-image{
  width: 67.8vw;
  margin-left: auto;
  margin-right: auto;
}
.voice-contents .voice-list .popup ul li .v-p-name{
  font-size: 6.2vw;
  margin-bottom: 6vw;
  text-align: center;
}
.voice-contents .voice-list .popup ul li .v-p-randsel,
.voice-contents .voice-list .popup ul li .v-p-desc{
  font-size: 4vw;
}
.voice-contents .voice-list .popup ul li .v-p-randsel{
  padding: 3vw 0;
  height: auto;
  line-height: 6vw;
  margin-bottom: 9vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 67.8vw;
}
.voice-contents .voice-list .popup ul li .v-p-randsel span{
	display: block;
}
.voice-contents .voice-list .popup ul li .v-p-desc{
	margin-left: auto;
  margin-right: auto;
  width: 67.8vw;
}
.voice-contents .more-voice {
    margin-top: 6vw;
    margin-bottom: 0;
}
.more-voice a {
    height: auto;
    line-height: 1em;
}
.ver2022 a.rnd_btn1:hover, .ver2022 a.rnd_btn1:active {
    opacity: 1;
    color: #534741;
    background: #fff;
    border: #534741 0.6vw solid;
    transition: 0.3s;
}
.voice-middle {
  padding-top: 12vw;
  padding-bottom: 12vw;
  width: 90%;
  margin: 0 auto;
}
.voice-middle h2,
.voice_form h2,
.voice-bottom h2{
  font-size: 6.2vw;
  margin-bottom: 12vw;
}
.voice-middle h2{
  margin-bottom: 12vw;
}
.voice-middle p.t_center{
	text-align: left!important;
}
.voice_form .voice_form_desc{
  margin-bottom: 12vw;
}
.voice-bottom-desc{
  margin-bottom: 12vw!important;
}
.voice_form{
  padding-top: 12vw;
  padding-bottom: 12vw;
}
.voice_form .medium{
	width: 73%!important;
}
.voice-bottom{
  padding-top: 12vw;
  padding-bottom: 12vw;
}
.voice-bottom .blog_wrap{
	width:95vw;
	height:auto;
	margin:0 auto 6.5vw auto;
	font-size:0;
	text-align:center;
}
.voice-bottom .blog_wrap .feedtext{
	width:42.5vw;
	height:71.5vw;
	margin:0 2.5vw 5vw 2.5vw;
	display:inline-block;
	vertical-align:top;
}
.voice-bottom .blog_wrap .feedtext .caption{
	height:25vw;
	padding-top:4vw;
	margin:auto;
	font-size:3.5vw;
	line-height:5vw;
	text-align:left;
}
.voice-bottom .blog_wrap .feedtext .caption a{
}
.voice-bottom .blog_wrap .feedtext .mask{
	width:42.5vw;
	height:42.5vw;
	top:0;left:0;
	opacity:1;
}
.voice-bottom .blog_wrap .feedtext:hover .mask{
	opacity:1;
}
.voice-bottom .blog_wrap .catch{
	width:100%;
	height:42.5vw;
	overflow:hidden;
}
.voice-bottom .blog_wrap img{
	height:42.5vw;
	max-width:300%;
	width:auto;
	overflow:hidden;
}
.voice-bottom .more-column {
    margin-top: 4vw;
    margin-bottom: 0;
}
.voice-bottom .more-column a {
    height: auto;
    line-height: 1em;
}
.voice_confirm form{
	padding-bottom: 6vw;
}
.voice_confirm .form-wrap {
    margin-bottom: 10vw;
}
.voice_confirm .form-sec{
	display: block;
	flex-direction: column;
	align-items: baseline;
}
.voice_confirm .form-sec-wrap{
	padding: 4vw 4vw;
	border-bottom: solid 0.3vw #000;
}
.voice_confirm .flx-btw,
.voice_confirm .name_sec{
	text-align: right;
	display: block;
}
.voice_confirm .form-textarea .flx-btw{
	text-align: left;
}
.voice_confirm .repair-img-sec .flx-btw{
	text-align: center;
}
.voice_confirm .index_hidden{
	margin-top: 0;
	margin-bottom: 0;
}
.voice_confirm .repair-img-sec .form-title{
	margin-bottom: 4vw!important;
}
.voice_confirm .form-title{
	margin-right: 0;
}
.voice_complete section{
	padding-top: 12vw;
	padding-bottom: 12vw;
	max-width: 90%;
}
.voice_complete section h2{
	font-size: 6.2vw;
	margin-bottom: 12vw;
}
.voice_complete section p{
	font-size: 4vw;
	margin-bottom: 14vw;
}
.voice_complete a.btn-turn-back{
    border: 0.5vw solid #707171;
    width: 76.7vw;
    height: 16.7vw;
    font-size: 4.1vw;
    letter-spacing: 0.1em;
    line-height: 15.7vw;
}
}
@media screen and (min-width:481px) {

.w-1000{
    max-width: 100rem;
}
.voice-contents{
  padding-bottom: 5.85rem;
}
.voice-contents .voice-list{
    margin-top: 4.4rem;
}
.voice-contents .voice-list > li{
    max-width: 26.6rem;
    margin-right: 2.6rem;
    padding: 2.3rem;
    margin-bottom: 2.6rem;
    vertical-align:top;
}
.voice-contents .voice-list > li .v-image{
  margin-bottom: 2.7rem;
}
.voice-contents .voice-list > li .v-name{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.voice-contents .voice-list > li .v-material,
.voice-contents .voice-list > li .v-color{
  font-size: 1.5rem;
}
.voice-contents .voice-list > li .v-material{
  margin-bottom: 0.2rem;
}
.voice-contents .voice-list > li .v-color{
  margin-bottom: 3.8rem;
  padding-bottom: 2.6rem;
  border-bottom: solid 0.2rem #C7C7C7;
  width: 80%;
}
.voice-contents .voice-list > li .v-desc{
  margin-bottom: 3rem;
  height:13rem;
}
.voice-contents .voice-list > li .rnd_btn1{
  width: 24rem;
  height: 4.6rem;
  line-height: 4.6rem;
  padding: 0;
}
.voice-contents .voice-list > li:nth-child(3n) {
  margin-right: 0;
}
.voice-contents .voice-list .popup.open .popup-wrap {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 6rem 3.8rem;
    width: 100rem;
    height: auto;
}
.voice-contents .voice-list .popup .close{
  top: 3rem;
  right: calc(50% - 50.3rem);
}

.voice-contents .voice-list .popup ul li:first-child{
  margin-right: 6.7rem;
  height: 41.9rem;
}
.voice-contents .voice-list .popup ul li:last-child{
  width: 35.7rem;
  padding-top: 2.5rem;
  height: 39.5rem;
  overflow: auto;
  padding-right: 5.5rem;
}
.voice-contents .voice-list .popup ul li .v-p-image{
  width: 41.9rem;
}
.voice-contents .voice-list .popup ul li .v-p-name{
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
}
.voice-contents .voice-list .popup ul li .v-p-randsel,
.voice-contents .voice-list .popup ul li .v-p-desc{
  font-size: 1.5rem;
}
.voice-contents .voice-list .popup ul li .v-p-desc{
	overflow: hidden;
}
.voice-contents .voice-list .popup ul li .v-p-randsel{
  padding-left: 3rem;
  height: 6.5rem;
  line-height: 6.5rem;
  margin-bottom: 3.1rem;
}
.voice-contents .voice-list .popup ul li .v-p-randsel span:first-child{
	margin-right: 1rem;
}
.voice-contents .more-voice {
    margin-top: 3.25rem;
    margin-bottom: -2.3rem;
}
.more-voice a {
    height: 4.6rem;
    line-height: 4.6rem;
    padding: 0!important;
}
.voice-middle {
  padding-top: 5.5rem;
  padding-bottom: 5.9rem;
}
.voice-middle h2,
.voice_form h2,
.voice-bottom h2{
  font-size: 2.5rem;
}
.voice-middle h2{
  margin-bottom: 5.5rem;
}
.voice_form h2{
  margin-bottom: 5.1rem;
}
.voice_form .voice_form_desc{
  margin-bottom: 8rem;
}
.voice-bottom h2{
  margin-bottom: 4.2rem;
}
.voice_form .voice-bottom-desc{
  margin-bottom: 8rem;
}
.voice_form{
  padding-top: 8.7rem;
  padding-bottom: 6rem;
}
.voice-bottom{
  padding-top: 5.4rem;
  padding-bottom: 6rem;
}
.voice-bottom .blog_wrap {
    width: 100rem;
    height: auto;
    margin: 6rem auto 4rem auto;
    font-size: 0;
    text-align: center;
}
.voice-bottom .blog_wrap .feedtext {
    width: 18rem;
    height: 18rem;
    margin: 0 1rem 2rem 1rem;
    position: relative;
    display: inline-block;
    float: none;
}
.voice-bottom .blog_wrap .catch {
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 18rem;
    overflow: hidden;
}
.voice-bottom .blog_wrap img {
    position: absolute;
    left: 0;
    height: 18rem;
    max-width: 300%;
    width: auto;
    overflow: hidden;
}
.voice-bottom .blog_wrap .feedtext .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.2s ease;
}
.voice-bottom .blog_wrap .feedtext .caption {
    padding: 4rem 1rem 1rem 1rem;
    margin: auto;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
}
.voice-bottom .more-column {
    margin-top: 3.25rem;
    margin-bottom: -2.3rem;
}
.voice-bottom .more-column a {
    height: 4.6rem;
    line-height: 4.6rem;
    padding: 0;
}
.voice_confirm form{
	padding-bottom: 8.4rem;
}
.voice_confirm .form-wrap {
    margin-bottom: 7.5rem;
}
.voice_confirm .form-sec-wrap{
	padding: 1.8rem 2rem;
	border-bottom: solid 0.1rem #000;
}
.voice_confirm .index_hidden{
	margin-top: 0.3rem;
}
.voice_confirm .repair-img-sec .form-title{
	margin-bottom: 2rem !important;
}
.voice_confirm .form-title{
	margin-right: 2rem;
}
.voice_complete section{
	padding-top: 8.7rem;
	padding-bottom: 6.2rem;
	max-width: 63.5rem;
}
.voice_complete section h2{
	font-size: 2.5rem;
	margin-bottom: 5.7rem;
}
.voice_complete section p{
	font-size: 1.5rem;
	margin-bottom: 7.2rem;
}
.voice_complete a.btn-turn-back{
	width: 31.5rem;
	border: 0.2rem solid #707171;
	height:6rem;
	line-height:5.6rem;
	font-size:1.75rem;
	letter-spacing:0.1em;
}
}