@charset "utf-8";

/* ----------------------------------
  メインコンテンツ ここから
-------------------------------------*/
.health_page{
  position: relative;
}

.health_page_inner{
  max-width: 1200px;
  margin: 0 auto;
}

.health_page_article{
  width: 100%;
  margin-top: 3.0rem;
  margin-bottom: 10.0rem;
}

.health_page_heading {
  border-bottom: 3px solid #f2f2f2;
  line-height: 1.5;
  margin: 5.0rem 0 3.0rem;
}

.health_page_heading span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  font-weight: bold;
  color: #333333;
  font-size: 2.4rem;
}

.health_page_heading span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: '';
}

.health_page_text{
  color: #333333;
  font-size: 1.8rem;
  padding: 10px;
  font-weight: bold;
  margin-top: 2.0rem;
}

.health_page_heading_interview {
  font-weight: bold;
  font-size: 2.2rem;
  padding: .5em .7em;
  border-left: 10px solid !important;
  border-image: linear-gradient(to bottom, #54d389, #fabf49) 1 !important;
  margin: 5.0rem 0 3.0rem;
  margin-left: 10px;
  line-height: 1.5;
}

.health_page_kv{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.health_page_kv img{
  width: 100%;
}

.health_page_logo{
  display: flex;
  justify-content: center;
}

.health_page_logo_item1,
.health_page_logo_item2{
  width: 50%;
}

.health_page_logo_item1 img{
  display: block;
  margin: 0 auto; /* 親の中で中央 */
  width: 422px;
  height: 422px;
}

.health_page_logo_item2 img{
  display: block;
  margin: 0 auto; /* 親の中で中央 */
  width: 250px;
  height: 422px;
}


/* ----------------------------------
  メインコンテンツ ここまで
-------------------------------------*/

/* ----------------------------------
  タブレット ここから
-------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {

    .health_page {
		margin: 0 6.0rem;
	}

}

/* ----------------------------------
  スマートフォン ここから
-------------------------------------*/
@media (max-width: 486px) {

  .health_page {
		margin: 0 1.0rem;
	}

	.health_page_heading span {
		font-size: 2.0rem;
	}

	.health_page_text {
		font-size: 1.6rem;
	}

	.health_text {
		top: 90%;
	}

	.health_page_heading_interview {
		font-size: 2.0rem;
	}

  .health_page_kv{
    width: 100%;
    height: 100%;
  }

  .health_page_logo_item1 img {
    width: 100%;
    height: auto;
  }

  .health_page_logo_item2 img {
    width: 250px;
    height: 100%;
  }

}