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


/*----------------------------------
  appimg
------------------------------------*/

.appimg {
    background: #fff;
    padding-top: min(6vw,20px);
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #e5005c;
    background-image: url("/common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
}


/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.appimg a {
    border: 4px solid #FFF !important;
    background-position: center right 28px !important;
    background-size: 28px auto !important;
}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}


/*----------------------------------
  contents
------------------------------------*/

.sp_none{
	display: none;
}

.contents{
	background: #FFF8E9;
}

.contentsarea{
		max-width: 900px;
	margin: 0 auto;
    padding: 0 15px;

}

.contents li {
    text-indent: 0;
    margin-left: 0;
}

.cp_nav{
	margin: 10px auto;
	padding: 0 15px;
}

.cp_nav li{
	margin-bottom: 10px;
}

.cp_nav li a{
	display: block;
	transition: 0.5s;
}

.campaign section{
	margin-bottom: 30px;
	/*padding: 0 15px;*/
}

/*タイトル*/

.contents h3{
	margin-bottom: 10px;
	margin-top: 33vw;
	position: relative;
	z-index: 100;
}

.contents h3 span{
	border-radius: 60px;
	padding: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents h3 img{
	height: 5vw;
	max-height: 42px;
	width: auto;
}

section#introduce h3 span{
	background: #0C8E7B;
}

section#introduce h3::after{
	content: "";
	background: url("../img/img_flow01.png") no-repeat bottom center;
	background-size: contain;
	height: 33vw;
	max-height: 300px;
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	z-index: -5;
}

section#Be_introduced h3 span{
	background: #E40065;
}

section#Be_introduced h3::after{
	content: "";
	background: url("../img/img_flow02.png") no-repeat bottom center;
	background-size: contain;
	height: 33vw;
	max-height: 300px;
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 18px;
	z-index: -5;
}

section#Be_introduced h4{
    display: flex;
    justify-content: center;
}

section#Be_introduced h4 span{
    text-align: center;
    font-size: 1.4em;
    color: #000;
    background: #FFF13F;
    font-weight: bold;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 0.3em;
    padding: 20px 0 17px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 15em;
}

section#Be_introduced h4 + p{
    font-weight: bold;
    margin-bottom: 1.3em;
    text-align: center;
    font-size: 1.2em;
}

/*STEP*/

.contents ol{
	margin-bottom: 20px;
	line-height: 1.5;
}

.contents ol li:not(.stepEND){
	margin-top: 40px;
	margin-bottom: 10px;
	background: #fff;
	padding: 75px 0 15px;
	position: relative;
}

.contents ol li p{
	padding: 15px 15px 0;
}

.Be_introduced_flow span{
	font-weight: bold;
	background:linear-gradient(transparent 50%, #ff6 50%);
	padding: 0 5px;
}

.contents ol li::before{
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	left:calc(50% - 45px);
	top: -30px;
}

.contents ol li.step01::before{
	background: url("../img/step01.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step02::before{
	background: url("../img/step02.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step03::before{
	background: url("../img/step03.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step04::before{
	background: url("../img/step04.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step05::before{
	background: url("../img/step05.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step06::before{
	background: url("../img/step06.png") no-repeat center center;
	background-size: contain;
}

.contents ol li.step03 a{
    margin-bottom: 0.5em;
    margin-left: 0;
}

.contents ol li.stepEND{
	width: 60%;
	max-width: 400px;
	margin: 0 auto 15px;
}

.inner li{
	margin-bottom: 5px;
}

.inner p{
	margin-bottom: 0.7em;
}

.btn_app{
	margin-left: 15px;
	margin-top: 0.5em;
	text-decoration: underline;
	display: inline-block;
}

.coadinfo{
	border:1px solid #DC0060;
	border-radius: 10px;
	padding: 15px;
	margin: 0 15px;
	margin-bottom: 25px;
	color: #DC0060;
	font-weight: bold;
	line-height: 1.5;
}

.st_text{
	font-weight: bold;
	color: #DC0060;
}

.anc_btn li:not(:last-child){
    margin-bottom: 0.7em;
}

.anc_btn a{
    display: block;
    background: #fff;
    border:1px solid rgba(103,102,96,0.3);
    border-radius: 10px;
    text-align: center;
    padding: 8px;
    position: relative;
}

.anc_btn a::after{
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    background: url("../img/arrow_y.svg") no-repeat center center;
    position: absolute;
    right: 15px;
    top:calc(50% - 8px);
}


/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

	.sp_none{
	display: block;
}
	
	.cp_nav{
		display: flex;
		justify-content: center;
		margin: 0 -10px;
		margin-top: -13vw;
		
	}
	
	.cp_nav li{
		width: 35vw;
		max-width: 300px;
		margin: 0 min(3vw,20px);
	}
	
	.cp_nav li a:hover{
		opacity: 0.6;
	}
	
	
	
	.campaign section{
		padding: 0;
	}
	
	/*タイトル*/

.contents h3{
	margin-bottom: 10px;
	margin-top: 165px;
}

.contents h3 span{
	padding: 15px;
}

.contents h3 img{
	height: 5vw;
	max-height: 21px;
	width: auto;
}
	
	section#introduce h3::after{
	height: 200px;
	width: 100%;
	left: 0;
	bottom: 25px;

}

section#Be_introduced h3::after{
	height: 200px;
	width: 100%;
	left: 0;
	bottom: 25px;
}
	
	/*STEP*/

.contents ol{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
    margin-left: -3%;
}

	.contents ol li{
		width:30.33%;
/*		max-width: 235px;*/
		margin-left: 3%;
	}
	
/*	.contents ol li:nth-of-type(3n){
		margin-right: 0;
	}*/
	
.contents ol li:not(.stepEND){
	margin-top: 30px;
	margin-bottom: 20px;
	background: #fff;
	padding: 65px 0 15px;
	position: relative;
    
}

.contents ol li p{
	padding: 10px 15px 0;
}

.contents ol li::before{
	width: 76px;
	height: 76px;
	position: absolute;
	left:calc(50% - 38px);
	top: -25px;
}
	
	.contents ol li.stepEND{
		width:31.33%;
	/*max-width: 235px;*/
	margin: 0;
		margin-top: 80px;
        margin-left: 3%;
}
	
	.coadinfo{
		text-align: center;
		line-height: 1.7;
	}
    
    .anc_btn{
        padding: 2em 0 1em;
        display: flex;
        justify-content:center;
        align-items: center;
    }
    
    .anc_btn li{
        width: 20em;
        margin: 0 0.7em;
    }
    
    .anc_btn li:not(:last-child){
    margin-bottom: 0;
}
    
    .anc_btn a{
        font-size: 1.2em;
        transition: 0.7s;
        padding: 10px;
    }
    
    .anc_btn a:hover{
        opacity: 0.6;
        text-decoration: none;
    }
	
}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.cp_nav{
		display: flex;
		justify-content: center;
		margin-top: -150px;
	}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}</pre></body></html>