@charset "UTF-8";

/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box;
}

body a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-feature-settings: "palt";
  color: #000;
}

body {
  overflow-x: hidden;
  background: #F9F9FA !important;
}

body.white {
  background: #fff !important;
}

ul {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
  letter-spacing: 0.1em;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

.ib {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

.pc_content {
  display: block !important;
}

.sp_content {
  display: none !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

input,
select {
  -webkit-appearance: none;
  appearance: none;
}

header {
  position: fixed;
  top: 0;
  min-height: 110px;
  width: 100%;
  display: block;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

header .ib {
  padding: 10px 0;
}

header .ib a.logo {
  align-items: center;
  display: flex;
}

header .ib a.logo img {
  width: 160px;
  display: block;
}

header .ib a.logo span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

header .ib .menu {
  display: flex;
  position: absolute;
  right: 20px;
  top: 25px;
  justify-content: space-between;
  width: 160px;
}

header .ib .menu a {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
header .ib .menu {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 160px;
}

header .ib .menu .login-user-name,
header .ib .menu .logout {
  display: block;
}

header .ib .menu .logout {
  margin-top: 4px;
  text-align: right;
}
header .ib .menu a.active {
  color: #FF6060;
  border-bottom: 1px solid #FF6060;
}

header .ib .menu img {
  display: inline-block;
  margin-right: 5px;
}

header nav {
  border-top: 1px solid #ccc;
}

header nav .ib {
  display: flex;
  padding: 0 0;
}

header nav .ib a {
  width: 20%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

header nav .ib a:last-child:before {
  display: none;
}

header nav .ib a:before {
  content: "";
  position: absolute;
  right: 0;
  height: 46px;
  background: #ccc;
  width: 1px;
  position: absolute;
  top: 8px;
}

header nav .ib a.active:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #FF6060;
}

#content {
  margin-top: 110px;
}

#content.subpage {
  margin-top: 180px;
}

#content .ib {
  padding: 0px 0;
}

#content .ib.df {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

#content .ib.df .main {
  width: 780px;
  max-width: 100%;
}

#content .ib.df .main.detail {
  width: 100%;
}

#content .ib.df .main.detail .box .row_btn {
  justify-content: center;
}

#content .ib.df .main.detail .box .row_btn a:nth-of-type(1) {
  margin-right: 15px;
}

#content .ib.df .main.selection {
  width: 100%;
}

#content .ib.df .main.selection .box {
  padding-bottom: 20px;
}

#content .ib.df .main.selection .box .notice {
  margin-bottom: 0;
}

#content .ib.df .main h2 {
  margin-bottom: 30px;
}

#content .ib.df .main .job_list,
#content .ib.df .main .job_detail {
  margin: -5px 0;
}

#content .ib.df .main .job_detail {
  margin-top: 20px;
}
#content .job_detail table tr th {
  background: #EBF4F9;
}
#content .ib.df .main .box {
  padding: 25px 25px 60px;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

#content .ib.df .main .box.new h3:before {
  content: "NEW!";
  letter-spacing: 0;
  font-size: 11px;
  color: #fff;
  top: -3px;
  background: #FF6060;
  padding: 2px 7px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}

#content .ib.df .main .box.over {
  background: #f6f6f6;
  color: #999 !important;
  padding-bottom: 25px;
}

#content .ib.df .main .box.over h3:before {
  content: "受付終了";
  font-size: 11px;
  color: #666;
  padding: 2px 7px;
  top: -3px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #666;
  letter-spacing: 0;
  background: #fff;
}

#content .ib.df .main .box.over a.decline {
  display: none;
}

#content .ib.df .main .box.over .row_btn a {
  display: none;
}

#content .ib.df .main .box.over .row_btn a:nth-of-type(1) {
  color: #000 !important;
  display: block;
}

#content .ib.df .main .box .row textarea,
#content .ib.df .main .box .row select {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#content .ib.df .main .box .row_btn.application button,
#content .ib.df .main .box .row_btn.application a {
  margin: 0 auto;
  width: 48%;
}

#content .ib.df .main .box .decline {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 25px;
  font-weight: bold;
  bottom: 25px;
  text-decoration: underline;
}

#content .ib.df .main .box h3 {
  font-size: 18px;
  margin: 20px 0;
}

#content .ib.df .main .box h3 a {
  text-decoration: underline;
}

#content .ib.df .main .box .status {
  display: flex;
  justify-content: flex-end;
}

#content .ib.df .main .box .status .condition {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
  height: fit-content;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
  background: #FF6060;
  color: #fff;
  margin-right: -8px;
  margin-bottom: 2px;
}

#content .ib.df .main .box .meta {
  justify-content: space-between;
  display: flex;
  /**flex-wrap: wrap;*/
}

#content .ib.df .main .box .meta .company {
  font-size: 18px;
}

#content .ib.df .main .box .meta .date {
  font-size: 12px;
}

#content .ib.df .main .box .meta .condition {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  height: fit-content;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
}

#content .ib.df .main .box .meta .condition.in-progress {
  background: #1dd1a1;
  color: #fff;
}

#content .ib.df .main .box .meta .condition.ng {
  background: #FF6060;
  color: #fff;
}

#content .ib.df .main .box .meta .condition.canceled {
  width: 120px;
  background: #d3d3d3;
  color: #333;
}

#content .ib.df .main .box .meta-date {
  justify-content: flex-end;
  display: flex;
  /**flex-wrap: wrap;*/
}

#content .ib.df .main .box .meta-date .company {
  font-size: 14px;
}

#content .ib.df .main .box .meta-date .date {
  font-size: 12px;
}

#content .ib.df .main .box .meta-date .condition {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  height: fit-content;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
}

#content .ib.df .main .box .meta-date .condition.in-progress {
  background: #1dd1a1;
  color: #fff;
}

#content .ib.df .main .box .meta-date .condition.ng {
  background: #FF6060;
  color: #fff;
}

#content .ib.df .main .box .meta-date .condition.canceled {
  background: #f1f1f1;
  color: #333;
}

#content .ib.df .side {
  width: 300px;
  max-width: 100%;
}

#content .ib h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 50px;
}

#content .ib p {
  font-size: 14px;
  line-height: 1.8;
  /*color: #666666;*/
  letter-spacing: 0.05em;
  margin: 20px 0;
}

#content .ib p span.red {
  display: block;
  color: #FF6060;
  font-weight: bold;
}

#content .ib .box {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

#content .ib .row {
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}

#content .ib .row span {
  width: 140px;
  font-weight: 500;
}

#content .ib .row input {
  width: calc(100% - 140px);
}

#content .ib .row:nth-of-type(n+2) {
  border-top: none;
}

#content .ib .row.nobdb {
  border-bottom: none;
  padding-bottom: 0;
}

#content .ib .row.email_new span {
  width: 220px;
}

#content .ib .row.email_new span.long {
  width: calc(100% - 300px);
}

#content .ib .row.email_new input {
  width: calc(100% - 220px);
}

#content .ib .row .select_outer {
  width: calc(100% - 140px);
  position: relative;
  padding: 0 !important;
}

#content .ib .row .select_outer:after {
  content: "";
  font-family: material icons;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
}

#content .ib .row .select_outer select {
  width: 100%;
}

#content .ib .row select {
  width: calc(100% - 140px);
}

#content .ib .row textarea {
  width: calc(100% - 140px);
}

#content .ib .row a {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  background: #FF6060;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 150px;
  width: auto;
}

#content .ib input {
  display: block;
  width: 100%;
  /**      background: #f6f6f6; */
  border: 1px solid #ddd;
  padding: 20px;
}

#content .ib input::placeholder {
  font-size: 14px;
  color: #999;
}

#content .ib .remark {
  padding: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  background: #f1f1f1;
  border-radius: 6px;
  margin: 0px auto;
  line-height: 1.7;
}

#content .ib .agreement {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  position: relative;
}

#content .ib .agreement a.forget_password {
  position: absolute;
  right: 0;
  bottom: 0;
}

#content .ib .agreement input {
  display: inline-block;
  width: auto;
  position: relative;
  top: 3px;
}

#content .ib .agreement input[type="checkbox"] {
  padding: 0;
  top: 2px;
  width: 12px;
  height: 12px;
}

#content .ib .agreement a {
  text-decoration: underline;
}

#content .ib .agreement span {
  display: inline-block;
  margin-left: 5px;
}

#content .notice {
  padding: 22px 0;
  text-align: center;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1.6;
  border-radius: 8px;
}

#content .notice.error {
  background: #FFDEDE;
  color: #FC3232;
}

#content .notice.ok {
  background: #D1EFFF;
  color: #07468E;
}

#content .notice.normal {
  background: #f1f1f1;
  color: #333;
}

#content table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#content table tr th {
  width: 130px;
  text-align: left;
  background: #F9F9FA;
  padding: 10px 20px;
  font-size: 13px;
  border-top: 1px solid #ddd;
}

#content table tr td {
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2.0;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
}

#content .row_btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

#content .row_btn a {
  width: 24%;
  background: #fff;
  padding: 15px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #57a6ff !important;
  border-color: #57a6ff !important;
}
.btn-information {
  color: #fff !important;
  background-color: #148700 !important;
  border-color: #148700 !important;
}
#content .row_btn a.active {
  background: #FF6060;
  color: #fff;
  border-color: #FF6060;
}

#content .row_btn2 {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#content .row_btn2 a {
  width: 32%;
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #ddd;
}

#content .row_btn2 a.active {
  background: #FF6060;
  color: #fff;
  border-color: #FF6060;
}
#content .pager {
  margin: 40px 0;
  display: flex;
}

#content .pager span,
#content .pager a {
  padding: 5px;
  width: 29px;
  height: 29px;
  text-align: center;
  align-items: center;
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
  justify-content: center;
  margin-right: 4px;
  font-size: 13px;
  font-weight: bold;
}
#content .job_list tr {
  border: 1px solid #ddd !important;
}
#content .job_detail tr {
  border: 1px solid #ddd !important;
}
#content .pager span.now,
#content .pager a.now {
  background: #444;
  border-color: #444;
  color: #fff;
}

#content .pager span.next,
#content .pager a.next {
  width: auto;
  padding: 5px 10px;
}

#content .pager a:hover {
  background: #eee;
}

#content button {
  background: #FF6060;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  width: 322px;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 30px auto;
  display: block;
}

#content.static .ib h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

#content.static .ib h3 {
  line-height: 1;
  padding: 0;
  margin: 40px 0;
  padding-left: 20px;
  border-left: 5px solid #FF6060;
}

#content.static .ib h4 {
  margin: 40px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

#content.static .ib p {
  font-size: 15px;
  line-height: 1.8;
}

#content.static .ib p a {
  text-decoration: underline;
  color: #07468E;
}

#content.static .ib ul {
  font-size: 15px;
}

#content.static .ib ul.number {
  padding-left: 20px;
  list-style-type: decimal;
}

#content.static .ib ul.number li {
  list-style: inherit;
  text-decoration: underline;
}

#content.static .ib ul.dot {
  padding-left: 20px;
  list-style-type: disc;
}

#content.static .ib ul.dot li {
  list-style: inherit;
}

footer .ib {
  padding: 30px 0;
}

footer .ib p {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin: 20px 0;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  /* 表示する最大行数を指定 */
}

.body-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}



/* トーストメッセージの基本スタイル */
#toast {
  width: 60%;
  /* トーストの幅を画面の60%に設定 */
  min-width: 250px;
  /* トーストの最小幅 */
  margin-left: auto;
  margin-right: auto;
  /* 中央揃えのために左右マージンを自動に設定 */
  background-color: #333;
  /* 背景色 */
  color: #fff;
  /* テキストの色 */
  text-align: center;
  /* テキストを中央揃え */
  border-radius: 2px;
  /* 角を丸くする */
  padding: 16px;
  /* 内側の余白 */
  position: fixed;
  /* 画面の特定位置に固定 */
  z-index: 1;
  /* 前面に表示 */
  left: 50%;
  /* 画面の横中央に配置 */
  transform: translateX(-50%);
  /* 左右中央揃え */
  bottom: 30px;
  /* 画面の下からの距離 */
  font-size: 17px;
  /* テキストサイズ */
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
  /* 表示・非表示のアニメーション */
  opacity: 0;
  /* 初期状態は透明 */
}

/* トーストメッセージの表示状態 */
#toast.show {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */