@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/*H3見出し*/
main h3.wp-block-heading {
    color: #000;/*文字色（黒）*/
    font-size: 18px;/*文字サイズ*/
    padding: 15px 10px;/*文字回りの余白（上下 左右）*/
    display: block;
    position: relative;
}
main h3.wp-block-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translate(-50%, -50%);
    width: 3em;/*円の幅*/
    height: 3em;/*円の高さ*/
    background-color: #e3e3e3/*円の色（グレー）*/
    border-radius: 50%;
    z-index: -1;
}
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
.fontbb25 {
  font-family: "Hachi Maru Pop", cursive;
}
/* リンク下線マウスオーバー */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}