@charset "utf-8";
/* 共通のレイアウト ・各ページのレイアウト*/
/*==================================================

header

==================================================*/
header {
  background: #fff;
}
.header-inner {
  overflow: hidden;
  background: #fff;
}
/*--------------------------------------------------
header-top
--------------------------------------------------*/
.header-top {
  width: 960px;
  height: 58px;
  margin: 0 auto;
  padding: 17px 0px;
}
.header-top-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  line-height: 1;
}
.btn-logout a {
  display: block;
  width: 84px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  background: #efc130;
  color: #505050;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.btn-logout a:hover {
  background: #978d61;
  color: #fff;
}
.user-name {
  display: inline-block;
  position: relative;
  margin-right: 60px;
  font-size: 1.5rem;
  transition: 0.3s;
}
.user-name::after {
  content: url("../img/ico_user_name.png");
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.5em;
}
/*==================================================

 nav-g（トップナビゲーション）

==================================================*/
.nav-box {
  display: flex;
  height: 68px;
  background: linear-gradient(to right, #efc130 0%, #efc130 50%, #f0f4f6 50%, #f0f4f6 50%, #f0f4f6 100%);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.nav-box-inner {
  display: flex;
  width: 960px;
  margin: 0 auto;
}
.logo-spica {
  display: inline-block;
  height: 68px;
  padding: 0px 37px 0px 15px;
  line-height: 1;
}
.navbar {
  display: flex;
  width: auto;
  height: 68px;
  margin: 0 auto;
  align-items: center;
  background: #f0f4f6;
}
.navbar li {
  border-left: solid 1px #505050;
  text-decoration: none;
}
.navbar li:first-child {
  border: none;
}
.navbar li:last-child {
  border-right: solid 1px #505050;
}
.navbar a {
  position: relative;
  display: block;
  height: 45px;
  padding: 0px 28px 0 80px;
  line-height: 45px;
  color: #505050;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}
.navbar a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}
.navbar a:hover::after {
  border-top: solid 10px #505050;
}
.navbar a:hover {
  height: 74px;
  line-height: 74px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.manuscript-item a {
  background: url("../img/ico_nav_manuscript_off.png") no-repeat left 20px center;
}
.manuscript-item a:hover {
  background: url("../img/ico_nav_manuscript_on.png") no-repeat left 20px center #505050;
  color: #fff;
}
.project-item a {
  background: url("../img/ico_nav_project_off.png") no-repeat left 20px center;
}
.project-item a:hover {
  background: url("../img/ico_nav_project_on.png") no-repeat left 20px center #505050;
  color: #fff;
}
.account-item a {
  background: url("../img/ico_nav_account_off.png") no-repeat left 20px center;
}
.account-item a:hover {
  background: url("../img/ico_nav_account_on.png") no-repeat left 15px center #505050;
  color: #fff;
}
.personal-item a {
  background: url("../img/ico_nav_personal_off.png") no-repeat left 15px center;
}
.personal-item a:hover {
  background: url("../img/ico_nav_personal_on.png") no-repeat left 15px center #505050;
  color: #fff;
}
.nav-g-current a {
  height: 74px;
  line-height: 74px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding-left: 80px;
  background-color: #505050;
  color: #fff;
  cursor: default;
}
.nav-g-current a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 10px #505050;
}
.manuscript-item.nav-g-current a {
  background: url("../img/ico_nav_manuscript_on.png") no-repeat left 20px center #505050;
}
.project-item.nav-g-current a {
  background: url("../img/ico_nav_project_on.png") no-repeat left 20px center #505050;
}
.account-item.nav-g-current a {
  background: url("../img/ico_nav_account_on.png") no-repeat left 15px center #505050;
}
.personal-item.nav-g-current a {
  background: url("../img/ico_nav_personal_on.png") no-repeat left 15px center #505050;
}
/*==================================================

 eyecatch

==================================================*/
.eyecatch {
  background: #d1d1d1;
}
.eyecatch-inner {
  margin: 0 auto;
}
.eyecatch-logo {
  background: url("../img/eyecatch_1280.jpg") no-repeat top center;
  width: 100%;
  height: 300px;
}
/*==================================================

 contents

==================================================*/
.contents {
  height: 100%;
  margin: 0 auto;
  paddng-bottom: 100px;
  background: #fff;
}
/*--------------------------------------------------
contents-top
--------------------------------------------------*/
.contents-top {
  position: relative;
  width: 960px;
  margin: 18px auto 15px auto;
  background: #fff;
}
/*--------------------------------------------------
 breadcrumb
--------------------------------------------------*/
.breadcrumb {
  margin: 0px 0 20px;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 23px;
  font-size: 1.2rem;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25%;
  margin-left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  transform: rotate(45deg);
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  display: inline-block;
  /* text-decoration: none; */
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  font-weight: bold;
}
/*-------------------------------------------------
 contents-main
-------------------------------------------------*/
.contents-main {
  background: #f0f4f6;
  padding-bottom: 50px;
}
.contents-main-inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
  background: #f0f4f6;
}
/*==================================================

 footer

==================================================*/
footer {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 50px;
  background: #fff;
}
.footer-inner {
  width: 960px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #505050;
  text-align: center;
}
footer small {
  font-size: 1.1rem;
}
/* ここから個別ページのレイアウト */
/*============================================

login ログイン画面

============================================*/
.login-top {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
  text-align: left;
}
.logo-toshiba {
  display: inline-block;
}
.logo-toshiba img {
  display: inline-block;
  height: 64px;
  width: 161px;
  /* margin-left: 8px; */
  /* line-height: 1; */
}
.identifier img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 210px;
  height: 16px;
  font-size: 1.8rem;
}
.login-box {
  width: 330px;
  height: 300px;
  margin: 0 auto 0 auto;
  font-size: 1.3rem;
}
.login-box input[type="text"], .login-box input[type="password"] {
  width: 330px;
  height: 44px;
  border: solid 1px #969696;
  border-radius: 6px;
  color: #505050;
}
.userid {
  padding-left: 10px;
  background: url("../img/ico_user.png") no-repeat right 10px center #fff;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.password {
  padding-left: 10px;
  background: url("../img/ico_password.png") no-repeat right 10px center #fff;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.btn-login {
  display: block;
  width: 330px;
  height: 38px;
  margin-bottom: 25px;
  border-radius: 6px;
  background: url("../img/ico_login_off.png") no-repeat left 105px center #efc130;
  color: #505050;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-login:hover,
.btn-login:focus {
  background: url("../img/ico_login_on.png") no-repeat left 105px center #978d61;
  color: #fff;
}

.login-area {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  /*	padding-top: 100px;*/
  text-align: center;
}
.error-login {
  min-height: 100px;
  padding: 20px 0;
  text-align: center;
}
.error {
  /*display: inline-block;*/
  padding: 10px;
  border: solid 1px #ed1c24;
  border-radius: 3px;
  /*text-align: center;*/
  background: #ffeaff;
}
.error-ttl {
  display: block;
  margin-bottom: 5px;
  color: #ed1c24;
  font-weight: bold;
}
.error-reason {
  display: block;
  color: #ed1c24;
  font-size: 1.4rem;
}
/*==================================================

project-list　プロジェクト一覧ページ

==================================================*/
.project-list li {
  display: flex;
  background: #fff;
}
.project-wrap {
  display: flex;
}
.project-list-ttl-box {
  display: flex;
}
.project-ttl {
  width: 510px;
  margin-right: auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #505050;
  text-align: center;
  font-size: 1.3rem;
}
.explanation-ttl {
  width: 440px;
  padding-bottom: 8px;
  border-bottom: solid 1px #505050;
  text-align: center;
  font-size: 1.3rem;
}
.project-item-wrap {
  margin-right: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #505050;
  background: #fff;
}
.project-item-box {
  display: flex;
  width: 480px;
  margin: 15px 15px 18px 15px;
  border-radius: 6px;
  box-shadow: 2px 2px 6px rgba(178, 194, 210, 1);
}
.project-item-box-l {
  width: 230px;
  position: relative;
  padding: 12px;
  border-radius: 6px 0 0px 6px;
}
.project-item-box-img {
  border-radius: 0 6px 6px 0;
}
.project-item-box-img figure {
  width: 250px;
  height: 100%;
  overflow: hidden;
  border-left: solid 3px #fff;
  border-radius: 0 6px 6px 0;
  text-align: center;
}
.project-item-box-img figure img {
  /*width: 250px;
  height:148px;	*/
}
.project-name {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.proof {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.document-link a {
  margin-left: 10px;
  font-size: 1.3rem;
  color: #00b7b7;
}
.explanation-box {
  width: 440px;
  padding: 20px 15px 10px 15px;
  background: #fff;
  word-wrap: break-word;
  font-size: 1.5rem;
}
.project-list li:nth-of-type(odd) dl {
  background: #fff8e6;
}
.project-list li:nth-of-type(even) dl {
  background: #ffeae6;
}
/*==================================================

project-top　プロジェクトトップページ

==================================================*/
.project-top .project-item-wrap {
  margin-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.project-top .project-item-box {
  width: 930px;
  margin: 0px 15px 25px 15px;
  font-size: 1.9rem;
}
.project-top .project-item-box-l {
  width: 410px;
}
.project-top .project-item-box-img figure {
  width: 520px;
  min-height: 148px;
}
.project-top .project-name {
  font-size: 1.8rem;
}
.project-top .proof {
  font-size: 2rem;
}
.project-info-area {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 15px;
}
.project-nav {
  width: 930px;
  margin: 0 auto;
  margin-bottom: 7px;
}
.project-nav ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.project-nav li {
  display: inline-block;
  width: 216px;
  min-height: 76px;
  margin-bottom: 20px;
  margin-right: 22px;
}
.project-nav li:nth-child(4n) {
  margin-right: 0;
}
.project-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(178, 194, 210, 1);
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.project-nav a:hover {
  background: #bbc5ca;
  color: #fff;
}
.contact-information {
  padding-top: 20px;
  border-top: solid 1px #546e7a;
  text-align: center;
}
.contact-information p {
  font-size: 1.3rem;
}
.contact-information p + p {
  line-height: 1.7;
}
/*==================================================

メールテンプレート編集

==================================================*/
.placeholder_area {
  border: solid 2px #dde2e4;
  border-radius: 12px;
  padding: 20px;
  margin-top: 5px;
}
.placeholder_area dt {
  font-weight: bold;
  margin-bottom: 10px;
}
/*============================================

proor 校正ページ

============================================*/
.return-top-top {
  margin-top: -28px;
}
.breadcrumb-box {
  display: flex;
  align-items: center;
}
.return-top a {
  position: relative;
  text-decoration: underline;
}
.return-top {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-left: auto;
  font-size: 1.2rem;
}
.return-top a:after {
  content: url("../img/ico_return.png");
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.capacity {
  position: absolute;
  top: 54px;
  right: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
.return-top a {
  position: relative;
  text-decoration: none;
}
.return-top a:hover {
  text-decoration: underline;
}
/*----------------------------------
date-area　回答期限　校了日
----------------------------------*/
.date-area {
  display: flex;
  align-items: center;
}
.date-box {
  margin-right: 12px;
  padding: 3px 15px 3px 3px;
  border: solid 1px #ddd;
  border-radius: 15px;
}
.date-area p {
  display: inline-block;
  position: relative;
  padding: 3px 13px;
  background: #f0f4f6;
  border-radius: 12px 0 0 12px;
  font-size: 1.3rem;
  margin-right: 32px;
}
.date-area p::after {
  content: url("../img/ico_calender.png");
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 8px;
}
.date-area span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}
/*----------------------------------
.project-box
----------------------------------*/
.project-box {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background: #fff;
}
.project-box dd {
  border: solid 1px #ddd;
  border-radius: 0 0 12px 12px;
}
.project-box dt {
  display: flex;
  align-items: center;
  background: #cbd3d7;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}
.project-box-ttl {
  width: 855px;
  margin-right: auto;
  border-radius: 10px 10px 0 0;
  color: #505050;
  font-size: 17px;
  font-weight: bold;
}
.proof-area > ul > li {
  margin-bottom: 18px;
  border-radius: 12px;
  background: #fff;
}
/*----------------------------------
work-group　担当者
----------------------------------*/
.work-group {
  margin: 0 15px 20px 15px;
  color: #546e7a;
  font-size: 1.5rem;
}
.work-group li {
  margin-bottom: 8px;
}
.work-group span {
  font-weight: bold;
}
/*----------------------------------
confirmer-box　確認者
----------------------------------*/
.confirmer-box {
  display: flex;
  align-items: ceter;
  padding: 10px 15px 10px 50px;
  font-size: 1.4rem;
}
.confirmer-name {
  margin-right: auto;
}
/*----------------------------------
proof-btn-area　下部のボタン
----------------------------------*/
.proof-btn-area {
  padding: 15px 15px 15px 15px;
}
.flex-box .btn-rows {
  margin-right: auto;
}
/*----------------------------------
mark 校了済　対応済　作業中マーク　
----------------------------------*/
.progress-mark {
  display: inline-block;
  width: 60px;
  padding: 6px 0px;
  border: solid 1px #50648c;
  border-radius: 3px;
  background: #f0f4f6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
  transition: 0.2s;
}
.mark-completed {
  background: #3cc8c8;
}
.mark-supported {
  background: #84d3ff;
  background: #1e90ff;
}
.mark-working {
  background: #ff9c3c;
}
.mark-confirm {
  background: #5dafff;
}
.mark-approval {
  background: #3264c8;
}
.mark-proof {
  background: #ff8190;
}
.mark-fix {
  background: #ff7c3c;
}
.mark-mail {
  background: #8cc63f;
}
.mark-manuscript {
  background: #a6b1b7;
}
/*----------------------------------
.instruct-box　指示を書くところ
----------------------------------*/
.instruct-box {
  display: flex;
  align-items: ceter;
  padding: 10px 15px 10px 50px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
}
.instruct-box figure {
  display: flex;
  align-items: center;
}
.instruct-box img {
  max-height: 100%;
}
.instruct-txt {
  padding-right: 20px;
}
.instruct-txt-inner {
  display: inline-block;
  width: 610px;
  min-height: 40px;
  padding-right: 15px;
  border-right: solid 1px #ddd;
}
.file-txt {
  display: flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  word-wrap: break-word;
}
.file-txt:hover {
  text-decoration: underline;
}
.proof-caution {
  margin-bottom: 15px;
  color: #ed1c24;
  font-size: 1.5rem;
}
/*============================================

progress-list 進捗リストページ

============================================*/
.project-list-table img:not(:last-child) {
  margin-right: 15px;
}
.send-mail {
  display: inline-block;
  background: url("../img/ico_mail_off.png") no-repeat left center;
  width: 31px;
  height: 32px;
  margin-right: 15px;
  transition: 0.2s;
}
.send-mail:hover {
  background: url("../img/ico_mail_on.png") no-repeat left center;
}
.attached-file {
  display: inline-block;
  background: url("../img/ico_file_off.png") no-repeat left center;
  width: 31px;
  height: 32px;
  transition: 0.2s;
}
.attached-file:hover {
  background: url("../img/ico_file_on.png") no-repeat left center;
}
/*============================================

progress-list-detail 進捗リスト詳細ページ

============================================*/
.detail-area {
  margin-bottom: 18px;
}
.detail-area-top {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.detail-area-main {
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.contents-display {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
  background: #fff;
  font-size: 1.4rem;
}
.file-link li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
/*==================================================

proof-pdfup 校正用pdfアップロードページ

==================================================*/
.row-table .pdf-up-table-project-name {
  font-size: 17px;
}
.btn-pdf-up {
  background: url("../img/ico_dl_off.png") no-repeat left 18px center #fbbc3b;
  padding-left: 45px;
}
.btn-pdf-up:hover {
  background: url("../img/ico_dl_on.png") no-repeat left 18px center #978d61;
  padding-left: 45px;
}
/*アップロード完了*/
.up-fin-txt {
  margin-left: 2rem;
}
.up-fin-txt p:first-child {
  color: #ed1c24;
}



/*==================================================

 Add

==================================================*/
/* 一覧検索 */
ul.input-area li {
  display:inline-block;
  vertical-align: bottom;
}
ul.input-area input[type=text] {
  border: 1px solid #546e7a;
  font-size: 1.5rem;
  padding: 7px 8px 3px 8px;
}

.sort-icon {
  display: inline-block;
  margin: 0 2px;
}
.sort-icon::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
}
.sort-icon.sort-icon-asc::after {
  border-bottom: solid 10px #546e7a;
}
.sort-icon.sort-icon-desc::after {
  border-top: solid 10px #546e7a;
}
.sort-current.sort-icon-asc::after {
  border-bottom-color: #efc130;
}
.sort-current.sort-icon-desc::after{
  border-top-color: #efc130;
}

/* 一覧横幅100%用 */
.contents-main-inner.w100p {
  width: 100%;
  padding: 15px 15px 0;
  min-width: 960px;
}

.contents-top-notice {
  margin-bottom: 10px;
  font-size: 0.9em;
}
/* プロジェクト管理 */
.contents-top-pjinfo,
.contents-top-wginfo,
.contents-top-pageinfo {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 0.9em;
}

/* 削除確認 */
.deleteConfirm {
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

/* メッセージ */
.error {
  margin-top:10px;
}
.decision.success {
  color: #f00;
  margin-top:10px;
}

/* 校正 */ 
.instruct-box {
  border-bottom: none;
}
.proof-btn-area {
  border-top: solid 1px #ddd;
}

/* プロジェクト一覧の画像 */
.project-item-box-img figure img {
  height: auto;
  max-width: 100%;
}

/* ログインのエラーメッセージ */
.error-login .error {
  display: inline-block;
  text-align: center;
}

/* ゲスト */
.login-top .btn-logout {
  position:absolute;
  right:0;
  top: 17px;
}

input.userid::-ms-clear {
  visibility:hidden;
}
input.password::-ms-reveal { 
  visibility:hidden;
}

/* ログイン */
/* お問い合わせ */
.login-top .contact {
  position: absolute;
  right: 4px;
  top: 6px;
}
footer.login {  height: 50px; }
footer.login .footer-inner { position: relative; }
footer.login ul.footer-link { 
  position: absolute;
  left: 4px;
  line-height: 50px; }
footer.login ul.footer-link li { display: inline; }
footer.login .copyright { 
  position: absolute;
  right: 4px;
  line-height: 50px;
}

/* エラー画面 */
#error .full-height {
  height: 100vh;
}
#error .flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
#error .position-ref {
  position: relative;
}
#error .message {
  font-size: 20px;
  text-align: center;
}

