@charset "utf-8";

.txt.col_r{
  color:#EB7377;
	/* font-weight:bold; */
	font-family:var(--font-b);
}
.anchor_links{
    display: table;
    width: 100%;
}
.anchor_links .link{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
  color:var(--base-color);
  border-right: 1px solid #dcdcdc;
	transform:var(--font-adjust);
  }
  .anchor_links .link:before{
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin: -3px 5px 0 0;
      width: 18px;
      height: 18px;
      background-image:url(/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg);
	  background-color:var(--primary-color);
	  background-position:center 6px;
	  background-repeat:no-repeat;
      background-size: 12px;
      border-radius:10px;
  }
.anchor_links .link.nolink{
	pointer-events: none;
	color: #aaa;
}
.anchor_links .link.nolink:before{
	display: none;
}
@media print, screen and (min-width: 768px) {
  
  .anchor_links{
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--primary-color);
  }
  .anchor_links .link{
	padding: 2px 10px;
	font-size: 18px;
  }
  .anchor_links .link:last-child{
      border-right: none;
  }
  .anchor_links .link:hover{
      text-decoration: underline;
  }
}
@media screen and (max-width: 767.9px) {
  
  .anchor_links{
    padding-top: 0;
    border-top: 5px solid var(--primary-color);
    display: block;
    font-size: 0;
    margin: 0 -15px 30px;
    width: calc(100% + 30px);
 }
	.anchor_links .link{
		display: inline-block;
		width:20%;
		margin-top: 10px;
		padding: 2px 1% 22px;
		font-size: 15px;
		line-height: 1.2;
		position: relative;
	}
	.anchor_links .link:before{
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -8px;
	}
	.anchor_links .link:first-child{
		border-left: 0;
	}
	.anchor_links .link:last-child,
	.anchor_links .link:nth-child(5n){
		border-right: 0;
	}
  
}

/* only IE
---------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
	.txt.col_r{font-family:'A-OTF Shuei MaruGo Std',"秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif;}
}