@charset "utf-8";

/*==========================================
 lineup
===========================================*/
.lineup{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;	
}
@media only screen and (max-width: 1200px) {

    .lineup{
        padding-right:10px;
        padding-left:10px;
    }
}
.lineup h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}
.lineup-inner{
	display: flex;
	gap:42px;
}
.lineup-block{
	width: calc(50% - 21px);
}
.lineup-block h4{
	font-size: 30px;
	font-weight: 700;
	padding: 14px 26px;
	border-radius: 6px;
}
.lineup-block01 h4{
	color: #A74680;
	background: #F5EBF1;
	margin-bottom: 23px;
}
.lineup-block02 h4{
	color: #124D9D;
	background: #EAF0F6;
	margin-bottom: 60px;
}
.lineup-block h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
}
.lineup-block ul{
	margin-bottom: 37px;
}
.lineup-block ul li a{
	font-size: 18px;
	font-weight: 600;
	display: block;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.16);
	padding: 22px 53px;
	margin-bottom: 14px;
	background: url(../img/icon_lineup01.svg) no-repeat 13px center;
	background-size: 26px auto;
}
.lineup-block.lineup-block02 ul li a{
	background: url(../img/icon_lineup02.svg) no-repeat 13px center;
	background-size: 26px auto;

}
@media only screen and (max-width: 767px) {
	.lineup{
		margin: 0 20px;
		padding: 30px 0 60px 0;	
	}
	.lineup h3{
		font-size: 18px;
		margin-bottom: 24px;
	}
	.lineup-inner{
		display: flex;
		gap:10px;
		flex-wrap: wrap;
	}
	.lineup-block{
		width: 100%;
	}
	.lineup-block h4{
		font-size: 24px;
		padding: 19px 19px;
	}
	.lineup-block01 h4{
		margin-bottom: 30px;
	}
	.lineup-block02 h4{
		margin-bottom: 30px;
	}
	.lineup-block ul{
		margin-bottom: 60px;
	}
}
/*==========================================
 pickupcase
===========================================*/

.pickupcase{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px 0;	
}
@media only screen and (max-width: 1200px) {

    .pickupcase{
        padding-right:10px;
        padding-left:10px;
    }
}
.pickupcase h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}
.pickupcase-list{
  display: flex;
  flex-wrap: wrap;
  gap: 82px 56px;
  padding-bottom: 40px;
  max-width: 1200px;
}
.pickupcase-list-block{
  width: calc((100% - 112px) / 3);
  max-width: 362px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
  min-height: 394px;
}
@media screen and (max-width: 1000px) {
  .pickupcase-list{
    margin: 0 auto;
    max-width: 720px;
  }
  .pickupcase-list-block{
    width: calc((100% - 56px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .pickupcase-list{
    margin: 0 auto;
    justify-content: center;
  }
  .pickupcase-list-block{
    width: 100%;
  }
	.pickupcase{
		margin: 0 20px;
		padding: 0 0 80px 0;	
	}
	.pickupcase h3{
		font-size: 18px;
		margin-bottom: 24px;
	}
}

.pickupcase-list-block a{
  display: block;
  position: relative;
}
.pickupcase-list-new{
  position: absolute;
  background: #fff;
  width: 100px;
  color: #005db1;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 0 0 16px 0;
}
.pickupcase-list-img img{
  width: 100%;
  height: auto;
  max-width: 100%;
}
.pickupcase-list-txt{
  padding: 24px 20px;
}
p.pickupcase-list-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
p.pickupcase-list-name{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
p.pickupcase-list-doctor{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #8b8b8b;
  margin-bottom: 0;
}
.morecase{
	text-align: right;
}
.morecase a{
	display: inline-block;
	background: url(../img/btn_morecase.svg) no-repeat right center;
	background-size: 31px auto;
	padding: 8px 57px 8px 0;
	font-size: 18px;
}