@charset "UTF-8";
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* Regular 400 Medium 500 bold 700 */
  font-family: 'noto-sans-cjk-jp', '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-strict;
  color: #212529;
  text-rendering: optimizeLegibility;
}

body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

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

.target_line {
  position: absolute;
  left: 0;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

a {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  text-decoration: underline;
  color: #b68e12;
}

a:hover {
  opacity: .8;
  color: #b68e12;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table tbody tr th, table tbody tr td {
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
}

table tbody tr th {
  min-width: 110px;
}

table tbody tr th strong {
  font-size: 120%;
  font-weight: 500;
}

table tbody tr td {
  width: 259px;
}

table tbody tr td span.txt {
  font-size: 120%;
  display: block;
  min-height: 47px;
}

table tbody tr td span.cau {
  font-size: 98%;
  display: block;
  padding-bottom: 10px;
}

table tbody tr:last-child th, table tbody tr:last-child td {
  padding: 0;
}

input[type=text], input[type=password] {
  font-size: 120%;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

input[type=text].mid, input[type=password].mid {
  width: 124px;
  margin-right: 9px;
}

input[type=text].mid:last-child, input[type=password].mid:last-child {
  margin-right: 0;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #c6c8ca;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #c6c8ca;
}

input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #c6c8ca;
}

input[type=text]::placeholder, input[type=password]::placeholder {
  color: #c6c8ca;
}

select {
  font-family: 'noto-sans-cjk-jp', '游ゴシック' , 'Yu Gothic' , Helvetica , sans-serif;
  font-size: 105%;
  font-weight: 500;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.btn {
  font-size: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 48px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 5px;
}

.btn span {
  font-size: 134%;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.btn.btn-primary {
  background-color: #9d2e49;
}

.btn.btn-cancel {
  background-color: #6c757d;
}

.btn.btn-goto {
  background-color: #b68e12;
}

.btn.btn-delete {
  background-color: #c4392f;
}

.header {
  padding: 12px 0;
}

.header_logo {
  display: inline-block;
}

.header_logo img {
  width: 116px;
}

.header_logout {
  position: absolute;
  top: 17px;
  right: 0;
  width: 157px;
}

.header_logout .btn {
  position: relative;
  display: block;
  height: 30px;
  background-color: #6c757d;
}

.header_logout .btn span {
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.header_uname {
  position: absolute;
  top: 46px;
  right: 0;
  text-align: right;
}

.sec_bread {
  margin-bottom: 41px;
}

.bread_outer {
  padding: 12px 21px;
  background-color: #e8ecef;
}

.bread_outer ul li {
  display: inline-block;
}

.bread_outer ul li a, .bread_outer ul li span {
  font-size: 94%;
  color: #6c757d;
}

.bread_outer ul li.ico {
  font-size: 13px;
  padding: 0 10px;
  color: #6c757d;
}

.footer {
  padding: 160px 0 24px;
  text-align: center;
}

.footer_copy p {
  font-size: 94%;
  font-weight: 400;
}

/****************************************
		login Setting 
*****************************************/
.sec_login {
  padding: 123px 0 0;
}

.login_outer {
  max-width: 367px;
  margin: 0 auto;
}

.login_logo {
  text-align: center;
}

.login_logo img {
  width: 312px;
}

.login_form {
  padding: 35px 0 0;
}

.login_link {
  padding: 28px 0 45px;
  text-align: center;
}

.login_link a {
  font-size: 120%;
}

.login_btn {
  text-align: center;
}

.login_btn .btn {
  width: 157px;
}

.login_error {
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #9d2e49;
}

.login_error p {
  font-size: 107%;
  font-weight: 700;
  color: #9d2e49;
}

/****************************************
		main Setting 
*****************************************/
.main_tit {
  padding: 0 0 45px;
  text-align: center;
}

.main_tit h2 {
  font-size: 187%;
  font-weight: 500;
}

.main_tit h2 span {
  display: block;
  margin-top: -10px;
}

.main_clm {
  padding: 0 0 56px;
  text-align: center;
}

.main_clm p {
  font-size: 134%;
}

.main_form {
  max-width: 367px;
  margin: 0 auto;
}

.main_form.lg {
  max-width: 393px;
}

.main_info {
  max-width: 393px;
  margin: 0 auto;
  margin-bottom: 81px;
}

.main_btn {
  max-width: 553px;
  margin: 103px auto 0;
}

.main_btn .btn {
  width: 247px;
}

.main_btn.cone {
  margin-top: 42px;
  text-align: center;
}

.main_btn.conf {
  margin-top: -17px;
  text-align: center;
}

.main_btn ul li {
  float: right;
  margin-right: 59px;
}

.main_btn ul li:nth-child(1) {
  margin-right: 0;
}

.main_info_tit {
  margin-bottom: 26px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dee2e6;
}

.main_info_tit h3 {
  font-size: 134%;
  font-weight: 700;
}

.main_info_tit h3 span {
  color: #b68e12;
}

.main_lists {
  max-width: 553px;
  margin: 39px auto 0;
}

.main_lists.cfm {
  margin-top: -3px;
}

.main_lists.cfm .main_list_body {
  padding-bottom: 20px;
}

.main_lists.cfm .main_btn {
  margin-top: 52px;
}

.main_list {
  margin-bottom: 30px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.main_list:last-child {
  margin-bottom: 0;
}

.main_list_head {
  padding: 8px 0 9px;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  background-color: #f7f7f7;
}

.main_list_head strong {
  font-size: 134%;
  font-weight: 700;
}

.main_list_body {
  padding: 10px 23px 36px;
}

.main_list_body table tbody tr th, .main_list_body table tbody tr td {
  padding: 13px 0;
  border-bottom: 1px solid #dee2e6;
}

.main_list_body table tbody tr th {
  width: 22.5%;
  min-width: auto;
}

.main_list_body table tbody tr td {
  width: 78.5%;
}

.main_list_body table tbody tr td span.txt {
  min-height: auto;
}

.main_list_btn {
  max-width: 423px;
  margin: 31px auto 0;
}

.main_list_btn.cone {
  margin-top: 42px;
  text-align: center;
}

.main_list_btn.conf {
  margin-top: -17px;
  text-align: center;
}

.main_list_btn ul li {
  float: left;
  margin-right: 19px;
}

.main_list_btn ul li:nth-child(1) .btn {
  width: 247px;
}

.main_list_btn ul li:nth-child(2) {
  margin-right: 0;
}

.main_list_btn ul li:nth-child(2) .btn {
  width: 157px;
}

.main_timeline {
  margin-top: 15px;
}

.main_timeline .btns {
  position: relative;
  display: inline-block;
  width: 157px;
  height: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: #6c757d;
  border-radius: 5px;
}

.main_timeline .btns span {
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #6c757d;
}

.timeline_head {
  position: relative;
  margin-bottom: 17px;
}

.timeline_back {
  float: left;
}

.timeline_center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}

.timeline_center ul li {
  float: left;
}

.timeline_center ul li .btns {
  width: 134px;
}

.timeline_center ul li .btns .ico {
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  color: #6c757d;
}

.timeline_center ul li:nth-child(1) .btns {
  border-radius: 5px 0 0 5px;
}

.timeline_center ul li:nth-child(1) .btns .ico {
  left: 8px;
}

.timeline_center ul li:nth-child(2) .btns {
  border-width: 1px 0 1px;
  border-radius: 0;
  background-color: #6c757d;
}

.timeline_center ul li:nth-child(2) .btns span {
  color: #fff;
}

.timeline_center ul li:nth-child(3) .btns {
  border-radius: 0 5px 5px 0;
}

.timeline_center ul li:nth-child(3) .btns .ico {
  right: 8px;
}

.timeline_cal {
  float: right;
}

.timeline_cal .btns {
  cursor: pointer;
  border-color: #9d2e49;
  background-color: #9d2e49;
}

.timeline_cal .btns .ico {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 7px;
  --ionicon-stroke-width: 45px;
}

.timeline_cal .btns span {
  color: #fff;
}

.timeline_body {
  position: relative;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.timeline_body table {
  position: relative;
  border-collapse: separate;
  white-space: nowrap;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #4c4948;
}

.timeline_body table th, .timeline_body table td {
  width: 100px;
  height: 65px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #4c4948;
}

.timeline_body table th .ico, .timeline_body table td .ico {
  position: relative;
  top: 4px;
}

.timeline_body table th .ico.ok, .timeline_body table td .ico.ok {
  font-size: 30px;
  color: #b68e12;
  --ionicon-stroke-width: 55px;
}

.timeline_body table th .ico.ng, .timeline_body table td .ico.ng {
  font-size: 38px;
  color: #ced4da;
  --ionicon-stroke-width: 120px;
}

.timeline_body table th .num, .timeline_body table td .num {
  font-size: 167%;
  color: #b68e12;
}

.timeline_body table th ul li, .timeline_body table td ul li {
  position: relative;
}

.timeline_body table th ul li:nth-child(1), .timeline_body table td ul li:nth-child(1) {
  border-bottom: 1px solid #4c4948;
}

.timeline_body table th {
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  background-color: #f5f5f5;
}

.timeline_body table th span {
  font-size: 112%;
  font-weight: 500;
}

.timeline_body table thead th {
  z-index: 8992;
  left: 0;
}

.timeline_body table tbody th {
  z-index: 8992;
  left: 0;
}

.timeline_body table tbody td {
  position: relative;
}

.timeline_body table tbody td .zanat {
  z-index: 8991;
}

.timeline_body table tbody td .reat {
  position: absolute;
  z-index: 8990;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b68e12;
}

.timeline_body table tbody td .reat .inn {
  position: relative;
  height: 100%;
}

.timeline_body table tbody td .reat .inn p {
  font-size: 114%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.timeline_body table tbody td .tlink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  opacity: 0;
  background-color: #b68e12;
}

.timeline_body table tbody td .tlink:hover {
  opacity: .1;
}

.timeline_body table tbody td .tlink.tover {
  z-index: 999;
}

.timeline_foot {
  margin-top: 15px;
}

.timeline_foot p {
  line-height: 1.7;
}

.timeline_error {
  padding: 70px 0 0;
  text-align: center;
}

.timeline_error p {
  font-size: 120%;
}

/****************************************
		popup Setting 
*****************************************/
.popup_outer {
  display: none;
}

.popup_cau {
  text-align: center;
}

.popup_cau p {
  font-size: 120%;
}

.modaal-overlay {
  z-index: 9998 !important;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1110px) {
  .wrap {
    padding: 0 2vw;
  }
  .header_logout {
    right: 2vw;
  }
}

@media (max-width: 860px) {
  .timeline_center ul li .btns {
    width: 120px;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    font-size: 100%;
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type='submit'], input[type='button'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']::focus, input[type='button']::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  select::-webkit-search-decoration {
    display: none;
  }
  select::focus {
    outline-offset: -2px;
  }
  /****************************************
			Base Setting 
	*****************************************/
  .wrap {
    padding: 0 30px;
  }
  table tbody tr th, table tbody tr td {
    padding: 0 0 16px;
  }
  table tbody tr th {
    min-width: 92px;
  }
  table tbody tr th strong {
    font-size: 100%;
  }
  table tbody tr td {
    width: 259px;
  }
  table tbody tr td span.txt {
    font-size: 120%;
    display: block;
    min-height: 47px;
  }
  table tbody tr td span.cau {
    font-size: 98%;
    display: block;
    padding-bottom: 10px;
  }
  table tbody tr:last-child th, table tbody tr:last-child td {
    padding: 0;
  }
  input[type=text], input[type=password] {
    font-size: 94%;
    padding: 11px 9px;
  }
  input[type=text].mid, input[type=password].mid {
    width: 107px;
  }
  select {
    font-size: 94%;
    padding: 11px 9px;
  }
  .btn {
    font-size: 15px;
    height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  .btn span {
    font-size: 107%;
  }
  .header {
    padding: 10px 0;
  }
  .header_logo img {
    width: 87px;
  }
  .header_logout {
    top: 12px;
    right: 30px;
    width: 105px;
  }
  .header_logout .btn {
    height: 21px;
  }
  .header_logout .btn span {
    font-size: 69%;
    line-height: 1;
    top: 49%;
  }
  .header_uname {
    position: absolute;
    top: 28px;
    right: 30px;
  }
  .header_uname span {
    font-size: 69%;
    line-height: 1;
  }
  .sec_bread {
    margin-bottom: 46px;
  }
  .bread_outer {
    padding: 1px 8px 4px;
  }
  .bread_outer ul li a, .bread_outer ul li span {
    font-size: 64%;
    letter-spacing: -1px;
  }
  .bread_outer ul li.ico {
    font-size: 10px;
    padding: 0;
  }
  .footer {
    padding: 147px 0 10px;
  }
  .footer_copy p {
    font-size: 67%;
  }
  /****************************************
			login Setting 
	*****************************************/
  .sec_login {
    padding: 113px 0 0;
  }
  .login_logo img {
    width: 241px;
  }
  .login_form {
    padding: 29px 0 0;
  }
  .login_link {
    padding: 22px 0 38px;
  }
  .login_link a {
    font-size: 94%;
  }
  .login_btn .btn {
    width: 131px;
  }
  /****************************************
			main Setting 
	*****************************************/
  .main_tit {
    padding: 0 0 31px;
  }
  .main_tit h2 {
    font-size: 130%;
    line-height: 1.23;
  }
  .main_tit h2 span {
    margin-top: 3px;
  }
  .main_clm {
    padding: 0 0 49px;
  }
  .main_clm p {
    font-size: 100%;
    line-height: 1.68;
  }
  .main_form.info table tbody tr th, .main_form.info table tbody tr td {
    padding: 0 0 14px;
  }
  .main_form.lg table tbody tr th, .main_form.lg table tbody tr td {
    padding: 0 0 5px;
  }
  .main_form.lg table tbody tr th {
    min-width: 110px;
  }
  .main_form.lg table tbody tr th strong {
    font-size: 89%;
  }
  .main_form.lg table tbody tr td span.txt {
    font-size: 89%;
  }
  .main_form.lg table tbody tr td span.cau {
    font-size: 67%;
  }
  .main_info {
    margin-bottom: 34px;
  }
  .main_info table tbody tr th, .main_info table tbody tr td {
    padding: 0 0 5px;
  }
  .main_info table tbody tr th {
    min-width: 110px;
  }
  .main_info table tbody tr th strong {
    font-size: 89%;
  }
  .main_info table tbody tr td span.txt {
    font-size: 89%;
  }
  .main_btn {
    margin: 56px auto 0;
  }
  .main_btn.mt2 {
    margin-top: 48px;
  }
  .main_btn.mt3 {
    margin-top: 23px;
  }
  .main_btn.mt4 {
    margin-top: 15px;
  }
  .main_btn .btn {
    width: 194px;
  }
  .main_btn.cone {
    margin-top: 6px;
  }
  .main_btn.conf {
    margin-top: 16px;
  }
  .main_btn.conf .btn-primary {
    width: 233px;
    height: 46px;
  }
  .main_btn.conf .btn-primary span {
    font-size: 120%;
    font-weight: 700;
  }
  .main_btn ul {
    text-align: center;
  }
  .main_btn ul li {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .main_btn ul li:nth-child(1) {
    margin-bottom: 23px;
  }
  .main_info_tit {
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .main_info_tit h3 {
    font-size: 94%;
  }
  .main_info_tit h3 span {
    font-size: 14px;
  }
  .main_lists {
    margin: 39px auto 0;
  }
  .main_lists.cfm {
    margin-top: -20px;
  }
  .main_lists.cfm .main_list_body {
    padding-bottom: 17px;
  }
  .main_lists.cfm .main_list_body table tbody tr th, .main_lists.cfm .main_list_body table tbody tr td {
    padding: 11px 0;
  }
  .main_lists.cfm .main_btn {
    margin-top: 36px;
  }
  .main_list {
    margin-bottom: 18px;
  }
  .main_list_head {
    padding: 8px 0 8px;
  }
  .main_list_head strong {
    font-size: 112%;
  }
  .main_list_body {
    padding: 10px 20px 32px;
  }
  .main_list_body table tbody tr th, .main_list_body table tbody tr td {
    padding: 13px 0;
  }
  .main_list_body table tbody tr th span.txt, .main_list_body table tbody tr td span.txt {
    font-size: 104%;
  }
  .main_list_btn {
    margin: 31px auto 0;
  }
  .main_list_btn ul {
    text-align: center;
  }
  .main_list_btn ul li {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .main_list_btn ul li .btn {
    height: 46px;
  }
  .main_list_btn ul li .btn span {
    font-size: 120%;
  }
  .main_list_btn ul li:nth-child(1) {
    margin-bottom: 29px;
  }
  .main_list_btn ul li:nth-child(1) .btn {
    width: 229px;
  }
  .main_list_btn ul li:nth-child(2) .btn {
    width: 148px;
  }
  .main_timeline {
    margin-top: 7px;
  }
  .main_timeline .btns {
    display: block;
    width: 137px;
    height: 30px;
  }
  .main_timeline .btns span {
    font-size: 80%;
  }
  .timeline_head {
    position: relative;
    margin-bottom: 17px;
    padding-top: 43px;
  }
  .timeline_back {
    position: absolute;
    top: 0;
    float: none;
  }
  .timeline_center {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .timeline_center ul li {
    float: left;
    width: 33.3333%;
  }
  .timeline_center ul li .btns {
    width: 100%;
  }
  .timeline_center ul li .btns span {
    font-size: 80%;
  }
  .timeline_cal {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
  .timeline_cal .btns .ico {
    font-size: 14px;
    top: 1px;
  }
  .timeline_body {
    overflow-x: scroll;
    border-left: 1px solid #4c4948;
  }
  .timeline_body table {
    table-layout: fixed;
    border-width: 0 0 1px 0;
  }
  .timeline_body table th, .timeline_body table td {
    width: 90px;
    height: 60px;
  }
  .timeline_body table th .ico.ok, .timeline_body table td .ico.ok {
    font-size: 28px;
  }
  .timeline_body table th .ico.ng, .timeline_body table td .ico.ng {
    font-size: 30px;
  }
  .timeline_body table th .num, .timeline_body table td .num {
    font-size: 136%;
  }
  .timeline_body table th span {
    font-size: 100%;
  }
  .timeline_body table thead th {
    z-index: 8991;
  }
  .timeline_body table thead th:nth-child(1) {
    z-index: 10;
  }
  .timeline_body table tbody th {
    z-index: 8992;
  }
  .timeline_foot {
    margin-top: 15px;
  }
  .timeline_foot p {
    font-size: 72%;
    line-height: 1.95;
    letter-spacing: -.3px;
  }
  /****************************************
			popup Setting 
	*****************************************/
  .popup_outer {
    display: none;
  }
  .popup_cau {
    text-align: center;
  }
  .popup_cau p {
    font-size: 120%;
  }
}
/*# sourceMappingURL=style.css.map */