@charset "utf-8";

/*トップ */
#blue_bg {
	padding-top:20px;
	background: #aedaf0;
	background: -webkit-linear-gradient(to bottom, #aedaf0, #fff);
	background: linear-gradient(to bottom, #aedaf0, #fff);
}

#blue_bg .sp_item {
	display:none;
}

#blue_bg nav {
	float:left;
	width:31%;
}

#blue_bg nav ul {
	display:flex;
	flex-wrap: wrap;
	width:100%;
}

#blue_bg nav ul li {
	margin-right:2px;
	margin-bottom:2px;
	width:44%;
}
#blue_bg nav ul li a {
	transition-property: all;
	transition: 0.3s linear;
}
#blue_bg nav ul li a:hover {
	opacity:0.8;
}

#blue_bg nav ul li img {
	width:94%;
}

/* Slider */
.slick-slider {
	float:right;
	width:69%;
	z-index:100;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-box li img {
	width:100%;
}

#blue_bg .sp_item_s {
	display:none;
}

/* 新着 */
#top_information h1 {
	border-top:solid 5px #00bce9;
	border-bottom:dotted 1px #999;
	padding:12px 0 15px 0;
}

#top_information .ichiran {
	margin:0;
}

#top_information dl dt {
	clear:left;
	float:left;
	width:12em;
	margin-bottom:15px;
}

#top_information dl dd {
	margin-bottom:15px;
	margin-left:12em;
}
#top_information dl dd a {
	color:#333;
}
#top_information dl dd a:hover {
	color:#666;
}

#top_information #top_offer dl dt {
	/*width:31em;*/
	width:26em;
}

#top_information #top_offer dl dd {
	/*margin-left:31em;*/
	margin-left:26em;
}

#top_information dl .pdficon:before {
	content:url(img/pdf.png);
	padding-right:7px;
}

#top_information dl .wordicon:before {
	content: url(img/doc.gif);
	padding-right: 7px;
}

#top_information dl .exicon:before {
	content: url(img/xls.gif);
	padding-right: 7px;
}

#top_information #top_news999 {
	float:left;
	width:55%;
}

#top_information #top_event999 {
	float:right;
	width:38%;
}

#top_information #top_other,
#top_information #top_offer,
#top_information #top_news,
#top_information #top_event {
	margin-bottom:65px;
}

/* センターの事業 */
#h1_bg {
	background-color:#666;
	color:#fff;
	padding:15px 0;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
}
#h1_bg h1 {
	background-color:#666;
	position: relative;
}
#h1_bg h1:after {
	top: 100%;
	left:5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-top-color: #666666;
	border-width:23px;
	margin-left: -20px;
}

#top_business {
	display:flex;
	justify-content: space-between;
}

#top_business div {
	width:25%;
}

main #top_business div h2 {
	margin:35px 0 5px 0;
	font-size:1.2em;
	line-height:1;
	height:2em;
}

#top_business div ul {
	margin-top:7px;
}

#top_business div ul li {
	margin-bottom:10px;
	margin-left:2px;
}
#top_business div ul li a {
	color:#333;
	text-decoration:none;
}
#top_business div ul li a:hover {
	text-decoration:underline;
}
#top_business div ul li:before {
	content:url(img/link.png);
	padding-right:7px;
}

#top_business div p {
}


/*===============================================
 920px
===============================================*/
@media screen and (max-width:920px){
#blue_bg nav ul li {
	margin-right:4px;
	width:44%;
}
}

/*===============================================
 768px
===============================================*/
@media screen and (max-width:768px){
#blue_bg .pc_item {
	display:none;
}
#blue_bg .sp_item {
	display:block;
	float:none;
	width:100%;
}
#blue_bg .sp_item ul {
	flex-wrap: nowrap;
}
#blue_bg .sp_item ul li {
	border:solid 1px #ccc;
	text-align:center;
	line-height:1.2;
	height:3em;
	background-color:#fff;
}
#blue_bg .sp_item ul li a {
	text-decoration:none;
	color:#333;
  	display: table-cell;
  	vertical-align: middle;
	height:3em;
	width:25%;
}
#blue_bg .sp_item ul li a:hover {
	background-color:#efefef;
}
.slick-slider {
	width:94%;
	margin: 0 auto;
	float:none;
}
#top_information #top_news {
	float:none;
	width:100%;
}
#top_information #top_event {
	float:none;
	width:100%;
}
#top_business {
	flex-wrap: wrap;
}
#top_business div {
	width:50%;
}
}

/*===============================================
 700px
===============================================*/
@media screen and (max-width:700px){
#blue_bg .sp_item ul li span {
	display:block;
}
}


/*===============================================
 640px
===============================================*/
@media screen and (max-width:640px){
#top_information dl dt {
	float:none;
	width:100%;
	margin-bottom:0;
}
#top_information dl dd {
	margin-left:0;
}
#top_information #top_offer dl dt {
	width:100%;
}
#top_information #top_offer dl dd {
	margin-left:0;
}
}

/*===============================================
 480px
===============================================*/
@media screen and (max-width:480px){
#blue_bg .pc_item_s {
	display:none;
}
#blue_bg .sp_item_s {
	display:block;
}
#blue_bg .sp_item ul {
	display:block;
}
#blue_bg .sp_item ul li {
	border:solid 1px #ccc;
	text-align:left;
	width:100%;
	margin-bottom:5px;
}
#blue_bg .sp_item ul li a {
  	display: table-cell;
	width:96%;
	padding-left:5px;
}
#blue_bg .sp_item ul li span {
	display:inline-block;
}
#top_business {
	display:block;
}
#top_business div {
	width:100%;
}
main #top_business div h2 {
	margin-bottom:0;
}
#top_business div p {
	width:100%;
}
#top_business div ul li {
	line-height:2.2;
}
}
