/*-------- 汎用_調整用 --------*/
.margin_reset {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin_bottom_reset {
  margin-bottom: 0 !important;
}
.margin_bottom_1em {
  margin-bottom: 1em;
}
.margin_bottom_2em {
  margin-bottom: 2em;
}
.margin_bottom_3em {
  margin-bottom: 3em;
}
.margin_bottom_4em {
  margin-bottom: 4em;
}
.margin_bottom_5em {
  margin-bottom: 5em;
}
.margin_bottom_6em {
  margin-bottom: 6em;
}
.margin_left_1em {
  margin-left: 1em;
}
.margin_top_-05em {
  margin-top: -.5em;
}
.padding_all_1em {
  padding: 1em;
}
.padding_left_1em {
  padding-left: 1em;
}
.txt_bl {
    color: #1E69C4;
}

/*-------- フォントの全体指定 --------*/
body:not(#wpadminbar), .elementor-widget-container * {
    font-family: 'Noto Sans JP', sans-serif !important;
}


@media screen and (max-width: 767px) {
    .toppage-register-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .toppage-register-sp {
        display: none;
    }
}
/*-------- メインページのSP画面の色を修正 --------*/
@media screen and (max-width: 767px) {
    .top_catchcopy .elementor-widget-wrap {
                background-color: rgba(255,255,255,0.8);
    }
}


/*-------- ヘッダーのモーダルポジションの修正 --------*/
.directorist-content-active .select2-container.select2-container--open {
    z-index: 999999;
}

@media screen and (min-width: 768px) {
    .select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
        margin-left: -18px;
        margin-top: 8px;
    }

    .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
        margin-left: -20px;
        margin-top: -12px;
    }
}

/*-------- 実績イメージの位置調整 --------*/
@media (max-width: 767px) {
    .elementor-container.elementor-column-gap-wide {
        justify-content: center;
    }
}

/*-------- モバイル検索フォーム --------*/
@media (max-width: 767px) {
    .dspb-search__popup:not(.responsive-true).show {
        top: 0;
    }

    .directorist-search-form-wrap.directorist-search-form__wrap.directorist-with-search-border {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .directorist-search-form-action__modal {
        width: 60%;
        justify-self: center;
    }

    .directorist-btn.directorist-btn-light.directorist-search-form-action__modal__btn-search.directorist-modal-btn.directorist-modal-btn--basic {
        color: var(--color-white);
        background-color: var(--color-primary);
    }

    .select2-container.select2-container--default.select2-container--open {
        z-index: 999999;
        width: auto;
    }

    .directorist-search-form__box:has(div.directorist-search-modal.directorist-search-modal--basic) {
        margin-top: -20px;
        visibility: hidden;
    }
}

/*--------  非表示対応 --------*/
/* 非表示：メニューのユーザーアイコン */
.theme-menu-action-box__author {
    display: none;
}

.theme-container-fluid {
    padding-right: 0px;
}

/* 非表示：求人詳細のアクセス */
.directorist-single-map {
    display: none;
}

.directorist-single-map__location {
    display: none;
}


/* ロゴのイメージの修正 */
@media only screen and (min-width: 768px) {
    .theme-header-logo-inner .theme-header-logo-brand img {
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .theme-header-logo-inner .theme-header-logo-brand img {
        max-width: 175px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .top-page-award-introduce {
        width: 80%;
    }
}

/* 検索入力欄のプレースホルダのデザインを修正 */
.theme-menu-action-box__search .theme-menu-action-box__search--trigger .theme-menu-action-box__text {
    color: var(--color-light-gray);
    font-weight: 300;
}

/* モバイル時のみ検索ボタンのスタイルを変更 */
@media (max-width: 768px) {
    .directorist-search-contents .directorist-search-form-wrap .directorist-search-form-action .directorist-search-form-action__submit .directorist-btn-search {
        padding: 0 15px;
        min-height: 35px;
        font-size: 14px; /* 文字サイズを小さくする */
        border: 1px solid var(--color-primary) !important;
        background-color: var(--color-primary) !important;
    }
}

/* モバイル時のタイトルがはみ出す現象の修正 */
.directorist-content-active .directorist-listing-single.directorist-listing-no-thumb .directorist-listing-single__header__title {
    flex: 1;
}




@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

.entry-header {display: none;}
.veu_socialSet {display: none;}

@media screen and (min-width: 767px){
.br-sp {display: none; }
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* 画像表示_PC */
.pc {display: block !important;}
.sp {display: none !important;}
.br-pc {display: block;}

/* 画像表示_SP */
@media only screen and (max-width: 767px) {
.pc {display: none !important;}
.sp {display: block !important;}
.br-pc {display: none;}
.pc-txt {display: none !important;}
}
/*-------- top --------*/
.top_img {
    height: 45vw;
    background:#bee9f9 url(./wp-content/uploads/2023/05/top_bg_pc.jpg) no-repeat center center;
background-size: 100% auto;
}
.top_btn_c {
    text-align: center;
}
.top_btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 100px;
    border-bottom: 5px solid #e26161;
    color: #fff;
    background-color: #ff6e6e;
    text-decoration: none!important;
}
.top_btn:hover {
    color: #fff;
    background: #ff7878;
}
.top_btn:hover {
    margin-top: 3px;
    border-bottom: 2px solid #e26161;
}
a.top_btn:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .75rem);
    right: 2rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
.top_btn_copy {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .5em;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
.top_btn {
    font-size: 1.5rem;
}
}
@media only screen and (max-width: 767px) {
.top_img {
    height: 130vw;
    background:#ddd url(./wp-content/uploads/2023/05/top_bg_sp.jpg) no-repeat center center;
background-size:  auto 100%;
}
.top_btn {
    font-size: 1.6rem;}
a.top_btn:before {
    font-size: 1.6rem;}
.top_btn_copy {
    font-size: 1.5rem;
}
}
/*-------- section --------*/
.text_orange {
    color: #ff6e6e;
}
.text_lineaccent_01 {
    position: relative;
    width: fit-content;
    margin: auto;
}
.text_lineaccent_01::before {
    content: "";
      position: absolute;
      top: 20%;
      left: -29%;
      background: url(./wp-content/uploads/2023/04/lineaccent_left.png);
    background-size:cover;
      width: 48px;
      height: 30px;
}
.text_lineaccent_01::after {
    content: "";
      position: absolute;
      top: 20%;
      right: -29%;
      background: url(./wp-content/uploads/2023/04/lineaccent_right.png);
    background-size:cover;
      width: 48px;
      height: 30px;
}
.check_fukidashi {
    position: relative;
    background-color: #ffe1e1;
    margin: 0.5em 0.4em 2em 0.4em;
    padding: 1.8em 0.5em;
}
.check_fukidashi::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 40%;
    background: url(./wp-content/uploads/2023/06/check_icon_pk.png);
    background-size: cover;
    z-index: 10;
    width: 65px;
    height: 65px;
}
.check_fukidashi::after {
    display: block;
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #ffe1e1;
    top: 100%;
    left: 45%;
}
.check_fukidashi_h2 {
    margin-top: 1.5em;
}
.check_fukidashi_h2 span {
    background: linear-gradient(transparent 60%, #fff 30%);
    padding: 0 0.1em 0 0.2em;
}
@media only screen and (max-width: 1024px) {
.text_lineaccent_01::before {
    top: 23%;
    left: -30%;
    width: 40px;
    height: 25px;
}
.text_lineaccent_01::after {
    top: 23%;
    right: -30%;
    width: 40px;
    height: 25px;
}
}
@media only screen and (max-width: 767px) {
.text_lineaccent_01::before {
    top: 18%;
    left: -29%;
    width: 36px;
    height: 22px;
}
.text_lineaccent_01::after {
    top: 18%;
    right: -29%;
    width: 36px;
    height: 22px;
}
.check_fukidashi {
    margin: 2em 0.4em 2.5em 0.4em;
    padding: 1em 0.5em;
}
.check_fukidashi::before {
    top: -18%;
    left: 42%;
    width: 50px;
    height: 50px;
}
.check_fukidashi::after {
    border: 20px solid transparent;
    border-top-color: #ffe1e1;
    left: 44%;
}
.check_fukidashi_h2 {
    margin-top: 1.5em;
}
.check_fukidashi_h2 span {
    background: linear-gradient(transparent 60%, #fff 30%);
    padding: 0 0.1em 0 0.2em;
}
}

/*-------- すべての求人リスト --------*/
/* モーダルの場所が怪しく、top値を修正する */
.directorist-content-active .select2-container--open .select2-dropdown.select2-dropdown--below {
    top: 0px;
}

/*-------- 新着求人リスト --------*/
/* サイズ統一・調整 */
.current-job-openings {
    color: #1A1B29;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px;
  font-weight: 600;
}

.current-job-openings .current-job-count {
    font-size: 20px;
}

.directorist-col-4.directorist-all-listing-col article {
    height: 100%;
/*  display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.directorist-listing-single__header {
    margin-bottom: 12px;
}

/* .directorist-col-4.directorist-all-listing-col footer {
    margin-top: auto;
} */

.directorist-col-4 {
    margin-bottom: 16px;
}

/* スペース調整　*/
.directorist-listing-single .directorist-listing-single__content .directorist-listing-single__info {
    padding: 16px 20px;
}

.directorist-listing-single__info__list li {
    align-items: baseline;
}

.directorist-listing-single.directorist-listing-no-thumb .directorist-listing-single__content {
    padding: 0 4px 8px;
}

.directorist-listing-single .directorist-listing-single__header
.directorist-listing-single__header__title .directorist-listing-title {
    flex-wrap: nowrap;
    align-items: center;
}

.directorist-listing-title:has(span) {
    padding-right: 28.25px !important;
}

.directorist-listing-single__info__top-right {
    gap: 0px !important;
}

.directorist-form-element::placeholder {
    color: var(--color-light-gray);
    font-weight: 300;
}

.directorist-details-info-wrap .directorist-single-info {
    align-items: baseline;
}

/* 非表示 */
.directorist-listing-single__meta__right {
    display: none !important;
}

.directorist-listing-single__meta {
    display: none !important;
}

.directorist-listing-single__info--list__label {
    display: none;
}

/* 求人詳細のメニュー非表示 */
.directorist-single-listing-header .directorist-single-listing-action.directorist-single-listing-action-quick {
    display: none;
}

/* 求人お問い合わせフォーム */
.contactform-jobapply-pages .formtitle {
    margin-top: 1em;
    font-size: 15px !important;
}

.contactform-jobapply-pages p {
    margin: 4px 0;
}

.contactform-jobapply-pages p:has(input[type="submit"]) {
    margin: 8px 0;
}

.contactform-jobapply-pages input[type="submit"] {
    background-color: #EDA324 !important;
}

.contactform-jobapply-pages input[type="submit"]:hover {
    background-color: #FFC571 !important;
}

.form_recaptha.jobapply-form-recaptcha {
    font-size: 13.5px !important;
    color: #808080 !important;
}

.form_recaptha.jobapply-form-recaptcha a {
        font-size: 13.5px !important;
    color: #808080 !important;
}

.contactform-jobapply-pages {
    margin-top: -12px;
    background-color: rgba(255,255,255,0.6);

    border: 1px solid #ddd;
    padding: 0 1em 1.5em;
    border-radius: 8px;
}

.jobapply-input-form {
    background-color: #fff !important;
}

.about-contact-email {
    margin-top: 8px !important;
    padding-left: 4px;
    font-size: 13px !important;
    color: #808080;
}

.contactform-jobapply-pages ~ .wpcf7-response-output {
    max-width: 616.797px;
}

@media only screen and (min-width: 768px) {
    .job-apply-radio-fieldset {
        display: flex;
        gap: 16px;
        align-items: baseline;
    }

    .job-apply-radio-legend {
        width: fit-content;
    }

    .wpcf7-form-control-wrap[data-name="radio-908"] {
        display: flex !important;
    }
}

/*-------- 求人成功事例 --------*/
@media only screen and (min-width: 768px) {
    .theme-testimonial-single__author-comment p {
        min-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .theme-testimonial-single__author-comment p {
        min-height: 250px;
    }
}

/*-------- お役立ちコラム --------*/


@media only screen and (min-width: 768px) {
    .theme-blog-card__title {
        min-height: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .theme-blog-card__summary.entry-summary {
            display: none;
    }
}

.widget.widget_categories.atbd_widget li.cat-item {
    display: flex;
    align-items: center;
}


/*-------- 人気求人カテゴリー --------*/
.directorist-col-3 a {
    border: 1px solid;
    border-color: #1E69C4;
    box-shadow: 0 5px 5px rgba(var(--color-shadow-rgb), 0.15);
}

.cat-count span {
        display: none;
}

@media only screen and (max-width: 767px) {
    .atbd_category_single {
        justify-content: center;
        padding: 16px 0 !important;
    }

    .directorist-col-3 {
        display: flex;
        flex-direction: column;
        width: 50% !important;
    }

    .icon {
        margin: 0 4px 15px 4px !important;
    }

    .cat-box div {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .cat-info {
        line-height: 14px;
    }

    .cat-name {
        font-size: 14px !important;
    }
}

/*-------- 無料会員登録 --------*/
@media only screen and (min-width: 768px) {
    .elementor-widget-container:has(form) {
        margin: 0em 5em;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-widget-container:has(form) {
        margin: 0em 1em;
    }
}

.elementor-widget-container:has(form) label {
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.radio_none .formtitle.title-contactform7.for-namae {
    font-size: 18px;
}

.radio_none .formhissu.avoid-confirm {
    font-size: 12px;
}

    .wpcf7 input:not([type="button"], [type="radio"], [type="submit"], [type="checkbox"]), .wpcf7 textarea, .wpcf7 select {
        border-radius: 2px;
        background-color: #fafafa;
        width: 100%;
        padding: 0.75em;
        border: solid #bbb 1px;
        transition: all .2s linear;
    }

    .wpcf7 input:not([type="button"], [type="radio"], [type="submit"], [type="checkbox"]):focus, .wpcf7 textarea:focus {
        background-color: var(--e-a-bg-default);
        outline: none;
        border: dotted #bbb 1px;
    }

    .wpcf7 input:not([type="button"], [type="radio"], [type="submit"], [type="checkbox"]), .wpcf7 textarea, .wpcf7 select {
        border-radius: 2px;
        background-color: #fafafa;
        width: 100%;
        padding: 0.75em;
        border: solid #bbb 1px;
        transition: all .2s linear;
    }

    .wpcf7 input:not([type="button"], [type="radio"], [type="submit"], [type="checkbox"])::placeholder {
        font-weight: 300;
        color: #bbb;
}

    .wpcf7 input[type="button"]:hover{
        opacity: 0.8;
    }

    .wpcf7 select:focus {
        background-color: var(--e-a-bg-default);
        outline: none;
        border: solid #bbb 1px;
    }

    .radio_none p:has(input[type="radio"]), .pp_consent p:has(input[type="checkbox"])  {
        margin-left: -16px;
    }

    .radio_none p:has(input[type="radio"]) .wpcf7-not-valid-tip, .pp_consent p:has(input[type="checkbox"]) .wpcf7-not-valid-tip {
        margin-left: 16px;
    }

    .pp_consent {
        margin-bottom: 24px;
    }

    .pp_consent a {
        color: #ff6e6e;
        text-decoration: underline;
    }

    .wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
        vertical-align: middle;
        height: 1.2em;
        width: 1.2em;
        margin-right: 4px;
    }

    .pp_consent input + span {
        font-size: 16px;
    }

    .pp_consent .wpcf7-not-valid-tip {
        font-size: 15px;
    }

    .wpcf7-form-control.wpcf7-submit {
        color: var(--color-white);
        border: none;
        border-radius: 8px;
    }

    .input-confirm {
        font-size: 1em;
    }

    .radio_none .input-confirm {
        font-size: 15px;
    }

    .submit-button-form {
        display: flex;
        margin-bottom: 24px;
    }

    @media only screen and (min-width: 768px) {
    .submit-button-form {
        margin-top: 48px;
        justify-content: center;
        }
}

    .wpcf7-form-control.wpcf7-previous {
        margin-top: 12px;
        padding: 1em 5em;
        margin-right: 16px;
        border: none;
        border-radius: 8px;
    }

    @media only screen and (max-width: 767px) {
    .wpcf7-form-control.wpcf7-previous {
        margin-bottom: 12px;
        }
    }

/*-------- 登録ステップ --------*/

.text_lineaccent_02 {
    position: relative;
    width: fit-content;
    margin: auto;
}
.text_lineaccent_02 span {
    background: linear-gradient(transparent 80%, #ffcfcf 30%);
    padding: 0 0.1em 0 0.2em;
}
.text_lineaccent_02::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -12%;
    background: url(./wp-content/uploads/2023/04/lineaccent_left.png);
    background-size: cover;
    width: 44px;
    height: 28px;
}
.text_lineaccent_02::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -12%;
    background: url(./wp-content/uploads/2023/04/lineaccent_right.png);
    background-size: cover;
    width: 44px;
    height: 28px;
}
.text_step {
    display: inline-block;
    background-color: #ff6e6e;
    color: #fff;
    margin-right: 0.5em;
    padding: 0.1em 0.8em;
    border-radius: 100px;
}
.step_list_item {
    margin: 0;
}
.step_list_item li {
    background-color: #fff;
    margin-top: 4em;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 1em 2em;
}
.step_list_item li > img {
    height: 158px;
}
.step_list_item_textblock {
    width: 800px;
}
.step_list_item_textblock h2 {
    font-size: 31px;
    margin-bottom: 0.6em;
    font-weight: bold;
}
.step_list_item_textblock p {
    font-size: 22px;
    margin: 0;
    padding-left: 1em;
    font-weight: 500;
    line-height: 2;
}
.step_list_item_imgblock {
    width: 20%;
    margin-left: auto;
}
.span_big {
    font-size: 130%;
}
.step_list_attention {
    margin-bottom: -1em!important;
    margin-left: 25px;
  position: relative;
}
.step_list_attention::before {
    content: "※";
    margin-left: -15px;
}

/* SPバージョンのカードコンポーネント */
.register-step__sp {
    display: grid;
    grid-template-columns: 35% auto;
    align-items: center;
    gap: 8px;
}

.text_step__sp {
    display: inline-block;
    background-color: #1E69C4;
    color: #fff;
    padding: 0.1em 0.8em;
        margin-right: 4px;
    border-radius: 100px;
}

.register-step-description-title__sp {
    font-weight: 600;
}
.register-step-description__sp {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.step_list_attention__sp {
    font-size: 0.85em;
    margin-top: 4px;
    margin-bottom: 0;
}

.step_list_attention__sp::before {
    content: "※";
}

@media only screen and (max-width: 1024px) {
    .step_list_item {
        margin: 0 1em;
    }
    .text_lineaccent_02::before {
    top: 20%;
    left: -12%;
}
.text_lineaccent_02::after {
    top: 20%;
    right: -12%;
}
}
@media only screen and (max-width: 767px) {
.text_lineaccent_02::before {
    top: 25%;
    left: -12%;
    width: 32px;
    height: 18px;
}
.text_lineaccent_02::after {
    top: 25%;
    right:  -12%;
    width: 32px;
    height: 18px;
}
.step_list_item li {
    margin-top: 2em;
    margin-left: 0.5em;
    margin-right:0.5em;
    display: flex;
    padding: 1.5em 0.8em;
    flex-direction: column-reverse;
}
.step_list_item_textblock {
    margin-left: 0;
}
.step_list_item_textblock h2 {
    font-size: 22px;
    margin-bottom: 0.6em;
}
.step_list_item_textblock p {
    font-size: 16px;
    margin: 0;
    padding-left: 0.3em;
    padding-right: 0.3em;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}
.step_list_item_imgblock {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
    .step_list_attention {
    margin-bottom: -0.5em!important;
        padding: 0.2em 0.8em;
        margin-left: 15px;
        font-size: 13px;
        line-height:1.3;
}
}

/*-------- FAQ --------*/
.grid_bg {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e2edf7 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #e2edf7 calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
}

.faq_list_item *, .faq_list_item *:after, .faq_list_item *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_list_item {
    padding: 0 2em;
}
.faq_list_item dl {
    border-bottom: 1px solid #D1D7D9;
    margin-bottom: 3em;
    padding: 0 1em
}
.faq_list_item dt {
    position: relative;
    margin-bottom: 1em;
    font-size: 140%;
    padding-left: 3em;
    padding-right: 1em;
}
.faq_list_item dd {
    position: relative;
      font-size: 110%;
    margin: 1em 2em 2em 2em;
    padding: 0.5em 0.5em 0.5em 3em;
}
.faq_list_item dt::before, .faq_list_item dd::before {
    margin-right: 0.5em;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.faq_list_item dt::before {
    font-size: 150%;
    padding: 0.2em 0.4em;
      height: 50px;
      width: 50px;
    content: 'Q';
    color: #ffffff;
    background: #3282b8;
    margin-top: -0.4em;
      border-radius: 100%
}
.faq_list_item dd::before {
    font-size: 1.8em;
    padding: 0em 0.5em;
    margin-top: -0.2em;
    content: 'A.';
    color: #3282b8;
}

@media screen and (max-width: 767px) {
.faq_list_item {
    padding: 0 0.5em;
}
.faq_list_item dl {
    margin-bottom: 3em;
    padding: 0 0.5em;
}
.faq_list_item dt {
    padding-left: 2.3em;
    padding-right: 0em;
    line-height: 1.3;
}
.faq_list_item dd {
    margin: 2em 0em 3em 0em;
    padding: 0em 0em 0em 3em;
}
    .faq_list_item dt::before {
    font-size: 140%;
    padding: 0.15em 0.35em;
      height: 40px;
      width: 40px;
    margin-top: -0.2em;
        left: -0.1em;
}
.faq_list_item dd::before {
    padding: 0em 0.3em;
    margin-top: -0.2em;
}
}
/*-------- form--------*/
.radio_none {
    border: none!important;
    padding: 0!important;
}
/* .grecaptcha-badge { visibility: hidden; } */
.formtitle {
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.5em!important;
        display: inline-block;
}
.formhissu {
  background-color: #CC4455;
  padding: 0 0.5em;
  color: #fff;
    font-size: 0.8em;
  line-height: 1.5 !important;
  font-weight: bold;
  margin-left: 0.5em !important;
  margin-top: 0.35em !important;
    display: inline-block;
}
.form_recaptha {
    font-size: 80%;
    color: #808080;
}
.form_recaptha a {
    color: #808080;
}
#wpcf7cpcnf p {
    margin-bottom: 0;
}
#wpcf7cpcnf td,th {
    padding: 15px 8px;
    border-width: 0 3px 3px 0;
    background-color: #fff;
    border-color: #EFF9FC;
}
#wpcf7cpcnf table {
    border-width: 3px 0 0 3px;
    border-color: #EFF9FC;
}
@media only screen and (max-width: 767px) {
    #wpcf7cpcnf th {
        width:38%;
    }
}

.wpcf7-submit {
    background-color: #EDA324 !important;
    padding: 1em 5em!important
}
.wpcf7-submit:hover {
    background-color: #FFC571 !important;
}
.pp_consent {
    border: solid #bbb 1px;
    padding: 1em;
}
.pp_consent p {
    margin-bottom: 0.5em;
}

p.end_item {
    margin-bottom:0;
}


/*-------- footerbtn--------*/
.footer_btn {
    cursor: pointer;
    font-weight: 700;
    transition: all .2s;
    padding: 0.5em 2em;
    border-radius: 100px;
    background: #ffffff;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #284b62;
    margin: 0.5em auto;
}
.footer_btn:hover {
    background: #e6e6e6;
    color: #284b62;
    border: none;
}

@media only screen and (max-width: 767px) {
.ast-builder-html-element {
    padding: 0 1em;
    margin-bottom: 1em;
}
}
.footer_logo {
    margin-bottom: 1em;
}
.footer_contact {
    margin-bottom: 1em;
}

.highlight {
    background: linear-gradient(transparent 50%, #d9e9ed 0%);
    line-height: 1.3em;
}
.theme-menu-action-box__add-listing {
    display: none;
}
.directorist-listing-single__header__left {
    display: none!important;
}
.directorist-listing-author {
    display: none!important;
}
.theme-post__author-name,.theme-post-author {
    display: none!important;
}


.theme-testimonial-single__author-comment {
    text-align:left;
    margin-bottom: 1.5em;
}

.directorist-listing-details__text img {
 margin-right: .9em;
 margin-bottom: .9em;
}

/*フッター*/

@media only screen and (min-width: 768px) {
    .theme-footer-top-area .theme-container .row .col-lg-3 {
    width: 20%;
    }
    .theme-footer-top-area .theme-container .row .col-lg-3:first-child {
        width: 40%;
    }
}



.theme-footer-top-area .widget-title {
    font-weight: 600;
}


@media only screen and (min-width: 768px) {
.directorist-search-form__box {
    padding: 15px 15px 15px 20px;
    }
}
/* 登録ページ_登録フロー */
.text_step {
    display: inline-block;
    background-color: #1E69C4;
    color: #fff;
    padding: 0.1em 1em;
    border-radius: 100px;
    margin-left: -.2em;
    font-size:0.9em;
    margin-bottom:.5em
}

.flow_column::after {
       content: " ";
    border-style: solid;
    border-color: transparent transparent transparent #1E69C4;
    border-width: 20px;
    position: absolute;
    top: 44%;
    left: 96.5%;
    height: 0px;
    width: 0px;
}
.step_list_attention {
    margin-top: .5em;
    margin-left: 15px;
  position: relative;
            line-height:1.5;
    font-size: 0.9em
}
.step_list_attention::before {
    content: "※";
    margin-left: -15px;
}
@media only screen and (max-width: 767px) {
.flow_column::after {
    content: " ";
    border-style: solid;
    border-color: #1E69C4 transparent transparent transparent;
    border-width: 20px;
    position: absolute;
    top: 95%;
    left: 44%;
    height: 0px;
    width: 0px;
    }
    .flow_column {
        margin-bottom: 2em;
    }
    .step_list_attention {
        margin-left: 15px;
        font-size: 13px;
}
}


/*----登録ボタン----*/
.btn_register {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #db961f;
    background: #EDA324;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #EDA324), to(#ffc157));
    background: -webkit-linear-gradient(bottom, #EDA324 50%, #ffc157 100%);
    background: linear-gradient(0deg, #EDA324 50%, #ffc157 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
    }

.btn_register:hover {
    color: #ba7b0d;
}
