@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Roboto', sans-serif;
	font-weight: 500;
font-family: 'Roboto', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

.cnt_title_wrap {
	width: 100%;	
	background: #e8f6fd;	
}
.cnt_title {
	width: 1100px;
	height: 220px;
	padding-top: 75px; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 219px;
	height: 264px;
	background: url("../pc_img/insurance/cnt_title_img.png") no-repeat;
	background-size: 219px auto;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 20px;
}


/** *********************** **/

.insurance_wrap {
	width: 100%;
	padding: 80px 0 60px 0;
}
.insurance {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.insurance::after {
	content: "";
	width: 86px;
	height: 198px;
	background: url("../pc_img/insurance/cnt_img_01.png");
	background-size: 86px auto;
	position: absolute;
	top: -15px;
	right: 40px;
}
.insurance h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.insurance h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.insurance div:nth-of-type(1) {
	margin-bottom: 25px;
}
.insurance div {
	width: 1100px;
	background: #e8f6fd;
	padding: 30px 50px 42px 50px;
}
.insurance div h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.insurance div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.insurance div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.insurance div li {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	height: 45px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #99e0fd;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 8px;
}
.insurance div li:nth-child(2n) {
	margin-right: 0;
}

/** *********************** **/

.companies_wrap {
	width: 100%;
	padding: 0 0 100px 0;
}
.companies {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.companies::after {
	content: "";
	width: 97px;
	height: 190px;
	background: url("../pc_img/insurance/cnt_img_02.png");
	background-size: 97px 190px;
	position: absolute;
	top: -5px;
	right: 30px;
}
.companies h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.companies h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.companies div:nth-of-type(1) {
	margin-bottom: 25px;
}
.companies div {
	width: 1100px;
	background: #e8f6fd;
	padding: 30px 50px 32px 50px;
}
.companies div h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.companies div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.companies div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.companies div li {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	height: 45px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #99e0fd;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 8px;
}
.companies div li:nth-child(2n) {
	margin-right: 0;
}