@charset "utf-8";
/* --------------------------------
	top
-------------------------------- */
main.top {
	max-width: 87rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}
.top h2 {
	margin-top: 4rem;
	font-size: 3rem;
	color: #164778;
	text-align: center;
}
.top .mainLead {
	margin-top: 5.5rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-align: center;
}
@media (max-width: 768px) {
	.top .inner {
		padding: 0 3rem;
	}
	.top h2 {
		margin-top: 7rem;
		font-size: 4.2rem;
		line-height: 5.2rem;
	}
	.top .mainLead {
		margin-top: 5.5rem;
		font-size: 3.2rem;
		line-height: 5.2rem;
	}
}

/* topics */
.top .topics {
	margin-top: 3rem;
	background: #fff6dc;
	padding: 2.5rem 1.5rem 2rem;
}
.top .topics .topicsInner {
	padding: 2rem;
	border: solid 1px #f37021;
	position: relative;
}
.top .topics h3 {
	font-size: 2.2rem;
	font-weight: 600;
	color: #f37021;
	text-align: center;
	letter-spacing: 0.05em;
	position: absolute;
	top: -1.2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top .topics h3 span {
	padding: 0 1.5rem;
	background: #fff6dc;
}
.top .topics ul li {
	text-align: center;
}
.top .topics ul li span {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.top .topics ul li a {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	text-decoration: underline;
}
.top .topics ul li a:hover {
	opacity: 0.7;
}
.top .topics ul li a + a {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.top .topics {
		margin: 7rem -3rem 0;
		padding: 5rem 3rem 3rem;
	}
	.top .topics .topicsInner {
		padding: 2rem 2rem 4rem;
	}
	.top .topics h3 {
		font-size: 4rem;
		top: -2.2rem;
	}
	.top .topics ul {
		margin-top: 2rem;
	}
	.top .topics ul li span {
		font-size: 3rem;
		line-height: 5rem;
	}
	.top .topics ul li a {
		font-size: 3rem;
		line-height: 5rem;
	}
	.top .topics ul li a + a {
		margin-top: 3rem;
	}
}

/* contentsListBlock */
.top h4 {
	margin-top: 3rem;
	background: #72caac;
	padding-top: 1.5rem;
}
.top .leadBox {
	margin-top: -1.5rem;
	padding-left: 18rem;
	padding-bottom: 2.5rem;
	background: #72caac;
	display: flex;
	align-items: center;
	gap: 0 5rem;
}
.top .leadBox .lead {
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #fff;
}
.top .leadBox .btn {
	width: 19.5rem;
}
.top .leadBox .btn a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	background: #dceaf8;
	border-radius: 0.5rem;
	padding: 1.3rem;
}
.top .contentsList {
	display: flex;
	flex-wrap: wrap;
}
.top .contentsList > div {
	display: flex;
	flex-direction: column;
}
.top .contentsList.list01 {
	padding: 0.5%;
	background: #72caac;
	gap: 4px 0.5%;
}
.top .contentsList.list01 .small {
	width: 33%;
	padding: 1.5rem 1.5rem 3rem;
	background-color: #fff;
}
.top .contentsList.list02 {
	margin-top: 5.5rem;
	gap: 7.5rem 16.5%;
}
.top .contentsList.list02 > div {
	width: 41.568%;
}
.top .contentsList > div h5 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	line-height: 2.7rem;
	color: #164778;
	padding-bottom: 1rem;
	border-bottom: solid 1px #000;
}
.top .contentsList > div h5 span {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2.3rem;
}
.top .contentsList > div .pic {
	margin-top: 1.5rem;
}
.top .contentsList > div .txt {
	margin-top: 1rem;
	line-height: 2.5rem;
	flex-grow: 1;
}
.top .contentsList > div button,
.top .contentsList > div .btn a {
	margin-top: auto;
	display: block;
	width: 19.5rem;
	margin: 2.5rem auto 0;
	font-size: 1.5rem;
	text-align: center;
	background: #dceaf8;
	border-radius: 0.5rem;
	padding: 1.3rem;
}
.top .helpfulInfo {
	padding-bottom: 3.5rem;
	border-bottom: solid 1rem #174369;
}
.top .helpfulInfo h4 {
	margin-top: 5rem;
	padding: 1.5rem 0;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	background-color: #174369;
}
.top .helpfulInfo .contentsList.list03 {
	margin-top: 3.5rem;
	gap: 7.5rem 16.5%;
}
.top .helpfulInfo .contentsList.list03 > div {
	width: 41.568%;
}
@media (max-width: 768px) {
	.top h4 {
		margin-top: 3.5rem;
		padding: 3rem 3.5rem;
	}
	.top .leadBox {
		padding-top: 1rem;
		padding-bottom: 6rem;
		padding-left: 0;
		flex-direction: column;
		gap: 4rem 0;
	}
	.top .leadBox .lead {
		font-size: 3rem;
		line-height: 5rem;
		text-align: center;
	}
	.top .leadBox .btn {
		width: 39rem;
	}
	.top .leadBox .btn a {
		font-size: 3rem;
		border-radius: 1rem;
		padding: 2.5rem;
	}
	.top .contentsList {
		flex-direction: column;
	}
	.top .contentsList.list01 {
		width: 100%;
		padding: 0 5.5rem 6rem;
		gap: 2rem 0;
	}
	.top .contentsList.list01 .small {
		width: 100%;
		padding: 6.5rem 4rem;
	}
	.top .contentsList.list02 {
		margin-top: 7rem;
		gap: 9.5rem 0;
	}
	.top .contentsList.list02 > div {
		width: 100%;
	}
	.top .contentsList > div h5 {
		font-size: 4rem;
		line-height: 5.5rem;
		padding-bottom: 1.5rem;
		border-bottom: solid 2px #000;
	}
	.top .contentsList > div h5 span {
		font-size: 3rem;
		line-height: 4.7rem;
	}
	.top .contentsList > div .df {
		margin-top: 3rem;
		display: flex;
		justify-content: space-between;
		gap: 0 3rem;
	}
	.top .contentsList.list01 > div .pic {
		margin-top: 3rem;
	}
	.top .contentsList.list01 > div .txt {
		margin-top: 2rem;
		line-height: 5rem;
	}
	.top .contentsList.list02 > div .pic {
		margin-top: 0;
		width: 33rem;
	}
	.top .contentsList.list02 > div .txt {
		margin-top: 0;
		width: 46%;
		line-height: 5.5rem;
	}
	.top .contentsList > div button,
	.top .contentsList > div .btn a {
		width: 39rem;
		margin: 4rem auto 0;
		font-size: 3rem;
		border-radius: 1rem;
		padding: 2.5rem;
	}
	.top .helpfulInfo {
		padding-bottom: 0;
		border-width: 2rem;
	}
	.top .helpfulInfo h4 {
		padding: 3rem 0;
		font-size: 4rem;
	}
	.top .helpfulInfo .contentsList.list03 {
		margin-top: 0;
		padding: 0 5.5rem 6rem;
		gap: 4rem 0;
	}
	.top .helpfulInfo .contentsList.list03 > div {
		width: 100%;
		padding: 6.5rem 4rem 0;
	}
	.top .helpfulInfo .contentsList.list03 > div .pic {
		margin-top: 3rem;
	}
	.top .helpfulInfo .contentsList.list03 > div .txt {
		margin-top: 2rem;
		line-height: 5rem;
	}
}

/* brand place */
.top .brand ,
.top .place {
	padding-top: 8rem;
	margin: 0 auto;
}
.top .place {
	padding-top: 5rem;
}
.top h6 {
	font-weight: 600;
	text-align: center;
	padding: 1rem;
	border: solid 1px #000;
}
.top .brand .image {
	margin: 2.5rem auto 0;
	width: 83.1rem;
}
.top .place ul {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 4.5rem;
}
.top .place ul li {
	width: 29.64%;
}
.top .place ul li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	background: #dce4ee;
	padding: 1.5rem;
	position: relative;
}
.top .place ul li a.pd {
	padding: 0.5rem;
}
.top .place ul li a.pd2 {
	padding: 1.28rem 0.5rem;
}
.top .place ul li a::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.5rem;
}
.top .place ul li img {
	width: 14rem;
}
@media (max-width: 768px) {
	.top .brand ,
	.top .place {
		padding-top: 8.5rem;
		width: 100%;
	}
	.top .place {
		padding-top: 3.5rem;
	}
	.top h6 {
		font-size: 3rem;
		padding: 2rem;
		border: solid 2px #000;
	}
	.top .brand .image {
		margin-top: 3.5rem;
		width: 100%;
	}
	.top .place ul {
		margin-top: 4rem;
		display: block;
	}
	.top .place ul li {
		width: 49.2rem;
		margin: 0 auto;
	}
	.top .place ul li + li {
		margin-top: 2rem;
	}
	.top .place ul li a {
		font-size: 2.8rem;
		padding: 3rem;
	}
	.top .place ul li a.pd {
		padding: 1.2rem;
	}
	.top .place ul li a.pd2 {
		padding: 2.764rem 1.2rem;
	}
	.top .place ul li a::before {
		width: 2rem;
		height: 2rem;
		border-top: solid 3px #000;
		border-right: solid 3px #000;
		top: calc(50% - 1rem);
		right: 3.5rem;
	}
	.top .place ul li img {
		width: 28.1rem;
	}
}

/* item */
.top .item {
	margin-top: 6.5rem;
	padding-top: 1.5rem;
	border-top: solid 1px #000;
}
.top .item .itemTtl {
	text-align: center;
}
.top .item .itemPic {
	width: 33.8rem;
	margin: 2rem auto 0;
}
.top .item .detail {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.top .item .detail > div {
	width: 28.918%;
}
.top .item .detail > div .txt {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
.top .item .detail > div .txt + .txt {
	margin-top: 1rem;
}
.top .item .detail > div .txt span {
	font-size: 1.5rem;
}
.top .item .detail > div .kanshu {
	margin: 1rem 0;
	width: 10rem;
}
.top .item .detail > div .fs {
	margin-top: 1rem;
}
.top .item .detail > div .fs a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding: 0.7rem 0.5rem;
	border: 1px solid #000;
	position: relative;
}
.top .item .detail > div .fs a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.top .item {
		margin-top: 5.5rem;
		padding-top: 3.5rem;
		padding-bottom: 6.5rem;
		border-top: solid 2px #000;
		border-bottom: solid 2px #000;
	}
	.top .item .itemTtl {
		font-size: 3rem;
	}
	.top .item .itemPic {
		width: 50rem;
		margin: 2.5rem auto 0;
	}
	.top .item .detail {
		margin-top: 2.5rem;
		flex-direction: column-reverse;
		gap: 7rem 0;
	}
	.top .item .detail > div {
		width: 100%;
	}
	.top .item .detail > div .txt {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.top .item .detail > div .txt+ .txt {
		margin-top: 1.5rem;
	}
	.top .item .detail > div .txt span {
		font-size: 3rem;
	}
	.top .item .detail > div .kanshu {
		margin: 1.5rem 0;
		width: 20.2rem;
	}
	.top .item .detail > div .fs {
		margin-top: 1.5rem;
	}
	.top .item .detail > div .fs a {
		font-size: 3.5rem;
		padding: 1rem 0.5rem;
	}
	.top .item .detail > div .fs a::after {
		width: 1.5rem;
		height: 1.5rem;
	}
}

/* rieikai */
.top .rieikai {
	margin-top: 5rem;
	background: #dce4ee;
	padding: 3rem 1.5rem 2.5rem;
}
.top .rieikai .mark {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3rem;
	padding-bottom: 2.5rem;
	border-bottom: solid 1px #000;
}
.top .rieikai .mark .rieikaiMark {
	width: 10rem;
}
.top .rieikai .mark .markTxt {
	font-size: 1.6rem;
}
.top .rieikai .rieikaiLogo {
	width: 11.8rem;
	margin: 2.5rem auto 0;
}
.top .rieikai .rieikaiTxt {
	margin-top: 1.5rem;
	line-height: 2.1rem;
}
@media (max-width: 768px) {
	.top .rieikai {
		padding: 4rem 3rem 4.5rem;
	}
	.top .rieikai .mark {
		justify-content: flex-start;
		gap: 0 4rem;
		padding-bottom: 4rem;
		border-bottom: solid 2px #000;
	}
	.top .rieikai .mark .rieikaiMark {
		width: 19.3rem;
	}
	.top .rieikai .mark .markTxt {
		width: 62%;
		font-size: 3.2rem;
		line-height: 5rem;
	}
	.top .rieikai .rieikaiLogo {
		width: 23.8rem;
		margin: 5.5rem auto 0;
	}
	.top .rieikai .rieikaiTxt {
		margin-top: 3rem;
		line-height: 5.5rem;
	}
}

/* catalog */
.top .catalog {
	margin-top: 2rem;
	background: #dce4ee;
	padding: 1.3rem;
}
.top .catalog a {
	display: block;
	width: 34.5rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 1rem;
	padding: 2.5rem 1rem 3rem;
}
.top .catalog a:hover {
	opacity: 0.7;
}
.top .catalog a .catalogTxt {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	color: #164778;
}
.top .catalog a .catalogPic {
	width: 21.6rem;
	margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
	.top .catalog {
		margin: 4rem -3rem 0;
		padding: 3rem;
	}
	.top .catalog a {
		width: 100%;
		border-radius: 1.5rem;
		padding: 4.5rem 1rem 5rem;
	}
	.top .catalog a .catalogTxt {
		font-size: 4rem;
	}
	.top .catalog a .catalogPic {
		width: 43.4rem;
		margin: 4.5rem auto 0;
	}
}

/* bnr */
.top .bnr {
	margin: 3rem auto 0;
	width: 24rem;
}
@media (max-width: 768px) {
	.top .bnr {
		width: 50%;
	}
}