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

#page-top{
	z-index:10000;
}

/*------------------------------------------------
btn固定　js連動
-------------------------------------------------*/
.cvBtn{
	padding: 0.8em;
	display: inline-block;
	border-radius: 6px;
	color: #ffffff;
	font-weight:700;
	background: #f8398d;
	background: linear-gradient(to bottom,	#f774ad 0%,#f8398d 50%,#ce0078 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.cvBtn:hover {
	text-decoration: none;
	background-color: #ff00af;
/*	background: linear-gradient(to bottom, #24b0ff 0%,#03A9F4 50%,#0f86e4 100%);
*/
	background: linear-gradient(to bottom, #F7BF74 0%,#F7A539 50%,#FF5100 100%);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}



.centerBtnNone{
	display:none;
}

.centerBtn{
	z-index:100;
	display:block;
	position:fixed;
	background:rgba(0, 0, 0, 0.7);
	width:100%;
	bottom:0;
}

.centerBtnBox{
	text-align:center;
	padding:1em 5px;
}

.btnLink{
/*	margin: 10px 5px;*/
	padding:0.8em 0.7em;
	line-height: 1;
}

ul.cvList{
	padding:5px;
}

ul.cvList ul{
	display: inline;
	margin-bottom:0px;
	text-align:center;
}

ul.cvList li{
	display:inline-block;
}

ul.cvList li a{
	font-size:1.2em;
}

@media screen and (max-width:768px) {
	ul.cvList li a{
		font-size:0.9em;
	}
}

.centerBtn a{
	text-align:center;
}

.BtnRequest{
	/* background:#44a143; */
	background: linear-gradient(to bottom, #75c574 0%,#5dbb5c 50%,#44a143 100%);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.BtnRequest:hover {
	text-decoration: none;
	background: #3f953e;
}

.BtnSoudan{
	background:#008885;
	background: linear-gradient(to bottom, #00ccc7 0%,#00bbb7 50%,#008885 100%);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.BtnSoudan:hover {
	text-decoration: none;
	background: #007774;
}

.BtnOtameshi{
	background:#0085bd;
	background: linear-gradient(to bottom, #13b9ff 0%,#00a9f0 50%,#0085bd 100%);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.BtnOtameshi:hover {
	text-decoration: none;
	background: #0091ce;
}

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