/* @charaset "UTF-8"; */
/*
Theme Name: srg_tomi
Theme URI: https://seiren-graphico.hutarino.com/
Author: FUMIHIKO OKAMURA / Seiren Graphico
Author URI: https://seiren-graphico.hutarino.com/studio/
Description: Description
Version: 1.0.0 srg_tomi UIkit 3.6.17 font-awsome 5.xx
Text Domain:srg_tomi
Tested up to: 5.5.1
Requires PHP: 5.6
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
nomalize : http://yui.yahooapis.com/3.18.1/build/cssnormalize/cssnormalize-min.css

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*--------------------------------------------------------------
WEBfont 定義
--------------------------------------------------------------*/

/* thin */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Thin.otf") format("opentype");
  font-weight: thin;
}

/* light */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Light.otf") format("opentype");
  font-weight: Light;
}

/* Regular */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-weight: Regular;
}

/* medium */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-weight: Medium;
}

/* BOLD */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
}

/* THEME CHECKER
	 ========================================================================== */
.wp-caption {
  font-size: 1em;
}

.wp-caption-text {
  font-size: 1em;
}

.gallery-caption {
  font-size: 1em;
}

.bypostauthor {
  font-size: 1em;
}

.screen-reader-text {
  font-size: 1em;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  user-select: none;
  font-family: "NotoSansJP", "游ゴシック体", "Yu Gothic", YuGothic, "Open Sans", sans-serif;
  /* font-weight: 500; */
}

p {
  user-select: none;
}

.article-content {
  padding: 10px;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .article-content {
    padding: 5px;
    margin: 0px;
  }
}

/*--------------------------------------------------------------
>>> layout style
----------------------------------------------------------------*/
.my-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

html,
body {
  height: 100%;
}

#page-wrapper {
  min-height: calc(100% - 60px);
  margin-bottom: -60px;
}
#page-wrapper:after {
  content: "";
  display: block;
}
#page-footer,
#page-wrapper:after {
  height: 60px;
}
#page-footer {
  background-color: #f5f5f5;
}

.h100 {
  height: 100%;
}

.site-main {
  background-color: #fff;
}

.site-description {
  padding: 1em;
}

/* nav bar style owrite
========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.8em;
  color: #555;
  text-align: center;
}

.uk-nav li > a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666;
}
/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}
/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/* offcanvas style Owrite
========================================================================== */
.uk-offcanvas-bar {
  background: #213f99;
}

.uk-nav-default .uk-nav-sub a {
  color: #fff;
}

/* breadcrumbs style
========================================================================== */
.breadcrumbs {
  margin-top: 10px;
  font-size: 0.8em;
}
/* footer style
========================================================================== */

.footer-colophon {
  font-size: 0.9em;
  background-color: #213f99;
  line-height: 1.8;
}

/* page nation css style
	 ========================================================================== */

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb";
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #f7424e;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #213f99;
  color: #fff;
}

/* heading style
========================================================================== */

.site-title-re {
  font-size: 1.5em;
  font-weight: bold;
  /* font-family: "NotoSansJP"; */
}

@media screen and (max-width: 767px) {
  .site-title {
    font-size: 1em;
  }
}

/* title GSC style
========================================================================== */

.gsc-front-cat-ttl {
  font-size: 3.2em;
  color: #0a0a0a;
  margin: 30px 0 30px 0;
  border-bottom: 4px solid #213f99;
  padding: 0 0 1px 5px;
}

@media screen and (max-width: 767px) {
  .gsc-front-cat-ttl {
    font-size: 2em;
    color: #0a0a0a;
    margin: 30px 0 30px 0;
    border-bottom: 4px solid #213f99;
    padding: 0 0 1px 5px;
  }
}

.gsc-page-cat-ttl {
  font-size: 1.2em;
  width: 100%;
  color: #0a0a0a;
  margin: 30px 0 30px 0;
  border-bottom: 4px solid #213f99;
  padding: 0 0 1px 5px;
}

@media screen and (max-width: 767px) {
  .gsc-page-cat-ttl {
    font-size: 1em;
    color: #0a0a0a;
    margin: 30px 0 30px 0;
    border-bottom: 4px solid #213f99;
    padding: 0 0 1px 5px;
  }
}

.gsc-top1 {
  font-size: 1em;
  margin: 50px 0 30px 0;
  border-bottom: 3px solid #213f99;
}

@media screen and (max-width: 767px) {
  .gsc-top1 {
    font-size: 0.8em;
    margin: 50px 0 30px 0;
    border-bottom: 1px solid #213f99;
  }
}

.gsc-top2 {
  font-size: 1.4em;
  margin: 50px 0 30px 0;
  border-bottom: 3px solid #213f99;
}
@media screen and (max-width: 767px) {
  .gsc-top2 {
    font-size: 1.1em;
    margin: 50px 0 30px 0;
    border-bottom: 3px solid #213f99;
  }
}

.business-a1 {
  font-size: 2em;
  color: #213f99;
  padding: 0.4em 0 0.4em 20px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business-a1 {
    font-size: 1.8em;
    color: #213f99;
    padding: 0.4em 0 0.4em 20px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

/* .business-a1::after {
  width: 40px;
  height: 40px;
} */

.business-a1::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 1px solid #213f99;
  border-left: 1px solid #213f99;
}

.business-a2 {
  padding: 0.4em 0.5em;
  color: #2c2c2c;
  background: #fafafa;
  border-left: solid 5px #213f99; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
}

.business-boxttl {
  color: #000;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 1px 0 0 #fff;
  font-size: 1.6em;
}
.business-boxttl a {
  color: #000;
  text-decoration: none;
}

/* box style
========================================================================== */
.box-sq {
  height: 250px;
  width: 400px;
  padding: 10px;
}

.box-white {
  height: 250px;
  width: 85%;
  padding: 10px;
}

.my-position-bottom {
  bottom: 220;
  left: 0;
  right: 0;
}

/* button style
========================================================================== */
/* footer top schrol button */

.gsc-top-btn {
  border-bottom: 1px solid #213f99;
}

.gsc-top-btn a {
  color: #fff;
}

.gsc-top-btn a:hover {
  color: rgb(124, 124, 124);
}

/* page contents GSC style
========================================================================== */

.gsc-p-concept {
  margin: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .gsc-p-concept {
    margin: 20px;
    padding: 5px;
  }
}

/*--------------------------------------------------------------
>>> 各ページ固有のSTYLE を指定
----------------------------------------------------------------*/

/* 投稿ページ style
========================================================================== */
.entry-content {
  padding: 0 10px 30px 10px;
  margin: 5px;
}

/* About us style
========================================================================== */

.greed {
  line-height: 2.2;
  text-align: left;
}

/* overwite */

.uk-table th {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

/* Contact Form7 style
========================================================================== */

.CF7_table {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
  font-size: 1em;
}

.CF7_table tr {
  /* border-top: 1px solid #797979; */
  padding: 10px;
  font-size: 0.9em;
}

.CF7_table td {
  padding: 10px;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
  color: #a0a0a0;
  font-size: 0.9em;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.6em;
  padding: 3px;
  background: #f75134;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.6em;
  padding: 3px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

.btn-q {
  font-size: 1em;
  border-radius: 60px;
  border: 1px solid #c7c7c7;
  padding: 15px 18px 15px 18px;
  background-color: #213f99;
  color: white;
  font-weight: bold;
}

.btn-q:hover {
  background-color: #da5962;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.wpcf7 input[name="your-name"] {
  /* 名前入力欄 */
  width: 75%;
}
.wpcf7 input[name="your-email"] {
  /* メール入力欄 */
  width: 75%;
}
.wpcf7 input[name="your-subject"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 input[name="your-company"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 input[name="zip"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 input[name="pref"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 input[name="addr"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 input[name="your-tel"] {
  /* タイトル入力欄 */
  width: 85%;
}
.wpcf7 textarea[name="your-message"] {
  /* 本文入力欄 */
  width: 95%;
}
