<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap');

*,
::before,
::after {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
html {
	font-size: 62.5%;
	-o-font-size: 10px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@media only screen and
	(-webkit-min-device-pixel-ratio: 2),
	(min-resolution: 2dppx) {
		html {
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
}
body {
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5 {
	line-height: 1;
	font-weight: 300;
	font-feature-settings: "halt" 1;
}
p:not(:last-child) {
	margin-bottom: 10px;
}
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
table {
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
th,td {
	padding: 0;
	line-height: 1.4rem;
	font-weight: normal;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img{
	text-decoration: none;
	border: none;
}
@media screen and (min-width:769px){
	.spCont{
		display: none;
	}
}
@media screen and (max-width:768px){
	.pcCont{
		display: none;
	}
}
.ofi {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*案件ごとに*/
html {
	color: rgba(51,51,51,1.00);
}
body {
	font-size: 1.7rem;
	line-height:1;
/*	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.5rem;
	}
}
a {
	color: #E4007F;
}


body {
/*	border: 5px solid #E4007F;*/
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 20px;
	}
}
header {
	width: 940px;
	margin: 0 auto 60px;
	padding: 0 40px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	header {
		width: 100%;
		margin-bottom: 30px;
		padding: 0 20px;
	}
}
header {
}
.container {
	width: 940px;
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 6vw;
	}
}

.content {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.content {
		margin-bottom: 40px;
	}
}
div.txt, p.txt {
	line-height: 1.8;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	div.txt, p.txt {
		line-height: 1.7;
		margin-bottom: 30px;
	}
}

/*各種list*/
.list {}
.list li {
	padding: 3px 0 8px 1em;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
}
@media screen and (max-width: 767px) {
	.list li {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
.list.dot li::before {
	content: "・";
	position: absolute;
	left: 0;
}
.list.asta li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.list.hyphen {
	margin-top: 7px;
}
.list.hyphen li::before {
	content: "-";
	position: absolute;
	left: 0;
}
.list li ul li {
	font-size: 1.6rem;
	padding: 2px 0 5px 1em;
}
@media screen and (max-width: 767px) {
	.list li ul li {
		font-size: 1.4rem;
	}
}




.title {
	padding: 0 0 5px 8px;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 40px;
	color: #E4007F;
	position: relative;
	border-bottom: 3px solid #E4007F;
}
.title::before {
/*
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #E4007F;
*/
}
.title span {
	position: relative;
}
.title span::after {
/*
	content: "";
	display: inline-table;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #fff;
*/
}
@media screen and (max-width: 767px) {
	.title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
}



.read {
}
.read .notice {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	margin-top: 15px;
}



.flow{
}
.flow_list .txt {
	width: 100%;
	line-height: 1.4;
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flow_list .txt:first-of-type {
	padding-top: 0;
}
.flow_list .txt p {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}
.flow_list .txt span {
	display: inline-block;
	background-color: #E4007F;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin-right: 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_list .txt span::after {
	content: "";
	position: absolute;
	top: 17px;
	right: -16px;
	border: 7px solid #fff;
	border-left: 10px solid #E4007F;
}
@media screen and (max-width: 767px) {
	.flow_list .txt span {
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 2rem;
	}
	.flow_list .txt span::after {
		top: 8px;
		right: -15px;
	}
}

.sns_box {
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.sns_box:first-of-type {
/*	margin-bottom: 20px;*/
}
.sns_box .name {
	width: 100%;
	font-size: 1.8rem;
}
.sns_box .sns {
	margin-right: 25px;
}
.sns_box .sns a {
	display: block;
	text-align: center;
	/*width: 85px;*/
}
.sns_box .sns img {
	max-width: 85px;
	height: auto;
	margin-bottom: 10px;
}
.sns_box .sns p {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.sns_box .sns a * {
	transition: 0.3s;
}
.sns_box .sns a:hover * {
	opacity: 0.7;
}
.sns_box .sns_x{
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #000;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
	.sns_box {
		width: 100%;
		justify-content: center;
	}
	.sns_box:first-of-type {
		margin-bottom: 20px;
	}
	.sns_box .name {
		font-size: 1.6rem;
	}
	.sns_box .sns {
		margin-right: 0;
		width: 30%;
		width: 40%;
		/*padding: 0 20px;*/
	}
	.sns_box .sns a {
		width: 100%;
	}
	.sns_box .sns img {
		width: 100%;
		height: auto;
	}
	.sns_box .sns p {
		width: 100%;
	}
	.sns_box .sns_x{
		max-width: 85px;
		width: 100%;
		height: 100%;
	}
}



.present{
}
.present_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.present_solo {
	width: 30%;
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.photo {
	width: 85%;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
img {
	width: 100%;
}
.prizename {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	word-break: break-all;
}
.prizename::before {
	content: "【";
}
.prizename::after {
	content: "】";
}
.name {
	margin: 15px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.num {
	display: block;
	margin-top: 3px;
	position: relative;
	text-align: right;
	font-weight: normal;
	font-size: 1.5rem;
}
.num::before ,.num::after {
	
}
.num::before {
	content: "&lt;";
}
.num::after {
	content: "&gt;";
}
.info {
	font-size: 1.6rem;
	line-height: 1.5;
	flex: 1 0 auto;
}
.link {
	color: #E4007F;
}
.link a {
	display: block;
	background-color: #E4007F;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	border-radius: 20px;
	transition: 0.3s;
}
.link a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.present_solo {
		width: 45%;
	}
	.prizename {
		font-size: 1.5rem;
	}
	.name {
		font-size: 1.6rem;
		margin: 10px 0;
	}
	.num {
		margin-top: 8px;
		font-size: 1.3rem;
	}
	.info {
		font-size: 1.4rem;
	}
	.link a {
		margin-top: 10px;
	}
}



.requirements {
	
}
.requirements h3 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.requirements h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}</pre></body></html>