body{
    margin: 0;
    font-family: 'Oswald', 'M PLUS 1p', sans-serif;
    overflow-x:hidden;
}

/*以下画像ディレクトリ*/

.hero1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://dengiken.jp/website/wp-content/uploads/2026/03/DSC04732-scaled.jpg");
}

.hero2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("img/yoki/DSC03546.JPG");
}

.hero3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("img/yoki/DSC03071.JPG");
}

.hero4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("img/yoki/DSC03509.JPG");
}

.c_img1{
    background-image: url("img/yoki/DSC03544.JPG");
}

.c_img2{
    background-image: url("img/yoki/DSC03549.JPG");
}

.contact{
    background-image: linear-gradient(rgba(49, 78, 78, 0.5), rgba(49, 78, 78, 0.5)), url("img/img019.JPG");
}

.s_hero_left{
    background-image: url("img/img020.JPG");
}

.shero_event{
    background-image: url('img/img029.JPG');
}

.shero_news{
    background-image: url('img/img031.JPG');
}

.shero_project{
    background-image: url('img/img030.JPG');
}

.shero_result{
    background-image: url('img/img032.JPG');
}

.c_p_hero{
    background-image: url("img/img021.JPG");
}

.c_p_i_right{
    background-image: url("img/img022.JPG");
}

.c_u_left{
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("img/img023.JPG");
}

.cpbl1 {
    background-image: url("img/img023.JPG");
}

.cpbl2 {
    background-image: url("img/img024.JPG");
}

.e_e_right{    
    background-image: url("img/img025.JPG");
}

.r_r_right{
    background-image: url("img/img034.JPG");
}

.pr_p_right{
    background-image: url("img/img026.JPG");
}

.p_s_p_content{
    background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
}

.ad_s_left{
    background-image: url("img/img027.JPG");
}

.ad_s_right{
    background-image: url("img/img028.JPG");
}

.ad_s_left.memberblog{
    background-image: url("img/img036.JPG") !important;
}

.ad_s_right.memberblog{
    background-image: url("img/img037.JPG") !important;
}

.ad_a_right{
    background-image: url("img/img033.JPG");
}

.co_g_left{
    background-image: url("img/img021.JPG");
}

.co_g_right{
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url('img/background1.png');
}

/*付帯スタイル*/

blockquote{
    position:relative;
    border-left:3px solid rgba(49, 78, 78, 1);
    padding-left: 20px;
    margin-left: 0;
}

blockquote:before{
    position:absolute;
    left: 10px;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:rgba(49, 78, 78, 1);
}

blockquote p{
    position:relative;
    padding-left:50px;
}

blockquote cite{
    display: block;
    font-size:0.8rem;
    color:rgba(49, 78, 78, 1);
    text-align:right;
}

iframe.wp-embedded-content  {
    width:100%;
}

/* 定期読者登録フォーム バナー */

.reader-form-banner img:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}