@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

body{
	background-color:#FFF;
}


.text_offset {

}


.toggle-button {
    padding: 10px 10px 20px;
    background-color: #004998;
    color: #ffffff;
 }


.toggle-button::before {
	display:none;
}

.toggle-button::after {
  content: ""; /* 擬似要素に内容を表示するために必要 */
  position: absolute; /* 親要素を基準に配置 */
  left: 50%; /* 左右中央揃え */
  bottom: 0px; /* ボタンの少し下に配置 */
  transform: translateX(-50%); /* 厳密な中央揃えのため */
  border-width: 6px; /* 三角形の底辺の太さ */
  border-style: solid; /* 矢印のスタイル */
  border-color: #FFF transparent transparent transparent; /* 矢印の向きを決める */
}




.new-entry-cards{
	display: flex;
  flex-wrap: wrap; 
	
}

.widget-entry-cards:not(.large-thumb-on) .card-snippet {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home_topmessage{
	background: url(/wp-content/uploads/2025/11/bg_topmessage2.png) no-repeat center top;
    background-size: contain;
}

.home_topmessage .cat-label, .home_topics .cat-label {
	display:none;
	
}

.midoku1 figure:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 49px;
	position: absolute;
	top: 0px;
    right: 15px;
    background-image: url('/wp-content/uploads/2025/12/midoku.png');
    background-position: center;
    background-size: contain;
}


.midoku2 figure:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 34px;
	position: absolute;
	top: 0px;
    right: 10px;
    background-image: url('/wp-content/uploads/2025/12/midoku.png');
    background-position: center;
    background-size: contain;
}






.toggle-button::before {
   color: #ffffff;
    opacity: 1;
}

#sb_instagram #sbi_load {
	display:none;
}


.widget-entry-cards.card-large-image figure img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.cat-label {
    position: absolute;
    top: 76%;
    justify-self:anchor-center;
	border: 0px solid #eee;
    font-size: 12px;
    color: var(--cocoon-white-color);
    background-color: #005ba6;
    padding: 3px 7px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: center; */
    border-radius: 10px;
}

.widget-entry-card {
    font-size: 12px!important;
}


.pt-cv-view {
    background-color: #005bac;
}

.article h4 {
 border-top: 0px solid var(--cocoon-thin-color);
 border-bottom: 0px solid var(--cocoon-thin-color);
}

.pt-cv-title a{
	color:#FFF;
}

.article h4 {
    font-size: 12px;
    padding: 9px 10px;
}

.toggle-checkbox:checked ~ .toggle-content {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: all 0.3s 
ease-in-out;
    padding: 1em;
    color: var(--cocoon-custom-text-color);
    background-color: #005bac;
    border-width: 0;
    border-style: solid;
    border-color: var(--cocoon-custom-border-color);
    border-top-width: 0;
    border-bottom-left-radius: var(--cocoon-basic-border-radius);
    border-bottom-right-radius: var(--cocoon-basic-border-radius);
}

.pt-cv-view .pt-cv-title {
    margin-bottom: 10px;
    text-align: center;
}

.toggle-button {
    border-width: 0;
}

.pt-cv-view {
    background-color: unset;
}

#pt-cv-view-3ab0cf0agl .pt-cv-title a {
	color:#000;
}
.pt-cv-view .pt-cv-ifield {

    text-align: center;
}



.sidebar .pt-cv-view.iscvblock .pt-cv-content-item a {
    text-decoration: none;
    color: #000;
}

.main {
    width: 1140px;
}

.sidebar{
	width:100px;
}

.sidebar h4{
	font-size:12px;
}

.widget-entry-cards.card-large-image .a-wrap {
    width: 100%;
}

/* 
* ヘッダーロゴ(テキスト)の反対側に問い合わせボタン表示
*/

.header-login {
    background-color: #005bac;
    color: #FFF !important;
    border-radius: 17px;
    padding: 6px 15px;
    margin-right: 0px;
}

.header-login a{
	color:#FFF;
	text-decoration:none;
	font-size:10px !important;
}
    #navi .navi-in > .menu-mobile li {
        width: 100% !important;
     }


div#header-in {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンを横並び */
  flex-direction: row;
	align-items: center;
}


.header-in .logo-header {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンの位置を両端にする */
  text-align:center;
}

.article h1
 {
    color: #005ba6;
}

.eye-catch-wrap {
    display: none;
}

#main{
        padding: 0px 5px;
    }



#top h2 {
    color: #004998;
    font-size: 1.2rem;
    background-color: transparent;
    padding-top: 35px;
}

#top h2 ::after {
	content: none;
}

.toggle-button {
    border-radius: 0;
}




.article h2 {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
    padding: 0 0 calc(var(--f) * 2) calc(var(--f) * 18);
    font-size: calc(var(--f) * 24);
    margin: 3em 0 1.5em;
    font-size: calc(var(--f) * 26);
	background-color:#FFF;
}


.article h2 ::c {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    display: block;
    width: 6px;
	height: 100%;
    background: #005ba6;

}


.article h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: calc(var(--f) * 10);
    padding: 0;
    margin: 3em 0 1em;
    font-size: calc(var(--f) * 23);
    font-weight: 700;
    text-align: left;
	border:0;
}

.article h3::before {
    content: "";
    width: 2em;
    height: 2px;
    margin: 0.5em 0.5em 0 0;
    background: #000;
}

.archive_list .widget-entry-card figure {
  width: 120px; 
  height: 120px;
  overflow: hidden; /* 画像がはみ出さないようにする */
  position: relative; /* object-position を使用する場合に必要 */
}
	
.archive_list .widget-entry-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を維持して表示領域を覆う */
  object-position: center; /* 画像の中心を基準に配置 (任意) */
	border-radius: 20px;
}

.home_company .widget-entry-cards figure {
  width: 100%;
  height: calc(100vw * 0.28);
  overflow: hidden; /* 画像がはみ出さないようにする */
  position: relative; /* object-position を使用する場合に必要 */
}
	
.home_company .widget-entry-cards figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を維持して表示領域を覆う */
  object-position: center; /* 画像の中心を基準に配置 (任意) */
	border-radius: 14px;
}
.home_company .new-entry-cards {
    display: flex;
    flex-wrap: wrap
}
.home_company .widget-entry-cards.card-large-image .a-wrap {
    width: 33.3%;
}

.home_company .cat-label {
	width:86%;
	text-align:center;
	font-size: 0.5rem;
}

.archive_list .widget-entry-cards figure .cat-label{
	display:block !important;
	width:80%;
    font-size: 0.5rem;
    text-align: center;
}



.cat-label-onelogistics{
	background-color:#133a8a;	
}

.cat-label-ais{
	background-color:#023353;
}

.cat-label-asia{
	background-color:#2a9db6;
}

.cat-label-egg{
	background-color:#1a284e;
}


.cat-label-saisei{
	background-color:#dc7e39;
}

.cat-label-saichu{
	background-color:#9eb84d;
}

.cat-label-kaifu{
	background-color:#9eb84d;
}
.cat-label-id{
	background-color:#9eb84d;
}

.cat-label-ads{
	background-color:#333333;
}

.cat-label-ais{
	background-color:#023353;
}

.cat-label-egg{
	background-color:#1a284e;
}


.cat-label-kaifu{
	background-color:#133a8a;
}

.cat-label-id{
	background-color:#157d5b;
}

.cat-label-saichu{
	background-color:#9eb84d;
}

.cat-label-saisei{
	background-color:#dc7e39;
}

.cat-label-asia{
	background-color:#2a9db6;
}



.archive_yearlink{
	display: flex;
  justify-content: center;
	padding-left: 0 !important;
}
.archive_yearlink li{
	margin:1em !important;
}

.archive_yearlink li a{
	text-decoration:none !important;
	    color: #000;
    font-size: 1.2rem;
}

.entry-title, .archive-title{
	text-align:center;
}
	
	
.archive_list a {
    width: 100%;
    border-bottom: 1px dotted;
}


.footer {
    display: none;
}

.list_benefits{
	list-style: none;

}


.top_backnumber {
      text-align: center;
    font-size: .9rem;
    line-height: 1.2;
    color: #000;
}

.top_backnumber img{
margin-bottom:10px;
}

.top_backnumber figure{
width:calc(100% / 3 - 1rem)
}

.top_backnumber a{
text-decoration:none;
  color:#000;

}

.navi {
    margin-top: -50px;
    width: 100px;
    right: 0;
    position: absolute;
	margin-right: 20px;
}

#navi .navi-in > .menu-mobile li a:hover{
        background-color: #005bac;
		color:#fff;
	opacity:1 !important;
    }
#navi .navi-in > .menu-mobile li a:active{
	opacity:1 !important;
    }

.menu-button .fa-home::before{
    background-image: url('/img/icon-home.png') ;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 21px; /*アイコンの高さを指定*/
	width: 20px; /*アイコンの横幅を指定*/
	margin-top: 5px;
}

.menu-button .fa-bell-o::before{
    background-image: url('/img/icon-midoku.png') ;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 21px; /*アイコンの高さを指定*/
	width: 20px; /*アイコンの横幅を指定*/
	margin-top: 5px;
}




.menu-button .fa-star::before{
    background-image: url('/img/icon-setting.png') ;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 20px; /*アイコンの高さを指定*/
	width: 20px; /*アイコンの横幅を指定*/
	margin-top: 5px;
}

.menu-button .fa-sign-in::before{
    background-image: url('/img/icon-login.png') ;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 25px; /*アイコンの高さを指定*/
	width: 25px; /*アイコンの横幅を指定*/
	margin-top: 5px;
}

.menu-button .fa-sign-out::before{
    background-image: url('/img/icon-logout.png') ;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 25px; /*アイコンの高さを指定*/
	width: 25px; /*アイコンの横幅を指定*/
	margin-top: 5px;
}



.veu_followSet, .veu_adminEdit, .veu_socialSet {
	display:none;
}
.h4-extend{
	font-size: 1.2rem !important;
	margin-top:2.5rem;
}

.sns_company{
	margin-top:0.8em !important;
	margin-bottom:0.5em !important;
	padding-top:0 !important;
}


    .block_profile {
		background-color:#f2f2f2;
		position:relative;
		padding: 15px;
		    width: 100vw;
   margin: 0 calc(50% - 50vw);
    }

.block_profile figure{	
position:relative;
	width:30%;
	top:10px;
	right:0;
	margin-right: unset !important;
    margin-left: auto !important;
	max-width:150px;
}

.block_profile figure img{
	float:right;
	object-fit:cover;
	border-radius:50%;
	margin: 10px !important
}

.profile_position{
	font-size:0.6rem;
	font-weight:bold;
}

.profile_name{
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom: 10px !important;
}
.profile_about{
		font-size:0.8rem;
}

.card-title-bold .card-title {
    font-size: 0.8rem;
}
.widget-entry-card-snippet {
    font-size: 0.8rem;
    opacity: unset;
}

figcaption {
    font-size: 0.7rem;
    opacity: unset;
 }

    .mobile-footer-menu-buttons {
        display: none;
    }



.page-id-827 .mobile-footer-menu-buttons{
	display:inline-flex;
}

#header-container{
	display:none;
}


.page-id-827 #header-container{
	display:block;
}

.site-name-text-link {
    pointer-events: none; /* クリックイベントを無効にする */
    cursor: default;      /* カーソルをデフォルトに戻す */
}

.breadcrumb {
    display: none;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
}

.logo-image {
    padding: 24px 0 0px;
}


.page-id-268 .veu_autoEyeCatchBox {
	display:none;
 }


.veu_autoEyeCatchBox {
	display:none;
 }


#wp-block-themeisle-blocks-advanced-columns-b5f23e16 {
    min-height: auto;
    margin-bottom: 200px;
}

#wpmem_restricted_msg{
	display:none;
}

#wpmem_reg fieldset {
display:none;
}

/* 
.entry-content {
    margin-bottom: 15em;
}
*/

#pdfjs-viewer-skip iframe{
	height: calc(100vh - 125px);
}

.app_frame{
	width:100vw;
	height: calc(100vh - 125px);
	border:0;
}
.entry-content {
    margin-top: 0em !important;
}
.content {
    margin-top: 0px;
}


.groups-member-block-content{
	margin-bottom:0;
}

#sbi_18088761217969314{
	
}
