/*
Theme Name: Kashinoya Child
Theme URI: https://kashinoya.co.jp/
Template: oceanwp
Author: https://kashinoya.co.jp/
Author:; 樫乃屋
Description:
Version: 2.0
Updated: 2021-05-5
*/

/*=================
* General
::after
::before
Ocean WP break point
(min-width: 768px) and (max-width: 959px)
(min-width: 481px) and (max-width: 768px)
(max-width: 480px) --- theme Customize 有効
(max-width: 1280px)
(max-width: 1080px) --- theme Customize 有効
(max-width: 959px)
(max-width: 782px)
(max-width: 600px)
(min-width: 30em)
(min-width: 48em)
白銀比: 71%
黄金比: 62%
貴金属: 58%;
=================*/

:root {
	--main-color: #1F2B61;
	--main-color-rgb: rgba(31,43,97);
	--sub-color: #EFF7FF;
	--txt-color: #555;
	--link-color: #1F2B61;
	--link-hover: ##E5F0FF;
	--bg-color: #fff;
	--overrei: #000222;/* 020027 - 00EBFF グラデーション用 -  F400FF */
	--button-color: #818A91;
}

html,body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Noto Serif JP",serif;
	overflow-x: hidden;
}
.clearfix_bc {
  content: "."; clear: both; display: block; line-height:0; float: none; width: 100%; margin: 0; padding: 0;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-content {
	width: 100%;
	margin: 20px 0 60px;
}
.blog .content-area,
.archive .content-area,
.single .content-area,
.search .content-area,
.error404 .content-area,
#right-sidebar {
	display: inline-block;/*table; IE 11 hook */
	margin-top: 80px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
font-family: 游ゴシック,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
}
mark {
  background-color: #ff0 !important;
}
a:focus { /* click 枠消し */
  outline: solid 0px !important;
}

/*----- main -----*/
.home #main #content-wrap {
	padding-top: 0;
	margin-bottom: 0;
}
#main #content-wrap {
	padding-top: 0;
	margin-bottom: 50px;
}
body:not(.home) .container {
  padding: 0;
}

@media screen and (min-width: 681px) and (max-width: 991px) {
	body:not(.home) #main .container {
  	padding: 0 30px !important;
	}
}
@media screen and (max-width: 680px) {
	body:not(.home) #main .container {
  	padding: 0;
	}
	body.blog #main .container {
	 	padding: 0 15px;
	}
}

.blog-entry-header {
	margin-top: 20px;
}

@media screen and (min-width: 1366px) {
	.blog #content-wrap,
	.archive #content-wrap,
	.single #content-wrap,
	.search #content-wrap,
	.error404 #content-wrap {
		max-width: 65%;
	}
}
@media screen and (min-width: 1101px) and (max-width: 1365px) {
	.blog #content-wrap,
	.archive #content-wrap,
	.single #content-wrap,
	.search #content-wrap,
	.error404 #content-wrap {
		max-width: 77.5%;
	}
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
	.blog #content-wrap,
	.archive #content-wrap,
	.single #content-wrap,
	.search #content-wrap,
	.error404 #content-wrap {
		max-width: 75%;
	}
}
@media screen and (max-width: 959px) {
	.blog #content-wrap,
	.archive #content-wrap,
	.single #content-wrap,
	.search #content-wrap,
	.error404 #content-wrap {
		max-width: 90%;
	}
}

/* --------------------------
* Animation setting
-------------------------- */
/* 下から上へスライド */
@-webkit-keyframes slideUp {
  0% { bottom:-100px; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-100px; }
  100% { opacity:1; bottom:0; }
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
/* ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
/* 右に移動 */
@-webkit-keyframes moveRight {
  0% { opacity:0; right:60px; }
  100% { opacity:1; right:0; }
}
@keyframes moveRight {
  0% { opacity:0; right:60px; }
  100% { opacity:1; right:0; }
}
/* 左に移動 */
@-webkit-keyframes moveLeft {
  0% { opacity:0; left:60px; }
  100% { opacity:1; left:0; }
}
@keyframes moveLeft {
  0% { opacity:0; left:60px; }
  100% { opacity:1; left:0; }
}
/* ポップアップ */
@keyframes popUp {
  0% { transform: scale(.1); opacity:0; }
  100% { transform: none; opacity:1; }
}
@keyframes popUp {
  0% { transform: scale(.1); opacity:0; }
  100% { transform: none; opacity:1; }
}

/*-----------------
* top bar
-----------------*/
#top-bar-wrap,
#top-bar-content,
#topbar-template {
	width: 100%;
}
#top-bar-wrap {
}
#top-bar-wrap #top-bar #top-bar-content  {
}
/*----- #top-bar-wrap -----*/
.topbar-content {
position: relative;
bottom: 7px;
}

/*-----------------
* global nav
-----------------*/
nav#navsite-navigation ul#menu-global-nav li.menu-item a.menu-link {
	text-decoration: none !important;
}

#site-header-sticky-wrapper {
	height: 75px;
}
#site-header {
	height: 100%;
	max-height: 75px;
}
/* logo */
#site-logo {
    float: left;
    height: 100%;
  width: 200px !important;
  height: 58px  !important;
    display: table;
}
#site-logo #site-logo-inner a img {
  width: 200px !important;
  height: 58px  !important;
	display: block;
}
.oceanwp-sticky-header-holder {
	position: fixed;/*	relative;*/
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
}
.oceanwp-sticky-header-holder:not(.is-sticky) {
	top: 30px;
}
.oceanwp-sticky-header-holder.is-sticky {		/* sticky */
	position: fixed;
	top: 0;
/*	box-shadow: 0 2px 5px rgba(0,0,0, .15);*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
#site-navigation {
	margin-top: 0;
}
ul.sf-menu li.store > a > .text-wrap::before {
	font-family: "Font Awesome 5 Free";	 /* 必須 */
	display: inline-block;
	content: "\f217";
	font-weight: 900;										/* 必須 */
	position: relative;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	color: var(--main-color);
}
@media screen and (min-width: 992px) {
	#site-header {
/*		top: 41px;*/
	}
}
#site-header #site-header-inner .container {
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
ul.main-menu li.lang-item-first a > span {
	padding-left: 5px;
}
ul.main-menu li.lang-item-first a > span:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	display: inline-block;
	margin: 0;
	font-weight: 600;
	position: relative;
	left: 5px;
}
/* global nav 問い合わせ */
nav#site-navigation ul#menu-global-nav li.nav_contact a {
	position: relative;
	top: 10px;
  color: #fff;
  padding: 0 20px;
	height: 55px;
  padding-left: 20px;
  padding-left: 50px;
  background: #1F2B61 url('https://kashinoya.co.jp/wp-kashinoya/wp-content/themes/kashinoya/img/ico_mail.png') no-repeat center left 12px;
  background-size: auto;
  background-size: 30px;
  margin-left: 20px;
}
nav#site-navigation ul#menu-global-nav li.nav_contact a .text-wrap {
	display: block;
	position: relative;
	bottom: 10px;
}
/* global nav sub menu */
nav#site-navigation ul.main-menu li ul.sub-menu li a {
	padding: 12px 15px;
	text-transform: capitalize;
	color: #555;
	bottom: 0;
}
nav#site-navigation ul.main-menu li ul.sub-menu li a.menu-link .nav-arrow {
  right: 5px;
}

/*----- mobile global nav -----*/
@media only screen and (max-width: 959px) {
	#top-bar-sticky-wrapper {
		display: none;
	}
	.oceanwp-sticky-header-holder:not(.is-sticky) {
		top:0;
	}
	#site-logo {
		margin-left: 20px;
	}
	.oceanwp-mobile-menu-icon {
		margin-right: 15px;
	}
}
.oceanwp-mobile-menu-icon a.mobile-menu {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
.oceanwp-mobile-menu-icon a.mobile-menu .fa-bars {
	font-size: 30px;
	color: ;
}
body:not(.sidr-open) .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text {
	position: absolute;
	display: block;
	top: 45px;
	width: 70px;
	height: 20px;
	line-height: 1;
	left: -15px;
	padding: 0;
	font-size: 15px;
}
.hamburger {
	position: relative;
	bottom: 10px;
}

/*-----------------
* ブルダウン & スライド方式の場合、
* 階層親リンクが効かない不具合の為
* フルメニューとする
* 2021/2/10
-----------------*/
#mobile-nav {
	display: none;
}
#mobile-fullscreen:not(.active) #mobile-nav {
	display: none;
}
#mobile-fullscreen.active #mobile-nav {
	display: block;
}
#mobile-fullscreen nav {
  display: table-cell;
  vertical-align: top;
  padding: 50px 0;
  text-align: left;
}
#mobile-fullscreen ul > li {
	position: relative;
	border-bottom: 1px solid #999;
}
#mobile-fullscreen ul > li > a {
	text-align: left;
}
#mobile-fullscreen ul li .dropdown-toggle {
	display: inline-block;
	position: absolute;
	left: 80%;
	top: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
}
@media screen and (min-width: 641px) and (max-width: 991px) {
	#mobile-fullscreen ul li .dropdown-toggle {
		left: 90%;
	}
}
#mobile-fullscreen ul li .dropdown-toggle::before {
	position: relative;
	top: 10px;
}
#mobile-fullscreen ul ul.sub-menu > li {
	border-bottom: 1px dotted #999;
}
#mobile-fullscreen ul ul.sub-menu > li > a {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0 12px 20px;
}
#mobile-fullscreen ul ul ul.sub-menu > li {
	border-bottom: 1px dotted #666;
}
#mobile-fullscreen ul ul ul.sub-menu > li > a {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0 12px 40px;
}

/*-----------------
* breadcrumbs
-----------------*/
nav.site-breadcrumbs {
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin: 0 auto;
 	position: absolute;
  right: auto;
  top: auto;
  bottom: 0;
  height: 46px;
  line-height: 46px;
  background-color: rgba(255,255,255, 0.15);
  z-index: 100;
}
.background-image-page-header nav.site-breadcrumbs {
  display: block;
  position: absolute;
  width: 100%;
	max-width: 100%;
	height: 46px;
	margin: 0;
	padding:0;
	bottom: 0;
	text-align: left;
	background-color: rgb(255,255,255, 0.35);
	z-index: 100;
}
ol.trail-items {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding-left: 30px;
	top: -7px;
}
.site-breadcrumbs ol li a {
	color: #fff;
}
nav.site-breadcrumbs ol li .breadcrumb-sep {
	color: #fff;
}
@media screen and (max-width: 991px) {/*782px) */
	#top-bar-wrap {
		visibility:hidden;
		display: none;
	}
	.oceanwp-sticky-header-holder.is-sticky {
		top: 0 !important;
	}
	.site-breadcrumbs {
	}
	.site-breadcrumbs ol li .breadcrumb-sep {
  	margin: 0 15px;
	}
}
@media only screen and (max-width: 680px) {
	ol.trail-items {
		padding-left: 10px;
	}
}

/*-----------------
* cover
-----------------*/
.page-header {
	padding: 0;
}
.background-image-page-header {
	display: block;
	height: 295px;
	margin-bottom: 40px;
	background-color: transparent;
}
.background-image-page-header-overlay {
	background-color: transparent;
}
body:not(.home) #main .page-header .container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
	height: 295px;/*175px;*/
}
body.single #main .page-header .container {
	height: 200px;
}
body.has-breadcrumbs .page-header-title {
    max-width: auto !important;
    width: auto !important;
}
@media only screen and (max-width: 640px) {
	.background-image-page-header {
		margin-bottom: 0;
	}
	body:not(.home) #main .page-header .container {
		height: 175px;
	}
	header.page-header:not(.background-image-page-header) {
		height: 175px;
	}
	.page-header.background-image-page-header .page-header-title {
  	font-size: 19px;
	}
}

/*----- empty cover title -----*/
header.page-header:not(.background-image-page-header) {
	height: 295px;
 	background: rgb(255,255,255);
	background: -moz-linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(31,43,97,1) 80%);
	background: -webkit-linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(31,43,97,1) 80%);
	background: linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(31,43,97,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1F2B61",GradientType=1);
}

header.page-header .caption {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1.page-header-title {
	position: relative;
	top: calc(25%);
	font-family: "Noto Serif JP",serif !important;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -1px;
	transition: all 1.3s ease-out;
	font-size: 45px;
	color: #fff;
	display: inline-block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 8px 0px 10px 0px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
@media screen and (max-width: 991px) {
	header.page-header .caption {
		top: 150px;
	}
}
header.page-header:not(.background-image-page-header) .caption {
}
body.post-type-archive header.page-header .caption {
  top: 50%;
}
@media only screen and (max-width: 640px) {
	header.page-header:not(.background-image-page-header) {
		height: 175px;
	}
	body.single h1.page-header-title {
		font-size: 16px;
	}
}

.page-subheading {
	font-weight: 600 !important;
	line-height: 1.3 !important;
	transition: all 1.3s ease-out;
}
body:not(.home) #main .page-header .container {
	text-align: center;
	z-index: 10;
}
.page-header .caption {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
	left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-id-23 .page-header { /* 2025/7/17 */
	background-size: cover;
}

/*-----------------
* home
-----------------*/
.home #main #content-wrap {
	padding-top: 0;
}
.home .site-content {
 margin: 0;
}
.wppm-grid .wppm-el-post, .wppm-tile .wppm-el-post {
	margin: 0 !important;
}
.wppm-ajax-loadmore {
	display: inline-block;
	height: 80px;
	margin-top: 30px;
}
.wppm-ajax-loadmore a.wppm-more-link {
}

/*-----------------
* page
-----------------*/
body:not(home) #site-header-sticky-wrapper.oceanwp-sticky-header-holder .container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
body:not(.home) .container {
  width: 1140px !important;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 45px;
}
@media only screen and (max-width: 680px) {
	body:not(.home) .container {
  	padding: 0;
	}
}

/*-----------------
* 会社概要
-----------------*/
table.company_tbl_line th {
	width: 30%;
	padding: 6% 3%;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	word-wrap: break-word;
}
table.company_tbl_line td {
	vertical-align: top;
	line-height: 1.5;
	width: 70%;
	padding: 6% 3%;
}

/*-----------------
* 問い合わせフォーム
* contact form 7 2024/2/27
-----------------*/
form.wpcf7-form {
	position: relative;
/*	width: 680px;*/
	max-width: 780px;
	margin: 0 auto;
}
input[type="submit"].wpcf7-submit {
	width: 100%;
	color: #fff;
	font-size: 19px;
}
form.wpcf7-form fieldset {
  margin: 0 0 30px 0;
  padding: 0.35em 20px 0.75em 20px;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
}
form.wpcf7-form legend {
	width: auto !important;
  border: 0;
}
@media (max-width: 680px) {
	form.wpcf7-form fieldset {
  	margin: 0 0 30px 0;
  	padding: 10px;
	}
}

/*-----------------
* archive
-----------------*/
@media screen and (max-width: 991px) {
	.blog .content-area {
		margin-top: 0;
	}
}
.blog-entry.post .thumbnail {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.blog-entry.post .thumbnail > a {
	display: block;
	width: 100%;
	height: 194px;		/* 黄金比 */
	max-height: 62%;	/* 黄金比 */
}
@media screen and (max-width: 959px) {
.blog-entry.post .thumbnail > a {
	height: 131px;		/* 白銀比 */
	max-height: 71%;	/* 白銀比 */
	}
}
.blog-entry.post .thumbnail img {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	object-position: 50% 50%;
	object-fit: cover;
  opacity: 1;
}
.blog-entry.large-entry .blog-entry-readmore a:hover {
	background-color: #fff;
	color: #1F2B61;
}

/*---- カスタム投稿タイプ -----*/
body.post-type-archive .container .caption{	/* カスタム投稿タイプのみ title位置朝来 */
	text-align: center;
	z-index: 10;
	padding: 0;
	left: 0;
}
body.post-type-archive #content-wrap {
	max-width: 100% !important;
}
body.post-type-archive #main #content-wrap {
  padding-top: 0;
  padding-bottom: 50px;
}
body.post-type-archive:not(.post-type-archive-member) .content-area {
}
body.post-type-archive .page-header {
 	background: rgb(255,255,255);
	background: -moz-linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(42,53,98,1) 80%);
	background: -webkit-linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(42,53,98,1) 80%);
	background: linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(110,139,255,1) 0%, rgba(42,53,98,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#6E8BFF",GradientType=1);
}
body.post-type-archive #blog-entries {						/* flex Layout */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
article.blog-entry.product,
article.blog-entry.solution {
	width: calc(100% / 2 - 20px);
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
article.blog-entry.product .blog-entry-inner,
article.blog-entry.solution .blog-entry-inner {
	padding: 10px;
}
.custom-post-archive-upper,
.custom-post-solution-upper {
	margin-bottom: 60px;
}
.custom-post-archive-bottom,
.custom-post-solution-bottom {
	margin-top: 60px;
}
.blog-entry.large-entry .blog-entry-readmore a {
	background-color: #1F2B61;
	color: #fff;
	padding: 15px 20px;
	font-size: 15px;
}

/*-----------------
* single
-----------------*/
h2.single-post-title.entry-title {
	display: none;
}
.related-post-media {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.related-post-media a.related-thumb {
	display: block;
	width: 100%; /* 黄金比 */
	height: 139px;
	max-height: 62%;	/* 黄金比 */
}
@media screen and (max-width: 959px) {
	#primary {
		margin: 0;
	}
	.related-post-media a.related-thumb {
		height: 134px;		/* 白銀比 */
		max-height: 71%;	/* 白銀比 */
	}
}
.related-post-media img.wp-post-image {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	object-position: 50% 50%;
	object-fit: cover;
  opacity: 1;
}
body.single-post.content-max-width .thumbnail {
	width: 100%;
	height: 350px;
	overflow: hidden;
	opacity: 1;
}
@media screen and (max-width: 959px) {
	body.single-post.content-max-width .thumbnail {
		height: 195px;
	}
}

body.single-post.content-max-width ul.meta {
	justify-content: left;
	max-width: 100%;
	margin: 0 2.75em;
}
body.single-post.content-max-width .entry-content p {
	margin: 1.5em;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 959px) {
	body.single-post.content-max-width .entry-content p {
		margin: 0;
	}
}
.single-post.content-max-width #related-posts {
	margin: 3.5em auto 1.5em;
	padding-top: 1.5em;
}
.single-members .thumbnail,
.single-product2 .thumbnail {
	display: none;
}
body.single-post .entry-content h3 {
    font-size: 153.3333333333%;
    border-left: 2px solid #1F2B61;
    border-bottom: 2px solid #EAEAEA;
    font-weight: bold;
    padding: 2% 3% 2.5% 3%;
}

/* 生成AI 記事用 2026/7/7 */
body.wp-singular:not(.home) .container {
  width: 1300px !important;
  max-width: 1300px;
}
.content-area {
    float: left;
    position: relative;
    width: 80%;
}
.widget-area {
    width: 20%;
}
body.wp-singular.single .content-area {
	margin-top: 50px;
 }
.kxn-jizokuka-jisseki .page-header h1,
.kxn-jizokuka-jisseki .chapter-header h2 {
	color: #fff;
}
@media screen and (min-width: 1365px) {
  .blog #content-wrap,
  .archive #content-wrap,
  .single #content-wrap,
  .search #content-wrap,
  .error404 #content-wrap {
    max-width: 1300px;
  }
}
@media screen and (max-width: 991px) {
  .content-area {
    float: none;
    position: relative;
    width: 100%;
  }
  .widget-area {
    width: 100%;
  }
	body.wp-singular:not(.home) #main .container {
  	padding: 0 !important;
	}
	body.wp-singular #right-sidebar {
  margin-top: 0;
	}
}


/*-----------------
* カスタム投稿タイプ
-----------------*/
.body.post-type-archive .blog-entry.large-entry {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body.post-type-archive .blog-entry {
	width: 100%;
  height: auto;
}
body.post-type-archive .blog-entry .thumbnail {
  position: relative;
	width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body.single-member article .thumbnail {
	display: block;
	width: 100%;
	height: 194px;
	max-height: 62%;
}
body.post-type-archive .blog-entry .thumbnail > a {
  display: block;
  width: 100%;
  height: 194px;
  max-height: 62%;
}
body.post-type-archive .blog-entry .thumbnail img,
body.single-member article .thumbnail img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  opacity: 1;
}
body.single-solution #primary #content .thumbnail {
	display: none;
}

table th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
text-transform: none;
}
table th, table td {
	border: 1px solid #ccc;
}


/*-----------------
* side bar
-----------------*/
.sidebar-primary .widget-area.sidebar-primary {
	margin-top: 50px;
}
.sidebar-primary h4.widget-title {
	display: block;
	padding: 4% 1% 3.5% 1%;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #1F2B61;
  border-width: 0 0 0 3px;
  border-style: solid;
	border-left: none;
	border-bottom: 2px solid #1F2B61;
  letter-spacing: 1px;
/*    padding-left: 15px;
  margin: 0 0 20px;*/
  text-transform: capitalize;
}


/*-----------------
* search
-----------------*/

/*-----------------
* 404
-----------------*/

/*-----------------
* login
-----------------*/


/*-----------------
* bottom
-----------------*/
#footer .container_nav {
	padding: 6px 0 6px;
  background: #f5f5f5;
}

#footer #footer-bottom-menu {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
  text-align: center;
}
#footer #footer-bottom-menu ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer #footer-bottom-menu li {
  float: left;
}
#footer #footer-bottom-menu li a {
  font-size: 15px;
	font-weight: 400;
	color:#555;
}
#footer #footer-bottom-menu li::after {
  content: '|';
  margin-left: 20px;
  margin-right: 20px;
	color: #ccc;
}
#footer #footer-bottom-menu li:last-child::after {
  content: '';
}


/*-----------------
* footer
-----------------*/
#footer-bottom {
  padding: 17px 0;
}
#footer-widgets {
	color: #999;
	font-size: 14px;
}
#footer-widgets h3.oceanwp-about-me-name {
}
#footer-widgets .footer-box .footer-widget ul {
	margin-top: 15px;
}
#footer-widgets .footer-box .footer-widget ul li {
	text-align: left;
}
.contact-info-widget li.skype a {
	background-color: var(--sub-color) !important;
}
#footer-widgets .recent-posts-date .sep,
#footer-widgets .recent-posts-comments {
	display: none;
}
#footer-widgets ul.contact-info-widget li i {
	color: var(--sub-color);
}

@media only screen and (max-width: 959px) {
	#footer #footer-bottom-menu li {
    float: none;
	}
	#footer-bottom #footer-bottom-menu li {
    margin-bottom: 18px;
	}
}
@media only screen and (max-width: 640px) {
	#footer #footer-bottom-menu li::after {
    margin-left: 10px;
    margin-right: 10px;
	}
}

/* widgets meetin */
#footer-widgets .inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#footer-widgets .inner .meetin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#footer-widgets .meetin div {
  padding: 10px;
}
#footer-widgets .meetin .tit {
  font-weight: bold;
}
#footer-widgets input#mi_connect_input {
  padding: 12px 10px;
  font-size: 16px;
  letter-spacing: 0.05rem;
  background-color: #fff;
  border: 1px solid #999;
}
#footer-widgets .meetin button.mi_connect_input_button {
  background: #1F2B61;
  color: #fff;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
	#footer-widgets .inner .meetin {
		display: block;
	}
	#footer-widgets .meetin {
    width: 92%;
	}
}
@media only screen and (max-width: 680px) {
	#footer-widgets .meetin button.mi_connect_input_button {
		width: 220px;
    padding: 10px auto;
	}
}

/*-----------------
* footer nav
-----------------*/
#footer #footer-bottom-menu li a:hover {
	text-decoration: underline;
}

/*-----------------
* Copyright
-----------------*/
#copyright {
	display: block;
  width: 100%;
	float: none;
	text-align: center;
   padding: 25px 0;
	border-top: 1px solid #efefef;
	background: #fff;
}
#copyright #copyright_inner.container {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
}

/*-----------------
* to top
-----------------*/
#scroll-top {
  right: 15px;
}

/*-----------------
* チャット不可
-----------------*/
.kjzfjq {
	bottom: 50px !important;
}
