.p-single__content h2{
padding: 1rem 0.5rem;
border-top: 5px solid #ffb6c0;
border-bottom: 5px solid #ffb6c0;
background: #ffffff;
font-size: 1.2rem;
}

.p-single__content h3 {
	border-left:  0.4375rem solid #4bb6a1;
	font-size: 1rem;
	padding-left: 1.25rem;
}

.p-single__content h4 {
	border-bottom: 3px solid #4bb6a1;
	font-size: 1rem;
	padding-left: 1.25rem;
	color:#2c2c2c
}


.b{
	font-weight: bold;
}
.pink-b{
	font-weight:bold;
	color:#e04244;
}

.blue-b{
	font-weight:bold;
	color:#678ec3;
}

.mininote {
    line-height: 1em;
    font-size: 0.7em;
    opacity: 0.8;
 Â  Â margin: 10px 0;
}

.mark_yellow {
	display: inline;
	padding: 2px;
     font-weight: bold;
	background: linear-gradient(transparent 64%,#fff694 0%);
}

table{
	width:100%;
	box-sizing:border-box;
	margin: 5px 0 20px 0;
	border-collapse: collapse
}
table.small{
	font-size:87%;
}
table caption{
	margin-bottom:15px;
	font-weight:bold;
	text-decoration:underline;
}
table th,
table td{
	padding:10px;
	border:1px solid #ccc;
}
table th {
	background-color:#e9f3f0;
	/* min-width: 85px; */
	vertical-align:middle;
}

table td{
	background-color:#fff;
}
table td p:nth-last-of-type(1){
	margin-bottom:0;
}
table thead th{
	color:#fff;
	background-color:#4bb6a1;
	font-weight:bold;
}
table th.waku,
table td.waku{
	border:2px solid #f00 !important;
}
table th.waku{
	background-color:#ffefef;
}

table.female thead th{
	background-color: #ff8596;
}

table.female tbody th{
	background-color: #fff1ef;
}

table.ftable thead th{
	background-color: #ff8596;
}

table.ftable  tbody th{
	background-color: #fff1ef;
}

.table__scroll {
    overflow-x: scroll;
}

.table__scroll th {
    width: 140px;
    min-width: 140px;
}

.pa {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -20px;
}

.pa::before,
.pa::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #ff6076;
}

.pa::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.pa::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.wp-block-button {
	text-align: center
}

.komidashi {
  position: relative;/*ç›¸å¯¾ä½ç½®*/
  line-height: 1.4;/*è¡Œé«˜*/
	margin-top: 10px;
	font-weight: 700;
	font-size: 1rem;
}

.komidashi:first-letter {
  font-size: 150%;
  color: #4bb6a1;
}

.komidashi2 {
font-weight: bold;
margin: 20px 0;
position: relative;
background-color: #e9f3f0;
padding: 10px 20px;
border-radius: 9999px;
}

.komidashi2::before {
content: "";
position: absolute;
border: 10px solid transparent;
border-top: 10px solid #e9f3f0;
top: 100%;
left: 8%;
}

.komidashi3 {
font-weight: bold;
margin: 20px 0;
position: relative;
background-color: #ff8596;
padding: 10px 20px;
border-radius: 9999px;
	color:#fff
}

.komidashi_c {
  font-weight: bold;
  font-size:1.1em;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.komidashi_c::after {
  content: '';
  background-color: #ade7dc;
  width: 5em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.komidashi3::before {
content: "";
position: absolute;
border: 10px solid transparent;
border-top: 10px solid #ff8596;
top: 100%;
left: 8%;
}

.has-border.-border01 {
    border: solid 3px #4bb6a1;
    margin-bottom: 10px;
    margin-top: 28px;
	padding: 20px;
	border-radius: 15px;
}

.has-border, div.has-background, p.has-background {
    padding: var(--swl-box_padding);
}

.box-caution {
    border: solid 3px #e04244;
    margin-bottom: 10px;
    margin-top: 28px;
	padding: 20px;
	background: #fff9f9;
	border-radius: 15px;
}

.box-caution_title {
  font-weight: bold;
  font-size:1.1em;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.box-caution_title::after {
  content: '';
  background-color: #e04244;
  width: 5em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.box-purple {
    margin-bottom: 10px;
    margin-top: 28px;
	padding: 20px;
	background-color:#eef7f6;
	border-radius: 15px;
}

.box-bunken {
  margin: 20px auto;
}
.box-bunken-ttl {
  background-color: #aaa;
  color: #fff;
  padding: 2px 20px;
  width: fit-content;
  margin: 0;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box-bunken-txt {
  padding: 10px 20px;
  border: 1px solid #aaa;
  font-size: 0.7em;
  width: fit-content;
  margin-top: 0!important;
}

ul.dot {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
ul.dot li {
  font-weight: bold;
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
}
ul.dot li:before{
  content: '';
  position: absolute;
  background-color: #4bb6a1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}

ul.check_list li:after,
ul.check_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #ff6076;
    top: 0.43em;
    left: 0.5em;
    height: 11px;
    width: 2px;
    border-radius: 10px;
    transform: rotate(45deg);
}

ul.check_list li:before {
    top: 0.6em;
    left: 0.1em;
    height: 8px;
    transform: rotate(-45deg);
}

ul.check_list li {
	font-weight: bold;
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

.box-matome {
    padding: 0.8rem;
    background-color: #ffb6c0;
}
.box-body {
    padding: 1rem;
    border-radius: 1rem;
    background-color: white;
}

.box-matome-ttl {
  position: relative;
  background: #ff6076;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
 color: #ffffff;
  text-align:center;
  border-radius: 9999px;
}

.box-inyo {
  position: relative;
  margin: 20px auto 0px;
  padding: 10px 20px 20px 60px;
  background: #f5f5f5;
  border-left: solid 5px #4bb6a1;
}

.box-inyo:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: var(--font-family2);
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.flow_design {
  display: grid;
}

.flow_design ul {
  padding: 0;
}

.flow_design li {
  list-style-type: none;
}

.flow_design dd {
  margin-left: 0;
}

.flow > li {
  padding: 40px 10px;;
}

.flow > li:not(:last-child) {
  border-bottom: 2px solid #eef7f6;
  position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #eef7f6;
}

.flow > li:not(:last-child)::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow > li dl {
  margin: 0;
}

.flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow > li dl dt .icon02 {
  font-size: 12px;
  color: #fff;
  background: #ff8596;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}

.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dd {
  background: #ffefef;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1199cc;
  width: 2em;
  height: 2em;
 border-radius: 50% !important;!i;!;!;
  font-weight: bold;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d64300;
  width: 2em;
  height: 2em;
  border-radius: 50% !important;!i;!;!;
  font-weight: bold;
}

.box-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #4bb6a1;
    border-radius: 10px;
}

.box-point-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    line-height: 1;
      background: #FFF;
    color: #4bb6a1;
    font-weight: bold;
}

.box-point p {
    margin: 8px; 
    padding: 0;
}


.box-point2 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff6076;
    border-radius: 10px;
}

.box-point2-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    line-height: 1;
      background: #FFF;
    color: #ff6076;
    font-weight: bold;
}

.box-point2 p {
    margin: 8px; 
    padding: 0;
}

/* アコーディオンメニュー */
.ac-menu:last-child {
  margin-bottom: 60px; /* 最後の要素の下にだけ余白 */
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #fff; /* 文字色 */
  font-size: 15px; /* 文字サイズ */
  line-height: 2; /* 行間 */
  font-weight: bold; /* 文字を太く */
  text-align: center; /* 文字を中央に */
  background: #4bb6a1; /* 背景色 */
  margin-top: 20px;
  padding: 20px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu label:hover {
  opacity: 0.5; /* マウスを乗せた時に背景色が薄くなる */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px; /* 中身の枠内の余白 */
  background: #F5F5F5; /* 中身の背景色 */
  margin-top: 0;
}
.ac-menu-inside {
  line-height: 2; /* 行間 */
}

