@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */

/*会社概要デザイン*/
table.corpo{
  width: 100%;
  border-collapse: collapse;
}
table tr.corpo{
  border-bottom: solid 2px white;
}
table tr.corpo:last-child{
  border-bottom: none;
}
table th.corpo{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #1B4382;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th.corpo:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #1B4382;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td.corpo{
  text-align: left;
  width: 80%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0;
}
/*スライドデザイン*/
@media ( min-width : 640px ){
.cover_ttl {
	padding-bottom: 180px!important;
	color: #fff;
	text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
	} 
}
/*企業理念デザイン*/
.rinen{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 10px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.rinen p {
    margin: 30px; 
    padding: 0;
	  font-weight: 900;
	  font-size: medium;
}
/*タイムラインデザイン*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
/* for Desktop */
@media ( min-width : 640px ){
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
	.timeline-content span {
		font-size: 1.2em;
		color: #2e8b57;
	}
.pr{
	margin-top: -20px;
	}
.timeline-date {
	width: 110px;
	float: left;
	margin-top: 3px;
	color: #2e8b57;
 }
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
	.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #3cb371;
    position: absolute;
    left: 106px;
    top: 5px;
    border-radius: 100%;
  }
}
/* 画像に枠 */
.photo_waku {
	border:solid 1px #ccc;
	padding:4px;
}
/*リンクボタン*/
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}
a.btn-border:hover {
  color: #fff;
  background: #000;
}
footer {
    background: #1B4382;
    padding: 2rem 0;
    font-size: small;
	  color: #fff;
}
/*TOPピックアップデザイン*/
.pages {
    padding: 2rem 0;
    background-color: #1B4382;
}
.text-center {
	color: #fff;
	text-align: left!important;
	font-size: small!important;
}
/*右上会社情報消す*/
.com {
	visibility: hidden;
	}
/*ロゴサイズ*/
.logo img {
	height: 50px!important;
}
/*サブタイトルサイズ*/
.subttl {
    font-size: small!important;
}
/*3ポイントモバイルでは消す*/
@media ( max-width : 768px ){
.biz {
	display: none;
}
}
/*モバイルフッターメニュー*/
ul#menu-footer {
	background-color: #1B4382;
	border: 1px solid #fff;
}
.fixed_footer a, .fixed_footer a:hover, .fixed_footer a:active, .fixed_footer a:visited {
	color:#fff;
}
/*サイトマップ*/
ul.wsp-pages-list,ul.children,ul.wsp-posts-list {
	padding: 0.5em;
	list-style-type: none;
}
ul.wsp-pages-list li,ul.wsp-posts-list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(25,118,210,1);
}
ul.wsp-pages-list li:after,
ul.wsp-pages-list li:before,
ul.wsp-posts-list li:after,
ul.wsp-posts-list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.wsp-pages-list li:before,
ul.wsp-posts-list li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.wsp-pages-list li:after,
ul.wsp-posts-list li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}
/*お問い合わせフォーム*/
.wpcf7 {
	margin: 20px 20px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.wpcf7 input[type="confirm"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="confirm"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
#confirm-button input, .content form input.wpcf7-submit, p.form-submit input[type=submit] {
	font-size: 100%!important;
}
.wpcf7 input[type="submit"] {
	width:95%;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #006400;
	color: #fff;
	font-weight: bold;
	background: #dc143c;
	transition: 0.3s;
}
.wpcf7-submit:hover {
	background: #000080;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	text-align: center;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
.wpcf7 {
	padding: 5px; 5px;
}
span.radio-883 .wpcf7-list-item:nth-of-type(1) {
	color: #a9a9a9;
	padding: 5px 10px 5px 45px; 
}
span.checkbox-301 .wpcf7-list-item {
	padding: 5px 20px; 
	display: block;
}
.form-label {
    display: inline-block !important;
    padding: 2px 5px;
	margin: 5px 5px;
    background-color: #ce052c;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}
.form-label_no {
    display: inline-block !important;
    padding: 2px 5px;
	margin: 5px 5px;
    background-color: #777;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}
.sub {
	text-align:center;
}
.entry-form {
	margin: 5px 20px;
}
.wpcf7 textarea[name="textarea-915"] {
	height: 150px;
}
.wpcf7 textarea[name="textarea-916"] {
	height: 80px;
}
.recaptcha {
	width: 95%;
	font-size: 0.5em;
	margin: 5px 20px;
}
.formbox {
	background-color: #e0ffff;
}
/* footer文字色 */
footer a, footer a:hover,footer a:active, footer a:visited {
	color: #fff !important;
}
/* メニュー */
.navbar-toggler:after {
    content: "MENU";
    font-size: 10px;
    font-family: Verdana, sans-serif;
    position: absolute;
    bottom: -10px;
    right: 8px;
}
/* カテゴリーポストツールバー */
.cat-post-title {
	font-size: 14px;
	position: absolute;
	left: 1;
	color: #fff!important;
	padding: 20px 20px!important;
	margin-top: 24%;
	width: 92%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}
.cat-post-item {
	margin: 10px 0px 50px;
}
.cat-post-date {
	font-size: 12px;
	position: absolute;
	left: 1;
	color: #808080;
	padding: 0px;
	margin-top: 40%;
	width: 87%;
	border-bottom: 1px dotted #808080;
}
@media ( max-width : 480px ){
	.cat-post-title {
		margin-top: 22%;
		width: 85%;
	}
}
@media (min-width:480px) and (max-width:1024px) {
	.cat-post-title {
		margin-top: 4%;
		width: 87%;
	}
}
/* プレスリリースのみアイキャッチを表示しない  */
.hentry.category-release.post .attachment-post-thumbnail {
	display: none;
}
/* 404エラーデザイン*/
.erimg {
	width: 80%;
	margin: 0 10%;
	color: #696969;
	font-size: 20px;
	text-align: center;
}
p.erimg {
	margin-bottom: 20px;
}
/*タグボタンを消す*/
.list-inline {
	display: none!important;
}
/* 詳細リンクボタン*/
section {
  max-width: 300px;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem .5rem;
  background-color: #24446b;
  text-align: center;

  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_02_a:hover {
	color: #24446b;
 background-color: #3d7fd1;
	
}
a.btn_02_a span {
  position: relative;
  padding-left: 36px;
		color: #fff;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
a.btn_02_a span:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 3px solid #e22939;
  border-right: 3px solid #e22939;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}
/*箇条書きデザインd*/
ol.listd li{
	line-height: 1.5;
	padding: 0.3em 1em;
	list-style-type: none!important;
	counter-increment: cnt;
}
ol.listd li::before {
	content: "(" counter(cnt) ") ";
}
ol.listd li {
	list-style-type: none;
	counter-increment: cnt;
}
ol.listd li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-3em;
	width: 3em;
}
/*箇条書きデザインa*/
ul.lista {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
ul.lista li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none;
}
ul.lista li:before {
	content: '\e7cd';
	font-family: 'Material Icons';
  position: absolute;
  left : 1em;
  color: skyblue;
}
/*ポストサイズ調整*/
.post_body {
	width: 90%;
	margin: 10px 15px auto;
	font-size: 1.1em!important;
}
h1.ttl_h1.entry-title {
    font-size: 2em;
}
/*アイキャッチサイズ調整*/
.attachment-post-thumbnail {
	width: 90%;
	margin: 10px 15px auto;
}
/*見出しデザインH3*/
h3.cate,h4.cate {
	color: #364e96;
	border: solid 3px #364e96;
	padding: 0.5em;
	border-radius: 0.5em;
}
/*見出しデザインH2*/
h2.ribbon {
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #7db4e6;
	border-bottom: solid 3px #d7d7d7;
}
/*見出しデザインH2プロダクト用*/
h2.product {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
h2.product:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
/*投稿H2のボーダーを消す*/
.post_body h2 >span {
	border-bottom: none!important;
}
/* チェック付き h3 */
h3.check {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
h3.check:before {
  content: '\e86c';
  font-family: 'Material Icons';
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #5ab9ff;
  font-weight: 900;
}
/* ポイント付き h3 */
h3.point {
	position: relative;
	padding: 1rem 3rem;
	border: 3px solid #00aeef;
	font-size: 23px!important;
	color: #5371CD;
}
h3.point:after {
	content: '\e79a';
	font-family: 'Material Icons';
	position: absolute;
	top: -1.6rem;
	left: .5rem;
	background: #fff;
	font-size: 30px;
	color: #00aeef;
	margin: 4px 0px;
	display: inline-block;
}

/* 矢印 */
span.dli-chevron-down {
	margin: 20px auto;
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* イメージキャプション*/
.wp-block-image {
	font-size: small;
	color: #808080;
}

/* === Global type scale (小さめに再設計) === */
:root{
  /* ベース文字サイズ（PCで15px程度、モバイルで14〜15pxを自動調整） */
  --font-base: clamp(14px, 1.2vw, 15px);
  --lh-base: 1.8;
  /* 見出しの比率（必要に応じて微調整） */
  --fz-h1: clamp(22px, 2.4vw, 28px);
  --fz-h2: clamp(20px, 2.0vw, 24px);
  --fz-h3: clamp(18px, 1.7vw, 20px);
  --fz-h4: clamp(17px, 1.5vw, 18px);
}

/* 本文のベース */
html, body{
  font-size: var(--font-base);
  line-height: var(--lh-base);
}

/* 記事・固定ページ本文（クラシック／ブロック共通でやや小さめ） */
.entry-content,
.post_body,
.wp-block-post-content{
  font-size: 1rem;   /* = var(--font-base) を継承 */
  line-height: var(--lh-base);
}

/* 段落・リストを少しだけ詰める */
.entry-content p,
.entry-content li,
.post_body p,
.post_body li{
  font-size: 1rem;
  line-height: var(--lh-base);
  margin: 0 0 1.1em;
}

/* 見出し縮小（テーマの強い指定を上書き） */
.entry-content h1, h1.ttl_h1.entry-title{ font-size: var(--fz-h1) !important; line-height: 1.3; }
.entry-content h2{ font-size: var(--fz-h2) !important; line-height: 1.35; }
.entry-content h3{ font-size: var(--fz-h3) !important; line-height: 1.4; }
.entry-content h4{ font-size: var(--fz-h4) !important; line-height: 1.5; }

/* トップの大見出し等が大きすぎる場合の保険 */
.cover_ttl{ font-size: clamp(18px, 2.0vw, 22px) !important; }

/* ウィジェットやカード類（タイトル帯の文字が大きい時） */
.cat-post-title{ font-size: 13px !important; }
.cat-post-date{ font-size: 11px !important; }

/* フッターや小テキストは“本当に小さく” */
footer, .text-center, .subttl{ font-size: 0.875rem !important; } /* 14px前後 */
/* 固定ページ本文だけさらに-1段階 */
.page .entry-content{ font-size: 0.95rem; }
/* 投稿本文だけ-1段階 */
.single .entry-content{ font-size: 0.95rem; }
/* 会社概要ページ（例: page-id-123）だけ小さく */
body.page-id-123 .entry-content{
  font-size: 0.93rem;
  line-height: 1.75;
}

/* 製品ページ（例: page-id-456）だけ小さく */
body.page-id-456 .entry-content{
  font-size: 0.93rem;
}
