@charset "utf-8";

.lp_page{
	padding-top: 30px;
}
.lp_kv{
	position: relative;
	display: flex;
}
.kv_mark{
	position: absolute;
	width: 98%;
	left: 0.5%;
	top: 3%;
	pointer-events: none;
}
.lp_col0303{
	width: calc((100% - 40px)/3.00001);
}

.ihv4_f_menu_a {
    display: flex;
	align-items: center;
	justify-content: center;
    padding: 15px 25px 12px 10px;
    position: relative;
    border: 1px solid #ccc;
    color: #333!important;
    text-decoration: none!important;
    opacity: 1;
    transition: 0.3s;
	text-align: center;
}
.ihv4_f_menu_a img{
	width: 70px;
	margin-right: 10px;
}
.ihv4_f_menu_a:after {
    transform: rotate(90deg);
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(/module/fw4/img/FW4_mark_arw_right_b.svg) no-repeat;
    background-size: 16px 16px;
}
.ihv4_f_menu_a.ihv4_f_menu_right:after{
	transform: rotate(0deg);
}
.lp_wp{
	padding: 60px 0 30px;
	background: #eee7e3;
}
.lp_wp .FW4_h1_features{
	font-size: 2rem;
}
.f_new {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    line-height: 1.1;
}
.f_cline {
    padding-top: 60px;
    border-top: 1px solid #000;
}
.f_h1_line {
    border: 1px #000 solid;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px 2px 10px;
    line-height: 1.3;
    margin-top: 3px;
	background: #fff;
	font-size: 90%;
}
.lp_img01 {
    margin-bottom: 20px;
    width: 148px;
}
.lp_textline {
    display: inline-block;
    background: url(../img/img_line.png) no-repeat left bottom;
    background-size: 100% 3px;
}
.lp_titline{
	margin-bottom: 25px;
	height: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
}
.lp_titline p{
	padding: 5px 20px;
	display: inline-block;
	background: #eee7e3;
}
.lp_imgb02{
	margin-top: -55px;
}
.lp_flex_dif{
	justify-content: space-between;
	flex-direction: row-reverse;
}
.lp_btn{
	padding: 15px 15px 12px 0;
	font-size: 1.2rem;
	background: #fff;
	border: 1px solid #cdb239;
}
.lp_btn::after {
    top: calc(50% - 7px);
}
