@charset "utf-8";

/* ページ（PC/スマホ）
 * **************************************************
 * vol.56
 * **************************************************
 */

.honbun {
font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 1.7em !important;
    line-height: 1.9em !important;
    margin-bottom: 1em;
  }

  .kigen {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 1.7em !important;
	text-align: left;
    line-height: 1.9em !important;
    padding: 0.5em;
    background-color: #e9faff;
    display: inline-block;
    padding: 20px;
	border-radius: 10px; /* ボックスの角を丸くする */
  }
   .kigen span {
   font-size: 1.3em !important;
   color: #00b8c1;
   font-weight: bold;
   }
  
.frame-container2 {
font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  justify-content: center;
}

/* 最後のボックスにはマージンを追加しない */
.frame-point:last-child {
  margin-bottom: 3em;
}

.frame-point {
  border-radius: 10px; /* ボックスの角を丸くする */
  margin: 10px 0; /* ボックス間のスペースを追加、必要に応じて調整 */
  padding: 25px;
  background-color: #fff7e7;
  border-color: #fff7e7!important;
  width: 100%;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
}

.point-no img {
	width: 77px;
}
.point-no {
  display: inline-block;
  vertical-align: top;
  padding-right: 1em;
}

/* Styling for "come" */
.come {
	font-size: 1.6em!important;
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin-top: 10px;
}
.come img {
	width: 350px;
	margin-top: 0.5em;
}

.column-container {
    display: flex;
    justify-content: space-between;
  }
  
.come2 {
	font-size: 1.6em!important;
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-top: 10px;
}
.come2 img {
	width: 300px;
	margin-top: 0.5em;
}

/*sp*/
@media (max-width: 767px)  {

.come {
  width: 100%;
}
.come img {
	width: 100%;
}

.come2 {
  width: 100%;
}
.come2 img {
	width: 80%;
}
.column-container {
	display: block;
    justify-content: initial;
  }

}


/* Styling for "meyasu" */
.meyasu span {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

/* Styling for "□" */
.meyasu p {
  font-size: 1.2em;
  font-weight: bold;
}

/* Styling for "span" within "p" */
.meyasu p span {
  font-weight: bold;
}

/* Additional styling for the whole frame */
.frame-point {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}


.ttlC {
	color: #00b8c1;
}



.pc_hid {
  white-space: nowrap;
}

.box-kansyu {
  display: flex;
  align-items: center;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  margin-bottom: 2em;
}

.kansyu {
  width: 62px;
  height: 62px;
  background-color: #00b7c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
}

.name {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.name p {
  margin: 0;
}

.yosan01 h2 img {
	width: 100%;
}

div.merit {
	font-size: 1.5em; /* =15px */
	line-height: 1.6;
	margin-left: 1em;
	padding-bottom: 3em;
    }
div.merit .bullet {
      color: #01acdc;
      margin-left: -1em;
    }
div.merit2 {
	float: left;
	width: 50%;
	font-size: 1.5em; /* =15px */
	line-height: 1.6;
	margin-left: 1em;
	padding-bottom: 3em;
    }
div.merit2 .bullet {
      color: #01acdc;
      margin-left: -1em;
    }

p.zu2307 img {
	float: right;
    width: 324px;
}

p.img350 img {
	width: 350px;
}


  


/* レスポンシブデザイン */




	/* スマートフォン用のレスポンシブCSS */
    @media (max-width: 600px) {
	  .pc_hid {
		white-space: normal;
      }
	  
	  .box-kenkou p {
		text-align: left;
      }
	  
	  .box-inner li {
		font-size: 1.4em;
		line-height: 25px;
      }
	  
	  .box-inner img.midashi {
	width: 75%;
}
}

	
	
  /* PC用のスタイル */
  @media screen and (min-width: 768px) {
	.pc { display: block !important;
	width: 100%;}
	.sp { display: none !important; }
	.pc_m-top {
		margin-top: 37px;
	}
	.pc_m-top2 {
		margin-top: 27px;
	}
	.container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* 高さを揃える */
}
.honbun {
  flex: 1;
  margin-right: 20px;
}

.kigen {
  flex: 1;
  margin-left: 20px;
}
  }
  



  /* スマートフォン用のスタイル */
  @media screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.frame-point {
		display: block;
		text-align: center;
		}

  }
  

	
	

