@charset "UTF-8";

#page_support {
	padding-bottom: 15rem;
}

@media screen and (max-width: 768px) {
	#page_support {
		padding-bottom: 0;
	}
}

/* ---------------------------------------
  サポート情報
-----------------------------------------*/
#sec_support {
	padding: 5rem 0 8rem;
}

#sec_support .wrap {
	max-width: 90rem;
}

#sec_support .block + .block {
	margin-top: 5rem;
}

#sec_support .block > * + * {
	margin-top: 3rem;
}

#sec_support .block *:first-child {
	margin-top: 0 !important;
}

#sec_support .block .blockttl {
	color: #005293;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding-bottom: 1.2rem;
	border-bottom: .4rem solid #005293;
	margin-bottom: 2.7rem;
}

#sec_support .block .sttl {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: .7rem 2rem;
	background-color: #edf0f2;
	margin-top: 3.5rem;
	margin-bottom: 1.9rem;
}

#sec_support .block .lead {
	font-size: 1.6rem;
}

#sec_support .block .txt {
	line-height: 1.7;
}

#sec_support .block .sttl + .txt {
	margin-top: 0;
}

#sec_support .block .btn {
	margin-top: 4.5rem;
}

#sec_support .tbwrap {
	margin-top: 7.5rem;
}

#sec_support .tbwrap .ttl {
	font-weight: 600;
	color: #005293;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1em;
}

#sec_support .tbwrap .tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #dcdddd;
}

#sec_support .tbwrap .tb thead th {
	width: 22rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.2rem;
	border-bottom: 3px solid #dcdddd;
	border-left: 1px solid #dcdddd;
}

#sec_support .tbwrap .tb thead th:nth-child(1) {
	width: 46rem;
	border-left: none;
}

#sec_support .tbwrap .tb tbody th,
#sec_support .tbwrap .tb tbody td {
	padding: .8rem 2rem;
	border-bottom: 1px solid #dcdddd;
}

#sec_support .tbwrap .tb tbody th,
#sec_support .tbwrap .tb tbody td {
	line-height: 1.333;
	vertical-align: middle;
}

#sec_support .tbwrap .tb tbody td {
	text-align: center;
	border-left: 1px solid #dcdddd;
}

#sec_support .tbwrap .pdf_list {
	justify-content: flex-start;
	gap: .3rem;
	margin-top: .8rem;
}

#sec_support .tbwrap .pdf_list .item {
	width: 7.2rem;
}

#sec_support .tbwrap .pdf_list .item a{
	display: block;
}

#sec_support .tbwrap .pdf_list .ico {
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1.25rem .5rem 1rem;
	background-color: #edf0f2;
}

#sec_support .tbwrap .pdf_list .ico img {
	width: 2.9rem;
}

#sec_support .tbwrap .pdf_list .txt {
	text-align: center;
	color: #606060;
	min-height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 0 .5rem;
	margin-top: .5rem;
}

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

@media screen and (max-width: 767px) {
	#sec_support {
		padding: 5rem 0 20rem;
	}

	#sec_support .wrap {
		max-width: inherit;
	}

	#sec_support .block + .block {
		margin-top: 9rem;
	}

	#sec_support .block .blockttl {
		font-size: 4rem;
		border-bottom: .6rem solid #005293;
		margin-bottom: 6rem;
	}

	#sec_support .block .sttl {
		font-size: 3.2rem;
		line-height: 1.25;
		padding: 1rem 2rem;
		margin-top: 9rem;
		margin-bottom: 4rem;
	}

	#sec_support .block .lead {
		font-size: 3.2rem;
		line-height: 1.8;
	}

	#sec_support .block .lead + .sttl {
		margin-top: 6rem;
	}

	#sec_support .block .txt {
		font-size: 3rem;
		line-height: 1.6;
	}

	#sec_support .block .btn {
		margin-top: 6.5rem;
	}

	#sec_support .tbwrap {
		margin-top: 15rem;
	}

	#sec_support .tbwrap + .tbwrap {
		margin-top: 11rem;
	}

	#sec_support .tbwrap .ttl {
		font-size: 3.8rem;
		margin-bottom: 1.1em;
	}

	#sec_support .tbwrap .tbscroll {
		position: relative;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-right: -6rem;
	}

	#sec_support .tbwrap .tb {
		width: 102rem;
	}

	#sec_support .tbwrap .tb thead th {
		width: 25rem;
		font-size: 3rem;
		line-height: 1.5;
		padding: 2.6rem;
		border-bottom: .5rem solid #dcdddd;
	}

	#sec_support .tbwrap .tb thead th:nth-child(1) {
		width: 52rem;
	}

	#sec_support .tbwrap .tb tbody th,
	#sec_support .tbwrap .tb tbody td {
		font-size: 3rem;
		padding: 2.5rem 2rem;
	}

	#sec_support .tbwrap .pdf_list {
		margin-top: 1.8rem;
	}

	#sec_support .tbwrap .pdf_list .item {
		width: 15.8rem;
	}

	#sec_support .tbwrap .pdf_list .ico {
		width: 100%;
		height: 11rem;
		padding: .5rem 1.25rem .5rem 1rem;
	}

	#sec_support .tbwrap .pdf_list .ico img {
		width: 6.4rem;
	}

	#sec_support .tbwrap .pdf_list .txt {
		font-size: 2.6rem;
		margin-top: 1rem;
	}
}


/* support_contact
--------------------------------*/
#sec_support_contact .wrap {
	max-width: 90rem;
}

#sec_support_contact .support_list{
	flex-wrap: nowrap;
}

#sec_support_contact .support_list .item {
	width: 44.8rem;
}

#sec_support_contact .support_list .item a {
	display: block;
	padding: 3rem 4rem;
	background-color: #005293;
}

#sec_support_contact .support_list .item * {
	color: #fff;
}

#sec_support_contact .support_list .item .ico {
	min-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.8rem;
}

#sec_support_contact .support_list .item:nth-child(1) .ico img {
	width: 4rem;
}

#sec_support_contact .support_list .item:nth-child(2) .ico img {
	width: 4.1rem;
}

#sec_support_contact .support_list .item .ttl {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
}

#sec_support_contact .support_list .item .txt {
	line-height: 1.28;
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	#sec_support_contact {
		background-color: #005293;
	}

	#sec_support_contact .wrap {
		max-width: inherit;
	}

	#sec_support_contact .support_list .item {
		width: 100%;
		border-top: 1px solid #fff;
	}

	#sec_support_contact .support_list .item:first-child {
		border-top: none;
	}

	#sec_support_contact .support_list .item a {
		position: relative;
		display: block;
		padding: 1.8rem 6rem 2rem 16rem;
	}

	#sec_support_contact .support_list .item a::before {
		content: "";
		width: 2rem;
		height: 2rem;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		right: 4rem;
		top: calc(50% - 1rem);
		transform: rotate(45deg);
	}

	#sec_support_contact .support_list .item .ico {
		width: 16rem;
		min-height: 100%;
		align-items: center;
		justify-content: center;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	#sec_support_contact .support_list .item:nth-child(1) .ico img {
		width: 5rem;
	}

	#sec_support_contact .support_list .item:nth-child(2) .ico img {
		width: 4.6rem;
	}

	#sec_support_contact .support_list .item .ttl {
		text-align: left;
		font-size: 3.4rem;
	}

	#sec_support_contact .support_list .item .txt {
		min-height: 2.8em;
		text-align: left;
		font-size: 2.8rem;
		margin-top: 1.5rem;
	}

}