/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
	scroll-padding-top: 60px; // ヘッダーの高さ分設定
}

/* #top-movie {
  position: fixed;         
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;       
  z-index: -1;            
}

#top-movie iframe {
  position: absolute;
  bottom: 0;               
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  width: 177.78vh;         
  height: 90vh;          
  pointer-events: none;    
} */
.w80{
	width: 70%:
}
.text-center{
	text-align: center;
}
.normal{
	font-weight: normal!important;
}
.bold{
	font-weight: bold;
}
.text-white:hover{
	color: #FFFFFF!important;
}
.text-red-E60013{
	color: #E60013;
}
.text-red-E60013H:hover{
	color: #E60013!important;
}
.overflow-hidden{
	overflow: hidden;
}
.block{
	display: block;
}
.underline li:hover{
	text-decoration-line: underline;
	text-decoration-thickness: 0.8px;
	text-decoration-color: #ffffff;
	text-underline-offset: 3px;
}
.mt_-20{
	margin-top: -20px;
}
.mt_20{
	margin-top: 20px;
}
.pr-5{
	padding-right: 5px!important;
}
.pr-25{
	padding-right: 25px!important;
}
.pr-30{
	padding-right: 30px!important;
}
.pl-10{
	padding-left: 10px!important;
}
.pl-25{
	padding-left: 25px!important;
}
.pl-38{
	padding-left: 38px;
}
.pl-40{
	padding-left: 40px;
}
.px-5px{
	padding-top; 5px;
	padding-bottom; 5px;
}
.px-20px{
	padding-top; 20px!important;
	padding-bottom; 20px!important;
}
.z-10{
	z-index: 10;
}
.marker {
  background:linear-gradient(transparent 50%, rgba(255, 153, 0,0.5) 30%); /* マーカーを引く */
  display: inline;                                                        
}
.overflow-hidden{
	overflow: hidden;
}
.list-decimal{
	list-style: decimal;
}
.list-decimal li{
	padding-left: 10px;
}
.top_nav{
	position: relative;
}
.top_nav::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -20px;
    background: url(https://www.ibaraki-milk.jp/wp-content/uploads/2025/01/red_circle.svg);
    width: 120px;
    height: 120px;
}
.title_circle{
	position: relative;
}
.title_circle::before{	
	position: absolute;
    width: 110px;
    height: 110px;
    top: 50%;
    left: -5%;
    border-radius: 50%;
    background: #ffd5d5;
    transform: translate(-50%, -50%);
    content: '';
	z-index: -1!important;
}
.back-to-top{
  transition: opacity 0.5s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(20px); /* 下に隠れている状態 */
}
#autozip {
   display: none !important;
}
main.post{
	width: 800px !important;
}
.red_dod_line{
	border-bottom: dotted 2px #E60013;
	padding-bottom:3px;
}
/*reCAPTCHAバッジ削除*/
.grecaptcha-badge {
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
.back-to-top.show {
  display: block; /* 表示 */
  opacity: 1;
  transform: translateY(0); /* 元の位置に */
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}
.eael-breadcrumbs .eael-breadcrumb-separator,
.eael-breadcrumb-separator svg{
    margin: 1px 2px 0 2px!important;
}
.flex .eael-grid-post-holder-inner{
	display:flex;
}
.flex .eael-entry-media{
	width: 200px !important;
	height: auto;
}
.flex .eael-entry-wrapper{
	display:flex;
	flex-direction:column-reverse;
	vertical-align: middle;
	padding-left: 30px;
}
.flex .fa-clock,
.flex .meta-cat-icon{
	display: none;
}
.flex .eael-entry-meta .eael-meta-posted-on time{
	font-size: 13px;
	font-weight: bold;
}
/* .flex .eael-entry-meta .post-meta-categories a{
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 5px 10px !important;
	color: #54595F !important;
} */
.flex .eael-entry-meta .post-meta-categories a.news_for_csr{
		background-color: #F9DB00;
}
.flex .eael-entry-meta .post-meta-categories a.news_for_company{
		background-color: red;
}
.flex .eael-entry-meta .post-meta-categories a.news_for_product{
		background-color: blue;
}
.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator{
	height: auto!important;
}
.elementor-widget-icon-list .elementor-icon-list-icon svg {
	border: 1px;
    padding: 5px;
}
.company_profile table th,
.company_history table th{
	width: 20%;
}
table tbody tr:nth-child(even):hover>td,table tbody tr:nth-child(even):hover>th {
    background-color: rgba(256,0,0,0)!important;
} 
table tbody tr:nth-child(odd):hover>td,table tbody tr:nth-child(odd):hover>th {
    background-color: hsla(0,0%,50.2%,.0705882353)!important;
} 
.product table td,
.product table th {
    padding: 10px;
}
.product table tbody>tr:nth-child(odd)>td,
/* .product table tbody tr:hover>td */{
    background-color: hsla(0, 0%, 50.2%, .000)!important;
}
.product table tbody>tr:nth-child(odd)>th,
.product table tbody>tr:nth-child(even)>th,
/* .product table tbody tr:hover>th */{
	width: 40%;
	background-color: hsla(0,0%,50.2%,.0705882353)!important;
}
.product table tbody tr th{
	width: 40%;
}
.hfe-nav-menu > .nav_menu_open/* ドロップダウンメニューを常に表示 */{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
#menu-item-1604 a{
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem 0 4.3rem;
  }
}
.li_kome{
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}
.li_kome li{
    text-indent: -1.5em;
}
.li_kome li:before{
    content: "※";
    margin-right: 0.5em;
}
span.hfe-post-info__item--type-date{
	padding-left: 0!important;
}
a.hfe-post-info__terms-list-item,
.post-meta-categories li a {
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 13px;
	background-color: #54595F;
	padding: 5px 10px;
 }
article.post{
	display: none;
}
/*スマホ表示時対応_start*/ 
@media (min-width: 768px){
	.pc_dn{
		display: none;
	}
}
/*スマホ表示時対応_end*/ 
/*スマホ表示時対応_start*/ 
@media (max-width: 767px){
	.company_profile table th,
	.company_history table th{
		width: 24%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.hfe-flyout-wrapper .hfe-side.hfe-flyout-right{
		left: 0!important;
	}
	.sp_dn,
	.elementor-widget-container ul li span.elementor-icon-list-icon{
		display: none !important;
	}
	.item-1 {
    	order: 2; /* 2番目に表示 */
  	}
  	.item-2 {
    	order: 1; /* 1番目に表示 */
  	}
	.item-3 {
    	order: 3; /* 3番目に表示 */
	}
	.top_nav::before {
		left: -10px;
		top: -34px;
		width: 80px;
		height: 80px;
	}
	.title_circle::before{	
		width: 50px;
		height: 50px;
		top: 50%;
		left: -5%;
		border-radius: 50%;
		background: #ffd5d5;
		transform: translate(-50%, -50%);
		content: '';
/* 		z-index: -1!important; */
	}
	main.post{
	width: 80% !important;
	}
	main.post h2{
	font-size: 20px !important;
	}
	.eael-entry-media{
		display: none;
	}
}
/*スマホ表示時対応_end*/ 