@charset "utf-8";
/********************************/
/*          色の設定            */
/********************************/
:root {
 --true-blue: #00F;
 --true-siro: #FFF;
 --true-kuro: #000;
 --true-gray: #808080;
 --true-skyb: #D9D9FF;
 --true-pink: #FFC0CB;
 --true-gree: #008000;
 --true-yell: #FF0;
 --true-red1: #F00;
--color-dark: #2E7D32;
--color-pale: #C8E6C9;
}
/********************************/
/*        ヘッダーロゴ          */
/********************************/
h1,
footer h2 {
    background-image: url("../pbimage/m000001/pbi20250603152328_xETKC8kRK7ILT.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
h1,
footer h2,
.cs_header_top,
.cs_header_bottom,
address {
    padding-left: 55px;
}
