@charset "utf-8";

/*!
 * style.css • v1.2.2
 */

/* ====================
共通箇所
==================== */

/* 画面 - 要素の定義  */
/* #health-content-i1 html,body{
  width: 100vw;
  min-width: 315px;
  height:100%;
  margin:0;
  padding:0;
  font-size: 16px;
}

#health-content-i1 html {
  overflow: auto;
}

#health-content-i1 body {
  overflow-x: hidden;
} */

#health-content-i1 {
  margin-top: 0;
}

/* 画面 - 可変幅の最大値 */
#health-content-i1 .wrap {
  width: 97%;
  max-width: 1080px;
  margin: 0 auto;
}

/* リスト - デフォルト設定の回避 */
#health-content-i1 ul {
  list-style-type: none;
}

/* 画像 - レスポンシブ対応 */
#health-content-i1 img {
  max-width: 100%;
}

/* floatの定義 */
#health-content-i1 .clearfix {
  content: "";
  display: block;
  clear: both;
}

/* ====================
フォント(源ノ角ゴシック)
==================== */

#health-content-i1 .SourceHanSansJP_heavy {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_bold {
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 700;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_medium {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_regular {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_normal {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_light {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#health-content-i1 .SourceHanSansJP_extraLight {
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* ====================
フォント(DIN 2014)
==================== */

#health-content-i1 .DIN2014_italic {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: italic;
}

#health-content-i1 .DIN2014_regular {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#health-content-i1 .DIN2014_bolditalic {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: italic;
}

#health-content-i1 .DIN2014_bold {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#health-content-i1 .DIN2014_narrowregular {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#health-content-i1 .DIN2014_narrowbold {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ====================
コンテンツ(全体)
==================== */

/* コンテンツ全体 */
#health-content-i1 .health {
  background: #f1f1f2;
  padding: 50px 0 50px;
}
@media screen and (min-width: 600px) {
  #health-content-i1 .health {
  padding: 100px 0 50px;
  }
}

/* ====================
コンテンツ(図説)
==================== */

/* 図説 - 可変幅の最大値 */
#health-content-i1 .iryo_images_wrap {
  margin: 50px 0;
  background: #e5f9e5;
  text-align: center;
  padding: 30px 0;
}
@media screen and (min-width: 750px) {
  #health-content-i1 .iryo_images_wrap {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  #health-content-i1 .iryo_images_wrap {
    padding: 80px 0;
  }
}

/* 図説 - 画像 */
#health-content-i1 .iryo_images {
  width: 90%;
}
@media screen and (min-width: 750px) {
  #health-content-i1 .iryo_images {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  #health-content-i1 .iryo_images {
    width: 75%;
  }
}

/* 図説(コラム) - 可変幅の最大値 */
.iryo_images_column_wrap {
  margin: 50px 0;
  text-align: center;
}

/* 図説(コラム) - 画像 */
.iryo_images {
  width: 100%;
}


/* ====================
コンテンツ(タイトル)
==================== */

/* ページタイトル枠 */
#health-content-i1 .title_health_wrap {
  background: #fff;
  padding: 6px 20px 16px;
  border-radius: 16px;
  margin-top: -44px;
}
@media screen and (min-width: 750px) {
  #health-content-i1 .title_health_wrap {
  padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #health-content-i1 .title_health_wrap {
  padding: 80px;
  }
}

/* ページタイトル */
#health-content-i1 .title_health {
  width: 50%;
  max-width: 230px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 600px) {
  #health-content-i1 .title_health {
  width: 30%;
  }
}

/* ページタイトル(インフォメーション)　*/
#health-content-i1 .title_health_information_wrap {
  display: block;
  text-decoration: none;
  color: #22CF3D;
  font-weight: bold;
}

#health-content-i1 .title_health_information {
  font-size: 1rem;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 450px) {
  #health-content-i1 .title_health_information {
  font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  #health-content-i1 .title_health_information {
  font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  #health-content-i1 .title_health_information {
  font-size: 2.3rem;
  }
}

/* ページタイトル - タイトル番号  */
#health-content-i1 .title_health_information_number {
  color: #22CF3D;
  font-size: 1.5rem;
}
@media screen and (min-width: 450px) {
  #health-content-i1 .title_health_information_number {
  font-size: 3rem;
  }
}
@media screen and (min-width: 600px) {
  #health-content-i1 .title_health_information_number {
  font-size: 3.3rem;
  }
}
@media screen and (min-width: 1100px) {
  #health-content-i1 .title_health_information_number {
  font-size: 3.5rem;
  }
}

/* ページタイトル - 日付  */
#health-content-i1 .title_health_time {
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 10px;
  margin-top: -8px;
}

/* 記事タイトル  */
#health-content-i1 .title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.2rem;
}

/* ====================
コンテンツ(写真、テキスト)
==================== */

/* ニュース写真 */
#health-content-i1 .news_images_wrap {
  overflow: hidden;
}

/* ページテキスト */
#health-content-i1 .text {
  margin: 20px 0 50px;
}

/* ページテキスト(コラム) */
.text_column {
  margin: 30px 0 50px;
}

.text_column_title {
  background: #22cf3d;
  box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 25%);
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.text_column_nom_title_flap {
  display: block;
  margin-left: 38px;
}
@media screen and (min-width: 400px) {
  .text_column_nom_title_flap {
  display: inline;
  margin-left: 0;
  }
}

.text_column_nom_title_flap {
  display: block;
  margin-left: 38px;
}
@media screen and (min-width: 400px) {
  .text_column_nom_title_flap {
  display: inline;
  margin-left: 0;
  }
}

.text_column_title_flap {
  display: block;
}
@media screen and (min-width: 400px) {
  .text_column_title_flap {
  display: inline;
  }
}

.text_column_title_span {
  font-size: 1.5rem;
}

.text_column_notices {
  background: #e5f9e5;
  padding: 20px;
  margin: 20px 0;
  max-width: 600px;
  line-height: 1.8rem;
}
@media screen and (min-width: 600px) {
  .text_column_notices {
  padding: 35px;
  }
}

.text_column_notices_span {
  color: #22cf3d;
  margin-right: 1rem;
}

.text_column_notices_span_m05 {
  color: #22cf3d;
  margin-right: 0.5rem;
}

.text_column_notices_number_span {
  background: #22cf3d;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  width: 30px;
  height: 30px;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
}

.text_column_notices_step_number_span {
  background: #22cf3d;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  width: 25px;
  height: 25px;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
  display: inline-block;
}

.text_column_notices_bold_span {
  font-weight: bold;
}

.text_column_notices_text_span {
  line-height: 1.5rem;
  display: block;
  margin-bottom: 20px;
}

.text_column_link {
  text-decoration: underline dotted;
  color: #22cf3d;
}

/* ====================
コンテンツ(Q&A見出し)
==================== */

/* Q&A - 質問見出し */
#health-content-i1 .qa_q {
color: #22cf3c; 
font-size: 1.5rem;
font-weight: bold;
font-family: din-2014, sans-serif;
}

/* Q&A - 回答見出し */
#health-content-i1 .qa_a {
color: #DD745A; 
font-size: 1.5rem;
font-weight: bold;
font-family: din-2014, sans-serif;
}

/* ====================
コンテンツ(吹き出し - 全体 )
==================== */

/* 吹き出し本体  */
#health-content-i1 .balloon_wrap {
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  #health-content-i1 .balloon_wrap {
    margin-top: 50px;
  }
}

/* ====================
コンテンツ(吹き出し - 私たち )
==================== */

/* 吹き出し本体 - 私たち */
#health-content-i1 .balloon1{
  position: relative;
  padding: 10px 15px 15px 20px;
  border-radius: 20px;
  color: #000;
  background: #fff;
  z-index: 2;
  width: 75%;
  margin-left: 5%;
  float: right;
  /* border: 1px solid #5a5a5a; */
}
@media screen and (min-width: 800px) {
  #health-content-i1 .balloon1{
    width: 85%;
  }
}

/* 画像 - 私たち - 左に配置 */
#health-content-i1 .icon1{
  width:20%;
  height: auto;
  float: left;
}
@media screen and (min-width: 800px) {
  #health-content-i1 .icon1{
  width:10%;
  }
}

/* 三角アイコン - 私たち */

#health-content-i1 .balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  filter: drop-shadow(0 0 0 1px #5a5a5a);
}

/* ====================
コンテンツ(吹き出し - ドクター )
==================== */

/* 吹き出し本体 - ドクター */
#health-content-i1 .balloon2{
  position: relative;
  padding: 10px 15px 15px 20px;
  border-radius: 20px;
  color: #000;
  background: #fff;
  width: 75%;
  margin-right: 5%;
  float: left;
}
@media screen and (min-width: 800px) {
  #health-content-i1 .balloon2{
    width: 85%;
  }
}

/* 画像 - ドクター - 右に配置 */
#health-content-i1 .icon2{
  width:20%;  
  height: auto;
  float: right;
}
@media screen and (min-width: 800px) {
  #health-content-i1 .icon2{
  width:10%;
  }
}

/* 三角アイコン - ドクター */
#health-content-i1 .balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left:30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* ====================
コンテンツ(戻るボタン)
==================== */

/* 戻るボタン */
#health-content-i1 .button_back {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #22cf3c;
  border: 2px solid #22cf3c;
  width: 90%;
  max-width: 450px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 15px;
  margin: 60px auto 0;
  transition: 0.3s;
  position: relative;
}

/* 戻るボタン */
#health-content-i1 .button_back:hover {
  opacity: 0.8;
}

/* .button_back:after {
  position: absolute;
  content: '';
  top: 35%;
  right:0%;
  transform: translate(-50%);
  display: block;
  width: 10%;
  height: 20px;
  background-image: url(button.png);
  background-size: contain;
  background-repeat: no-repeat;
} */

#health table td {
  padding: 4px;
  vertical-align: top;
}

#health .health-main {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}