
div.mainimg {
	background: url(images/top_mainimg_bg.png) no-repeat center top;
}

div.mainimg h2 {
	margin: 0 20px;
}

div.mainimg div.img {
	margin: 0 20px;
	text-align: center;
}

div.mainimg p {
	background-color: white;
	border-radius: 30px;
	color: #0d6fb8;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5em;
	margin: -30px auto 0 auto;
	padding: 50px 0 30px 0;
	text-align: center;
	width: 1000px;
}

div.profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.profile div.img {
	padding-top: 50px;
	width: 340px;
}

div.profile div.img img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}

div.profile div.text {
	width: 720px;
}

div.profile div.text h3 {
	border-left: 8px solid #0d6fb8;
	color: #0d6fb8;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

div.profile div.text h3 strong {
	color: #0d6fb8;
	font-size: 35px;
	margin-left: 20px;
}

div.profile div.text table th {
	background-color: #0d6fb8;
	border-bottom: 1px solid #daecf9;
	border-top: 1px solid #daecf9;
	color: white;
	font-size: 16px;
	padding: 10px;
	white-space: nowrap;
	width: 25%;
}

div.profile div.text table td {
	background-color: #dceefb;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-size: 16px;
	line-height: 1.3em;
	padding: 10px 10px 10px 20px;
	position: relative;
}

div.profile div.text table td div.license {
	bottom: 10px;
	position: absolute;
	right: 15px;
}

div.message h3 {
	color: #0d6fb8;
	font-size: 35px;
}

div.message p {
	text-align: center;
}

div.qa h2 {
	background: url(images/top_qa_title_line.svg) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

ul.qa-list {
	margin: 0 auto;
	width: 950px;
}

ul.qa-list li {
	background: white;
	border: 5px solid #bcdef7;
	border-radius: 10px;
	margin-top: 70px;
	padding: 40px 40px 30px 40px;
	position: relative;
}

ul.qa-list li div.icon {
	left: 50%;
	position: absolute;
	top: -60px;
	transform: translateX(-50%);
}

ul.qa-list li h3 {
	border-bottom: 3px solid #bcdef7;
	color: #0d6fb8;
	font-size: 28px;
	padding: 10px 0;
}

ul.qa-list li div.text {
	padding-top: 10px;
}

div.company {
	background-color: white;
	border-radius: 10px;
	padding: 50px 100px;
}

ul.list-company {
	line-height: 1.5em;
}

ul.list-company li {
	background: url(images/ul_list_li.svg) no-repeat left center;
	background-size: 15px;
	display: inline-block;
	margin-right: 25px;
	padding-left: 25px;
}

div.googlemap iframe {
	display: block;
}