<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/css?family=Roboto+Condensed&amp;display=swap');

body{
	margin: 0;
	color: #333333;
	font-feature-settings: "palt";
}

ul {
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

 main{
	margin: 0 auto;
	padding: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
main{
    line-height: normal;
}
main a{
    text-decoration: none;
}
main em{
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.locationArea{
	max-width: 1200px;
	margin: 0 auto;
}

main a{
	text-decoration: none;
	color: #606060;
}

img {
	max-width: 100%;
}

.caption {
	color: #9e9e9e;
	font-size: 11px;
}

dl dd {
	margin-inline-start: 0;
}

.btn {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 15px 40px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 1.5px;
	position: relative;
	-webkit-box-shadow: 0px 3px 0 -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 0 -1px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 0 -1px rgba(0,0,0,0.28);
}
.btn a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}
.btn.btn-orange a {
	background-color: #fcb329;
	color: #fff;
}

.text-red {
	color: #f04848;
}

#container{
	margin:  0 auto 16px;
	padding: 0px;
	width: 100%;
}

header#global{
	width: 100%;
}

.button-center{
	text-align: center;
	margin: 30px 0;
}


.wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
@media only screen and (min-width: 750px){
	/* PC */
	.wrapper {
		width: 895px;
		padding-left: 0;
		padding-right: 0;
	}
	.btn {
		width: auto;
	}
}

header#titleBox #titleBlc{
	margin: 0 auto;
	padding: 0;
	background: none;
	color: #fff;
	box-sizing: border-box;
}
header#titleBox #titleBlc .hero-main {
	width: 100%;
		max-width: 100%;
}
header#titleBox #titleBlc .hero-main-title {
	background: url(../images/sp/hero2.jpg) no-repeat center center/cover;
}
header#titleBox #titleBlc .hero-main-titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-main-title{
	width: auto;
	margin-bottom: 0;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 170px 20px;
}
.hero-main-title img {
	width: 100%;
}
@media only screen and (min-width: 750px){
	/* pc */
	header#titleBox #titleBlc{
		padding: 56px 80px 50px 80px;
		background: url(../images/hero2.jpg) no-repeat center center/cover;
	}
	header#titleBox #titleBlc .hero-main {
		width: 100%;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	header#titleBox #titleBlc .hero-main-title {
		background: none;
	}
	header#titleBox #titleBlc .hero-main-titlebox {
		/* display: block; */
		width: 500px;
		margin-left: 0;
		margin-right: 0;
		
	}
	.hero-main-title{
		width: 500px;
		margin-bottom: 20px;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		box-sizing: border-box;
	}
}


.quo {
	width: 100%;
	position: relative;
	padding: 20px 14px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #0077dd;
}
.quo-text {
	display: flex;
	justify-content: center;
	width: 100%;
}
.quo-image {
	width: 30%;
	margin-right: 5%;
}
.quo-image img{
	width: 130px;
	margin-top: -31px;
}
.quo-description{
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	letter-spacing: 1px;
}
.quo-period{
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	color: #0077dd;
	background-color: #fff;
	border-radius: 15px;
	padding: 7px 5px;
	text-align: center;
}
.quo-period span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.quo-period span:before {
	content: "：";
	display: inline-block;
	margin: 0 3px;
}
@media only screen and (max-width: 320px){
	.quo-text {
		margin-bottom: 10px;;
	}
	.quo-description {
		font-size: 14px;
	}
}
@media only screen and (min-width: 750px){
	/* PC */
	.quo {
		width: 460px;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
	}
	.quo-image {
		width: auto;
		margin-right: 0;
	}
	.quo-text {
		justify-content: space-between;
	}
	.quo-description{
		font-size: 22px;
	}
	.quo-period{
		font-size: 14px;
	}
}

#discription{
	border-top: 25px solid #ebf5fc;
	/*background: repeating-linear-gradient(#d4dde3, #d4dde3 1px, #ebf5fc 0, #ebf5fc 25px);*/
	background: #ebf5fc;
	box-sizing: border-box;
	padding: 10px 20px 48px 20px;
	margin-bottom: 25px;
}
#discription .discription-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 0.9;
	text-align: center;
	margin-bottom: 20px;
}
#discription .discription-title span {
	display: block;
}
#discription .discription-title:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 5px;
	background-color: #fabc43;
}
#discription .discription-text {
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}
@media only screen and (min-width: 750px){
	/* PC */
	#discription{
		padding: 2px 0 27px 0;
		margin-bottom: 60px;
		border-top: 25px solid #ebf5fc;
		background: #ebf5fc;
		/*background: repeating-linear-gradient(#d4dde3, #d4dde3 1px, #ebf5fc 0, #ebf5fc 30px);*/
	}
	#discription .discription-title {
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 0.9;
	}
	#discription .discription-text {
		text-align: center;
		font-size: 16px;
		line-height: 1.9;
	}
}

.method-area {
	padding-bottom: 30px;
}
.method-area header {
	margin-bottom: 10px;
}
.method-area-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.method-area .content{
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.method-area .content:after {
	content: none;
}
.method-area .content .content-step {
	width: 100%;
}
.method-area .content .content-step:not(:last-child) {
	margin-bottom: 40px;
}
.method-area .content .content-step-image {
	margin-bottom: 15px;
}
.method-area .content .content-step-image img {
	max-width: 100%;
}
.method-area .content .content-step dl {
	display: flex;
}
.method-area .content .content-step dl dt {
	width: 45px;
}
.method-area .content .content-step dl dt img {
	max-width: 100%;
}
.method-area .content .content-step dl dd {
	width: calc(100% - 80px);
	padding-left: 20px;
	margin-top: -5px;
}
.method-area .content .content-step dl dd .content-step-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.method-area .captionarea {
	color: #f04848;
	margin-top: 20px;
}
.method-area .captionarea .captionarea-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}
.method-area .captionarea ul {
	list-style-type: none;
}
.method-area .captionarea ul li {
	font-size: 12px;
	position: relative;
	padding-left: 10px;
}
.method-area .captionarea ul li:before {
	content: "※";
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
}
@media only screen and (min-width: 750px){
	/* PC */
	.method-area {
		padding-bottom: 60px;
	}
	.method-area header {
		margin-bottom: 30px;
	}
	.method-area .content{
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-bottom: 30px;
	}
	.method-area .content:after {
		position: absolute;
		top: 99px;
		left: 50%;
		margin-left: -10px;
		content: "";
		display: inline-block;
		border-style: solid;
		border-width: 15.5px 0 15.5px 22px;
		border-color: transparent transparent transparent #0077dd;
	}
	.method-area .content .content-step {
		width: calc(100% / 2 - 47.5px);
	}
	.method-area .content .content-step-image {
		margin-bottom: 30px;
	}
	.method-area .content .content-step dl dt {
		width: 60px;
	}
	.method-area .content .content-step dl dd {
		padding-left: 20px;
	}
	.method-area .content .content-step dl dd .content-step-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.method-area .content:after {
		position: absolute;
		top: 99px;
		left: 50%;
		margin-left: -10px;
		content: "";
		display: inline-block;
		border-style: solid;
		border-width: 15.5px 0 15.5px 22px;
		border-color: transparent transparent transparent #0077dd;
	}
	.method-area .captionarea {
		margin-top: 40px;
	}
	.method-area .captionarea .captionarea-title {
		margin-bottom: 5px;
	}
	.method-area-title {
		font-size: 28px;
	}
}


#requestarea {
	padding: 30px 0;
}
#requestarea header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: -17px;
}
#requestarea .list-title-image {
	width: 64px;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}
#requestarea .list-title {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #0077dd;
}
#requestarea .list-text {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}
#requestarea .btn {
	margin-bottom: 20px;
}
@media only screen and (min-width: 750px){
	/* PC */
	#requestarea {
		text-align: center;
	}
	#requestarea header {
		display: block;
		margin-left: 0;
	}
	#requestarea .list-title {
		text-align: center;
		font-size: 28px;
	}
	#requestarea .list-text {
		font-size: 16px;
		border: none;
		padding-bottom: 0;
		padding-top: 10px;
	}
	#requestarea .list-title-image {
		margin-right: 0;
		margin-bottom: 15px;
	}
	#requestarea .btn {
		margin-bottom: 30px;
	}
	#requestarea .caption {
		font-size: 12px;
	}
}


#summary {
	/*background-color: #f7f7f7;*/
	padding: 20px 0;
}
#summary .summary-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
#summary .box {
	background-color: #fff;
	border: 1px solid #f1f0ec;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
#summary .box .caption {
	font-size: 10px;
}
#summary .box .summary-box-title {
	font-weight: bold;
	margin-bottom: 10px;
}
#summary .box section:not(:last-child) {
	margin-bottom: 30px;
}
#summary .box .summary-box-text {
	font-size: 12px;
}
#summary .box a {
	color: #0077dd;
	text-decoration: underline!important;
}
#summary .box ul {
	margin-top: 5px;
	font-size: 12px;
}
#summary .box .summary-box-disc {
	padding-inline-start: 10px;
}
#summary .box .summary-box-disc li {
	padding-left: 0;
	position: relative;
}
#summary .box .summary-box-disc li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
}
#summary .box .summary-box-border {
	padding-inline-start: 15px;
}
#summary .box .summary-box-border li {
	list-style-type: none;
}
#summary .box .summary-box-border li:before {
	content: "-";
	display: inline-block;
	margin-right: 5px;
}
#summary .box .summary-box-link {
	font-size: 12px;
}

@media only screen and (min-width: 750px){
	/* PC */
	#summary {
		padding: 60px 0;
	}
	#summary .box .caption {
		font-size: 11px;
	}
	#summary .summary-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	#summary .box {
		padding: 40px;
	}
	#summary .box ul {
		font-size: 14px;
	}
	#summary .box .summary-box-text {
		font-size: 14px;
	}
	#summary .box .summary-box-link {
		font-size: 14px;
	}
}


.onlySp{
	display: block;
}
.onlyPc{
	display: none;
}

@media only screen and (min-width: 750px){
	.onlySp{
		display: none;
	}
	.onlyPc{
		display: block;
	}

}


.slit-before {
    width: 25px;
    height: 20px;
}
.star-slit {
    background: url(../images/ico_star.png) no-repeat;
    background-position: 1px 2px;
}
.star-slit500:after {
	content: "●";
	display: inline-block;
	color: #9fa3a6;
	font-size: 16px;
	margin-left: 5px;
}
.star-slit1000:after {
    /* background: url(../images/ico_star3000.png) no-repeat;
	background-position: 1px 2px;
	background-size: contain; */
	content: "★";
	display: inline-block;
	color: #03a9f4;
	font-size: 14px;
	margin-left: 2px;
}
.star-slit2000:after {
    /* background: url(../images/ico_star3000.png) no-repeat;
	background-position: 1px 2px;
	background-size: contain; */
	content: "★";
	display: inline-block;
	color: #fcb328;
	font-size: 14px;
	margin-left: 2px;
}
.star-slit3000:after {
    /* background: url(../images/ico_star5000.png) no-repeat;
	background-position: 1px 2px;
	background-size: contain; */
	content: "★";
	display: inline-block;
	color: #f96992;
	font-size: 14px;
	margin-left: 2px;
}

.point-campaign {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.point-campaign .red {
	color: #bf0000;
}
.point-campaign .bg-yellow {
    font-size: 22px;
    background: #fff6cd;
    border-radius: 8px;
    padding: 0.5em 1.5em;
    margin: 8px 0 36px;
    display: inline-block;
}

.point-campaign .joken-color {
	font-size: 12px;
	display: inline-block;
    line-height: 1;
    padding-top: 0.5em;
    font-weight: normal;
}
.point-campaign small {
	font-size: 14px;
}
.point-campaign a {
	text-decoration: underline;
}
.campaign-summary {
	font-size: 1rem;
}
.point-campaign .font-01 {
	font-size: 1.5rem;
}
.point-campaign .font-02 {
	font-size: 2rem;
}
@media only screen and (min-width: 750px){
	.point-campaign .bg-yellow {
		font-size: 22px;
	    background: #fff6cd;
	    border-radius: 8px;
	    padding: 0.5em 4em;
	    margin: 8px 0 16px;
	    display: inline-block;
	}
	.pc-space {
		display: block;
	}
}</pre></body></html>