/* 20230420_okinawa */

.frame-wrap--list h4 {
	margin-top: 20px !important;
}

/* 20230420_okinawa */

.jri{

	background:#fff;
	text-align:center !important;
	border:solid 2px #333;
	margin-bottom:2rem;
	height:80px;
	line-height:1.8;
}
.jri p{
	text-align:center;
	margin:0 auto;
	font-size:25px;
	color:#f64e5f;
}

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.grad-wrap {
  position: relative;
  /* padding-bottom: 3rem; */
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: .5em 0;
  background: #4c8a4c;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
  height: 19rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  /* bottom: -2em; */
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}




header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    float: left;	
}

a.l-footer-bottom__copy__link:before  {
    content: "【PR】";
}

/* oki_20220614 */
.kanren {
    border: 3px solid #e0e0e0;
    padding: 20px 30px 0;
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    font-size: 120%;
    font-weight: bold;
}
.kanren br {
	display: none;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 130px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 0 15px;
    background-color: #4c8a4c;
    border-radius: 10px;
    color: #fff;
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
p.time_function.top {
    background: url(img/key.jpg) repeat;
	margin-bottom: auto;
}
.relation h2 {
    font-size: 2rem;
}

.relation {
    margin: 5rem 0 2rem;
    background: #f7f7f4;
    padding: 2rem 3rem;
}
p.time_function.top {
    padding-left: 20px;
}

@media screen and (min-width: 481px) {
.pr-btn-area {
    position: fixed;
    bottom: 23rem;
    right: 0;
    width: 230px;
    z-index: 50;
	background:#fff;
	display:none;
}
.pr-btn-active {
	display: none !important;
}

.listcatetop p span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #bddf21 70%);
}

/*2022.06.13*/	
.contents-full .addCont__company__feature__text-box p{
		border-bottom:1px dotted #666;
	}		
.contents-full .addCont__company__feature__text-box p b:before{
		content:"●";
	padding-right:.5em;
	}	
	
	

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
p.time_function {
    font-size: 12px;
    text-align: center;
}
p.time_function.top {
    background: url(img/key.jpg) repeat;
	margin-bottom: auto;
}
	p.time_function.top {
    padding-left: 0px;
}
.pr-btn-area {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
    z-index: 120;
	background:#fff;
}
.pr-btn-active {
	display: none !important;
}
.pr-btn-area-top {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
    z-index: 120;
	background:#fff;
}
.l-pagetop {
    bottom: 10rem;
}
.relation {
    padding: 1rem;
}
.relation h2{
    font-size: 1.8rem;
}

.listcatetop p span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #bddf21 70%);
}
/*2022.06.13*/	
.contents-full .addCont__company__feature__text-box p{
		border-bottom:1px dotted #666;
	}		
.contents-full .addCont__company__feature__text-box p b:before{
		content:"●";
	padding-right:.5em;
	}
header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    margin: -3px 5px 0 0;
}	
}
