@charset "UTF-8";


/**************************************************************************************************

■top_page設定

**************************************************************************************************/




#main_slider{
	width:100%;
	min-width:960px;
	height:320px;
	margin:0 auto;
	padding-left:37.5%;
	overflow:hidden;
	position:relative;
	background-image:url(../images/stripe_bg.png);
}
.slides>li>img  {
	width:100%;
	min-width:830px;
	height:auto;
	min-height:320px;
}
.main_slider_box {
	width:25%;
	height:320px;
	position:absolute;
	top:0;
	left:12.5%;

	background-image:url(../images/main_slider_img.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
}

/*slide navi_btn  *****************************************/

.flex-control-nav{display: none;}


.flex-direction-nav a {
  width: 35px;
  height: 35px;
  margin: 50px 0 0;
  top: 50%;
	background-repeat:no-repeat;
	background-position:center center;
}
.flex-direction-nav a:before {
  content: '　';
  display:none !important;
}
.flex-direction-nav a.flex-next:before {
  content: '　';
  display:none !important;
}
.flex-direction-nav .flex-prev {
	background-image:url(../images/slide_prev.png);
  left: -5px;
}
.flex-direction-nav .flex-next {
	background-image:url(../images/slide_next.png);
  right: -5px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: .8;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}



/*container  *****************************************/

.top_container_base{
	width:100%;
	background-color:rgba(90,190,195,.2);
}


.top #left_box{
	background-color:#FFF;
	margin:0;
}
.top #right_box{
	width:630px;
	height:910px;
	float: right;
	background: #FFF;
	padding:40px;
	overflow:hidden;
}

/*top_bnr******************************************/
#top_bnr_box {
	width:100%;
	background-color:rgba(90,190,195,.4);
}
.top_bnr_box_inner {
	width:960px;
	margin:0 auto;
}
.top_bnr_box_inner::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}
.top_bnr01 a {
	width:330px;
	height:340px;
	display:block;
	background-image:url(../images/top_bnr01.png);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}

.top_bnr02 {
	display:flex;
	align-items:center;
	padding:20px;
	width:630px;
	height:340px;
	position:relative;
	float:left;
	background-color:rgba(90,190,195,.4);
}
.top_bnr02 a {
	float:right;
	margin:0;
	padding:0;
	display:block;
	width: 100%;
	height:170px;
	text-align:center;
}
.top_bnr02_img{
	max-width:100%;
	height:auto;
}
.top_bnr02_title {
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:340px;
	background-image:url(../images/top_bnr02_title.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.top_bnr03 li {
	margin:0;
	height:180px;
	padding:0;
	
}
.top_bnr03 li.mini_bnr {
	height:70px;
}





/*left logobox  ******************************************/

.top_left_logobox {
	width:100%;
	padding:120px 15px 20px;
	background-color:rgba(90,190,195,.1);
	background-image:url(../images/logo_icon.png);
	background-repeat:no-repeat;
	background-position:center 30px;
	font-size:12px;
	text-align:center;
}
.top_left_logobox span {
	display:block;
	font-size:18px;
	font-weight:600;
	margin-top:8px;
}
.top_left_logobox span.add {
	margin-top:14px;
	font-size:10px;
	font-weight:400;
}
.top_left_link {
	width:100%;
	text-align:center;
	font-size:12px;
	background-color:rgba(90,190,195,.1);
	padding-bottom:45px;
}

/* 20180907 added */
.top_left_sns_icon_list {
	background-color:rgba(90,190,195,.1);
	padding-bottom:45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.top_left_sns_icon_list li {margin-right: 60px;}
.top_left_sns_icon_list li:last-of-type {margin-right: 0;}



/*top_cmscontent  ******************************************/

.top_cmscontent_title  {
	font-size:17px;
	font-weight:600;
	color:rgba(90,190,195,1); 
	padding:12px 25px;
	border-bottom:2px solid rgba(90,190,195,1); 
	border-top:2px solid rgba(90,190,195,1);
	margin-bottom:15px;
}

.top_cmscontent_title::before  {
	content:" > ";
}

.top_cmscontent_title .top_cmscontent_tab {
	float:right;
}

.top_cmscontent_title .top_cmscontent_tab li {
	cursor:pointer;
	float:left;
	margin-right:5px;
	display:block;
	padding:5px 10px 3px;
	font-size:13px;
	color:rgba(90,190,195,1); 
	border:1px solid rgba(90,190,195,.6);
}
.top_cmscontent_title .top_cmscontent_tab li.pick_tab {
	background-color:rgba(90,190,195,.7); 
	color:#FFF;
}


.top_cmslist {
	width:100%;
	display:none;
}
.top_cmslist.pick_tab {
	display:block;
}
.top_cmslist li{
	width:100%;
	padding:12px 0;
	border-bottom:2px dotted rgba(90,190,195,.6);
	margin-bottom:10px;
}
.top_cmslist li a{
	width:100%;
	min-height:75px;
	display:block;
}
.top_cmslist li .top_cmsimg{
	float:left;
	margin:0 20px 0 0 ;
	width:110px;
	height:75px;
	overflow:hidden;
}
.top_cmslist li .top_cmsimg img{
	width:100%;
	height:auto;
}

.top_cmslist li .top_cmsdate{
	font-size:12px;
	color:#555;
	margin-bottom:4px;
}
.top_cmslist li .top_cmstitle{
	font-size:14px;
	color:rgba(90,190,195,1); 
	font-weight:600;
}

.top_cmslist li::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}
