@charset "UTF-8";
#sentence img {
		display: block;
		max-width: 100%;
}

.main_banner {
		margin-bottom: 1em;
}

.flower_content {
		position: relative;
		padding: 100px 0;
}
.flower_content > *:first-child {
		margin-top: 0;
}
.flower_content > *:last-child {
		margin-bottom: 0;
}
.flower_content::before, .flower_content::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		height: 33px;
		width: 100%;
		background-image: url("../img/kaki202006/bg.png");
		background-size: contain;
		background-repeat: repeat-x;
		background-position: center;
}
.flower_content::before {
		top: 30px;
}
.flower_content::after {
		bottom: 30px;
}

.flower_center_img {
		margin: 1em auto;
		width: 300px;
}

.dot_list {
		margin: 1em 0;
}
.dot_list > li {
		position: relative;
		padding-left: 1em;
}
.dot_list > li:not(:last-child) {
		margin-bottom: 3px;
}
.dot_list > li::before {
		content: "・";
		position: absolute;
		display: block;
		width: 1em;
		height: 1em;
		left: 0;
		top: 0;
}

.anotation_list {
		margin: 1em 0;
}
.anotation_list > li {
		position: relative;
		padding-left: 1em;
}
.anotation_list > li:not(:last-child) {
		margin-bottom: 3px;
}
.anotation_list > li::before {
		content: "※";
		position: absolute;
		display: block;
		width: 1em;
		height: 1em;
		left: 0;
		top: 0;
}

.hint_box {
		width: 400px;
		margin: 3em auto;
		border: dotted 5px #f8ab6b;
		box-sizing: border-box;
		padding: 30px;
		position: relative;
}

.hint_box__head {
		position: absolute;
		top: 0;
		left: 30px;
		line-height: 30px;
		background-color: #fff;
		font-size: 15px;
		padding: 0 10px 0 40px;
		transform: translateY(-50%);
		font-weight: bold;
}
.hint_box__head::before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 30.5px;
		top: -4px;
		left: 11px;
		background-size: contain;
		background-image: url("../img/hint.png");
		background-repeat: no-repeat;
}

.hint_box__body {
		line-height: 1.5;
}

.entry_btn {
		display: block;
		width: 300px;
		padding: 30px 40px;
		font-size: 20px;
		margin: 2em auto;
		min-width: 250px;
		text-align: center;
		background-color: #3d6d3d;
		color: #fff;
		transition: all 0.1s ease-out;
		border: solid 1px #3d6d3d;
		box-sizing: border-box;
}
.entry_btn:hover {
		text-decoration: none;
		opacity: 0.7;
		border: solid 1px #3d6d3d;
		background-color: #fff;
		color: #2b4c2b;
}

.flower_contact_box {
		border: solid 1px #333;
		padding: 1em;
		box-sizing: border-box;
		margin: 2em auto;
		width: 400px;
}

.flower_contact_box__head {
		text-align: center;
		margin-bottom: 1em;
}

.underline {
		text-decoration: underline;
}
/*# sourceMappingURL=campaign.css.map */