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

.indexList ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.indexList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.indexList ul li:nth-child(3n) {
    margin-right: 0;
}

.indexList ul li dl {
    padding: 15px;
}

.indexList ul li dl dt {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.indexList ul li dl dt i {
    font-size: 15px;
}
.indexList ul li dl dd {
    line-height: 1.5;
}
.indexList ul li a {
    display: block;
}

.indexList ul li a:hover {
    background: #eee;
    text-decoration: none;
    opacity: 0.8;
}

.accordion_menu dd {
    display: none;
}

#accordion dt {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px 30px;
    position: relative;
    font-size: 20px;
    margin-top: 20px;
}

#accordion dt:first-child {
    margin-top: 0;
}

#accordion dt:hover {
    cursor: pointer;
}

#accordion dt:before {
    content: "";
    border-left: 4px solid #2aa53b;
    display: block;
    position: absolute;
    height: 20px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#accordion dt:after {
    font-family: "icon" !important;
    content: "\e903";
    display: block;
    position: absolute;
    right: 20px;
    color: #2aa53b;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#accordion dt.active:after {
    content: "\e906";
}

#accordion dd {
    padding: 20px 20px 0 20px;
}

#accordion dd .acflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#accordion dd .sbInr {
    margin-right: 40px;
}

#accordion dd .sbInr .title {
    display: inline-block;
    color: #2aa53b;
    margin-right: 15px;
}

#accordion dd .sbInr label {
    margin-right: 10px;
}
select.slctArea {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 5px 8px;
}

#accordion {
    margin-bottom: 30px;
}

.subscribeBtn {
    margin-bottom: 15px;
}

.subscribeBtn input {
    background: #2aa53b;
    border: 1px solid #2aa53b;
    padding: 20px 100px 20px;
}

.subscribeBtn input:hover {
    background: #fff;
    color: #2aa53b;
}
.subscribeBtn input.white {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
}
.subscribeBtn input.white:hover {
    background: #ddd;
}

.rlistInr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.rList li .img {
    background: #ddd;
    display: table;
    line-height: 0;
    margin-right: 1em;
    height: 210px;
    width: 300px;
}
.rList li .img span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}
.rList li .img span img {
    max-height: 210px;
    max-width: 100%;
    line-height: 0;
}

.rList dl dt,
.rList dl dd {
    display: inline-block;
    font-size: 1.4rem;
}
.rList dl dt {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    padding: 8px 0;
    text-align: center;
    margin-right: 10px;
    background: #fff;
}

.rList dl {
    margin-bottom: 8px;
}

.rList figcaption {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 15px;
    padding-top: 10px;
}

.rList li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rList.awardBox li figure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rList li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.rList li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}
.rList li:after {
    font-family: "icon" !important;
    content: "\e905";
    display: block;
    position: absolute;
    right: 20px;
    color: #2aa53b;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 3rem;
}

.rList.awardBox li:after {
    display: none;
}
.infoList dl dt,
.infoList dl dd {
    display: inline-block;
    font-size: 1.4rem;
}
.infoList dl dt {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    padding: 8px 0;
    text-align: center;
    margin-right: 10px;
    background: #fff;
}

.infoList {
    margin-bottom: 30px;
}
.infoList dl {
    display: inline-block;
    margin-right: 15px;
}
.page-numbers.dots {
    border: none !important;
    color: #000 !important;
	pointer-events: none !important;
}
