@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : attendance.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  background: url(../attendance/images/img_main.jpg) center 0 no-repeat;
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_intro {
  text-align: center;
  background: url(../attendance/images/bg_img.png) center 0 no-repeat;
  padding: 90px 0 113px;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 90px 0 30px;
  }
}
.con_intro .st_lg_jp_en {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro .st_lg_jp_en {
    font-size: 1.25em;
  }
}
.con_intro .box_intro {
  max-width: 675px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_intro {
    width: 90%;
  }
}
.con_intro .box_intro .txt {
  font-size: 1.25em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .txt {
    font-size: 1em;
  }
}
.con_intro .box_intro .btn {
  margin: 68px 0 125px;
  margin: 2em 0 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .btn {
    margin: 2em 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .btn {
    margin: 3em 0 4em;
  }
}
.con_intro .box_intro .txt_detail {
  text-align: justify;
  font-size: 1em;
}
.con_intro .box_intro .txt_detail .cancel {
  font-weight: bold;
}
.con_intro .form {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .form {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .form {
    margin-top: 3em;
  }
}
.con_intro .form label {
  cursor: text;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro .form label {
    font-size: 1.25em;
  }
}
.con_intro .form .inpt {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro .form .inpt {
    font-size: 1.25em;
  }
}
.con_intro .form .inpt .hasDatepicker {
  text-align: center;
}
.con_intro .form .inpt .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_intro .form .btn .btn_red {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #57050f;
  border: solid 1px #57050f;
  padding: 0.9em 30px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  max-width: 320px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .form .btn .btn_red {
    padding: 0.9em 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .form .btn .btn_red {
    padding: 0.9em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .form .btn .btn_red {
    max-width: none;
    width: 85%;
  }
}
.con_intro .form .btn .btn_red:before {
  content: '→';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.7em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_intro .form .btn .btn_red:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .con_intro .form .btn .btn_red:hover {
    opacity: 0.7;
    color: #57050f !important;
    background: #fff;
  }
  .con_intro .form .btn .btn_red:hover:before {
    right: 8px;
    color: #57050f;
  }
}
@media print {
  .con_intro .form .btn .btn_red:hover {
    opacity: 0.7;
    color: #57050f !important;
    background: #fff;
  }
  .con_intro .form .btn .btn_red:hover:before {
    right: 8px;
    color: #57050f;
  }
}
.ie8 .con_intro .form .btn .btn_red:hover {
  opacity: 0.7;
  color: #57050f !important;
  background: #fff;
}
.ie8 .con_intro .form .btn .btn_red:hover:before {
  right: 8px;
  color: #57050f;
}
@media only screen and (max-width: 767px) {
  .con_intro .form .btn .btn_red:hover {
    color: #fff !important;
  }
}
.con_intro .form .btn .btn_red span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  text-align: left;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_intro .form .btn .btn_red span {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .form .btn .btn_red span {
    font-size: 86%;
  }
}
