/*!
Theme Name: StanRiver税理士法人
Text Domain: pxlm
Version: 1.5.5
Requires at least: 5.8
Requires PHP: 7.4
Tags: editor-style,block-styles
Description: ピクセリウム株式会社によるテーマ
Author: ピクセリウム株式会社
Author URI: https://pixelium.jp/
Theme URI: https://stanriver.jp/
*/

@media screen and (width < 768px) {
  html {
    scroll-padding-top: 0;
  }
}
html {
  font-size: 16px;
  font-family: var(--font-family-sanserif);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--masthead-height));
}

body {
  color: var(--color-dark-01);
  font-weight: 400;
  line-height: 1.9;
}

table {
  line-height: 1.9;
  border-collapse: collapse;
}
table td,
table th {
  vertical-align: middle;
}

p {
  line-height: 1.9;
}

a {
  color: var(--color-primary);
  word-break: break-all;
  transition: 0.3s ease;
}
a:hover {
  color: var(--color-dark-01);
}

p a {
  text-decoration: underline;
}

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

.screen-reader-text:focus {
  top: 5px;
  right: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #21759b;
  font-size: 0.875rem;
  line-height: normal;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
}
