@charset "UTF-8";
html,
body,
form,
table {
  font-size: 15px;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "游ゴシック", "Meiryo UI", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  background-color: #f7f7f7;
}

div {
  box-sizing: border-box;
}

#wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 1rem;
  text-align: center;
}

footer {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  font-size: 0.9rem;
  padding: 1rem;
  box-sizing: border-box;
}

table td {
  text-align: left;
}

.fw_bold {
  font-weight: bold;
}

.top_d {
  width: 100%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: bold;
  padding: 1rem;
  border-color: #4472C4;
  border-style: solid none;
  border-width: 5px;
}
.top_d .top_d_sub {
  font-size: 16px;
}

.top_d2 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  font-size: 18px;
  color: #F0F8FF;
  font-weight: bold;
  padding: 1rem;
  background-color: #4472C4;
}

/***** ボタンの設定 *****/
input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

input[type=text],
input[type=password] {
  height: 1.5rem;
}

input[type=submit],
input[type=button],
button {
  font-size: 16px;
  background: #4472C4;
  color: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

input[type=submit],
button {
  padding: 15px;
}

input[type=button] {
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.back {
  margin-right: 20px;
}

.logout_btn_area {
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.logout_btn_area button {
  border: none;
  padding: 1em;
  line-height: 1rem;
  box-shadow: 12px 12px 23px #d9d9d9, -12px -12px 23px #ffffff;
}

/******mainの装飾******/
.err {
  background: #ff6666;
}

.mb_1 {
  margin-bottom: 0.25rem !important;
}

.mb_2 {
  margin-bottom: 0.5rem !important;
}

.mb_3 {
  margin-bottom: 1rem !important;
}

.mb_4 {
  margin-bottom: 1.5rem !important;
}

.mb_5 {
  margin-bottom: 3rem !important;
}

.font_s {
  font-size: 0.9rem;
}

.bg_white {
  background-color: #f7f7f7;
}

.text_decoration_underline {
  text-decoration: underline;
}

.text_indent_1 {
  text-indent: 1em;
}

.text_indent_minus1 {
  padding-left: 1em;
  text-indent: -1em;
}

.list {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.tbl1 {
  border-collapse: collapse;
  border: #000000 0px solid;
  border: 0px;
  border-width: 0px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}

.tbl1 .tr5 {
  background-color: #4472C4;
  color: #fff;
  font-weight: bold;
}

.tbl1 .td1 {
  padding: 5px;
}

.tbl1 .td2 {
  padding: 5px;
  border-left: 1px #4472C4 solid;
}

.tbl1 .td3 {
  padding: 5px;
  border: 1px #4472C4 solid;
}

.tbl1 .td4 {
  padding: 5px;
  border: 1px #4472C4 solid;
  background-color: #f7f7f7;
}

.tbl1 .td6 {
  padding: 5px;
  border-right: 1px #4472C4 solid;
}

.up {
  background: #FF5050;
  font-weight: bold;
  line-height: 150%;
}

.info {
  font-size: 1em;
  font-weight: 700;
  border: 2px solid #4472C4;
  border-radius: 5px;
  background: #d9ecff;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 10px;
  line-height: 150%;
}

.notice_box {
  text-align: left;
  font-size: 1em;
  border: 2px solid #4472C4;
  border-radius: 5px;
  background: #d9ecff;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 0px;
  line-height: 150%;
  margin-bottom: 15px;
}

.notice_box_header {
  font-size:1.1em;
  font-weight: bold;
}

.row {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.row .left {
  flex-basis: 50%;
}
.row .right {
  flex-basis: 50%;
}

.sp09 {
  color: #ff0000;
  font-size: 20px;
}

label#file_label {
  padding: 0.5rem;
  background: #ddd;
  border: 1px solid #666;
  border-radius: 3px;
  display: block;
  max-width: 150px;
  font-size: 0.9rem;
  cursor: pointer;
}

label#file_label:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#filename {
  margin-top: 0.5em;
  font-size: 0.9rem;
}

.login {
  display: flex;
  flex-wrap: wrap;
}
.login__row {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 50%;
}
.login__block {
  transform: translateX(-50%);
  text-align: center;
}
.login__item {
  width: 240px;
  display: flex;
  justify-content: space-between;
}

.dlup {
  margin-bottom: 20px;
}
.dlup__container {
  display: block;
}
@media screen and (min-width: 768px) {
  .dlup__container {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .dlup__left {
    width: 43%;
  }
}
.dlup__center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}
@media screen and (min-width: 768px) {
  .dlup__center {
    width: 14%;
    height: auto;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .dlup__right {
    width: 43%;
  }
}

.dl-grid {
  display: grid;
  grid-template-rows: 35px repeat(4, auto);
  grid-template-columns: 40% 60%;
  border-left: 1px solid #4472C4;
}
.dl-grid__header {
  grid-row: 1/2;
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4472C4;
  color: #fff;
}
.dl-grid__left {
  grid-row: 2/6;
  grid-column: 1/2;
  border-right: 1px solid #4472C4;
  border-bottom: 1px solid #4472C4;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-grid__right {
  border-right: 1px solid #4472C4;
  border-bottom: 1px solid #4472C4;
  padding: 5px;
}

.up-grid {
  display: grid;
  grid-template-rows: 30px auto;
  grid-template-columns: 50% 50%;
  border-left: 1px solid #4472C4;
}
.up-grid__header {
  grid-row: 1/2;
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4472C4;
  color: #fff;
}
.up-grid__left {
  grid-row: 2/3;
  grid-column: 1/2;
  border-right: 1px solid #4472C4;
  border-bottom: 1px solid #4472C4;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.up-grid__right {
  grid-row: 2/3;
  grid-column: 2/3;
  border-right: 1px solid #4472C4;
  border-bottom: 1px solid #4472C4;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlup-btn--success, .dlup-btn--secondary, .dlup-btn--primary {
  font-weight: bold;
  width: 200px;
  max-width: 98%;
  font-size: 0.85rem;
  padding: 3px;
}

.dlup-btn--primary {
  background-color: #4472C4;
}
.dlup-btn--secondary {
  background-color: #70AD47;
}
.dlup-btn--success {
  background-color: #FF5050;
}

.right_arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .right_arrow {
    display: block;
    position: relative;
    width: 100px;
    margin-top: 15px;
  }
}
.right_arrow::before, .right_arrow::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .right_arrow::before, .right_arrow::after {
    display: block;
    position: absolute;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .right_arrow::before {
    left: 70px;
    transform: translateY(-25%);
    box-sizing: border-box;
    border: 30px solid transparent;
    border-left: 30px solid #4472C4;
  }
}
@media screen and (min-width: 768px) {
  .right_arrow::after {
    left: 20px;
    height: 30px;
    border-left: 50px solid #4472C4;
  }
}

.down_arrow {
  display: block;
  position: relative;
  width: 50px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .down_arrow {
    display: none;
  }
}
.down_arrow::before, .down_arrow::after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (min-width: 768px) {
  .down_arrow::before, .down_arrow::after {
    display: none;
  }
}
.down_arrow::before {
  top: 30px;
  left: 25px;
  transform: translateX(-25%);
  box-sizing: border-box;
  border: 30px solid transparent;
  border-top: 30px solid #4472C4;
}
.down_arrow::after {
  top: 10px;
  left: 25px;
  width: 30px;
  border-top: 20px solid #4472C4;
}/*# sourceMappingURL=style.css.map */


/* オーバーレイ */
#overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* ポップアップ本体 */
#popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 850px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 0 30px 20px 30px;
  z-index: 1000;
}

#popup .popup_block {
  border: 1px solid #4472C4;
  padding: 20px;
  margin-bottom: 1rem;
  text-align: left;
  background-color: #f9fbff;
  text-indent: 1em;
}

/* タイトル */
#popup_title {
  font-size: 1.2rem;
  background-color: #4472C4;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  margin: 0 -30px 15px -30px; /* popupのpaddingに合わせて左右を伸ばす */
}


/* ファイル案内＋ボタン横並び */
.chohuku_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.chohuku_text p {
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
}

/* ダウンロードボタン緑 */
.btn_popup {
  background-color: #70AD47;
  flex-shrink: 0;
  white-space: normal;
  padding: 1em 1.5em;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 25px;
}

.end {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* チェックボックスラベル */
.label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  user-select: none;
  margin-bottom: 15px;
}

.checkbox{
  font-size: 1rem;
}

/* 閉じるボタン */
.closePopupBtn {
  margin-top: 0;
  padding: 0.4em 1em;
  font-size: 0.9rem;
  border: none;
  background-color: #ccc;
  color: #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: inline-block;
}

.closePopupBtn:hover {
  background-color: #ff2929;
  color: #fff;
}

#popup ol {
  margin-left: 0;  /* 左の余白削除 */
  padding-left: 1em; /* 数字と本文の間だけ確保 */
}

/* --- スマホ対応: 画面幅が600px以下 --- */
@media screen and (max-width: 600px) {
  #popup {
    width: 90vw;
    max-height: 90vh;
    padding: 10px 15px 20px 15px;
  }
  #popup_title {
    margin: 0 -15px 15px -15px;
    padding: 8px 12px;
    font-size: 1.1rem;
  }
  #popup_title h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .chohuku_text {
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .chohuku_text p {
    white-space: normal;
    text-align: center;
    font-size: 1rem;
  }
  .btn_popup {
    margin-left: 0;
    width: 100%;
    padding: 1em;
    font-size: 1.1rem;
  }
  .label {
    font-size: 0.85rem;
  }
  .closePopupBtn {
    width: 100%;
    font-size: 1rem;
    margin-top: 10px;
  }
}
.chohuku_text .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* スマホ表示幅で縦向きに回転 */
@media (max-width: 600px) {
  .chohuku_text .arrow {
    display: block;
    transform: rotate(90deg);
    font-size: 1.5em;
  }
}

.question_block {
  text-align: left;
  margin:20px 0;
  border: 2px solid #4472C4;
  border:1px solid #4472C4;
  background:#f9f9f9;
}

/* 最初のpだけ背景青、文字白に */
.question_block p:first-of-type {
    font-weight: bold;
    background-color: #4472C4;
    color: white;
    padding: 10px;
    margin: 0 0 15px 0;
}

/* ラジオボタン左詰め */
.question_block label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.question_block button {
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px 20px;
    background-color: #4472C4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
}

.radio {
  padding: 0 20px 0 30px;
}

.text_q {
  padding: 0 10px 0 10px;
}

/* FAQセクション */
.faq_box {
  margin-top: 30px;
}

/* テーブル全体：すべての線を青に */
.faq_box .tbl1 {
  border: 1px solid #4472C4; /* 外枠青 */
  border-collapse: collapse; /* 枠線を一体化 */
  width: 100%;
}

/* 見出しセル */
.faq_header {
  background-color: #4472C4;
  color: #fff;
  text-align: left;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #4472C4; /* ヘッダー部分も青い枠線 */
}

/* 各セル（全て青） */
.faq_box .tbl1 td {
  border: 1px solid #4472C4; /* 内側も青線 */
  padding: 8px;
  vertical-align: top;
}

/* 行ごとに背景色を交互に */
.faq_box .tbl1 tr:nth-child(odd):not(:first-child) {
  background-color: #ffffff;
}

.faq_box .tbl1 tr:nth-child(even):not(:first-child) {
  background-color: #e8f1fb;
}

/* 列幅指定 */
.faq_q {
  width: 40%;
}

.faq_a {
  width: 60%;
}


