@charset "UTF-8";

.cmp-au-com-title h1 {
    font-size: 28px!important;
}
.tableElem .table-row {
    font-size: 14px;
}
.tableElem .table-row > * {
    padding: 15px;
}

/* アンカーリンクボタン--------------------------------------------------*/
.pageAncList ul {
display: flex;
/* justify-content: space-between; */
justify-content: flex-start;
flex-wrap: wrap;
padding: 0;
align-items: center;
}
.pageAncList li {
padding: 8px 10px;
margin: 0.3%;
text-align: center;
background-color: #e1e1e1;
border-radius: 5px;
align-self: stretch;
width: calc(97% / 4);
display: flex;
align-items: stretch;
}
.pageAncList li a {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
}
.link-gotoAnc:after {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 7.5px 0 7.5px;
border-color: #b9b9b9 transparent transparent transparent;
position: absolute;
top: 50%;
right: 2%;
margin-top: -5px;
}
.fs-13 {
font-size: 13px!important;
}
.fs-12 {
font-size: 12px!important;
}
@media screen and (max-width: 980px) {
.pageAncList li {
width: calc(97% / 3);
}
}
@media screen and (min-width: 768px) {
.hidden-pc { display: none !important; }
.cmp-au-com-title h1 {
    font-size: 28px!important;
}
}

@media screen and (max-width: 767px) {
.hidden-sp { display: none!important; }
.pageAncList li {
width: calc(97% / 2);
padding: 8px 6px;
margin-bottom: 5px;
}
.pageAncList li a, .pageAncList li a.fs-13 {
font-size: 11px!important;
}
.pageAncList li a.fs-12 {
font-size: 9px!important;
}
.link-gotoAnc:after {
border-width: 6px 5px 0 5px;
right: 0;
margin-top: -4px;
}
.tableElem .table-row {
    font-size: 12px;
}
}


.flex-text-right-wrap {
    display: flex;
    justify-content: flex-end;
}
.flex-text-right-wrap .flex-text-right {
  display: inline-block;
}
