@charset "utf-8";

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

.underline {
            text-decoration: underline;
	display: inline; /* インライン表示を維持 */
        }

.circle-number {
    position: relative;
    display: inline-block;
    margin-right: 8px; /* 数字とテキストの間にスペースを作成 */
}

.circle-number::before {
    content: attr(data-number); /* 擬似要素に数字を表示 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* 背景の円の幅 */
    height: 50px; /* 背景の円の高さ */
    background-color: #ffbad1; /* 円の背景色 */
    border-radius: 50%; /* 背景を丸くする */
    color: white; /* 数字の色 */
    font-weight: bold; /* 数字の太さ */
    font-size: 16px; /* 数字のサイズ */
}


.tokutei_nai {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.tokutei_nai h5 {
    background-color: #ffbad1; /* お好みの色に変更可能 */
	font-size: 1.5em;
    color: #333333;
    border-radius: 8px; /* 角丸の設定 */
    padding: 10px;
    margin: 0;
    width: 20%;
    display: flex;
    align-items: center;
	font-weight: normal;
	text-align: center;
}

.tokutei_nai div.div-naiyou {
    width: 75%;
    margin: 0;
    display: flex;
    align-items: center;
}

/* スマホ用のメディアクエリ */
@media (max-width: 768px) {
    .tokutei_nai {
        flex-direction: column;
        align-items: flex-start;
    }

    .tokutei_nai h5,
    .tokutei_nai p {
        width: 100%;
    }

    .tokutei_nai h5 {
        margin-bottom: 0.5em;
    }
}


h3.w430 {
  margin-top: 1em;
 }
h3.w430 img {
  width: 430px;
  height: auto; 
 }
 /*sp*/@media (max-width: 767px)  {
  h3.w430 img {
    max-width: 100%;
    height: auto;
   }
 }

 .box_2colum {
  display: flex;
}
.box_2colum .column_A {
  flex: 1;
  background-color: #fffcdd;
  border-radius: 15px; /* 角丸 */
  padding: 20px;
  margin: 20px;
  border:  solid 1px #ffa164;
}
.box_2colum .left-column {
  margin-right: 20px; /* 右にスペースを追加 */
  margin-left: 0; /* 左のスペースをなしに */
}
.box_2colum .right-column {
  margin-left: 20px; /* 左にスペースを追加 */
  margin-right: 0; /* 右のスペースをなしに */
}
.box_2colum h4 {
  font-weight: bold;
	color: #01acdc;
  font-size: 2em;
  margin-bottom: 10px;
}
.box_2colum p {
  font-size: 1em;
}

.box_tokutei {
	background-color: #fdeef3;
}
.box_dock{
	background-color: #fffcdd;
}
.box_hoka {
	background-color: #e9f9f8;
}
.box_tokutei,
.box_dock,
.box_hoka {
  padding: 30px;
  border-radius: 15px; /* 角丸 */
  margin: 20px 0;
	
}
.box_hoka span {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.05em;
	
}


/*sp*/
@media (max-width: 767px) {
  .box_2colum {
      flex-direction: column;
  }
  .box_2colum .left-column, 
  .box_2colum .right-column {
      margin: 10px 0; /* モバイルでは上下にスペースを追加 */
  }
}

.honbun {
    font-size: 1.7em !important;
    line-height: 1.9em !important;
    margin-bottom: 1em;
  }

  .kigen {
    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;
   }
  



/*sp*/
@media (max-width: 767px)  {
.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;
}



.box-kansyu {
  display: flex;
  align-items: center;
  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%;
}

.yosan01  h3 {
	font-weight: bold;
    font-size: 3.8em;
    line-height:1.5;
	color: #01acdc;
}

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;
}
  }
  
.button-048 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 300px;
    margin: 1em auto 0;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #f9aa52;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
}
.button-048 a {
	text-decoration: none;
	color: #FFFFFF!important;
}

.button-048::before {
    position: absolute;
    right: calc(2em + 2.5px);
    transform: translateX(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.button-048::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 3px solid #f9aa52;
    border-right: 3px solid #f9aa52;
    content: '';
}

.button-049 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 1em auto 0;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #ef87af;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
}
.button-049 a {
text-decoration: none;
color: #FFFFFF!important;
}

.button-049::before {
  position: absolute;
  right: calc(2em + 2.5px);
  transform: translateX(50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.button-049::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 3px solid #ef87af;
  border-right: 3px solid #ef87af;
  content: '';
}





  /* sp */
  @media screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }

  }
  
.qrimg img {
	width: 290px;
}
/*sp*/
@media (max-width: 767px)  {
.qrimg img {
	width: 100%;
}
}
	
.two-col-container {
  display: flex;
  flex-wrap: wrap;
}

.pc-w50 {
	width: 50%;
}

/*sp*/@media (max-width: 767px)  {
.pc-w50 {
	width: 100%;
}	
}

.one-col-container {
	width: 85%;
	margin: auto;
}

.one-col-container .col1-inner-img {
	text-align: center;
}





.sps004 {
	padding: 2em 4em;
}
 p {
	text-align: left;
}

 h4 img {
	width: 650px;
}

 h5 {
	font-size: 1.7em;
    padding: .3em .7em;
    background-color: #6f7fb3;
    color: #fff;
	margin-bottom: 1em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	text-align: center;
	font-weight: normal;
}

/*sp*/@media (max-width: 767px)  {
  h4 img {
    max-width: 100%;
    height: auto;
  }
}



.col1-inner {
  flex: 1;
  margin: 0 10px;
	background-color: #fff;
	padding: 1.9em;
	border-radius: 20px;
}
.col1-inner ul {
    list-style: none;
}
.col1-inner li {
     font-size: 1.5em;
	 line-height: 1.8em;
}

.col1-inner li::before {
     content: "\e876"; /* Googleフォントのチェックマークアイコン */
     font-family: 'Material Icons'; /* Googleフォントのファミリー名 */
     font-size: 1.5em;
     margin-right: 0.5em; /* チェックマークアイコンとテキストの間隔を調整 */
	 vertical-align: middle;
	 color: #ff8b90;
	 font-weight:700;
}



.col1-inner-bg {
    border: none;
    background-color: #f5f0e8;
    border-radius: 10px;
    padding: 25px;
}
.col1-inner .col1-inner-img {
	text-align: center;
	margin-top: 1em;
}
.col1-inner .col1-inner-img img{
	width: 100%;
}

/* sp */
@media (max-width: 767px) {
  .two-col-container {
    flex-direction: column;
  }

  .col1-inner {
    margin-right: 0; /* スマートフォンでは余白をなしにする */
  }
  
  .col1-inner .col1-inner-img img{
    max-width: 100%;
}
  .one-col-container {
    max-width: 100%;
    height: auto;
}
  .one-col-container .col1-inner-img img {
    max-width: 100%;
}
  
}

/* box */
.box-005 {
    max-width: 100%;
    margin: 4em auto 1em;
    border: 2px solid #f06060;
    border-radius: 10px;
    color: #333333;
	text-align: center;
	padding: 2em 3em;
}

.box-005 figure img {
	width: 660px;
}

.box-005 h5 {
	font-size: 3em;
	border-bottom:  4px dotted;
	color: #e75369;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	text-align: left;
}
.box-005 p {
	font-size: 2.4em;
	text-align: left;
}

.box-005 p span {
	font-size: 0.9em;
}


figure {
	margin: 2em 0;
}
figure img {
	width: 100%;
}

div.wakuG {
	background: #f0faf6; padding: 1.5em; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid #a3e0c8; margin: 1em 0;
}
div.wakuG p {
	font-size: 100%;
}
div.imgBox {
	text-align: center;
	margin: 2em auto 2em;
	padding:  0 auto;
}
div.imgBox img {
	width: 550px;
}

.btn {
	text-align: center;
}



/* ボタンのスタイル */
.button-stylish {
  background-color: #3498db; /* ボタンの背景色 */
  color: #fff; /* ボタンのテキストカラー */
  padding: 10px 20px; /* ボタンの内側の余白 */
  border: none; /* ボタンのボーダーなし */
  border-radius: 5px; /* ボタンの角を丸くする */
  cursor: pointer; /* カーソルをポインターに変更 */
  font-size: 16px; /* ボタンのテキストのフォントサイズ */
}

/* ボタンのホバースタイル */
.button-stylish:hover {
  background-color: #2980b9; /* ホバー時の背景色 */
}

/* テーブル　塩分 */
.table-stylish {
  width: 100%;
  border-collapse: collapse;
}

.table-stylish th, .table-stylish td {
  text-align: center;
  padding: 10px;
}

.table-stylish th {
  color: #fff;
}

.table-stylish tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-stylish tr:hover {
  background-color: #ddd;
}

/*　リンク　*/
.stylish-link {
  position: relative;
  text-decoration: none; /* アンダーラインを消す */
  color: #000; /* リンクの色 */
  padding-left: 20px; /* アイコンのスペースを確保 */
	margin-top: 1em;
}

.stylish-link:before {
  content: "▶︎"; /* ここに好きなマークや文字を入れる */
  position: absolute;
  left: 0;
  top: 0;
  color: #618e19; /* マークの色 */
}

/* 背景色を白に設定するクラス */
.background-white {
    background-color: white;
}

/* テキストと枠線を赤色に設定するクラス */
.text-red-border-red {
    color: red; /* テキストの色 */
    border: 1px solid red; /* 枠線の色と太さ */
    padding: 20px; /* 内側の余白 */
    margin: 10px; /* 外側の余白 */
	border-radius: 15px;
}

/* 2カラム */
#subPage .main div.itemA {
    float: left;
    width: 50%;
    padding: 5em 0 0;
}
#subPage .main div.itemA h3 {
    padding-right: 1em;
}
#subPage .main div.itemA p {
    padding-right: 1em;
}
#subPage .main div.itemB {
    float: right;
    width: 50%;
}
#subPage .main div.itemB img {
    width: 100%;
}

/* 見出し　スペース */
#subPage h2.ttl202463 {
	margin: 1em 0;
}

#subPage h3.ttl-D {
	color: #00b8c1;
	text-align: center;
	font-size: 4.5em;
	margin-bottom: 0.5em;
}
/*sp*/@media (max-width: 767px)  {
  #subPage h3.ttl-D {
    font-size: 3.5em;
  }
}

/* Style for even rows */
table.tb202405 tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Style for odd rows */
table.tb202405 tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Style for table headers */
table.tb202405 th {
  background-color: #4CAF50;
  color: white;
}

/* Style for table cells */
table.tb202405 td {
  padding: 8px;
}




#subPage .main table.tb202405 {
	font-size: 1.3em;
}
#subPage .main div.hokenjigyou2024Koumoku1 th {
	background:#e60045;
}
#subPage .main div.hokenjigyou2024Koumoku2 th {
	background:#29ab38;
}
#subPage .main div.hokenjigyou2024Koumoku3 th {
	background:#006eb8;
}
#subPage .main div.hokenjigyou2024Koumoku4 th {
	background:#ed6c0e;
}

#subPage .main div.hokenjigyou2024Koumoku1 th,
#subPage .main div.hokenjigyou2024Koumoku2 th,
#subPage .main div.hokenjigyou2024Koumoku3 th,
#subPage .main div.hokenjigyou2024Koumoku4 th {
    white-space: nowrap;
	padding: 0.2em;
}



#subPage .main div.hokenjigyou2024Koumoku1 td,
#subPage .main div.hokenjigyou2024Koumoku2 td,
#subPage .main div.hokenjigyou2024Koumoku3 td,
#subPage .main div.hokenjigyou2024Koumoku4 td {
    text-align: center;
	margin-bottom: 0.5em;
  background-color: #fff;
}

#subPage .main div.hokenjigyou2024Koumoku1 td p,
#subPage .main div.hokenjigyou2024Koumoku2 td p,
#subPage .main div.hokenjigyou2024Koumoku3 td p,
#subPage .main div.hokenjigyou2024Koumoku4 td p {
	font-size: 1em;
}

#subPage .main div.hokenjigyou2024Koumoku1 td.tdA,
#subPage .main div.hokenjigyou2024Koumoku2 td.tdA,
#subPage .main div.hokenjigyou2024Koumoku3 td.tdA,
#subPage .main div.hokenjigyou2024Koumoku4 td.tdA {
	white-space:  nowrap;
}
#subPage .main div.hokenjigyou2024Koumoku1 td.tdA {
	background-color: #fce4e1;
	color: #e60045;
}
#subPage .main div.hokenjigyou2024Koumoku2 td.tdA {
	background-color: #e9f3e2;
	color: #29ab38;
}
#subPage .main div.hokenjigyou2024Koumoku3 td.tdA {
	background-color: #e3e8f5;
	color: #006eb8;
}
#subPage .main div.hokenjigyou2024Koumoku4 td.tdA {
	background-color: #feeee3;
	color: #ed6c0e;
}

#subPage .main div.hokenjigyou2024Koumoku1 td.tdB,
#subPage .main div.hokenjigyou2024Koumoku2 td.tdB,
#subPage .main div.hokenjigyou2024Koumoku3 td.tdB,
#subPage .main div.hokenjigyou2024Koumoku4 td.tdB {
    text-align: left;
}

#subPage .main div.hokenjigyou2024Koumoku1 td.tdC,
#subPage .main div.hokenjigyou2024Koumoku2 td.tdC,
#subPage .main div.hokenjigyou2024Koumoku3 td.tdC,
#subPage .main div.hokenjigyou2024Koumoku4 td.tdC {
	white-space:  nowrap;
}

#subPage .main div.hokenjigyou2024Koumoku1 td.tdD,
#subPage .main div.hokenjigyou2024Koumoku2 td.tdD,
#subPage .main div.hokenjigyou2024Koumoku3 td.tdD,
#subPage .main div.hokenjigyou2024Koumoku4 td.tdD {

}

#subPage .main div.meyasu {
	font-size: 0.85em;
	background-color: #e9f3e2;
	border-radius: 10px;
	padding: 0.5em;
}


#subPage .w001 {
	width: 100px;
}
#subPage .w002 {
	width: 180px;
}
#subPage .w003 {
	width: 90px;
}


/*sp*/@media (max-width: 767px)  {
  .table__container {
    width: 100%;
    overflow: scroll;
  }
  table.tb202405 {
    width: 200%;
    border-collapse: collapse;
  }
  
  .spT001 {
    padding-top: 50px;!important
  }
}

