/*
Theme Name: asahi-21
Text Domain: asahi-21.com
Version: 1.1
Requires at least: 4.7
Requires PHP: 7.4
Description: 
Tags: blog
Author: air-ground.jp
Author URI: https://www.asahi-21.com
Theme URI:
License: 旭建設株式会社
License URI: https://www.asahi-21.com
*/
:root {
  --bs-gutter-x: 30px;
  --color-blue: #1182AF;
  --color-lightblue: #50C1EE;
  --color-darknavy: #143149;
  --color-navy: #0061A8;
  --color-black: #3B4043;
  --color-darkgreen: #0b5b7a;
  --color-gray: #ccc;
  --color-orange: #EE7D50;
  --color-darkgray: #84919e;
  --color-lightgray: #EDF2F5;
  --color-red: #CC0000;
  --color-lightyellow: #FEFFD1;
}
.sticky .post-sticky {
	color: inherit;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: var(--color-lightgray);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: var(--color-blue);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}