@charset "utf-8";
/* CSS Document */


/* ==========================
========== slider ===========
============================= */



/* ==========================
========== 僥親リンク =========
============================= */
.category ul {
    overflow: hidden;
}
.category ul li {
    float: left;
    width: 20%;
}

.cate_box {
    height: 190px;
    display: flex;
}
.cate_box.cate01 {
    background: url(/engineering/img/contents_link_bg01.png)no-repeat center center;
    background-size: cover;
}
.cate_box.cate02 {
    background: url(/engineering/img/contents_link_bg02.png)no-repeat center center;
    background-size: cover;
}
.cate_box.cate03 {
    background: url(/engineering/img/contents_link_bg03.png)no-repeat center center;
    background-size: cover;
}
.cate_box.cate04 {
    background: url(/engineering/img/contents_link_bg04.png)no-repeat center center;
    background-size: cover;
}
.cate_box.cate05 {
    background: url(/engineering/img/contents_link_bg05.png)no-repeat center center;
    background-size: cover;
}


.cate_box p {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
	transition: .3s;
}

.cate_box.cate01 p {
    color: #828e47;
}
.cate_box.cate02 p {
    color: #c56193;
}
.cate_box.cate03 p {
    color: #60b1e5;
}
.cate_box.cate04 p {
    color: #d5a80c;
}
.cate_box.cate05 p {
    color: #8b7cbc;
}


.cate_box:hover > p {
    width: 160px;
    height: 160px;
    font-size: 140%;
    color: #fff;
    border: 4px solid #fff;
}
.cate_box.cate01:hover > p {
	background: #828e47;
}
.cate_box.cate02:hover > p {
	background: #c56193;
}
.cate_box.cate03:hover > p {
	background: #60b1e5;
}
.cate_box.cate04:hover > p {
	background: #d5a80c;
}
.cate_box.cate05:hover > p {
	background: #8b7cbc;
}




/* ==========================
ニュ`ストピックス、H29定業參念秘僥宀鬚 慌宥
============================= */

.other_links.contents_box {
    background: #ededed;
    background-size: cover;
}

.link_inner {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.news {
    float: left;
    width: 70%;
	height: 635px;
    padding: 35px 0;
    background: #ededed;
}

.under_h29 {
    float: left;
    width: 30%;
    background: #a1acba;
}

.other_midashi {
    text-align: center;
    padding-bottom: 20px;
}

.other_midashi .midashi {
    font-size: 200%;
}

.other_midashi .midashi_ruby {
    font-size: 80%;
    color: #9a9a9a;
}



/* ==========================
====== ニュ`ストピックス ======
============================= */

.news-box {
    overflow: auto;
    min-height: 100px;
    max-height: 500px;
    border-top: 1px solid #ccc;
    width: 95%;
	max-width: 900px;
	margin: auto;
}
.news-box dl {
    border-bottom: 1px solid #ccc;
    padding: 22px 0;
}

.news-box dl dt {
    margin-bottom: 8px;
    color: #999999;
    display: inline-block;
    padding-right: 80px;
}

.news-box dl dt img {
    padding: 4px 0 0 20px;
}

.old_news {
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.square_btn {
    display: inline-block;
    padding: 5px 0;
    width: 270px;
    text-align: center;
    text-decoration: none;
    color: #0d284a;
    border: solid 1px #0d284a;
    transition: .3s;
}

.square_btn:hover {
    background: #0d284a;
    color: #fff;
}

.news-box dl dt.newIcon {
	background: url(/engineering/img/newIcon.png)no-repeat right center;
}


/* ==========================
====== 峠撹29定業參念鬚 ======
============================= */

.right_inner01 {
    background: #e2e5e9;
    overflow: hidden;
    padding: 35px 0 20px;
}
.right_inner02 {
	background: #a1acba;
    overflow: hidden;
    padding: 30px 0 20px;
}

.link_list ul li{
    background: url(/engineering/common/img/contents_link_bg06.png)no-repeat center center;
    background-size: cover;
    width: 230px;
    margin: 0 auto 10px;
}
.link_list ul li.other01 {
	background: url(/engineering/common/img/contents_link_bg07.png)no-repeat center center;
}

.link_list ul li p {
    padding: 14px 0 15px 50px;
    background: url(/engineering/common/img/link_icon02.png)no-repeat 20px center;
    color: #fff;
}
.link_list ul li.other01 p {
	background: url(/engineering/common/img/link_icon03.png)no-repeat 20px center;
	color: #0d284a;
}

.mainvisual {
  width: 100%;
  overflow: hidden;
}
.mainvisual .mainvisual-slide {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
	font-size: 0;
}
.mainvisual .slick-list{
  overflow: visible;
}

.mainvisual .slick-next {
	background: rgba(74,74,74,0.7) url("../img/next01.png") no-repeat left center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	right: -100%;
	border: none;
	top: 0;
	&:hover {
		opacity: 1;
		cursor: pointer;
		background: rgba(74,74,74,0.8) url("../img/next01.png") no-repeat left center;
	}
	&::before {
		content: none;
	}
}

.mainvisual .slick-prev {
	background: rgba(74,74,74,0.7) url("../img/prev01.png") no-repeat right center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: -100%;
	border: none;
	top: 0;
	&:hover {
		opacity: 1;
		cursor: pointer;
		background: rgba(74,74,74,0.8) url("../img/prev01.png") no-repeat right center;
	}
	&::before {
		content: none;
	}
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
	position: absolute;
    display: flex;
    justify-content: center;
    bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.dots-class li {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	opacity: 0.5;
}
.dots-class li.slick-active {
    background-color: #fff;
	opacity: 1;
}
.dots-class li:hover {
    background-color: #fff;
	cursor: pointer;
}
.dots-class li:last-child {
    margin-right: 0;
}



/* トップ耕嗤のスマホ鮄峰
========================== */

/* 700pxより弌さい栽 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.pagination a {
		width: 5px!important;
		height: 5px!important;
	}
	.pagination {
		bottom: 0px!important;
		height: 10px!important;
	}
	
    .category ul li {
		float: none;
		width: 100%;
	}
    
	.cate_box {
		height: 90px;
		display: flex;
	}
	
	.cate_box p {
		height: auto;
		width: 80%;
		max-width: 270px;
		font-size: 100%;
		padding: 10px 0;
		border-radius: 50px;
	}
	
	.cate_box:hover > p {
		height: auto;
		width: 80%;
		max-width: 270px;
		font-size: 110%;
	}
	
	.news,
	.under_h29 {
		float:none;
		width: 100%;
		height: auto;
	}
	
	.news .news-box {
		max-height: 250px;
		width: 90%;
		margin: auto;
	}
    

	
}

/* 520pxより弌さい栽 */
@media screen and ( max-width: 520px ){
    
}

