@charset "utf-8";

:root {
	--pcp: / 1347 * 100%;
	--pcv: / 1347 * 100vw;
	
	--spp: / 375 * 100%;
	--spv: / 375 * 100vw;
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	padding-bottom: 50px;
	display: block;
}

@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	box
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.box1220 {
		width: calc(1220 var(--pcp));
		max-width: 1220px;
		margin: 0 auto;
		position: relative;
	}
	.box1013 {
		width: calc(1013 var(--pcp));
		max-width: 1013px;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (max-width:767px) {
	.box-sp {
		width: calc(345 var(--spp));
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header .inner {
	width: calc(1280 var(--pcp));
	max-width: 1280px;
	height: 88px;
	padding-top: 16px;
	margin: 0 auto;
}
header a {
	width: 137px;
	display: block;
}

@media screen and (max-width:767px) {
	header .inner {
		width: 90.625%;
		max-width: none;
		height: 55px;
		padding-top: 12px;
	}
	header a {
		width: 93px;
	}
}

/* -------------------------------------------------
	#fv
------------------------------------------------- */

#fv {
	margin-bottom: 60px;
}
#fv h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: calc(28 / 23);
}
#fv .lead {
	margin-top: 0.4em;
	font-size: 15px;
	line-height: calc(21 / 15);
}
#fv .pic {
	width: calc(1280 var(--pcp));
	max-width: 1280px;
	display: block;
	margin: 40px auto 0;
}
#fv .desc {
	margin-top: 1.5em;
	font-size: 20px;
	line-height: calc(35 / 20);
	text-align: center;
	font-weight: bold;
}

@media print, screen and (min-width:768px) and (max-width:920px) {
	#fv .desc {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	#fv {
		margin-bottom: 40px;
		position: relative;
	}
	#fv h1 {
		font-size: 23px;
	}
	#fv .pic {
		width: 100%;
		margin: 20px 0 0;
	}
	#fv .desc {
		margin-top: 1.2em;
		font-size: 15px;
		line-height: calc(25 / 15);
		text-align: left;
	}
}

/* -------------------------------------------------
	.btn-area
------------------------------------------------- */

.btn-area {
	width: 390px;
	margin: 0 auto;
}
.btn-area .btn {
	height: 100px;
	padding-left: 22px;
	background: #519d3f;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: calc(32 / 24);
	position: relative;
	transition: background ease 0.3s;
}
.btn-area .btn::after {
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.btn-area .note {
	margin-top: 0.9em;
	font-size: 15px;
}

@media print, screen and (min-width:768px) {
	.btn-area .btn:hover {
		text-decoration: none;
		background: #72cd33;
	}
}

@media screen and (max-width:767px) {
	.btn-area {
		width: 287px;
	}
	.btn-area .btn {
		height: 80px;
		padding-left: 16px;
		font-size: 18px;
		line-height: calc(25 / 18);
	}
	.btn-area .note {
		font-size: 14px;
	}
}

/* -------------------------------------------------
	#outline
------------------------------------------------- */

#outline {
	margin-top: 50px;
}
#outline dt {
	width: 100%;
	height: 39px;
	padding-top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background: #000 url("../img/bg_01.png") no-repeat -179px -38px / 269px auto;
	color: #fff;
	border-radius: 7px;
}
#outline dd {
	font-size: 16px;
	line-height: calc(30 / 16);
}
#outline ul {
	text-indent: -1em;
	margin-left: 1em;
}

#outline .target strong,
#outline .term,
#outline .award {
	font-size: 18px;
	line-height: calc(33 / 18);
	font-weight: bold;
}
#outline .note {
	font-size: 15px;
	line-height: calc(25 / 15);
}

@media print, screen and (min-width:768px) {
	#outline dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#outline dt:not(:first-of-type),
	#outline dd:not(:first-of-type) {
		margin-top: 33px;
	}
	#outline dt {
		width: calc(287 / 1013 * 100%);
	}
	#outline dd {
		width: calc(703 / 1013 * 100%);
		padding-top: 5px;
	}
}

@media screen and (max-width:767px) {
	#outline dt {
		width: 287px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
		background: #000 url("../img/bg_01.png") no-repeat -179px -38px / 269px auto;
	}
	#outline dt:not(:first-of-type) {
		margin-top: 40px;
	}
	#outline dd {
		padding-top: 16px;
		font-size: 15px;
		line-height: calc(25 / 15);
	}

	#outline .target strong,
	#outline .term,
	#outline .award {
		font-size: 15px;
		line-height: calc(25 / 15);
	}
	#outline .note {
		font-size: 14px;
		line-height: calc(23 / 14);
	}
}

/* -------------------------------------------------
	#rule
------------------------------------------------- */

#rule {
	margin: 50px 0 72px;
}
#rule .title {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
#rule .scroll-box {
	height: 624px;
	margin-top: 23px;
	padding: 20px 27px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border: solid 1px #b3b3b3;
}
#rule p {
	font-size: 16px;
	line-height: calc(30 / 16);
}
#rule p + p {
	margin-top: 1.5em;
}
#rule p a {
	color: #000;
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
	#rule p a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	#rule {
		margin: 30px 0 47px;
	}
	#rule .title {
		font-size: 15px;
	}
	#rule .scroll-box {
		height: calc(100vh - 150px);
		margin-top: 20px;
		padding: 20px 15px;
	}
	#rule p {
		font-size: 15px;
		line-height: calc(25 / 15);
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
