@charset "UTF-8";
#sut,#sut_contents {
}
/*--画面幅960pxまでの部分にこれ--*/
:root {
	--dark_green: #1f7700;
	--dark_gray: #515151;
	--rakuten: #7d001a;
}
#info .section_wrap {
	background-color: rgb(142 37 26 / 20%);
}
#info .info_box {
	margin-bottom: 5%;
	border-radius: 5px;
	background-color: #eee;
}
#info .info_title {
	margin-bottom: 2%;
	padding: 2% 0;
	border-bottom: double 5px var(--rakuten);
	color: var(--rakuten);
}
#info .detail_wrap {
	padding: 0 3% 5% 3%;
	color: var(--dark_gray);
}
#info .text_red {
	color: var(--red);
	font-weight: 600;
}
#info .link_text {
	color: var(--rakuten);
	font-weight: 600;
	text-decoration: underline;
}
#info .text_green {
	color: var(--rakuten);
	font-weight: 600;
}
#info .photo_flex {
	justify-content: center;
	align-items: flex-end;
}
#info .photo {
	margin: 3% 1%;
}