@charset "utf-8";

.checkup_flow_index ul {
  margin: 0 20px;
}

.checkup_flow_index ul li.button_wrap {
  width: 100%;
}

.checkup_flow_index ul li.button_wrap .button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.checkup_flow_index ul li.button_wrap .button h4 {
  font-size: 1.142rem;
}

.checkup_flow_index ul li.button_wrap a.button {
	display: flex;
	flex-direction: inherit;
	justify-content: flex-start;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.checkup_flow_index ul li.button_wrap a:before {
	content: "";
	display: block;
}

.checkup_flow_index ul li.button_wrap.icon_forgetful a:before {
	background: url(../img/btn_plus_thumb_forgetful.png) no-repeat;
	background-size: contain;
}

.checkup_flow_index ul li.button_wrap.icon_fat a:before {
	background: url(../img/btn_plus_thumb_fat.png) no-repeat;
	background-size: contain;
}

.checkup_flow_index ul li.button_wrap.icon_muscle a:before {
	background: url(../img/btn_plus_thumb_muscle.png) no-repeat;
	background-size: contain;
}

.checkup_flow_index ul li.button_wrap.icon_swan a:before {
	background: url(../img/btn_plus_thumb_swan.png) no-repeat;
	background-size: contain;
}

.checkup_flow_index ul li.button_wrap.icon_pylori a:before {
	background: url(../img/btn_plus_thumb_pylori.png) no-repeat;
	background-size: contain;
}

.checkup_flow_index ul li.button_wrap.icon_cancer a:before {
	background: url(../img/btn_plus_thumb_cancer.png) no-repeat;
	background-size: contain;
}

.icon-anchor.button_wrap .button::after {
	transform: rotate(90deg)
}


@media (max-width: 640px) {
  .checkup_flow_index ul li.button_wrap:not(:last-child) {
    margin-bottom: 12px;
  }	

	.checkup_flow_index ul li.button_wrap a:before {
		width: 53px;
		height: 53px;
		margin-right: 23px;
	}

	.article_body .icon_reserve_necessary,
	.article_body .icon_reserve_unnecessary {
		display: block;
		padding: 0 38px;
		margin: 0 auto 20px;
		font-size: 1.125rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
		line-height: 32px;
		border-radius: 23px;
	}

	.article_body .icon_reserve_necessary {
		background: #ef648e;
	}
	
	.article_body .icon_reserve_unnecessary {
		background: #f89043;
	}
	
	.plus_wrap > i {
		display: block;
	 	margin-bottom: 30px;
	}
	
	.plus_wrap > i img {
		display: block;
		width: auto;
		height: 203px;;
		margin: 0 auto;
	}

	.section_round {
		margin-bottom: 20px;
	}
	
	#anchor_muscle .muscle_list {
	}

	#anchor_muscle .muscle_list > li {
		text-align: center;
	}
	
	#anchor_muscle .muscle_list > li + li {
		padding-top: 30px;
	}
	
	#anchor_muscle .muscle_list > li img {
		margin-bottom: 9px;
	}
	
	#anchor_pylori .baloon_supplement {
		padding: 13px 10px 11px;
		margin-bottom: 13px;
		border-radius: 20px;
		font-weight: bold;
		line-height: 1.56;
		background: #facfd3;
		position: relative;
	}

	#anchor_pylori .baloon_supplement:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #facfd3 transparent;
		position: absolute;
		top: -8px;
		right: 0;
		left: 0;
		margin: auto;
	}
}

@media (min-width: 641px) {
	.lh-lg {
		line-height: 2;
	}
	
  .checkup_flow_index ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .checkup_flow_index ul li.button_wrap {
    margin: 0 10px;
    width: 385px;
  }

  .checkup_flow_index ul li.button_wrap:nth-child(n+4) {
    margin-top: 20px;
  }

  .checkup_flow_index ul li.button_wrap .button {
    height: 100%;
    line-height: 1.6;
  }

  .checkup_flow_index ul li.button_wrap .button h4 {
    font-size: 1.25rem;
		transform: translateY(0.4rem);
  }
	
	.checkup_flow_index ul li.button_wrap a:before {
		width: 76px;
		height: 76px;
		margin-right: 33px;
	}
	
	.article_body {
		position: relative;
	}

	.article_body .icon_reserve_necessary,
	.article_body .icon_reserve_unnecessary {
		padding: 0 54px;
		font-size: 1.125rem;
		font-weight: bold;
		color: #fff;
		line-height: 46px;
		border-radius: 23px;
		position: absolute;
		top: -86px;
		right: 0;
	}

	.article_body .icon_reserve_necessary {
		background: #ef648e;
	}
	
	.article_body .icon_reserve_unnecessary {
		background: #f89043;
	}
	
	.plus_wrap {
		display: flex;
		width: 100%;
		margin-bottom: 4px;
	}

	.plus_wrap > i {
		width: 300px;
	}

	.plus_wrap > i img {
		width: auto;
		position: relative;
		bottom: 0;
		left: 0;
	}

	#anchor_forgetful .plus_wrap > i img {
		height: 288px;
		transform: translateX(-36px) translateY(-48px);
	}
	
	#anchor_fat .plus_wrap > i img {
		height: 288px;
		transform: translateX(-19px) translateY(-49px);
	}
	
	#anchor_muscle .plus_wrap > i img {
		height: 290px;
		transform: translateX(-3px) translateY(-50px);
	}
	
	#anchor_swan .plus_wrap > i img {
		width: 281px;
		height: 289px;
		transform: translateX(-22px) translateY(-47px);
	}
	
	#anchor_pylori .plus_wrap > i img {
		width: 284px;
		height: 284px;
		transform: translateX(-24px) translateY(-46px);
	}
	
	.plus_wrap .description_list {
		width: 900px;
	}

	.section_round {
		padding-top: 32px;
		padding-bottom: 33px;
	}

	.section_round h4 {
	margin-bottom: 18px;
	}
	
	#anchor_muscle .muscle_list {
		display: flex;
		justify-content: space-between;
	}

	#anchor_muscle .muscle_list > li {
		width: 320px;
		text-align: center;
	}
	
	#anchor_muscle .muscle_list > li img {
		margin-bottom: 9px;
	}
	
	#anchor_pylori .section_round_split {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#anchor_pylori .section_round_split .section_round {
		width: 590px;
		padding-top: 31px;
		padding-bottom: 31px;
		box-sizing: border-box;
	}
	
  #anchor_pylori .section_round_split .section_round:nth-child(n+3) {
    margin-top: 20px;
  }

	#anchor_pylori .baloon_supplement {
		padding: 13px 40px 11px;
		margin-bottom: 13px;
		border-radius: 40px;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.56;
		background: #facfd3;
		position: relative;
	}

	#anchor_pylori .baloon_supplement:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 15px 15px;
		border-color: transparent transparent #facfd3 transparent;
		position: absolute;
		top: -15px;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.btn_middle.checkup_flow_index ul li.button_wrap {
		width: 580px;
	}

	.btn_middle.checkup_flow_index ul li.button_wrap a {
		padding-bottom: 0.6em;
	}
	
	.btn_middle.checkup_flow_index ul li.button_wrap a::before {
		width: 100px;
		height: 100px;
		margin-right: 0;
	}
	
	.btn_middle.checkup_flow_index ul li.button_wrap a h4 {
		width: calc(100% - 100px);
		text-align: center;
	}
}
