@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 .button p {
  width: 100%;
}

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

@media (min-width: 641px) {
	.lh-lg {
		line-height: 2;
	}
	
  .checkup_flow_index ul {
    margin: 0;
    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+3) {
    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;
  }
	
  .checkup_flow_index ul li.button_wrap .button p {
		font-size: 0.875rem;
	}
}

