.bggrey {
    background: #F6F6F6;
}

.firstview {
    border-bottom: none;
}

.newswarp {
    background: #F6F6F6;
    padding: 2em;
}

.newsbox {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    border-radius: 10px;
}

.newsbox .title {
    font-size: 14px;
    border-left: 5px solid #D90429;
    padding-left: 1em;
    margin-bottom: 1em;
}

.newsbox .day,
.newsbox .text {
    font-size: 14px;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3em 0;
}

.content .title {
    font-size: 24px;
    border-bottom: 2px solid #D90429;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.content .batchbox {
    flex-wrap: wrap;
    margin: 3em auto;
    text-align: center;
}

.content .batchbox li {
    width: 33%;
    margin-bottom: 2em;
}

.content .batchbox .name {
    font-weight: bold;
    margin-bottom: 1em;
}

.content .batchbox .btn {
    margin: 1em auto;
    max-width: 200px;
}

.content .batchbox .btn a {
    background: #707070;
    padding: 0.5em 1em;
    width: 90%;
    color: #fff;
    border-radius: 5px;
    font-size: 0.8em;
    width: 100%;
    display: block;
}

.important {
    border: 1px solid #707070;
    max-width: 600px;
    width: 90%;
    margin: 1em auto;
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 5em;
}

.important .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}

.important .list {
    margin: 2em auto;
    list-style: disc;
    margin-left: 1em;
}

.content .activitybox {
    width: 100%;
    margin: 2em auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em;
}

.content .activitybox .subtitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.content .activitybox .list {
    list-style: disc;
    max-width: 650px;
    width: 90%;
    margin: auto;
}

.content .agreement {
    overflow-y: scroll;
    height: 350px;
    padding: 1em;
    border: 1px solid #F6F6F6;
    font-size: 16px;
}

.content .agreement p {
    margin-bottom: 2em;
}

.content .agreement p:last-child {
    margin-bottom: 0;
}

.content .question {
    border-bottom: 1px solid #F6F6F6;
}

.content .question li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}

.content .question li:nth-child(1) {
    padding-top: 1em;
}

.content .question li:nth-child(2) {
    padding-bottom: 1em;
}

.content .question li:nth-child(1)::before,
.content .question li:nth-child(2)::before {
    margin-left: 1em;
    display: inline-block;
}

.content .question li:nth-child(1)::before {
    content: "Q.\00a0";
}

.content .question li:nth-child(2)::before {
    content: "A.\00a0";
}

.content .remarks {
    margin: 1em auto 0;
}

.now {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .content {
        padding: 3em 1em;
    }

    .content .batchbox {
        display: block;
    }

    .content .batchbox li {
        width: 100%;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content .batchbox li>p,
    .content .batchbox li>div {
        width: 40%;
    }
}

/**お役立ち資料 / ホワイトペーパー用CSS**/
.download .firstview {
    padding-top: 80px;
    border-bottom: 5px solid #D90429;
}

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

.download .note {
    text-align: left;
}

.download .contentbox h2 {
    padding: 0.3em 0.8em;
    border-bottom: 3px solid #D90429;
    display: inline-block;
    font-size: 2.3em;
    margin-bottom: 0.5em;
}

.download .downloadbox {
    margin: 1em;
    flex-wrap: wrap;
}

.download .downloadbox li {
    width: calc(33% - 2em);
    margin: 3em 1em;
}

.download .downloadbox .img {
    margin-bottom: 1em;
}

.download .downloadbox img {
    width: 100%;
}

.download .downloadbox .text {
    text-align: left;
}

.download .downloadbox .btn a {
    display: block;
    padding: 1em;
    border: 1px solid #707070;
    font-size: 14px;
    color: #6E6E6E;
    margin: 1em 0;
    transition: all 0.5s 0s ease;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    color: #707070;
}

.download .downloadbox .btn a:hover {
    background: #6E6E6E;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .download .downloadbox {
        display: block;
    }

    .download .downloadbox li {
        width: calc(100% - 2em)
    }

    .download h2 {
        margin-bottom: 0;
    }
}