@charset "utf-8";
/* CSS Document */

/* 更新情報
--------------------------------------------*/
.topics {
	margin-top: 40px;
}

.topics dt {
	font-size: 14px;
	color: #FFF;
	background-color: #8ec33b;
	text-align: center;
	width: 100px;
	float: left;
	margin-bottom: 15px;
	border-radius: 5px;
}
.topics dd {
	margin-bottom: 15px;
	padding-left: 110px;
}

/* カテゴリー選択
--------------------------------------------*/
.searchCategory {
	margin-top: 40px;
} 
.searchCategory ul {
	height: 220px;
	margin-bottom: 20px;
}

.searchCategory ul li {
	float: left;
	margin-bottom: 20px;
}

/* 特集
--------------------------------------------*/
ul.specialBox {
	overflow: hidden;
}
.specialBox li {
	height: auto;
	width: 180px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
 
.specialBox li a {
	display: block;
}
 
.specialBox li h4 {
	font-size: 16px;
	color: #ec565f;
	margin-top: 10px;
}

.specialBox li:first-child {
	margin-left: 0px;
}

/* 職業から学校を探す
--------------------------------------------*/
.FieldBox {
	margin-top: 40px;
	background-image: url(../common/images/stripe2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-bottom: 40px;
}
.FieldBox h4 {
	background-color: #efefef;
	font-size: 22px;
	background-image: url(../common/images/icon_01.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 10px 10px;
}
.FieldBox h4 span {
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
}
.FieldBox ul {
}
.FieldBox ul li {
	font-size: 18px;
	float: left;
	width: 250px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
}
.FieldBox ul li a {
	color: #333;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
}

.FieldBox ul li a:hover {
	color: #666;
}

.FieldBox ul li {
	right: 0px;
	list-style-type: none !important;
	list-style-image: none !important;
	position: relative;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.FieldBox ul li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:9px; 
	left:3px;
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 4px solid #ec565f;
}

.FieldBox ul li:nth-child(3n) {
	margin-right: 0px;
}

/* 右カラム
---------------------------------------------------------*/
/* もっと見る
-------------------------------------*/
.more_right {
	background-color: #efefef;
	text-align: center;
}
.more_right .arrow{
	position: relative;
	display: inline-block;
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	padding-right: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.more_right .arrow a{
	display: block;
}
.more_right .arrow::before,.more_right .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.more_right .arrow::before{
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #ec565f;
}

.more_right .arrow::after{
	left: 1px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	margin-left: 5px;
}

/* 進路相談会
-------------------------------------*/
.event li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.event li .title {
	margin-right: 10px;
	margin-left: 10px;
}
.event li .eria {
	background-color: #cfed9f;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.event li .day {
	background-color: #fecbce;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
}
/* ローテーションバナー
-------------------------------------*/
.rtbnrBox .tips{
	background-color: #efefef;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	}
.rtbnrBox .tips div{
	display:none;
	}
.rtbnrBox .tips object{
	margin-bottom:10px;
}
/*.rotationBoxIn {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 30px;
	height: 380px;
}
/*.rotationBoxIn object{
width: 220px;
height: 120px;
	overflow: hidden;
	}
/*.rotationBoxIn li{
	width: 220px;
	height: 120px;
	margin-bottom: 10px;
	}

/* スライドバナー
-------------------------------------*/
.slider{
    margin:0 auto 20px;
    width: 100%;
    /*width:630px;*/
}
/*画像が一度に出てしまうのを防ぐ*/
.slider div {
  /*display: none;*/
  opacity: 0;
  transition: opacity .1s linear;
}
.slick-initialized div {
  /*display: block !important;*/
  opacity: 1;
}
.slider img{
    height: auto;
    width: 100%;
}
.slider a:focus{
    outline:none;
}
.slider img.arrow-prev,.slider img.arrow-next{
    width:40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}
.slider img.arrow-prev:hover,.slider img.arrow-next:hover{
    opacity: .80;
    transition: opacity .1s linear;
}
.slider img.arrow-prev{
	left:0;
}
.slider img.arrow-next{
	right:0;
}
.slider img.arrow-prev:before,.slider img.arrow-next:before{
}
.slider img.arrow-prev:hover:before,
.slider img.arrow-prev:focus:before,
.slider img.arrow-next:hover:before,
.slider img.arrow-next:focus:before{
     opacity: 1;
}
.thumb div{
    width:90%;
    margin: 0 auto;
}
.thumb div img{
    width:96%;
    margin: 0 auto;
    /*height:80px;*/
    cursor: pointer;
    display:block;
    object-fit: cover;
    object-position: center top;
}
.thumb img.arrow-prev,.thumb img.arrow-next{
    width:30px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}
.thumb img.arrow-prev:hover,.thumb img.arrow-next:hover{
    opacity: .80;
    transition: opacity .1s linear;
}
.thumb img.arrow-prev{
	left:0;
}
.thumb img.arrow-next{
	right:0;
}
.slick-slide{
    outline:none;
}
/*#slidewrapper {
	position: relative;
	background-color: #fff;
	width: 780px;
	height: 348px;
	overflow: hidden;
}
#slidewrapper ul li {
  display: block;
  float: left;
}
#images { overflow: hidden; }
#thumbs {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 45px;
}
#images {
  width: 780px;
  height: 270px;
}
#thumbs img {
	width: 165px;
	height: 58px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#thumbs img {
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}
#thumbs img.selected {
  opacity: 1.0;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
#prev {
	width: 35px;
	height: 58px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: transparent;
	background-image: url(../images/bg_carousel_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#next {
	width: 35px;
	height: 58px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: transparent;
	background-image: url(../images/bg_carousel_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
