@charset "utf-8";
/* CSS Document */
#line h1{
	font-size: 2.2em;
	padding: 0;
	margin-bottom: 0.6em;
}
#line h1 .lineColor{
	color: #48e366;
	font-size: 1.5em;
	margin: 0 0.04em;
    vertical-align: -0.06em;
}
#line section{
	margin-bottom: 70px;
}
#line .important{
	color: #FF3366;
}
#line .displaySP{
	display: none;
}

@media screen and (max-width: 767px) {
	#line h1{
		font-size: 1.5em;
	}
	#line section{
		margin-bottom: 30px;
	}
	#line .displayPC{
		display: none;
	}
	#line .displaySP{
		display: block !important;
	}
}

/* ---------------------------------------------------------
mainVisual
----------------------------------------------------------*/
#mainVisual{
	height: 543px;
	width: 100%;
	text-align: center;
	background: url("../img/line/mainVisual.jpg") no-repeat;
	background-position: center;
	min-width: 1040px;
}

@media screen and (max-width: 1080px) {
	#mainVisual{
		height: 300px;
		background-position: center;
		background-size: cover;
		min-width: 320px;
	}
}

@media screen and (max-width: 767px) {
	#mainVisual{
		height: 64vw;
		background: url("../img/line/mainVisual_sp.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
}
/* ---------------------------------------------------------
upAmount
----------------------------------------------------------*/
#upAmount{
	padding: 20px;
	width: 500px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px !important;
}
#upAmount img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
#upAmount p{
	border-radius: 10px;
	padding: 0.5em;
	margin-bottom: 0;
	color: #fff;
	background: #FF3366;
}
#upAmount p span{
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 2.5;
}
#upAmount p span a{
	color: #fff;
}
#upAmount .triangularDown{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 30px 0 30px;
	border-color: #ff3366 transparent transparent transparent;
	margin: auto;
}

@media screen and (max-width: 1080px) {
	#upAmount img{
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	#upAmount{
		width: 94vw;
		padding: 3vw;
		margin-top: 20px;
	}
	#upAmount .triangularDown{
		border-width: 12px 14px 0 14px;
	}
}

/* ---------------------------------------------------------
addition
----------------------------------------------------------*/
#addition .displayPC a{
	display: block;
	width: 811px;
	margin: auto;
}
#addition .displayPC a:hover{
	opacity: 0.7;
}
#addition .displayPC a img{
	display: block;
	width: 100%;
}

@media screen and (max-width: 1080px) {
	#addition a{
		max-width: 94vw;
	}
	#addition a:hover{
		opacity: 1;
	}
}

/* ---------------------------------------------------------
method
----------------------------------------------------------*/
#method > div > div{
	float: left;
}
#method .step{
	width: 300px;
	padding: 10px;
	padding-top: 20px;
	background: #fff;
	border-radius: 20px;
}
#method .step h2{
	display: block;
	margin: auto;
	margin-bottom: 0.5em;
	color: #48e366;
	font-size: 1.4em;
	font-weight: 800;
	text-align: center;
}
#method .step h2 span{
	display: block;
	font-size: 0.8em;
	background: #48e366;
	border-radius: 80px;
	margin: auto;
	color: #fff;
	width: 40%;
}
#method .step img{
	display: block;
	width: 100%;
}
#method .step p{
	font-size: 0.8em;
	margin: 0.5em 0 0 0;
}
#method .triangularBox{
	width: 40px;
	height: 494px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#method .triangularMethod{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 14px;
	border-color: transparent transparent transparent #a3a3a3;
}

@media screen and (max-width: 1080px) {
	#method > div > div{
		float: none;
	}
	#method .step{
		width: 771px;
		max-width: 90vw;
		margin: auto;
		padding: 3vw;
		padding-top: 20px;
		background: #fff;
		border-radius: 20px;
	}
	#method .step h2 span{
		width: 6em;
	}
	#method .step img{
		width: 26%;
		float: left;
		margin-right: 4%;
	}
	#method .step p{
		width: 70%;
		font-size: 1em;
		float: left;
		margin: 0;
	}
	#method .triangularBox{
		width: 100%;
		height: 40px;
	}
	#method .triangularMethod{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 17px 0 17px;
		border-color: #a3a3a3 transparent transparent transparent;
	}
}

@media screen and (max-width: 767px) {
	#method .step{
		width: 92%;
		padding: 5vw 4%;
		margin: auto;
		border-radius: 10px;
	}
	#method .step img{
		width: 50%;
		float: none;
		margin: 0 auto 4vw auto;
		border-radius: 10px;
	}
	#method .step p{
		width: 100%;
		font-size: 1em;
		float: left;
		margin: 0;
	}
}

/* ---------------------------------------------------------
buttonArea
----------------------------------------------------------*/
.displaySP .mainButton{
	background: #48e366;
}
.displaySP .mainButton:hover{
	background: #48e366;
}
.buttonArea .mainButton{
	width: 600px;
}
@media screen and (max-width: 767px) {
	.buttonArea .mainButton{
		width: 90%;
	}
}

/* ---------------------------------------------------------
point
----------------------------------------------------------*/
#point h1{
	font-size: 1.8em;
}
#point ul{
	margin: auto;
	width: 29em;
	padding: 2em 2em 0.8em 2em;
	line-height: 1.5;
	background: #fff;
	border-radius: 20px;
	font-weight: 700;
}
#point ul li{
	font-size: 1.5em;
	transform: rotate(0.03deg);
	/*border-bottom: 4px #FF3366 solid;*/
	margin-bottom: 0.8em;
}
#point ul li i{
	margin-right: 0.4em;
	color: #48e366;
}

@media screen and (max-width: 767px) {
	#point h1{
		font-size: 1.5em;
	}
	#point ul{
		width: 85vw;
		padding: 1.4em 2vw 0.7em 5vw;
		border-radius: 10px;
	}
	#point ul li{
		font-size: 4.3vw;
	}
}

/* ---------------------------------------------------------
notes
----------------------------------------------------------*/
#line #notes{
	margin-bottom: 20px;
}
#notes h1{
	font-size: 1.6em;
	font-weight: 700;
}
#notes ul{
	margin: auto;
	width: 40em;
	padding: 2em 2em 0.8em 3em;
	line-height: 1.5;
	background: #fff;
	border-radius: 20px;
}
#notes ul li{
	font-size: 0.9em;
	transform: rotate(0.03deg);
	margin-bottom: 0.8em;
	list-style: disc;
}
#notes ul li i{
	margin-right: 0.4em;
	color: #48e366;
}

@media screen and (max-width: 1080px) {
	#notes ul{
		width: 81vw;
		padding: 2em 3vw 0.8em 8vw;
	}
}

@media screen and (max-width: 767px) {
	#notes ul{
		width: 80vw;
    	padding: 1.4em 4vw 0.6em 8vw;
		border-radius: 10px;
	}
}

/* ---------------------------------------------------------
bottomMenuは非表示
----------------------------------------------------------*/
#line #bottomMenu{
	display: none !important;
}