.hs-form-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
}

.hubspot_wrapper {
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 20px 0 2.5em 0 !important;
    padding: 0;
    width: 100%;
}

.hubspot_wrapper form label {
    width: 240px;
    margin-right: 60px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.hubspot_wrapper form input[type=text],
.hubspot_wrapper form input[type=search],
.hubspot_wrapper form input[type=email],
.hubspot_wrapper form input[type=password],
.hubspot_wrapper form input[type=tel],
.hubspot_wrapper form input[type=number],
.hubspot_wrapper form input[type=file],
.hubspot_wrapper form select,
.hubspot_wrapper form textarea {
    width: 100% !important;
    max-width: 500px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px !important;
    font: inherit;
}

.hubspot_wrapper form textarea {
    height: 150px;
}

.hubspot_wrapper form .hs-form-radio label {
    margin: 0px 30px 0 0;
}

.hs-form-required {
    font-size: 0;
}

.hs-form-required::after {
    content: '必須';
    font-size: .8rem;
    margin-left: 10px;
    color: red !important;
    font-weight: bold;
}

.legal-consent-container {
    padding: 0px 20px;
}

.hubspot_wrapper .input {
    flex-grow: 1;
}

#hubspot_creative_container {
    padding: 1.5em;
    -webkit-font-smoothing: antialiased;
}

#hubspot_creative_container p {
    line-height: 2.4 !important;
}

#hubspot_creative_container select {
    width: 100% !important;
    max-width: 500px !important;
    border: 1px solid #ccc;
    background-color: #fff !important;
    color: #333333 !important;
}

div#hubspot_creative_container li {
    list-style-type: none;
    text-align: center;
}

#hubspot_creative_container {
    font-size: 14px !important;
}

.hs-form-radio {
    float: left;
}

.hs-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hs-field-desc {
    order: 3;
    padding-left: 300px;
}

ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 300px;
    margin: 0px;
}

label.hs-error-msg.hs-main-font-element,
label.hs-main-font-element {
    color: #dc3232 !important;
}

.hs_privacy_policy.hs-privacy_policy.hs-fieldtype-booleancheckbox.field.hs-form-field {
    justify-content: center;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    #hubspot_creative_container {
        font-size: 14px !important;
    }

    ul.no-list.hs-error-msgs.inputs-list {
        padding-left: 0;
    }
}

.seminar_box>a {
    display: block;
    width: 100%;
    height: 100%;
}

.seminar_box>a:hover {
    opacity: 1;
}

.p-entry__body .seminar_btn div,
.seminar_top .seminar_top_box a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.library_card_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    /* position: relative; */
}

.library_card_contents>div {
    display: inline;
}

.p-breadncrumb {
    display: inline;
}

.seminar_wra {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
}

.seminar_box {
    width: 31%;
    margin: 0 10px 20px;
    box-shadow: 0px 0px 6px #00000029;
    position: relative;
    min-width: 310px;
}

.seminar_box p {
    display: none;
}

.seminar_h2 {
    font-size: 20px !important;
    text-align: center;
    color: #022173;
    min-height: 50px;
    margin-bottom: 10px !important;
    display: grid;
    align-items: center;
    font-weight: 700;
    line-height: 1.8 !important;
}

.seminar_txt {
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
}

@media screen and (max-width: 1138px) {
    .seminar_wra {
        justify-content: space-around;
    }
}

.seminar_box .seminar_btn {
    margin-bottom: 15px;
}

.seminar_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.seminar_img,
.seminar_top_img {
    overflow: hidden;
}

.seminar_img img,
.seminar_top_img img {
    transition-duration: 0.3s;
}

.seminar_box:hover .seminar_img img,
.seminar_top:hover .seminar_top_img img {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

@media screen and (max-width: 640px) {
    .seminar_box {
        width: 100%;
        margin: 10px 0;
        min-width: auto;
    }
}

.bigger-title {
    font-size: x-large;
    margin-top: 30px;
}

.p-news-list__item {
    width: 100%;
}

.news_single_date {
    text-align: right;
    line-height: 2.2;
    margin-bottom: 3em;
}

.security {
    text-align: center;
}

.news_security {
    width: 250px;
    height: auto;
    margin: 2em;
}

.p-news-list {
    max-width: 680px;
    margin: 0 auto 122px;
}

.h2_news {
    font-size: 18px !important;
    letter-spacing: 1.7px;
    border-bottom: 1px dotted #9cabd3;
    border-top: 1px dotted #9cabd3;
    padding: .5em 0;
}

.p-news-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.p-load-post a {
    transition: .3s;
}

.p-load-post a:hover {
    opacity: .7;
}

@media screen and (max-width: 780px) {
    .entry-news .p-entry__body {
        width: 95% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .entry-news {
        width: 90% !important;
    }

}

/* ページャー */
.screen-reader-text {
    display: none;
}

.nav-links {
    text-align: center;
    margin-bottom: 100px;
}

.page-numbers {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    width: 50px;
    color: #022173;
    text-decoration-color: #022173;
    text-decoration: underline;
}

.prev,
.next {
    background: #022173;
    color: #fff;
    width: 45%;
    max-width: 150px;
    text-decoration: none;
}

.current,
.dots {
    border: none;
    color: #333;
    text-decoration: none;
}

.dots {
    width: 10px;
}

@media screen and (max-width: 640px) {
    .page-numbers {
        display: none;
    }

    .prev,
    .next {
        display: inline-block;
    }

    .nav-links {
        margin-bottom: 50px;
    }

    .p-news-list {
        margin-bottom: 20px;
    }
}

.btnForForm {
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ff99cc;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.btnForForm:hover {
    background-color: #F66780;
    color: #fff;
}

.form405aa_wra .wpcf7-text {
    width: 380px !important;
}

.form405a_rt {
    font-size: 90%;
    color: #7e7e7e;
    margin-top: 1em;
}

.your-check .wpcf7-list-item {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.your-check .wpcf7-list-item.first {
    margin-right: 3em !important;
}

.form_check01 {
    margin-bottom: 3em;
}

.form_k01,
.check_date {
    font-size: 90%;
    color: #364e96 !important;
}

.form405a_table.l_pass {
    margin-top: 20px;
}

.form405a_txt2 {
    line-height: 1.7 !important;
    margin-bottom: 1.5em !important;
}

.form405a_gmail {
    font-size: 90%;
    color: #364e96;
}

.form405a_att {
    display: block;
    width: 90%;
    height: auto;
    margin: 0px auto 100px;
    padding: 15px;
    border: 1px solid #dbdbdb;
}

.form405a_att2 {
    display: block;
    width: 90%;
    height: auto;
    padding: 12px;
    border: 1px solid #364e96;
    margin: 10px 0 10px;
    color: #364e96;
    font-size: 90%;
    line-height: 1.5;
}

.form405a_att2.v_date {
    border: none;
    color: #7e7e7e;
    margin: 0 auto 10px;
}

.form405a_h {
    color: #364e96;
    /*文字色*/
    padding: 0.2em 0;
    /*上下の余白*/
    border-bottom: solid 1px #c7d0e7;

}

.form405a_check {
    display: block;
    width: 95%;
    background-color: #fff792;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
}

.form405a_red {
    color: #d82424;
    font-weight: bold;
}

.form405a_last {
    font-size: 12px;
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 40px;
}

.form405a_att1 {
    color: #df4f0f;
    display: block;
    width: 90%;
    height: auto;
    margin: 40px auto 15px;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #fad0be;
    line-height: 2.2;
}

.form405a_must {
    color: #d82424;
    padding-left: 6px;
    font-size: 80%;
}

.form405a_name,
.form405a_471,
.form405a_date {
    width: 220px;
}

.form405a_name {
    margin-bottom: 0 !important;
}

.form405a_name.g_mail {
    line-height: 1.5;
    margin-bottom: 0;
}

.form405a_table {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.2em;
}

.form405a_table1 {
    display: flex;
    flex-wrap: no-wrap;
}

.form405a_asi {
    margin-right: 1em;
    padding-top: .8em;
}

.form405a_margin {
    display: block;
    margin-bottom: 20px;
}

.form405a_471,
.form405a_date {
    padding: 15px 0;
}

.form405a_label {
    display: block;
    width: 90%;
    margin: 0 auto;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-not-valid-tip {
    padding: 6px 0;
}

.br_sp {
    display: none;
}

.form405a_kickoff {
    margin-top: 10px;
}

.kick_title {
    padding-left: 70px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.acceptance-12 {
    display: inline-block;
    width: 90%;
    padding: 0 0 0 10px;
    word-wrap: break-word;
}

.form405a_soufusaki {
    display: block;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    margin: 10px 0;
    padding: 20px 0px 20px 0px;
}

.soufusaki {
    display: flex;
    width: 80%;
    height: 1.2em;
}

@media screen and (max-width: 800px) {

    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-subject"],
    .wpcf7 input[name="your-company"],
    .wpcf7 input[name="your-depart"],
    .wpcf7 input[name="your-postal"],
    .wpcf7 input[name="your-add"],
    .wpcf7 input[name="tel-11"],
    .wpcf7 input[name="menu-471"],
    .wpcf7 input[name="date-102"],
    .wpcf7 input[name="email-425"],
    .wpcf7 input[name="menu-404"] .wpcf7 input[name="date-102"] {
        width: 100% !important;
        height: 35px !important;
    }

    .wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 350px !important;
    }

    .form405a_table {
        display: inline;
    }

    .form405a_att2 {
        width: 100%;
    }

    .form405a_table1 {
        flex-wrap: wrap;
    }

    .form405a_name {
        margin-top: 15px;
    }

    .form405a_h {
        line-height: 1.5 !important;
    }

    .form405a_att2 {
        padding: 0;
    }

    .form405a_att2in {
        width: 95%;
        display: block;
        margin: 10px auto;
    }

    .form405a_input.form405a_plan {
        max-width: 90%;
    }

    .form405a_check {
        width: auto;
    }

    .form_k01 {
        margin-top: .5em;
        display: block;
    }

    .form405a_wra .wpcf7-text {
        width: 100% !important;
    }

    .form405a_asi {
        padding-bottom: .8em;
    }
}

@media screen and (max-width: 420px) {
    .br_sp {
        display: block;
    }

    .wpcf7 .wpcf7-list-item {
        padding: 0 !important;
        margin-right: 0 !important;
    }

    .your-check .wpcf7-list-item {
        display: block !important;
        margin-bottom: 1em;
    }

    .wpcf7 input {
        width: 100% !important;
    }

    .wpcf7 input[type=radio] {
        width: auto !important;
    }

    .your-check .wpcf7-list-item.first {
        margin-bottom: 1em !important;
    }

    .form_k01 {
        line-height: 1.5;
    }

    .check_date .wpcf7-list-item {
        display: flex !important;
        margin: 1em 0 0 0;
    }

    .check_date input[type=checkbox] {
        width: 0% !important;
    }

    .wpcf7-form-control-wrap.checkbox-372 {
        width: 100% !important;
    }

    .kick_title {
        display: flex !important;
        margin: 2px 0 4px 0 !important;
        padding: 0 0 0 0 !important;
    }

    .wpcf7-list-item-label {
        padding-right: 10px;
        padding-bottom: 10px;
    }
}