@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
/*----------------------------------------------
	全体
------------------------------------------------*/
.contents .nopc {
	display: none;
}
.contents {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
	background: url("../img/mk_bg.jpg");
    padding-bottom: 70px;	
}
.contents a {
	text-decoration: none;
	color: inherit;
}
.contents a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
.contents .inner {
	width: 992px;
	max-width: 94%;
	margin: 0 auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mv {
	background-image: url("../img/mk_mv_pc.jpg");
	background-size: cover;	
	background-position-x: center;
	background-position-y: bottom;
	height: 390px;
}
#mv .inner {
	position: relative;
	text-align: center;	
	padding-top: 22px;
	height: 100%;
}
#mv .inner::after {
	content: "";
	display: inline-block;
	background-position: center;
	position: absolute;	
	background: url('../img/mk_photo_pc.png') no-repeat;
	background-size: contain;	
    width: 180px;
    height: 115px;
	bottom: 20px;
	right: 40px;
}
#mv .mk_logo {
	text-align: center;
	margin: 0 auto 32px;	
}
#mv .mk_logo img {
	width: 50px;
}
#mv .inner .title {
	margin-bottom: 12px;
}
/*------------------------------------------------
	詳細
--------------------------------------------------*/
.infoArea h3 {
    text-align: center;
	font-size: 36px;
	padding: 80px 0 38px;	
}
.notice-list>li {
    padding-left: 17px;
    position: relative;
}
.notice-list>li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
}
.infoArea .infotxt dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.infoArea .infotxt dd {
	width: 93%;
}
.infoArea .infoBox h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
    border-left: solid 8px #333;
    padding-left: 6px;
}
.infoArea .summary .infotxt p {
	font-size: 20px;
	line-height: 1.6em;
}
.infoArea .infotxt {
	font-size: 16px;
	text-align: left;
	line-height: 1.7em;
	margin-bottom: 22px;
}
@media screen and (max-width:820px) {
	#mv .inner::after {
		right: 0;
	}
	.breadcrumb {
		width: 100%;
	}
}

/*-----------------------------------------
下部バナー
-------------------------------------------*/
#foot-bnr {
	padding: 70px 0 10px;
	text-align: center;
}
#foot-bnr p {
	font-size: 36px;
	line-height: 1.8em;
	font-weight: 700;
}
#foot-bnr a:hover {
	opacity: 0.8;
    transition: all 0.6s ease;
}

/*------------------------------------------------
        検索ボックス調整
--------------------------------------------------*/
#searchArea {
	margin: 80px auto;
}