.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-7e26b28d-2a7e-0233-55ba-c5fdd843f4b9 {
display: none !important;
}
.lfr-layout-structure-item-24a11a14-8614-7c21-df22-c2ffd0ca71d6 {
display: none !important;
}
#imgWrap-shijo{
  position:relative;
  width:max-content;
  max-width:100%;
  z-index:1;
  img{
    display:block;
    max-width:100%;
  }
  svg{
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
    z-index:2;
  }
}summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  margin-bottom: 0.5em;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner{
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 11px 37px 7px 18px;
  color: #007c96;
  background: #f5fafa;
  border: 4px solid #d0e5e7;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.summary_inner h4 {
    display: block;
    margin: 0;
    margin-block-start: 0.5em;
    margin-block-end: 0.8em;
    font-size: 1.3em;
}


/* アイコンのバーのスタイル */
.accordion .summary_inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 3px;
    border-radius: 10px;
    display: block;
    background-color: #187376;
}

.accordion .summary_inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 15px;
    border-radius: 10px;
    background-color: #187376;
    display: block;
    transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

.accordion[open] summary .summary_inner::after {
    transform: translate(-50%, -50%) rotate(90deg);
}



/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.content_inner {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.content_inner p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
}


h5.stit {
    position: relative;
    margin: 10px 0 15px;
    padding: 5px 5px 12px;
    /* color: #2b8487; */
    color: #187376;
    font-size: 135.71429%;
    line-height: 127%;
    font-weight: bold;
    border-bottom: 2px solid #19b2a8;
}

.link-btn {
    width: 100%;
    padding: 17px 44px 15px 19px;
    color: #333333;
    background: #f5fafa;
    border: 4px solid #d0e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a.link-btn{
    text-decoration:none;
}

.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.link-btn::before{
	width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #007c96;
}
.link-btn::after {
    right: 1em;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
}

p.return-top{
text-align:right;
}

.content_inner table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.content_inner th {
    padding: 13px 5px 10px;
    /* color: #2b8487; */
    color: #187376;
    vertical-align: middle;
    text-align: center;
    background: #deefee;
    font-weight:normal;
}

.content_inner td {
    padding: 13px 10px 12px 15px;
    vertical-align: top;
}

.content_inner th, .content_inner td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
