@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
*/
.home #main-image p
/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text {
display: none;
}

body{ background-color:#fff;}
/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-content {
    margin-top: -27px;
    margin-bottom: 0;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}
.home .container{
background: transparent url(images/bg-main.png) center top no-repeat!important;
}
.public-page .container{background: #fff url(images/bg-container.png) left top repeat-x;}

#content{ 
	margin-top:-5px;
	margin-bottom: 0;
}
#content-in{margin:0 auto;}
#content::after{ display:none;}

#main{ padding:0;margin-bottom:0; border:none;}

.page .sns-follow,
.page .author-info{
    display: none;
}

/************************************
** ヘッダー
************************************/
#header-in{ width:1200px; margin:0 auto;/*position:relative;*/}

/**      ヘッダーボタン		**/
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header { margin-top:10px;}

.header-container{ 
	width:1100px!important;
	padding-top:5px;
	padding-bottom:15px;
	margin:0 auto;
	background-color:transparent!important;
}



.logo{ padding-top:10px!important; text-align:left!important;}

/************************************
** フッター
************************************/
#footer{
	padding-top:0!important;margin-top:0;}

/************************************
** Main
************************************/
.wp-block-cover{ min-height:560px;margin-bottom:0!important; }

/************************************
** Menu
************************************/
.header-container-in { position:relative;}
.header-container-in .navi-in{ position:absolute;right:0px; top:5px; }
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important; text-align:center;}


#menu-h-menu{margin-right:20px;}
#menu-h-menu li{width:90px; text-align:center;line-height:2!important; padding: 20px 0px 0 0px; height:40px;}

#menu-h-menu li a{color:#ffffff!important;background-color:transparent; }

.sub-caption{ color:#00a051;}

#menu-h-menu li a:hover{}
#menu-h-menu li#menu-item-27{
position:relative;
background:transparent url(images/h-contact.png) left top no-repeat!important;
padding:30px!important;
width:190px!important;
margin-left:20px;
}

#menu-h-menu li#menu-item-27 a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}


#menu-h-menu li#menu-item-27 a:hover{ opacity:0.2;}	


#menu-h-menu li#menu-item-27 .item-label{opacity:0;}

.m-tel a:hover{ opacity:0.6;}	

/************************************
** 固定ヘッダー
************************************/
.fixed-header{ height:75px; background-color:#00428e!important;width:100%!important;}
.fixed-header #menu-h-menu li{width:100px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}

.header-container-in.hlt-top-menur{position:relative;}
.fixed-header #nav{background-color:#00428e; padding-bottom:0!important;}
.fixed-header #navi .navi-in{
position: absolute;
right:0;
top: 5px;
}

.fixed-header .logo{ position:absolute;top:0;left:0; }
.fixed-header .cl-slim .logo-header img { max-height: 60px;}
.fixed-header #menu-h-menu .navi-in a{color:#012351; background-color:transparent;}
.fixed-header #menu-h-menu{ margin-top:0;}
.fixed-header #menu-h-menu li a:hover{opacity:0.6;} 
.fixed-header #menu-h-menu li#menu-item-115{ background-color:#8ebe59!important;display:block;}

.fixed-header .h-submenu { 
	display:none;
}
.fixed-header .h-submenu img.pc-img{ max-width:95%;} 
.header-container-in.hlt-top-menu .h-submenu li{ padding-top:10px;}
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px; color:#ffffff;}


/************************************
** 共通
************************************/
section{ margin-bottom:0!important;}

/*投稿日を非表示にする*/
.page .post-date {
  display: none;
}

/*更新日を非表示にする*/
.page .post-update{
  display: none;
}

.entry-card-meta, .related-entry-card-meta{ padding-bottom:10px;}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{ margin:5px 0 30px 30px;}
img.alignleft{ margin:5px 30px 30px 0;}

img a:hove{ opacity:0.5;}

.sp_br {
  display: none; //640px以上では改行タグを無効に。
}
@media screen and (max-width: 640px) {
  .sp_br {
    display: block; //640px未満で改行タグを有効に。
  }
}



.alignright{ float:right; }
.alignleft{ float:left; }

.pc-img{ display:inline!important;}
.tab-img { display:none!important;}
.tab-smt{ display:none!important;}	
.smt-img { display:none!important;}


/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}

.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}
.mb100{ margin-bottom:100px!important;}

.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}
.mr40{margin-right:40px!important;}

.ml80{margin-left:80px!important;}

.pt10{ padding-top:10px;}
.pt100{ padding-top:100px;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}
.fbig{ font-size:250%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.black{ color:#000000;}
.red{ color:#e02051;}
.pink{color:#df4c81;}
.white{ color:#ffffff;}
.gray{color:#aeaeae;}
.green{ color:#5ab54c;}
.yellow{ color:#fbf17c;}
.blue{ color:#41a1d9;}
.blue02{ color:#00adff;}

.orange{color:#e88502;}

.line-yellow{ background:linear-gradient(transparent 50%, #fffa6e 50%);}
.boxglay{ padding:10px; background-color:#e2e2e2;}
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}

.center{ text-align:center!important;}
.right{ text-align:right!important;}
.left{ text-align:left!important;}

.text01{ line-height:1.4;}

@media screen and (max-width: 768px){
.br-sp {display: none; }
}
/************************************
** button
************************************/
.button01{
	margin-top:50px;
	margin-bottom:0;
	text-align:center;
}

.button01 a {
display:block;
margin: 0 auto;
padding: 1em 2em;
width:70%!important;
color: #ffffff;
font-size: 1.4em;
font-weight: 700;
background: #38c1f1 url(images/icon-contact.png) left 5% center no-repeat;
text-decoration:none;
}
.button01 a::after {}
.button01 a:hover {  background-color: #bbbbbb;}


/************************************
** Tittle
************************************/
.article section h2{ background-color:transparent; text-align:center;}

.entry-title {
    font-size:  24px;           /* 文字サイズ指定 */
    border-bottom: solid 4px #999;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
	padding-top:50px;
}

.entry-title:before {
    content:  '';                   /* 空白の要素を作る */
    width: 80px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #42a6ff;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

.article h2{ padding:0!important;}

h2.p-ti01{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding:15px 15px 15px 20px!important;
margin-bottom: 2em;
background-color: #ebf4f6!important;/* 背景色 */
border-left: 5px solid #318496;/* 左の線 */
border-bottom: 2px solid #cccccc;/* 下の線 */
color: #318496;/* フォント色 */
}


h2.ti02{
  position: relative;
  padding: 1.5rem;
  text-align: center;
color:#0086bb;
font-size:2.2em;
}

h2.ti02:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 7px;
  content: '';
  border-radius: 3px;
  background: #9de5fc;
}
h2.ti04{ font-size:2em; margin-bottom:20px!important;}

.article h3{ border:none; font-size:1.4em;}

h3.ti03 {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
  background-color:#050043;
	color:#fff;
}


h3.ti03:before {
position: absolute;
content: '';
top: -60%;
right: -150px;
width: 200px;
height: 300%;
transform: rotate(40deg);
background-color: #1eb2ff;
}

h3.p-ti03{
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 1em!important;
  border-radius: 10px;
  background: #d9e9f2;
}


.article h4{ 
	border-top:none;
	border-bottom:none;
}

.ti04{ 
background-color:#0068b7;
padding:30px;
color:#fff;
border-radius:20px;
font-weight:bold;
font-size:1.4em;
text-align:center;
	margin-bottom:40px;
}

/************************************
** table
************************************/
/* table01 */
#profile{ border:1px solid #ececec;} 
#profile tr {
}

#profile th,
#profile td {
  padding: 20px;
	border-bottom:1px solid #ececec;
	border-right:1px solid #ececec;

}

#profile th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #profile th,
  #profile td {
    width: 100%;
    display: block;
  }

  #profile th {
    width: 100%;
  }

  #profile td {
    padding-top: 20px;
  }
}


/************************************
** box
************************************/
.box01{ 
  padding: 20px;
  border: 3px solid #f98c28;
  display:inline-block;
  background-color:#ffffff;
  margin-bottom:10px;
	border-radius:20px;
}


.dl-l{ float:left; width:48%; margin-left:10px; }
.dl-r{ float:right; width:48%;}

/************************************
** アンカーリンクメニュー
************************************/

.anchor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.anchor_item a{ 
    color: #1a1a1a;
    cursor: pointer;
    text-decoration: none;
font-size:0.8em;
}
.anchor_list .anchor_item {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
    position: relative;
    display: inline-block
}

.anchor_list .anchor_item:nth-child(odd) {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #D1D1D1
}

.anchor_list .anchor_item:nth-child(even) {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #D1D1D1
}

.anchor_list .anchor_item:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #2f61b0;
    border-right: solid 2px #2f61b0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px
}

.anchor_list .anchor_item .anchor {
    font-weight: 700;
    display: block
}

@media screen and (min-width: 1024px) {
 .anchor_list {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        width: 1000px;
        margin: 80px auto 50px auto!important;
    }

 .anchor_list .item {
        width: calc(100% / 3);
        text-align: left;
        padding-left: 23px
    }
}



.anchor-link {
    padding-top: 55px
}

.anchor-link h2 {
    margin-top: -55px;
    padding-top: 55px
}

@media screen and (min-width: 1024px) {
.anchor-link {
        padding-top:90px
    }

.anchor-link h2 {
        margin-top: -90px;
        padding-top: 90px
    }
}

@media screen and (max-width: 640px){
.anchor_list .anchor_item{ width:100%;}

}
/************************************
**　固定ページ共通
************************************/
.home #main-image{}

.home #main-image p{
    width: 1000px;
    margin: 0 auto;
	padding-top:100px;
	padding-bottom:155px;
}


#home #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}

#home .content-in.wrap{ width:100%!important; }
.page p{ margin-bottom:0.8em;}


/************************************
**　TOP
************************************/
.home section{ padding-top:50px; padding-bottom:50px;font-size:1em;}
.sec01{ margin:0 auto;}

.sec02{
	background-color:#e9f6fd;
	background-image:url(images/bg-sec02.jpg),url(images/bg-sec02-bottom.png);
	background-position:center top,left bottom;
	background-repeat:no-repeat,no-repeat;
	padding-bottom:300px!important;
}


.home .sec02 h2.ti01{ padding-top:550px!important; color:#0086bb; font-size:1.6em;}

.sec03-01,
.sec03-02{ margin-bottom:50px;}


.sec04{}

.sec04box{background:linear-gradient(#02aff3, #9ce5fc); padding:70px 30px 30px 30px;}
.sec04box-inn{ background-color:#eefbff;border:5px solid #63d1f9; padding:50px 20px 20px 20px;}
.home .sec04box h2.ti01{ color:#ffffff;font-weight:bold; font-size:1.6em;margin-bottom:30px;}

.sec05{background: #fefefe url(images/bg-sec05.png) center bottom no-repeat;}
.sec05 .inner{padding:100px 0;}
.sec05box{ border:8px solid #8cc6de; padding:50px; background-color:rgba(255, 255, 255, 0.5);}


/*  その課題、どこまで任せられる？
できること一覧表 */

 .table-container {
            max-width: 1100px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

table.table00 tr:nth-of-type(2n+1){background-color:#ffffff!important;}

table.table00 {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
        }

table.table00 th {
		padding: 16px 12px;
            text-align: center;
            font-weight: 600;
            border-right: 1px solid rgba(255,255,255,0.2);
            background-color: #f6eee4;	
        }
table.table00 thead th {
            background: linear-gradient(135deg, #4a6fa5 0%, #5a7fb5 100%);
            color: white;
}

table.table00 tbody th {border-bottom: 1px solid rgba(255,255,255,0.5);}


table.table00 th:last-child {
            border-right: none;
        }

table.table00 td {
            padding: 12px 10px;
            text-align: left;
/*            border-bottom: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;*/
            vertical-align: top;
            line-height: 1.4;
			font-size:1em;
        }
table.table00 td.no-support { text-align:center;background-color:#fafbfc;}


table.table00 td:first-child {
            text-align: left;
            font-weight: 600;
            background-color: #f8f9fa;
            width: 35%;
        }

table.table00 td:last-child {
            border-right: none;
        }

table.sec00 tr:hover {
            background-color: #f0f7ff;
        }

table.table00 tr:last-child td {
/*            border-bottom: none;*/
        }

/* レスポンシブ対応 */
        @media screen and (max-width: 768px) {
            .table-container {
                margin: 0 10px;
                border-radius: 4px;
            }

table.table00 {
                font-size: 12px;
            }

table.table00 th, td {
                padding: 10px 8px;
            }

table.table00 th {
                font-size: 11px;
            }
        }

@media screen and (max-width: 480px) {
  
.table-container {
                margin: 0;
            }

table.table00 table {
                font-size: 11px;
            }

table.table00 th, table.table00 td {
                padding: 8px 4px;
            }

table.table00 th {
                font-size: 10px;
                line-height: 1.2;
            }

/* 非常に小さい画面では横スクロール可能に */
.table-container {
                overflow-x: auto;
            }

table.table00  {
                min-width: 480px;
            }
        }

        /* 対応状況に応じた色分け */
        .full-support {
            /*background-color: #e8f5e8;*/
            color: #2d5016;
            font-weight: 600;
        }

        .partial-support {
            /*background-color: #fff3cd;
            color: #856404;*/
        }

        .no-support {
			text-align:center;
            color: #721c24;
        }

        .strategic-support {
            /*background-color: #d1ecf1;
            color: #0c5460;*/
            font-weight: 600;
        }

/* アクセシビリティ向上 */
        @media (prefers-reduced-motion: reduce) {
            tr {
                transition: none;
            }
        }

        /* ダークモード対応 */
        @media (prefers-color-scheme: dark) {
            .table-container {
                background: #2d2d2d;
            }

.table00 td:first-child {
                background-color: #3a3a3a;
            }

.table00 td {
                border-color: #444;
                color: #ffffff;
  }

            tr:hover {
                background-color: #404040;
            }
        }


/************************************
** List
************************************/
ul{padding-left:0px!important; margin-bottom:0!important;}

.listNomal{ padding-left:0!important;}
.listNomal li{ list-style:none!important;}
.article dd {margin-left: 0px;}

.listcircle{ padding-left:0px!important; margin-bottom:30px!important;}
 
.listcircle li{
  position: relative;
  padding-left: 30px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
  top:10px;
  left: 0;
  width:15px;
  height:15px;
  background-color: #318496;
  border-radius: 50%;
}
.listIcon{
	padding-left:0!important;
	padding-bottom:17px;
}
.listIcon li {
    padding: 15px 0 15px 40px;
    line-height: 1.2em;
    background: url(images/icon-chk.png) left 0px top 50% no-repeat;
	margin:0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
	list-style:none;
}

ol.listNumber {
  padding: 0;
  counter-reset:cp_clist; /*数字をリセット*/
  list-style-type: none;
}
ol.listNumber li {
  position: relative;
  margin: 0 0 10px 30px;
	font-size: 0.95em;
}
ol.listNumber li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  background: #bae8ff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*位置の調整*/
  margin-top: 2px;
  margin-left: -40px;
  margin-bottom:10px;	
}

ul.listinline{ text-align:left;}
ul.listinline li{ display:inline-block; margin-right:20px;}
ul.listinline li.last{ margin-right:0px; }


/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** youtubeレスポンシブ
************************************/
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*!動画の最大幅を指定する*/
.video-container{
   max-width: 100%; 
  margin: 30px 0;
}


/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/
display: none;
}

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

/************************************
** clearfix
************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/************************************
** 固定ページ
************************************/
.page .inner{
	width:1100px;
	margin:0 auto;
}
/************************************
** 会社概要
************************************/
#t-company tr {
  border-bottom: 1px solid #fafbfc;
}
#t-company th,
#t-company td {
  padding: 24px 0;
  border: none;
}
#t-company th {
  width: 30%;
}
#t-company td {
  padding-left:50px;
}
/* sp */
@media only screen and (max-width: 480px) {
#t-company th,
#t-company td {
    width: 100%;
    display: block;
 }
#t-company th {
    width: 100%;
 }
#t-company td {
	padding-left:10px;
    padding-top: 20px;
  }
}

/************************************
** 分析する
************************************/
.service-item {
    width: 30%;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
	float:left;
	margin-bottom:30px;
	min-height:220px;

}
.service-item01,
.service-item02,
.service-item04,
.service-item05{ margin-right:40px;}

.service-item img {
    margin-bottom: 15px;
}

.service-item dt {
    font-size: 1.2em;
    margin-bottom: 10px;
	color:#00428e;
	font-weight:bold;
	
}

.service-item dt.img {
	text-align:center;
}
.service-item dd {
    font-size:0.8em;
    color: #666;
	text-align:left;
	text-align:1.4;
}


@media (max-width: 768px) {
.services {
        flex-direction: column;
        align-items: center;
    }
.service-item {
        width: 100%;
        margin-bottom: 20px;
		margin-right:0;
		float:none;
	min-height:160px!important;
}
	.service-item dd{text-align:center;}
.service-item01,
.service-item02,
.service-item03,
.service-item04,
.service-item05{ margin-right:20px;}	
}

.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  color: #4D9BC1;
}

.flow05 > li dl dd {
  margin-left: 0;
}

/************************************
** 不動産経営塾
************************************/

/************************************
** プライバシーポリシー
************************************/
.dlprivacy {
margin-left: 0;
margin-right: 10px;
}

.dlprivacy dt {
margin: 27px 0 14px;
border-left: 5px solid #42a6ff;
background-color: #f4f4f4;
padding: 10px 18px 7px;
line-height: 1.5;
font-size: 120%;
font-weight: normal;
}

.dlprivacy dd {
margin-bottom: 20px;
margin-left: 15px;
}


/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 1100px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}

.input-zip{ width:120px!important;}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

.boxBtn{
	position:relative;
	height: 50px;
	text-align:center;
}

.box_con input[type=submit]{
	width:50%;
}


 
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;

  color: #fff;
  font-size: 14px;	
}
.box_con form table tr th .optional { background: #337ab7;}
.box_con form table tr th .essential { background: #cd6f55;}



.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
	  text-align:center;
  }
	.box_con form table tr td.koumoku{ padding-left:20px;text-align:left;}	
	
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
 width: 100%;
  height: 3em;*/
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
width:100%!important;
height:100px!important;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.input-zip{ width:120px!important;}


/************************************
** 投稿ページ
************************************/
.category .container,
.single .container{
background-color:#7cabd4!important;
background-image:none;
}


.category #content,
.single #content {
	margin:0 auto;
	background: #FFF;
    padding: 50px 5% 2% 5%;
    max-width: 1000px;
}

.eye-catch{
	text-align:center;
}
.eye-catch img{
	margin-bottom:30px;
}

.single .article h2{
 padding:0.5em!important;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
	font-size:1.2em;
	
}


.single .article h3 {
font-size:1em;
border-left: 10px solid #7db4e6;	

}

.single .article h4{
font-size:16px;
padding: 0.5em;
color: #494949;
border-bottom: solid 1px #7db4e6;
}
.single .article h5{
font-size:14px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
	border-bottom:none;
}

.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

.new-entry-card-post-date{color:#00a8e3;}

/************************************
** 日付関係のスタイル
************************************/
.date-tags {
  margin-bottom: 30px!important;
}

/*******************************
* カテゴリページ
********************************/
.entry-card-wrap { margin-bottom:10px;}
.entry-card{
	padding-left:0!important;
	padding-bottom:20px;
	margin-bottom:10px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

.post h2.entry-card-title,
.post h2.related-entry-card-title{

	background: #eaf5f9;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	}
.post h2.entry-card-title:before,
.post h2.related-entry-card-title:before{
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}
.entry-card-meta{ display:none;}

/************************************
**　トップ新着・人気・関連記事ウィジェット
　　投稿日・更新日表示
************************************/
.new-entry-card-date {
  display: block;
}
.new-entry-card-date .post-date{
background:transparent url(images/icon-time.png) no-repeat left center;	
display: block!important;
padding:10px 0 10px 20px;}

.widget-entry-card-date {
	display: block;
	position: absolute; right: 0;/*右寄せ*/
	font-size: 18px; /*フォントサイズ*/
}

.widget-entry-card-snippet{
	line-height:1.5;	
}

/*******************************
* 新着記事を横並びに
********************************/
.widget-entry-cards.card-large-image .a-wrap {
width:32.5%;
height:auto;
display: inline-flex;
background-color:#fff;
padding:20px;
	border-radius:10px;
	
}

@media screen and (max-width: 800px) {
.widget-entry-cards.card-large-image .a-wrap {
width:auto;
display: inline-flex;
}
}

.widget-entry-cards.not-default figure img {
padding: .5em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下 (タブレット横サイズ)* */
@media screen and (max-width: 1100px){

#header-container-in{ width:100%; position:relative; padding-top:70px!important;}

#header-container {
    padding-top: 5px;
    padding-bottom: 10px;
}
	
.logo{
position:absolute;
top: 0px;
left: 0;	
}

	

/************************************
** MENU
************************************/	
#menu-h-menu li{ width:80px!important;}
	
#menu-h-menu li#menu-item-18{
background:transparent url(images/m-tel-smt.png) 50% 50% no-repeat!important;
padding:30px!important;
width:45px!important;	
height:45px;
}
#menu-h-menu li#menu-item-18 a:hover{ opacity:0.2;}	

#menu-h-menu li#menu-item-19{
background:transparent url(images/m-line-smt.png) 50% 50% no-repeat!important;
padding:30px!important;
width:45px!important;	
height:45px;
}	
.fixed-header{ background-color:#00428e!important;}
/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
	padding:0 20px;
}
/************************************
** TOP
************************************/
.home .container{
background: transparent url(images/bg-main-tab.png) center top no-repeat!important;
background-size:contain!important;
}	
.home #main-image{
width:100%;
}
	
.home #main-image p{
    width: 100%;
    margin: 0 auto;
	text-align:center;
	padding-bottom: 505px;
}		

.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}		
}


/*1024px以下 (iPadMini横サイズ)* */
@media screen and (max-width: 1025px){
/************************************
** ヘッダー
************************************/
#header-container-in{ width:100%; position:relative;}
#header-container {
  padding-top: 15px;
  padding-bottom: 0px;
	width:100%!important;	
}
.home #main-image p{ padding-top:50px;padding-bottom:500px;text-align:center;}	
	
.page .inner{
	width:100%;
	margin:0 auto;
}	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#00428e;}

.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}
	
	
/*ロゴエリア*/
.mobile-menu-buttons .menu-button{display:block;}
	
.logo{
position:absolute!important;
top: 0!important;
left: 0!important;	
}
.logo-menu-button{
	position:relative;
	left:0px;
	width:100%;
}
	
.logo-menu-button img {
max-height: 60px;
	max-width:95%;
	margin: 7px 0 0 15px;
}

	
/*メニューエリア*/
#menu-h-menu li{ font-size:0.8em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}
	
.fa-bars::before{ color:#ffffff!important;}
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 0;
	padding-left:10px;
	padding-right:10px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ display:none!important; }	
	

	
/*固定ヘッダーエリア*/	
.fixed-header{background-color:#00428e!important;}
.fixed-header #navi .navi-in {
position: absolute;
left: 150px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:90px;}	
.fixed-header .h-submenu img{ }
	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

/************************************
** 画像関係のスタイル
************************************/
figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.circle-image img {
  border-radius: 50%;
}
	
/************************************
** contents
************************************/
.page .inner{
max-width: 100%;	
margin:0 auto;
padding: 0 5%;
}
	
/************************************
** section
************************************/
section .inner{ margin:0 auto; width:100%; padding:30px!important;}

/************************************
** TOP
************************************/
.sec02{
	background-color:#e9f6fd;
	background-image:url(images/bg-sec02.jpg),url(images/bg-sec02-bottom.png);
	background-size:contain;
	}
.home .sec02 h2.ti01,
.sec02 h2.ti01{ padding-top:300px!important;}
	
/************************************
** List
************************************/
.list01{　width: 100%; text-align:center;}
.list01 li{　margin:0 auto;display:inline-block;}

.listblue li{ margin-left:0px!important;}	
	
dl.dllist { float:none;width:100%; margin-right:0;}
dl.dllist dt{ text-align:center; }	
.alignright,.alignleft{	float:none;}

/************************************
** table
************************************/
table.table01 th,
table.table01 td{
width:100%!important;
display: block!important;}	

.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}	
}

	
/*1024px以下*/
@media screen and (max-width: 1024px){

/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
}
#header-container{padding-top:0px!important;}
	
/*ヘッダーボタンエリア　*/	
.h-submenu {
  width: 140px;
  margin-top: 10px !important;
  margin-left: 0px !important;
  padding:0 0 0 5px !important;
}	
	
.ti01{ display:block;}
	
.smt-img{ display:inline!important;}
#main-image .smt-img{display:none !important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}
.category-page-content li.listred{ width:45%; margin:0 auto; }	

/************************************
** 分析する
************************************/
.service-item {
    width: 30%;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
	float:left;
	margin-bottom:30px;
	min-height:250px;

}
.service-item01,
.service-item02,
.service-item03,
.service-item04,
.service-item05{ margin-right:20px;}

}


/*1000px以下*/
@media screen and (max-width: 1000px){
/************************************
** 			main
************************************/	
.home #main-image p {
    padding-top: 20px;	
	    
}
	
/************************************
** 			header
************************************/
/*ヘッダーボタンエリア　*/
.header-container-in.hlt-top-menu{ display:none;}

.h-submenu{ 
	width:150px; 
	margin-top:0px!important; 
	margin-left:0px!important;
	padding:0!important;
position: absolute;
top:10px;
right:60px;
	
}
	
.h-submenu li{ margin:0px 0px 0 5px!important;color:#fff; float:right;}
	
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}		
	.mobile-header-menu-buttons .navi-menu-button.menu-button{
	padding-top: 0px;
    padding-left: 10px;
    padding-right: 5px;
}
	
	
.tab-img {
display:inline !important;
width: 100% !important;
}
}


/*840px以下*/
@media screen and (max-width: 844px){
/************************************
** 			main
************************************/
.widget-entry-cards.card-large-image .a-wrap{min-width:100%;}
.header-container-in.hlt-top-menu { display:none;}

	
/* モバイルヘッダー高さ分、余白を設ける */
body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0px;
}	
#header-container{padding-top:0px;}
.btn01{ 
	background-color:#98c732;
	padding:8px 20px 0 25px; 
	margin:0 10px;
	border-radius:50px;
}
	
/************************************
** 			header
************************************/	
.mobile-menu-buttons{background-color:#00428e;height:70px;}	

/*ヘッダーボタンエリア　*/
.h-submenu{ 
	width:150px; 
	margin-top:0px!important; 
	margin-left:0px!important;
	padding:0!important;
  position: absolute;
top: 10px;
right:60px;
	
}
.h-submenu li{ margin:0px 15px 0 5px!important;color:#fff; float:right;}
	
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}	
.fa{ 
	width:60px; 
	height:40px;
	font-size:1.4em;
	margin-top:10px;
	margin-left: 5px;	
	text-align: left;
}
	
.menu-drawer li a{ padding-left:20px;}
	
/************************************
** 投稿ページ
************************************/
.category #content,
.single #content {
    padding: 50px 5% 2% 5%;
}

/************************************
** 			tittle
************************************/	
h1.entry-title{ width:100%; padding-top:100px;}	
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 0;
}

h2.p-ti01{ margin-bottom:30px!important;}	
	
	
.article h3{border:none!important;}	
	
/************************************
** 			section
************************************/	
section{ margin-top:0px!important; margin-bottom:0px!important; }

	
/************************************
** 			TOP
************************************/	
.home #main-image { 
	background-size:contain;
}

.home #main-image p{
width:100%;
padding-top:90px!important;
padding-bottom:280px!important;
	
padding-left:0px;
}
.home #main-image p img{ margin:0 auto;width: 95% !important;}	
	
	
h2.ti02{margin-bottom:50px!important;}	
	
.home .sec02 h2.ti01{padding-top:200px!important;}
	
	
.button01 a{width:100%!important;}	
	
#main-image .tab-img{display:inline!important;}
#main-image .smt-img{display:none !important;}

/************************************
** 			分析する
************************************/		
	
.services {
        flex-direction: column;
        align-items: center;
    }
.service-item {
        width: 100%;
        margin-bottom: 20px;
		margin-right:0;
		float:none;
 min-height:160px!important;
}
	.service-item dd{text-align:center;}
.service-item01,
.service-item02,
.service-item03,
.service-item04,
.service-item05{ margin-right:20px;}	

	
	
/************************************
** 			Table
************************************/	
table.table01 th,
table.table01 td{
width:100%;
display: block;
}	
/************************************
** 			list
************************************/		

	
/************************************
** 			Box
************************************/	
.dl-l{ float:none; width:100%; margin-left:0px; }
.dl-r{ float:none; width:100%;}


.tab-img { display:none !important;}	
.smt-img { display:inline!important;}
}

/*640px以下*/
@media screen and (max-width: 640px){
.home .container{
background: transparent url(images/bg-main-smt.png) center top no-repeat!important;
background-size:contain!important;
}
	
/************************************
**　mainImage
************************************/
.home #main-image { }	
.home #main-image p{ padding-bottom:250px!important; }	
	
#main-image .smt-img{display:inline!important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:none!important;}
	
/************************************
** 固定ヘッダー
************************************/
.fixed-header{ background-color:#00428e!important;}	
	

/************************************
**　TOP
************************************/	
.anchor_list .anchor_item:nth-child(even) {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #D1D1D1
}	
	
/************************************
**　TOP
************************************/
.home section{ 
	padding-top:25px;
	padding-bottom:25px;	
	}
.sec02{ padding-bottom:100px!important;}
.home .sec02 h2.ti01{ padding-top:100px!important;}
.sec03{ padding-top:80px!important;}

.sec05box{ padding:30px;}
.button01 a{ padding:0.8em;line-height:1.2;background:#38c1f1 url(images/icon-contact.png) left 15px center no-repeat;}



}	
	
/*750px以下*/
@media screen and (max-width: 750px){
}


/*480px以下*/
@media screen and (max-width: 480px){
.logo-menu-button img {margin:10px 0 0 5px;}
.mobile-menu-buttons{ height:70px;}	

.h-submenu {
position: absolute;
top: 10px;
right: 50px;
}

.logo-menu-button img {
        max-height: 60px;
        max-width: 65%;
        margin:10px 0 0 5px;
}
.h-submenu li img{ min-height:90%;}

/*.entry-title{ margin:80px 0 50px 0;}*/
	
.button01 a{ width:95%;}	
.home #main-image p{padding-top: 50px !important;
        padding-bottom: 150px !important;}	
	
/************************************
** 投稿ページ
************************************/	
.entry-card-thumb {
    width: 100%;
  }
	
.entry-header .eye-catch {
    margin-left: -1em;
    margin-right: -1em;
    max-width: none;
    width: auto;
  }
} 


/*380px以下*/
@media screen and (max-width: 380px){
.logo-menu-button img {margin:10px 0 0 5px;}
.mobile-menu-buttons{ height:70px;}
.fixed-header{ background-color:#00428e!important;}	

.home #main-image{padding-top:0px;}
section .inner{ padding:30px 15px!important; }
}

/*320px以下*/
@media screen and (max-width: 320px){
section.sec03:after { border-width: 60px 47vw 0 47vw;}

}


/*****************************************
** Feedzy RSS 3カラムカード型レイアウト
******************************************/	

/* Feedzy RSS 3カラム ul li レイアウト */
.feedzy-rss ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
    padding: 0px;
    list-style: none;
}
.feedzy-rss ul:before, .feedzy-rss ul:after {
    content: none!important;
}


/* レスポンシブ対応 */
@media (max-width: 834px) {
    .feedzy-rss ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .feedzy-rss ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* 各記事アイテム（li）のカードスタイル */
.feedzy-rss ul li {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 10px!important;
}

.feedzy-rss ul li:hover {
/*    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);*/
}

/* 1. 画像エリア */
.feedzy-rss .rss_image {
    width: 100%!important;
    height: 200px;
    overflow: hidden;
    position: relative;
    order: 1;
	margin-bottom:10px!important;
}

.feedzy-rss .rss_image img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feedzy-rss ul li:hover .rss_image img {
    transform: scale(1.05);
}

/* コンテンツエリア */
.feedzy-rss .rss_content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
	font-size:12px;
}
.feedzy-rss .rss_content small{ display:none!important;}

/* 2. タイトル */
.feedzy-rss .rss_title {
    font-size: 14px!important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px!important;
    color: #333;
    order: 2;
}

.feedzy-rss .rss_item .title a{ 
	color: #333!important; 
	text-decoration:none;
}
.feedzy-rss .rss_title a {
    color: #333!important;
    text-decoration: none!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feedzy-rss .rss_item .title a:hover,
.feedzy-rss .rss_title a:hover {
    color: #4fc3f7!important;
}

/* 3. 詳細（概要文） */
.feedzy-rss .rss_summary {
    font-size: 12px!important;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    order: 3;
}

/* 4. 日付 */
.feedzy-rss .rss_date {
    font-size: 12px;
    color: #999;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    order: 4;
}

/* Feedzy RSS固有のスタイル調整 */
.feedzy-rss .rss_item {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

/* Cocoonのカラーテーマに合わせる場合 */
.skin-cocoon-child .feedzy-rss ul li {
    border-color: var(--border-color, #e0e0e0);
}

.skin-cocoon-child .feedzy-rss .rss_title a:hover {
    color: var(--accent-color, #4fc3f7);
}

/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
    .feedzy-rss ul li {
        background: #2a2a2a;
        border-color: #404040;
        color: #e0e0e0;
    }
    
    .feedzy-rss .rss_title a {
        color: #e0e0e0;
    }
    
    .feedzy-rss .rss_summary {
        color: #b0b0b0;
    }
    
    .feedzy-rss .rss_date {
        color: #888;
        border-top-color: #404040;
    }
}

/* より具体的なセレクタで確実に適用 */
.feedzy-rss ul.feedzy-default li {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

.feedzy-rss ul.feedzy-default li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
