@charset "utf-8";

/*=====================================
top.css
=====================================*/

/*-------------------------------------
 slide
-------------------------------------*/
.slideArea .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.slideArea .slick-dots li {
	padding: 5px 10px;
	line-height: 10px;
}
.slideArea .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	text-indent: 200%;
	white-space: nowrap;
	border-radius: 50%;
	border: none;
	background: #d2d2d2;
	overflow: hidden;
}
.slideArea .slick-dots li.slick-active button {
	background: #333;
}


/*-------------------------------------
 notice
-------------------------------------*/
.noticeArea {
	padding-top: 25px;
	padding-bottom: 25px;
}
.noticeBox {
	padding: 20px 23px;
	color: #fe2635;
	border: 4px solid #fe2635;
	background: #fff;
}
.noticeBox .head {
	margin: 0 0 8px 0;
	font-size: 18px;
	text-align: center;
}
.noticeBox .head > div {
	display: inline-block;
}
.noticeBox .title {
	font-size: 26px;
	font-weight: bold;
}
.noticeBox .txt {
	line-height: 1.7;
}


/*-------------------------------------
 menu
-------------------------------------*/
.menuArea {
	background: #f9f9f9;
}
.menuArea .inner {
	padding-top: 70px;
	padding-bottom: 33px;
}
.menuArea .sectionTitle01 {
	padding-bottom: 0;
}
.menuList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px 0 0;
}
.menuList .col {
	width: 25%;
	padding: 17px 4px 17px 0;
	flex-shrink: 0;
}
.menuList .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #333;
	font-size: 16px;
	background: #fff;
}
.menuList .head {
	position: relative;
}
.menuList .head a {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background: #999;
}
.menuList .head .acd {
	display: none;
}
.menuList .item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
}
.menuList .txt {
	padding: 8px 12px 18px;
	font-size: 16px;
}
.menuList .menu {
	padding: 0 14px 10px;
}
.menuList .menu li {
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../images/icn_arw07.svg) no-repeat 0 7px / 7px auto;
}
.menuList .link {
	margin-top: auto;
}
.menuList .link a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: none;
	border: none;
	background: url(../images/icn_arw08.svg) no-repeat right 15px center / 7px auto #fafafa;
}


/*-------------------------------------
 topics
-------------------------------------*/
.topicsArea .inner {
	padding-top: 70px;
	padding-bottom: 10px;
}
.topicsArea .sectionTitle01 {
	padding-bottom: 0;
}





















/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*-------------------------------------
 slide
-------------------------------------*/
.slideArea .slick-dots li {
	padding: 3px 7px;
	line-height: 7px;
}
.slideArea .slick-dots li button {
	width: 7px;
	height: 7px;
	line-height: 7px;
}


/*-------------------------------------
 notice
-------------------------------------*/
.noticeArea {
	padding-top: 15px;
	padding-bottom: 15px;
}
.noticeBox {
	padding: 15px 13px;
	border-width: 2px;
}
.noticeBox .head {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 1.4;
}
.noticeBox .title {
	font-size: 17px;
}
.noticeBox .txt {
	font-size: 12px;
}


/*-------------------------------------
 menu
-------------------------------------*/
.menuArea .inner {
	padding-top: 40px;
	padding-bottom: 36px;
}
.menuArea .sectionTitle01 {
	padding-bottom: 15px;
}
.menuArea .sectionTitle01 h2 {
	font-size: 23px;
}
.menuList {
	display: block;
	margin: 0;
}
.menuList .col {
	width: auto;
	padding: 0 0 4px 0;
}
.menuList .head a {
	padding: 8px 30px 8px 15px;
	font-size: 15px;
	text-align: left;
}
.menuList .head .acd {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 30px;
}
.menuList .head .acd:before,
.menuList .head .acd:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	transition: all 0.2s;
}
.menuList .head .acd:before {
	transform: rotate(90deg);
}
.menuList .head.open .acd:before {
	transform: rotate(0deg);
}
.menuList .item {
	display: none;
	padding: 5px 10px 10px;
}
.menuList .txt {
	padding: 5px 7px 12px;
	font-size: 13px;
}
.menuList .menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 5px 0;
}
.menuList .menu li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
	font-size: 13px;
	background-position: 8px 5px;
	background-size: 6px auto;
	flex-shrink: 0;
}
.menuList .link a {
	min-height: 27px;
	font-size: 13px;
	background-position: right 10px center;
	background-size: 6px auto;
}


/*-------------------------------------
 topics
-------------------------------------*/
.topicsArea .inner {
	padding-top: 35px;
	padding-bottom: 33px;
}
.topicsArea .sectionTitle01 {
	padding-bottom: 5px;
}
.topicsArea .sectionTitle01 h2 {
	font-size: 23px;
}


}


/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {



}





.menuList .catShin .head a {
	background-color: #009dae;
}
.menuList .catYobishiken .head a {
	background-color: #27549e;
}
.menuList .catHouka .head a {
	background-color: #8ec63f;
}
.menuList .catShihoushosi .head a {
	background-color: #f78701;
}
.menuList .catSyaroushi .head a {
	background-color: #a32e75;
}
.menuList .catGyousho .head a {
	background-color: #53498e;
}
.menuList .catTakken .head a {
	background-color: #264d6c;
}
.menuList .catAiit .head a {
	background-color: #326031;
}




