@charset "shift-jis";

/* ==========================================================================
   index
   ========================================================================== */
.sectionL {
	width: 100%;
}
.sectionL .voiceBox{
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 30px;
}
.sectionL .voiceBox:hover{
	opacity: 0.7;
}
.sectionL .voiceBox:hover a .textItem .tag{
	color: #333;
}
.sectionL .voiceBox:nth-child(1){
	margin-top: 0;
}
.sectionL .voiceBox .voiceBoxLink{
	display: flex;
	vertical-align: middle;
}
.sectionL .voiceBox .imageItem{
	width: 44%;
	padding: 10px;
}
.sectionL .voiceBox .imageItem img{
	width: 100%;
}
.sectionL .voiceBox .textItem{
	width: 56%;
	padding: 10px;
}
.sectionL .voiceBox .textItem .voiceItemTtl{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.sectionL .voiceBox .year_tag{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
}
.sectionL .voiceBox .year_tag .year{
	margin-right: 20px;
}
.sectionL .voiceBox .year_tag .tag{
	padding: 1px 10px;
  border-radius: 5px;
}
.sectionL .voiceBox.housework .year_tag .tag{
	background-color: #fad7d4;
}
.sectionL .voiceBox.bodycare .year_tag .tag{
	background-color: #eca234;
}
.sectionL .voiceBox.outside .year_tag .tag{
	background-color: #b1b523;
}
.sectionL .voiceBox.dementia .year_tag .tag{
	background-color: #ddedfc;
}
.sectionL .voiceBox .textItem .txt{
	margin-top: 20px;
}

#pd_btn_area {
	text-align: center;
	margin-top: 50px;
}
#pd_btn_area .btnPrice {
	margin: 0 15px;
    display: inline-block;
    width: 28%;
}
.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: 100%;
}
.sectionL .voiceBox .voiceBoxLink{
	display: flex;
	flex-wrap: wrap;
}
.sectionL .voiceBox .textItem .voiceItemTtl{
	font-size: 16px;
	text-align: left;
	padding: 0;
}
.sectionL .voiceBox .imageItem{
	width: 100%;
	padding: 10px;
}
.sectionL .voiceBox .textItem{
	padding-top: 0;
	width: 100%;
}
.sectionL .voiceBox .textItem .txt{
	margin-top: 10px;
}
#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;
}
}