@charset "utf-8";

/*
Theme Name: Wazankai202507
Theme URI: https://gmworx.ne.jp
Author: gmworx inc.
Author URI: http://gmworx.com
Description: Proindexoneは、スターターテーマ（ブランクテーマ）ですが、デザインのアイディアを容易にホームページとして表現できる必要最小限の機能を盛り込んでいます。【自由】このテーマはカスタマイズして使用することが前提となっています。必要な機能はご利用者の責任で設定を行なってください。カスタマイズは自由です【ライセンスと使用の制限】このテーマは1ライセンス、1サイトに利用可能です。許可なく複製して使用することはできません。カスタマイズしたテーマを再配布することもできません。違法な情報を発信するため、あるいは青少年に有害な情報を発信するなど、公序良俗に反する利用はできません。【情報の収集】このテーマが有効化された時、有効化されたサイト情報と管理者のメールアドレスが、Authorに通知されます。【免責】このテーマの使用によるいかなる問題もAuthorは責任を負いません。
Requires at least: 6.0
Version: 1.0
Tested up to: 6.0
Requires PHP: 7.0.28
License: 
License URI:
Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template
Text Domain: proindexzero
*/

/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;

    padding: 0;    vertical-align: baseline;
}



/*テーマチェック対応*/

.sticky{}

.bypostauthor{}

/*screen readersクラスは、読み上げソフトに対応します*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.wp-caption, .
.wp-caption-text,
.gallery-caption {
  font-size: 1.3rem;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}