/* CSS Document */


.groupLIST {
	background: #fff;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

.groupBOX {
	display: flex;
	justify-content: space-between;
	
}
.groupBOX .left {
	width: 15%;
}
.groupBOX .right {
	width: 80%;
	 display: flex;
	flex-direction: column;
  justify-content: center;
}

.groupBOX .right h4 {
	color:#002f5d;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
}

.hplink {
	position: absolute;
	top:0;
	right:0;
}


.hplink a {
	background: #00b6c9;
	padding: 5px 25px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	border-bottom-left-radius: 10px;
}


@media screen and (max-width: 834px){
	

.groupLIST {
	background: #fff;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

.groupBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.groupBOX .left {
	width: 40%;
	margin: 20px auto;
}
.groupBOX .right {
	width: 80%;
	 display: flex;
	flex-direction: column;
  justify-content: center;
}

.groupBOX .right h4 {
	color:#002f5d;
	font-size: clamp(1.5rem, 1.7vw, 2rem);
}

.hplink {
	position: absolute;
	top:0;
	right:0;
}


.hplink a {
	background: #00b6c9;
	padding: 5px 25px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	border-bottom-left-radius: 10px;
}

	
}






















