@charset "UTF-8";

.text_caution {
	line-height: 1.75em;
}

#clear {
	clear: both;
}

a.zoom {
	cursor: zoom-in;
}

/* イラストたち Flexbox */
.illust{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.illust a{
	width: calc(25% - 1rem);
	max-height: 200px;
}
.illust a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

/* SNSアイコン背景色 */
#social a:nth-child(1) {
	background-color: #2e97d8;
}
#social a:nth-child(2) {
	background-color: #0097fa;
}
#social a:nth-child(3) {
	background-color: #ee9a24;
}
#social a:nth-child(4) {
	background-color: #739900;
}

/*================================
	タブレット&スマホ対応
================================*/
@media (max-width: 480px) {
#logo {
		margin: 3rem 0;
	}
.illust a {
		width: calc((100% / 3) - 1rem);
		max-height: 150px;
	}
.lum-lightbox-inner img {
	max-width: 150vw !important;/* スワイプ範囲含む横幅調整 */
 	max-height: 100vh !important;/* 上下余白調整 */
	}
}
