<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#main {
	color: #484848;
	padding-bottom: 0;
}
#main .container {
	padding: 0;
}
.flex_box {
	display: flex;
}

/* ▼▼▼ フォトコンテスト
=====================================*/
/* 優勝作品は */
#prize {
	background: url(./img/prize_bg.png) no-repeat top center / cover #f2f6ff;
}
#prize .container {
	padding: 50px 0 70px;
}
#prize .lead {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#prize .prize_wrap {
	width: 100%;
	max-width: 640px;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(105, 167, 216, 0.5);
	border-radius: 20px;
	padding: 40px 0 47px;
	margin: 0 auto;
	position: relative;
}
#prize .prize_wrap::before {
	content: "";
	background: url(./img/prize03.png) no-repeat top center / contain;
	width: 128px;
	height: 128px;
	position: absolute;
	top: -30px;
	right: 40px;
}
#prize .prize_wrap::after {
	content: "";
	background: url(./img/prize04.png) no-repeat top center / contain;
	width: 128px;
	height: 128px;
	position: absolute;
	top: 20px;
	right: -90px;
}
#prize .prize_wrap h2 {
	width: 226px;
	margin: 0 auto 25px;
	position: relative;
}
#prize .prize_wrap h2::before {
	content: "";
	background: url(./img/circle_bg.png) no-repeat top center / contain;
	width: 100px;
	height: 116px;
	position: absolute;
	top: -54px;
	left: -220px;
}
#prize .prize_wrap p {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#prize .prize_wrap p .blue {
	color: #23b5eb;
}
#prize .prize_wrap p .small {
	font-size: 16px;
}
#prize .prize_wrap p .b_small {
	color: #23b5eb;
	font-size: 14px;
}
#prize .prize_wrap div {
	width: 534px;
	margin: 0 auto;
}
/* はんなん魅力の発掘 */
#theme {
	background: url(./img/theme_bg.png) no-repeat top center / cover;
	padding: 62px 0 70px;
}
#theme h2 {
	width: 500px;
	margin: 0 auto 10px;
}
#theme p {
	font-weight: bold;
	text-align: center;
}
/* 応募方法 */
#application {
	background: url(./img/application_bg.png) repeat top center / cover;
	padding: 80px 0;
}
#application h2 {
	width: 356px;
	margin: 0 auto 30px;
}
#application ul {
	display: flex;
	justify-content: space-between;
}
#application ul li {
	width: 45%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 20px rgba(146, 196, 170, 0.5);
	padding: 50px 40px 30px;
	position: relative;
}
#application ul li:nth-child(1)::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 30px;
	border-color: transparent transparent transparent #67af89;
	margin: auto;
	position: absolute;
	top: 0;
	right: -15%;
	bottom: 0;
}
#application ul li &gt; img {
	display: block;
	margin: 0 auto;
}
#application ul li:nth-child(1) &gt; img {
	width: 221px;
	margin: 0 auto;
}
#application ul li:nth-child(2) &gt; img {
	width: 256px;
	margin: 0 auto;
}
#application ul li dl {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
#application ul &gt; li dl dt {
	width: 75px;
	margin-right: 15px;
}
#application ul li dl dd {
	color: #67af88;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
/* 賞品 */
#prize_list {
	background: url(./img/prize_list_bg.png) repeat top center / cover;
	padding: 72px 0 50px;
}
#prize_list h2 {
	width: 240px;
	margin: 0 auto 46px;
}
#prize_list .prize_wrap {
	width: 72%;
	background: #fff;
	padding: 13px 31px 34px;
	margin: 0 auto 45px;
	position: relative;
}
#prize_list .prize_wrap::before {
	content: "";
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	border: 2px solid #fff;
	position: absolute;
	top: -8px;
	left: -8px;
}
#prize_list .prize_wrap h3 {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 5px;
	margin: 0 auto 20px;
}
#prize_list .prize_text {
	font-size: 1rem;
}

#prize_list .prize_wrap:nth-of-type(1) h3 img {
	width: 320px;
}
#prize_list .prize_wrap:nth-of-type(2) h3 img {
	width: 270px;
}
#prize_list .prize_wrap .flex_box {
	justify-content: space-between;
}
#prize_list .prize_wrap .prize_list_inner {
	width: 40%;
}
#prize_list .prize_wrap .flex_box &gt; p {
	width: 46px;
	height: 46px;
	border: 1px solid #b5a25f;
	border-radius: 50%;
	margin-top: 30px;
}
#prize_list .prize_wrap .flex_box &gt; p span {
	width: 10%;
	color: #b5a25f;
	font-size: 29px;
}
#prize_list .prize_wrap p {
	font-weight: bold;
	text-align: center;
}
#prize_list .prize_wrap .name {
	font-size: 28px;
}
#prize_list .prize_wrap .detail {
	font-size: 18px;
}
#prize_list .prize_wrap .detail span {
	font-size: 20px;
}
#prize_list .prize_wrap img {
	display: block;
	width: 225px;
	margin: 15px auto;
}
#prize_list ul {
	width: 85%;
	margin: 0 auto;
	justify-content: space-between;
}
#prize_list ul li {
	width: 47%;
}
#prize_list ul li .prize_wrap {
	width: 100%;
}
#prize_list .flex_box li:first-child .prize_wrap h3 img {
	width: 170px !important;
}
#prize_list .flex_box li:last-child .prize_wrap h3 img {
	width: 134px !important;
}
#prize_list ul li .prize_wrap .prize_list_inner {
	width: 100%;
	height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#prize_list ul li .prize_wrap .name {
	font-size: 22px;
}
#prize_list ul li .prize_wrap .detail {
	font-size: 16px;
}
#prize_list ul li .prize_wrap .img {
	margin-top: auto;
}
#prize_list .prize_wrap .subtitle4 {
	color: #fff !important;
}
/* 応募要項 */
#essentials {
	background: url(./img/essentials_bg_bottom.png) repeat-x bottom center;
	padding: 80px 0 120px;
	position: relative;
	overflow: hidden;
}
#essentials::before {
	content: "";
	background: url(./img/essentials_bg_left.png) repeat-y top left / contain;
	width: 290px;
	height: 100%;
	position: absolute;
	top: -0;
	left: -50px;
}
#essentials::after {
	content: "";
	background: url(./img/essentials_bg_right.png) repeat-y top right / contain;
	width: 338px;
	height: 100%;
	position: absolute;
	top: -0;
	right: -50px;
}
#essentials h2 {
	width: 356px;
	margin: 0 auto 45px;
}
#essentials .essentials_list {
	width: 84%;
	background: #e8f9ff;
	border-radius: 20px;
	padding: 40px;
	margin: 0 auto 50px;
}
#essentials .essentials_list dl {
	display: flex;
	padding: 24px 0;
}
#essentials .essentials_list li:not(:last-of-type) dl {
	border-bottom: 1px dashed #c7d6db;
}
#essentials .essentials_list li:first-child dl {
	padding-top: 0;
}
#essentials .essentials_list li:last-child dl {
	padding-bottom: 0;
}
#essentials .essentials_list dl dt {
	width: 27%;
	font-size: 20px;
	font-weight: bold;
}
#essentials .essentials_list dl dd {
	width: 77%;
}
#essentials .essentials_list dl dd .blue {
	color: #23b5eb;
	font-size: 20px;
	font-weight: bold;
}
#essentials .essentials_list dl dd a {
	color: #23b5eb;
	text-decoration: underline;
}
#essentials .essentials_list .essentials_inner_list li {
	position: relative;
	padding-left: 1.2em;
}
#essentials .essentials_list .essentials_inner_list li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #9ed8ed;
	margin: auto;
	position: absolute;
	top: 6px;
	left: 0;
}
#essentials .essentials_list dl dd .note {
	font-size: 14px;
}
#essentials .essentials_list dl dd.contact a {
	color: #484848 !important;
}
#essentials .essentials_list dl dd.contact a:hover {
	opacity: 0.6;
}
#essentials .btn {
	width: 386px;
	margin: 0 auto;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	#main {
		padding: 0;
	}
	#main .container {
		padding: 0 10px;
	}
	/* 優勝作品は */
	#prize .container {
		padding: 30px 10px 50px;
	}
	#prize .lead {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#prize .prize_wrap {
		padding: 30px 20px 120px;
	}
	#prize .prize_wrap h2 {
		width: 150px;
		margin: 0 auto 15px;
	}
	#prize .prize_wrap p {
		margin-bottom: 5px;
		font-size: 18px;
	}
	#prize .prize_wrap p .small {
		font-size: 14px;
	}
	#prize .prize_wrap div {
		width: 86%;
		margin-bottom: 10px;
	}
	#prize .prize_wrap::before {
		width: 88px;
		height: 88px;
		top: auto;
		right: auto;
		bottom: 25px;
		left: 70px;
	}
	#prize .prize_wrap::after {
		width: 88px;
		height: 88px;
		top: auto;
		right: 70px;
		bottom: 25px;
	}
	/* はんなん魅力の発掘 */
	#theme {
		padding: 32px 0 40px;
	}
	#theme h2 {
		width: 90%;
	}
	/* 応募方法 */
	#application {
		padding: 40px 0;
	}
	#application h2 {
		width: 70%;
		margin-bottom: 20px;
	}
	#application ul {
		display: block;
	}
	#application ul li {
		width: 100%;
		padding: 30px 20px 30px;
	}
	#application ul li:first-child {
		margin-bottom: 20px;
	}
	#application ul li &gt; img {
		margin-bottom: 20px;
	}
	#application ul li:nth-child(1) &gt; img {
		width: 181px;
	}
	#application ul li:nth-child(2) &gt; img {
		width: 196px;
	}
	#application ul &gt; li dl dt {
		width: 60px;
		margin-right: 10px;
	}
	#application ul li dl dd {
		font-size: 20px;
	}
	/* 賞品 */
	#prize_list {
		padding: 42px 0 20px;
	}
	#prize_list h2 {
		width: 170px;
		margin-bottom: 20px;
	}
	#prize_list .prize_wrap {
		width: 95%;
		background: #fff;
		padding: 5px 20px 10px;
		margin: 0px auto 35px;
		position: relative;
	}
	#prize_list .prize_wrap .flex_box {
		display: block;
	}
	#prize_list .prize_wrap .prize_list_inner {
		width: 100%;
	}
	#prize_list .prize_wrap .flex_box &gt; p {
		margin: 10px auto;
	}
	#prize_list .prize_wrap h3 {
		padding-bottom: 0;
		margin: 0 auto 10px;
	}
	#prize_list .prize_wrap h3 img {
		width: 240px !important;
	}
	#prize_list .prize_wrap .name,
	#prize_list ul li .prize_wrap .name {
		font-size: 20px;
	}
	#prize_list .prize_wrap .detail {
		font-size: 16px;
	}
	#prize_list ul {
		display: block;
		width: 100%;
	}
	#prize_list ul li {
		width: 95%;
		margin: 0 auto;
	}
	#prize_list .prize_wrap:nth-of-type(3) h3 img {
		width: 220px !important;
	}
	#prize_list ul li .prize_wrap .prize_list_inner {
		height: 100%;
	}
	#prize_list .prize_wrap:nth-of-type(1) h3 img {
		width: 100% !important;
	}

	/* 応募要項 */
	#essentials h2 {
		width: 80%;
		margin: 0 auto 25px;
	}
	#essentials .essentials_list {
		width: 100%;
		padding: 20px;
	}
	#essentials .essentials_list dl {
		display: block;
		padding: 14px 0;
	}
	#essentials .essentials_list dl dt {
		width: 100%;
		font-size: 18px;
	}
	#essentials .essentials_list dl dd {
		width: 100%;
	}
	#essentials::before {
		width: 180px;
	}
	#essentials::after {
		width: 188px;
		z-index: -1;
	}
	#essentials .btn {
		width: 100%;
	}
}
</pre></body></html>