/*
Theme Name: saitama
Theme URI: https://www.communitycom.jp/saitama/
Author: Communitycom, Inc.
Author URI: http://www.communitycom.jp/
Description: Saitama is a simple WordPress theme bulit by Bootstrap. It supports tablets and smartphones in the responsive Web design. By theme customize, setting slider you can easily.
Version: 1.2.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Tags: right-sidebar, custom-header, custom-menu
Text Domain: saitama
Tested up to: 6.0.1
Requires PHP: 7.4
*/
body,
h1,
h2,
h3,
h4,
p,
div {
  font-family: -apple-system, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 150%;
}

img {
  max-width: 100%;
  height: auto;
}

@media print {
  a[href]:after,
  abbr[title]:after {
    content: "" !important;
  }
}

input {
  border-radius: 0 !important;
}
input[type="search"],
input[type="submit"],
input[type="button"] {
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 96%;
  padding: 10px;
  background: #eee;
  border: 1px solid #ddd;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.form-control {
  width: 60% !important;
  height: 36px;
}

.frontbox {
  margin-bottom: 50px;
}

.link-list a {
  font-size: 16px;
}

#logo-header {
  width: auto;
  max-height: 50px;
}

.navbar-header a #title-header {
  line-height: 1.8em;
  color: #687074;
  font-size: 1.7em;
}

.navbar-header a:hover {
  text-decoration: none;
}

.widget-area select {
  max-width: 100%;
}

.footer-v1 div {
  color: #eee;
}
.footer-v1 ul {
  padding-left: 0;
  list-style: none;
}
.footer-v1 li,
.footer-v1 li a {
  color: #eee;
  padding: 0;
}
.footer-v1 .list-group-item {
  padding: 8px 0;
  background-color: inherit;
  border: none;
  border-top: 1px dotted #fff;
}
.footer-v1 .list-group-item:first-child {
  border-top: none;
}
.footer-v1 .blog-tags a {
  background-color: inherit;
}
.footer-v1 .blog-tags a:before {
  color: inherit;
}

.footer-v1 .copyright {
  text-align: center;
}

.footer-v1 .copyright div {
  font-size: 0.9em;
  color: #aaa;
}

.sticky {
  display: block;
  overflow: hidden;
  padding: 1em;
  background-color: #f5f5f5;
}

.bypostauthor {
  color: #464646;
}

.screen-reader-text {
  display: none;
}

.widget-area .input-group {
  display: block;
}

.form-control {
  width: calc(100% - 55px) !important;
}

#front-news .magazine-news-img {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
}
#front-news .magazine-news-img a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  outline: 0;
}
#front-news .magazine-news-img a:hover,
#front-news .magazine-news-img a:focus {
  opacity: 0.8;
}
