@charset "UTF-8";

main {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-feature-settings: 'palt' on;
}
#usecase-head {
	background: url(../images/usecase/head_bg.jpg) no-repeat center / cover;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#usecase-head h1 {
	color: #575757;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
}
.usecase-list {
	padding-block: 64px 80px;
	background: #F6F6F6;
}
.usecase-block {
	width: 960px;
	margin: 0 auto 48px;
}
.usecase-block:last-child {
	margin-bottom: 0;
}
.usecase-block>div:first-child {
	border-radius: 16px 16px 0 0;
	border: 1px solid rgba(10, 31, 35, 0.14);
	border-bottom: 1px solid rgba(10, 31, 35, 0.08);
	background: #FFF;
	background: rgba(0, 0, 0, 0.03);
	padding: 24px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.usecase-block>div:first-child::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/usecase/title_pointer.svg) no-repeat center;
}
.usecase-block>div:first-child h2 {
	color: #193DBC;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 0 16px;
	width: 872px;
}
.usecase-block>div:last-child {
	border-radius: 0 0 16px 16px;
	border: 1px solid rgba(10, 31, 35, 0.14);
	border-top: none;
	padding: 12px;
	background: #fff;
}
.usecase-block>div:last-child>p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto 8px;
	padding-block: 24px;
	width: 560px;
}
.link-list {
	padding: 20px 12px 12px;
	border-radius: 8px;
	border: 1px solid rgba(10, 31, 35, 0.08);
	background: #266FDC;
}
.link-list h3 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}
.link-list h3::after {
	content: '';
	display: block;
	background: url(../images/usecase/question_arrow.svg) no-repeat center;
	height: 24px;
	margin-block: 4px;
}
.link-list ul {
	list-style-type: none;
	padding: 8px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 8px;
	border: 1px solid rgba(10, 31, 35, 0.16);
	background: rgba(10, 31, 35, 0.16);
	margin: 0;
}
.link-list li {
	width: 293px;
	margin-bottom: 8px;
}
.link-list li a {
	border-radius: 4px;
	border: 1px solid rgba(10, 31, 35, 0.14);
	background: #FFF url(../images/usecase/link_arrow.svg) no-repeat right 8px center;
	padding: 8px;
	text-decoration: none;
	color: #193DBC;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.68px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 64px;
}
.link-list li a:hover,
.link-list li a:focus {
	background: linear-gradient(0deg, rgba(10, 31, 35, 0.2) 0%, rgba(10, 31, 35, 0.2) 100%), #E3F0FF url(../images/usecase/link_arrow.svg) no-repeat right 8px center;
}
.link-2cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.link-2cols>div {
	width: 452px;
	box-sizing: border-box;
}
.link-2cols>div:first-child ul li {
	width: 213px;
}
.link-2cols>div:last-child ul li {
	width: 438px;
}
.link-only ul li {
	width: 100%;
}
.usecase-block.block-others>ul:last-child {
	list-style-type: none;
	border-radius: 0 0 16px 16px;
	border: 1px solid rgba(10, 31, 35, 0.14);
	border-top: none;
	padding: 12px;
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 0;
}
.usecase-block.block-others>ul:last-child li {
	width: 463px;
	margin-bottom: 8px;
}
.usecase-block.block-others>ul:last-child li:last-child {
	width: 100%;
	margin-bottom: 0;
}
.usecase-block.block-others>ul:last-child li .link-list {
	height: 100%;
}
.usecase-block.block-others>ul:last-child li .link-list h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	min-height: 100px;
	position: relative;
}
.usecase-block.block-others>ul:last-child li .link-list h3::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
.usecase-block.block-others>ul:last-child li:last-child .link-list h3::after {
	position: static;
}
.usecase-block.block-others>ul:last-child li:last-child .link-list h3 {
	min-height: 0;
	text-align: center;
}
.to-contact {
	height: 256px;
	background: #fff url(../images/usecase/contact.png) no-repeat calc(50% - 312px) 40%;
	background-size: 309px 158px;
	padding-top: 65px;
}
.to-contact .btns {
	padding-left: 308px;
	width: 940px;
	margin-inline: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
}
.to-contact .btns div {
	width: 308px;
}
.to-contact .btns div span {
	color: #FA683A;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.to-contact .btns div span::before,
.to-contact .btns div span::after {
	content: '';
	background: url(../images/top/fv_slash.svg) no-repeat center;
	width: 10px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.to-contact .btns div span::before {
	margin-right: 9px;
}
.to-contact .btns div span::after {
	margin-left: 9px;
	transform: scaleX(-1);
}
.to-contact .btns div a {
	width: 308px;
	height: 64px;
	box-sizing: border-box;
	padding: 16px 8px;
	border-radius: 4px;
	border: 1px solid rgba(10, 31, 35, 0.20);
	background: #00A556;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.68px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.to-contact .btns div a:hover,
.to-contact .btns div a:focus {
	background: linear-gradient(0deg, rgba(10, 31, 35, 0.2) 0%, rgba(10, 31, 35, 0.2) 100%), #00A556;
}
.to-contact .btns div a:active {
	background: #00A556;
}
.to-contact .btns div:last-child a,
.to-contact .btns div:last-child a:active {
	background: #FA683A;
}
.to-contact .btns div:last-child a:hover,
.to-contact .btns div:last-child a:focus {
	background: linear-gradient(0deg, rgba(10, 31, 35, 0.2) 0%, rgba(10, 31, 35, 0.2) 100%), #FA683A;
}
.to-contact+.usecase-list {
	padding-top: 80px;
	padding-bottom: 64px;
}

/* pc */
@media print,screen and (min-width: 1001px) {
	.link-list li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

/* sp */
@media only screen and (max-width: 1000px) {
	#usecase-head {
		background-image: url(../images/usecase/head_bg_sp.jpg);
	}
	#usecase-head h1 {
		font-size: 22px;
		line-height: 36px;
	}
	.usecase-list {
		padding: 64px 16px;
		background-color: #ececec;
	}
	.usecase-block {
		width: auto;
	}
	.usecase-block>div:first-child {
		padding: 16px;
		align-items: flex-start;
		background-color: #f7f7f7;
	}
	.usecase-block>div:first-child::before {
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
	}
	.usecase-block>div:first-child h2 {
		text-align: left;
		font-size: 18px;
		line-height: 24px;
		width: calc(100% - 40px);
	}
	.usecase-block>div:last-child {
		padding: 8px;
	}
	.usecase-block>div:last-child>p {
		padding: 8px;
		margin: 0 0 8px;
		width: auto;
	}
	.link-list {
		padding: 8px;
	}
	.link-list h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.link-list ul {
		display: block;
	}
	.link-list li {
		width: auto;
	}
	.link-list li:last-child {
		margin-bottom: 0;
	}
	.link-list li a {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.52px;
		height: auto;
		min-height: 0;
	}
	.link-list li a br {
		display: none;
	}
	.link-2cols {
		display: block;
	}
	.link-2cols>div {
		width: auto;
	}
	.link-2cols>div:first-child {
		margin-bottom: 4px;
	}
	.link-2cols>div:first-child ul li {
		width: auto;
	}
	.link-2cols>div:last-child ul li {
		width: auto;
	}
	.link-only ul li {
		width: auto
	}
	.usecase-block.block-others>ul:last-child {
		padding: 8px;
		display: block;
	}
	.usecase-block.block-others>ul:last-child li {
		width: auto;
	}
	.usecase-block.block-others>ul:last-child li .link-list h3 {
		padding: 8px 8px 40px;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		min-height: 0;
		position: relative;
	}
	.usecase-block.block-others>ul:last-child li:last-child .link-list h3::after {
		position: absolute;
	}
	.usecase-block.block-others>ul:last-child li:last-child .link-list h3 {
		text-align: left;
	}
	.usecase-block.block-others>ul:last-child .link-list li a {
		color: #0749A1;
		text-align: center;
		font-size: 13px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.68px;
		min-height: 48px;
		padding-inline: 24px;
	}
	.to-contact {
		height: auto;
		padding: 132px 32px 60px;
		background-position: center 38px;
		background-size: 172px 88px;
	}
	.to-contact .btns {
		padding-left: 0;
		width: auto;
		margin-inline: auto;
		display: block;
	}
	.to-contact .btns div {
		width: auto;
	}
	.to-contact .btns div:first-child {
		margin-bottom: 12px;
	}
	.to-contact .btns div a {
		width: auto;
	}
	.to-contact+.usecase-list {
		padding-top: 80px;
		padding-bottom: 64px;
	}
	
}

