@charset "utf-8";
.cardLink.col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.inner80 .cardLink.col3 > .cardLinkItem {
	width: calc(50% - 5px);
}
.cardLink > .cardLinkItem .cardLinkTtl.arrNone::before {
	content: none;
}
.btnType01.layout01 {
	margin: 0 auto;
}
.btnType01.layout02 {
	max-width: 100%;
}
.btnType01.layout02 .fzPtn01 {
	font-size: 1.142rem;
}
.colWrap.col2 > .colBtnItem {
	width: 100%;
	margin-top: 10px;
}
.colWrap.col2 > .colBtnItem:first-child {
	margin: 0;
}
.modalBtnList li {
	margin-top: 10px;
}
.modalBtnList li:first-child{
	margin-top: 0;
}
.modalBtnList li .btnType01 {
	margin: 0 auto;
}
.modalContent {
	width: 94%;
}
.modalContentInner {
	padding: 55px 1.142rem 17px;
}
.closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}
.closeButton::before,
.closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;;
	background: #fff;
}
.closeButton::before {
	transform: rotate(45deg);
}
.closeButton::after {
	transform: rotate(-45deg);
}