.timerSettingHide {
    display: none !important;
}

/* リポストキャンペーン（映像特集と共通化） manner */
#repost_campaign {
    padding: 0 20px 20px;
    background-color: white;
}

.manner {
    padding-top: 40px;
}

.manner > dt {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.03em;
    padding: 0 20px;
    background: #eee;
}

.manner > dd {
    font-size: 18px;
    padding-top: 30px;
}

.manner > dd .app {
    padding: 40px 0;
    margin-top: 40px;
    background-color: #eee;
}

.manner > dd .app b {
    text-align: center;
}

.manner > dd .app b span {
    display: inline-block;
    color: #fff;
    font-size: calc(20 / 24 * 1em);
    background: #4472fb;
    padding: calc(4 / 20 * 1em) calc(10 / 20 * 1em);
    margin-right: calc(10 / 20 * 1em);
}

.manner > dd .app ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.manner > dd .step {
    list-style: none;
    padding-bottom: 40px;
}

.manner > dd .step li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}

.manner > dd .step li:nth-of-type(2) p {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(100% - 152px);
}

.manner > dd .step li:nth-of-type(2) p span {
    display: block;
    width: 100%;
    margin-top: 0;
}

.manner > dd .step li + li {
    padding: 30px 0 20px;
    border-top: 1px solid #ddd;
}

.manner > dd .step li + li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: transparent;
    border-bottom-color: transparent;
    background: #fff;
    transform: translate(-50%, -52.5%) rotate(133deg);
}

.manner > dd .step li b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 152px;
    font-size: 68px;
    line-height: 1;
    text-align: center;
    padding: 13px 0 10px;
}

.manner > dd .step li b span {
    display: block;
    width: 100%;
    font-size: calc(20 / 68 * 1em);
}

.manner > dd .step li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 476px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
}

.manner > dd .step li p span {
    margin-top: -3em;
}

.manner > dd .step li .twitter_btn,
.manner > dd .step li .repost_btn {
    display: flex;
    align-items: center;
    width: 324px;
}

.manner > dd .step li .twitter_btn a,
.manner > dd .step li .repost_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
}

.manner > dd .step li .twitter_btn a {
    background-color: #20a1f1;
}

.manner > dd .step li .repost_btn a {
    background-color: #000;
}

.manner > dd .step li .image {
    display: block;
    width: 100%;
    text-align: center;
}

.manner .repostAccordion_title {
    text-align: center;
}

.manner .repostAccordion_title p {
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}

.manner .repostAccordion_title p:nth-of-type(1) {
    font-size: 22px;
}

.manner .repostAccordion_title p:nth-of-type(2) {
    font-size: 36px;
}

/* リポストキャンペーン（映像特集と共通化） accordion */
.repost-wrapper .accordion {
    border: none;
}

.repost-wrapper .accordion a {
    display: inline;
    padding: 0;
    text-decoration: underline;
    color: -webkit-link;
}

.twitter-wrapper .accordion > dt,
.repost-wrapper .accordion > dt {
    position: relative;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.twitter-wrapper .accordion > dt.active,
.repost-wrapper .accordion > dt.active {
    background: #eee;
}

.twitter-wrapper .accordion > dd + dt,
.repost-wrapper .accordion > dd + dt {
    margin-top: 10px;
}

.twitter-wrapper .accordion > dt::after,
.repost-wrapper .accordion > dt::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    display: block;
    width: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: translate(-80%, -50%);
}

.twitter-wrapper .accordion > dt.active::after,
.repost-wrapper .accordion > dt.active::after {
    content: "−";
}

.twitter-wrapper .accordion dd,
.repost-wrapper .accordion dd {
    display: none;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px;
    background-color: white;
    border: 1px solid #fff;
}

.repost-wrapper .accordion dd p {
    width: 100%;
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -1em;
}
