



.fc-wrapper .theme__ttl--main {
    box-sizing: border-box;
    margin: 0 0 25px 0;
    padding: 10px;
    font-size: 2.0rem;
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


.fc-wrapper .img__list__ttl{
	margin-bottom:25px;
	margin-left: 15px;
}

.fc-wrapper .anc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 20px auto;
}


.fc-wrapper .anc li {

    box-sizing: border-box;
    width: 48%;
    margin: 0 0 20px 0;
    height: auto;

}


.fc-wrapper .btn__motif--gray {
    box-sizing: border-box;
    padding: 0 17px;
    border: 2px solid 
    #cdcdcd;
    position: relative;
}

.fc-wrapper .btn__motif--gray a {
    position: relative;
}


.fc-wrapper .btn__motif--gray::before {
    width: 23px;
    height: 23px;
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: url(https://www.senbikiya.co.jp/images/common/common-btn-motif-gray-left.png) no-repeat;
        background-size: auto;
    background-size: 100%;
}

.fc-wrapper .btn__motif--gray::after {
    width: 23px;
    height: 23px;
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: url(https://www.senbikiya.co.jp/images/common/common-btn-motif-gray-right.png) no-repeat;
        background-size: auto;
    background-size: 100%;
}


.fc-wrapper .anc li a {
    height: 50px;
    text-decoration: none;
    color: 
    #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fc-wrapper .movie__list {
    margin: 0 auto 65px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.fc-wrapper .movie__list li {
    margin: 0 0 45px 0;
    width: 48%;
    text-align: center;
	height: auto;

}

.fc-wrapper .movie__list li p {
    line-height: 1.56;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.fc-wrapper .movie__list li div {
    margin: 0 auto;
    width: 90%;
}
.fc-wrapper .movie__list li div a{
    margin: 5px auto 0;
    padding: 8px 0 8px;
    display: block;
    color: #fff;
    font-size: 3vw;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background-color: #0A7235;
}
