/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
	Version: 2.4.6
 */

/* カスタマイズする場合にはこれより下に追記してください  */

.visually-hidden {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bbs-icon {
    align-items: center;
    display: flex;
    font-family: 'FontAwesome';
}
.bbs-icon::before {
    line-height: 1;
}

[data-bbs-before-text]::before {
    content: attr(data-bbs-before-text);
}

/* diver */

.firstview_custom {
    display: flex;
    justify-content: center;
}