/*----------------------------------------------------
    共通css
----------------------------------------------------*/
#headTopArea h1:before,
#headTopArea a: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;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}

#main .official{
  margin-top:50px;
  padding: 20px 50px;
  border-radius: 30px 30px 30px 30px;
}

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

.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}

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

.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;
}
.date {
    color: #949494;
    margin: 10px auto;
    width: 1000px;
    font-size:12px;
	text-align: right;
}


/* oki_20220915 */

.kanren {
    border: solid 2px #90c132;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 30px auto;
    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: 120px;
}
.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: 7px 15px;
    background-color: #90c132;
    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;
}
.sticky_area {
    position: fixed;
    bottom: 180px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/


  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
@media screen and (min-width: 600px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}


@media screen and (min-width: 481px) {
	
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #d3e5b1;
    color: #231815;
}	
	
/*20210413*/


.sticky_area {
    position: fixed;
    bottom: 180px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
}
.sticky_area a.lower-bottom__link {
    width: 370px;
    align-items: center;
}
.sticky_area .lower-bottom__text {
    font-size: 2.4rem;
    padding: 10px;
}
.sticky_area .lower-bottom__text__small {
    font-size: 1.8rem;
}
.sticky_area .lower-bottom__img-wrap {
    width: 162px;
    padding-top: 32px;
    padding-right: 38px;
}	
.sticky_area .lower-bottom__img-wrap__catch {
    margin-left: 0;
}
.sticky_area .lower-bottom__img-wrap__catch {
    background-size: 90%;
    text-align: left;
    padding: 0.3rem 4.5rem 1.4rem 5px;
    margin: 1rem 0 0 0;
}	
	
	
	
	
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/


  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
@media screen and (max-width: 599px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
	

.date {
  width: 96%;
}	
	
.wr01_table-scroll{
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
}
.wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #d3e5b1;
    color: #231815;
}	
#main .official {
    padding: 0;
}	
#main .official ul {
    width: auto;
}	
#headTopArea h1:before,
#headTopArea a:before{
    float: left;
    margin-bottom: 1rem;
}	
.sticky_area {
    bottom: 15px;
    width: 100%;
    position: fixed;
    height: 75px;
}
.sticky_area .lower-bottom__text {
    padding: 6px;
}
footer .botArea p {
    padding-bottom: 100px;
}	
#page-top {
    bottom: 130px;
}	
	
	
}


