@charset "shift_jis";


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

/*------------------------------------------------
btn???js??
-------------------------------------------------*/
.centerBtnNone {
    display: none; 
}

.centerBtn{
	display:block;
	position:fixed;
	background: rgb(234 242 250);
	width:100%;
	bottom:0;
	padding: 25px 0;
		background: url("/gerontology/images/index/cv_bgimg.png") no-repeat center center / cover;

}



@media screen and (max-width:768px) {
	
.centerBtn{
	z-index:100;
	display:block;
	position:fixed;
	bottom:0;
	padding: 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;
}
/**/

ul.cvList li a.online,
ul.cvList li a.request,
ul.cvList li a.trial {
	background-color: #00b0c7;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all .3s ease;
	box-shadow: 0px 7px 10px 0px rgb(6 62 133 / 41%);
}


ul.cvList li a.online {
	background: linear-gradient(90deg, #4595d4, #0e58af, #4595d4);
	border: solid 2px #006fc7;
	background-size: 200% 100%;
}

ul.cvList li a.request {
	background: linear-gradient(90deg, #ffb722, #ff7100, #FFC107);
	border: solid 2px #ff9628;
	background-size: 200% 100%;
}


ul.cvList li a.online:hover,
ul.cvList li a.request:hover {
	text-decoration: none;
	background-position: right;
	box-shadow:none;
	border: solid 2px #2abffb;
}

ul.cvList li a.trial {
	background: #fff;
	border: solid 2px #00b0c7;
	color: #00b0c7;
}

ul.cvList li a.trial:hover {
	background: #00b0c7;
	background: linear-gradient(90deg, #00b0c7 60%, #30d0e4);
	text-decoration: none;
	color: #fff;
	border: solid 2px #2abffb;
	box-shadow:none;
}


@media screen and (max-width:767px) {
	ul.cvList li {
	max-width: 100%;
	padding: 5px 0;
	flex: 1;
	margin: auto;
	}
}	


@media screen and (max-width:768px) {
	ul.cvList li a.online,
	ul.cvList li a.request,
	ul.cvList li a.trial {
	font-size:12px;
	padding:5px;
	border-radius:6px
	}
}

.centerBtn a{
	text-align:center;
}


/*----------------------
固定ボタン
----------------------*/

.cv_area .inner_box
{
	width: 940px;
	display: block;
	margin:auto;
	color:#fff;
	text-align: center;
}


@media screen and (max-width:767px) {
	.mainBox div + div.cv_area
	{
	padding: 30px 0 40px 0;
	}
	.cv_area .inner_box
	{
	width: 90%;
	}
}

ul.cvList
{
	display:flex;
	justify-content: center; /* 安江さんへボタンが復活したら消してください */
	width:940px;
	margin: auto;
}

@media screen and (max-width:767px) {
	ul.cvList
	{
	width: 100%;
	text-align: center;
	}
}

ul.cvList li {
	flex: 1;
	max-width: 33.33%;
	margin: 0 10px;
	text-align:center;
	align-items: center;
}


@media screen and (max-width:767px) {
	ul.cvList li {
	max-width: 100%;
	padding: 5px 0;
	font-size:13px;
	margin: 5px;
	}
}	

ul.cvList a
{
	display:block;
	padding: 0.8em;
	border-radius:8px;
	transition: all .3s;
}


@media screen and (max-width:767px) {
	ul.cvList a
	{
		border-radius:4px
	}
}	
