*{
  margin:0px;
  padding:0px;
}
#beloved_static{
  width: calc(100% - 40px);
  margin: 0 auto;
}
#beloved_static main{
  padding: 20px 0 0;
}

article{
  margin-bottom:60px;
}
@media only screen and (max-width: 1062px) {
  .home_cocoloni header .navi_wrapper .navi_logo{
    padding-left: 0px; 
  }
}
body{
  max-width: 600px;
  margin:0 auto;
}
footer .breadcrumbs_list ol{
  width: auto;
}
footer .footernavi ul{
  width: calc(100% - 40px);
}
.outer_osusume_link{
  border: 2px solid transparent;
  border-image: linear-gradient(270deg, #DA4BA2 0%, #C14AD9 100%);
  border-image-slice: 1;
  background: #FEFCFF;
  padding: 8px;
  margin:40px auto;
}
.ool_btn{
  background: linear-gradient(90deg, #C04ADA 0%, #DA4AA0 100%);
  font-size: 15px;
  line-height: 118%;
  text-align: center;
  color: #fff;
  padding: 8px 32px;
  width: 240px;
  margin: 12px auto;
  border-radius: 100px;
}

.ool_title1{
  color:#C04ADA;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.ool_title2{
  line-height: 1.6;
  font-size: 13px;
  text-align: center;
}
.ool_title3{
  line-height: 1.6;
  font-size: 12px;
  text-align: center;
}

.h3_1{
  color: #C04ADA;
  font-weight: normal;
  border-bottom: 2px solid #F5DBFF;
  background: #FEFCFF;
  font-weight: 500;
  margin: 40px auto 12px;
}
.h3_2{
  color: #C04ADA;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 8px auto 0;
}
.h3_3{
  color: #C04ADA;
  font-weight: normal;
  border-bottom: 2px solid #F5DBFF;
  background: #FEFCFF;
  margin: 40px auto 12px;
}

.kuchikomi{
  color: #1f2121;
  font-weight: normal;
  border-bottom: 2px solid #F5DBFF;
  background: #FEFCFF;
  font-weight: 500;
  margin: 20px auto 16px;
}
.kuchikomi small{
  font-weight: normal;
}
article nav ul li a{
  display: block;
}
.mokuji P,
article P,h3{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.mokuji li{
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  list-style: decimal;
}

.bg_pink_txt P,
.summary P{
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.ez-toc-title {
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
    font-size: 16px;
}
.ez-toc-title::before, .ez-toc-title::after {
    border-top: 1px solid;
    content: "";
    width: 1em;
}
.ez-toc-title::before{
    margin-right: 1em;
}
.ez-toc-title::after{
    margin-left: 1em;
}
article h1 {
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  margin-bottom: 4px;
  padding:16px 10px 0;
}
.bg_pink_ttl,article h2{
  background: #F5DBFF;
  text-align: center;
  font-weight: normal;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 140%;
  margin: 40px auto 12px;
}
.beloved_img{
  margin:20px auto 12px;
}
.beloved_img img{
  width:100%;
}
.content{
  padding:0 16px;
}
.mokuji{
  background: #FEFCFF;
  border: 1px solid #F5DBFF;
  padding: 16px;
  margin-top: 28px;
}
.bg_pink_txt{
  background: #FEFCFF;
  border: 1px solid #F5DBFF;
  padding:16px;
}
nav.mokuji ul{
  display: block;
}
footer .breadcrumbs_list ol li {
  display: inline;
}
footer .breadcrumbs_list ol{
  display:inline-block;
}
footer .breadcrumbs_list ol li:first-child::before{
  top:0;
}
/* 非表示状態 */
#main-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.guide_img{
  padding: 24px 0 0;
}
.toc-wrapper {
  margin: 1em 0 4em;
}

#toggle-toc {
  position: absolute;
  /* right: 30px; */
  bottom: -20px;
  bottom: -40px;
  border: none;
  background: #EBEAE1;
  padding: 8px;
  border-radius: 4px;
  font-size: 11px;
  left: 0;
  width: 100px;
  color: #1f2121;
}

.toc {
  margin-top: 10px;
  padding-left: 20px;
}

/*.mokiji_hidden {
  display: none;
}*/
.mokuji{
  position: relative;
}
/* 通常状態（展開時） */
.toc {
  max-height: 1000px; /* 十分な高さで表示 */
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

/* 閉じた状態（45pxだけ表示 & 下部をぼかす） */
.mokiji_hidden {
  max-height: 45px;
}

/* フェードアウト用グラデーション */
.toc::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); /* ←背景色に合わせて調整してね */
  pointer-events: none;
  transition: opacity 0.3s;
}

/* 隠れてる時だけフェード出す */
.mokiji_hidden::after {
  opacity: 1;
}

.toc:not(.mokiji_hidden)::after {
  opacity: 0;
}
.uline_yellow{
  background: linear-gradient(transparent 70%, rgba(244, 222, 39, 0.3) 50%);
}
.uline_purple{
  background: linear-gradient(transparent 70%, rgba(150, 134, 210, 0.3) 50%);
}
.uline_green{
  background: linear-gradient(transparent 70%, rgba(100, 194, 172, 0.3) 50%);
}

.article_table {
  border-collapse:collapse;
  border-spacing:0;
}
.article_table th ,
.article_table td {
  border: 1px solid #F5DBFF;
  padding: 2px 4px;
  font-size: 14px;
}
.article_table th {
  text-align: center;
}
.article_table th.nowrap ,
.article_table td.nowrap {
  white-space: nowrap;
}
