パーツテンプレート

h2見出し class=”style_02″

h3見出し  class=”style_03″

h4見出し  class=”style_04″

区切り線



リスト再利用ブロック利用時 注意事項

  • ブロック化するときはグルーピング範囲が正しいか確認
  • 再利用ブロックで配置したものは、基本的にすべてが「親」として管理されるので、更新内容が他のブロックにも反映されるので注意。
  • 親子関係を外すと(通常ブロック変換すると)「子」となったブロックは依存関係から外れる。子同士の変更はもちろん、親の変更も反映されなくなるので注意。
  • 通常時は全ブロックを「親」として管理してよいので「子(通常ブロックへ変換)」しなくてよい
  • 再利用ブロックを配置後、配置場所ミスなどで消したい場合、「通常ブロックへ変換」を実施してから該当範囲を削除すること
    でないと、再利用ブロックの中身を削除する編集を施すことになってしまう
  • 通常ブロックへの変換方法は下記URLを参考
    https://www.ririmann.online/side-business/how-to-use-wordpress-reuse-block/
  1. テキストテキストテキストテキストテキスト
  2. テキストテキストテキストテキストテキスト
  3. テキストテキストテキストテキストテキスト

アンカーテキスト

1列目が通常時、2列目がマウスホバー時の表示

通常

テキストテキストテキストテキストリンクテキストテキストテキストテキスト

テキストテキストテキストテキストリンクテキストテキストテキストテキスト

矢印アイコン装飾付き

矢印アイコン付きリンク 設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”arw”

矢印アイコン付きリンク 設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”u_line arw”

外部リンクアイコン装飾付き

テキストテキストテキスト外部リンクテキストテキストテキストテキスト > 追加CSSクラス   設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”blank”

テキストテキストテキスト外部リンクテキストテキストテキストテキスト  > 追加CSSクラス   設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”u_line blank”

PDFアイコン装飾付き

PDFリンク 設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”pdf”

PDFリンク 設定方法 ⇒ リンク部分選択 > 高度な設定 > 追加CSSクラス ”u_line pdf”

リンクボタン

左:ボタンのスタイルを「塗りつぶし」にした時 右:「輪郭」にした時
クラスはブロックを使用する都合上、編集画面から追加またはHTMLの編集でdivに付与する

サイト内リンクボタン

ブロック選択 > ボタン > 高度の設定 > 追加CSSクラスに is-style-fill blue/orange (もしくは  is-style-outline)

外部サイトリンクボタン

ブロック選択 > ボタン > 高度の設定 > 追加CSSクラスに is-style-fill blue/orange blank_btn  ( もしくは is-style-outline)

テーブル

表組み(上に見出し)

列見出しセル1列見出しセル2列見出しセル3列見出しセル4
データセル1-1データセル1-2データセル1-3データセル1-4
データセル2-1データセル2-2データセル2-3データセル2-4
データセル3-1データセル3-2データセル3-3データセル3-4

表組み(左に見出し)

行見出しセル1データセル1-1データセル1-2データセル1-3データセル1-4
行見出しセル2データセル2-1データセル2-2データセル2-3データセル2-4
行見出しセル3データセル3-1データセル3-2データセル3-3データセル3-4

表組み(上・左両方に見出し)

列見出しセル1列見出しセル2列見出しセル3列見出しセル4
行見出しセル1データセル1-1データセル1-2データセル1-3データセル1-4
行見出しセル2データセル2-1データセル2-2データセル2-3データセル2-4
行見出しセル3データセル3-1データセル3-2データセル3-3データセル3-4

引用符

引用文が入ります引用文が入ります引用文が入ります引用文が入ります引用文が入ります
引用文が入ります引用文が入ります引用文が入ります引用文が入ります引用文が入ります

引用元が入ります

その他

スマホのみ改行:br class=”pc_none”
PCのみ改行:br class=”sp_none”

汎用クラス一覧

/* 汎用クラス ————————————————– / / 余白 */
.m0 { margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
.m5 { margin: 5px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.m35 { margin: 35px !important; }
.mt35 { margin-top: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }
.ml35 { margin-left: 35px !important; }
.m40 { margin: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.m45 { margin: 45px !important; }
.mt45 { margin-top: 45px !important; }
.mr45 { margin-right: 45px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml45 { margin-left: 45px !important; }
.m50 { margin: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.m55 { margin: 55px !important; }
.mt55 { margin-top: 55px !important; }
.mr55 { margin-right: 55px !important; }
.mb55 { margin-bottom: 55px !important; }
.ml55 { margin-left: 55px !important; }
.m60 { margin: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mr60 { margin-right: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.m65 { margin: 65px !important; }
.mt65 { margin-top: 65px !important; }
.mr65 { margin-right: 65px !important; }
.mb65 { margin-bottom: 65px !important; }
.ml65 { margin-left: 65px !important; }
.m70 { margin: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mr70 { margin-right: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.m75 { margin: 75px !important; }
.mt75 { margin-top: 75px !important; }
.mr75 { margin-right: 75px !important; }
.mb75 { margin-bottom: 75px !important; }
.ml75 { margin-left: 75px !important; }
.m80 { margin: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mr80 { margin-right: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.m85 { margin: 85px !important; }
.mt85 { margin-top: 85px !important; }
.mr85 { margin-right: 85px !important; }
.mb85 { margin-bottom: 85px !important; }
.ml85 { margin-left: 85px !important; }
.m90 { margin: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mr90 { margin-right: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml90 { margin-left: 90px !important; }
.m100 { margin: 100px !important; }
.mt100 { margin-top: 100px !important; }
.mr100 { margin-right: 100px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml100 { margin-left: 100px !important; }
.m120 { margin: 120px !important; }
.mt120 { margin-top: 120px !important; }
.mr120 { margin-right: 120px !important; }
.mb120 { margin-bottom: 120px !important; }
.ml120 { margin-left: 120px !important; }

.p0 { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pl0 { padding-left: 0 !important; }
.p5 { padding: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.p25 { padding: 25px !important; }
.pt25 { padding-top: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.p35 { padding: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pl35 { padding-left: 35px !important; }
.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.p45 { padding: 45px !important; }
.pt45 { padding-top: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl45 { padding-left: 45px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.p55 { padding: 55px !important; }
.pt55 { padding-top: 55px !important; }
.pr55 { padding-right: 55px !important; }
.pb55 { padding-bottom: 55px !important; }
.pl55 { padding-left: 55px !important; }
.p60 { padding: 60px !important; }
.pt60 { padding-top: 60px !important; }
.pr60 { padding-right: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.p65 { padding: 65px !important; }
.pt65 { padding-top: 65px !important; }
.pr65 { padding-right: 65px !important; }
.pb65 { padding-bottom: 65px !important; }
.pl65 { padding-left: 65px !important; }
.p70 { padding: 70px !important; }
.pt70 { padding-top: 70px !important; }
.pr70 { padding-right: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.p75 { padding: 75px !important; }
.pt75 { padding-top: 75px !important; }
.pr75 { padding-right: 75px !important; }
.pb75 { padding-bottom: 75px !important; }
.pl75 { padding-left: 75px !important; }
.p80 { padding: 80px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }

/* コンテンツ幅 */
.w100 { width: 100% !important; }
.w90 { width: 90% !important; }
.w80 { width: 80% !important; }
.w70 { width: 70% !important; }
.w60 { width: 60% !important; }
.w50 { width: 50% !important; }
.w40 { width: 40% !important; }
.w30 { width: 30% !important; }
.w20 { width: 20% !important; }
.w10 { width: 10% !important; }

/* 配置 */
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.align_l { text-align: left !important; }
.txt-center { text-align: center !important; }
.txt-right { text-align: right !important; }
.txt-left { text-align: left !important; }

/* フォント */
.text60 { font-size: 60% !important; }
.text70 { font-size: 70% !important; }
.text80 { font-size: 80% !important; }
.text90 { font-size: 90% !important; }
.text100 { font-size: 100% !important; }
.text110 { font-size: 110% !important; }
.text120 { font-size: 120% !important; }
.text130 { font-size: 130% !important; }
.text140 { font-size: 140% !important; }
.text150 { font-size: 150% !important; }
.text160 { font-size: 160% !important; }
.text170 { font-size: 170% !important; }
.text180 { font-size: 180% !important; }
.text190 { font-size: 190% !important; }
.text200 { font-size: 200% !important; }
.text210 { font-size: 210% !important; }
.text220 { font-size: 220% !important; }

.b { font-weight: 700 !important; }
.n { font-weight: normal !important; }

/* 改行 */
@media screen and ( min-width: 601px ) { .pc_none { display: none; }}
@media screen and ( max-width: 600px ) { .sp_none { display: none; }}

/* 二行目以降を字下げ */
.att { padding-left: 1em; text-indent: -1em; }

/* 色 */
.green { color: #13bfb1; }
.green_bg { background-color: #13bfb1; }
.blue { color: #1658c8; }
.white { color: #ffffff; }
.gray { color: #f7f7f7; }
.gray_bg { background-color: #f7f7f7; }
.black {colorl :#333; !important}

/* アンカーテキスト */
.u_line { text-decoration-line: underline; }
.u_line:hover { text-decoration-line: underline; }
.arw { display: inline-block; padding: 0 34px 0 0; background: url(/wp-content/uploads/icon_arw_r.png) no-repeat right 8px; background-size: 27px auto; }
.blank { display: inline-block; padding: 0 19px 0 0; margin: 0 4px 0 2px; background: url(/wp-content/uploads/icon_blank.png) no-repeat right 7px; background-size: 15px; }
.pdf { display: inline-block; padding: 0 20px 0 0; background: url(/wp-content/uploads/icon_pdf.png) no-repeat right 6px; background-size: 14px auto; }

/* ボタン */
.blank_btn a > span { background: url(/wp-content/uploads/icon_blank_white.png) no-repeat right 3px; background-size: 15px; padding-right: 22px; }

/* その他 */
.tit { font-weight: 700; }
.lead { font-weight: 700; font-size: 1.75rem; }
@media screen and ( max-width: 600px ) { .lead { font-size: 1.25rem; }}