@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
/*header
----------------------------------------------------*/
#header {
	height: 140px;
}

.refa-intro {
	width: 100%;
    margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.refa__logo {
	margin: 0 auto 120px;
}
.refa_lead {
    margin-bottom: 100px;
    font-size: 40px;
    letter-spacing: .07em;
}
.refa_leadtxt {
    font-size: 20px;
	text-align: center;
}
.refa_imgarea iframe {
    width: 1200px;
	height: 800px;
}

.refa-product {
	margin-bottom: 105px;
	padding-block: 105px;
	background: #057a63;
}
.-whitetxt {
	color: #ffffff;
}
.p_col_header.header_wh:after {
	border: 1px solid #ffffff;
	border-left: none;
}


.refa_item {
	display: flex;
	/*align-items: center;*/
	column-gap: 50px;
	margin-bottom: 150px;
}
.refa_item:nth-child(odd) {
    flex-direction: row-reverse;
}

.refa__img {
  width: 54%;
}

.refa__txtarea {
	flex: 1;
}
.refa__ttl {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}
.refa-ttl__en {
	display: block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.0;
}
.refa-ttl__ja {
	margin-top: 10px;
	font-size: 14px;
}
.refe-txt__cacth {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.refa_txt {
	font-size: 18px;
	line-height: 1.6;
}
.refa_txt_op {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}



