@charset "utf-8";
/* CSS Document */

#contents{
    padding-bottom: 0;
}

#helpList {
    background-color: #ffffff;
    border: 8px solid #f4f4e9;
    padding: 5px 14px 0;
    width: 676px;
    font-size: 1.4rem;
}

#helpList li {
    padding: 10px 0;
    /*	margin:0 auto 10px; */
    border-bottom: 1px solid #f4f4e9;
}

#helpList li:last-child {
    border: none;
}


.figure {
    display: block;
    float: left;
    width: 50px;
    margin: 0 10px 0 0;
}

.helpInfo {
    float: left;
    width: 614px;
    min-height: 60px;
    position: relative;
}

.helpInfo time {
    color: #0099ff;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}

.helpTxt {
    padding-bottom: 10px;

}

/* .btnMore{
	position: absolute;
	right: 10px;
	bottom: 10px;
} */

.btnMore {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 20px;
}

.btnMore a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    color: #000;
}

.btnMore::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: #FE5E8E;
}

.btnMore a::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: -14px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ボタンの見た目（任意） */
.btnPullDown{
     position: relative;
     text-align: right;
     float: right;
     padding-right: 20px;
     cursor: pointer;
}


.btnPullDown::before{
    content: "";
    position: absolute;    
    display: block;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: #FE5E8E;
    margin: auto;
    right: 0;
    bottom: 0;
    top: 0;    
}


.btnPullDown::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: 6px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.3s;
}


.btnPullDown.open::after {
  transform: rotate(140deg);
  right: 5px;
  top: -1px;
}



.newsInnerTxt {
  border-top: 1px solid #f4f4e9;
  padding-top: 10px;
  margin-top: 10px;  
  clear: both;  
  
  
}

/* 開いた状態 */
.newsInnerTxt.open {
  max-height: 500px;       /* 想定最大高さ（内容に合わせて調整）*/
  opacity: 1;
}

.helpInfo.open {
    margin-bottom: 20px;
}



@media screen and (max-width: 896px) {
    #contentsTtl {
        height: 42px;
        line-height: 42px;
        border: 1px solid #eae8da;
        border-left: none;
        border-right: none;
        display: block;
        background: linear-gradient(180deg, rgba(247, 249, 242, 1) 0%, rgba(243, 242, 234, 1) 50%, rgba(236, 236, 226, 1) 100%);
        margin-bottom: 40px;
        font-size: 18px;
        padding-left: 22px;
        position: relative;
        font-weight: normal;
    }

    #contentsTtl::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 22px;
        background: #FE5E8E;
        left: 10px;
        top: 9px;
    }

    #contentsTtl span, .subTtl span {
        font-size: 12px!important;
        font-weight: normal!important;
        padding: 0!important;
        color: #757575!important;
        border-left: none!important;
    }

    #contentsTtl .smallTxt {
        display: block;
        margin-left: 0;
        text-indent: -8px;
    }

    #helpList {
        width: 83%;
        margin: 0 auto;
    }

    .helpInfo {
        float: none;
        width: 100%;
    }
}