@charset "UTF-8";
/* 2026年3月24日追加　個別投稿用css追加 */

/* デフォルトはスートフォン */
.red{
	color:red;
}
/* 画像の2枚横並び */
.flex2{
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin-top: 0.8em;
}
.flex2_item{
	width: 49%;
	text-align: center;
}
/* 横３：縦２の画像 */
.img_block{
		display: block;
		max-width: 100%;
		height: auto;
		aspect-ratio: 3/2;
}
.column{
	font-size: 0.9em;
	margin: 1em 0;
	padding: 1em;
	background-color: papayawhip;
	border: 1px solid #33302a;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
	color:black;
	font-size:16px;
}

/* スマホ */
@media screen and (max-width:768px) {

}
/* PC */
@media screen and (min-width:768.02px) and (max-width:1380px) {

}