.mainVisual {
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.sliderBox {
	margin: 0 auto 10px;
	width: 361px;
	overflow: hidden;
	position: relative;
}

.sliderBox .arrow {
	margin: 0 auto;
	width: auto;
	position: relative;
	z-index: 20;
}

.sliderBox .arrow li {
	position: absolute;
	top: 180px;
	cursor: pointer;
}

.sliderBox .arrow li:hover {
	opacity: 0.7;
}

.sliderBox .arrow .prev {
	left: 0;
}

.sliderBox .arrow .next {
	right: 0;
}

.sliderBox .foo {
	margin: 0 auto;
	width: 361px;
	height: 140;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #FFF;
}

.sliderBox .foo li {
	float: left;
	position: relative;
}

h2.headLine01 {
    margin-bottom: 10px;
    color: #106EB6;
    font-size: 24px;
    position: relative;
    text-align: center;
	margin-top: 50px;
}

h2.headLine01::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(16deg);
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	position: absolute;
	top: -20px;
	left: calc(50% - 2px);
}

h2.headLine01::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
	position: absolute;
	top: -20px;
	right: calc(50% - 2px);
}

#sec01 h3 {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}

#sec01 p {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

#sec01 ul {
	padding-left: 2px;
}

#sec01 ul::after {
	content: "";
	clear: both;
	display: block;
}

#sec01 li {
	box-sizing: border-box;
	width: calc(100% / 3 - 2px);
	float: left;
	margin-right: 2px;
}

#sec01 li a {
	display: block;
	width: 100%;
	border: 1px solid #106EB6;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

#sec01 li a::after {
	content: "";
	display: block;
	z-index: 10;
	font-size: 8px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 2px;
	line-height: 20px;
	width: 10px;
	height: 10px;
	margin: -2px auto 5px;
	border: 2px solid;
	border-color:  transparent transparent #106EB6 #106EB6;
	transform: rotate(-45deg);
}

#sec02 {
	margin-top: 20px;
	position: relative;
}

#sec02 h4 {
	margin-bottom: 0;
	padding: 15px 5px;
	color: #106EB6;
	font-size: 14px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

#sec02 .service {
	margin-bottom: 20px;
}

#sec02 .service .inner {
	margin-top: 10px;
    border: 10px solid #D0E8F4;
    background-color: #FFF;
}

#sec02 .consult {
	margin-bottom: 20px;
}

#sec02 .consult .inner {
	margin-top: 10px;
    border: 10px solid #EBF5D2;
    background-color: #FFF;
}

#sec02 .inner h5 {
	text-align: left;
	font-size: 16px;
	padding: 10px;
}

#sec02 .inner h6 {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #106EB6;
}

#sec02 .inner li {
	padding: 0 5px 10px;
	height: 100px;
	float: none;
	clear: both;
}

#sec02 .inner .img {
	float: left;
	width: 143px;
	margin: 0px 5px 0px 0;
}

#sec02 .inner .img img {
	max-width: 100%;
}

#sec02 .inner p {
	text-align: left;
	font-size: 11px;
}

#sec02 p.txt {
	text-align: left;
	font-size: 11px;
	padding: 0px 10px 5px;
}

#main .purpleBox {
	margin-top: 10px;
	margin-bottom: 70px;
	border: 10px solid #efd7f3;
	background-color: #efd7f3;
}

#main .purpleBox .inner{
padding: 5px;
overflow: hidden;
background-color: #FFF;
}

#main .purpleBox .inner h5{
	text-align: left;
	font-size: 16px;
	padding: 10px;
}

#main .purpleBox .inner ul {
	display: block;
	width: 100%;
}

#main .purpleBox .inner ul::after{
	content: "";
	clear: both;
	float: none;
	display: block;
}

#main .purpleBox .inner li{
	display: block;
	clear: none;
	width: calc(100% / 3);
	width: 33.33%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 2px;
	margin: 0 0 5px;
}

#main .purpleBox img {
	width: 100%;
	margin: 0px 0 0px 0;
}

#main .purpleBox .inner li .title{
text-align: center;
font-size: 16px;
line-height: 40px;
font-weight: bold;
color: #5DA302;
}

#main .purpleBox .inner p{
	text-align: left;
	font-size: 11px;
	padding: 0px 10px 10px;
}


#main .purpleBox .inner .btn {}

#main .purpleBox .inner .btn a {
	display: block;
	box-sizing: border-box;
	height: 60px;
	line-height: 40px;
	font-size: 14px;
	padding: 10px;
	width: auto;
	margin: 0 auto;
	background: #106EB6;
	color: #FFFFFF;
	text-align: center;
}