@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*おすすめカードを使った場合のTOPページ背景用CSS。page-id-24は英語ページ
.page-id-24 .appeal {
  background-image: url('http://fujimicrotech.co.jp/wp-content/uploads/2023/05/TOP.png');
}
*/
/*おすすめカード機能の成型用
.recommended .navi-entry-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
*/
/*TOPナビゲーションメニュー内、英語サイトへのリンク用の装飾*/
#menu-top > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bolder;
}
.header-container-in.hlt-top-menu {
  padding: 5px;
}
/*Metaslider用成型CSS*/
.metaslider .caption-wrap {
  background: none !important;
  opacity: 1 !important;
  top: 10% !important;
  bottom: 85% !important;
  width: 50% !important;
  left: 5% !important;
  font-size: 2.5em;
  text-shadow: 1px 1px 5px black;
}
/*TOPタイトル非表示*/
.entry-title {
  display: none;
}
/*TOPページ新着情報用CSS
.top-new-entry-cards{
	border: dashed 2px rgb(200, 200, 200) !important;
	padding:4px;
}
*/
/*cocoon新着ショートコードの日付を表示させる*/
.new-entry-card-date {
  display: block;
}
.new-entry-card-post-date.widget-entry-card-post-date.post-date:before {
  content: "投稿日：";
}
.new-entry-card-update-date.widget-entry-card-update-date.post-update:before {
  content: "更新日："
}
/*TOPページのタイトルSPANタグ、装飾css*/
article.page.type-page.status-publish.has-post-thumbnail.hentry.wpsp-col-6 > div > header > span {
  display: block;
  position: relative;
  padding: 1rem .5rem;
  width: 95%;
  margin: 0 auto;
}
article.page.type-page.status-publish.has-post-thumbnail.hentry.wpsp-col-6 > div > header > span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  align-content: start;
}
a, span.wp-show-posts-entry-title {
  font-size: 1.2em;
}
.wp-show-posts-entry-title a {
    color: #333;
}
/*Wp Show Postプラグイン用CSS*/
.midashi-fa {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  font-size: 2em;
}
p.midashi-fa {
  margin: 3em 3em 1em 0;
}
.midashi-fa:before, .midashi-fa:after {
  position: absolute;
  content: '';
}
.midashi-fa:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
.midashi-fa:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.midashi-fa i {
  font-size: 30px;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.midashi-fa span {
  position: relative;
  z-index: 1;
}
/*新着記事listのボタンcss*/
a.btn_newlist {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	padding: 1rem 4rem;
	border-radius: 0.3rem;
	background-color: #fff;
	border-image-source: repeating-linear-gradient(45deg, #666 0, #666 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px);
	border-image-slice: 4;
	border-width: 4px;
	border-image-repeat: round;
	border-style: solid;
	color: #666;
	width:fit-content;
}
a.btn_newlist:hover {
	border: 2px solid #666;
	color: #666;
}

/************************************
** メタスライダー内のテキスト変換
************************************/
.caption:lang(en){
	font-size:0;
}

.caption:lang(en):before {
font-size:2.5rem;
content:'Fuji Microtech develops, manufactures, and sells sampling equipment and microtools for analysis pretreatment.';
}

.caption:lang(zh-CN){
	font-size:0;
}

.caption:lang(zh-CN):before {
font-size:2.5rem;
content:'Fuji Microtech 开发、制造和销售用于分析预处理的采样设备和微型工具。';
}

/*bogo言語切り替えの先頭文字を削除　英語*/
.bogoflags-us:before {
    display:none;
	content: "";
}
/*bogo言語切り替えの先頭文字を削除　日本語*/
.bogoflags-jp:before {
    display:none;
	content: "";
}
/*bogo言語切り替えの先頭文字を削除　中国語*/
.bogoflags-cn:before {
    display:none;
	content: "";
}
/*bogo言語切り替えのボタン周りを成形*/
.bogoflags{
	display: none;
}
#header-container-in{
	margin-bottom: 0;
}
#header-container-in > ul{
	margin-bottom: 0;
}

#header-container-in > ul{
	padding-left: 1em;
	border: none;
	display: flex;
}
#header-container-in > ul > li{
	padding: 0 0.3em;
	border: none;
}
#header-container-in > ul > li > span {
	color: #C3C3C3;
	font-size: 0.8em;
	display: block;
	width: 50px;
	height: 50px;
	background: #999999;
	overflow: visible;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}
#header-container-in > ul > li > span > a{
	text-decoration:none;
	color:#0D0D0D;
}
#header-container-in > ul > li > span > a:hover {
	color: #C3C3C3;
}
#header-container-in > ul > li.en-US.en.first > span.bogoflags.bogoflags-us,
#header-container-in > ul > li.ja.current > span.bogoflags.bogoflags-jp,
#header-container-in > ul > li.zh-CN.zh.last > span.bogoflags.bogoflags-cn,
#header-container-in > ul > li.ja > span.bogoflags.bogoflags-jp
{
	display: none;
}


/************************************
** 多国語対応用　CSSでのテキスト変換
************************************/
/*SNSフォローの文字変更*/
.sns-follow-message:lang(en){
	font-size:0;
}
.sns-follow-message:lang(en):before {
font-size:14px;
content:'follow';
}
.sns-follow-message:lang(zh-CN){
	font-size:0;
}
.sns-follow-message:lang(zh-CN):before {
font-size:14px;
content:'跟随';
}

.wpsp-no-results > p:lang(en){
	font-size:0;
}
.wpsp-no-results > p:lang(en):before {
font-size:14px;
content:'follow';
}

.wpsp-no-results > p:lang(zh-CN){
	font-size:0;
}
.wpsp-no-results > p:lang(zh-CN):before {
font-size:14px;
content:'没有找到帖子';
}

.search-edit:lang(zh-CN){
	content:'';
	font-size:0;
	line-height: 12px;
}
.copyright:lang(zh-CN){
	font-size:0;
}
.copyright:lang(zh-CN):before{
font-size:14px;
content:'版权所有 © 2023 Fuji Microtech，显微操作器和采样工具制造商，保留所有权利。';
}

.copyright:lang(en){
	font-size:0;
}
.copyright:lang(en):before{
font-size:14px;
content:'Copyright © 2023 Fuji Microtech, a manufacturer of micromanipulators and sampling tools All Rights Reserved.';
}

/*
製品
#menu-item-567 a:lang(en){
	font-size:0;
}
#menu-item-567 a:lang(en):before {
font-size:14px;
content:'product';
}
アプリケーション
#menu-item-674 a:lang(en){
	font-size:0;
}
#menu-item-674 a:lang(en):before {
font-size:14px;
content:'application';
}
お問い合わせ
#menu-item-563 a:lang(en){
	font-size:0;
}
#menu-item-563 a:lang(en):before {
font-size:14px;
content:'contact';
}
機器レンタル
#menu-item-747 a:lang(en){
	font-size:0;
}
#menu-item-747 a:lang(en):before {
font-size:14px;
content:'equipment rental';
}

弊社の強み
.item-label:lang(en){
	font-size:0;
}
.item-label:lang(en):before {
font-size:14px;
content:'Our strengths';
}
*/

/*アプリケーション、画像内リンクボタン*/
#appwrap{
	margin: 0 auto;
	width:80%;
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
}
.app-ja1-bkimag{
	width: 200px;
	height: 200px;
	background-image: url("https://fuji.chickteck.com/wp-content/uploads/2024/01/%E7%94%BB%E5%83%8F1%E7%95%B0%E7%89%A9%E6%8E%A1%E5%8F%96%EF%BC%89.png");
	background-size: cover;
	position: relative;
	margin: 5px;
}
.app-ja1-bkimag button:first-child{
	position: absolute;
	right: 0.5em;
    bottom: 0.5em;
}
.app-ja1-bkimag button:nth-child(2){
	position: absolute;
	right: 5em;
    bottom: 0.5em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  /*Metaslider用成型CSS*/
  .metaslider .caption-wrap {
    font-size: 1.5em;
  }
  /*Wp Show Postプラグイン用CSS*/
  p.midashi-fa {
    margin: 3em 3em 1em 0;
  }
/************************************
** 多国語対応用　CSSでのテキスト変換
************************************
	#navi .navi-in > .menu-mobile li a:lang(en){
		font-size:0;
	}
	
}
	*/
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  /*Metaslider用成型CSS*/
  .metaslider .caption-wrap {
    font-size: 1.3em;
  }
  /*Wp Show Postプラグイン用CSS*/
  p.midashi-fa {
    margin: 1em 0;
  }
	
  main.main,
  div.sidebar {
    padding: 0 16px;
    margin: 12px 0;
    border-width: 0;
  }
/*アプリケーション、画像内リンクボタン*/
.app-ja1-bkimag{
	width: 150px;
	height: 150px;
	background-image: url("https://fuji.chickteck.com/wp-content/uploads/2024/01/%E7%94%BB%E5%83%8F1%E7%95%B0%E7%89%A9%E6%8E%A1%E5%8F%96%EF%BC%89.png");
	background-size: cover;
	position: relative;
	margin: 5px;
}
#appwrap{
	margin: 0 auto;
	width:100%;
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
}
/************************************
** 多国語対応用　CSSでのテキスト変換
************************************/
	.caption:lang(en){
	font-size:0;
}

.caption:lang(en):before {
font-size:1rem;
content:'Fuji Microtech develops, manufactures, and sells sampling equipment and microtools for analysis pretreatment.';
}

.caption:lang(zh-CN){
	font-size:0;
}

.caption:lang(zh-CN):before {
font-size:1rem;
content:'Fuji Microtech 开发、制造和销售用于分析预处理的采样设备和微型工具。';
}
#header-container-in > ul > li > span {
	color: #C3C3C3;
	font-size: 0.8em;
	display: block;
	width: 50px;
	height: auto;
	background:rgba(255,255,255,0.00);
	overflow: visible;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}
	
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  /*Metaslider用成型CSS*/
  .metaslider .caption-wrap {
    font-size: 1em;
    width: 60% !important;
  }
  /*Wp Show Postプラグイン用CSS*/
  p.midashi-fa {
    margin: 1em 0;
  }
}