.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;
}

h4 {
    height: 60px;
    background-image: url(../about/images/h3_bg.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 60px 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

div.copy {
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
}

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);
}

.event img {
	width: 100%;
	height: auto;
}

#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;
}

.sp-image img {
	position: relative;
	z-index: 5;
}

.txtgroup {
	background: rgba(59,76,208,0.8);
	text-align: left;
	padding: 10px;
	margin-top: -50px;
	position: relative;
	z-index: 10;
}

.txtgroup .name {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.txtgroup .name strong {
	margin-right: 10px;
	font-size: 12px;
}

.txtgroup .text {
	color: #F5C600;
	font-size: 14px;
	height: 60px;
}

.event {
	padding-bottom: 20px;
}

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

.event p {
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

.event ul {
	padding-left: 5px;
}

.event li {
	width: 50%;
	float: left;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}

.event li.wide {
	width: 100%;
}

.event ul::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}


.event.t2018 ul {
	padding-bottom: 20px;
}

.event.t2018 ul::after {
display: block;
clear: both;
float: none;
content: "";
}

.event.t2018 .event01 li{
width: 50%;
float: left;
}

.event.t2018 .event02 li {
width: 33.33%;
height: 88px;
overflow-y: hidden;
float: left;
}

.event.t2018 .event03 li{
width: 50%;
float: left;
}
.event.t2018 .event03 li:nth-child(2n){width: 30.8%;}
.event.t2018 .event03 li:nth-child(3n){width: 19.2%;}
.event.t2018 .event03 li:nth-child(4n){width: 100%;}

.event.t2018 .event04 ul {
position: relative;
}
.event.t2018 .event04 li{
width: 50%;
float: left;
}
.event.t2018 .event04 li:nth-child(even){
margin-right: 0px;
}
.event.t2018 .event04 li:nth-child(5n){
position: absolute;
top: 30%;
left: 30%;
width: 25%;
}

.event.t2018 .event05 li{
width: 33%;
float: left;
}

.event.t2018 .event05 li:nth-child(1n){width: 34%;}
.event.t2018 .event05 li:nth-child(2n){width: 31%;}
.event.t2018 .event05 li:nth-child(3n){width: 35%;}

.event.t2018 .event06 li{
width: 25%;
float: left;
}

.event.t2018 .event06 li:nth-child(1n){width: 20%;}
.event.t2018 .event06 li:nth-child(2n){width: 24%;}
.event.t2018 .event06 li:nth-child(3n){width: 24%;}
.event.t2018 .event06 li:nth-child(4n){width: 32%;}

.event .event07 {
margin-bottom: 50px;
overflow: hidden;
}

.event .event07 li{
width: 320px;
float: left;
margin-right: 20px;
}
.event .event07 li:last-child{
margin-right: 0px;
}

#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;
}