@charset "utf-8";


.fp1_btn{
	display: block;
	color: #333 !important;
	text-decoration: none !important;
}
.fp1_btn_text{
	position: relative;
	min-height: 90px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 8%;
	background: #e2e4e5;
	font-size: 1rem;
}
.fp1_btn_text>div{
	margin-right: 6%;
	font-size: 1.75rem;
	line-height: 1.3;
}
.fp1_btn_text::before {
	content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
	right: 30px;
    transform: translate(0, -50%);
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 2px solid #888;
    outline: none;
    background: transparent;
}
.fp1_btn_text:after {
	content: '';
	position: absolute;
	z-index: 3;
	right: 42px;
    top: 50%;
	width: 9px;
	height: 9px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: translateY(-70%) rotate(135deg);
}
.fp1_tit01{
	margin-bottom: 10px;
	font-size: 3.6rem;
	line-height: 1.3;
}
.fp1_box01{
	padding: 15px 40px 6px;
	background: #e2e4e5;
}
.fp1_imgp06{
	max-width: 366px;
	margin: 0 auto 14px;
}
.fp1_imgp07{
	margin-left: 3%;
	min-width: 33%;
	max-width: 33%;
}
.fp1_imgp07 p{
	margin-top: 3px;
}
.fp1_tit02{
	display: flex;
	margin-bottom: 20px;
	padding: 4px 20px 4px 5px;
	border: 2px solid #888;
	border-radius: 25px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.fp1_tit02>span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #888;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
}
.fp1_imgp08{
	max-width: 522px;
	margin: 0 auto;
}
.fp1_box01_pd{
	margin-top: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fp1_imgp10{
	max-width: 378px;
	margin: 15px auto 0;
}
.fp1_box02{
	margin-bottom: 10px;
	padding: 15px 30px 5px;
	border: 1px solid #333;
	border-radius: 8px;
}
.fp1_tit03{
	padding: 5px;
	margin-bottom: 10px;
	background: #e2e4e5;
	border-radius: 18px;
	font-size: 1.125rem;
	text-align: center;
}
.fp1_imgp11{
	max-width: 177px;
	margin: 0 auto;
}
.fp1_imgp13{
	max-width: 211px;
	margin: auto 3% 0;
}
.fp1_imgp14{
	max-width: 260px;
	margin: auto 3% 0;
}
.fp1_imgp15{
	max-width: 100px;
	margin-left: 10px;
}
.fp1_imgp17{
	position: relative;
	left: 9.5%;
	max-width: 532px;
	margin: 20px auto 0;
}
.fp1_note01{
	position: relative;
	z-index: 2;
	margin-top: -15px;
	margin-right: 3%;
}
.fp1_text01{
	font-size: 1.25rem;
}
.fp1_imgp04 .fea_imgs{
	right: auto;
	left: 63%;
}
.fp1_box02_bdrs{
	border-radius: 0;
}
.fp1_tit_mark {
	margin: -15px 0 10px -30px;
    padding: 3px 15px 2px;
    background: #888;
    color: #fff;
    line-height: 1.5;
}
.fp1_p15_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fp1_p15_box .fp1_imgp15{
	margin-top: 10px;
	max-width: 460px;
}
.fp1_imgp04_g70 .fea_imgs{
	left: 58%;
	bottom: 20px;
}
.fp1_imgp08_g70{
	max-width: 541px;
	margin: 0 auto;
}
.fp1_imgp10_g70{
	max-width: 676px;
	margin: 0 auto;
}
.fp1_imgp13_g70{
	max-width: 215px;
	margin: auto 3% 0;
}
.fp1_imgp14_g70{
	max-width: 266px;
	margin: auto 3% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1274px) {
	.fp1_btn_text{
		padding: 0 9% 0 5%;
		font-size: 1.4vw;
	}
	.fp1_btn_text>div{
		font-size: 2vw;
		margin-right: 4%;
		white-space: nowrap;
	}
	.fp1_afe .fea_col0202{
		display: flex;
		flex-direction: column;
	}
	.fp1_imgp11{
		margin-top: auto;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.fp1_btn_text{
		padding: 5px 35px 5px 15px;
		font-size: 0.875rem;
		min-height: 75px;
		font-feature-settings: "palt";
	}
	.fp1_btn_text>div{
		margin-right: 10px;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.fp1_btn_text::before{
		right: 10px;
		width: 24px;
		height: 24px;
	}
	.fp1_btn_text:after{
		right: 19px;
		width: 7px;
		height: 7px;
	}
	.fp1_tit01{
		font-size: 3rem;
	}
	.fp1_box01{
		padding: 5px 10px;
		font-size: 0.875rem;
	}
	.fp1_imgp06{
		margin: 0 8% 10px 0;
	}
	.fp1_imgp07{
		margin-left: 2%;
		max-width: 47%;
		min-width: 47%;
	}
	.fp1_imgp17{
		left: 0;
	}
	.fp1_tit02{
		margin-bottom: 15px;
		font-size: 1.25rem;
	}
	.fp1_tit02>span{
		width: 32px;
		height: 32px;
		font-size: 1.25rem;
	}
	.fp1_imgp09{
		margin-right: 6%;
		margin-bottom: 10px!important;
	}
	.fp1_box01_pd{
		padding-bottom: 15px;
	}
	.fp1_imgp10{
		margin-top: 0;
	}
	.fp1_box02{
		padding: 10px 10px 5px;
	}
	.fp1_tit03{
		padding: 3px 5px 2px;
	}
	.fp1_hei01{
		min-height: 68px;
	}
	.fp1_imgp13{
		width: 42.5%;
		margin: auto 1.5% 0 4%;
	}
	.fp1_imgp14{
		width: 50%;
		margin: auto 0 0;
	}
	.fp1_note01{
		margin-top: -10px;
		margin-right: 0;
	}
	.fp1_text01{
		margin-left: auto;
		font-size: 1.1875rem;
	}
	.fp1_imgp15{
		width: 95px;
		margin-left: 0;
		margin-right: auto;
	}
	.fp1_imgp04 .fea_imgs{
		left: 75%;
	}
	.fp1_tit_mark{
		margin: -10px 0 10px -10px;
	}
	.fp1_p15_box .fp1_text01{
		margin: 0 auto 10px;
	}
	.fp1_p15_box .fp1_imgp15{
		width: 100%;
		margin: 0 auto;
	}
	.fp1_imgp04_g70 .fea_imgs{
		left: 68%;
		bottom: 15px;
	}
	.fx1_table tr .fea_noteS{
		font-size: 0.6875rem!important;
		white-space: nowrap;
	}
	.fp1_imgp11{
		margin: 0 5%;
	}
	.fp1_imgp13_x100{
		width: 40.5%;
		margin-left: 4.5%;
	}
	
	
}
	
	
	
	