@charset "UTF-8";
/*=============================================================
 01_module.css
=============================================================*/
/* form
================================================ */
/* select */
.form_select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px;
  box-shadow:1px 2px 8px -4px #828282;
  -moz-box-shadow:1px 2px 8px -4px #828282;
  -webkit-box-shadow:1px 2px 8px -4px #828282;
}
.form_select select {
  color: #8C8C8C;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 5px;
  text-indent: 8px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.form_select_area,
.form_select_area select {
  width: 5em;
}
dt .form_select_area {
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.form_select_pager,
.form_select_pager select {
  width: 180px;
}
.form_select_pager {
  display: block;
  margin: 0 0 0 auto;
}
.form_select_pager select {
}

.form_date {
  text-align: left;
  padding-left: 15px;
}
.form_date.form-inline .form-control {
  background: #fff;
  margin-right: .5em;
}

@media (max-width: 768px) {
  .form_select select {
    font-size: 16px;
    transform: scale(0.8);
  }
}



input[type=checkbox]:checked + .check_box, .check_box.checked {
  background-color: #01A0C8;
}
input[type=checkbox]:checked + .check_box span.text {
  color: #01A0C8;
}
.btn_search {
  background-color: #01A0C8;
}





/* title
================================================ */
.baseTitle {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 40px;
}
.baseTitle:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #01A0C8;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.baseTitle__en {
  display: block;
  font-size: 2.8rem;

}
.baseTitle__jp {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;

}
@media (max-width: 768px) {
  .baseTitle {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  .baseTitle__en {
    font-size: 2.2rem;
  }
  .baseTitle__jp {
    font-size: 1.2rem;
  }
}

.baseTitle02 {
  font-size: 2.2rem;
  text-align: center;
  margin: 20px 0;
}




/* baseBtn
================================================ */
.baseBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 388px;
  height: 106px;
  line-height: 106px;
  border-radius: 16px;
  background-color: #adc646;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.6rem;
}
.baseBtn.is_app span {
  display: inline-block;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  background-image: url(/img/icon_app.png);
}
.baseBtn.is_entry span {
  display: inline-block;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  background-image: url(/img/icon_entry.png);
}
.baseBtn.is_fav {
  color: #e71e19;
  background-color: #eee;
}
.baseBtn.is_fav:hover {
  opacity: 0.8;
}
.baseBtn.is_fav span {
  display: inline-block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  background-image: url(/img/icon_fav-on.png);
}
.baseBtn.is_fav.is_off {
  background-color: #e71e19;
  color: #fff;
}
.baseBtn.is_fav.is_off span {
  background-image: url(/img/icon_fav-off.png);
}
.baseBtn.is_return {
  background-color: #a9a9a9;
}
.baseBtn.is_disabled {
  background-color: #a9a9a9;
  cursor: default;
}
@media (max-width: 768px) {
  .baseBtn {
    width: calc(100vw / 750 * 378);
    height: calc(100vw / 750 * 106);
    line-height: calc(100vw / 750 * 106);
    border-radius: calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 36);
  }
  .baseBtn.is_app span {
    padding-left: calc(100vw / 750 * 65);
    background-size: calc(100vw / 750 * 46) auto;
  }
  .baseBtn.is_entry span {
    padding-left: calc(100vw / 750 * 65);
    background-size: calc(100vw / 750 * 46) auto;
  }
  .baseBtn.is_fav span {
    padding-left: calc(100vw / 750 * 70);
    background-size: calc(100vw / 750 * 60) auto;
  }
}
/*.baseBtn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 3px;
}
.baseBtn.is_return {
  background-color: #444444;
}
.baseBtn.is_return:after {
  content: none;
}
.baseBtn.is_return:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
  margin-bottom: 3px;
}*/


.baseBtn02 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #e71e19;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  text-align: center;
  padding: 0 60px;
  font-size: 2.2rem;

}
.baseBtn02:hover {
  opacity: 0.8;
}

.baseBtn02.is_return {
  background-color: #e6e6e6;
  color: #333333;
}

.baseBtn02.is_disabled {
  background-color: #a9a9a9;
  cursor: default;
}
.baseBtn02.is_disabled:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .baseBtn02 {
    font-size: 1.8rem;
    padding: 0 30px;
  }
}





/*.baseBtn.is_keep,
.baseBtn.is_entry {
  width: 240px;
}
.baseBtn.is_keep:after,
.baseBtn.is_entry:after {
  content: none;
}
.baseBtn.is_keep span,
.baseBtn.is_entry span {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.baseBtn.is_keep {
  background-color: #fff;
  border: 2px solid #01A0C8;
  color: #01A0C8;
  line-height: 56px;
}
.baseBtn.is_keep.is_on {
  background-color: #01A0C8;
  color: #fff;
}
.baseBtn.is_entry {
  background-color: #FFAE00;
}
.baseBtn.is_keep span {
  background-size: 22px auto;
  background-image: url(/img/icon_star.png);
}
.baseBtn.is_keep.is_on span {
  background-image: url(/img/icon_star02.png);
}
.baseBtn.is_entry span {
  background-size: 18px auto;
  background-image: url(/img/icon_file.png);
}
*/

@media (max-width: 768px) {
  /*.baseBtn.is_keep,
  .baseBtn.is_entry {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
  }
  .baseBtn.is_keep span,
  .baseBtn.is_entry span {
    padding-left: 26px;
  }
  .baseBtn.is_keep span {
    background-size: 18px auto;
  }
  .baseBtn.is_keep.is_on span {
  }
  .baseBtn.is_entry span {
    background-size: 16px auto;
  }*/
}


.btnReturn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  border-radius: 6px;
  text-align: center;
  color: #666666;
}
.btnReturn span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.btnReturn span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}



.btnContact {
  display: inline-block;
  width: 388px;
  height: 106px;
  line-height: 106px;
  background-color: #e71e19;
  border-radius: 16px;
  font-size: 2.6rem;
  color: #fff;
}
.btnContact span {
  display: inline-block;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 52px auto;
  background-image: url(/img/icon_contact.png);
}
@media (max-width: 768px) {
  .btnContact {
    width: calc(100vw / 750 * 478);
    height: calc(100vw / 750 * 106);
    line-height: calc(100vw / 750 * 106);
    border-radius: calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 36);
  }
  .btnContact span {
    padding-left: calc(100vw / 750 * 80);
    background-size: calc(100vw / 750 * 65) auto;
  }
}

.btnDownload {
  display: inline-block;
  width: 388px;
  height: 106px;
  line-height: 106px;
  background-color: #adc646;
  border-radius: 16px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .btnDownload {
    width: calc(100vw / 750 * 478);
    height: calc(100vw / 750 * 106);
    line-height: calc(100vw / 750 * 106);
    border-radius: calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 36);
  }
}

.btnLogout {
  display: inline-block;
  width: 300px;
  height: 70px;
  line-height: 70px;
  background-color: #a9a9a9;
  border-radius: 16px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .btnLogout {
    width: calc(100vw / 750 * 380);
    height: calc(100vw / 750 * 90);
    line-height: calc(100vw / 750 * 90);
    border-radius: calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 30);
  }
}


/* fixedBnr
================================================ */
.fixedBnr {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.fixedBnr.js-fixedBnrFooter {
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.fixedBnr.is_fixed {
  opacity: 1;
  visibility: visible;
}
.fixedBnr__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1024px;
  height: 110px;
  /*padding: 20px 0;*/
  margin: 0 auto;
}
.fixedBnr__inner.is_btns {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.fixedBnr__inner.is_btns .baseBtn {
  margin: 0 10px;
}
.fixedBnr__text {
  color: #fff;
}
.fixedBnr__lead {
  margin: 0;
  font-size: 2.0rem;
}
.fixedBnr__note {
  margin: 0;
  font-size: 1.4rem;

}

@media (min-width: 769px) {
  .fixedBnr__inner.is_btns .baseBtn {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .fixedBnr {
    bottom: 50px;
  }
  .fixedBnr__inner {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 20px 0;
  }
  .fixedBnr__inner.is_btns .baseBtn {
    font-size: 1.4rem;
    width: 100%;
    padding: 0 10px;
  }
  .fixedBnr__text {
    display: none;
  }
}


/* jobList
================================================ */
/* jobList
------------------------------------------------- */
.jobList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0 40px;
}
*::-ms-backdrop, .jobList {
  width: calc(100% + 2px);

}
.jobList:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .jobList {
    padding-top: 12px;
  }
}



/* jobPost
------------------------------------------------- */
.jobPost {
  /*display: block;*/
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.jobPost__thumb {
  position: relative;
  z-index: 1;
}
.jobPostThumb__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobPostThumb__img img {
  width: 387px;
  height: 217px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}



.jobPost__fav {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.jobPost__fav img {
  width: 100%;
  height: auto;
}

.jobPost__new {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #fcee21;
  border-radius: 30px;
  box-shadow: 0 0 5px 1px gray;
  color: #4d4d4d;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
.jobPost__icon {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 0;
}
.jobPost__iconEmergency,
.jobPost__iconReccomend,
.jobPost__iconWorkyou,
.jobPost__iconWork {
  display: inline-block;
  margin: 0 0 0 10px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.jobPost__iconEmergency {
  background-color: #e71e19;
}
.jobPost__iconReccomend {
  background-color: #abc441;
}
.jobPost__iconWorkyou {
  background-color: #14A599;
}
.jobPost__iconWork {
  background-color: #00adea;
}




.jobPost__Info {
  padding: 20px;
  flex: 1 1 0%;
}
.jobPost__Info .ic_stamp_end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.jobPost__btns {
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jobPost__btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #01A0C8;
  color: #fff;
  text-align: center;
}
.jobPost__btn.is_disabled {
  background-color: #E5E5E5;
  color: #666666;
}
.jobPost__btn.is_disabled:hover {
  opacity: 1;
  transition: none;
}
.is_detail {
  background-color: #6ebfd4;
  color: #fff;
}

@media (min-width: 769px) {
  .jobPost:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .jobPost:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .jobPost {
    width: calc((100% - 12px) / 2);
    border-radius: calc(100vw / 750 * 18);
  }
  .jobPost:nth-child(even) {
    margin-left: 12px;
  }
  .jobPost:nth-child(n + 3) {
    margin-top: 12px;
  }
  .jobPostThumb__img img {
    width: calc(100vw / 750 * 338);
    height: calc(100vw / 750 * 284);
  }

  .jobPost__fav {
    width: calc(100vw / 750 * 70);
    height: calc(100vw / 750 * 70);
    top: 5px;
    right: 5px;
  }
  .jobPost__new {
    height: calc(100vw / 750 * 50);
    line-height: calc(100vw / 750 * 50);
    padding: 0 calc(100vw / 750 * 20);
    border-radius: calc(100vw / 750 * 30);
    font-size: 1.2rem;
    top: 10px;
    left: 10px;
  }
  .jobPost__icon {
    bottom: 5px;
  }
  .jobPost__iconEmergency,
  .jobPost__iconReccomend,
  .jobPost__iconWorkyou,
  .jobPost__iconWork {
    margin: 0 0 0 5px;
    height: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 36);
    padding: 0 calc(100vw / 750 * 15);
    font-size: 1.0rem;
  }
  .jobPost__Info {
    padding: 12px;
  }
  .jobPost__btns {
    height: 40px;
  }
  .jobPost__btn {
    height: 40px;
    line-height: 40px;
  }
}





.jobPost__none {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin: 20px 0 140px;
}
.jobPost__noneLead {
  font-size: 2.4rem;
  margin-bottom: 20px;
  /*color: #e71e19;*/
}
@media (max-width: 768px) {
  .jobPost__none {
    padding: 20px 20px 50px;
    margin: 12px 0 100px;
  }
  .jobPost__noneLead {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .jobPost__none {
    padding: 20px 10px 50px;
  }
  .jobPost__none p {
    font-size: 1.2rem;
  }
  p.jobPost__noneLead {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes noticeColor {
  from {
    background-color: #FFDD01;
  }
  to {
    background-color: #FF5925;
  }
}
.jobPost.unconfirmed .btn_confirm {
  -webkit-animation-name: noticeColor;/* 実行する名前 */
  -webkit-animation-duration: 1.0s;/* 1.0秒かけて実行 */
  -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
  -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
  -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
  -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}




/*.jobPost .status {
  width: 100%;
  height: 22px;
  background: #f5f3f3;
  padding-bottom: 2px;
}
.jobPost .status ul {
  margin: 0;
  padding: 0 15px;
}
.jobPost .status li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  margin-left: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0DB504;
  float: left;
}
.jobPost .status li:first-child {
  padding-left: 13px;
}
.jobPost .status li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url(/img/common/icon_check.png) no-repeat left center;
  background-size: 9px auto;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -4px;
}
.jobPost .status li:first-child:before {
  left: 0;
}
.jobPost .status li.unconfirmed:first-child:before {
  content: none;
}
.jobPost .status li.unconfirmed {
  color: #ADADAD;
  background: none;
}
.jobPost .status li.unconfirmed:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  border-top: 1px dashed #ADADAD;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
}





.jobPost .siteInfo {
  width: 8em;
  padding: 5px 0;
  background-color: #01A0C8;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0;
}


.jobPost.is_workyou {

}
.jobPost.is_workyou .siteInfo {
  background-color: #14A599;
}
.jobPost.is_workyou .jobInfo__title {
  color: #14A599;
}
.jobPost.is_workyou .jobPost__btn.is_detail {
  background-color: #2dbbaf;
}
.jobPost.is_workyou .jobInfo__detailItemTitle.is_date {
  background-image: url(/img/icon_date03_workyou.png);
}
.jobPost.is_workyou .jobInfo__detailItemTitle.is_total {
  background-image: url(/img/icon_total_workyou.png);
}
.jobPost.is_workyou .jobInfo__detailItemTitle.is_place {
  background-image: url(/img/icon_map_workyou.png);
}
.jobPost.is_workyou .jobInfo__detailItemTitle.is_price {
  background-image: url(/img/icon_price_workyou.png);
}
*/


/* jobInfo
------------------------------------------------- */
/*.jobInfo {

}
.jobInfo__cate {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jobInfo__cate li {
  display: inline-block;
  font-size: 1.1rem;
}
.jobInfo__cate li:not(:last-child):after{
  content: ">";
  display: inline-block;
  padding: 0 0.5em 0 1em;

}
.jobInfo__title {
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.jobInfo__detail {

}
.jobInfo__detailItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.jobInfo__detailItemTitle {
  width: 40%;
  font-size: 1.4rem;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 16px auto;
  padding-left: 20px;
}
.jobInfo__detailItemTitle.is_date {
  background-image: url(/img/icon_date03.png);
}
.jobInfo__detailItemTitle.is_price {
  background-image: url(/img/icon_price.png);
}
.jobInfo__detailItemTitle.is_total {
  background-image: url(/img/icon_total.png);
}
.jobInfo__detailItemTitle.is_place {
  background-image: url(/img/icon_map.png);

}
.jobInfo__detailItemText {
  font-size: 1.6rem;
  font-weight: bold;
}
.jobInfo__detailDate {

}
.jobInfo__detailPrice {

}
.jobInfo__detailPlace {

}
.priceNote {
  font-size: 1.2rem;
}*/


/* jobInfo
================================================ */
.jobInfo__cate {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jobInfo__cate li {
  display: inline-block;
  font-size: 1.1rem;
}
.jobInfo__cate li:not(:last-child):after{
  content: ">";
  display: inline-block;
  padding: 0 0.5em 0 1em;

}
.jobInfo__title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 768px) {
  .jobInfo__title {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

}


/* jobInfoList
================================================ */
.jobInfoList {

}
.jobInfoList__item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px auto;
  padding-left: 50px;
  font-size: 1.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.jobInfoList__item.is_date { background-image: url(/img/work_icon_date.png); }
.jobInfoList__item.is_place { background-image: url(/img/work_icon_place.png); }
.jobInfoList__item.is_timeprice { background-image: url(/img/work_icon_timeprice.png); }
.jobInfoList__item.is_dayprice { background-image: url(/img/work_icon_dayprice.png); background-position: left 12px;}
.jobInfoList__item.is_company { background-image: url(/img/link_about_on.png); background-position: left 12px;}


.jobInfoList__item.is_timeprice span,
.jobInfoList__item.is_dayprice span {
  vertical-align: middle;
  padding-right: 0.2em;
}
.jobInfoList__item.is_timeprice span {
  font-size: 2.0rem;
}
.jobInfoList__item.is_dayprice span {
  font-size: 2.4rem;
}
.txt_alart_schedule {
  background-color: #ffe0e0;
  padding: 10px;
  color: #d93737;
}
.txt_info {
  background-color: #e0ffe0;
  padding: 10px;
  color: #1fa41f;
}
.txt_alart_schedule i, .txt_info i {
  vertical-align: middle;
  padding-right: 0.2em;
}
@media (max-width: 768px) {
  .jobInfoList__item {
      background-size: 16px auto;
      padding-left: 26px;
      font-size: 1.1rem;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 5px;
  }
  .jobInfoList__item.is_timeprice span {
    font-size: 1.2rem;
  }
  .jobInfoList__item.is_dayprice span {
    font-size: 1.5rem;
  }
}



/* pageHeader
================================================ */
.pageHeader {
  background-color: #fff;
}
.pageHeader__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pageHeader__title {
  margin: 0;
  padding: 40px 0;
  font-size: 3.0rem;
  text-align: center;
}

body:not(#page_my_page) .pageHeader .pageHeader__btn {
  display: none;
}
.pageHeader .pageHeader__btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #14A599;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pageHeader .pageHeader__btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 2px;
}
.pageHeaderSp {
  display: none;
}

@media (max-width: 768px) {
  .pageHeader {
    display: none;
  }
  /*.pageHeader__inner {
    max-width: inherit;
    padding: 0 10px;
  }
  .pageHeader__title {
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .pageHeader {
    border-bottom: 1px solid #EFEFEF;
  }
  .pageHeader .pageHeader__btn {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 1.2rem;
    right: 10px;
  }
  .pageHeader .pageHeader__btn:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 0;
    margin-bottom: 1px;
  }*/
  body#page_my_page .pageHeaderSp {
    /* display: block; */
    text-align: center;
    background-color: #f2f2f2;
    margin: 0 -18px;
    padding: 12px 18px 0;
  }
  .pageHeaderSp .pageHeader__btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    background-color: #14A599;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.8rem;
  }
  .pageHeaderSp .pageHeader__btn:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
  }
}

.pageHeader__select {
  display: none;
}
@media (min-width: 769px) {
  body#page_work_list .pageHeader__title {
    display: none;
  }
  body#page_work_list .pageHeader__select {
    display: block;
    padding: 40px 0;
    text-align: center;
    font-size: 3.0rem;
  }
  body#page_work_list .pageHeader__select .form_select {
    width: 290px;
    box-shadow: none;
  }
  body#page_work_list .pageHeader__select .form_select:after {
    width: 12px;
    height: 12px;
    margin-top: -10px;
  }
  body#page_work_list .pageHeader__select .form_select select {
    /*transform: scale(1);*/
    color: #333;
  }
}

/* modal
================================================ */
.modalSearch__inner {
  max-width: 1024px;
  margin: 50px auto;
  position: relative;
}
.modal .close {
  z-index: 2;
}
@media (max-width: 768px) {
  .modal .close {
    right: 5px;
  }
}
/*
#modal_searchMultiple .search_box {
  padding: 35px;
}
#modal_searchMultiple .search_unit:nth-child(even),
#modal_searchMultiple .search_unit:nth-child(odd) {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  #modal_searchMultiple .search_box {
    padding: 15px;
  }
  .modal .modalSearch__inner .close {
    top: -25px;
    right: 5px;
  }
}

*/



/*=============================================================
 以下リニューアル分
=============================================================*/
/* searchForm
================================================ */
.searchForm {
  padding: 20px 0;
  text-align: center;
}
.searchForm__inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.searchForm__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.searchForm__btn,
.searchForm__submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
.searchForm__btn {
  width: 310px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.searchForm__btn:hover {
  background-color: #d4d4d4;
}
.searchForm__btn:nth-of-type(1) {
  margin-right: 66px;
}
.searchForm__btn:nth-of-type(2) {
  margin-right: 74px;
}
.searchForm__btn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.searchForm__btn span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.searchForm__submit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e71e19;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  background-image: url(/img/icon_search_white.png);
}
.searchForm__submit:hover {
  background-color: #d80600;
}

@media (max-width: 768px) {
  .searchForm {
    padding: 15px 0;
  }
  .searchForm__inner {
  }
  .searchForm__inner:before {
    height: 2px;
  }
  .searchForm__btn {
    width: calc(100vw / 750 * 284);
    height: calc(100vw / 750 * 72);
    line-height: calc(100vw / 750 * 72);
    border-radius: 8px;
    font-size: calc(100vw / 750 * 30);
  }
  .searchForm__btn:nth-of-type(1) {
    margin-right: calc(100vw / 750 * 26);
  }
  .searchForm__btn:nth-of-type(2) {
    margin-right: calc(100vw / 750 * 26);
  }
  .searchForm__btn span {
    padding-right: calc(100vw / 750 * 25);
  }
  .searchForm__btn span:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    margin-top: -4px;
  }
  .searchForm__submit {
    width: calc(100vw / 750 * 72);
    height: calc(100vw / 750 * 72);
    background-size: calc(100vw / 750 * 38) auto;
  }
}




/*  sideModal
================================================ */
.sideModal {
  width: 500px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  transform: translateX(500px);
  transition: all .5s;
  visibility: hidden;
}
.sideModal.is-open {
  transform: translateX(0);
  visibility: visible;
}
.sideModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
.sideModal__overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.sideModal__close {
  display: block;
  width: 40px;
  height: 40px;
  transform: translateX(500px);
  position: fixed;
  right: 0;
  top: 25px;
  z-index: 1001;
  cursor: pointer;
  transition: all .5s;
}
.sideModal__close.is-active {
  transform: translateX(0);
  /*left: calc(500px - 80px);*/
  right: calc(500px + 40px);
}
.sideModal__close:before,
.sideModal__close:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
}
.sideModal__close:before {
  transform: rotate(45deg);
}
.sideModal__close:after {
  transform: rotate(-45deg);
}


.sideModal__inner {
  padding: 40px;
}
.sideModalForm__cont {
  /*overflow: auto;*/
}
.sideModalForm__cont.is-scroll {
  padding-bottom: 50px;
  overflow: auto;
}
.sideModalForm__contInner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sideModalForm__footer {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: calc(500px - 80px);
  background-color: #fff;
}

@media (max-width: 768px) {
  .sideModal {
    width: 80vw;
    transform: translateX(80vw);
    transition: all .5s;
  }
  .sideModal.is-open {
    transform: translateX(0);
  }
  .sideModal__close {
    width: 30px;
    height: 30px;
    transform: translateX(80vw);
    top: 20px;
  }
  .sideModal__close.is-active {
    right: auto;
    left: 20px;
  }
  .sideModal__close:before,
  .sideModal__close:after {
    width: 30px;
    top: 15px;
  }
  .sideModal__inner {
    padding: 20px;
  }
  .sideModalForm__footer {
    width: calc(80vw - 40px);
    right: 20px;
    bottom: 20px;
  }
}








/* sideModalForm
================================================ */
.sideModalForm {
}
.sideModalFormMain.is-disabled {
  opacity: 0;
}
.sideModalFormSub {
  width: 500px;
  height: 100%;
  /*height: 100vh;*/
  /*height: calc(var(--vh, 1vh) * 100);*/
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1005;
  transform: translateX(500px);
  transition: all .2s;
}
.sideModalFormSub.is-open {
  transform: translateX(0);
}
.sideModalForm__header {
  position: relative;
}
.sideModalFormSub__return {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
.sideModalFormSub__return:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #e71e19;
  border-right: 2px solid #e71e19;
  transform: rotate(-135deg);
  position: absolute;
  top: 3px;
  left: 0;
}
.sideModalFormSub__title {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .sideModalFormSub {
    width: 80vw;
    transform: translateX(80vw);
  }
}

/* checkbox */
.sideModalForm__checkbox {
  width: 100%;
  cursor: pointer;
  margin-bottom: 35px;
}
.sideModalForm__checkbox:hover .sideModalForm__checkboxText {
  color: #e71e19;
}
.sideModalForm__checkboxInput {
  display: none;
}
.sideModalForm__checkboxText {
  display: block;
  width: 100%;
  position:relative;
  margin-right: 25px;
  line-height: 1.3;
}
.sideModalForm__checkboxText:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
}
/*.sideModalForm__checkboxInput:checked + .sideModalForm__checkboxText {
  color: #e71e19;
}
*/
.sideModalForm__checkboxInput:checked + .sideModalForm__checkboxText:before {
  background-color: #e71e19;
  border: 1px solid #e71e19;
}
.sideModalForm__checkboxInput:checked + .sideModalForm__checkboxText:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 26px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}


.sideModalForm__checkbox.is_keep .sideModalForm__checkboxText {
  padding-left: 24px;
}
.sideModalForm__checkbox.is_keep .sideModalForm__checkboxText:before {
  right: auto;
  left: 0;
}
.sideModalForm__checkbox.is_keep .sideModalForm__checkboxInput:checked + .sideModalForm__checkboxText:after {
  right: auto;
  left: 6px;
}



/* radio */
.sideModalForm__radio {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.sideModalForm__radioInput {
  display: none;
}
.sideModalForm__radioText {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
}
.sideModalForm__radioText:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.sideModalForm__radioInput:checked + .sideModalForm__radioText:before {
  background-color: #e71e19;
  border: 1px solid #e71e19;
}
.sideModalForm__radioInput:checked + .sideModalForm__radioText:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}







.sideModalForm__choice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  cursor: pointer;
}
.sideModalForm__choice:hover {
  color: #e71e19;
}
.sideModalForm__choiceCont {
  padding-right: 20px;
  position: relative;
  color: #b3b3b3;

  margin-right: 20px;
  flex: 1 1 0%;
  text-align: right;
  padding-left: 10px;
}
.sideModalForm__choiceCont:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
}
.sideModalForm__choiceCont.is-active {
  color: #333;
}
.sideModalForm__choiceCont.is-active:after {
  border-color: #e71e19;
}



.sideModalForm__title {
  margin-bottom: 20px;
}

.sideModalForm__freewordInput {
  margin-top: 5px;
}
.sideModalForm__freewordInput input {
  width: 100%;
}



.sideModalForm__footer .sideModalForm__checkbox {
  margin-bottom: 20px;
}
.sideModalForm__footer.is_direct {
  display: none;
}
/*body#page_work_list #modalArea .sideModalFormSub__return,
body#page_work_list #modalCate .sideModalFormSub__return {
  display: none;
}*/

.sideModalForm__btns {
  display: flex;
}
.sideModalForm__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 1 1 0%;
  background-color: #e71e19;
  color: #fff;
  text-align: center;
  height: 76px;
  line-height: 76px;
  border-radius: 8px;
  font-size: 1.8rem;
}
.sideModalForm__btn:hover {
  opacity: 0.8;
}
.sideModalForm__btn:not(:first-child) {
  margin-left: 20px;
}
.sideModalForm__btn.is_clear {
  background-color: #e6e6e6;
  color: #333333;

}


@media (max-width: 768px) {
  .sideModalForm__footer .sideModalForm__checkbox {
    margin-bottom: 10px;
  }
  .sideModalForm__btn {
    height: 53px;
    line-height: 53px;
  }
  .sideModalForm__btn:not(:first-child) {
    margin-left: 10px;
  }
}




/* pager
================================================ */
.pager {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
}
.pager li {
  display: inline-block;
}
.pager li.active {
  border: 1px solid #808080;
}
.pager li > a,
.pager li > span {
  display: block;
}
.pager__prev,
.pager__next {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pager__prev {
  left: 0;
}
.pager__next {
  right: 0;
}
.pager__prev > a:after,
.pager__next > a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.pager__prev > a:after {
  transform: rotate(-135deg);
  left: 8px;
}
.pager__next > a:after {
  transform: rotate(45deg);
  right: 8px;
}
.pager li.pager__prev > a:hover,
.pager li.pager__prev > a:focus,
.pager li.pager__next > a:hover,
.pager li.pager__next > a:focus {
  background: none;
  opacity: 0.8;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  opacity: 0.6;
}


.pager-head {
  text-align: center;
}


@media (max-width: 768px) {
  .pager li > a,
  .pager li > span {
    padding: 5px 4px;
    margin: 0 5px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .pager__prev {
    left: 20px;
  }
  .pager__next {
    right: 20px;
  }
}



/* modForm01
================================================ */
.modForm01__unit:not(:last-of-type) {
  margin-bottom: 40px;
}
.modForm01__title {
  margin-bottom: 10px;
}
.modForm01__input input[type=text],
.modForm01__input input[type=date],
.modForm01__input input[type=email],
.modForm01__input input[type=password],
.modForm01__input textarea,
.modForm01__input select {
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #fff;
}

.modForm01__input input[type=text],
.modForm01__input input[type=date],
.modForm01__input input[type=email],
.modForm01__input input[type=password],
.modForm01__input select {
  height: 52px;
}

.modForm01__input:not(:last-of-type) {
  margin-bottom: 40px;
}

.modForm01__inputNote {
  margin-top: 10px;
  font-size: 1.4rem;
}
.modForm01__inputNote a {
  text-decoration: underline;
}
.modForm01__inputNote a:hover {
  text-decoration: none;
}

.modForm01__inner {
  display: flex;
  align-items: flex-end;

}
.modForm01__inner .modForm01__unit {
  flex: 1 1 0%;
}
.modForm01__inner .modForm01__unit:not(:last-of-type) {
  margin-bottom: 0;
}
.modForm01__inner.is_name .modForm01__unit:nth-of-type(2) {
  margin-left: 25px;
}



/* checkbox */
.modForm01__checkbox {
}
.modForm01__checkboxInput {
  display: none;
}
.modForm01__checkboxText {
  display: inline-block;
  position:relative;
  padding-left: 25px;
  line-height: 1.3;
  cursor: pointer;
}
.modForm01__checkboxText:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.modForm01__checkboxInput:checked + .modForm01__checkboxText:before {
  background-color: #e71e19;
  border: 1px solid #e71e19;
}
.modForm01__checkboxInput:checked + .modForm01__checkboxText:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}


/* radio */
.modForm01__radio:nth-of-type(n + 2) {
  margin-left: 40px;
}
.modForm01__radioInput {
  display: none;
}
.modForm01__radioText {
  display: inline-block;
  position:relative;
  padding-left: 25px;
  line-height: 1.3;
  cursor: pointer;
}
.modForm01__radioText:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 50%;
}
.modForm01__radioInput:checked + .modForm01__radioText:before {
  background-color: #e71e19;
  border: 1px solid #e71e19;
}
.modForm01__radioInput:checked + .modForm01__radioText:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}


/* btn */
.modForm01__btns {
  
}
.modForm01__btn {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 388px;
  height: 106px;
  line-height: 106px;
  text-align: center;
  background-color: #adc646;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 16px;
}
.modForm01__btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .modForm01__btn {
    width: 239px;
    height: 53px;
    line-height: 53px;
    font-size: 1.8rem;
    border-radius: 8px;
  }
}


/* alert */
.modForm01__alert {
  color: #e71e19;
  margin-top: 10px;

}

.alert01 {
  text-align: left;
  padding: 6px 12px;
  background-color: #eee;
  border-radius: 8px;
  margin: .3em 0;
}
.aleart02__block {
  display: block;
}
.aleart02__block:not(:last-of-type) {
  margin-bottom: 1em;
}

.alert02 {
  color:#F33;
  font-weight:bold;
  font-size: 80%;
}
.alert02 p {
  margin: .3em 0;
  font-size: 16px;
  border: 2px #F00;
  background-color: #FDD;
  border-radius: 8px;
  padding: 6px 12px;
  text-align: left;
}
@media (max-width: 768px) {
  .alert02 p {
    font-size: 14px;
  }
}












/* modForm02
================================================ */
/* checkbox */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
/*checkbox*/
.modForm02__checkbox {
}
.modForm02__checkboxInput {
  display: none;
}
.modForm02__checkboxLabel {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.modForm02__checkboxLabel:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #EFEFEF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.modForm02__checkboxText {
  display: inline-block;
  min-height: 34px;
  margin-left: 45px;
  padding-top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A0A0A0;
}
.modForm02__checkboxText::before,
.modForm02__checkboxText::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.modForm02__checkboxText::before {
  height: 20px;
  top: 26px;
  left: 15px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.modForm02__checkboxText::after {
  height: 12px;
  top: 16px;
  left: 5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modForm02__checkboxInput:checked + .modForm02__checkboxLabel:before {
  background-color: #01A0C8;
}

.modForm02__checkboxInput:checked + .modForm02__checkboxLabel .modForm02__checkboxText {
  color: #01A0C8;
}

.modForm02__checkboxInput:checked + .modForm02__checkboxLabel .modForm02__checkboxText:after {
  height: 12px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.modForm02__checkboxInput:checked + .modForm02__checkboxLabel .modForm02__checkboxText:before {
  height: 20px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}


@media (min-width: 769px) {
  .modForm02__checkbox {
    display: inline-block;
    min-height: 34px;
    padding: 0 40px 10px 0;
  }
}

@media (max-width: 768px) {
  .modForm02__checkbox {
    min-height: 30px;
    padding: 0 0 10px 0;
  }
  .modForm02__checkboxLabel:before {
    width: 30px;
    height: 30px;
  }
  .modForm02__checkboxText {
    min-height: 30px;
    margin-left: 40px;
    padding-top: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modForm02__checkboxText::before,
  .modForm02__checkboxText::after {
    width: 4px;
    border-radius: 5px;
  }
  .modForm02__checkboxText::before {
    height: 18px;
    top: 24px;
    left: 13px;
  }
  .modForm02__checkboxText::after {
    height: 10px;
    top: 14px;
    left: 3px;
  }
  .modForm02__checkboxInput:checked + .modForm02__checkboxLabel .modForm02__checkboxText:after {
    height: 10px;
  }
  .modForm02__checkboxInput:checked + .modForm02__checkboxLabel .modForm02__checkboxText:before {
    height: 18px;
  }
}


/*radio*/
.modForm02__radio {
}
.modForm02__radioInput {
  display: none;
}
.modForm02__radioLabel {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.modForm02__radioLabel:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.modForm02__radioText {
  display: inline-block;
  min-height: 34px;
  margin-left: 45px;
  padding-top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A0A0A0;
}
.modForm02__radioText:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #FFAE00;
  border-radius: 50%;
  opacity: 0;
  -moz-animation: dothabottomcheck 0.2s ease 0s;
  -o-animation: dothabottomcheck 0.2s ease 0s;
  -webkit-animation: dothabottomcheck 0.2s ease 0s;
  animation: dothabottomcheck 0.2s ease 0s;
  transition: all ease .5;
}

.modForm02__radioInput:checked + .modForm02__radioLabel:before {
  border: 3px solid #FFAE00;
}
.modForm02__radioInput:checked + .modForm02__radioLabel .modForm02__radioText:after {
  opacity: 1;
}


@media (min-width: 769px) {
  .modForm02__radio {
    display: inline-block;
    min-height: 34px;
    padding: 0 40px 10px 0;
  }
}

@media (max-width: 768px) {
  .modForm02__radio {
    min-height: 30px;
    padding: 0 0 10px 0;
  }
  .modForm02__radioLabel:before {
    width: 30px;
    height: 30px;
  }
  .modForm02__radioText {
    min-height: 30px;
    margin-left: 40px;
    padding-top: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modForm02__radioText:after {
    left: 8px;
    width: 13px;
    height: 13px;
  }
  .modForm02__radioInput:checked + .modForm02__radioLabel:before {
    border: 3px solid #FFAE00;
  }
}




/* modal
================================================ */
.modal-body {
  padding: 20px 9% 25px;
}
.modal__btns {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.modal__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  background-color: #adc646;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.0rem;
  margin: 0 10px;
}
.modal__btn.is_return {
  background-color: #e6e6e6;
  color: #333333;
}

.modal__btn:not(:first-of-type) {
  margin-left: 20px;
}
.modal-header {
  border-bottom: 1px dotted #e71e19;
}
.modal-title {
  color: #e71e19;
}
.modal-content {
  overflow-wrap : break-word;
}
.modal-content .lead {
  font-size: 1.8rem;
  margin: 0;
}
.modal-footer {
  border-top: 1px dotted #e71e19;
}
.news-image {
  text-align: center;
}



@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 15px 9% 15px;
  }
  .modal__btn {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
  .modal__btn:not(:first-of-type) {
    margin-left: 10px;
  }
  .modal-content .lead {
    font-size: 1.6rem;
  }
  #report_theday.modal,
  #report_gather.modal {
    padding-right: 0 !important;
  }
}


/* modalForm
================================================ */
.modalForm {
  text-align: left;

}
.modalForm__unit {
  padding: 10px 0;

}
.modalForm__title {
  padding: 10px;
  background-color: #f1f1f1;
  margin: 10px 0;
}
.modalForm__cont {
  
}
.modalForm__contBlock {
  /*border-bottom: 1px dotted #ccc;*/

}
.modalForm__contBlock.is_flex {
  display: flex;
  
}
.modalForm__cont input.datepicker,
.modalForm__cont input.timepicker {
  width: 120px;

}
.modalForm__cont img.ui-datepicker-trigger {
  width: 40px;
  height: auto;
  margin-left: 0.5em;
}
.modalForm__cont .modForm02__radioText {
  margin-left: 40px;
  padding-top: 6px;
}
.modalForm input[name="capable_term_start"],
.modalForm input[name="capable_term_end"] {
  margin-left: -10px;
}
.modalForm__contTitle {
  padding: 10px;
  margin-right: 20px;
}
.modalForm__contInput .form_select {
  width: 100px;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 8px;
}


/* newsModal
================================================ */
.newsModalMeta .badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e71e19;
  border-radius: 10px;
}

div[id^="newsDetail"] .modal-body {
  padding: 40px;
}
@media (max-width: 768px) {
  div[id^="newsDetail"] .modal-body {
    padding: 20px;
  }
}




/* modSearch01
================================================ */
.modSearch01 {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 40px;
  border: 1px solid #e6e6e6;
}
.modSearch01__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
}
.modSearch01__cont .form_date {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.modSearch01__cont .form-control {
  flex: 1 1 0%;
  max-width: 295px;
}
.modSearch01__cont .ui-datepicker-trigger {
  width: 40px;
  height: 40px;
}


.modSearch01_btn {
  margin: 30px 0 0;
  text-align: center;
}
.modSearch01_btnSubmit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 388px;
  height: 60px;
  line-height: 60px;
  border-radius: 16px;
  background-color: #adc646;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.0rem;
}
@media (max-width: 768px) {
  .modSearch01 {
    max-width: inherit;
    margin: 0 auto 30px;
    padding: 20px 12px;
  }
  .modSearch01__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .modSearch01__cont .form_date {
  }
  .modSearch01__cont .form-control {
    max-width: inherit;
  }
  .modSearch01_btn {
    margin: 20px 0 0;
  }
  .modSearch01_btnSubmit {
    width: 80%;
    height: 60px;
    line-height: 60px;
    border-radius: 16px;
    font-size: 1.8rem;
  }
}




/* ページ内リンク位置調整
================================================ */
.pageLink {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .pageLink {
    margin-top: -50px;
    padding-top: 50px;
  }
}




/* aboutArea
================================================ */
.aboutArea {
  margin-top: 200px;
  margin-bottom: 50px;
}
.aboutArea__inner {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.aboutArea__link {
  padding-left: 25px;
  font-size: 1.7rem;
  position: relative;
  text-decoration: underline;
}
.aboutArea__link:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(/img/icon_manual.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .aboutArea {
    margin-bottom: 0;
  }
  .aboutArea__inner {
    padding: 0;
    margin-bottom: 70px;
    text-align: center;
    border: none;
  }
  .aboutArea__link {
    padding-left: 22px;
  }
  .aboutArea__link:before {
    /*width: 14px;*/
    /*height: 18px;*/
  }
}
@media (max-width: 480px) {
}



/* #alert_sec
================================================ */
#alert_sec {
  margin: 20px 0;
}
#alert_sec .container {
  padding: 0;
}
#alert_sec .container .unit {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #fff;
  background: #e71e19;
}
#alert_sec .container .unit:nth-child(even) {
  background: #FF4F0C;
}
#alert_sec .container .unit:hover {
  text-decoration: none;
  opacity: 0.8;
}
#alert_sec h2 {
  margin: 0;
  width: 170px;
  padding-left: 70px;
  border-right: 1px dashed #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
#alert_sec dl {
  margin: 0 0 0 30px;
}
#alert_sec dt,
#alert_sec dd {
  font-size: 12px;
  font-size: 1.2rem;
}
#alert_sec dt {
  width: 126px;
  float: left;
  font-weight: normal;
}
#alert_sec dd {
  margin-left: 123px;
}
@media (max-width: 768px) {
  #alert_sec {
    margin: 10px 0;
  }
  #alert_sec .container .unit {
    display: block;
    height: auto;
    padding: 10px;
  }
  #alert_sec h2 {
    border: none;
    border-bottom: 1px dashed #fff;
    width: auto;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
  }
  #alert_sec dl {
    margin: 0;
  }
  #alert_sec dt,
  #alert_sec dd {
    font-size: 1.0rem;
  }
  #alert_sec dt {
    width: 110px;
  }
  #alert_sec dd {
    margin-left: 110px;
  }
}
@media (max-width: 480px) {
  #alert_sec dl {
  }
}

