/*スマホ表示時のフォント調整*/
@media screen and (max-width:750px) {
.content h2{
	font-size:17px;
	padding: 10px;
}
.content h3{
	font-size:15px;
	padding: 10px;
}
.content h4{
	font-size: 14px;
	padding: 10px;
}	
ep-box, p, li{
	font-size: 12px;
	line-height: 1.5;
	padding-left: 10px;
}
}	
/*{
  .heading-secondary {
    font-size: 100%;
  }
}*/

/*THE THOR既存の目次・階層の数字を消す*/
.content .outline__number{
display:none;
}

/*TOC+の目次・階層の○印を消す
#toc_container ul li::before{
display:none;
}*/

/* ドットを付ける */
#toc_container ul li::before{
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
}
 
#toc_container ul li::before{
content:  "";     /* 空の要素作成 */
width:  10px;               /* 幅指定 */
height:  10px;              /* 高さ指定 */
display:  inline-block;     /* インラインブロックにする */
background-color: #585858;  /* 背景色指定 */
border-radius:  50%;        /* 要素を丸くする */
position:  relative;        /* 位置調整 */
top: -1px;                  /* 位置調整 */
margin-right: 5px;          /* 余白指定 */
}

.toc_title{
font-size:18px;
}

ul.toc_list li{
font-size:16px;
font-weight:bold;
}

ul.toc_list ul li{
font-size:14px;
font-weight:normal;	
}

/*サイドバーの目次の調整：ここから約35行*/
.toc_widget_list.no_bullets li{
line-height: 23px;
color:#585858
}
/*h2*/
.toc_widget>ul>li>a:nth-of-type(n){
font-size:14px;
font-weight:bold;
}
/*h3*/
.toc_widget_list.no_bullets ul li:nth-child(n+1){
font-size:12px;
padding:2px 0 5px 12px;
}
/*マウスオーバー時*/
.toc_widget_list.no_bullets li a:hover{
color:#aaaaaa;
}

/* ドットを付ける */
.toc_widget_list.no_bullets li {
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
}
 
.toc_widget_list.no_bullets li:before {
content:  "";     /* 空の要素作成 */
width:  5px;               /* 幅指定 */
height:  5px;              /* 高さ指定 */
display:  inline-block;     /* インラインブロックにする */
background-color: #585858;  /* 背景色指定 */
border-radius:  50%;        /* 要素を丸くする */
position:  relative;        /* 位置調整 */
top: -1px;                  /* 位置調整 */
margin-right: 5px;          /* 余白指定 */
}

.waku2 {
  padding: 1em; /*段落余白*/
  border: 3px solid #f582ae; /*枠線*/
  border-radius: 10px; /*角丸*/
}

/*枠線の影を非表示*/
main.l-main.u-shadow {
    box-shadow: none;
    padding: 0px;
}

div.l-sidebar.u-shadowfix {
    box-shadow: none;
    padding: 0px;
}

.widget>ul {
    border-top: none;
}


.content div.yuasa {
	margin-top: 0;
}


/* トップページコメント */
aside.comments {
	padding: .5em;
    margin: 0 0 3em;
	color: #525252;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

aside.comments .comment-title {
    font-size: 16px;
	font-weight: bold;
    color: #545454;
}

aside.comments .recent-comments {
	display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 15px 10px !important;
    gap: 15px !important;
    scroll-snap-type: x mandatory !important;
}

aside.comments .recent-comment-link {
	flex: 0 0 auto !important;
    width: 280px !important;
    background: #f5fbf7 !important;
    border-radius: 16px !important;
    padding: 15px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1) !important;
    text-decoration: none !important;
    color: inherit !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

aside.comments .recent-comment-info {
	display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.recent-comment-avatar {
	margin-right: 10px;
}

.recent-comment-avatar img {
	width: 30px !important;
    height: 30px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.recent-comment-author {
	font-weight: bold !important;
    font-size: 12px !important;
}

.recent-comment-date {
	font-size: 12px !important;
    color: #666 !important;
}

aside.comments .recent-comment-content {
	font-size: 13px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    flex-grow: 1 !important;
	height: 100px !important;
	background: #daf9d8;
    border: none;
    padding: 1em;
	position: relative;
	max-width: 100%;
	margin-bottom: 1.5em;
    border-radius: 10px;
}

aside.comments .recent-comment-content:before {
  content: "";
  position: absolute;
  left: 55px;
  bottom: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #daf9d8 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

aside.comments .recent-comment-content div {
	overflow: hidden;
	height: 55px
}

aside.comments .recent-comment-content p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
}

aside.comments .recent-comment-article {
	margin-top: 12px !important;
    font-size: 11px !important;
    color: #fff !important;
    background: #41bc3a !important;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
	font-weight: 400;
}