@charset "UTF-8";
/*--画面幅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: 5% 2%;
	border-bottom: double 5px var(--rakuten);
	color: var(--rakuten);
    font-size:clamp(14px, 3.8vw, 19px);
}
#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 {
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
#info .photo {
	width: 100%;
	margin: 3% auto;
}
#info .photo img {
	width: 100%;
	height: auto;
}