/******************************************
TOPページ
******************************************/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	background: #fff;
	margin-bottom: 0px;
}
.bx-wrapper img {
    width: 100%;
    display: block;
	margin: 0 auto;
	height: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 15px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #00b9ef;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-prev {
    left: 0px;
    background: url(https://www.nibb.ac.jp/images/toppage/slider_left.png) no-repeat;
    background-size: 32px;
}
.bx-wrapper .bx-next {
    right: -0px;
    background: url(https://www.nibb.ac.jp/images/toppage/slider_right.png) no-repeat;
    background-size: 32px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position:  0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 0;
}
#top_wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
/*
右メニュー
-----------------------------------------*/
#top_wrap .top_right #index_wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#top_wrap .top_right #index_wrap .sec01{
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 6% 20px;
	position:relative;
	background-color: #F7F7F7;
}
#top_wrap .top_right #index_wrap .sec01 h1{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 1.8vw;
	line-height: 1.6;
	letter-spacing: 1.6px;
	margin-bottom: 30px;
	font-weight:700;
}
#top_wrap .top_right #index_wrap .sec01 h1 a{
	width: 50px;
	position: absolute;
	right:50px;
	top:36px;
	display: block;
}
#top_wrap .top_right #index_wrap .sec01 h1 a img{
	width: 50px;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu{
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
    background-color:#fff;
    position: relative;
    display: flex;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a{
	    display: table-cell;
width: 100%;
}
    
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu:nth-of-type(3n){
	width: 30%;
    margin-right: 0;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 10vw;
	position: relative;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_01{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img01.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_02{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img02.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_03{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img03.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_04{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img04.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_05{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img05.png);
}

#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2 img{
	position: absolute;
	height: 76px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover h2 img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#top_wrap .top_right #index_wrap .sec01 .all_menu .menu .menu_text{
	width: 100%;
	margin: 0 auto;
	font-size: 1vw;
    margin-bottom:0.5vw;
	letter-spacing: 0.1em;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    margin: 0px auto 1.5vw;
}
/*
スマホ用CSS
______________________________________________*/
@media screen and  (min-width: 1500px) {
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu .menu_text{
	font-size: 0.8vw;
}
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu .menu_text p{
	line-height: 1.8;

}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu .menu_text p.date{
	color: #999999;
	font-weight: 400;
    position: absolute;
    bottom: 0.25vw;
}
#top_wrap .top_right #index_wrap .sec01 .to_list_btn{
	width: 204px;
	margin: 20px auto;
	border: 4px solid #f2f2f2;
	background-color: #fff;
}
#top_wrap .top_right #index_wrap .sec01 .to_list_btn a{
	display: block;
	width: 204px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #34BBF3;
  transition: 0.5s;
}
#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:hover:before{
  width: 100%;
}
#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:hover{
	opacity: 1;
}
/******section2******/
#top_wrap .top_right #index_wrap .sec02{
	width: 100%;
	margin: 0 auto;
	background-image: url(https://www.nibb.ac.jp/images/toppage/top_sec02_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 4% 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left{
	width: 45%;
	float: left;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right{
	width: 45%;
	float: left;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right{
	position: relative;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left .img_wrap,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right .img_wrap{
	width: 100%;
	overflow: hidden;
	float: right;
}

#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left .img_wrap img,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right .img_wrap img{
	float: right;
	width: 100%;
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left:hover .img_wrap img,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right:hover .img_wrap img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h1,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h1{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6vw;
	line-height: 43px;
	letter-spacing: 1.4px;
	font-weight:700;
	padding-left:26px;
	/*display: flex;*/
	position: relative;
	margin-bottom:10px;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h1:before,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h1:before{
	border-top: 3px solid;
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
	width: 100%;
	width:16px;
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h2,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h2{
	color: #333;
	position: absolute;
	top: 20vw;
	left: -15px;
	font-size: 15px;
	/*background-image: url(https://www.nibb.ac.jp/images/toppage/h2_left_bar.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #fff; */
	opacity: .8;
	padding-left:5px;
	font-weight:500;
	line-height: 1.5;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(10, 80, 161, 1) 0%,rgba(0, 185, 239, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(10, 80, 161, 1) ),color-stop(1,rgba(0, 185, 239, 1) ));
	background : -o-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1', endColorstr='#00B9EF' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1',endColorstr='#00B9EF' , GradientType=0);
}
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h2 > span,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h2 > span{
	background-color: #fff;
	display: block;
	padding: 10px 20px;
}

  

#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left p,
#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right p{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 20px 0px;
	line-height: 1.6;
	font-weight: 100;
	letter-spacing: 1.6px;
}
/******section3******/
#top_wrap .top_right #index_wrap .sec03{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#top_wrap .top_right #index_wrap .sec03 .title{
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 6%;
}
#top_wrap .top_right #index_wrap .sec03 h1{
	width: 284px;
	margin-top: 60px;
}
#top_wrap .top_right #index_wrap .sec03 h1 img{
	width: 100%;
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg{
	width: 100%;
	min-height: 343px;
	height:25vw;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(https://www.nibb.ac.jp/images/toppage/yamate_moto.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: middle;
	margin-top: 10px;
	position: relative;
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg .sec03_bg_inner{
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 3%;
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg .content{
	width: 14vw;
	float: right;
	background-color:rgba(255,255,255,0.5);
	padding:15px;
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg .content h2{
	font-size: 1.2vw;
	/* background-image: url(https://www.nibb.ac.jp/images/toppage/h2_left_bar_02.png);
	background-repeat: no-repeat;
	background-position: left; */
	padding:0px;
	padding-left: 3px;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(10, 80, 161, 1) 0%,rgba(0, 185, 239, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(10, 80, 161, 1) ),color-stop(1,rgba(0, 185, 239, 1) ));
	background : -o-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1', endColorstr='#00B9EF' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1',endColorstr='#00B9EF' , GradientType=0);
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg .content h2 span{
	background-color: #fff;
	margin: 15px 0 10px 0px;
	padding-left: 10px;
	line-height: 1.6;
	display: block;
	letter-spacing: 1px;
}
#top_wrap .top_right #index_wrap .sec03 .sec03_bg .content p{
	font-size:0.85vw;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
#top_wrap .top_right #index_wrap .sec03 .more_info_btn{
	width: 204px;
	margin: 0 auto;
	border: 4px solid #f2f2f2;
	z-index:999;
	margin-top:-35px;
	display: block;
	position: relative;
}
#top_wrap .top_right #index_wrap .sec03 .more_info_btn a{
	display: block;
	width: 204px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	background-color: #fff;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	font-size: 13px;
	font-weight: 400;
}
#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:hover{
	opacity: 1;
}
#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #34BBF3;
  transition: 0.5s;
}
#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:hover:before{
  width: 100%;
}
/******section3******/
#top_wrap .top_right #index_wrap .sec04{
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
}
#top_wrap .top_right #index_wrap .sec04 h1{
	text-align: center;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap{
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 3% 40px;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap{
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item{
	margin: 20px 0;
	width: 32%;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item:nth-child(3n){
	width: 32%;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .left{
	max-width: 83px;
	width: 40%;
	float: left;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .left img{
	width: 100%;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right{
	width: 54%;
	padding-left:2%;
	padding-right:4%;
	float: left;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p{
    padding-top: 26px;
	margin-left: 10px;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a{
	width: 100%;
	display: block;
	font-size: 0.9vw;
	background-color: #fff;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    padding-bottom: 15px;
}
@media screen and  (max-width: 1350px) {

	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item{
		margin: 20px 0;
		width: 45%;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item:nth-child(3n){
		width: 45%;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item:nth-child(2n){
		width: 45%;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p{
		padding-top: 26px;
		font-size: 1.2vw;
		margin-left: 10px;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a{
		width: 100%;
		display: block;
		font-size: 1.1vw;
		background-color: #fff;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		position: relative;
		padding-bottom: 1.2vw;
	}

}


#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #e6e6e6;
	transition: 0.5s;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #34BBF3;
	transition: 0.5s;
	z-index: 1;
}
#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a:hover:before{
  width: 100%;
}
#top_wrap .top_right #index_wrap .sec05{
	width: 88%;
	margin: 0px auto;
	overflow: hidden;
	padding: 30px 6% 30px;
	background-color: #ebebeb;
}
#top_wrap .top_right #index_wrap .sec05{
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
}
#top_wrap .top_right #index_wrap .sec05.sp_mode {
    display: none;
}
#top_wrap .top_right #index_wrap .sec05 .bnr_item{
	margin: 30px auto;
	width: 25%;
	float: left;
	text-align: center;
}
@media screen and  (max-width: 1350px) {

	#top_wrap .top_right #index_wrap .sec05 .bnr_item{
		margin: 30px auto;
		width: 33%;
		float: left;
		text-align: center;
	}

}
#top_wrap .top_right #index_wrap .sec05 .bnr_item .img{
	height: 50px;
	position: relative;
}
#top_wrap .top_right #index_wrap .sec05 .bnr_item img{
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#top_wrap .top_right #index_wrap .sec05 .bnr_item .text p{
	color: #666666;
	font-size: 0.7vw;
	margin-top: 15px;
	line-height: 1.6;
	letter-spacing: 0.01em;
}





/*
スマホ用CSS
______________________________________________*/
@media screen and  (max-width: 1000px) {
	.bx-wrapper .bx-controls-direction a {
	    position: absolute;
	    top: 50%;
	    margin-top: -16px;
	    outline: 0;
	    width: 7%;
	    height: 20%;
	    text-indent: -9999px;
	    z-index: 0;
	}
	.bx-wrapper .bx-prev {
	    left: 0px;
	    background: url(https://www.nibb.ac.jp/images/sp_top/slider_left_sp.png) no-repeat;
	    background-size: cover;
	}
	.bx-wrapper .bx-next {
	    right: -0px;
	    background: url(https://www.nibb.ac.jp/images/sp_top/slider_right_sp.png) no-repeat;
	    background-size: cover;
	}
	#top_wrap .top_right #index_wrap .sec01 h1{
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-size: 6.1vw;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 30px;
		font-weight:700;
		position: relative;
		margin: 1em 0;
	}
	#top_wrap .top_right #index_wrap .sec01 h1 a{
		width: 13%;
		position: absolute;
		right: 0%;
		top:0%;
		display: block; 
		margin: auto;
	}
	#top_wrap .top_right #index_wrap .sec01 h1 a img{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu.pc_mode{
		display: none;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#top_wrap .top_right #index_wrap .sec01{
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 36px 4% 20px;
		position:relative;
		background-color: #F7F7F7;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 60px;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .left{
		width: 16%;
		float: left;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .left img{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .right{
		width: 84%;
		float: left;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .right h2{
		padding-left: 5%;
		font-size: 4vw;
		color: #00b9ef;
		line-height: 1.6;
		font-weight: bold;
		letter-spacing: 0em;
        
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .right span{
		display: block;
		padding: 10px 0;
		padding-left: 5%;
		font-size: 4vw;
		color: #999999;
		line-height: 1.6;
		letter-spacing: 0vw;
		font-weight: 200;
	}
	#top_wrap .top_right #index_wrap .sec01 .all_menu_sp .menu_sp .right p{
		padding-left: 5%;
		font-size: 4vw;
		line-height: 1.6;
        letter-spacing: 0vw;
		font-weight: 300;
	}
	#top_wrap .top_right #index_wrap .sec01 .to_list_btn{
		width: 65%;
		margin: 20px auto;
		border: 4px solid #f2f2f2;
		background-color: #fff;
		margin-bottom: 60px;
	}
	#top_wrap .top_right #index_wrap .sec01 .to_list_btn a{
	    display: block;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 1.5em 0;
	    font-size: 3.6vw;
	    font-weight: 300;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    position: relative;
	}
	#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:before{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  content: "";
	  display: inline-block;
	  width: 15%;
	  height: 4px;
	  background: #34BBF3;
	  transition: 0.5s;
	}
	#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:hover:before{
	  width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec01 .to_list_btn a:hover{
		opacity: 1;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap {
	    width: 90%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 40px 5% 20px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    align-items: flex-start;
	    align-content: space-around;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left{
		width: 98%;
		margin: 0 auto;
		float: none;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right{
		width: 98%;
		margin: 0 auto;
		float: none;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h1,
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h1{
		color: #fff;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 6.2vw;
	    line-height: 1.6;
	    letter-spacing: 1.4px;
	    font-weight: 700;
	    padding-left: 1.4em;
	    /* display: flex; */
	    position: relative;
	    margin-bottom: 10px;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h1:before,
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h1:before{
		border-top: 5px solid;
	    content: "";
	    position: absolute;
	    top: 48%;
	    left: 0;
	    width: 100%;
	    width: 6%;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h2,
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h2{
		color: #333;
	    position: absolute;
	    top: 56vw;
	    left: -15px;
	    font-size: 4.4vw;
	    opacity: .8;
	    letter-spacing: 0.1em;
	    padding-left: 5px;
	    font-weight: 400;
	    line-height: 1.5;
	    background: -moz-linear-gradient(50% 0% -90deg,rgba(10, 80, 161, 1) 0%,rgba(0, 185, 239, 1) 100%);
	    background: -webkit-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	    background: -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(10, 80, 161, 1) ),color-stop(1,rgba(0, 185, 239, 1) ));
	    background: -o-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	    background: -ms-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1', endColorstr='#00B9EF' ,GradientType=0)";
	    background: linear-gradient(180deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1',endColorstr='#00B9EF' , GradientType=0);
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left h2 > span,
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right h2 > span{
		background-color: #fff;
		display: block;
		padding: 10px 4vw;
	}
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .left p,
	#top_wrap .top_right #index_wrap .sec02 .menu_wrap .right p{
		display: inline-block;
		color: #fff;
		font-size: 4.2vw;
		padding: 20px 0px;
		line-height: 1.6;
		font-weight: 100;
		letter-spacing: 1.6px;
	}
	#top_wrap .top_right #index_wrap .sec03 .title {
	    width: 96%;
	    margin: 0 auto;
	    overflow: hidden;
	     padding: 0; 
	}
	#top_wrap .top_right #index_wrap .sec03 h1{
		width: 48%;
		margin-top: 60px;
	}
	#top_wrap .top_right #index_wrap .sec03 h1 img{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec03 .sec03_bg{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background-image: none;
		height: auto;
		min-height: auto;
	}
	#top_wrap .top_right #index_wrap .sec03 .sec03_bg img{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec03 .content{
		width: 92%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 4%;
	}
	#top_wrap .top_right #index_wrap .sec03 .content h2{
		font-size: 5.4vw;
		padding:0px;
		padding-left: 6px;
		background : -moz-linear-gradient(50% 0% -90deg,rgba(10, 80, 161, 1) 0%,rgba(0, 185, 239, 1) 100%);
		background : -webkit-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
		background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(10, 80, 161, 1) ),color-stop(1,rgba(0, 185, 239, 1) ));
		background : -o-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
		background : -ms-linear-gradient(-90deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1', endColorstr='#00B9EF' ,GradientType=0)";
		background : linear-gradient(180deg, rgba(10, 80, 161, 1) 0%, rgba(0, 185, 239, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A50A1',endColorstr='#00B9EF' , GradientType=0);
		margin: 5vw 0 4vw;
	}
	#top_wrap .top_right #index_wrap .sec03 .content h2 span{
		background-color: #fff;
		margin: 15px 0 10px 0px;
		padding-left: 1em;
		line-height: 1.6;
		display: block;
		letter-spacing: 0.1em;
	}
	#top_wrap .top_right #index_wrap .sec03 .content p{
		font-size: 4.4vw;
		line-height: 1.6;
		font-weight: 200;
		letter-spacing: 0.15em;
	}
	#top_wrap .top_right #index_wrap .sec03 .more_info_btn{
		width: 65%;
		margin: 40px auto;
		border: 4px solid #f2f2f2;
		z-index:999;
		display: block;
		position: relative;
	}
	#top_wrap .top_right #index_wrap .sec03 .more_info_btn a{
		display: block;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 1.2em 0;
	    font-size: 4vw;
	    font-weight: 300;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    position: relative;
	}
	#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:hover{
		opacity: 1;
	}
	#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:before{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  content: "";
	  display: inline-block;
	  width: 15%;
	  height: 4px;
	  background: #34BBF3;
	  transition: 0.5s;
	}
	#top_wrap .top_right #index_wrap .sec03 .more_info_btn a:hover:before{
	  width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec04 h1 {
	    text-align: center;
	    padding: 2vw 0 2vw;
	    font-size: 5vw;
	    font-weight: 700;
	    font-family: 'Open Sans', sans-serif;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 100%;
		height: 3px;
		background: #e6e6e6;
		transition: 0.5s;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a:before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 22px;
		height: 3px;
		background: #34BBF3;
		transition: 0.5s;
		z-index: 1;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item:nth-child(2n) {
	    width: 45%;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item {
	    margin: 20px 0;
	    width: 45%;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .left{
		max-width: 100px;
		width: 40%;
		float: left;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right {
	    width: 58%;
	    padding-left: 2%;
	    padding-right: 0;
	    float: left;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p{
		padding-top: 2em;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p a {
	    width: 100%;
	    display: block;
	    font-size: 3.5vw;
	    line-height: 1.5;
	    background-color: #fff;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    position: relative;
	    padding-bottom: 1.2vw;
	    padding-bottom: 15px;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p.no_p{
		padding-top: 1em;
	}
	#top_wrap .top_right #index_wrap .sec04 .content_wrap .content_item .right p.no_p a{
		width: 100%;
	    display: block;
	    font-size: 3.5vw;
	    line-height: 1.5;
	    background-color: #fff;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    position: relative;
	    padding-bottom: 1.2vw;
	}
	#top_wrap .top_right #index_wrap .sec05.pc_mode{
		display: none;
	}
	#top_wrap .top_right #index_wrap .sec05.sp_mode{
    overflow: hidden;
    display: flex;
    align-items: center;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr{
		width: 50%;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table{
		width: 100%;
		overflow: hidden;
		margin: 10px 0;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table tr{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table th{
		width: 25%;
		vertical-align: middle;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table th img{
		width: 100%;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table td{
		vertical-align: middle;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr.v_top table{
		margin-top: -5px;
	}
	#top_wrap .top_right #index_wrap .sec05 .bnr table td p{
		font-size: 3vw;
		line-height: 1.2;
		padding: 5px 0;
		padding-left: 1.2em;
		font-weight: 200;
		letter-spacing: 0;
	}
}


#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 10vw;
	position: relative;
}


#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2 p{
	position: absolute;
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img_01icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 50%;
	width: 80%;
	height: 60%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	-moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a .press .overlay{
    -moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
width:100%;
height:100%;
position:absolute;
background-color:rgba(50,50,50,0.4);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a .press p span{
    -moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
}

#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover .press .overlay{
	background-color:rgba(50,50,50,0);
    -moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover .press p span{
	opacity:0;
    -moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover .press p{
  opacity: 0;
    -moz-transition: -moz-all 0.5s linear;
    -webkit-transition: -webkit-all 0.5s linear;
    -o-transition: -o-all 0.5s linear;
    -ms-transition: -ms-all 0.5s linear;
    transition: all 0.5s linear;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2 p span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-moz-transition: -moz-all 0.2s linear;
    -webkit-transition: -webkit-all 0.2s linear;
    -o-transition: -o-all 0.2s linear;
    -ms-transition: -ms-all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 300;
    font-size: 1vw;
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover h2 p,
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a:hover h2 p span{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_02 p{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img_02icon.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_03 p{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img_03icon.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_04 p{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img_04icon.png);
}
#top_wrap .top_right #index_wrap .sec01 .all_menu .menu a h2.menu_img_05 p{
	background-image: url(https://www.nibb.ac.jp/images/toppage/menu_img_05icon.png);
}
/******************************************
追加分CSS(スライダー)
******************************************/
.bx-wrapper .bx-viewport ul.bxslider li{
	position: relative;
}
.bx-wrapper .bx-viewport ul.bxslider li a:hover{
	opacity:1;
}
.bx-wrapper .bx-viewport ul.bxslider li p{
	position: absolute;
}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01{
	top: 27%;
	left: 8%;
	font-size: 2vw;
	line-height: 1.2;
	color: #fff;
	z-index: 10;
}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f24vw{ font-size: 2.4vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f22vw{ font-size: 2.2vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f2vw{ font-size: 2vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f18vw{ font-size: 1.8vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f16vw{ font-size: 1.6vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f14vw{ font-size: 1.4vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f12vw{ font-size: 1.2vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f1vw{ font-size: 1vw;}

.bx-wrapper .bx-viewport ul.bxslider li p.text_02{
	top: 52%;
	left: 8%;
	font-size: 1vw;
	line-height: 1.6;
	color: #fff;
	z-index: 10;
}
.bx-wrapper .bx-viewport ul.bxslider li div.slide_bg_img{
	position: absolute;
    top: 18%;
    left: 5%;
    width: 32vw;
}
/*
スマホ用CSS
______________________________________________*/
@media screen and  (max-width: 1000px) {
	.bx-wrapper .bx-viewport ul.bxslider li p.text_01{
		top: 24%;
    	left: 13%;
		font-size: 4vw;
		line-height: 1.2;
		color: #fff;
	}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f24vw{ font-size: 4.8vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f22vw{ font-size: 4.4vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f2vw{ font-size: 4vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f18vw{ font-size: 3.6vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f16vw{ font-size: 3.2vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f14vw{ font-size: 2.8vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f12vw{ font-size: 2.4vw;}
.bx-wrapper .bx-viewport ul.bxslider li p.text_01.f1vw{ font-size: 2vw;}

	.bx-wrapper .bx-viewport ul.bxslider li p.text_02{
		top: 53%;
    	left: 13%;
		font-size: 2vw;
		line-height: 1.6;
		color: #fff;
	}
	.bx-wrapper .bx-viewport ul.bxslider li div.slide_bg_img{
		position: absolute;
	    top: 13%;
	    left: 10%;
	    width: 64vw;
	}
}



#headline-body > div {
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#headline-button a img{
border:0px;
padding-bottom:10px;
vertical-align: bottom;
margin-top: 20px;
}

#headline-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     margin-top:1vw;
justify-content: center;
}
#headline-button li{    
    margin-right: 5px;
    margin-bottom: 28px;
}
#headline-button li a{
    padding: 0 2px;
    padding: 5px 20px;
    background-color: #eee;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    margin: 16px 5px;
    letter-spacing: 0px;
}
#headline-button li a.selected{
    color:#fff;
    background-color: #333;
}

.tabNavigation li{
list-style:none;
display:block;
}


section.sec_pick {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0vw 6% 20px;
    position: relative;
    background-color: #F7F7F7;
}

section.sec_pick h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 1.8vw;
    line-height: 43px;
    letter-spacing: 1.6px;
    margin-bottom: 1vw;
    font-weight: 700;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

section.sec_pick h1>img {
    width: 30px;
    padding-right: 5px;
}

section.sec_pick h1 a {
    width: 50px;
    position: absolute;
    right: 50px;
    top: 36px;
    display: block;
}

section.sec_pick h1 a img {
    width: 50px;
}

section.sec_pick .all_menu {
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-around;
}

section.sec_pick .all_menu .menu {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1vw;
    text-align: center;
}

section.sec_pick .all_menu .menu a{
    height: 100%;
}


section.sec_pick .all_menu .menu .menu_text {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.1em;
    background-color: #fff;
    padding: 15px 15px;
    border: 4px solid #f2f2f2;
    box-sizing: border-box;
    transition-property: all;
    transition: 0.3s linear;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
section.sec_pick .all_menu .menu:hover .menu_text {
    border: 4px solid #dddddd;
    transition-property: all;
    transition: 0.3s linear;
}

section.sec_pick .all_menu #schedule_box{
   width:100%;
}
section.sec_pick .all_menu .menu .menu_text p {
    line-height: 1.6;
    font-size:1vw;
}

section.sec_pick .all_menu .menu .menu_text p.date {
    color: #999999;
    padding: 10px 0 5px;
    font-weight: 400;
}
section.sec_pick .all_menu .menu .menu_text p.category{
    display: inline-block;
    color: #ffffff;
    padding: 0.3em 1em;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
    font-size:0.6vw;
}
section.sec_pick .all_menu .menu .menu_text p.category.cat_01{
   background-color:#90c400;
}
section.sec_pick .all_menu .menu .menu_text p.category.cat_02{
   background-color:#ff7400;
}
section.sec_pick .all_menu .menu .menu_text p.category.cat_03{
   background-color:#268bc2;
}

/*
スマホ用CSS
______________________________________________*/
@media screen and  (max-width: 1000px) {

  section.sec_pick h1 {
    font-size: 5.8vw;
    margin-bottom: 6vw;
}

   

section.sec_pick .all_menu {
       justify-content: space-evenly;
  }

  section.sec_pick .all_menu .menu {
      width: 45%;
      margin-right: 0%; 
      margin-bottom: 3vw;
  }
  section.sec_pick .all_menu .menu:nth-of-type(2n) {
    /*width: 30%;*/
    margin-right: 0;
}

  section.sec_pick .all_menu .menu .menu_text p {
    font-size: 3.5vw;
}

}




