@charset "utf-8";
.box_side01::-webkit-scrollbar-track {
      background-color: #e5e5e5;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.box_side01::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
} /* this will style the thumb, ignoring the track */
 
.box_side01::-webkit-scrollbar-button {
      background-color: #e5e5e5;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.box_side01::-webkit-scrollbar-corner {
      background-color: black;
} 
.box_side01::-webkit-scrollbar {
 width: 10px;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 14px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/prev01.png) no-repeat left top;
    background-size: 14px auto;
    width: 14px;
    height: 40px;
    text-indent: -999999px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/next01.png) no-repeat right top;
    background-size: 14px auto;
    text-indent: -999999px;
    width: 14px;
    height: 40px;
}
#mainVisual h2 {
	padding: 30px 30px;
}
/*TOP01.********************/
.sec01 {
	background: url(../common_img/bg01.png) center top;
	background-size: cover;
	padding: 35px 15px;
}
.sec01 ul li {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}
.sec01 ul li .img {
	float: left;
	width: 42%;
	border-top: 2px solid #36b2c3;
	text-align: left;
}
.sec01 ul li .img a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.sec01 ul li:before {
	position: absolute;
	content: "";
	bottom: 3px;
	right: 3px;
	background: url(../common_img/arr01.png) no-repeat right bottom;
	background-size: 13px auto;
	width: 13px;
	height: 13px;
}
.sec01 ul li .info {
	display: block;
	vertical-align: top;
	padding: 15px 15px 15px 46%;
	color: #333333;
}
@media screen and (max-width:420px) {
	
}
@media screen and (max-width:375px) {
	
}
@media screen and (max-width:320px) {
	.sec01 ul li .info {
		padding: 10px 10px 10px 47%;
		font-size: 13px;
	}
}
/*TOP02.********************/
.sec02 {}
.sec02 .info {
	padding: 35px 10px;
	text-align: center;
	color: #fff;
}
.sec02 h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
.sec02 .txt01 {
	margin-bottom: 25px;
}
@media screen and (max-width:420px) {
	
}
@media screen and (max-width:375px) {

}
@media screen and (max-width:320px) {
	
}
/*TOP03.********************/
.sec03 {
	padding: 35px 10px;
}
.sec03_box1 {
	background: #fff;
	padding: 35px 10px;
	margin-bottom: 20px;
}
.sec03_box2 {
	margin: auto auto 20px auto;
}
.sec03_box1 h3 {
	text-align: center;
}
.sec03_box1 .box_news {
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: 30px;
}
.sec03_box1 .box_news dl {
	border-top: 1px solid #434343;
	padding: 10px 0;
}
.sec03_box1 .box_news dl:last-child {
	border-bottom: 1px solid #434343;
}
.sec03_box1 .box_news dt {
	color: #36b2c3;
	margin-bottom: 2px;
}
.sec03_box1 .box_news dd a {
	text-decoration: underline;
	color: #333333;
}
.sec03_box1 .box_news dd {
	position: relative;
	padding: 0 58px 0 0;
}
.icon_detail {
	background: url(../common_img/arr03.png) no-repeat left center;
	background-size: 15px auto;
	padding: 0 0 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width:420px) {
	
}
@media screen and (max-width:375px) {
	
}
@media screen and (max-width:320px) {
	
}
/*TOP04.********************/
