/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Twenty Twenty-Five の子テーマ。外注により親テーマへ直接加えられていた改修（イベント／お知らせ機能、独自ヘッダー・フッター、カスタムCSS/JS等）を子テーマ化し、親テーマを安全に更新できるようにしたものです。
Author: LAMO
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* =====================================================================
 *  外注が親テーマ style.css に追記していたカスタムCSS（移設）
 * ===================================================================== */

/*
 * 彩湖BASE
 */
.line-yellow {
  background-color: #ff9;
}
/* 文字ぶら下り */
.ol-multiline p{
  padding-left: 2em;
  text-indent: -2em;
}
