@charset "utf-8";
/* CSS Document */

.page-title{
  background:url(../images/img_keyvisual_001.jpg) 50% 0 / cover no-repeat;
}

@media only screen and (max-device-width: 750px) {
	.page-title{
	  background:url(../../../sp@main/business/images/img_keyvisual_001.jpg) 50% 50% / cover no-repeat;
	}
}

/* title */

.content div.title{
	clear: both;
	margin-top: 50px;
}

.content .title h2{
	width: 250px;
	border-right: 1px solid #ddd;
	float: left;
	margin: 0;
}

.content .title .description{
	margin: 0 0 0 280px;
}

/* blist */

.content ul{
	clear: both;
}

.content ul:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}
* html .content ul             { zoom:1; } /* IE6 */
*:first-child+html .content ul { zoom:1; } /* IE7 */

.content ul li{
	/* width: 270px;
	float: left;*/
	text-align: left;
	margin-bottom: 40px;
	background: #f2f9fb;
	border-radius: 10px;
	padding: 40px;
}
.content ul li div{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: flex-start;
}
div::after{
	display: none;
}

.content ul li:nth-child(4){
	margin-right: 0;
}

.content ul li a, 
.content ul li a:link, 
.content ul li a:visited, 
.content ul li a:hover, 
.content ul li a:active{
	text-decoration: none;
}

.content ul li dt{
}

.content ul li img{
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
}

.content ul li .title{
	padding: 10px 0 30px;
	font-weight: bold;
	color: #60b5ca;
	font-size: 130%;
}

.content ul li dd.btn{
	margin: 30px  0;
	border-radius: 4em;
	border: 1px solid #60b5ca;
	padding: 14px 20px;
	width: 40%;
	background: #60b5ca;
	color: #fff;
	font-size: 87%;
	text-align: center;
}
.content ul li dd.btn.openwin{
	background:#60b5ca url(../../top/images/icon_openwin.png) no-repeat 90% 50%;
}

.content ul li a:hover dd.btn{
	color: #60b5ca;
	background: #fff;
}

.content ul li a:hover dd.btn.openwin{
	background:#fff url(../../top/images/icon_openwin_b.png) no-repeat 90% 50%;
}
/* comingsoon */
.content ul li.comingsoon dd.title{
	background: #eee;
	color: #999;
}
.content ul li.comingsoon dd.btn{
	background: #999;
	border: 1px solid #999;
}


.wellbee img{
	width: 230px;
}

/* btn-area */
.btn-area{
	display: flex;
	gap: 60px;
	justify-content: center;
}
.btn-area .btn a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 230px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    background: #eee;
    color: #27acd9;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}
.btn-area .btn a::before{
	content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #27acd9;
}
.btn-area .btn a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #27acd9;
}
.btn-area .btn a:hover{
	background: #d4eef7;
    color: #27acd9;
}


/* ----- sp ------------------------------------ */

/* title */

.sp .content .title h2{
	width: auto;
	border-right: 0;
	float: none;
	text-align: center;
	font-size: 150%;
}

.sp .content .title .description{
	margin: 10px 0 0;
	font-size: 87%;
}

/* ul */

.sp .content ul li{
	width: auto;
	margin: 0 0 40px 0;
}


.sp .wellbee img{
	width: 150px !important;
}
@media all and (max-width: 768px) {
	.content ul li div{
		flex-direction: column;
		gap: 30px;
	}
	.content ul li dd.btn{
		width: 50%;
		margin: 30px auto 0;
	}
	
	.btn-area{
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
}