@charset "utf-8";




    /* oki_20220509 */

    .top_cate_link a{
        color: #4c4c4c !important;
        text-decoration: unset !important;
    }

    .kanren {
        /* border: 3px solid #ff5252; */
        padding: 20px 30px ;
        margin: 30px 0;
        position: relative;
        box-sizing: border-box;
        z-index: 0;
    }
    .midasi {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .kanren br {
        display: none;
    }

    /* アコーディオンのときに下記追加 */
    .readmore-content {
        position: relative;
        overflow: hidden;
        height: 100px;
    }
    .readmore-content::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: "";
        /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
        height: 50px;
        z-index: 1;
        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;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin: 5px auto;
        z-index: 2;
        padding: 6px 15px;
        /* background-color: #ff7777; */
        background-color: #99874d;
        border-radius: 20px;
        font-weight: bold;
        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;
    }

    /* oki_20220509 */












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


.l-header__sitename:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 0.5rem;
    padding: 0 0.1rem;
	
}
.l-footer-copy a:before {
    content: "【PR】";
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.image-center {
    margin-top: 10px;
}
.table-normal.first-column td {
    background: #ffffff;
}
.table-normal.first-column td {
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #d2d0cc;
    border-left: 1px solid #d2d0cc;
    padding: 15px;
    word-break: break-all;
}
.table-normal.first-column tbody {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d2d0cc;
    background-color: #f5f1eb;
    margin: 0;
}
.contents_top.clearfix.kaso_tab {
    margin: 0 auto;
    padding-top: 0px;
}
ul.tag-list-area.kaso {
    padding: 1% 5% calc(5% - 30px);
    margin: 1rem auto;
}
.tag-list-area .tag-list-area__li .tag-off {
    background: #fff;
    color: #4c4c4c;
    font-size: 1.5rem;
    border: none;
}
.first-column table td:nth-child(1) {
    width: 40%;
}
.first-column table td:nth-child(2) {
    text-align: left;
}
.l-header__sitename {
	font-size: 2.5rem;
	padding: 35px 0 25px 75px;
	background-size: 60px 60px;
}

.column3 .basic-column-box h3 {
    text-align: center;
    font-size: 1.9rem;
}
.column3 .basic-column-box {
	padding: 15px;
}
.box-wrap.basic-layout.column3 .table-layout table tbody td {
    padding: 5px;
}
.lower_bottom .cmn-parts-box .cmn01-catch-copy {
	font-size: 1.3rem;
}
span.txt_m {
    font-size: 1.3rem;
}
.lower_bottom .table-layout table tbody td {
    padding: 10px;
}
.lower_bottom .mainttl span {
    color: #31a28e;
}
.box-wrap.basic-layout.column3 p.catch-copy {
    color: #31a28e;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
}
.contents_top .top-title h2:first-child, .underlayer-page-title:first-child, .title-table-area h2:first-child, .compare-title h2:first-child {
    margin: 2rem auto 1rem;
}
span.txt_l {
    font-size: 1.7rem;
}
.l-gnavi-area02 .l-gnavi-list02__item__link {
    padding: 0 5px;
	margin: 0 10px;
}
.lower_bottom .cmn-column3 .cmn-parts-box {
	padding: 15px 10px 15px;
}
.lower_bottom .btn-web a {
    font-size: 1.6rem;
}
.compare-title h4 {
    padding: 15px 15px 15px 95px;
    margin: 30px 0 20px;
    color: #4c4c4c;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #f0afae;
    background: none;
    position: relative;
}
.compare-title h4:before {
    position: absolute;
    top: 20%;
    left: 0;
    content: '';
    display: block;
    width: 80px;
    height: 60%;
    background: url(img/heading2.png) no-repeat center center;
}

/*** 20210804 start ***/
.official{
  margin:0 auto;
  background:#f5f5f559;
	padding:20px 30px;
}

.official ul{
  width:80%;
  display:block;
  margin:auto;
  padding:20px;
  max-height:300px;
  overflow-y: scroll;
  border: 3px double #f0afae;
  margin-bottom:15px;
}

.compare-table-frame .compare-table-group .title-list-area ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
	background:none;
}

.compare-table-group .title-list-area .official ul li p{
    margin:0;
}

.compare-table-frame .compare-table-group .title-list-area ul li .official p{
    margin:10px 0;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
}


.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #333;
    font-weight: bold;
}

.official h4 {
   font-size: 1.3em;
   border-bottom: 3px double #333;
   padding-left: 10px;
}

.official h5 {
   font-size: 1.2em;
   border-bottom: 1px dashed #333;
}

.official h6 {
    font-size: 1.1em;
}

.official h4,
.official h5,
.official h6{
   font-weight: bold;
   margin-bottom:20px;
}

.official h4:before,
.official h5:before,
.official h6{
   content:none;
}

p.mini {
    font-size: 12px;
    text-align:right;
}
/*** 20210804 end ***/

/*2022.02.22*/
.btn-insta a{
	background: #ff31a9c4;
	box-shadow: 0 4px 0 0 #980058;
}
p.bnr a {
    position: fixed;
    width: 27rem;
    height: auto;
    right: 0;
    background-color: #e5d147;
    background-image: url();
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;
    bottom: 3rem;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    text-decoration: none;
    color: #604c3f;
    padding: 2rem;
    font-size: 16px;
    line-height: 1.4;
}

p.bnr a:after {
    border: 2px dashed #604c3f;
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 5px;
}

p.bnr a span {
    display: block;
}
.l-pagetop {
    bottom: 14rem;
}
.official iframe {
    display: none !important;
}
#index .official {
    display: none !important;
}

p.bnr.bnr3 a {
    font-size: 15px;
    display: block;
}


.kanren{ 
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
	.l-header__sitename:before {
        width: 22%;
}
.first-column table td:nth-child(1) {
    width: 100%;
}
.image-text__image {
    width: 90%;
}
.l-header__sitename {
    font-size: 2.5rem;
    padding: 35px 70px 25px 80px;
    background-size: 60px 60px;
}
.main_visual .main_visual_top_inner .text {
    font-size: 2.1rem;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
	top: 35%;
	}

/*** 20210804 start ***/
.official{
  width:100%;
  background:#f5f5f559;
  border-radius: 30px;
  padding: 5% 10%;
  margin-top:50px;
}

.official ul {
  width:100%;
  padding:15px;
}

iframe#instagram-embed-0 {
    min-width: initial !important;
}
/*** 20210804 end ***/
p.bnr a {
    width: 100%;
    padding: 1.4rem;
    bottom: 0;
    line-height: 1.2;
}
.l-pagetop {
    bottom: 9rem;
}
.l-footer-area {
    padding-bottom: 8rem;
}	
	
}
