@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  min-height: 100%;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
  background: #faf9f5 url("../../shared/images/header-bg.gif") 0 0 repeat-x;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, address, input, textarea, p, blockquote, caption, th, td, label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
a:focus {
  outline: none;
}
ul, ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
/*====================
	HEADER
*/
.sitelogo img {
  display: block;
}
.sitelogo a {
  display: block;
}
section {
  width: 100%;
}
.title {
  margin: 0 auto 20px;
  padding: 0.5em 0;
  border-bottom: 4px solid #0096ff;
  font-size: 2rem;
  font-weight: 700;
}
.sub-title {
  margin: 0 auto 10px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border: 4px solid #a2d9ff;
  background: #fff;
}
.lead {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
ul.listdisc {
  list-style: disc !important;
}
.listdisc li {
  margin: 0.5em 0.5em 0.5em 1.5em !important;
}
.btn-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
#copyright {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #f5f3eb url("../../shared/images/footer_bg.gif") 0 100% repeat-x;
}
.error_messe {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 939px) {
  #headtext {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
  }
  #headtext span {
    display: block;
  }
  .sitelogo img {
    display: block;
    margin: 10px auto;
  }
  .headerNav_wrap {
    display: none;
  }
  #footer {
    width: 100%;
    font-size: 1.3rem;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 5%;
    padding-bottom: 20px;
    width: 90%;
  }
  #footNavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  #footNavi li {
    padding-bottom: 10px;
  }
  #footNavi li a {
    padding: 0 10px;
    text-decoration: none;
  }
  #footNavi a:hover {
    text-decoration: underline;
  }
  #footer address {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 940px) {
  #headtext, .recruit-header-container {
    margin: 0 auto;
    max-width: 940px;
  }
  .recruit-header-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 56px;
  }
  #headtext {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 24px;
  }
  .headerNav_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 70px;
    height: 100%;
    background: url("../../shared/images/logo_kintakun.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .headerNav {
    display: flex;
  }
  .headerNav li {
    overflow: hidden;
  }
  .headerNav li a {
    display: block;
    margin-left: 12px;
    height: 14px;
    overflow: hidden;
  }
  .headerNav li a:hover img {
    position: relative;
    top: -14px;
  }
  #footer {
    width: 100%;
    height: 120px;
    font-size: 1.3rem;
  }
  .footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 940px;
    height: 90px !important;
  }
  #footNavi {
    display: flex;
    justify-content: space-between;
  }
  #footNavi li {
    padding-right: 10px;
  }
  #footNavi li a {
    text-decoration: none;
  }
  #footNavi a:hover {
    text-decoration: underline;
  }
}
.recruitform {
  margin: 0 auto 30px;
  width: 100%;
}
.form_wrap > li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #d2d2d2;
  overflow: hidden;
}
.form_required::after {
  content: "必須";
  margin-left: 5px;
  padding: 2px;
  font-size: 11px;
  color: #fff;
  background: #d81900;
}
.submit_wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
  padding: 10px 0 30px 0;
  width: 100%;
  border-bottom: 2px solid #d2d2d2;
}
.submit_wrap input {
  padding: 0.3em;
  width: 15em;
  border-radius: 10px;
}
#privacypolicy {
  padding: 1em;
  background: #fff;
}
#privacypolicy dt {
  font-weight: 700;
}
#privacypolicy dd {
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
  .sitelogo {
    margin: 20px auto;
    max-width: 100%;
    height: auto;
  }
  .topicPath {
    margin: 20px 0;
  }
  .topicPath span, .topicPath a {
    font-size: 1.2rem;
  }
  main {
    margin: 0 5%;
    width: 90%;
  }
  main section {
    padding-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .recruitform th, .recruitform td {
    display: block;
    padding: 0.5em;
    text-align: left;
  }
  input[type="text"], textarea {
    display: block;
    width: 100%;
  }
  .form_label1 {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .form_itemselect > li {
    padding: 10px 0;
  }
  .privacypolicy_wrap {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    overflow-y: scroll;
  }
  #privacypolicy {
    padding: 10px;
    font-size: 1.4rem;
  }
  .privacypolicy_title {
    font-size: 1.6rem;
  }
  .privacypolicy_wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .sp {
    display: none;
  }
  .topicPath {
    margin: 20px 0;
  }
  .topicPath span, .topicPath a {
    font-size: 1.4rem;
  }
  main {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 90%;
    max-width: 810px;
  }
  main section {
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .title {
    margin: 0 auto 20px;
    padding: 0.2em 0;
    font-size: 3rem;
  }
  .sub-title {
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 1.8rem;
  }
  textarea {
    display: block;
    width: calc(100% - 200px);
  }
  .recruitform {
    margin: 0 auto 50px;
  }
  .form_label {
    width: 200px;
  }
  .form_label1 {
    float: left;
    /*padding: 0.5em 0;*/
    width: 200px;
    font-weight: 700;
  }
  .form_itemselect {
    margin-left: 200px;
  }
  .form_itemselect > li {}
  .input_notice {
    /*margin-left: 200px;*/
    margin-left: 1em;
  }
  .postage-list, .order-guide-detail {
    margin: 0 auto 30px;
    max-width: 100%;
    border-top: 1px solid #d2d2d2;
  }
  .postage-list th, .postage-list td, .order-guide-detail th, .order-guide-detail td {
    padding: 1em 0;
    border-bottom: 1px solid #d2d2d2;
  }
  .privacypolicy_wrap {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    overflow-y: scroll;
  }
  #privacypolicy {
    padding: 20px;
    font-size: 1.5rem;
  }
  .privacypolicy_title {
    font-size: 1.7rem;
  }
  .privacypolicy_wrap {
    margin-bottom: 30px;
  }
}
#form_confirm label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.recruit_header {
  margin-bottom: 20px;
}
.recruitdetail {
  margin-bottom: 50px;
  width: 100%;
}
.recruitdetail th, .recruitdetail td {
  display: block;
}
.recruitdetail th, .recruitdetail td {
  display: block;
  text-align: left;
  font-size: 1.5rem;
}
.recruitdetail th {
  padding-top: 0.5em;
  font-weight: 700;
}
.recruitdetail_button {
  border-bottom: none !important;
}
.recruitdetail td {
  padding: 0.5em 0;
  border-bottom: 1px solid #d2d2d2;
}
.recruitdetail_button {
  text-align: center;
}
.recruitdetail_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  padding: 1em;
  width: 80%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-decoration: none;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border-radius: 10px;
  background-color: #0096ff;
  background-image: url("../img/arrow-wht.svg");
  background-position: 100% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.recruitdetail_button a:hover {
  color: #0096ff;
  outline: 2px solid rgb(0, 150, 255); /*outlineでドットの線を追加*/
  outline-offset: -2px;
  background-color: #fff;
  background-image: url("../img/arrow-blu.svg");
}
.phonenumber {
  width: 100%;
}
.phonenumber th, .phonenumber td {
  padding: 1em;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 2;
}
.phonenumber em {
  font-size: 2rem;
}
@media (min-width: 600px) {
  .sp {
    display: none;
  }
  .lead {
    font-size: 1.6rem;
  }
  .recruitdetail th, .recruitdetail td {
    display: table-cell;
    padding: 1em 0;
    border-top: 1px solid #d2d2d2;
    font-size: 1.6rem;
  }
  .recruitdetail th {
    width: 10em;
    text-align: center;
  }
  .recruitdetail_button a {
    width: 60%;
    font-size: 1.8rem;
  }
}