@charset "utf-8";


.checkup_type_index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.checkup_type_index ul li.button_wrap a.button {
	display: flex;
	flex-direction: inherit;
	justify-content: flex-start;
	height: 100%;
	align-items: center;
	overflow: hidden;
}	

.checkup_type_index ul li.button_wrap a.button::before {
	content: '';
	display: block;
 	background-color: #a4deed;
 	background-repeat: no-repeat;
 	background-position: center center;
	background-size: contain;
}

.checkup_type_index ul li.button_wrap.icon_gastric a.button::before {
	background-image: url(/assets/img/contents/thumb_gastric.png);
}

.checkup_type_index ul li.button_wrap.icon_colorectal a.button::before {
	background-image: url(/assets/img/contents/thumb_colorectal.png);
}

.checkup_type_index ul li.button_wrap.icon_uterine a.button::before {
	background-image: url(/assets/img/contents/thumb_uterine.png);
}

.checkup_type_index ul li.button_wrap.icon_breast a.button::before {
	background-image: url(/assets/img/contents/thumb_breast.png);
}

.checkup_type_index ul li.button_wrap.icon_lung a.button::before {
	background-image: url(/assets/img/contents/thumb_lung.png);
}

.checkup_type_index ul li.button_wrap.icon_hepatitis a.button::before {
	background-image: url(/assets/img/contents/thumb_hepatitis.png);
}

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

@media (max-width: 640px) {
	.checkup_type_index ul {
		margin-bottom: 20px;
	}

	.checkup_type_index ul li.button_wrap {
  	width: calc(50% - 5px);
	}

	.checkup_type_index ul li.button_wrap:nth-child(odd) {
  	margin-right: 10px;
	}

	.checkup_type_index ul li.button_wrap:nth-child(n+3) {
  	margin-top: 10px;
	}

	.checkup_type_index ul li.button_wrap a {
		padding: 0.6em;
		padding-left: 0.8em;
	}

	.checkup_type_index ul li.button_wrap a:before {
		width: 50px;
		height: 50px;
		flex-shrink: 0;
		margin-right: 10px;
		border-radius: 5px;
	}
}

@media (min-width: 641px) {
  .checkup_type_index {
		margin-bottom: 53px;
	}
	
  .checkup_type_index ul li.button_wrap {
    width: 288px;
  }

  .checkup_type_index ul li.button_wrap:not(:nth-child(4n+1)) {
    margin-left: 16px;
  }

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

	.checkup_type_index ul li.button_wrap a {
		padding: 0.6em;
		padding-left: 0.8em;
	}
	
	.checkup_type_index ul li.button_wrap a:before {
		width: 84px;
		height: 84px;
		margin-right: 20px;
		border-radius: 8px;
	}
}

/* ------------------------------
  リード
------------------------------ */
@media (min-width: 641px) {
  .section_lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section_lead_header {
    width: 570px;
  }

  .section_lead_main {
    max-width: 460px;
  }
}

/* ------------------------------
	予約方法
------------------------------ */
#cancer_reserve .section_reserve_body .cancer_reserve_item:not(:last-child) {
  background: url("/assets/img/contents/line_dotx.png") repeat-x left bottom;
}

#cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber {
  position: relative;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}

#cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber::before {
  content: '';
  display: block;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/icon_tel.png") no-repeat center;
}

@media (max-width: 640px) {
  #cancer_reserve .section_reserve_body .cancer_reserve_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-size: 9px auto;
  }

  #cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber {
    font-size: 2rem;
    padding-left: 45px;
  }
  
  #cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber::before {
    width: 35px;
    height: 20px;
  }

}

@media (min-width: 641px) {
  #cancer_reserve .section_reserve_body .cancer_reserve_item {
    position: relative;
    padding-left: 10rem;
  }
  
  #cancer_reserve .section_reserve_body .cancer_reserve_item>h4 {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    height: 100%;
    width: 8rem;
    align-items: center;
    left: 1rem;
    top: 0;
  }

  #cancer_reserve .section_reserve_body .cancer_reserve_item:not(:last-child)>h4 {
    padding-bottom: 15px;
  }
  
  #cancer_reserve .section_reserve_body .cancer_reserve_item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  #cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber {
    font-size: 3rem;
    padding-left: 80px;
  }
  
  #cancer_reserve .section_reserve_body .cancer_reserve_item .telnumber::before {
    width: 70px;
    height: 40px;
  }
}


/* ------------------------------
  検診
------------------------------ */
.article_body {
  position: relative;
}

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

.article_body .icon_reserve_necessary {
	background: #ef648e;
}

.article_body .icon_reserve_unnecessary {
	background: #f89043;
}

.plus_wrap > i.plus_item_thumb {
	box-sizing: border-box;
	display: block;
 	margin-bottom: 30px;
 	background: #a4deed;
 	border: solid 4px white;
 	border-radius: 10px;
}

.plus_wrap > i.plus_item_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
  .article_body .icon_reserve_necessary,
  .article_body .icon_reserve_unnecessary {
  	display: block;
    margin: 0 auto 20px;
	}

  .plus_wrap > i.plus_item_thumb {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 641px) {
  .article_body .icon_reserve_necessary,
  .article_body .icon_reserve_unnecessary {
    padding: 0 54px;
    line-height: 46px;
    position: absolute;
    top: -86px;
    right: 0;
  }

	.plus_wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 4px;
	}

	.plus_wrap > i.plus_item_thumb {
		width: 240px;
		height: 240px;
	 	border: solid 8px white;
	 	border-radius: 20px;
	}

	.plus_wrap .description_list {
		width: 900px;
	}
}
