.main {
    width: 100%;
}

.main article {
    margin-bottom: 0!important;
}

.main .entry-content {
    margin-bottom: 0;
}

.main .footer-bottom {
    margin-top: 0;
}

.con_page_voice {
    position: relative;
    margin-bottom: 0;
    background-color: #E2F0EA;
    background-image: url(../../../uploads/2024/09/お客様の声一覧ページ　後回し-投稿機能-1.jpg);
}

.con_page_voice .box_img {
    line-height: 0;
}

.con_page_voice .box_title img {
    width: 100%;
    max-height: 400px;
}

.con_page_voice .box_title {
	position: relative;
}

.con_page_voice .tit_lower {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width:767px) {
    .con_page_voice .tit_lower {
        max-width: 50%;
    }   
}

.con_page_voice .tit_lower h1 {
	font-size: 35px;
	text-align: center;
    padding-bottom: .5em;
    border-bottom: 3px solid #23B69B;
}

.con_page_voice .title_s {
    color: #23B69B;
    font-size: 14px;
    font-weight: bold;
}

.con_page_voice .tit_lower p {
	display: none;
}

.con_page_voice .box_page_voice .img_rate {
    display: block;
    max-width: 800px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    text-align: center;
}

.con_page_voice .box_page_voice {
    max-width: 900px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
}

.con_page_voice .box_page_voice .inn_voice {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 60px;
    background-color: #fff;
    border-radius: 15px;
}

.box_page_voice .inn_voice:first-child {
    margin-top: 100px;
}

.box_page_voice .inn_voice .box_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.box_page_voice .inn_voice .box_flex .box_right .box_btn a {
    display: block;
    padding: 4px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #CAC94D;
    box-shadow: 0px 5px 0px 0px #dddd91;
    border-radius: 10px;
}

.box_page_voice .inn_voice .name {
    display: block;
    font-size: 14px;
    color: #757575;
}

.box_page_voice .inn_voice .rate {
    color: #23B69B;
    font-weight: bold;
}

.box_page_voice .inn_voice .rate .r_star {
    margin-left: 10px;
    color: #EABB00;
}

.box_page_voice .inn_voice .tit {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.box_page_voice .inn_voice .txt {
    font-size: 16px;
    color: #616161;
}

.box_page_voice .inn_voice .inn_info {
    margin-top: 30px;
}

.box_page_voice .inn_voice .inn_info p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.box_page_voice .inn_voice .inn_info p:first-child {
    margin-top: 0;
}

.box_page_voice .inn_voice .inn_info .tit_info {
    width: 160px;
    text-align: center;
    margin-right: 15px;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00997D;
    background-color: #EAF7F1;
}

.bg_form {
    margin-bottom: 0;
    padding: 100px 0;
    background-image: url(../../../uploads/2024/09/お客様の声一覧ページ　後回し-投稿機能-1.jpg);
}

.con_form {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .con_page_voice .box_page_voice .inn_voice {
        padding: 30px 20px;
    }
    .con_page_voice .box_page_voice .inn_voice .tit {
        line-height: 1.4;
    }
    .box_page_voice .inn_voice .inn_info .tit_info {
        width: 140px;
        font-size: 14px;
    }
    .box_page_voice .inn_voice .inn_info span {
        font-size: 14px;
    }
    .box_page_voice .inn_voice .box_flex .box_right  {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .box_page_voice .inn_voice .box_flex .box_right .box_btn  {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}