@charset "utf-8";

header .menu {
	display: flex;
}

header .head {
	border-bottom: 2px solid #e1e1e1;
	background: linear-gradient(to bottom, #e1e1e1, #f5f5f5);
}

header .head .line {
	height: 5px;
	background: linear-gradient(to right, #00a6e9, #e52d8a, #ffe100);
}

header .head h1 {
	padding: 10px;
	text-align: center;
	letter-spacing: 10px;
}

/*~~*/

.btn-back {
	text-align: center;
}

.btn-back button {
	padding: 10px 25px;
	font-size: 14px;
	line-height: 100%;
	background: #000;
	border-radius: 20px;
	border: none;
	color: #fff;
	cursor: pointer;
}

/*
SP
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
	/*
	*/
	.wrap {
		padding: 15px;
	}

	header .wrap {
		padding: 0px 15px;
	}

	header .menu {
		justify-content: center;
		flex-direction: column-reverse;
	}

	header .menu .navi {
		margin-top: 10px;
	}

	header .menu h1 {
		text-align: center;
	}

	header .navi .text {
		display: none;
	}

	header .head {
		margin-top: -25px;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/

/*
PC
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
	/*
    */
	header .wrap {
		margin-top: 15px;
	}

	header .menu {
		justify-content: space-between;
	}

	header .menu .navi {
		margin-top: 25px;
	}

	header .head {
		margin-top: -50px;
	}

	.btn-back {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/
