.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: 360px;
	overflow: hidden;
	position: relative;
}

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

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

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

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

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

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

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

#pager {
    text-align:center;
    padding:10px;
}

#pager a {
    border: 1px solid #CCC;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
}

#pager a:hover {
    background:#00F ;
}

#pager a span {
    display: none;
}

#pager a.selected {
    background-color: #00C;
}

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 ul {
	padding-left: 2px;
}

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

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

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

#sec01 li a div.arrow {
	display: block;
	position: absolute;
	z-index: 10;
	font-size: 8px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 2px;
	line-height: 20px;
	bottom: 0;
	right: 0;
	width: 20px;
	hegiht: 20px;
    background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #02bdde 50%) no-repeat top left/100% 100%
}

#sec01 li a .photo {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: #FFF;
	margin:10px auto;
}

#sec01 li a .photo img {
	width: 33px;
}

#sec01 li a span {
	font-size: 10px;
	color: rgba(255,221,0,1.00);
}

#sec01 li a i {
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 26px;
}

#sec01 .cancel {
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
}
#sec01 .cancel img {
	width: 100%;
	max-width: 320px;
}

#sec02 .inner02 {
    height: 300px;
    overflow-y: scroll;
	text-align: left;
	margin: 0 10px;
}

#sec02 .inner02 dl {
	padding-top: 15px;
	border-top: 2px solid #DEDFE0;
}

#sec02 .inner02 dt {
	padding: 0 0 10px 13px;
	font-size: 14px;
	font-weight: bold;
}

#sec02 .inner02 dt span {
	margin: -1px 0 0 10px;
	padding: 3px 2px;
	width: 90px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

#sec02 .inner02 dt .col01 {
	padding: 0 2px;
	background-color: #8CC020;
	line-height: 20px;
}

#sec02 .inner02 dt .col02 {
	padding: 0 2px;
	background-color: #F18D1E;
	line-height: 20px;
}

#sec02 .inner02 dd {
	margin-bottom: 15px;
	padding: 0 0 10px 13px;
	border-bottom: 2px solid #DEDFE0;
	font-size: 12px;
}


#sec03 {
	margin-top: 80px;
	margin-bottom: 114px;
}

#sec03 .headLine01 {
	margin-bottom: 30px;
}

#sec03 ul {
	margin-top: 0;
	margin-left: 10px;
}

#sec03 ul::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

#sec03 li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 10px);
	height: 120px;
	background-size: cover;
}

#sec03 li:nth-child(2n) {
	margin-right: 0;
}

#sec03 li:nth-child(1) {background-image: url(../images/photo17.jpg);}
#sec03 li:nth-child(2) {background-image: url(../images/photo06.jpg);}
#sec03 li:nth-child(3) {background-image: url(../images/photo16.jpg);}
#sec03 li:nth-child(4) {background-image: url(../images/photo18.jpg);}
#sec03 li:nth-child(5) {background-image: url(../images/photo09.jpg);}
#sec03 li:nth-child(6) {background-image: url(../images/photo10.jpg);}

#sec03 li a {
	display: block;
	position: relative;
	height: 120px;
}

#sec03 li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#sec03 li a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	content: "";
}

#sec03 li > a > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

#sec03 li > a > div p {
	display: table;
	width: 100%;
	height: 100%;
}

#sec03 li .txt {
	display: table-cell;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

#sec03 li .txt span {
	margin-top: 7px;
	padding-top: 10px;
	display: block;
	font-family: 'Oswald-Bold';
	font-size: 10px;
	font-weight: normal;
	left: 2px;
	letter-spacing: 2px;
	position: relative;
}

#sec03 li .txt span:before {
	margin-left: -50px;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	border-top: 1px solid #fff;
	content: "";
}


#sec04 {
	margin-top: 80px;
}

#sec04 .headLine01 {
	margin-bottom: 30px;
}

#sec04 ul {
	margin-top: 0;
	margin-left: 10px;
}

#sec04 ul::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

#sec04 li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 10px);
	text-align: left;
}

#sec04 li img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#sec04 li h3 {
	color: #106EB6;
	font-weight: bold;
	font-size: 14px;
}

#sec04 li span {
	display:block;
	font-weight: bold;
}

#sec04 li .tel {
	color: #106EB6;
	font-weight: bold;
	font-size: 18px;
}

#sec04 li div.btn {
	margin-top: 5px;
}

#sec04 li div.btn a {
	display:block;
	line-height: 20px;
	padding: 5px;
	background: #106EB6;
	color: #FFF;
	text-align: center;
}