@charset "utf-8";

.toc-box.ecowill {
    background-color: #f1f1f1;
    border-top: 3px solid #3EB034;
    padding: .6rem;
    margin: 0 auto;
    width: 100%;
}
.toc-head {
    font-size: .9rem;
    margin-bottom: .6rem;
}
.toc-box.ecowill .icon.check::after {
    content: '';
    background-color: #3eb034;
}

.toc-box.ecowill .toc-list a {
    color: #3eb034;
}
.toc-box.ecowill .toc-list a {
    color: #3eb034;
}
.toc-box.ecowill .toc-list .item .item a {
    color: #333;
}
.box-bottom-arrow {
    padding: 1.4rem 1rem 1.2rem;
    position: relative;
}

.box-bottom-arrow {
    background-color: #FFF8DE;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}
.box-bottom-arrow .inner-head {
    background-color: #3eb034;
    color: #fff;
    padding: 2.4%;
}
.box-bottom-arrow .block-arrow {
    border-color: #cae7c8 transparent transparent transparent;
    bottom: -3rem;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    z-index: -1;
}
.box-bottom-arrow.first {
    background-color: #cae7c8;
}

.card-box {
    background-color: #fff;
}

.bg-box.color-lighr-y {
    background-color: #fff2a4;
}
.bg-box.color-lighr-y .inner-head {
    background-color: #ed6b1c;
    color: #fff;
    padding: 2.4%;
}
.section-title {
    border-bottom: 4px solid #3eb034;
    line-height: 1.6;
    padding-bottom: 0.2rem;
}
.section-title .bg-text {
    background-color: #ffff57;
    padding: 1px 4px;
}

.type-lineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.type-lineup .list-item {
    border: 2px solid #3eb034;
    flex-basis: 49%;
    padding: 2.3rem 0.5rem .5rem;
    position: relative;
}
.type-lineup .name {
    background-color: #3eb034;
    color: #fff;
    display: flex;
    font-size: .7rem;
    left: 0;
    line-height: 1.2;
    padding: 0.5em 0.5em;
    position: absolute;
    text-align: center;
    top: -1px;
    height: 2.1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.type-lineup .list-item .text-box {
    align-items: center;
    background-color: #e7e7e7;
    display: flex;
    font-size: .6rem;
    font-weight: bold;
    line-height: 1.2;
    height: 3.4em;
    padding: 2%;
    margin-top: 2px;
    text-align: center;
    justify-content: center;
}
.type-lineup .list-item .text-box.bg {
    background-color: #ffe968;
}
.type-lineup .list-item .on-text {
    background-color: #ed6b1c;
    /* border-radius: 5rem; */
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: -.8px;
    padding: 4px 0.5rem;
    position: absolute;
    top: 2.4rem;
}

.head-box.color-green {
    border: 4px solid #3eb034;
}
.head-box.color-green .head {
    background-color: #3eb034;
    color: #fff;
}
.head-box.color-green .block-arrow {
    bottom: -2.5rem;
    border-color: #3eb034 transparent transparent transparent;
    border-width: 1.6rem 3rem 0 3rem;
}
.recommend-list {
    display: flex;
    justify-content: space-between;
}
.recommend-list .item {
    align-items: center;
    border: 3px solid;
    border-radius: 100px;
    box-shadow: 0 1px 3px #bfbfbf;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    height: 100px;
    justify-content: center;
    text-align: center;
    width: 100px;
}
.recommend-list .item:hover {
    opacity: .9;
    text-decoration: none;
}
.recommend-list li:nth-of-type(1) .item {
    background-color: #e4007f;
}
.recommend-list li:nth-of-type(2) .item {
    background-color: #0081cd;
}
.recommend-list li:nth-of-type(3) .item {
    background-color: #eb6100;
}
.recommend-list .item span {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: .7rem;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.head-box.color-green .block-arrow {
    bottom: -2.5rem;
    border-color: #3eb034 transparent transparent transparent;
    border-width: 1.6rem 3rem 0 3rem;
}

.point-box {
    border: 3px solid #e3e3e3;
    margin-left: auto;
    margin-right: auto;
    padding: 2.6%;
}
.point-box .section-title {
    font-size: 1rem;
    padding-bottom: .4rem;
}
.point-box .section-title.point1 {
    border-bottom: 3px double #e4007f;
}
.point-box .section-title.point2 {
    border-bottom: 3px double #0081cd;
}
.point-box .section-title.point3 {
    border-bottom: 3px double #eb6100;
}
.point-box .section-title span {
    color: #fff;
    display: flex;
    font-size: .86rem;
    height: 1.6rem;
    padding: 0 0.6rem;
    align-items: center;
    margin-bottom: 0.3rem;
    width: fit-content;
}
.point-box .section-title.point1 span {
    background-color: #e4007f;
}
.point-box .section-title.point2 span {
    background-color: #0081cd;
}
.point-box .section-title.point3 span {
    background-color: #eb6100;
}


/* SP用 */
@media screen and (max-width: 560px) {

}

/* PC用 */
@media screen and (min-width: 561px) {
.toc-box.ecowill {
    padding: .9rem 1rem;
}
.toc-box.ecowill .sub-toc-list .item {
    font-size: .96rem;
    padding-bottom: 5px;
}
.type-lineup .list-item {
    padding: 2.6rem 0.5rem 0.5rem;
}
.type-lineup .name {
    font-size: .9rem;
    height: 2.6rem;
}
.type-lineup .list-item .text-box {
    font-size: .84rem;
}
.type-lineup .list-item .on-text {
    font-size: .94rem;
    letter-spacing: 0;
    padding: 0.4rem 0.8rem;
    top: 3rem;
}
.point-box {
    padding: 2%;
}
.point-box .section-title {
    font-size: 1.2rem;
}
.point-box .section-title span {
    display: inline-flex;
    font-size: .9rem;
    height: 1.8rem;
    margin-right: 0.4rem;
    margin-bottom: 0;
}
.recommend-list {
    display: flex;
    justify-content: space-around;
}
.recommend-list .item {
    font-size: 1.2rem;
    font-weight: bold;
    height: 200px;
    width: 200px;
}
.recommend-list .item span {
    font-size: .9rem;
    margin-bottom: 7px;
}
}


