@charset "UTF-8";
/* ------------------------------------------------------------
2022.06 製品ページTOP用
------------------------------------------------------------ */
sup{
	font-size: 8px;
}
.mobile_charge .top_header{
	font-size: 40px;
	padding-bottom: 0;
	margin: 60px auto;
}
main a:visited {
	color: #333;
}
.flexBlock{
	display: flex;
}
.sp_only{
	display: none;
}
.mv_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px){
	.mobile_charge .top_header{
		font-size: 31px;
		padding-bottom: 20px;
		margin-top: 50px;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	.mv_area{
		display: block;
	}
	.mv_area p{
		text-align: center;
	}
	.mv_area p img{
		margin: 0 auto 20px;
	}
}



.link_block{
	display: flex;
	flex-wrap: wrap;
}
.link_block .link_item{
	width: calc((100% / 3) - 40px);
	margin: 0 20px 50px;
}
.link_block .link_item h4{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.link_block .link_item .txt{
	font-size: 16px;
	margin-bottom: 20px;
}
.link_block .link_item .note{
	font-size: 12px;
}
.link_block .link_item .detail_btn{
	position: relative;
	padding-left: 20px;
}
.link_block .link_item .detail_btn:before {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #cc023a;
	border-right: 2px solid #cc023a;
}
@media screen and (max-width: 1024px){
	.link_block{
		display: block;
	}
	.link_block .link_item{
		width: 100%;
		margin: 0 0 40px;
	}
	.link_block .link_item .txt{
		font-size: 14px;
	}
	.plan_list li .detail_btn::before {
		top: calc(50% - 5px);
		right: 7px;
	}
}
.lineup_block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.lineup_item{
	width: calc((100% / 4) - 15px);
	background: #fff;
	margin-right: 20px;
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #B2B2B2;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}
.lineup_item:nth-of-type(4n){
	margin-right: 0;
}
.lineup_item:hover{
	color: #333;
	border: 1px solid #CC023A;
}
.lineup_item .img{
	width: 85px;
}
.lineup_item .lineup_txt{
	width: calc(100% - 100px);
	text-align: left;
}
.lineup_item .lineup_txt .name{
	font-weight: bold;
}
.lineup_item .lineup_txt .icon{
	display: flex;
	margin-top: 10px;
}
.lineup_item .lineup_txt .icon img{
	width: 40px;
	margin-right: 10px;
}
@media screen and (max-width: 1024px){
	.lineup_block{
		margin-bottom: 30px;
	}
	.lineup_item{
		width: calc((100% / 2) - 15px);
		display: block;
		text-align: center;
	}
	.lineup_item:nth-of-type(2n){
		margin-right: 0;
	}
	.lineup_item .img {
		margin: 0 auto 20px;
	}
	.lineup_item .lineup_txt {
		width: 100%;
		text-align: center;
	}
	.lineup_item .lineup_txt .icon {
		justify-content: center;
	}
	.lineup_item .lineup_txt .icon img {
		width: 40px;
		margin: 0 5px;
	}
}


.scene_area{
	background: #F2F2F2;
	margin-bottom: 80px;
	padding:60px 0;
}
.scene_area h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.scene_list{
	display: flex;
	flex-wrap: wrap;
}
.scene_item{
	display:block;
	width: calc((100% / 3) - 28px);
	background: #fff;
	margin-right: 40px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	text-align: center;
	padding: 30px 0 0;
	margin-bottom: 30px;
	text-decoration: none;
	position:relative;
}
.scene_item::before{
	content:"";
	display:block;
	width:50%;
	height:4px;
	background-color:#333;
	position:absolute;
	top:-4px;
	right:0;
}
.scene_item:hover{
	color: #333;
	box-shadow: 0px 0px 0px 3px rgba(204, 2, 58, 1);
}
.scene_item:nth-of-type(3n){
	margin-right: 0;
}
.scene_item .ttl{
	color: #CC0039;
	font-weight: bold;
	text-align:left;
	margin: 30px 0 20px;
	font-size: 14px;
	padding: 0 10px;
}
.scene_item .txt{
	text-align:left;
	margin-bottom: 20px;
	padding: 0 10px;
}
.scene_item .note{
	text-align:left;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.scene_item .btn{
	background: #4c4c4c;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.scene_item .btn:before {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	right: 12px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.js-show_block .txt{
	height: 84px;
}
.scene_block .js-all_show{
	text-align: center;
	margin: 0 auto;
	border: 1px solid #CC0039;
	border-radius: 10px;
	padding: 10px;
	color: #CC0039;
	background: #fff;
	width: 500px;
	cursor: pointer;
}
.scene_block .js-all_show span{
	position: relative;
	padding-right: 15px;
}
.scene_block .js-all_show span:before {
	content: "";
	position: absolute;
	transform: rotate(135deg);
	top: calc(50% - 7px);
	right: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #CC0039;
	border-right: 2px solid #CC0039;
}
@media screen and (max-width: 1024px){
	.scene_area{
		margin-bottom: 40px;
		padding:30px 0;
	}
	.scene_area h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.scene_list{
		display: block;
	}
	.scene_item{
		width: 100%;
		margin: 0 0 20px;
		display:block;
	}
	.scene_item:hover{
		color: #333;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	}
	.scene_block .js-all_show{
		width: 100%;
	}
}


.contact_area{
	border: 3px solid #cc023a;
	padding: 60px 120px;
	margin-bottom: 150px;
}
.contact_area h3{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}
.contact_area .contact_block{
	display: flex;
	justify-content: space-between;
}
.contact_area .contact_block .contact_item{
	width: 45%;
}
.contact_area .contact_block .contact_item h4{
	display: flex;
	align-items: center; 
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
	margin-bottom: 20px;
}
.contact_area .contact_block .contact_item h4 img{
	margin-right: 10px;
}
.contact_item .c-btn__link{
	display: block;
	border: 1px solid#333;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	width: 320px;
	border-radius: 10px;
}
.contact_item p{
	font-weight: bold;
	font-size: 16px;
}
.contact_item .contact_item_tel{
	font-size: 30px;
	margin: 10px 0;
}
.contact_item .contact_item_note{
	font-size: 14px;
	font-weight: normal;
}
@media screen and (max-width: 1024px){

	.contact_area{
		padding: 30px 20px 0;
		margin-bottom: 40px;
	}
	.contact_area h3{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.contact_area .contact_block{
		display: block;
	}
	.contact_area .contact_block .contact_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_area .contact_block .contact_item h4{
		font-size: 16px;
	}
	.contact_area .contact_block .contact_item h4 img{
		margin-right: 5px;
	}
	.contact_item .c-btn__link{
		width: 100%;
	}
	.contact_item p{
		font-weight: bold;
		font-size: 14px;
	}
}