@charset "UTF-8";

.tabacms_post {
	width: 864px;
	margin-top: 66px;
}
.tabacms_post p,
.tabacms_post ul,
.tabacms_post ol {
	margin-top: 1em;
	padding: 0 48px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.75em;
}
.tabacms_post img {
	margin-bottom: 1em;
	width: 100%;
	max-width: 100%;
	height:auto;
}

.mt2em {
	margin-top: 1em;
}

/* header */
.pan {
    margin-left: 72px;
    margin-top: 21px;
}
.tabacms_header {
	margin-top: 48px;
}
.tabacms_header h1 {
	font-size: 225%;
	color: #444444;
	margin-bottom: 0.25em;
}

#headerWrap {
    position: absolute;
}

/* ■■■　20201204 記事上部の日付を隠したが順位落ちたので戻す　■■■*/
/*
.tabacms_header time.pull-right {
	display: none ;
}
*/

.tabacms_header time.pull-right {
	background-color: #f7f7f7;
    color: #666666;
    font-size: 16px;
	display: block;
	width: 100%;
	padding: 0.25em 1em;
}


/* tabacms_body */
.tabacms_body {
	width: 100%;
	margin-top: 72px;
}
.col-sm-offset-1 {
	margin-bottom: 48px;
}

.b20200604_01 {
	width: 576px;
	display: block;
	margin: 0 auto;
}

.tabacms_body h2 {
	font-size: 187.5%;
	color: #444444;
	font-weight: bold;
	padding: 0.25em 0.75em 0.25em 0.625em;
	background: #f7f7f7;
	border-left: solid 12px #416100;
	margin: 96px 0 48px;
}
.tabacms_body h3 {
	font-size: 150%;
	color: #ffffff;
	font-weight: bold;
	padding: 0.25em 0.75em;
	background: #416100;
	margin: 1.5em 48px 0;
}
.tabacms_body h4 {
	font-size: 112.5%;
	color: #416100;
	font-weight: bold;
	padding: 0.3125em 0.75em 0.1875em;
	border: 1px solid #416100;
	margin: 2em 48px 12px;
	width: 20em;
	border-radius: 17px;
}

hr.mokujiTop {
	margin-top: 72px;
	width: 768px;
	color: #eeeeee;
}
hr.mokujiBottom {
	margin-top: 1em;
	width: 768px;
	color: #eeeeee;
}

.mokuji {
	font-weight: bold;
}
.mokujiOl {
	font-size: 18px;
    margin-top: 0.5em;
    padding: 0 48px;
    text-align: justify;
	line-height: 2em;
}
.mokujiOl li {
	list-style: disc;
	margin-left: 1em;
}
.tabacms_list {
	font-size: 18px;
    margin-top: 0.5em;
    padding: 0 48px;
    text-align: justify;
	line-height: 2em;
}
.tabacms_list li {
	list-style: disc;
	margin-left: 1em;
}
.mokujiOl ul.second,
.mokujiOl ol.second {
	margin-top: 0;
	padding: 0;
}
.second li {
	list-style: none;
}

/* blogAuthor */
.tabacms_post ul.blogAuthor {
	display: flex;
	justify-content: space-between;
	border: 1px solid #cccccc;
	padding: 18px;
	margin: 96px 48px 48px;
}
.blogAuthor img {
	width: 96px;
	height: 96px;
	border-radius: 48px;
	object-fit: cover;
}
.baComment {
	width: 612px;
}
.baComment strong {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: block;
}
.baComment p {
    margin-top: 0;
    padding: 0;
}

ol.breadcrumb { 
	list-style-type: none;
	font-size: 14px;
	position: absolute;
	left: -93px;
	top: -63px;
}

@media screen and (max-width: 750px) {
ol.breadcrumb {
    font-size: 14px !important;
    display: flex !important;
    width: 100% !important;
    height: 35px !important;
    left: 0 !important;
    float: left !important;
    padding: 2px 0 !important;
    top: 0 !important;
    margin-top: 125px !important;
    -webkit-overflow-scrolling: touch !important;
    line-height: 1.75em !important;
    overflow-x: auto !important;
    }
    }
ol.breadcrumb li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 1em;
}

.awasete {
        display: flex;
		flex-direction: center;
		width: 100%;
    }
	
	.awaseteko {
		display: block;
        padding:5px;
		margin: 0 20px;
		flex-basis: 30%;
    }

.sharebutton {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-items: stretch;
  height: 50px;
	}

.sharesns {
    display: block;
	flex-basis: 50px;
	margin: 0 10px;
    }
	
.sharesns > img {
	height: 100%;
    }

.tabacms_post .tabacms_body ul.supplementHalftone li {
	background-color: #dcf6ff !important;
	padding: 0.25em 0 0.5em;
	margin: 0.5em 0;
}
.tabacms_post .tabacms_body ul.supplementHalftone li p {
	margin-top: 0.5em;
}


/*---　20210517記事ページ途中におすすめ等を追加　ここから　---*/
.tabacms_post ul.osusumekiji {
    display: flex;
 	border-top: 2px solid #ccc;
 	border-bottom: 2px solid #ccc;
    padding: 0;
}

.tabacms_post ul.osusumekiji li.hidari{
	flex-basis: 60%;
    padding: 0;
}

.tabacms_post ul.osusumekiji li.migi{
	flex-basis: 40%;
    padding: 15px;
    margin-top: 5px;
}

.tabacms_post ul.osusumekiji li {
    padding: 0;
}


.tabacms_post ul.osusumeban {
	margin: 120px 0;
    padding: 0 48px;
}

.tabacms_post ul.osusumeban li {
    padding: 0;
}


ul.sonota {
	margin: 15px 0;
    padding: 0 48px;
    list-style: square !important;
    list-style-position: inside !important;
}

li.sonota {
    list-style: square !important;
    list-style-position: inside !important;
}

.tabacms_post p.sonotakiji {
	margin: 60px 0 5px;
}

.tabacms_post p.midashi {
	font-size: 112.5%;
	font-weight: bold;
}

.markline {
	background:linear-gradient(transparent 65%, #416100 0%);
}

.tabacms_post p.kijititle {
	font-size: 100%;
	font-weight: bold;
}

.tabacms_post p.kiji {
	font-size: 75%;
	font-weight: normal;
	margin: 2px 0 15px;
}

.tabacms_post li.thumbnail {
    padding: 0;
    margin-top: 25px;
}

.txtbk {
    color: #000 !important;
    text-decoration: underline !important;
}

.txtbk :hover {
    color: #000 !important;
    text-decoration: underline !important;
}


.tabacms_post ul.koshukategori {
	visibility: hidden;
	/*margin-bottom: -200px;*/
}

.tabacms_post ul.taishukategori {
	visibility: hidden;
	/*margin-bottom: -200px;*/
}

.tabacms_post ul.kareikategori {
	visibility: hidden;
	/*margin-bottom: -200px;*/
}

.tabacms_post ul.contents_flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5px;
}


.tabacms_post ul.contents_flow p.koshu {
	background: #416100 !important;
	padding: 3px 5px !important;
	font-size: 85% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_flow p.taishu {
	background: #5af !important;
	padding: 3px 5px !important;
	font-size: 85% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_flow p.kareishu {
	background: #F08501 !important;
	padding: 3px 5px !important;
	font-size: 85% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_flow p.sub {	
	background: #f7f7f7 !important;
	margin: 0;
	padding: 2px 15px !important;
	font-size: 70% !important;
	font-weight: normal !important;
	border-bottom: 2px solid #fff;
}

p.koshu a.txtbk2 {
    color: #ffffff  !important;
}

p.koshu a.txtbk2 :hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

p.sub a.txtbk2 {
    color: #000000  !important;
}
p.sub a.txtbk2 :hover {
    color: #000000 !important;
    text-decoration: underline !important;
}


.txtbk2 {
    color: #000000 !important;
    text-decoration: none !important;
}

.txtbk2 :hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

/*---　20210517記事ページ途中におすすめ等を追加　ここまで　---*/


/*---　20210602記事ページおすすめ記事等修正　ここから　---*/
.tabacms_post ul.osusumekiji2 {
    display: flex;
 	border-top: 2px solid #ccc;
 	border-bottom: 2px solid #ccc;
    /*padding: 0;*/
}

.tabacms_post ul.osusumekiji2 li.migi{
	flex-basis: 60%;
    padding: 0;
}

.tabacms_post ul.osusumekiji2 li.hidari{
	flex-basis: 40%;
    padding: 15px;
    margin-top: 5px;
}

.tabacms_post ul.osusumekiji2 li {
    padding: 0;
}

.tabacms_post p.midashi2 {
	font-size: 105%;
	font-weight: bold;
}


.tabacms_post ul.contents_list {
  /*display: inline;*/
}


.tabacms_post ul.contents_list p.koshu {
	background: #416100 !important;
	padding: 3px 5px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_list p.taishu {
	background: #5af !important;
	padding: 3px 5px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_list p.kareishu {
	background: #F08501 !important;
	padding: 3px 5px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.contents_list p.sub {	
	background: #f7f7f7 !important;
	margin: 0;
	padding: 2px 15px !important;
	font-size: 90% !important;
	font-weight: normal !important;
	border-bottom: 2px solid #fff;
}

p.fotter-topback {
    margin: 96px auto 0!important;
    padding: 0 1em!important;
    font-size: 14px;
    text-align: center !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 18em;
}

p.fotter-company {
    margin: 48px auto 0!important;
    padding: 0 1em!important;
    font-size: 14px;
    text-align: center !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 18em;
}
ul.media_list {
    display: flex;
    width:50%;
    height: 100px;
    margin: 0 auto;
    line-height: 120px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
ul.media_list img {
    width:255px;
    height: 85px;
}     

ul.media_list_l {
    display: flex;
    width:50%;
    margin: 50px auto 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
     }
/*---　20210602記事ページおすすめ記事等修正　ここから　---*/

p.OtherTitle {
	display: inline-block;
    font-size: 1.7rem;
    color: #313131;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 5rem 0.2rem 0;
    border-style: solid;
    border-color: #838282;
    border-width: 2px 0;
    padding: 0.1em 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	}

/*グリッド型記事一覧*/

ul.OtherCard {
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
}
ul.OtherItemTxt {
    width: 62%;
padding: 0 !important;
height: 75px !important;
}

ul.OtherItemTxt li.itemTitle {
    font-size: 1rem;
	line-height: 1.5;
    margin: 0;
	padding: 0 0.5rem !important;
    font-weight: bold;
    color: #313131;
    margin-bottom: 10px;
}

/* Grid */
li.OtherItem.grid {
    width: 30%;
    margin-bottom: 5px;
}
li.OtherItem.grid a {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
    text-decoration: none;
    border-top: solid 3px #eee;
}

li.OtherItem.grid a img, li.OtherItem.grid a .OtherItemTxt {
    width: 100%;
    margin: 0;
    object-fit: cover;
    height: 135px;
}

/*
li.OtherItem.grid a picture {
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
*/
li.OtherItem.grid a:hover {
    background: none;
}


/*
li.OtherItem.grid a:hover > picture {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
    transform: translateY(-4px);
}
*/
/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

　PCのみ　

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/
/*---　20230524 下部カテゴリー一覧　---*/

ul.category_l {
    padding: 0 !important;
    margin: 0.3em auto;
    align-items: center;
    width: 96%;
    border-bottom: solid 2px #eee !important;
}   

li.category_l{ 
  font-size: 18px;
  position: relative;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5!important;
  padding: 1em 0 0.5em 0.3em !important;
}

ul.category_m {
    vertical-align: middle;
    display: flex;
    padding: 0em 0.3em!important;
    align-items: center;
    border-bottom: solid 2px #eee !important;
    width: 97%;
    margin: 0 auto;
}   

li.category_m{
    font-size: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9 !important;
    padding: 0.7em 1em 0.7em 0.2em;
    width: 50%;
}

li.category_m:nth-child(odd):after {
    display: block;
    width: 1px;
    height: 70%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}  

li.category_m:before {
    content: url(https://www.greenhouse.ne.jp/template/sp/img/cmn/arr03.svg);
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(-50%,-50%);
}


a.category {
  display: block;
  text-decoration: none !important;
}        

.gototop {
margin: 34px auto 0 !important;
text-align: center !important;
font-weight: 700;
} 
@media only screen and (min-width: 768px) {

li.OtherItem.grid a img {
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
/*
li.OtherItem.grid a:hover > img {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
    transform: translateY(-4px);
}
*/
li.OtherItem.grid a:hover img {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
    transform: translateY(-4px);
}

}
/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆　

　SP用　　

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/

@media screen and (max-width: 750px) {
/*
.tabacms_post {
	width: 100%;
}
*/

.tabacms_post {
	width: 100%;
	margin-top: 0;
}

.tabacms_post p {
	padding: 0 6.25% 0;
	line-height: 1.65em;
}

.tabacms_post .title {
	/* div化(company.twigのバナー画像 p.title→div.title)対応。
	   p→div化で汎用.tabacms_post p(padding 0 6.25%/line-height 1.65em)と
	   p.title(padding 20px 6.25%)が外れるため、実効値をこの1ルールに集約して現状維持。
	   line-heightは中身のインライン<img>下の行ボックス余白を保つため明示。
	   このCSSはcompany.twig専用（他テンプレート非読込）・class="title"も同ファイル1箇所のみ。 */
	padding: 20px 6.25%;
	line-height: 1.65em;
}

.tabacms_post img {
	width: 100%;
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
}

/* header */
.tabacms_header {
	/*margin-top: 24px;*/
	margin-top: 0;
}

.tabacms_header h2 {
    font-size: 196.875%;
	font-weight: bold;
    color: #444444;
    margin-bottom: 0.25em;
	padding: 0 5%;
}

/* ■■■　20201204 記事上部の日付を隠したが順位落ちたので戻す　■■■*/
/*
.tabacms_header time.pull-right {
	display: none ;
}
*/

.tabacms_header time.pull-right {
    padding: 0.25em 1.5em;
}


/* tabacms_body */
.tabacms_body {
	/*margin-top: 24px;*/
	margin-top: 0;
}
.col-sm-offset-1 {
	margin-bottom: 0;
}
.tabacms_body h2 {
    font-size: 168.75%;
    margin: 36px 0 12px;
}
img.b20200604_01 {
	width: 87.5%;
	max-width: 100%;
	height: auto;
}
.tabacms_body h3 {
    margin: 36px 6.25% 0;
	text-align: center;
}
.tabacms_body h4 {
    margin: 24px 6.25% 12px;
	width: 87.5%;
	text-align: center;
}

.post-category {
    margin: 48px 3.75% 48px;
}
.tabacms_post ul.blogAuthor {
    padding: 3.125%;
    margin: 48px 6.25% 0;
}
.blogAuthor img {
    width: 96px;
	height: 96px;
    border-radius: 48px;
    object-fit: cover;
}
.baComment {
	width: 100%;
}
.baComment p {
	padding: 0;
}
.baComment h5 {
	font-size: 100%;
	font-weight: bold;
    margin-bottom: 0.5em;
}
.tabacms_widget h2 {
	font-size: 100%;
	font-weight: bold;
}



.tabacms_post ul.blogAuthor {
	display: block;
}
.spLeft {
	float: left;
	margin-right: 3.125%;
	margin-bottom: 1.5625%;
}
.tabacms_category_times_breath {
	margin-left: 3.75%;
}
.clear {
	clear: both;
}

.tabacms_post ol.mokujiBox {
    padding: 0 6.25%;
}
.tabacms_post ol.mokujiBox li ol.mokujiOl {
    padding: 0 4.375%;
}
.tabacms_post p.mokuji {
	padding: 0 3.125%;
}
.tabacms_post ul,
.tabacms_post ol {
    padding: 0 6.25%;
}


.awasete {
        display: flex;
		flex-flow: column;
		width: 100%;
    }
	
.awaseteko {
		padding:10px 5px;
		flex-basis: 100%;
    }

/*---　20210517記事ページ途中におすすめ等を追加ここから　---*/

.tabacms_post ul.osusumekiji {
    display: flex;
 	border-top: 2px solid #ccc;
 	border-bottom: 2px solid #ccc;
    padding: 0;
}

.tabacms_post ul.osusumekiji li.hidari{
	flex-basis: 60%;
    padding: 0;
}

.tabacms_post ul.osusumekiji li.migi{
	flex-basis: 40%;
    padding: 5px;
    margin-top: 50px;
}

.tabacms_post ul.osusumekiji li {
    padding: 0;
}


.tabacms_post ul.osusumeban {
	margin: 60px 0;
    padding: 0;
}

.tabacms_post ul.osusumeban li {
    padding: 0 6.25%;
}

.tabacms_post img {
    width: 100%;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
}

.tabacms_post p.midashi {
	font-size: 80% !important;
	font-weight: bold !important;
}

.markline {
	background:linear-gradient(transparent 65%, #416100 0%);
}

.tabacms_post p.kijititle {
	font-size: 80% !important;
	font-weight: bold !important;
}

.tabacms_post p.kiji {
	font-size: 65% !important;
	font-weight: normal !important;
	margin: 2px 0 15px !important;
}


.tabacms_post ul.koshukategori {
	margin-top: 60px;
}

.tabacms_post ul.koshukategori li.main {
	visibility: visible;
	background: #416100 !important;
	padding: 3px 5px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;	
}

.tabacms_post ul.koshukategori li.sub {
	visibility: visible;	
	background: #f7f7f7 !important;
	padding: 2px 15px !important;
	font-size: 85% !important;
	font-weight: normal !important;
	border-bottom: 2px solid #fff;
}

.tabacms_post ul.taishukategori li.main {
	visibility: visible;
	background: #5af !important;
	padding: 3px 5px  !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;
}

.tabacms_post ul.taishukategori li.sub {
	visibility: visible;	
	background: #f7f7f7 !important;
	padding: 2px 15px !important;
	font-size: 85% !important;
	font-weight: normal !important;
	border-bottom: 2px solid #fff;
}


.tabacms_post ul.kareikategori li.main {
	visibility: visible;
	background: #F08501 !important;
	padding: 3px 5px  !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-bottom: 2px solid #fff;
	margin-top: 25px;
}

.tabacms_post ul.kareikategori li.sub {
	visibility: visible;	
	background: #f7f7f7 !important;
	padding: 2px 15px !important;
	font-size: 85% !important;
	font-weight: normal !important;
	border-bottom: 2px solid #fff;
}

p.koshu a.txtbk2 {
    color: #ffffff  !important;
}

p.koshu a.txtbk2 :hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

p.sub a.txtbk2 {
    color: #000000  !important;
}
p.sub a.txtbk2 :hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.txtbk2 {
    color: #000000 !important;
    text-decoration: none !important;
}

.txtbk2 :hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.tabacms_post ul.contents_flow {
	display: inline;
}

.tabacms_post ul.contents_flow li {
	padding: 0 6.25%;
}

/*---　20210517記事ページ途中におすすめ等を追加ここまで　---*/

/*---　20210602記事ページSP用途中におすすめ等を追加　ここから　---*/
.tabacms_post ul.osusumekiji2 {
	display: flex;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0;
}

.tabacms_post ul.osusumekiji2 li.migi{
	flex-basis: 60%;
	padding: 0;
}

.tabacms_post ul.osusumekiji2 li.hidari{
	flex-basis: 40%;
	padding: 5px;
	margin-top: 15px;
}

.tabacms_post ul.osusumekiji2 li {
	padding: 0;
}

.tabacms_post p.midashi2 {
	font-size: 80% !important;
	font-weight: bold !important;
}

.tabacms_post p.kijititle {
	font-size: 80% !important;
	font-weight: bold !important;
	margin-top: -2px !important;
}

.tabacms_post p.kiji {
	font-size: 65% !important;
	font-weight: normal !important;
	margin: 2px 0 15px !important;
}

p.fotter-topback {
    margin: 96px auto 0!important;
    padding: 0 1em!important;
    font-size: 14px;
    text-align: center !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 15em;
}

p.fotter-company {
    margin: 48px auto 48px!important;
    padding: 0 1em!important;
    font-size: 14px;
    text-align: center !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 15em;
}


/*---　20210602記事ページSP用おすすめ記事等修正　ここから　---*/

.br-sp {display: none; }

.tabacms_post p.txt {
    padding: 0.7em 6.25% 1em;
    margin-top:0 ; 
}

.tabacms_post p.txt01 {
    padding: 0.7em 6.25% 1em;
    /*margin-top:0 !important; */
}

.tabacms_post p.txt2 {
    padding: 0.7em 6.25% 2em;
    margin-top:0 ; 
}

.tabacms_body h3.my {
    /*margin: 2em 6.25% 0.5em;*/
    margin: 0 6.25% 0.5em;
    text-align: center;
}

.tabacms_post p.midori {
    font-weight: bold;
    color: #008800;
    font-size: 24px !important;
    padding: 1em 6.25%;
    /*margin-top :0 !important;*/
}

table.unei {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    width: 87.5% !important;
    word-break: break-all;
    margin: 24px 6.25% 96px !important;
}

table.unei td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*SP用グリッド型記事一覧*/

ul.OtherItemTxt li.itemTitle {
    font-size: 1.6rem !important;
	line-height: 1.3 !important;
    margin: 0;
	padding: 0 0.5rem !important;
    font-weight: bold;
    color: #313131;
    margin-bottom: 10px;
}


/* Grid */
li.OtherItem.grid {
    margin-bottom: 5px;
    width: 100%;
    height: 105px;
    margin: 0;
    padding: 0;
}
li.OtherItem.grid a {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 100%;
    display: flex;
    text-decoration: none;
    border-top: solid 2px #eee;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

li.OtherItem.grid:last-child a {
    border-bottom: solid 1px #eee;
}

li.OtherItem.grid a img, li.OtherItem.grid a .OtherItemTxt {
　　/*width: 100%;*/
    margin: 0;
    object-fit: cover;
    height: 75px;
}
li.OtherItem.grid a img {
    /*transition: 0.2s ease-in-out;*/
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    width: 145px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
	border-radius: 0 !important;
}

/*
li.OtherItem.grid a picture {
	width: 145px;
	margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
*/

li.OtherItem.grid a .OtherItemTxt {
    width: calc(100% - 160px);
}

li.OtherItem.grid a .OtherItemTxt .itemTitle {
    margin: 1px 0 !important;
    line-height: 1.4;
    margin: 0;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden !important;
}

ul.media_list {
    display: flex;
    width:330px;
    height: 50px;
    margin: 20px auto;
    line-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
     }

ul.media_list img {
    width:150px;
    height: 50px;
} 

ul.media_list_l {
    display: flex;
    width:50%;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    padding: 0;
     }
}
