@charset "utf-8";
.cardLink.col3.guideBtn {
	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.guideBtn > .cardLinkItem {
	width: calc(50% - 5px);
}
.cardLink.svgSquType.guideBtn > .cardLinkItem > .cardLinkImg{
	padding: 18px 0;
}
.cardLink.svgSquType.guideBtn > .cardLinkItem > .cardLinkImg.gifImg01{
	padding: 18px 20px;
}
.cardLink.guideBtn > .cardLinkItem > .cardLinkImg.shrinkImg01 img {
	width: auto;
}
.modalContent.modalStyle01 .modalBtnList li {
	margin-top: 10px;
}
.modalContent.modalStyle01 .modalBtnList li:first-child{
	margin-top: 0;
}
.modalContent.modalStyle01 .modalBtnList li .btnType01 {
	margin: 0 auto;
}
.modalContent.modalStyle01 {
	width: 94%;
}
.modalContent.modalStyle01 .modalContentInner {
	padding: 55px 1.142rem 17px;
}
.modalContent.modalStyle01 .closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}
.modalContent.modalStyle01 .closeButton::before,
.modalContent.modalStyle01 .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;;
	background: #fff;
}
.modalContent.modalStyle01 .closeButton::before {
	transform: rotate(45deg);
}
.modalContent.modalStyle01 .closeButton::after {
	transform: rotate(-45deg);
}