@charset "UTF-8";
.areaIntro {}
.areaIntro_title {}
.intro {}
.intro_title {}
.intro_list {
	list-style: none;
}
.intro_list > li {}
.intro_list > li:first-child {}
.intro_list > li:last-child {}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li:nth-child(n+3) {}
.intro_text {}
.cont_dList {
	list-style: none;
	position: relative;
	z-index: 1;
	padding-left: 230px;
	margin-top: 10px;
}
.cont_dList:first-child {
	margin-top: 0;
}
.cont_dList > dt {
	position: absolute;
	z-index: 1;
	background: #0B4382;
	color: #fff;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 22px;
	font-weight: bold;
}
.cont_dList > dd {}
.cont_dList > dd span {
	font-weight: normal;
	font-size: 0.8em;
}
.cont_dList > dd > a {
	display: flex;
	text-decoration: none;
	border: 1px solid #0B4382;
	border-radius: 12px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	color: #0B4382;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 5px;
	line-height: 1.2;
}
.cont_dList > dd > a:not([href^="tel:"]) {
	font-size: 18px;
	font-size: 16px;
}
.cont_dList > dd > a::before {
	content: "";
}
.cont_dList > dd > a::after {
	content: "";
}
.cont_dList > dd > a > .icon {
	margin-right: 10px;
}
.lineup_link2 {
	max-width: 423px;
	margin: 30px auto 50px;
}
.lineup_link2 > a {
	height: 80px;
}
.lineup_link2 > a::before {
	content: "";
}
.lineup_link2 > a::after {
	content: "";
}
.btn_notice {
	text-align: center;
	color: #FF0000;
	padding-top: 5px;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaIntro {}
	.areaIntro_title {}
	.intro {}
	.intro_title {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_text {}
	.cont_dList {
		display: block;
		padding-left: 190px;
	}
	.cont_dList > dt {
		font-size: 18px;
		margin-right: 0;
		text-align: center;
		width: 180px;
	}
	.cont_dList > dd {
		margin-left: 0;
		margin-top: 8px;
	}
	.cont_dList > dd:first-of-type {}
	.cont_dList > dd > a {
		font-size: 18px;
		flex-wrap: wrap;
	}
	.cont_dList > dd > a::before {}
	.cont_dList > dd > a::after {}
	.cont_dList > dd > a > .icon {}
}
@media screen and (max-width:767px) {
	.areaIntro {}
	.areaIntro_title {}
	.intro {}
	.intro_title {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_text {}
	.cont_dList {
		padding-left: 0;
		width: 100%;
		margin-left: 0;
	}
	.cont_dList > dt {
		display: block;
		position: static;
		width: auto;
		text-align: center;
		padding: 10px 10px;
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.cont_dList > dd {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
	}
	.cont_dList > dd span {
		display: inline-block;
		margin-left: 1.2em;
		font-size: 14px;
	}
	.cont_dList > dd > a {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-top: none;
		padding: 15px 10px;
		display: block;
		word-break: break-word;
	}
	.cont_dList > dd > a::before {}
	.cont_dList > dd > a::after {}
	.cont_dList > dd > a > .icon {
		margin-right: 10px;
		top: 20%;
	}
	.cont_cau {
		font-size: 13px;
	}
	.cont_dList > dd > a:not([href^="tel:"]) {
		font-size: 14px;
	}
	.lineup_link2 {
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.lineup_link2 > a {}
	.lineup_link2 > a::before {}
	.lineup_link2 > a::after {}
	.btn_notice {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
}
