/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
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;
}

a.l-footer-bottom__copy__link:before  {
    content: "【PR】";
}
.official ul{
  display:block;
  width:100%;
  margin:auto;
  max-height:300px;
  overflow-y: scroll;
  border:3px double #333;
  margin-bottom:15px;
}
p.time_function {
    font-size: 12px;
}
.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}
.lowerbanner a {
    display: block;
    margin: 50px auto 0;
    text-align: center;
    width: 500px;
}
.lowerbanner a:hover {
    opacity: 0.6;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  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;
  height: 26rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  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;
}
#toc {
    width: fit-content;
    margin: 3rem auto;
    display: block;
    padding: 2rem 3rem 3rem;
    border: solid 4px #f8f7f1;
    max-width: 80%;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}
#toc ul {
    margin: 5px;
}
#toc ul li {padding: 0 0 0 1.5rem;}
#toc ul li:before {
    left: -1rem;
}

.official ul li:before{
  content:none;
}

.official ul li:last-child{
  border-bottom:none;
}

.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: 20px 0;
}

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

.center{
  text-align:center;
}

.right{
  text-align:right;
}
.green{
    font-weight: 700;
    background: linear-gradient(transparent 100%, #ffb9b8 100%);
    color: #29a405 !important;
    font-size: 125%;
}
.bleu{
    font-weight: 700;
    background: linear-gradient(transparent 100%, #ffb9b8 100%);
    color: #318AE4 !important;
    font-size: 125%;
}
.orange{
    font-weight: 700;
    background: linear-gradient(transparent 100%, #ffb9b8 100%);
    color: #E27900 !important;
    font-size: 125%;
}
.big {
    font-size: 130%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.contents-left li.big-pr {
    font-size: 130%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.contents-left .common{
    margin: 0 auto;
    text-align: left;
    font-size: 85%!important;
	margin: 20px 0;
}

.lower_bottom .cmn-column2 .ttl{
	padding: 10px 5px;
	font-size: 18px
}
.contents-left p.pr-caption{
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
.category_links{
  font-size: 2.7rem;
  font-weight: bold;
  color: #333333;
  line-height: 140%;
  margin: 7rem auto 4rem;
  padding: 2rem;
  position: relative;
  background: #87dccd;
  text-align: center;
}
.category_links::after {
  content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 14px);
    border-top: dotted 2px #fff;
    border-bottom: dotted 2px #fff;
    top: 7px;
    left: 0;
    pointer-events: none;
}
ul.links li br {display: none;}


/* oki_20220707 */

.kanren {
    border: solid 2px #87dccd;
    padding: 20px 30px 0;
    margin: 30px 0;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.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: 3px 10px;
    background-color: #ff8485;
    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
----------------------------------------------------*/
.box-c{
	text-align: center;
}
.org-box{
	margin: 5px auto;
	width: 98%;
	padding: 5px;
	/*border: solid 1px #F6ADC1;*/
}
.top-org-box{
	margin: 5px auto;
	width: 98%;
	padding: 5px;
	border: solid 1px #3a9284;
}
.cmn-parts-box .org-box .catch{
	text-align: center;
	font-weight: bold;
	border-bottom: solid #F6ADC1;
}
span.txt_red {
    color: #ff8202;
    font-weight: bold;
    font-size: 130%;
}
span.txt_big {
    font-size: 180%;
}
span.txt_normal {
    color: #616161;
    font-weight: normal;
    font-size: 1.6rem;
}
.lower_bottom .mainttl span.txt_s_cat{
	font-size: 85%;
}
.lower_bottom .cmn-column2 .ttl{
	padding: 10px 5px;
	font-size: 18px
}

.mini{
    margin: 0 auto;
    text-align: center;
    font-size: 79%!important;
}
.s-mini{
    margin: 0 auto;
    text-align: center;
    font-size: 75%!important;
}
.contents-left p.cmn01-catch-copy, .contents-right p.cmn01-catch-copy {
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
    /*line-height: 1.8;*/
    margin: 0 0 5px 0;
	padding-bottom: 5px;
    text-align: center !important;
    border-bottom: dotted 2px #ffe084;
}
	.lower_bottom li{
		font-size: 90%;
	}
.contents-left p.mini-cost{
	font-size: 1.rem !important;
	height: 90px;
	}
.mv .mv_inner .mv_title{
	text-align: center;
}
.mv .mv_inner .mv_text {
    padding: 1.5rem 3rem;
}
	/*.list-h{
		height: 240px !important;
	}*/
.com-p-hi{
	height: 51px !important;
}
.table-layout table td{
	text-align: left;	
}

table td{
	text-align: left;	
}

.table-normal table td {
	text-align: left;
}
/*
.table-normal table tbody td{
	text-align: left;
}*/
.lower_bottom table td{padding: 6px !important;}
.lower_bottom .first-column table td:nth-child(1) { width:50%; }
td{vertical-align: middle;}
.btn-link a{color: #2cdbbb;}
.btn-link a:hover{color: #3a9284;}

/*偶数アヤ*/
div.icon-point-num-title::after:nth-child(even){
	content: '' !important;
    position: absolute !important;
	width: 60px !important;
    height: 93px !important;
	background: url(img/h1_icon.png) center center/contain no-repeat !important;
	top: 0 !important;
    right: -1rem !important;
}
/*偶数アヤ*/

/*吹き出し*/
.faq {
 align-items: center;
 justify-content: space-between;
 padding: 30px 0;
 display: flex;
 display: -webkit-flex;
}
.faq.f_l {
 padding: 30px 0 30px 150px;
}
.faq.f_r {
 padding: 30px 150px 30px 0;
}


.faq .faq-img img {
 max-width: 100%;
}

.faq.f_l .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: right;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_l .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-left: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(-45deg);
 background: #fff;
 left: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .float-img.fl{
 position: absolute;
 top: 0;
 left: -160px;
}
.faq.f_l .faq-txt .faq-img.fr{
 position: absolute;
 top: 0;
 right: -160px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 100px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: left;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_r .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-right: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(45deg);
 background: #fff;
 right: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 left: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 right: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame,
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #eaeaea;
 border-radius: 100px;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
/*吹き出し*/


.official{
	width:90%;
	margin:0 auto;
	margin-top:50px;
	padding: 20px 50px;
	background:#ffffff00;
	border-radius: 30px 30px 30px 30px;
  }
  
  .official ul{
	padding:20px;
  }
  
  
  .official ul li:before{
	content:none;
  }
  
  .official ul li:last-child{
	border-bottom:none;
  }
  
.fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 230px;
    z-index: 50;
    display: none;
  }
@media screen and (min-width: 481px) {    
.fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 230px;
    z-index: 50;
    display: none;
  }
    
.fixBansp {
    display: none;
}
.lower_bottom .cmn-column2 .cmn-parts-box {
	width: calc((100% / 2) - 9px) !important;
}
.lower_bottom .cmn-column2 .cmn-parts-box .cmn01-image{
	height: 193px;
}
.lower_bottom .mainttl span{
		font-size: 2.5rem;
}
.lower_bottom ul.line{
	height: 250px;
}
    .fix-menu {
        position: fixed;
        bottom: 16rem;
        right: 0;
        z-index: 50;
        display: none;
    }
    .fix-menu img {
        display: block;
        width: 300px;
    }
    .fix-menu-sp {
        display: none;
    }
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
.box-c{
	text-align: center;
}
.org-box{
	margin: 5px auto;
	width: 98%;
	padding: 5px;
	/*border: solid 1px #F6ADC1;*/
}
.top-org-box{
	margin: 5px auto;
	width: 98%;
	padding: 5px;
	border: solid 1px #3a9284;
}
span.txt_red {
    color: #ff8202;
    font-weight: bold;
    font-size: 130%;
}
span.txt_big {
    font-size: 180%;
}
span.txt_normal {
    color: #616161;
    font-weight: normal;
    font-size: 1.6rem;
}
.lower_bottom .mainttl span.txt_s_cat{
	font-size: 80%;
}
.lower_bottom .cmn-column2 .ttl{
	padding: 10px 5px;
	font-size: 20px
}
.mini{
    margin: 0 auto;
    text-align: center;
    font-size: 83%!important;
}
.lower_bottom .mini{
    margin: 0 auto;
    text-align: center;
    font-size: 80%!important;
}
.s-mini{
    margin: 0 auto;
    text-align: center;
    font-size: 60%!important;
}
.contents-left p.cmn01-catch-copy, .contents-right p.cmn01-catch-copy {
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
    /*line-height: 1.8;*/
    margin: 0 0 5px 0;
	padding-bottom: 5px;
    text-align: center !important;
    border-bottom: dotted 2px #ffe084;
}
	.lower_bottom li{
		font-size: 97%;
	}
.contents-left p.mini-cost{
	font-size: 1.5rem !important;
	height: 100%;
	}
	.l-header-area .l-header .l-header__sitename{
		    font-size: 2.2rem;
	}
.mv .mv_inner .mv_title{
	padding: 0.5rem 0 1rem;
	text-align: center;
	font-size: 2.0rem;
}
.mv .mv_inner .mv_text {
    padding: 1.5rem 0rem;
	font-size: 110%;
}
	.list-h{
		height: 100% !important;
	}
	.com-p-hi{
	height: 100% !important;
}
.table-layout table td{
	text-align: left;	
}
table td{
	text-align: left;	
}
.table-normal table td {
	text-align: left;
}
.table-normal table tbody td{
	text-align: left;
}
	.contents_top .top-title h2, .underlayer-page-title{
		font-size: 2.1rem !important;
	}
	.icon-title{
		font-size: 2.0rem !important;
	}
.lower_bottom table td{padding: 6px !important;}
.lower_bottom .first-column table td:nth-child(1) { width:50%; }
td{vertical-align: middle;}
.btn-link a{color: #2cdbbb;}
.btn-link a:hover{color: #3a9284;}
/*吹き出し*/
.faq {
 padding: 10% 0;
 width: 100%;
 border: solid 1px;
}
.faq.flex {
 align-items: center;
 display: flex;
 display: -webkit-flex;
 justify-content: space-between;
}
.faq.f_l{
	padding:0.5em;
	border-radius: 10px;
	margin-bottom:1em;
}
.faq.f_r {
 flex-flow: row-reverse;
 padding: 0.5em;
 border-radius: 10px;
	margin-bottom:1em;
}
.faq.f_l .faq-txt .faq-img.fl{
 position: relative;
 top: -12px;
 left: 0;
}
.faq.f_r .faq-txt .faq-img.fl{
 position: relative;
 top: -12px;
 right: 0;
 float: right;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame,
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
	width: 100px;
	height: 100px;
}
.faq .faq-img .faq-flame {
 border-radius: 100px;
}
.faq .faq-img .faq-flame img {
 border-radius: 100px;
}	 
.faq .faq-img {
 width: 100px;
 float: left;
 margin: 0 10px 10px 0;
 border-radius: 80px;
 background: #eee;
 height: 100px;
}
.faq.f_l .faq-txt {
 background: #fff;
 border: none;
 padding: 0.5em;
}
.faq.f_l .faq-txt:before,
.faq.f_r .faq-txt:before{
	content:none;
}
#index-bottom .faq .faq-txt p,
#page-bottom .faq .faq-txt p {
 margin: 0;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: none;
 border-radius: 5px;
 padding: 0.5em;
 padding: 2.0em;
 position: relative;
 text-align: justify;
}
.slick-slide span, .viral-info, .viral-quote{
	font-size:12px;
}
/*吹き出し*/

.official{
	background:#ffffff00;
	border-radius: 30px;
	padding: 5% 10%;
	margin-top:50px;
  }
  
  .official ul {
	  padding:15px;
  }
  .fixBan {
display:none !important;
  }
.fixBansp {
    position: fixed;
    bottom: 0px;
    z-index: 2;
    padding: 0 3%;
}


.fixBansp.active {
    display: none;
}    
.l-pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 50;
}
.lower_bottom .mainttl span{
		font-size: 2.0rem;
}
.category_links{
    font-size: 2rem;
    margin: 6rem 0 3rem;
    padding: 2rem;
  }
ul.links li a br.sp_br {
  display: none !important;
}
.fixBansp.no-pr {
    padding: 0;
}
.fixBansp.no-pr {
    padding: 0;
    position: sticky;
    bottom: 0;
    display: block;
}

#toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
}

#toc a {
    font-size: 14px;
}

#toc ul li {
    line-height: 1.2;
    margin: 9px 0;
    padding: 2px 0 0 9px;
    line-height: 1.4;
}
.lowerbanner a {
    width: 96%;
}
.l-header-area .l-header .l-header__sitename::before {
    width: unset;
    height: unset;
    margin-bottom: 1rem;
    float: left;
}	
.l-header-area .l-header .l-header__sitename {
    font-size: 18px;
}
    .fix-menu {
        position: fixed;
        bottom: 0px;
        z-index: 2;
        width: 100%;
    }
    .fix-menu img {
        display: block;
    }
    .fix-menu-pc {
        display: none !important;
    }
	.l-footer-copy-wrapper {
    margin: 0 0 6rem 0;
}
}
