@charset "utf-8";

/* ページ（PC/スマホ）
 * **************************************************
 * 共通
 * **************************************************
 */

.button-048 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 2em auto 2em;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #2589d0;
    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 #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
}

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

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

#subPage h3.ttl-D {
  color: #00b8c1;
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 0.5em;
}
#subPage h4.midashi66 {
	font-size: 2.5em;
	margin-top: 1.5em;
}
#subPage h4.mdA {
	color: #ef87af;
}
#subPage h4.mdB {
	color: #05bda4;
}
#subPage h4.ttl-E {
  color: #fff;
	background-color: #00b8c1;
	width: 100%;
	padding: 0.2em 1em;
  font-size: 2.5em;
	border-radius: 30px;
font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

/*sp*/
@media (max-width: 767px) {
  #subPage h3.ttl-D {
    font-size: 3.5em;
  }
#subPage h4.ttl-E {
    font-size: 3.5em;
  }
}


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

/*sp*/
@media (max-width: 767px) {
  .spT001 {
    padding-top: 50px !important;
  }
}

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

.box_2colum {
  display: flex;
}

.box_2colum .column_A {
  flex: 1;
  background-color: #ffedf3;
  border-radius: 15px; /* 角丸 */
  padding: 20px;
  margin: 20px;
}

.box_2colum .left-column {
  margin-right: 20px; /* 右にスペースを追加 */
  margin-left: 0; /* 左のスペースをなしに */
}

.box_2colum .right-column {
  margin-left: 20px; /* 左にスペースを追加 */
  margin-right: 0; /* 右のスペースをなしに */
}

.box_2colum p {
  font-size: 1em;
}

.box_2colum .column_A h5.sps10 {
	margin-top: 0.8em;
}

.box_2colum .column_A h5 {
  font-size: 2em;
	color: #3a509b;
	text-align: center;
}
.box_2colum .column_A ul {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  padding-left: 20px;
}

.box_2colum .column_A h5 span {
    display: inline-flex; /* Changed from flex to inline-flex */
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #3a509b;
    border-radius: 10px; /* Adjust the value for desired roundness */
    padding: 0.1em 1em; /* Add padding for better appearance */
	font-size: 12px;
	margin: 0;
}

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

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;
  }
}

table.taisyou66 {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

table.taisyou66 th,
table.taisyou66 td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

table.taisyou66 th {
  color: white;
  width: 30%;
}

table.thcol001 th {
  background-color: #ef87af !important;
}
table.thcol002 th {
  background-color: #05bda4 !important;
}

table.taisyou66 td {
  width: 70%;
  text-align: left !important;
}

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

/*sp*/
@media (max-width: 767px) {
  table.taisyou66 th,
  table.taisyou66 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.taisyou66 th {
    background-color: #007bff;
    color: white;
    text-align: left;
  }
}


.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-img {
	text-align: center;
	margin-top: 1em;
}
.col1-inner-img img{
	width: 100%;
}

.two-col-container {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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


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


div.two-col-container .column {
            float: left;
            width: 48%;
            margin: 1%;
}
div.two-col-container .box {
            background-color: #ecfafa;
            padding: 20px;
            border-radius: 15px;
}
div.two-col-container .box ul {
    padding-left: 20px;
	list-style-type: disc;
}
div.two-col-container .box ul li {
	font-size: 1.5em;
    margin: 5px 0;
}


.example-table-container {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 60%;
        }
.example-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
.example-table th, .example-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: center;
        }
.example-table th {
            background-color: #ccc1b4 !important;
        }
.bubble {
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            background: #f5f0e8;
            border-radius: 5px;
            padding: 10px;
            margin-left: 20px;
            width: 240px;
            box-sizing: border-box;
            text-align: center;
        }
.bubble::after {
            content: '';
            position: absolute;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
            border-width: 10px;
            border-style: solid;
            border-color: transparent #f5f0e8 transparent transparent;
        }



