@charset "shift-jis";

/* ==========================================================================
   index
   ========================================================================== */
.sectionL {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectionL .voiceBox{
	width: calc(50% - 15px);
	border: 1px solid #cccccc;
	margin-top: 30px;
}
.sectionL .voiceBox:hover{
	opacity: 0.7;
}
.sectionL .voiceBox:nth-child(1),
.sectionL .voiceBox:nth-child(2){
	margin-top: 0;
}
.sectionL .voiceBox:nth-child(2n){
	margin-right: 0;
}
.sectionL .voiceBox .voiceBoxLink{
	display: inline-flex;
	vertical-align: middle;
}
.sectionL .voiceBox .imageItem{
	width: 200px;
	padding: 10px;
}
.sectionL .voiceBox .imageItem img{
	width: 200px;
}
.sectionL .voiceBox .textItem{
	padding: 10px;
}
.sectionL .voiceBox .textItem .voiceItemTtl{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.sectionL .voiceBox.housework .voiceItemTtl{
	color: #e83928;
}
.sectionL .voiceBox.bodycare .voiceItemTtl{
	color: #eca234;
}
.sectionL .voiceBox.outside .voiceItemTtl{
	color: #b1b523;
}
.sectionL .voiceBox.dementia .voiceItemTtl{
	color: #2898e8;
}

.sectionL .voiceBox .textItem .text{
	margin-top: 20px;
}
.sectionL .voiceBox .textItem .text p{
	margin-top: 10px;
}
.sectionL .voiceBox .textItem .text .comment{
	font-weight: bold;
}

#pd_btn_area {
	text-align: center;
	margin-top: 50px;
}
#pd_btn_area .btnPrice {
	margin: 0 15px;
    display: inline-block;
    width: 28%;
}
.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:hover {
	background-color: #fdefee;
}

.index_sp-only{
	display: none;
}

@media screen and (max-width: 769px) {
.sectionL .voiceBox{
	width: 48%;
}
.sectionL .voiceBox .voiceBoxLink{
	display: block;
}
.sectionL .voiceBox .voiceItemTtl{
	font-size: 16px;
	font-weight: bold;
	color: #e83928;
	text-align: center;
	padding: 10px 10px 0;
}
.sectionL .voiceBox .imageItem{
	width: calc(100% - 20px);
	padding: 10px;
}
.sectionL .voiceBox .imageItem img{
	width: 100%;
}
.sectionL .voiceBox .textItem{
	padding-top: 0;
}
.sectionL .voiceBox .textItem .text{
	margin: 0;
}
.sectionL .voiceBox .textItem .text p:first-child{
	margin-top: 0;
}
.sectionL .voiceBox .textItem .text p{
	margin-top: 5px;
}

#pd_btn_area {
	width: 100%;
	margin: 40px 0 0;
}
#pd_btn_area .btnPrice {
	display: block;
	width: 100%;
	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;
}

.index_sp-only{
	display: block;
}
}