@charset "UTF-8";
/*
Theme Name: theme-kinen-office_v1_2
Author: owl-designs
Author URI: http://owl-designs.info
Description: キネン行政書士事務所様用テーマファイル
Version: 1.1
*/

/*-----------------------------------------------------------
　基本設定
-----------------------------------------------------------*/

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  overflow: hidden;
  /*\*//*/
  height: auto;
  /**/
}

body {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

/*基本色の設定*/
p {
  color: #333;
}
a {
  color: #538aed;
}

a.img-hover:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.clr-main {
  color: #0063b2!important;
}
.bg-main {
  background-color: #0063b2!important;
}

.clr-sub1 {
  color: #004b88!important;
}
.bg-sub1 {
  background-color: #004b88!important;
}

.clr-sub2 {
  color: #f98726!important;
}
.bg-sub2 {
  background-color: #f98726!important;
}

.clr-black {
  color: #333!important;
}
.clr-orange {
  color: #f08329!important;
}
.clr-yellow {
  color: #ffd700!important;
}
.bg-orange {
  background-color: #f08329!important;
}
.bg-yellow {
  background-color: #ffffd9!important;
}

.pd-lr-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.display-pc {
  display: inherit;
}
.display-sp {
  display: none;
}
.display-none {
  display: none;
}

@media screen and (max-width:767px) {
  body {
	padding-top: 56px;
  }
  .display-pc {
	display: none;
  }
  .display-sp {
	display: inherit;
  }
  .pd-lr-70 {
	padding-left: 20px!important;
	padding-right: 20px!important;
  }
}

/*-----------------------------------------------------------
　コンテンツの横幅
-----------------------------------------------------------*/

header,
.header-in-wrap,
.header-top,
.global-nav,
.box-content,
footer,
.footer-nav {
  width: 100%;
  min-width: 1100px;
}

.header-in,
.header-top-in,
.global-nav-in,
.box-content-in,
.footer-in,
.footer-nav-in {
  width: 1100px;
  margin: 0 auto;
}

.box-mainContent,
.content {
  width: 810px;
}

nav.breadcrumb {
  width: 100%;
  min-width: 810px;
}

.sidebar,
.box-sidebar,
.sidebar h3 {
  float: right;
  width: 250px;
}

/*横幅　-　スマホ*/
@media screen and (max-width:767px) {
  header,
  .header-top,
  .header-in-wrap,
  .global-nav,
  nav.breadcrumb,
  .box-content,
  .box-post,
  footer,
  .footer-nav {
	min-width: 100%!important;
  }

  .header-in,
  .header-top-in,
  .header-logo,
  .header-copy,
  .global-nav-in,
  .box-content-in,
  .box-mainContent,
  .content,
  .sidebar,
  .footer-in {
	width: 100%!important;
  }
  nav.breadcrumb,
  .sidebar {
	padding-left: 15px!important;
	padding-right: 15px!important;
  }
}

/*-----------------------------------------------------------
　ヘッダー
-----------------------------------------------------------*/

.header {
  height: auto;
}

.header-top {
  background: #e5eff7;
}

.header-top-in {
  padding: 1em 0;
}

.header-top-in p.catchphrase {
  float: right;
  margin: 0;
  padding: 0;
  color: #555;
  font: bold 0.88em/1 sans-serif;
}

.header-top-in p.page-title {
  float: left;
  margin: 0;
  padding: 0;
  color: #555;
  font: bold 0.88em/1 sans-serif;
}

.header-in-wrap {
  background: #fff;
}

.header-in {
  padding: 28px 0;
}

.header-logo,
h1.h1-header {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

.header-logo-text {
  color: #444;
  font-size: 0.8em;
}

.box-headerInfo-tel {
  float: left;
  margin-right: 8px;
}

.header-info {
  float: right;
  width: 50%;
  height: auto;
}

.box-headerInfo {
  float: right;
  display: inline-block;
  width: auto;
  padding: 15px;
  border-radius: 3px;
  background: #fff;
}

.box-headerInfo p {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2;
}

.box-headerInfo p.header-address {
  margin-top: 3px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
}

.box-headerInfo img {
  vertical-align: top;
}

.header-logo img,
h1.h1-header img {
  padding-top: 10px;
  vertical-align: top;
}

/*横幅　-　スマホ*/
@media screen and (max-width:767px) {
  .header-top {
	margin-bottom: 10px;
  }
  .header-top-in {
	padding: 0.5em 15px;
  }
  .header-in {
	padding: 0 15px;
	background-image: none;
  }
  .header-logo {
	text-align: center;
  }
  .header-logo,
  h1.h1-header {
	margin: 20px 0;
  }
  .header-logo,
  h1.h1-header,
  .header-logo-image img {
	width: 100%;
	max-width: 100%;
  }
  h1.h1-header img {
	padding-top: 5px;
  }
}

/*-----------------------------------------------------------
　スマホ用ヘッダー
-----------------------------------------------------------*/

.navbar {
  border: none;
  background: #0063b2;
}

.navbar a {
  color: #fff;
}

/* navbar ハンバーガー三本線 */
.navbar-toggler {
  background-color: inherit;
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

li.nav-item {
  padding: 10px 1em;
}

/*-----------------------------------------------------------
　グローバルナビ
-----------------------------------------------------------*/

.global-nav {
  padding: 5px 0;
  border: none;
  background: #0063b2;
}

nav.global-nav-in {
  padding: 10px 0;
  margin: 0 auto;
}

ul.ul-global {
  display: flex;
  float: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}

ul.ul-global li {
  float: left;
  width: 500px;
  text-align: center;
  list-style: none;
  border-right: 1px solid #fff;
}

ul.ul-global li a {
  color: #fff;
}

/*-----------------------------------------------------------
　パンくずリスト
-----------------------------------------------------------*/

nav.breadcrumb {
  padding: 0;
  background: none;
}

nav.breadcrumb ul.ul-bc {
  margin-bottom: 5px;
  padding: 0;
  background: #fff;
}

nav.breadcrumb ul.ul-bc li {
  float: left;
  list-style: none;
}

nav.breadcrumb ul.ul-bc li::after {
  display: inline-block;
  padding: 0 10px;
  content: '>';
}

nav.breadcrumb ul.ul-bc li:last-child::after {
  display: none;
}

/*-----------------------------------------------------------
　コンテンツエリア
-----------------------------------------------------------*/

.box-content {
  padding: 30px 0 100px;
  background: #fff url(images/main-content-bg.png) no-repeat center bottom;
}

.box-mainContent {
  float: left;
}

.box,
.box-post {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  padding: 0;
}

.box-mini {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.content {
  float: left;
  padding: 0 15px;
}

.box-left {
  margin-left: -15px;
}
.box-right {
  margin-right: -15px;
}
.box-1col {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width:767px) {
  .box,
  .box-post {
	margin: 0 0 30px;
	padding-left: 15px;
	padding-right: 15px;
  }
  .box-mini {
	margin: 0 0 10px;
	padding-left: 15px;
	padding-right: 15px;
  }
  .content {
	padding: 0;
  }
  .box-left {
	margin-left: 0;
	margin-bottom: 20px;
  }
  .box-right {
	margin-right: 0;
  }
  .box-1col {
	margin-left: 0px;
	margin-right: 0px;
  }
  .box-content {
	padding: 30px 0 0px;
  }
}

/*-----------------------------------------------------------
　見出し
-----------------------------------------------------------*/

h1.h1-std,
h2.h2-std,
.box-post h3,
.box-post h4,
.box-post h5,
.box-post h6,
.box-post p {
  width: 100%;
}

.box-post h1 {
  color: #333;
  font-size: 2em;
  font-weight: bold;
}

.box-post h2 {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.8em;
  font-weight: bold;
}

.box-post h1.h1-std,
.box-post h2.h2-std {
  margin: 0 0 1.2em;
  padding: 12px 15px 10px;
  border-left: #004b88 solid 10px;
  border-bottom: #004b88 solid 1px;
  color: #0063b2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  background: none;
}

.box-post h1.h1-std a,
.box-post h2.h2-std a {
  color: #0063b2;
  text-decoration: underline;
}
.box-post h1.h1-std a:hover,
.box-post h2.h2-std a:hover {
  text-decoration: none;
}

.box-post h3 {
  margin: 0 0 1em;
  padding: 0 0 8px;
  border-bottom: 1px #ccc solid;
  color: #004b88;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

.box-post h3.h3-l {
  padding: 0 0 7px;
  font-size: 1.6em;
}

.box-post h4 {
  margin: 0.5em 0 0.8em 0.3em;
  padding: 3px 0 0 10px;
  border-left: 4px solid #0063b2;
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
}

.box-post h5 {
  margin: 0.5em 0 0.8em;
  padding: 0 0 0 1em;
  color: #0063b2;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
}

.box-post h6 {
  margin: 0.5em 0 0.8em;
  padding: 0 0 0 1em;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}

.box-post p {
  margin: 0 0 1em;
  padding: 0 1em;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6;
}

.box-post strong {
  color: #0063b2;
}

.box-post p.stg-blue strong {
  color: #45a179!important;
}

@media screen and (max-width:767px) {
  .box-post h2.h2-std {
	margin: 0 0 15px;
  }
  .box-post h5 {
	padding: 0;
  }
  .box-post p {
	padding: 0;
  }
}

/*-----------------------------------------------------------
　コンテンツ >  アイテム
-----------------------------------------------------------*/

.box-post ul,
.box-post ol {
  max-width: 100%;
  margin-bottom: 40px;
  color: #333;
  font: normal 1.2em/1.6 sans-serif;
}

.box-post ul,
.box-post ol {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

ul.nonstyle {
  list-style: none;
}

.box-post img {
  margin: 0 1em 1em;
}

table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  border: #adadad solid;
  border-width: 1px 0 0 1px;
}

th,
td {
  padding: 8px 12px;
  border: #adadad solid;
  border-width: 0 1px 1px 0;
}

thead th {
  color: rgb(140 76 21);
  text-align: center;
  background: rgb(235 239 250);
}

tbody th {
  background: #ebf4f9;
}

table.tbl-no-border {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

table.tbl-no-border th,
table.tbl-no-border td {
  padding: 8px 12px;
  border: none;
}

.box-border {
  padding: 15px;
  margin-bottom: 2.5em;
  border: 1px dotted #ccc;
}

.box-border-solid {
  padding: 15px 15px!important;
  margin-bottom: 2.5em;
  border: 2px solid #ccc;
}

.box-border p {
  padding: 0 1em 0;
  font-size: 1em;
  line-height: 1.4;
}

.box-square {
  padding: 1.5em 2em 1em;
}

.txt-deco-box {
  display: inline;
  padding: 10px!important;
  color: #fff!important;
  background: #3c79c8;
}

.p-indent-pt1 {
  padding-left: 4.4em!important;
  text-indent: -1.0em;
}

.p-indent-pt2 {
  padding-left: 3.2em!important;
  text-indent: -1.0em;
}

.p-indent-pt3 {
  padding-left: 2.3em!important;
  text-indent: -1.3em;
}

.p-indent-pt4 {
  padding-left: 2.5em!important;
  text-indent: -1.0em;
}

.pd-lr-05 {
  padding-left: 0.5em!important;
  padding-right: 0.5em!important;
}

/*横幅　-　スマホ*/
@media screen and (max-width:767px) {
  .box-post ul,
  ol {
	padding-left: 20px;
  }
}

/*-----------------------------------------------------------
　サイドバー
-----------------------------------------------------------*/

.sidebar h3.h3-sidebar {
  float: left;
  margin: 0 0 10px;
  padding: 8px 0 8px;
  border-bottom: 1px solid #004b88;
  color: #004b88;
  font: bold 1.2em/1 sans-serif;
}

.sidebar h3.h3-sidebar {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.sidebar .box-sidebar {
  width: 100%;
  margin-bottom: 30px;
}

.sidebar ul.ul-sidebar {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.sidebar ul.ul-sidebar li.menu-item {
  padding: 5px;
  list-style: none;
}

.sidebar ul.ul-sidebar li.menu-item ul.sub-menu {
  padding: 0 0 0 15px;
}

.sidebar ul.ul-sidebar li.menu-item ul.sub-menu li {
  padding-bottom: 0px;
  border: none;
}

.sidebar ul.ul-sidebar li.menu-item a {
  color: #333;
}
.sidebar ul.ul-sidebar li.menu-item a:hover {
  color: #538aed;
}

.sidebar .officeData p {
  margin: 0 0 0.5em;
  padding: 0;
  font: 1.07em/1.2 sans-serif;
}

.sidebar .officeData p {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.h3-logo {
  margin-bottom: 15px;
}

/*横幅　-　スマホ*/
@media screen and (max-width:767px) {
  .box-sidebar,
  .sidebar h3 {
	width: 100%!important;
  }
  .h3-logo {
	margin-bottom: 15px;
	text-align: center;
  }
}

/*-----------------------------------------------------------
　オフィスインフォメーション
-----------------------------------------------------------*/

aside.officeinfo-pc {
  float: left;
  width: 100%;
  min-width: 810px;
  padding: 25px;
  margin: 0 0 35px;
  border: 5px solid #f6b57f;
}

aside.officeinfo-sp {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 35px;
}

aside.officeinfo-pc .officeinfo {
  width: 48%;
}

aside.officeinfo-sp .officeinfo {
  width: 100%;
}

.officeinfo p.info-name {
  margin: 0 0 8px;
  padding: 0 10px 0 0;
  color: #444;
  font: bold 2em/1 sans-serif;
}

.officeinfo p.info-tel {
  margin: 0 0 5px;
  padding: 0 5px 0 0;
  color: #444;
  font: bold 2.15em/1 sans-serif;
}

.officeinfo p.info-time {
  margin: 0;
  padding: 0 5px 0 0;
  color: #444;
  font: normal 1.13em/1 sans-serif;
}

.officeinfo p.info-address {
  margin: 10px 0 0;
  padding: 0;
  font: normal 1em/1.2 sans-serif;
}

.officeinfo p.info-copy1,
.officeinfo p.info-copy2 {
  margin: 0;
  padding: 0px 0px 0px 5px;
  color: #444;
  font: bold 1.38em/1.2 sans-serif;
}

.officeinfo-sp .officeinfo p.info-copy1,
.officeinfo-sp .officeinfo p.info-copy2 {
  margin: 0;
  padding: 0x;
  text-align: center;
}

.link-form-btn,
.link-tel-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 20px 10px;
  border-radius: 3px;
  color: #fff;
  font: bold 1.19em/1 sans-serif;
  text-align: center;
  text-decoration: none;
  background: #f08329;
  transition: .4s;
}

.link-form-btn:hover {
  color: #fff;
  background: #f08329;
}

/*-----------------------------------------------------------
　フッター
-----------------------------------------------------------*/

.footer-nav {
  margin: 0;
  padding: 0;
  background: #0063b2;
}

nav.footer-nav-in {
  padding: 15px 0;
  margin: 0 auto;
}

ul.ul-footer {
  display: flex;
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}

ul.ul-footer li {
  width: 500px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  border-right: 1px solid #fff;
}

ul.ul-footer li a {
  color: #fff;
  line-height: 1;
}

.footer {
  height: 340px;
  padding: 30px 0;
  background: rgb(0 75 147);
  background-image: url(images/footer_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.footer .footer-logo {
  padding: 0 0 0 54px;
  margin-bottom: 25px;
}

.footer .footer-logo p.footer-logo-text {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}

.footer-info {
  padding-left: 60px;
}

.footer p {
  margin: 0;
  padding: 0 0;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
}

p.copyright {
  margin: 25px 0 0;
  padding: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal!important;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

/*横幅　-　スマホ*/
@media screen and (max-width:767px) {
  .footer {
	height: auto;
	padding-bottom: 15px;
	background-image: none;
  }
  .footer-logo-image img {
	max-width: 100%;
  }
  .footer-info {
	padding-left: 10px;
  }
  .footer .footer-logo {
	padding: 0 0 0 10px;
	margin-bottom: 25px;
  }
}

/*-----------------------------------------------------------
　その他コンテンツ
-----------------------------------------------------------*/

.month_title {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: #0063b2;
}

.post-date {
  font-size: 0.9em!important;
  text-align: right;
}

.nav-links {
	margin: 0 auto
}

.nav-links .page-numbers {
	margin-right: 10px;
	padding: 12px;
	border: 1px solid;
	border-radius: 3px;
	text-decoration: underline;
}

.nav-links .next,
.nav-links .prev {
	border: none
}

@media screen and (max-width:767px) {
  h1.h1-column {
	padding: 0 10px;
  }
}
