
@charset "UTF-8";

/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {


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

■top_page設定

**************************************************************************************************/
.top #header_navigation_box {
	width:100%;
	position:absolute;
	top:380px;
	background-color:rgba(79,178,190,.8);
	margin:0;
	display: block;
}

#main_slider{
	width:100%;
	min-width: inherit;
	height:310px;
	margin:0 auto;
	padding:110px 0 0;
	overflow:hidden;
	position:relative;
	background-image:url(../images/stripe_bg.png);
	z-index:5000;
}
.main_slider_box {
	width:100%;
	height:110px;
	position:absolute;
	top:0;
	left:0;

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

.slides>li>img  {
	width:100%;
	min-height:200px;
	min-width: inherit;
	height:auto;
}
.flexslider {
	max-height:200px;
	margin:0;
}
/*slide navi_btn  *****************************************/




.flex-direction-nav a {
  width: 35px;
  height: 35px;
  margin: 50px 0 0;
  top: 50%;
	background-repeat:no-repeat;
	background-position:center center;
}
.slides>li>img  {
	width:100%;
	min-height:200px;
}



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

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


.top #left_box{
	width:100%;
	background-color:#FFF;
	margin:0;
}
.top #right_box{
	width:100%;
	min-height: inherit;
	float: none;
	background: #FFF;
	padding:30px;
}


/*top_bnr******************************************/

.top_bnr_box_inner {
	width:100%;
}

.top_bnr01 a {
	width:100%;
	height:auto;
	padding-top:34.375%;
	display:block;
	background-image:url(../images/res/top_bnr01_res.png);
	background-size:cover;
	float:none;
	margin-top:40px;
}

.top_bnr02 {
	width:100%;
	height:220px;
	position:relative;
	float:left;
	/*padding:20px 20px 40px 20px;*/
	background-color:rgba(90,190,195,.4);
}
.top_bnr02 a {
	display:flex;
	align-items:center;
	float:right;
	margin:0;
	padding:0;
	display:block;
	width:auto;
	height: 130px;
}
.top_bnr02 a img {
	width:auto;
	height: auto;
	margin:0;
}
.top_bnr02_title {
	position:absolute;
	top:0;
	left:0;
	width:35%;
	height:260px;
	background-image:url(../images/res/top_bnr02_title_res.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.top_bnr03 li {
	width:50%;
	float:left;
	margin:0;
	height: auto;
	padding:0;
	
}
.top_bnr03 li a {
	width:100%;
	display:block;
	margin:0;
	height: auto;
	padding:0;
	
}
.top_bnr03 li a img {
	width:100%;
}
.top_bnr03 li.mini_bnr {
	height: auto;
}
.top_bnr03 {
	background-color: rgba(90,190,195,.2);
}
.top_bnr03::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}



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

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

.top_left_link {
	width:100%;
	text-align:center;
	font-size:14px;
	background-color:rgba(90,190,195,1);
	padding:10px 0;
	color:#FFF;
}
.top_left_link a {
	color:#FFF;
	font-weight:600;
	letter-spacing:.1em;
}

/* 20180907 added */
.top_left_sns_icon_list {
	background-color:rgba(90,190,195,1);
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
    border-top: 2px solid #FFF;
}
.top_left_sns_icon_list li {margin-right: 80px;}
.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 3px;
	margin-bottom:15px;
}

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

.top_cmscontent_title .top_cmscontent_tab {
	float:none;
	margin-top:10px;
}
.top_cmscontent_title .top_cmscontent_tab::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}
.top_cmscontent_title .top_cmscontent_tab li a {
	display:block;
	padding:5px 6px 3px;
	font-size:13px;
	color:rgba(90,190,195,1); 
	border:1px solid rgba(90,190,195,.6);
}



.top_cmslist {
	width:100%;
}

.top_cmslist li{
	width:100%;
	padding:10px 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 ;
}

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

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

.fottermenu{
	display:none;
} 

