@charset "utf-8";
/* ========================================
common
======================================== */
.mt-0 {
    margin-top: 0!important;
}
.mt-25 {
    margin-top: 25px!important;
}
section {
    padding-top: 60px;
}
.tomonowa-registration{
    padding: 61px 0 56px;
}
#ste-header-container {
    border-bottom: 0;
}
section.ste-mainvisual-block {
    background: #f4f1f6;
    padding-top: 0;
}
.ste-rsp-large-box {
    width: 1000px;
    margin: 0 auto;
}
.ste-mainvisual-block .ste-mainvisual-bg {
    background: url(/img/tomonowa/index/main.png) no-repeat center top;
    height: 165px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.ste-mainvisual-block .ste-mainvisual-inner {
    height: 100%;
    position: relative;
}
.ste-mainvisual-block .ste-mainvisual-posi {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.ste-h2-ttl {
    width: 100%;
}
.story-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.story-block ul li {
    width: 310px;
}
.story-block ul li dl {
    font-size: 16px;
}
.story-block ul li dt {
    text-align: center;
    padding: 8px 0;
    background-color: #f5f1f6;
    border-radius: 2rem;
    font-weight: bold;
}
.story-block ul li dd {
    padding: 20px;
}
h2.registration {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 25px;
}
.registration-btn {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    /*position: relative;*/
}
.registration-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #f37820;
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    position: relative;
}
.registration-btn a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    right: 25px;
    top: 40%;
}
.registration-login {
    padding-top: 15px;
    display: flex;
    width: 900px;
    margin: 0 auto;
    align-items: center;
}
.registration-login dt {
    width: 50%;
    margin-left: 10px;
    letter-spacing: -0.03em;
}
.registration-login dd {
    width: 50%;
    text-align: center;
}
.registration-login dd a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    border: 3px solid #333;
}
.registration-login dd a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    right: 25px;
    top: 40%;
}
.community-ttl-02 {
    font-size: 32px;
    color: #6e3985;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px;
    font-weight: bold;
}
.community-ttl-02-content {
    display: flex;
    padding: 45px 0;
    align-items: center;
}
.community .community-ttl-02-content-left {
    width: 66%;
}
.community-ttl-02-content-left {
    /*padding-left: 5px;*/
}
.community-ttl-02-content-left dl:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
}
.community-ttl-02-content dl {
    font-size: 16px;
}
.community-ttl-02-content dt {
    color: #6e3985;
    margin-bottom: 5px;
    font-weight: bold;
}
.community-ttl-02-content-right {
    margin-left: 34px;
    width: 31%;
}
.green-block {
    border: 1px solid #c3c3c3;
    border-radius: 1rem;
}
.green-block-title {
    background-color: #6e3985;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 7px 0;
}
.green-block-title-description {
    padding: 25px 25px 0;
    font-size: 18px;
}
.green-block .img-area {
    padding: 0 25px 0 25px;
    text-align: center;
}
.description {
    margin-top: 25px;
}
section.movie .img-area {
    text-align: center;
    margin-top: 30px;
}
section.movie .img-area a img:hover {
    opacity: .6;
    -ms-transform: 0.5s;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    transition: 0.5s;
}
.registration-btn a:hover {
    opacity: .6;
    -ms-transform: 0.5s;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    transition: 0.5s;
}
.registration-login dd a:hover {
    opacity: .6;
    -ms-transform: 0.5s;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    transition: 0.5s;
}
.ste-work-event-movie {
    width: 900px;
    margin: 30px auto 0;
}
.trial-btn {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    margin-bottom: 30px;
}
.trial-btn a {
    color: #fff;
    font-size: 13.5px;
    font-weight: bold;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    border: 1px solid #ff0000;
    color: #ff0000;
    border-radius: 50px;
}
.trial-btn a:hover {
    opacity: .6;
    -ms-transform: 0.5s;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    transition: 0.5s;
}
.trial-btn a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    right: 25px;
    top: 40%;
}

/* ========================================
@media screen and (min-width:769px)
======================================== */
@media screen and (min-width: 769px) {
    #main {
        display: block;
        /*padding-top: 156px;*/
    }
}

/* ========================================
@media screen and (max-width:768px)
======================================== */
@media screen and (max-width: 768px) {
    .ste-rsp-large-box {
        width: 100%;
    }
    .ste-rsp-large-box:before {
        content: none;
    }
    .ste-mainvisual-block .ste-mainvisual-bg {
        background: url(/img/tomonowa/index/main_rsp.png) no-repeat center top;
        height: 100%;
        background-size: cover;
        padding-top: 100%;
    }
    section.tomonowa-support {
        padding: 25px 25px 0;
    }
    .ste-h2-ttl {
        margin-bottom: 20px;
    }
    .story-block ul li dt {
        font-size: 15px;
    }
    .story-block ul li dl {
        margin-bottom: 40px;
    }
    .story-block ul li dd {
        padding: 20px 0;
    }
    h2.registration {
        font-size: 22px;
    }
    .tomonowa-registration {
        padding: 0 25px 56px;
    }
    .registration-btn {
        width: 100%;
    }
    .registration-btn a {
        font-size: 15px;
        padding: 15px;
    }
    .registration-login {
        display: block;
        width: 100%;
    }
    .registration-login dt {
        width: 100%;
        margin: 30px 0 15px;
    }
    .registration-login dd {
        width: 100%;
    }
    .registration-login dd a {
        font-size: 15px;
        padding: 15px;
    }
    .community-ttl-02 {
        padding: 0 15px 15px;
        font-size: 22px;
        line-height: 1.3;
    }
    .community-ttl-02-content {
        display: block;
        padding: 15px 20px;
    }
    .community-ttl-02-content dt {
        margin-bottom: 10px;
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 10px;
    }
    .community-ttl-02-content-left dl:not(:last-child) {
        border: none;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .community-ttl-02-content-right {
        width: 100%;
        margin: 25px 0 30px 0;
    }
    .green-block {
        margin: 0 20px;
        border-radius: 0.5rem;
    }
    .green-block-title {
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        font-size:16px;
    }
    .green-block-title-description {
        margin-bottom: 20px;
    }
    .description {
        padding: 0 20px;
    }
    section.movie .img-area {
        margin-bottom: 35px;
    }
    .ste-work-event-movie {
        width: 100%;
        margin-bottom: 35px;
    }
    .trial-btn {
        width: 100%;
    }
    .trial-btn a {
        font-size: 12.5px;
        padding: 10px 17px;
    }
    .trial-btn a::after {
        right: 15px;
    }
    .registration-btn a::after {
        right: 15px;
    }
    .registration-login dd a::after {
        right: 15px;
    }
    .pagetitle .imgBox .textBox {
        margin: 0 auto;
        max-width: 90vw;
    }
}
/* ========================================
@media screen and (max-width:500px)
======================================== */
@media screen and (max-width: 500px) {
    .com-message .notes {
        font-size: 0.9em;
    }
}
/* ========================================
@media screen and (max-width:374px)
======================================== */
@media screen and (max-width: 374px) {

}
sup {
    line-height: 0;
    font-size: small;
}
@media screen and (max-width: 768px) {
    .com-message .notes {
        bottom: 5px;
        padding-right: 1em;
    }
    .com-message {
        min-height: 160px;
    }
}


.com-share-list .tomonowa_external {
    display: flex;
    padding: 8px 9px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}