@charset "shift-jis";

/* ==========================================================================
   voice
   ========================================================================== */
.secWrap{
	margin-top: 55px;
}
.sectionL {
	margin-bottom: 70px;
}

.sectionL.voiceInfo{
	display: inline-flex;
	width: 100%;
}
.sectionL.voiceInfo .imgBox{
	width: 425px;
}
.sectionL.voiceInfo .imgBox img{
	width: 100%;
}
.sectionL.voiceInfo .infoBox{
	width: calc(100% - 455px);
	margin-top: 20px;
	margin-left: 30px;
}
.sectionL.voiceInfo .infoBox .voiceText{
	font-size: 24px;
	font-weight: bold;
}
.sectionL.voiceInfo .infoBox .voiceText{
	color: #e83928;
}
.sectionL.voiceInfo .infoBox .infoTable{
	margin-top: 20px;
	width: 100%;
}
.sectionL.voiceInfo .infoBox .infoTable table {
    border-collapse:  collapse;
}
.sectionL.voiceInfo .infoBox .infoTable th,td {
	padding: 8px 6px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 18px;
}
.sectionL.voiceInfo .infoBox .infoTable .infoTtl{
	width: 176px;
	text-align: right;
}
.sectionL.voiceInfo .infoBox .infoTable .infoText{
	font-weight: bold;
}

.sectionL.thoughts {
	margin-bottom: 0;
}
.sectionL.thoughts .thoughtsBox{
	display: flex;
}
.sectionL.thoughts .thoughtsBox p{
	display: inline-block;
}
.sectionL.thoughts .thoughtsBox .text{
	margin-left: 30px;
}
.sectionL.thoughts .publishData{
	margin: 10px;
	text-align: right;
}

#pd_btn_area {
	display: flex;
	justify-content: center;
}
#pd_btn_area .btnPrice {
	margin: 60px 40px;
}
.btn_red {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	background: #e83928;
	padding: 15px 35px 15px 75px;
}
.btn_red:before {
	position: absolute;
	top: 17px;
	left: 30px;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/lifecare/common_renew/img/icon_contact.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.btn_red:hover {
	color: #fff;
	opacity: 0.8;
}
.btn_bd_red {
	position: relative;
	display: inline-block;
	width: 180px;
	font-size: 16px;
	color: #e83928;
	text-align: center;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 50px;
}
/* .btn_bd_red::after {
	position: absolute;
	width: 0;
	height: 0;
	top: 40%;
	right: 15px;
	left: inherit;
	content: "";
	margin-top: -4px;
	border-left: 12px solid #e83928;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
} */
.btn_bd_red:hover {
	background-color: #fdefee;
}
.index_sp-only{
	display: none;
}

@media screen and (max-width: 769px) {
.secWrap{
	margin-top: 30px;
}
.sectionL{
	margin-bottom: 50px;
}
.sectionL.voiceInfo{
	display: block;
}
.sectionL.voiceInfo .imgBox{
	width: 100%;
}
.sectionL.voiceInfo .imgBox img{
	width: 100%;
}
.sectionL.voiceInfo .infoBox{
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
}
.sectionL.voiceInfo .infoBox .voiceText{
	font-size: 22px;
	font-weight: bold;
	color: #e83928;
}
.sectionL.voiceInfo .infoBox .infoTable{
	margin-top: 20px;
	width: 100%;
}
.sectionL.voiceInfo .infoBox .infoTable .infoTtl{
	width: 147px;
}
.sectionL.voiceInfo .infoBox .infoTable th,td {
	vertical-align: top;
	font-size: 15px;
}

.sectionL.thoughts .thoughtsBox .icon{
	width: 90px;
}
.sectionL.thoughts .thoughtsBox .icon img{
	width: 100%;
}
.sectionL.thoughts .thoughtsBox .text{
	width: calc(100% - 90px);
}

#pd_btn_area {
	flex-direction: column;
	width: 100%;
	margin: 20px 0 0;
}
#pd_btn_area .btnPrice {
	text-align: center;
	margin: 8px 0;
}
.btn_bd_red {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #e83928;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 0;
}
/* .btn_bd_red::after {
    content: none;
} */
}