@charset "UTF-8";
    /* 各エラーメッセージ用の基本スタイル */
    .error-message {
      color: red;
      font-size: 0.9em;
      margin-top: 5px;
      display: block;
    }
    /* リード用エラーメッセージ：より目立つように */
    .error-message-lead {
      color: red;
      font-size: 1.1em;
      border: 1px solid red;
      padding: 10px;
      margin: 10px 0;
      background-color: #ffe6e6;
    }

    /* リード用INFO：より目立つように */
    .info-message-lead {
      color: rgb(23, 0, 136);
      font-size: 1.1em;
      border: 1px solid rgb(23, 0, 136);
      padding: 10px;
      margin: 10px 0;
      background-color: #ffffcc;
    }


    .btn_active{
      color:#fff;
      background-color: #1d50a2;
      
    }




    .upload-btn {
      background-color: #1d50a2; /* 明るい青 */
      color: #fff;
      border: none;
      border-radius: 7px;
      padding: 5px 10px;
      font-size: 12px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .upload-btn:hover {
      background-color: #00408d;
    }
    .upload-btn:active {
      background-color: #00408d;
    }


    .upload-btn-del {
      background-color: #af0101; 
      color: #fff;
      border: none;
      border-radius: 7px;
      padding: 5px 10px;
      font-size: 12px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-top: 10px;
    }
    .upload-btn-del:hover {
      background-color: #860303;
    }
    .upload-btn-del:active {
      background-color: #860303;
    }




    
/* ======================================================================
 p_c_cardB
====================================================================== */
.p_c_cardB {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin-bottom: -1px;
}
.p_c_cardB .p_c_ttl_1 {
  /* width: 32%; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
}
.p_c_cardB.jcs .p_c_ttl_1{
  justify-content: flex-start;
}
.p_c_cardB .p_c_formItem {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction : column;
  padding: 2px 2px;
}
.p_c_cardB .p_c_formBg {
  /* width: 100%; */
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.p_c_cardB .p_c_textarea {
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
.p_c_cardB .p_c_selectBg_wrap {
  background: #fff;
  width: 50%;
}
.p_c_cardB .p_c_selectBg_wrap_df {
  background: #fff;
  width: 50%;
  display: flex;
  align-items: center;
}
.p_c_cardB .p_c_selectBg {
  background: url(../../assets/img/ico/select.svg) 50% no-repeat;
  background-position: center right;
  background-size: 16px;
}
.p_c_cardB .p_c_selectBg_wrap_df .p_c_selectBg{
  margin-right: 8px;
  width: 100px;
}
.p_c_cardB .p_c_selectBg .select{
  width: 100%;
  cursor: pointer;
}
.p_c_cardB .p_c_formItem .input, .p_c_cardB .p_c_formItem .select {
  width: 100%;
  border: 1px solid #dadada;
  padding: 8px;
  border-radius: 2px;
}
input:focus , select:focus{
   outline:#f2940e 2px solid;
   border-radius: 2px;
}
.p_c_cardB .p_c_formItem .textarea {
  background: #fff;
  font-size: 16px;
  height: 270px;
  width: 100%;
  padding-right: 0;
  padding: 4px 12px;
}
.p_c_cardB ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardB :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardB ::-moz-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardB ::-ms-input-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardB ::placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardB.check .p_c_formItem {
  color: #000;
  font-weight: bold;
}
.p_c_cardB .p_c_cardB_txt {
  font-size: 1.4rem;
  margin-top: 8px;
}
.p_c_cardB .p_c_cardB_txt_em{
  color: #ff3b30;
}
.p_c_cardB .p_c_box_1 {
  display: flex;
  align-items: center;
}
.p_c_cardB .p_c_box_1 .p_c_box_1_txt {
  margin-left: 10px;
}

.p_c_cardB .p_c_formBg.df{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_c_cardB .p_c_formBg.df_2{
  display: flex;
  align-items: center;
}
.p_c_formBg_txt_1{
  margin-right: 4px;
  white-space: nowrap;
}
.p_c_formBg_txt_2{
  margin-right: 8px;
  white-space: nowrap;
}
.p_c_cardB .p_c_formBg.df .input{
  margin-right: 8px;
}
.input_short{
  max-width: 100px;
  margin-right: 8px;
}
.input_short_2{
  max-width: 50%;
  margin-right: 8px;
}
.input_short_3{
  max-width: 20%;
  margin-right: 8px;
}


@media screen and (max-width: 980px) {
  .p_c_cardB {
    flex-direction: column;
    align-items: flex-start;
  }
  .p_c_cardB .p_c_ttl_1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .p_c_cardB .p_c_ttl_1:after {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 1.0rem;
    margin-left: 8px;
  }
  .p_c_cardB .p_c_formItem {
    width: 100%;
  }
  .p_c_cardB.check .p_c_formItem {
    font-weight: normal;
  }
  .p_c_cardB .p_c_cardB_txt {
    padding-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p_c_cardB .p_c_selectBg_wrap {
    width: 100%;
  }
  .p_c_cardB .p_c_ttl_1{
    padding: 12px;
  }
  .p_c_cardB .p_c_formItem{
    padding: 12px;
  }
}




/* ======================================================================
 p_c_cardC
====================================================================== */
.p_c_cardC {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin-bottom: -1px;
}
.p_c_cardC .p_c_ttl_1 {
  /* width: 32%; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
}
.p_c_cardC.jcs .p_c_ttl_1{
  justify-content: flex-start;
}
.p_c_cardC .p_c_formItem {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  /* flex: 1; */
  display: flex;
  justify-content: center;
  flex-direction : column;
  padding: 2px 2px;
  width: 100%;
}
.p_c_cardC .p_c_formBg {
  /* width: 100%; */
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.p_c_cardC .p_c_textarea {
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
.p_c_cardC .p_c_selectBg_wrap {
  background: #fff;
  width: 50%;
}
.p_c_cardC .p_c_selectBg_wrap_df {
  background: #fff;
  /* width: 50%; */
  display: flex;
  align-items: center;
}
.p_c_cardC .p_c_selectBg {
  background: url(../../assets/img/ico/select.svg) 50% no-repeat;
  background-position: center right;
  background-size: 16px;
}

.p_c_cardC .p_c_selectBg_wrap_df .p_c_selectBg{
  margin-right: 8px;
  /* width: 100px; */
}


.p_c_cardC .p_c_inputBg {

}

.p_c_cardC .p_c_selectBg_wrap_df .p_c_inputBg{
  margin-right: 8px;
  /* width: 100px; */
}

.p_c_cardC .p_c_inputBg .tinput{
  width: 100%;
  border: 1px solid #dadada;
  padding: 8px;
  border-radius: 2px;
  background:none;
}

.p_c_cardC .p_c_selectBg .select{
  width: 100%;
  cursor: pointer;
}
.p_c_cardC .p_c_formItem .input, .p_c_cardC .p_c_formItem .select {
  width: 100%;
  border: 1px solid #dadada;
  padding: 8px;
  border-radius: 2px;
}
input:focus , select:focus{
   outline:#f2940e 2px solid;
   border-radius: 2px;
}
.p_c_cardC .p_c_formItem .textarea {
  background: #fff;
  font-size: 16px;
  height: 270px;
  width: 100%;
  padding-right: 0;
  padding: 4px 12px;
}
.p_c_cardC ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardC :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardC ::-moz-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardC ::-ms-input-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardC ::placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_c_cardC.check .p_c_formItem {
  color: #000;
  font-weight: bold;
}
.p_c_cardC .p_c_cardC_txt {
  font-size: 1.4rem;
  margin-top: 8px;
}
.p_c_cardC .p_c_cardC_txt_em{
  color: #ff3b30;
}
.p_c_cardC .p_c_box_1 {
  display: flex;
  align-items: center;
}
.p_c_cardC .p_c_box_1 .p_c_box_1_txt {
  margin-left: 10px;
}

.p_c_cardC .p_c_formBg.df{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_c_cardC .p_c_formBg.df_2{
  display: flex;
  align-items: center;
}
.p_c_formBg_txt_1{
  margin-right: 4px;
  white-space: nowrap;
}
.p_c_formBg_txt_2{
  margin-right: 8px;
  white-space: nowrap;
}
.p_c_cardC .p_c_formBg.df .input{
  margin-right: 8px;
}
.input_short{
  max-width: 100px;
  margin-right: 8px;
}
.input_short_2{
  max-width: 50%;
  margin-right: 8px;
}
.input_short_3{
  max-width: 20%;
  margin-right: 8px;
}




@media screen and (max-width: 980px) {
  .p_c_cardC {
    flex-direction: column;
    align-items: flex-start;
  }
  .p_c_cardC .p_c_ttl_1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .p_c_cardC .p_c_ttl_1:after {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 1.0rem;
    margin-left: 8px;
  }
  .p_c_cardC .p_c_formItem {
    width: 100%;
  }
  .p_c_cardC.check .p_c_formItem {
    font-weight: normal;
  }
  .p_c_cardC .p_c_cardC_txt {
    padding-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p_c_cardC .p_c_selectBg_wrap {
    width: 100%;
  }
  .p_c_cardC .p_c_ttl_1{
    padding: 12px;
  }
  .p_c_cardC .p_c_formItem{
    padding: 12px;
  }
}



  /* レスポンシブテーブル用のスタイル */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  
  .c_tbl_career {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .c_tbl_career th, 
  .c_tbl_career td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
  }

  .c_tbl_career td hr {
    margin: 10px 0;
    border-color: #ddd;
  }
  
  .c_tbl_career th {
    background-color: #f8f8f8;
    color: #333;
    font-weight: bold;
  }
  
  .c_tbl_career tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  .c_tbl_career tr:hover {
    background-color: #f1f1f1;
  }
  
  /* スマートフォン向けのスタイル調整 */
  @media screen and (max-width: 767px) {
    .c_tbl_career {
      font-size: 14px;
    }
    
    .c_tbl_career th, 
    .c_tbl_career td {
      padding: 8px 10px;
    }
    
    /* 表のセルの配置を調整 */
    .c_tbl_career th:first-child,
    .c_tbl_career td:first-child {
      width: 40%;
    }
    
    .c_tbl_career th:nth-child(2),
    .c_tbl_career td:nth-child(2) {
      width: 50%;
    }
    
    .c_tbl_career th:last-child,
    .c_tbl_career td:last-child {
      width: 10%;
    }
  }

  .ok_notice{
    color: #007BFF;
    font-size: 1.1em;
    font-weight: bold;
  }
  .not_notice{
    color: #ff3b30;
    font-size: 1.1em;
    font-weight: bold;
  }


  .req_txt{
    color: #ff3b30;
    font-size: 0.6em;
    margin-left: 5px;
    font-weight: bold;
  }

/* ======================================================================
 ツールチップ（マウスオーバーで説明表示）
====================================================================== */
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip-container .tooltip-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #1d50a2;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin: 0 4px;
}

.tooltip-container .tooltip-content {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background-color: #fff;
  color: #333;
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
}

.tooltip-container .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* PCではホバーで表示 */
@media (hover: hover) and (pointer: fine) {
  .tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
  }
}

/* タッチデバイス用のスタイル */
.tooltip-container .tooltip-icon:focus + .tooltip-content,
.tooltip-container .tooltip-content:focus-within {
  visibility: visible;
  opacity: 1;
}

/* タッチデバイス用のアクティブ状態 */
.tooltip-container .tooltip-icon:active + .tooltip-content {
  visibility: visible;
  opacity: 1;
}

/* タッチデバイス用のタップターゲット */
.tooltip-container .tooltip-icon {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* JavaScriptで追加されるクラス */
.tooltip-container .tooltip-content.active {
  visibility: visible;
  opacity: 1;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
  .tooltip-container .tooltip-content {
    width: 200px;
    font-size: 13px;
    padding: 8px;
  }
  
  /* モバイルでは下に表示 */
  .tooltip-container .tooltip-content {
    bottom: auto;
    top: 125%;
  }
  
  .tooltip-container .tooltip-content::after {
    top: -10px;
    border-color: transparent transparent #fff transparent;
  }
}

/*====================================
    c_btn_2_off
====================================*/
.c_btn_2_off{
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #acacac;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 4px;
}
.c_btn_2_off:after{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background: url(../../assets/img/ico/ico_arrow_1.svg);
  z-index: 2;
}
.c_btn_2_off_txt{
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  background: #acacac;
  border-radius: 10px;
  max-width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_btn_2_off_txt .input {
  width: 100%;
  display: block;
  height: 100%;
  outline: none;
}
.c_btn_2_off .shadow {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #5c5c5c;
transition: .3s;
border-radius: 10px;
position: absolute;
bottom: -6px;
left: 0;
z-index: -1;
}
.c_btn_2_off:hover {
transform: translateY(4px);
}
.c_btn_2_off:hover .shadow {
transform: translateY(-4px);
z-index: -1;
}

.input_date{
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

.link_txt{
  color: #007BFF;
  text-decoration: underline;
}


/*====================================
    c_btn_3_b
====================================*/
.c_btn_3_b{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 4px;
  color: #fff;
  z-index: 1;
}
.c_btn_3_b_txt{
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  background: #1d50a2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.c_btn_3_b .shadow {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #100138;
transition: .3s;
border-radius: 10px;
position: absolute;
bottom: -4px;
left: 0;
z-index: -1;
}
.hover .c_btn_3_b:hover {
transform: translateY(4px);
color: #ddd;
}
.hover .c_btn_3_b:hover .shadow {
transform: translateY(-4px);
z-index: -1;
}

.menu_next_box{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #ccc;
  color: #da0303;
  border-radius: 7px;
  display: flex;
}
.menu_next_box_ttl{
  font-size: 1.4rem;
  color: #fff;
  background: #da0303;
  border-radius: 7px 0 0 7px;
  padding: 6px;
}
.menu_next_box_txt{
  font-size: 1.4rem;
  padding: 6px;
}

.menu_common_box{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.menu_common_box_txt{
  font-size: 1.4rem;
  padding: 6px;
}

.zip_btn{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  background: #55f;
  color: #fff;
  font-size: 1.2rem;
}
.zip_btn:hover{
  background: #00f;
}

.cc_txt{
  font-size: 1.4rem;
  color: #c00202;
  margin-bottom: 10px;
}

.p_c_ttl_1_e{
  width: 32%;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  background: #deebff;
}
.p_c_ttl_1_e_btn{
  color: #fff;
  font-size: 1.2rem;
  background: #00f;
  padding: 3px;
  border-radius: 5px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p_c_ttl_1_e{
    width: 100%;
  }
}

/* Gmail通知ボックス */
.gmail-notification {
  background-color: #f8f9fa;
  border: 1px solid #e0e5eb;
  border-left: 4px solid #4285f4;
  border-radius: 4px;
  padding: 16px 20px;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.gmail-notification-title {
  font-weight: bold;
  color: #202124;
  font-size: 1.1em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.gmail-notification-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/gmail-icon.svg') no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}

.gmail-notification-content {
  color: #5f6368;
  line-height: 1.6;
}

.gmail-notification-content em {
  color: #ea4335;
  font-style: normal;
  font-weight: bold;
}

.gmail-notification-tip {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #dadce0;
  font-size: 0.95em;
}

/* 再生ボタンアイコン */
.play-button-icon {
  display: inline-flex;
  align-items: center;
  color: #4285f4;
}

.play-button-icon::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 0.8em;
}