@charset "utf-8";

/* ==========================================================================
   共通
============================================================================= */
html, body, h1, h2, h3, h4, h5, p, dl, dt, dd, ol, ul, li, table, tr, th, td {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  font-family: sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #eee;
  min-width: 920px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  border: 0;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #006acc;
  border: 0;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: bottom
}

.ta_c {
  text-align: center;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(../img/loading.gif) center center no-repeat;
}

/* ヘッダー */
.header {
  display: table;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
}

.header_left {
  display: table-cell;
  height: 60px;
}

.header_left p.logo {
  padding: 12px 0 0 48px;
}

.header_right {
  display: table-cell;
  height: 60px;
  text-align: right;
  vertical-align: middle;
}

.header_right {
  display: table-cell;
  height: 60px;
  text-align: right;
  vertical-align: middle;
}

/* レイアウト */
.container {
  max-width: 920px;
  width: 100%;
  background-color: #fff;
  margin: 48px auto 100px;
}

.wrapper {
  padding: 48px 64px;
}

.tbl {
  display: table;
}

.tbl_cell {
  display: table-cell;
}

.ntxt {
  line-height: 1.8
}

.red {
  color: #f00;
}

/* 見出し */
h1.ttl {
  font-size: 25px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 18px;
  color: #fff;
  background-color: #165ea8;
  text-align: center;
}

/* 001 ログイン */
.container.page_login {
  max-width: 680px;
}

.page_login .wrapper {
  padding: 48px 40px 40px;
}

.page_login .tbl {
  width: 430px;
  margin: 0 auto 32px;
}

.page_login .tbl_cell {
  text-align: left;
  vertical-align: middle;
}

.page_login .tbl_cell:first-child {
  width: 21%;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 1px;
}

.page_login .tbl_cell:last-child {
  width: 78%;
}

.page_login .textform {
  padding-right: 20px;
}

.page_login .textform input {
  background-color: #fdfaf3;
}

.login_button {
  width: 240px;
  margin: 0 auto;
  padding: 18px 0 24px;
}

.links {
  display: table;
  margin: 0 auto 16px;
}

.links_item {
  display: table-cell;
  text-align: center;
  padding: 24px;
}

.links_item a.icon_manual {
  display: inline-block;
  background: url(../img/icon_manual.png) 0 center no-repeat;
  background-size: 16px 16px;
  padding: 3px 0 3px 24px;
}

.links_item a.icon_mail {
  display: inline-block;
  background: url(../img/icon_mail.png) 0 center no-repeat;
  background-size: 19px 13px;
  padding: 3px 0 3px 27px;
}

.info {
  border-top: solid 1px #ccc;
  margin: 0 16px;
  padding: 24px 8px 0;
}

.info p {
  font-weight: bold;
  margin-bottom: 8px;
}

.info li {
  line-height: 1.6;
  padding: 8px 0 8px 1em;
  text-indent: -1em;
}

/* 002 メニュー */
.page_menu .tbl {
  width: 760px;
  margin: 0 auto 32px;
}

.page_menu .tbl_cell {
  text-align: center;
  vertical-align: top;
  width: 50%;
}

.page_menu .menu_box {
  margin: 0 16px;
  padding: 32px 0;
  min-height: 360px;
  background-color: #fbfbf3;
}

.page_menu .menu_box a {
  display: block;
  width: 294px;
  height: 124px;
  margin: 0 auto 24px;
  background: url(../img/menu_btn.png) 0 0 no-repeat #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #165ea8;
  border: solid 1px #fbfbf3;
  border-radius: 7px;
  transition: border 0.1s;
}

.page_menu .menu_box a:hover {
  border: solid 1px #166eb8;
  border-radius: 7px
}

.page_menu .menu_box a span {
  display: block;
  width: 292px;
  height: 122px;
  line-height: 122px;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.page_menu .menu_box a.icon_file span {
  background-image: url(../img/icon_file.png);
  background-size: 41px 34px;
  background-position: 36px center;
}

.page_menu .menu_box a.icon_pwd span {
  background-image: url(../img/icon_pwd.png);
  background-size: 31px 47px;
  background-position: 34px 34px;
}

.page_menu .menu_box p {
  width: 280px;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}

/* 003 ファイル管理 */
.container.filelist {
  max-width: none;
  width: 90%;
}

.page_file .wrapper {
  padding: 48px 64px 0;
}

.page_file h1.ttl {
  padding-left: 120px;
  text-align: left;
  background-image: url(../img/icon_file_w.png);
  background-position: 64px center;
  background-repeat: no-repeat;
  background-size: 34px 28px;
}

.page_file h2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.page_file .link_upload {
  margin: 16px 0 0;
}

.page_file .link_upload a {
  display: block;
  width: 224px;
  height: 42px;
  background: url(../img/upload_btn.png) 0 0 no-repeat;
  background-size: 222px 40px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #165ea8;
  border: solid 1px #fbfbf3;
  border-radius: 5px;
  transition: border 0.1s;
}

.page_file .link_upload a:hover {
  border: solid 1px #166eb8;
  border-radius: 5px
}

.page_file .link_upload a span {
  display: block;
  width: 224px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding-left: 16px;
  background-image: url(../img/icon_upload.png);
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.tbl_file {
  padding: 24px 24px 80px;
}

.tbl_file table {
  width: 100%;
}

.tbl_file tbody:nth-child(odd) {
  background-color: #fbfbf3;
}

.tbl_file th {
  border: solid 1px #ccc;
  color: #fff;
  background-color: #6ba0d6;
  padding: 8px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.tbl_file .ta_c {
  text-align: center;
}

.tbl_file td {
  border: solid 1px #ccc;
  padding: 16px 8px;
  font-size: 14px;
  line-height: 1.2;
}

.tbl_file td.date {
  white-space: nowrap;
}
.th_files1{
	width:50%;
}
.th_files2{
	width:30%;
}
.tbl_file td a {
  display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
  margin-right: 24px;
}
.tbl_file td a:last-child{
  margin-right: 0;
}
#normal{
  display: none;
}

.download_link {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 24px;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
/* 004 ファイルアップロード */
.page_upload .wrapper {
  padding: 48px 64px 0;
}

.page_upload h1.ttl {
  padding-left: 120px;
  text-align: left;
  background-image: url(../img/icon_upload_w.png);
  background-position: 64px center;
  background-repeat: no-repeat;
  background-size: 34px 28px;
}

.page_upload .wrapper {
  padding: 32px 64px 64px;
}

.upload_block {
  margin: 24px 0;
  background-color: #fdfaf3;
  padding: 24px 18px 24px 40px;
}

.upload_block table {
  width: 100%;
}

.upload_block th {
  text-align: left;
  white-space: nowrap;
  padding: 8px 16px 8px 0;
}

.upload_block td {
  padding: 8px 16px 8px 0;
  white-space: nowrap;
}

.upload_block td.max .textform {
  width: 514px;
}

.upload_block th.comment {
  vertical-align: top;
  padding-top: 16px;
}

.upload_block td.comment {
  vertical-align: top;
  padding-top: 12px;
}

.upload_block td .textform textarea {
  width: 420px;
}

.label_hissu {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  background-color: #ed6859;
  white-space: nowrap;
}

.label_nini {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  background-color: #60a0c6;
  white-space: nowrap;
}

.btns_set {
  display: table;
  margin: 0 auto;
}

.btns_set>div {
  display: table-cell;
  padding: 8px;
}

/* 005 ファイルアップロード確認 */
.upload_confirm_block {
  margin: 24px 0;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 24px 0px 24px 80px;
}

.upload_confirm_block table {
  width: 100%;
}

.upload_confirm_block th {
  text-align: left;
  white-space: nowrap;
  padding: 0 16px 0 0;
  vertical-align: middle;
}

.upload_confirm_block td {
  padding: 6px 16px;
  vertical-align: middle;
  width: 100%;
}

.upload_confirm_block td p {
  background-color: #f4f4f4;
  width: 500px;
  padding: 8px 16px;
  line-height: 1.6;
}

/* 006 アップロード完了画面  */
.finish_msg {
  padding: 100px 0 130px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}

/* 007 パスワード変更 */
.page_passmod .wrapper {
  padding: 32px 64px 48px;
}

.page_passmod h1.ttl {
  padding-left: 114px;
  text-align: left;
  background-image: url(../img/icon_pwd_w.png);
  background-position: 64px center;
  background-repeat: no-repeat;
  background-size: 26px 40px;
}

.page_passmod .upload_block {
  padding-top: 32px;
  padding-bottom: 24px;
}

.pass_mod {
  max-width: 460px;
  margin: 0 auto 16px;
}

.pass_mod p.ntxt {
  padding-bottom: 4px;
}

/* 080 メンテナンス画面  */
.maintenance_msg {
  padding: 100px 0 130px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}

/* 090 エラー画面  */
.err_msg {
  padding: 100px 0 130px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}

/* フォーム基本リセット */
input, button, select, optgroup, textarea, label {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
  /* firefoxでの点線を消す */
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

/* テキスト・セレクトボックス・テキストエリア */
.textform input,
.textform select,
.textform textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #333;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.textform input:focus,
.textform select:focus,
.textform textarea:focus {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 108, 165, 0.255);
  box-shadow: 0 0 0 0.2rem rgba(11, 108, 165, 0.25);
  color: #495057;
  outline: 0 none;
}

/* セレクトボックス */
select::-ms-expand {
  display: none;
}

.textform select {
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #ffffff;
  background-size: 12px 8px;
  padding: 8px 40px 8px 10px;
  width: calc(100% - 94px);
}

.textform select option {
  color: #222;
}

/* テキストエリア */
textarea {
  overflow: auto;
  resize: none;
}

.textform textarea {
  width: calc(100% - 94px);
  height: auto;
}

/* ファイル送信フォーム */
.fileform {
  display: table;
  width: 100%;
}

.fileform_name {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.fileform span {
  display: block;
  width: 420px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #ccc;
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fileform span.selected {
  color: #000;
}

.fileform_btn {
  display: table-cell;
  vertical-align: middle;
}

.fileform_btn label {
  display: inline-block;
  font-size: 13px;
  width: 66px;
  height: 42px;
  line-height: 42px;
  color: #555;
  background: url(../img/select_btn.png) 0 0 no-repeat;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  margin-left: 0px;
  border-radius: 5px;
  border: solid 1px #fff;
  transition: border 0.2s;
}

.fileform_btn label:hover {
  color: #166eb8;
  border: solid 1px #166eb8;
}

.clear_btn {
  display: inline-block;
  width: 52px;
  height: 42px;
  font-size: 13px;
  line-height: 42px;
  color: #555;
  background: url(../img/delete_btn.png) 0 0 no-repeat;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  margin-left: 4px;
  border-radius: 5px;
  border: solid 1px #fff;
  transition: border 0.2s;
}

.clear_btn:hover {
  color: #166eb8;
  border: solid 1px #166eb8;
}

input[type="file"] {
  display: none;
}

/* 送信ボタン */
.btn_send {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0px;
  color: #fff;
  background-color: #165ea8;
  border-radius: 50px;
  border-style: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn_send:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3399ee;
  border-color: #80bdff;
  outline: 0 none;
}

/* ログアウトボタン */
.btn_logout {
  display: inline-block;
  padding: 8px 16px 7px;
  color: #fff;
  background-color: #165ea8;
  border-radius: 50px;
  border-style: none;
  box-shadow: none;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin: 0 40px 0 32px;
  cursor: pointer;
  transition: 0.2s;
}

.btn_logout:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3399ee;
}

/* 確認 */
.btn_confirm {
  display: inline-block;
  padding: 12px 100px;
  color: #fff;
  letter-spacing: 5px;
  background-color: #165ea8;
  border: solid 1px #165ea8;
  border-radius: 40px;
  box-shadow: none;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn_confirm:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3399ee;
  border: solid 1px #3399ee;
}

/* 戻る */
.btn_back {
  display: inline-block;
  padding: 12px 40px;
  color: #165ea8;
  background-color: #fff;
  border-radius: 40px;
  border: solid 1px #165ea8;
  box-shadow: none;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn_back:hover {
  text-decoration: none;
  border: solid 1px #165ea8;
  background-color: #f4fcff;
}

/* ラジオボタン */
input[type='radio'] {
  background: #fff;
  border: .1rem solid #ccc;
  outline: none;
  display: inline-block;
  position: relative;
  top: .2rem;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s;
}

input[type='radio'] {
    padding: .2rem;
    border: .1rem #ccc solid;
    border-radius: 50%;
}

input[type='radio']:checked {
  background: #00add1;
  border: .1rem solid #00add1;
}

input[type='radio']:after {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fff;
}

.radio_hidden {
    display: none;
}

.links_wrapper {
    display: table;
    margin: 0 auto 16px;
}

.manual_item {
    display: table-cell;
    text-align: center;
    padding: 24px;
    vertical-align: top;
}

.contact_group {
    display: table-cell;
    vertical-align: top;
}

.contact_only {
    display: table;
    margin: 0;
    list-style-type: none;
}

.contact_note {
    text-align: left;
    margin: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.contact_only .links_item {
    padding: 24px 24px 4px;  /* 下のパディングを24pxから16pxに変更 */
}
