/* ---------------------------------------------------------
  Custom Variables
----------------------------------------------------------*/
/* :root {
    --header-height: 64px;
    --footer-height: 36px;
    --head-bg-color: #004177;
    --belt-bg-color: #E5ECF1;
    --button-bg-color: #004177;
    --font-color-base: #004177;
    --font-color-reversal: #FFFFFF;
} */

/* ---------------------------------------------------------
  Base Styles
----------------------------------------------------------*/
body {
    font-size: 16px;
    font-family: "游明朝体", Yu Mincho, "YuMincho", serif;
}

article {
    margin: 64px auto;
    width: 780px;
    min-height: calc(100vh - 78px);
}

/* ---------------------------------------------------------
  Navigation Styles
----------------------------------------------------------*/
.sticky-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.sticky-nav.visible {
    transform: translateY(0);
}

@media screen and (min-width: 769px) {
    .sticky-nav {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .sticky-nav {
        display: none;
    }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px);}
    to { opacity: 1; transform: translateY(0);}
}

/* ---------------------------------------------------------
  Hero Section
----------------------------------------------------------*/
.contact-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-hero-bg {
    width: 100%;
    height: 440px;
    background: url('../static/contact/kv-contact.jpg') center center/cover no-repeat;
}

.contact-hero-content {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.contact-hero-content h1,
.contact-hero-title-text {
    color: #fff !important;
}

.contact-hero-content h1 {
    font: italic normal 65px/65px Times New Roman;
    letter-spacing: 0.05em;
}

.contact-hero-title-text {
    margin-top: 12px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.05em;
}

@media (max-width: 480px) {
    .contact-hero-bg {
        height: 260px;
    }
    
    .contact-hero-content h1 {
        font: italic normal 40px/40px Times New Roman;
    }
    
    .contact-hero-title-text {
        font-size: 14px;
        margin-top: 5px;
    }
}

/* ---------------------------------------------------------
  Footer Styles
----------------------------------------------------------*/
/* .footer-pc {
    display: block !important;
}

.footer-sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .footer-pc {
        display: none !important;
    }
    
    .footer-sp {
        display: block !important;
    }
} */



/* ---------------------------------------------------------
  Contact Form Styles
----------------------------------------------------------*/
.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form-wrapper{
/*   width:1000px;*/
   width:900px;
}

.form_select {
    width: 100%;
  /* height: 70px; */
  padding: 10px 20px;
    background: #f5f5f5;
    border-top: 2px solid #3a5a7c;
    border-bottom: 2px solid #3a5a7c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    transition-delay: 0.4s;
}

.form_select.visible {
    opacity: 1;
    transform: translateY(0);
}

.form_select p {
    display: flex;
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.form_select label {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #004177;
    cursor: pointer;
    flex: 1 1 0;
    justify-content: center;
    transition: color 0.2s;
}

/* Hide default radio */
.form_select input[type="radio"] {
    display: none;
}

/* Custom radio */
.form_select input[type="radio"] + span {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    color: #004177;
  letter-spacing: 0.03em;
}

.form_select input[type="radio"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid #004177;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

.form_select input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #004177;
    border-radius: 50%;
}

.form_select input[type="radio"]:checked + span {
    color: #004177;
}



.agree_button {
    margin-top: 36px;
    height:24px;
    text-align: center;
}
.agree_button label {
    font-size: 17px;
    display: flex;
    align-items: center;
    color: #004177;
    font-weight: normal;
}

.agree_button input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    accent-color: #004177;
    cursor: pointer;
    margin-right: 8px;
}

.postal {
    margin-left: 16px;
    padding: 4px 8px;
    border: 1px solid var(--head-bg-color);
}

/* ---------------------------------------------------------
  Œ©o‚µ
----------------------------------------------------------*/

.headline,
.headline_personal,
.headline_company {
    position: relative;
    color: #fff;
    font-weight: 500;
    height: 50px;
    margin: 0px 0 38px 0;
    z-index: 1;
    background: none;
    border-bottom: 3px solid #004177;
    display: flex;
    /* align-items: center; */
}
.companyArea,
.headline_personal {
    margin-top: 90px;
}

.headline::before,
.headline_personal::before,
.headline_company::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;         /* Rectangle width */
    height: 50px;
    background: #004177;
    z-index: -1;
}

.headline::after,
.headline_personal::after,
.headline_company::after {
    content: "";
    position: absolute;
    left: 250px;          /* Rectangle width */
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;   /* Height of triangle */
    border-left: 50px solid #004177;      /* Base of triangle */
    z-index: -1;
}

.headline p,
.headline_personal p,
.headline_company p {
    font-size: 20px;
    margin: 0;
    margin-left: 36px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
  letter-spacing: 0.05em;
}

/* ---------------------------------------------------------
  'Žß
----------------------------------------------------------*/

.input_form p.annotation {
    margin-top: 8px;
    color: #DD1616;
}


/* ---------------------------------------------------------
  ƒtƒH[ƒ€‚Ì"ñ•\Ž¦
----------------------------------------------------------*/

#input_form1, 
#input_form2, 
#input_form3, 
#submit_button {
    display: none;
}

/* .kind2, 
.kind3, 
.personalArea,
.headline_personal {
    display: none;
} */


/* ---------------------------------------------------------
  ƒ‚[ƒ_ƒ‹
----------------------------------------------------------*/

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    justify-content: center;
    align-items: center;
}

#modal:target,
#modal.active {
    display: flex;
}

.modalBox {
    background: #fff;
    border: 4px solid #004177;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    width: 480px;
    max-width: 90vw;
    min-width: 320px;
    min-height: 220px;
    margin: auto;
    padding: 40px 32px 32px 32px;
    position: relative;
    text-align: center;
}

.modalClose {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    color: #004177;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.modalText {
    font-size: 22px;
    color: #222;
    margin: 40px 0 36px 0;
    line-height: 1.7;
    text-align: center;
}

.buttonBoxDouble {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 12px;
}

.buttonBoxDouble input[type="button"],
.buttonBoxDouble input[type="submit"] {
    width: 180px;
    height: 56px;
    font-size: 20px;
    border-radius: 999px;
    border: none;
    outline: none;
    font-family: inherit;
    font-weight: normal;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
    margin: 0;
    display: inline-block;
}

.buttonBoxDouble input[type="button"] {
    background: #fff;
    color: #004177;
    border: 2px solid #004177;
}

.buttonBoxDouble input[type="button"]:hover {
    background: #f0f6fa;
}

.buttonBoxDouble input[type="submit"] {
    background: #004177;
    color: #fff;
    border: 2px solid #004177;
}

.buttonBoxDouble input[type="submit"]:hover {
    background: #003366;
}
  
  /* ---------------------------------------------------------
  Š®—¹ƒy[ƒWà–¾
  ----------------------------------------------------------*/
  
.informationBox {
    width: 560px;
    margin: 0 auto;
      margin-top: 48px;
      font-size: 16px;
      color: var(--font-color-base);
}



.input_form {
}
/* Œ©o‚µ */
.input_form li {
    margin-top: 24px;
}
/* €–Ú–¼ */
/* .input_form p {
    margin-bottom: 20px;
    color: var(--font-color-base);
    font-size: 14px;
} */
/* •K{ƒ{ƒ^ƒ" */
.input_form p span {
    display: inline-block;
    margin-left: 12px;
    padding: 5px, 19px;
    height: 24px;
    width:70px;

    color: var(--font-color-reversal);
    font-size: 11px;
    letter-spacing: 4px;
    text-align: center;
    border: 1px solid #E8791E;
    border-radius: 12px;
    background-color: #E8791E;
}


/* ---------------------------------------------------------
  ƒtƒH[ƒ€ƒ^ƒO
----------------------------------------------------------*/

/* ƒeƒLƒXƒg */
input[type=text] {
    height: 48px;
    width: 100%;
    padding-left: 8px;
    border: 2px solid #C8C8C8;
    border-radius: 8px;
}
input[type=text]::placeholder {
    color: #C8C8C8;
    font-size: 14px;
}
/* ƒ`ƒFƒbƒNƒ{ƒbƒNƒX */
.checkbox_3box,
.checkbox_4box {
    display: table;
    height: 24px;
    line-height: 24px;
}
.checkbox_3box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.checkbox_4box {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 12px;
}
.checkbox_3box label {
    color: #004177;
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-right: 80px;
    white-space: nowrap;
}
.checkbox_3box label:last-child {
    margin-right: 0;
}
.checkbox_3box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    accent-color: #004177;
    cursor: pointer;
    margin-right: 8px;
}
/* ƒ‰ƒWƒIƒ{ƒ^ƒ" */
.radio_3box {
    display: table;
    height: 24px;
    width: 70%;
    line-height: 24px;
}
.radio_3box label {
    display: table-cell;
    color: #004177;
    font-size: 17px;
}
.radio_3box label.w20 {
    width: 20%
}
.radio_3box label.w30 {
    width: 40%
}
/* ƒeƒLƒXƒgƒGƒŠƒA */

/* ---------------------------------------------------------
  '—Mƒ{ƒ^ƒ"
----------------------------------------------------------*/

/* ƒ{ƒ^ƒ"‚P‚Â */
.buttonSingle {
    margin-top: 25px;
    text-align: center;
}

.buttonSingle button,
.buttonSingle input[type="button"],
.buttonSingle input[type="submit"] {
    width: 400px;
/*  height: 80px;*/
  padding: 22px 0;
    background: #004177;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 999px;
    display: block;
    margin: 0 auto;
/*    margin-bottom: 134px;*/
    font-family: inherit;
    font-weight: normal;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background 0.2s;
}

.buttonSingle button:hover,
.buttonSingle input[type="button"]:hover,
.buttonSingle input[type="submit"]:hover {
    background: #003366;
}

.buttonSingle a {
    text-decoration: none !important;
}

/* '—Mƒ{ƒ^ƒ" */
/* input[type=submit],
button {
    height: 56px;
    width: 320px;
    color: var(--font-color-reversal);
    text-align: center;
    font-size: 14px;
    border: 1px solid var(--button-bg-color);
    border-radius: 28px;
    background-color: var(--button-bg-color);
} */

/* ƒ_ƒuƒ‹ƒ{ƒ^ƒ"ƒ{ƒbƒNƒX */
.buttonBoxDouble {
    text-align: center;
}
/* '—Mƒ{ƒ^ƒ"i‰¡•À‚Ñj */
/* input[type=submit].button,
input[type=button].button {
    width: 150px;
    height: 48px;
    text-align: center;
    border: none;
    border: 2px solid var(--button-bg-color);
    border-radius: 28px;
}
input[type=submit].button {
    color: var(--font-color-reversal);
    background-color: var(--button-bg-color);
} */


/* ---------------------------------------------------------
  ƒGƒ‰[ƒƒbƒZ[ƒW
----------------------------------------------------------*/

.error {
    display: block;
    margin-top: 8px;
    color: #FF0000;
}


article {
    margin: 64px auto;
    width: 780px;
    min-height: calc(100vh - 78px);
}


/* ---------------------------------------------------------
  y[W^Cg
----------------------------------------------------------*/

.contact-form-title {
  margin-top: 80px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
}

.contact-form-title.visible {
    opacity: 1;
    transform: translateY(0);
}

.page_title {
    font-size: 40px;
    color: #004177;
    font-style: italic;
    text-align: center;
    line-height: 40px;
    font-family: "Times New Roman";
  letter-spacing: 0.03em;
}
/* LvV */
.page_caption {
    margin-top: 12px;
    font-size: 17px;
    color: #004177;
    text-align: center;
    line-height: 20px;
}

.contact-form-description {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    transition-delay: 0.3s;
}

.contact-form-description.visible {
    opacity: 1;
    transform: translateY(0);
}

.page_description {
    font-size: 25px;
    font-weight: bold;
    color: #004177;
/*    line-height: 25px;*/
}
.page_description_detail {
    margin-top: 30px;
    font-size: 17px;
    color: #004177;
    line-height: 1.7;
    text-align: center;
}
.page_description_small a {
    text-decoration: underline;
}


/* ---------------------------------------------------------
  y[W_
----------------------------------------------------------*/

/* y[W_iOgj */
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: rgb(0, 0, 0, 60%);
}
#modal:target {
    display: flex;
}

ul.input_form, ul.input_form li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.companyArea_input {
    margin-bottom:31px;
}

.input_form li div{
    margin-bottom: 33px;
}

.input_form p {
    font-size: 17px;
    color: #004177;
    line-height: 17px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.input_form p span {
    margin-left: 20px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.companyArea_input_label{
    display: flex;
    align-items: center;
}

.postal {
    margin-left: 16px;
  padding: 1px 9px 2px;
/*
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
*/
    border: 2px solid #004177;
  border-radius: 3px;
    background-color: #fff;
    color: #004177;
    font-size: 15px;
}

.headline_company{
    margin-top: 50px;
}

.last_of_headline{
    margin-top: 50px;
    margin-bottom: 35px;
}

.textarea_box{
    margin-top: 40px;
    
}

.textarea_box p{
    font-size: 17px;
/*    margin-bottom:22px;*/
}

.textarea_box textarea{
    width: 100%;
    height: 192px;
    border: 2px solid #C8C8C8;
    border-radius: 8px;
    padding: 10px;
}

.privacy_policy{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page_description_small{
    font-size: 17px;
    color: #004177;
    line-height: 17px;
}

.privacy_policy_content_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  margin-top: 160px;
}

.privacy_policy_content_div_title {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    transition-delay: 0.1s;
}

.privacy_policy_content_div_title.visible {
    opacity: 1;
    transform: translateY(0);
}

.privacy_policy_content_div_title h2 {
    font-size: 40px;
    color: #004177;
    font-style: italic;
    text-align: center;
/*    line-height: 40px;*/
  letter-spacing: 0.03em;
}

.privacy_policy_content_div_title p {
  font-size: 17px;
  margin-top: 8px;
    color: #004177;
    text-align: center;  
}

.privacy_policy_content_div_description{
    margin-bottom: 27px;
}

.privacy_policy_content_div_description p{
  font-size: 17px;
  color: #004177;
  line-height: 1.7;
}

.privacy_policy_content_div_content {
  width: 100%;
  max-width: 1000px;
  height: 270px;
  margin: 0 auto 177px;
  background: #fff;
  border: 1px solid #004177;
  /* border-radius: 8px; */
  padding: 26px 36px;
  overflow-y: auto;
  font-size: 17px;
  color: #004177;
  box-sizing: border-box;
  line-height: 1.7;
}

.checkbox_4box label {
    display: table-cell;
    font-size: 17px;
    color: #004177;
    vertical-align: middle;
    font-weight: normal;
    width: 180px;
    text-align: left;
    padding-right: 8px;
    line-height: 20px;
    padding-top: 2px;
}

.checkbox_4box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    accent-color: #004177;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.fade-in-at-all {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    transition-delay: 0.5s;
}

.fade-in-at-all.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-at-all-for-privacy-policy {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    transition-delay: 0.2s;
}

.fade-in-at-all-for-privacy-policy.visible {
    opacity: 1;
    transform: translateY(0);
}



@media screen and (max-width: 480px) {
    article,
    .contact-form,
    .contact-form-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 0 8px !important; /* or 16px for a little more space */
    }
    .contact-form-title {
        margin-top: 38px !important;
    }
    .page_title {
        font-size: 36px !important;
    }
    .page_caption {
        margin-top: 7px !important;
        font-size: 14px !important;
    }
    .contact-form-description {
        margin-top: 24px !important;
    }
    .page_description {
        font-size: 20px !important;
        text-align: center !important;
    }
    .page_description_detail {
        font-size: 14px !important;
        margin-top: 19px !important;
    }
    .form_select{
        margin-top: 26px;
        height:auto;
      padding: 13px 40px;
    }
    .form_select p {
        margin-left:10px;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 9px !important;
    }
    .form_select label {
        width: 100%;
        justify-content: flex-start !important;
        margin-bottom: 0 !important;
    }
    .form_select input[type="radio"] + span {
        font-size: 16px !important;
        padding-left: 20px !important;
    }


    
    .form_select input[type="radio"] + span::before {
        width: 16px !important;
        height: 16px !important;
    }
    .form_select input[type="radio"]:checked + span::after {
        width: 8px !important;
        height: 8px !important;
        left: 3.5px !important;
    }
    .companyArea{
        margin-top: 43px;
    }
    .headline_company{
        margin-top: 38px;
    }
    .last_of_headline{
        margin-top: 38px;
    }
    .headline_personal{
        margin-top: 38px;
    }
    .headline::before, .headline_personal::before, .headline_company::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 165px;
        height: 40px;
        background: #004177;
        z-index: -1;
    }
    .headline, .headline_personal, .headline_company {
        position: relative;
        color: #fff;
        font-weight: 500;
        height: 40px;
      margin: 30px 0 24px 0;
        z-index: 1;
        background: none;
        border-bottom: 3px solid #004177;
        display: flex
    ;
        /* align-items: center; */
    }
    .headline::after, .headline_personal::after, .headline_company::after {
        content: "";
        position: absolute;
        left: 165px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 40px solid #004177;
        z-index: -1;
    }
    .headline p, .headline_personal p, .headline_company p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        margin: 0;
        margin-left: 13px;
        color: #fff;
        font-weight: 500;
      line-height: 1;
      padding: 4px 0 0;
    }
    .input_form p {
        font-size: 14px;
        color: #004177;
        line-height: 14px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    input[type=text] {
        height: 30px;
        width: 100%;
        padding-left: 8px;
        border: 1px solid #C8C8C8;
        border-radius: 8px;
    }
    .input_form li div {
        margin-bottom: 17px;
    }
    .error {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        color: #FF0000;
    }

    .input_form p span {
        display: inline-block;
        margin-left: 12px;
        padding: 5px, 19px;
        height: 20px;
        width: 60px;
        color: var(--font-color-reversal);
        font-size: 14px;
        letter-spacing: 4px;
        text-align: center;
        border: 1px solid #E8791E;
        border-radius: 12px;
        background-color: #E8791E;
    }
    .input_form p span {
        margin-left: 15px;
        font-size: 12px;
        color: #fff;
        display: flex
    ;
        align-items: center;
        justify-content: center;
    }
    .postal {
        margin-left: 16px;
        padding: 0px 8px 2px;
        border: 1px solid #004177;
        background-color: #fff;
        color: #004177;
        font-size: 12px;
    }
    .checkbox_3box {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        height: auto;
        padding: 0 !important;
    }
    .kind1{
        height: auto;
    }
    /* .kind1_wrapper{
        height: 50px;
    } */

    .checkbox_3box label {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .checkbox_3box input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        margin: 0 2px 0 0;
        padding: 0;
    }

    .checkbox_3box .error,
    .checkbox_3box + .error {
        width: 100%;
        order: 99;
        margin: 12px 0 0 0;
        font-size: 14px;
        color: #FF0000;
        display: block;
        clear: both;
    }

    .checkbox_4box_wrapper {
        display: block !important;
        height:auto;
    }
    .checkbox_4box {
        height:auto;
        display: block !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        gap: 0 !important;
    }
    .checkbox_4box label {
        height:auto;
        display: flex !important;
        width: 100% !important;
        margin-bottom: 8px !important;
        align-items: center !important;
    }
    .checkbox_4box label:last-child {
        margin-bottom: 0 !important;
    }
    .radio_3box {
        display: flex !important;
        height:auto;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .radio_3box label {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        font-size: 14px;
    }
    .textarea_box{
        margin-top: 22px;
    }
    .privacy_policy{
        margin-top: 30px;
    }
    .privacy_policy .page_description_small{
        font-size: 14px;
    }
    .agree_button{
        margin-top: 18px;
    }
    .agree_button label{
        font-size: 14px;
    }
    .agree_button input[type="checkbox"]{
        width: 15px;
        height: 15px;
        min-width: 15px;
        min-height: 15px;
    }
    .buttonSingle{
        width: 80%;
        margin-top: 20px;
    }
    .buttonSingle button{
        width: 100%;
/*        height: 60px;*/
        font-size: 16px;
      padding: 12px 0;
/*        margin-bottom: 80px;*/
    }
    .privacy_policy_content_div_title{
        margin-bottom: 17px;
    }
    .privacy_policy_content_div_title h2{
        font-size: 36px;
    }
    .privacy_policy_content_div_title p{
        font-size: 14px;
      margin-top: 0;
    }
    .privacy_policy_content_div_description p{
        font-size: 14px;
    }
    .privacy_policy_content_div_content p{
        font-size: 14px;
/*        margin-bottom: 100px;*/
    }
    .modalText{
        font-size: 18px;
    }
    .modalClose{
        font-size: 24px;
    }
    .buttonBoxDouble input[type="button"],
    .buttonBoxDouble input[type="submit"] {
        width: 120px;
        height: 40px;
        font-size: 16px;
        border-radius: 999px;
        border: none;
        outline: none;
        font-family: inherit;
        font-weight: normal;
        letter-spacing: 0.1em;
        cursor: pointer;
        transition: background 0.2s, color 0.2s, border 0.2s;
        margin: 0;
        display: inline-block;
    }
    .buttonBoxDouble input[type="button"]{
        border: 2px solid #004177;
    }
    .checkbox_4box + .checkbox_4box {
        margin-top: 8px !important;
    }
    .checkbox_4box + .checkbox_4box + .error {
        width: 100%;
        margin: 12px 0 0 0;
        font-size: 14px;
        color: #FF0000;
        display: block;
        clear: both;
    }
  
  .privacy_policy_content_div {
    margin-top: 110px;
  }
  
  .privacy_policy_content_div_description {
    margin-bottom: 20px;
  }
  
  .privacy_policy_content_div_content {
    width: 100%;
    height: 200px;
    margin: 0 auto 100px;
    background: #fff;
    border: 1px solid #004177;
    /* border-radius: 8px; */
    padding: 16px 20px;
    overflow-y: auto;
    font-size: 17px;
    color: #004177;
    box-sizing: border-box;
    line-height: 1.7;
  }
}

























