@charset "UTF-8";
#jobHeader {
  background-image: url(../img/job_header_min.jpg);
}

#jobContent .searchList,
#jobContent article {
  padding-top: 60px;
  background: #eee;
}

@media screen and (max-width: 600px) {
  #jobContent .searchList,
  #jobContent article {
    padding-top: 30px;
  }
}

#jobContent .searchList .secTtl,
#jobContent article .secTtl {
  margin-bottom: 20px;
  color: #a0a0a0;
}

#jobContent .searchList .secTtl + p,
#jobContent article .secTtl + p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

#jobContent .searchSort {
  overflow: hidden;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 200px;
  background: #fff;
  -webkit-box-align: center;
  align-items: center;
}

#jobContent .searchSort > * {
  font-size: 12px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#jobContent .searchSort a {
  display: block;
  padding: 8px 0;
}

#jobContent .searchSort a:hover {
  background: #007fc1;
  color: #fff;
}

#jobContent .searchSort .active {
  background: #007fc1;
  color: #fff;
}

#jobContent .resultBox .jobBox {
  margin-top: 15px;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #jobContent .resultBox .jobBox {
    padding: 15px;
  }
}

#jobContent .resultBox .jobBox + li {
  margin-top: 40px;
}

#jobContent .resultBox .jobHeader {
  margin-top: 8px;
}

@media screen and (max-width: 600px) {
  #jobContent .resultBox .jobHeader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#jobContent .resultBox .jobHeader .img {
  width: 245px;
  margin-right: 15px;
  background: #eee;
}

@media screen and (max-width: 600px) {
  #jobContent .resultBox .jobHeader .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

#jobContent .resultBox .jobHeader .tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  #jobContent .resultBox .jobHeader .tx {
    width: 100%;
  }
}

#jobContent .resultBox h3 {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 1px;
}

#jobContent .resultBox h3 + p {
  margin-top: 5px;
  font-size: 12px;
}

#jobContent .resultBox .detail {
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

#jobContent .resultBox .detail dl {
  border-bottom: 1px solid #ccc;
}

#jobContent .resultBox .detail dt,
#jobContent .resultBox .detail dd {
  padding: 12px;
  font-size: 14px;
  letter-spacing: 1px;
}

#jobContent .resultBox .detail dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  padding-left: 45px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #jobContent .resultBox .detail dt {
    width: 40%;
    padding-left: 12px;
  }
}

#jobContent .resultBox .detail dt i {
  margin-right: 10px;
  color: #007fc1;
}

#jobContent .resultBox .detail dd {
  width: calc(100% - 250px);
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #jobContent .resultBox .detail dd {
    width: 60%;
  }
}

#jobContent .tagList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#jobContent .tagList li {
  margin: 0 8px 8px 0;
  padding: 4px 20px;
  border: 1px solid #92d1f1;
  font-size: 12px;
  color: #007fc1;
  letter-spacing: 1px;
}

#jobContent .tagList .new {
  border-color: red;
  background: red;
  color: #fff;
}

#jobContent .tagList .employee {
  background: #92d1f1;
  color: #fff;
}

#jobContent .actionButton {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 200px;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton {
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#jobContent .actionButton > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#jobContent .actionButton a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

#jobContent .actionButton a:hover {
  opacity: .7;
}

#jobContent .actionButton [class$="Add"] i {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .historyAdd {
    -ms-flex-order: 3;
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

#jobContent .actionButton .historyAdd a {
  background: #007fc1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .historyAdd a {
    border-radius: 200px;
  }
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .favoriteAdd {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

#jobContent .actionButton .favoriteAdd a {
  background: #eee;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .favoriteAdd a {
    border: 1px solid #ccc;
    border-radius: 200px;
  }
}

#jobContent .actionButton .favoriteAdd i {
  color: #007fc1;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .goDetail {
    -ms-flex-order: 2;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

#jobContent .actionButton .goDetail a {
  color: #007fc1;
}

@media screen and (max-width: 768px) {
  #jobContent .actionButton .goDetail a {
    border: 1px solid #ccc;
    border-radius: 200px;
  }
}

#jobContent .actionButton .goDetail i {
  margin-left: 8px;
}

#jobContent .searchFooter .pagerUtil {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#jobContent article {
  padding-bottom: 60px;
}

@media screen and (max-width: 600px) {
  #jobContent article {
    padding-bottom: 30px;
  }
}

#jobContent article .resultBox h3 {
  margin-top: 30px;
  padding-left: 10px;
  border-bottom: none;
  border-left: 3px solid #007fc1;
}

#jobContent article .resultBox h3 + p {
  margin-top: 10px;
  font-size: 14px;
}

#jobContent article .resultBox .detail {
  margin: 60px 0;
  border-top: none;
}

#jobContent article .resultBox .detail dl {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#jobContent article .resultBox h4 {
  padding: 12px 0;
  background: #eee;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

#jobContent article .actionButton .favoriteAdd a {
  background: #fff;
}

@media screen and (max-width: 600px) {
  #jobContent.singleContent .jobBox {
    padding: 0;
  }
  #jobContent.singleContent .jobBox .tagList {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 15px;
  }
  #jobContent.singleContent .jobBox h3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 15px auto 0;
  }
  #jobContent.singleContent .jobBox .dutyDetail {
    width: calc(100% - 30px);
    margin: 15px auto 0;
  }
  #jobContent.singleContent .jobBox .detail {
    margin: 25px 0 15px;
  }
  #jobContent.singleContent .jobBox .detail dl {
    border-right: none;
    border-bottom: none;
    border-left: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #jobContent.singleContent .jobBox .detail dt,
  #jobContent.singleContent .jobBox .detail dd {
    border-bottom: 1px solid #ccc;
    border-left: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #jobContent.singleContent .jobBox .detail dt {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #jobContent.singleContent .jobBox ul:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #blogContent > .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
  #blogContent > .flex > :first-child {
    width: 100%;
  }
}

#blogContent .blogList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#blogContent .blogList > h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

#blogContent .blogList > h2 i {
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 30px;
  color: #007fc1;
}

#blogContent .blogList ul li {
  margin-top: 30px;
}

#blogContent .blogList ul a {
  padding: 20px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

#blogContent .blogList ul a:hover {
  opacity: .7;
}

#blogContent .blogList ul .img {
  width: 300px;
  height: 300px;
  margin-right: 15px;
}

@media screen and (max-width: 1280px) {
  #blogContent .blogList ul .img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 600px) {
  #blogContent .blogList ul .img {
    width: 70px;
    height: 70px;
  }
}

#blogContent .blogList ul section {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

#blogContent .blogList ul .excerpt {
  margin: 5px 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #blogContent .blogList ul .excerpt {
    display: none;
  }
}

#blogContent .blogList ul .btnNoArrow {
  margin-top: auto;
  text-align: right;
}

@media screen and (max-width: 600px) {
  #blogContent .blogList ul .btnNoArrow {
    margin-top: 10px;
  }
}

#blogContent .blogList .pagerUtil {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  #blogContent .blogList .pagerUtil {
    margin-top: 0;
  }
}

#blogContent .blogList .pagerUtil .pager {
  width: 100%;
}

#blogContent .blogHeader .flex {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  #blogContent .blogHeader .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

#blogContent .blogHeader .flex > * {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#blogContent .blogHeader .cat {
  padding: 6px 30px;
  background: #92d1f1;
}

#blogContent .blogHeader .time {
  color: #999;
}

#blogContent .blogHeader h2,
#blogContent .blogHeader h3 {
  margin-top: 20px;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #blogContent .blogHeader h2,
  #blogContent .blogHeader h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}

#blogContent article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#blogContent article .blogHeader .flex {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#blogContent article .blogHeader .time {
  margin-right: 30px;
}

#blogContent article .blogHeader h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

#blogContent article .blogSns {
  -ms-flex-pack: end;
  margin-top: 15px;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#blogContent article .blogSns li {
  margin-left: 15px;
}

#blogContent article .blogSns a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #blogContent article .blogSns a {
    width: 40px;
    height: 40px;
  }
}

#blogContent article .blogSns a:hover {
  opacity: .7;
}

#blogContent article .blogSns .twitter {
  background: #1da1f3;
}

#blogContent article .blogSns .facebook {
  background: #0075fb;
}

#blogContent article .blogSns i {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #blogContent article .blogSns i {
    font-size: 20px;
    line-height: 40px;
  }
}

#blogContent article .entry .img,
#blogContent article .entry .body {
  margin-top: 15px;
}

#blogContent article .entry .body > * {
  margin-top: 15px;
}

#blogContent article .entry .body a {
  color: #007fc1;
  text-decoration: underline;
}

#blogContent article .entry .body a:hover {
  text-decoration: none;
}

#blogContent article footer {
  margin-top: 60px;
}

#blogContent article footer ul {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #blogContent article footer ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#blogContent article footer a {
  display: block;
  padding: 10px;
  border-radius: 300px;
  font-size: 12px;
  letter-spacing: 1px;
}

#blogContent article footer [class$="Article"] {
  max-width: calc(50% - 80px);
}

@media screen and (max-width: 768px) {
  #blogContent article footer [class$="Article"] {
    margin-top: 10px;
  }
}

#blogContent article footer [class$="Article"] a {
  padding: 10px 40px;
  background: #eee;
  color: #222;
}

#blogContent article footer [class$="Article"] a:hover {
  background: #007fc1;
  color: #fff;
}

#blogContent article footer .backToList {
  width: 140px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #blogContent article footer .backToList {
    margin-top: 10px;
  }
}

#blogContent article footer .backToList a {
  background: #007fc1;
  color: #fff;
}

#blogContent article footer .backToList a:hover {
  background: #eee;
  color: #222;
}

#newsContent .newsList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#newsContent .newsList > h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

#newsContent .newsList > h2 img {
  width: auto;
  margin-right: 10px;
}

#newsContent .newsList ul li {
  margin-top: 30px;
}

#newsContent .newsList ul a {
  padding: 20px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

#newsContent .newsList ul a:hover {
  opacity: .7;
}

#newsContent .newsList ul .img {
  width: 300px;
  height: 300px;
  margin-right: 15px;
}

@media screen and (max-width: 1280px) {
  #newsContent .newsList ul .img {
    width: 180px;
    height: 180px;
  }
}

#newsContent .newsList ul section {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

#newsContent .newsList ul .excerpt {
  margin: 5px 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#newsContent .newsList ul .btnNoArrow {
  margin-top: auto;
  text-align: right;
}

#newsContent .newsList .pagerUtil {
  margin-top: 60px;
}

#newsContent .newsList .pagerUtil .pager {
  width: 100%;
}

#newsContent .newsHeader .flex {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

#newsContent .newsHeader .flex > * {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#newsContent .newsHeader .cat {
  padding: 6px 30px;
  background: #92d1f1;
}

#newsContent .newsHeader .time {
  color: #999;
}

#newsContent .newsHeader h2,
#newsContent .newsHeader h3 {
  margin-top: 20px;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}

#newsContent article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#newsContent article .newsHeader .flex {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#newsContent article .newsHeader .time {
  margin-right: 30px;
}

#newsContent article .newsHeader h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

#newsContent article .newsSns {
  -ms-flex-pack: end;
  margin-top: 15px;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#newsContent article .newsSns li {
  margin-left: 15px;
}

#newsContent article .newsSns a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
}

#newsContent article .newsSns a:hover {
  opacity: .7;
}

#newsContent article .newsSns .twitter {
  background: #1da1f3;
}

#newsContent article .newsSns .facebook {
  background: #0075fb;
}

#newsContent article .newsSns i {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}

#newsContent article .entry .img,
#newsContent article .entry .body {
  margin-top: 15px;
}

#newsContent article .entry .body > * {
  margin-top: 15px;
}

#newsContent article .entry .body a {
  color: #007fc1;
  text-decoration: underline;
}

#newsContent article .entry .body a:hover {
  text-decoration: none;
}

#newsContent article footer {
  margin-top: 60px;
}

#newsContent article footer ul {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#newsContent article footer a {
  display: block;
  padding: 10px;
  border-radius: 300px;
  font-size: 12px;
  letter-spacing: 1px;
}

#newsContent article footer [class$="Article"] {
  max-width: calc(50% - 80px);
}

#newsContent article footer [class$="Article"] a {
  padding: 10px 40px;
  background: #eee;
  color: #222;
}

#newsContent article footer [class$="Article"] a:hover {
  background: #007fc1;
  color: #fff;
}

#newsContent article footer .backToList {
  width: 140px;
  margin: 0 10px;
  text-align: center;
}

#newsContent article footer .backToList a {
  background: #007fc1;
  color: #fff;
}

#newsContent article footer .backToList a:hover {
  background: #eee;
  color: #222;
}

#companyHeader {
  background-image: url(../img/company_header_min.jpg);
}

#companyHeader i {
  font-size: 32px;
}

#companyContent dl {
  border-bottom: 1px solid #ddd;
}

#companyContent dt,
#companyContent dd {
  padding: 20px;
}

@media screen and (max-width: 400px) {
  #companyContent dt,
  #companyContent dd {
    padding: 10px;
  }
}

#companyContent dt {
  width: 150px;
  color: #007fc1;
}

@media screen and (max-width: 768px) {
  #companyContent dt {
    width: 100px;
  }
}

@media screen and (max-width: 400px) {
  #companyContent dt {
    width: 75px;
  }
}

#companyContent dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#policyHeader {
  background-image: url(../img/policy_header_min.jpg);
}

#policyHeader i {
  font-size: 32px;
}

#policyContent .intro {
  padding: 30px;
  background: #eee;
}

@media screen and (max-width: 600px) {
  #policyContent .intro {
    padding: 20px;
  }
}

#policyContent .intro h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

#policyContent article > *:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  #policyContent article > *:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  #policyContent article section:not(.intro) > *:not(h4) {
    padding-left: 0;
  }
}

#policyContent article section *:not(h3):not(h4) {
  font-size: 14px;
  font-weight: 500;
}

#policyContent article section p,
#policyContent article section ol,
#policyContent article section dl:first-of-type {
  margin-top: 10px;
}

#policyContent article h4 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 16px;
  font-weight: 500;
  color: #007fc1;
  letter-spacing: 1px;
}

#policyContent article p + ol {
  margin: 20px 0 0 1em;
}

#policyContent article ol li {
  padding-left: 2.2em;
  list-style: none;
  text-indent: -2.2em;
  counter-increment: policyNum;
}

#policyContent article ol li::before {
  margin-right: 5px;
  content: "(" counter(policyNum) ")";
}

#policyContent article dt {
  width: 60px;
}

#policyContent article dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#policyContent article .right {
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}

#legalHeader {
  background-image: url(../img/legal_header_min.jpg);
}

#legalHeader i {
  font-size: 32px;
}

#legalContent section + section {
  margin-top: 60px;
}

#legalContent [class^="blc"] {
  counter-reset: legalNum;
}

#legalContent [class^="blc"] section > *:not(:first-child) {
  margin-top: 20px;
}

#legalContent h3 {
  padding: 15px 20px;
  background: #007fc1;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #legalContent h3 {
    padding: 10px;
    font-size: 16px;
  }
}

#legalContent h4,
#legalContent h5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #legalContent h4,
  #legalContent h5 {
    font-size: 16px;
  }
}

#legalContent h4 {
  margin: 30px 0 10px;
  color: #007fc1;
}

#legalContent h5 {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  counter-increment: legalNum;
}

#legalContent h5::before {
  content: counter(legalNum) ".";
}

#legalContent h5 span::before {
  content: '（';
}

#legalContent h5 span::after {
  content: '）';
}

#legalContent *:not(h3):not(h4):not(h5):not(span) {
  font-size: 15px;
}

#legalContent ol {
  counter-reset: legalNumOl;
}

#legalContent ol li {
  margin-left: .5em;
  padding-left: 2.6em;
  list-style: none;
  text-indent: -2.6em;
  counter-increment: legalNumOl;
}

#legalContent ol li::before {
  content: "（" counter(legalNumOl) "）";
}

#legalContent ol li p {
  padding-left: 0;
  text-indent: 0;
}

#legalContent dl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#legalContent dl + dl {
  margin-top: 10px;
}

#legalContent dt {
  color: #007fc1;
}

#legalContent dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#legalContent .blc02 div {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #legalContent .blc03 dl {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#recruitmentHeader {
  background-image: url(../img/recruitment_header_min.jpg);
}

#recruitmentHeader i {
  font-size: 38px;
}

#recruitmentContent .recruitmentHeader .intro {
  font-size: 18px;
}

#recruitmentContent .recruitmentHeader .intro span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff344));
  background: -webkit-linear-gradient(transparent 50%, #fff344 50%);
  background: linear-gradient(transparent 50%, #fff344 50%);
}

#recruitmentContent .recruitmentList li {
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList li {
    margin-top: 50px;
  }
}

#recruitmentContent .recruitmentList li > .flex {
  -ms-flex-pack: center;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList li > .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
}

#recruitmentContent .recruitmentList .imgBox {
  position: relative;
  margin-right: 50px;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .imgBox {
    margin-right: 0;
  }
}

#recruitmentContent .recruitmentList .imgBox::before {
  position: absolute;
  right: -25px;
  bottom: 10px;
  width: 124px;
  height: 30px;
  background: url(/assets/img/profile.svg) center no-repeat;
  content: "";
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .imgBox::before {
    bottom: 5px;
    width: 100px;
    height: 30px;
    content: "";
  }
}

#recruitmentContent .recruitmentList .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 200px;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
  }
}

#recruitmentContent .recruitmentList .profile {
  padding: 5px 20px;
  border-left: 4px solid #eee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .profile {
    margin-top: 20px;
    padding: 10px 0 0;
    border-top: 4px solid #eee;
    border-left: none;
  }
}

#recruitmentContent .recruitmentList .profile .name {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .profile .name {
    padding-left: 0;
  }
}

#recruitmentContent .recruitmentList .profile .name span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #007fc1;
  letter-spacing: 1px;
}

#recruitmentContent .recruitmentList .profile dl {
  margin-top: 10px;
}

#recruitmentContent .recruitmentList .profile dt {
  padding: 5px 20px;
  border-radius: 6px;
  background: #eee;
  font-size: 18px;
  font-weight: 500;
}

#recruitmentContent .recruitmentList .profile dd {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .profile dd {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #recruitmentContent .recruitmentList .btn {
    margin-top: 25px;
  }
}

#recruitmentContent .recruitmentList .btn a {
  padding: 12px 70px;
}

@media screen and (max-width: 768px) {
  #recruitmentContent .recruitmentList .btn a {
    padding: 6px 30px;
  }
}

#faqHeader {
  background-image: url(../img/faq_header_min.jpg);
}

#faqHeader i {
  font-size: 42px;
}

#faqContent li + li {
  margin-top: 30px;
}

#faqContent section > * {
  position: relative;
}

#faqContent section > *::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  content: "";
}

#faqContent section h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 45px;
  padding-top: 8px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

#faqContent section h3::before {
  background: #92d1f1;
  line-height: 38px;
  color: #007fc1;
  content: 'Q';
}

#faqContent section .answer {
  margin-top: 15px;
  padding: 45px 45px 45px 60px;
  background: #f5fafc;
  font-size: 14px;
  letter-spacing: 1px;
}

#faqContent section .answer::before {
  background: #007fc1;
  line-height: 42px;
  color: #fff;
  content: 'A';
}

#infoHeader {
  padding: 90px 0;
  background-image: url(../img/info_header_min.jpg);
}

@media screen and (max-width: 1024px) {
  #infoHeader {
    padding: 60px 0;
  }
}

#infoHeader i {
  font-size: 45px;
}

#infoHeader .catch {
  -ms-flex-pack: center;
  margin-top: 30px;
  -webkit-box-pack: center;
  justify-content: center;
}

#infoHeader h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  #infoHeader h3 {
    font-size: 22.5px;
  }
}

@media screen and (max-width: 600px) {
  #infoHeader h3 {
    font-size: 15px;
    letter-spacing: 0;
  }
}

#infoHeader p {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 60px;
  line-height: 1;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #infoHeader p {
    font-size: 45px;
  }
}

@media screen and (max-width: 600px) {
  #infoHeader p {
    font-size: 21px;
  }
}

#infoHeader p::before, #infoHeader p::after {
  position: absolute;
  font-size: 45px;
}

@media screen and (max-width: 600px) {
  #infoHeader p::before, #infoHeader p::after {
    font-size: 21px;
  }
}

#infoHeader p::before {
  top: 0;
  left: -1em;
  content: '「';
}

#infoHeader p::after {
  right: -20px;
  bottom: 0;
  content: '」';
}

@media screen and (max-width: 600px) {
  #infoHeader p::after {
    right: 6px;
  }
}

#infoHeader .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(15%, #fff344));
  background: -webkit-linear-gradient(transparent 80%, #fff344 15%);
  background: linear-gradient(transparent 80%, #fff344 15%);
}

#infoHeader .color {
  color: #fff344;
}

@media screen and (max-width: 1024px) {
  #infoHeader .linefeed {
    display: block;
    text-align: right;
  }
}

#infoContent nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #infoContent nav ul {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

#infoContent nav li {
  margin: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #infoContent nav li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

#infoContent nav a {
  position: relative;
  display: block;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  text-align: center;
}

#infoContent nav a::before {
  position: absolute;
  right: 10px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #20b2e0;
  content: '\f078';
}

#infoContent article > section {
  padding: 60px 0;
}

#infoContent article .secTtl {
  margin-bottom: 30px;
}

#infoContent article .btn a {
  padding: 12px 70px;
}

@media screen and (max-width: 768px) {
  #infoContent article .btn a {
    padding: 6px 30px;
  }
}

#infoContent #advantages li {
  -ms-flex-align: start;
  counter-increment: advantagesNum;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #infoContent #advantages li {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#infoContent #advantages li + li {
  margin-top: 45px;
}

#infoContent #advantages li:nth-child(even) .img {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

#infoContent #advantages li:nth-child(even) .tx {
  -ms-flex-order: 1;
  margin: 0 30px 0 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

#infoContent #advantages .img {
  overflow: hidden;
  width: calc(100% / 3);
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #infoContent #advantages .img {
    -ms-flex-order: 2;
    width: 90%;
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

#infoContent #advantages .tx {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #infoContent #advantages .tx {
    -ms-flex-order: 1;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

#infoContent #advantages .tx::before {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #007fc1;
  letter-spacing: 6px;
  content: counter(advantagesNum, decimal-leading-zero);
}

#infoContent #advantages .tx h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

#infoContent #advantages .tx p {
  margin-top: 10px;
}

#infoContent #registrantInformation .img {
  margin-top: 30px;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#infoContent #introduction ul {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #infoContent #introduction ul {
    margin: 0 -7.5px;
  }
}

#infoContent #introduction li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  #infoContent #introduction li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #infoContent #introduction li {
    width: 50%;
    padding: 0 7.5px;
  }
  #infoContent #introduction li:nth-child(n+3) {
    margin-top: 15px;
  }
}

#infoContent #introduction a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 15px 30px 15px 10px;
  border: 3px solid #dff0ff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}

#infoContent #introduction a:hover {
  border-color: #007fc1;
  background: #007fc1;
  color: #fff;
}

#infoContent #introduction a:hover::before {
  color: #fff;
}

#infoContent #introduction a::before {
  position: absolute;
  right: 10px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #007fc1;
  content: '\f054';
}

#infoContent #infoFlow {
  background: #dff0ff;
}

#infoContent #infoFlow li {
  list-style: none;
}

#infoContent #infoFlow li + li {
  margin-top: 20px;
}

@media screen and (min-width: 601px) {
  #infoContent #infoFlow li:nth-child(1) dt::before {
    background-image: url(/assets/img/flow01.svg);
    background-size: 43px auto;
  }
  #infoContent #infoFlow li:nth-child(2) dt::before {
    background-image: url(/assets/img/flow02.svg);
    background-size: 44px auto;
  }
  #infoContent #infoFlow li:nth-child(3) dt::before {
    background-image: url(/assets/img/flow03.svg);
    background-size: 42px auto;
  }
  #infoContent #infoFlow li:nth-child(4) dt::before {
    background-image: url(/assets/img/flow04.svg);
    background-size: 46px auto;
  }
  #infoContent #infoFlow li:nth-child(5) dt::before {
    background-image: url(/assets/img/flow05.svg);
    background-size: 52px auto;
  }
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow li:nth-child(1) dt::before {
    background-image: url(/assets/img/flow01.svg);
    background-size: 33px auto;
  }
  #infoContent #infoFlow li:nth-child(2) dt::before {
    background-image: url(/assets/img/flow02.svg);
    background-size: 34px auto;
  }
  #infoContent #infoFlow li:nth-child(3) dt::before {
    background-image: url(/assets/img/flow03.svg);
    background-size: 32px auto;
  }
  #infoContent #infoFlow li:nth-child(4) dt::before {
    background-image: url(/assets/img/flow04.svg);
    background-size: 36px auto;
  }
  #infoContent #infoFlow li:nth-child(5) dt::before {
    background-image: url(/assets/img/flow05.svg);
    background-size: 42px auto;
  }
}

#infoContent #infoFlow dl {
  overflow: hidden;
  -ms-flex-align: center;
  border: 2px solid #007fc1;
  border-radius: 10px;
  background: #fff;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow dl {
    -ms-flex-direction: column;
    flex-direction: column;
    background: #007fc1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#infoContent #infoFlow dt {
  position: relative;
  padding: 40px 105px 40px 40px;
  background: #007fc1;
  font-size: 36px;
  line-height: 1;
  color: #fff344;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow dt {
    display: inline-block;
    padding: 16px 48px 16px 0;
    background: none;
    font-size: 30px;
  }
}

#infoContent #infoFlow dt::before {
  position: absolute;
  right: 40px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow dt::before {
    right: 0;
    width: 40px;
    height: 40px;
    content: "";
  }
}

#infoContent #infoFlow dt span {
  font-size: 48px;
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow dt span {
    font-size: 36px;
  }
}

#infoContent #infoFlow dd {
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  #infoContent #infoFlow dd {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 40px 20px;
    background: #fff;
    line-height: 1.4;
  }
  #infoContent #infoFlow dd::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 11px);
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 900;
    color: #eee;
    content: '\f078';
  }
}

@media screen and (max-width: 768px) {
  #infoContent #qa dl + dl {
    margin-top: 30px;
  }
}

#infoContent #qa dt,
#infoContent #qa dd {
  -ms-flex-align: start;
  width: 70%;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dt,
  #infoContent #qa dd {
    width: 100%;
  }
}

#infoContent #qa dt img,
#infoContent #qa dd img {
  width: 130px;
  height: 130px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dt img,
  #infoContent #qa dd img {
    width: 80px;
    height: 80px;
  }
}

#infoContent #qa dt p,
#infoContent #qa dd p {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#infoContent #qa dt p::before,
#infoContent #qa dd p::before {
  position: absolute;
  bottom: 20px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  content: "";
}

#infoContent #qa dt p {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dt p {
    margin-left: 30px;
  }
}

#infoContent #qa dt p::before {
  left: -38px;
  border-right: 30px solid #f4fafe;
}

#infoContent #qa dt p::after {
  position: absolute;
  bottom: 20px;
  left: -12px;
  display: block;
  width: 30px;
  height: 30px;
  background: #f4fafe;
  -webkit-box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.4);
  content: "";
  -webkit-transform: rotate(135deg) skew(24deg, 24deg);
  transform: rotate(135deg) skew(24deg, 24deg);
}

#infoContent #qa dt span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 30px;
  border-radius: 30px;
  background: #f4fafe;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dt span {
    padding: 15px;
    border-radius: 20px;
  }
}

#infoContent #qa dd {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dd {
    margin-top: 30px;
  }
}

#infoContent #qa dd p {
  margin-right: 45px;
  padding: 30px;
  border-radius: 30px;
  background: #007fc1;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #infoContent #qa dd p {
    margin-right: 30px;
    padding: 15px;
    border-radius: 20px;
  }
}

#infoContent #qa dd p::before {
  right: -38px;
  border-left: 30px solid #007fc1;
}

#friendHeader {
  padding: 90px 0 45px;
  background: #dff0ff;
}

@media screen and (max-width: 768px) {
  #friendHeader {
    padding-top: 45px;
  }
}

#friendHeader h2 {
  color: #007fc1;
}

#friendHeader i {
  font-size: 40px;
}

#friendHeader .catch {
  position: relative;
  overflow: hidden;
  width: 690px;
  margin: 30px auto 0;
  padding: 30px 0 60px 0;
  border: 2px solid #007fc1;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #friendHeader .catch {
    width: 90%;
    padding-bottom: 80px;
  }
}

#friendHeader .catch::before, #friendHeader .catch::after {
  position: absolute;
  bottom: -2px;
  width: 72px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 768px) {
  #friendHeader .catch::before, #friendHeader .catch::after {
    width: 40px;
    height: 80px;
    content: "";
  }
}

#friendHeader .catch::before {
  left: 25px;
  background-image: url(/assets/img/friend_header01.svg);
}

@media screen and (max-width: 768px) {
  #friendHeader .catch::before {
    left: 10px;
  }
}

#friendHeader .catch::after {
  right: 25px;
  background-image: url(/assets/img/friend_header02.svg);
}

@media screen and (max-width: 768px) {
  #friendHeader .catch::after {
    right: 10px;
  }
}

#friendHeader p {
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #friendHeader p {
    display: block;
    font-size: 15px;
    line-height: 1.4;
  }
}

#friendHeader p span {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  #friendHeader p span {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  #friendHeader p br {
    display: none;
  }
}

#friendHeader h3 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  #friendHeader h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

#friendHeader .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff344));
  background: -webkit-linear-gradient(transparent 60%, #fff344 40%);
  background: linear-gradient(transparent 60%, #fff344 40%);
}

#friendHeader .color {
  color: #fff344;
}

#friendContent article > section + section {
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  #friendContent article > section + section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  #friendContent #intro {
    overflow: hidden;
    width: 100%;
  }
}

#friendContent #intro h2 {
  position: relative;
  padding: 25px 0;
  background: url(/assets/img/friend_intro_bg.svg);
  background-size: 3px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro h2 {
    padding: 15px 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  #friendContent #intro h2 {
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
  }
}

#friendContent #intro h2::before {
  position: absolute;
  top: 16px;
  left: calc(50% + 380px);
  width: 85px;
  height: 64px;
  background: url(/assets/img/friend_intro.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 1024px) {
  #friendContent #intro h2::before {
    top: 2px;
    left: calc(50% + 295px);
    width: 65px;
    height: 64px;
    content: "";
  }
}

@media screen and (max-width: 768px) {
  #friendContent #intro h2::before {
    top: 20px;
    left: calc(50% + 160px);
  }
}

@media screen and (max-width: 600px) {
  #friendContent #intro h2::before {
    top: 10px;
    left: 250px;
  }
}

#friendContent #intro h2 span {
  font-weight: 500;
  color: #ed731e;
}

@media screen and (max-width: 768px) {
  #friendContent #intro h2 span {
    display: block;
  }
}

#friendContent #intro .flex {
  padding: 60px 30px 0;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#friendContent #intro .img {
  margin-right: 30px;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .img {
    margin-right: 0;
  }
}

#friendContent #intro .tx {
  margin-top: 30px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .tx h3 {
    margin: -120px 0 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .tx h3 {
    margin-top: -90px;
  }
}

#friendContent #intro .tx h3 span {
  display: inline-block;
  padding: 10px;
  background: #ed731e;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .tx h3 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  #friendContent #intro .tx h3 span {
    padding: 5px 10px;
    font-size: 18px;
  }
}

#friendContent #intro .tx h3 span:first-child {
  margin: 0 0 20px -120px;
}

@media screen and (max-width: 1024px) {
  #friendContent #intro .tx h3 span:first-child {
    margin: 0 0 10px -80px;
  }
}

#friendContent #intro .tx p {
  margin-top: 10px;
  line-height: 1.4;
}

#friendContent #intro .present {
  width: calc(100% - 100px);
  margin: -30px auto 0;
}

@media screen and (max-width: 600px) {
  #friendContent #intro .present {
    width: 100%;
  }
}

#friendContent #example .inner > .flex {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #friendContent #example .inner > .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
}

#friendContent #example section {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #friendContent #example section {
    width: 500px;
    padding: 30px;
  }
  #friendContent #example section + section {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  #friendContent #example section {
    width: 100%;
    padding: 20px;
  }
  #friendContent #example section + section {
    margin-top: 20px;
  }
}

#friendContent #example .character {
  text-align: center;
}

#friendContent #example .character img {
  width: 150px;
  height: 150px;
}

#friendContent #example .character dd {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 30px;
  background: #100964;
  font-size: 14px;
  color: #fff;
}

#friendContent #example .salary {
  -ms-flex-align: center;
  width: 100%;
  margin: 15px 0;
  padding: 12px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-box-align: center;
  align-items: center;
}

#friendContent #example .salary > * {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#friendContent #example .salary dd {
  color: #ed731e;
}

#friendContent #example .salary dd i {
  margin: 0 5px;
  color: #999;
}

#friendContent #example .salary dd span {
  font-size: 170%;
  font-weight: 700;
}

#friendContent #example .salary dd .small {
  font-size: 70%;
}

#friendContent #example h3 {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  #friendContent #example h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

#friendContent #example .beforeAfter {
  width: 100%;
  margin-top: 10px;
}

#friendContent #example .beforeAfter > * {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#friendContent #example .beforeAfter dl:first-child {
  position: relative;
}

@media screen and (max-width: 600px) {
  #friendContent #example .beforeAfter dl:first-child {
    padding-right: 30px;
  }
}

#friendContent #example .beforeAfter dl:first-child::before {
  position: absolute;
  top: calc(50% - 24px);
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #ed731e;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 48px;
  color: #fff;
  text-align: center;
  content: '\f054';
}

@media screen and (max-width: 600px) {
  #friendContent #example .beforeAfter dl:last-child {
    padding-left: 30px;
  }
}

#friendContent #example .beforeAfter dt {
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  #friendContent #example .beforeAfter dd {
    font-size: 14px;
  }
}

#friendContent #example .beforeAfter .b {
  color: #007fc1;
}

#friendContent #example .beforeAfter .a {
  color: #ed731e;
}

#friendContent #privilege .tx {
  overflow: hidden;
  border: 2px solid #007fc1;
  border-radius: 10px;
}

#friendContent #privilege h2 {
  padding: 15px 0;
  background: #007fc1;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege h2 {
    font-size: 20px;
  }
}

#friendContent #privilege h2 i {
  display: inline-block;
  margin-left: 15px;
  font-size: 42px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media screen and (max-width: 600px) {
  #friendContent #privilege h2 i {
    font-size: 34px;
  }
}

#friendContent #privilege dl {
  padding: 20px 0;
  text-align: center;
}

#friendContent #privilege dt {
  position: relative;
  width: 375px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dt {
    width: 240px;
  }
}

#friendContent #privilege dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  content: "";
}

#friendContent #privilege dt span {
  position: relative;
  padding: 0 10px;
  background: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dt span {
    font-size: 15px;
  }
}

#friendContent #privilege dd {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dd {
    font-size: 30px;
  }
}

#friendContent #privilege dd::before {
  position: absolute;
  top: -10px;
  right: -50px;
  width: 76px;
  height: 70px;
  background: url(/assets/img/privilege.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dd::before {
    right: -30px;
    width: 50px;
    height: 70px;
    content: "";
  }
}

#friendContent #privilege dd .vertical {
  position: absolute;
  bottom: 0;
  left: -1em;
  font-size: 30px;
  line-height: 1;
  line-height: 1.1;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dd .vertical {
    bottom: 5px;
    font-size: 20px;
  }
}

#friendContent #privilege dd .big {
  position: relative;
  bottom: -10px;
  font-family: "Fjalla One", sans-serif;
  font-size: 120px;
  color: #ed731e;
}

@media screen and (max-width: 600px) {
  #friendContent #privilege dd .big {
    bottom: -5px;
    font-size: 90px;
  }
}

#friendContent #requirements ol {
  border-top: 1px solid #ccc;
}

#friendContent #requirements ol > li {
  padding: 2em;
  border-bottom: 1px solid #ccc;
  list-style: none;
  font-weight: 700;
  text-indent: -1em;
}

@media screen and (max-width: 600px) {
  #friendContent #requirements ol > li {
    padding: 1em 0 1em 1em;
  }
}

#friendContent #requirements li {
  font-size: 14px;
  letter-spacing: 1px;
}

#friendContent #requirements ul {
  padding-left: 1em;
}

#friendContent #requirements ul li {
  margin-left: 1.6em;
  list-style: disc;
  font-weight: 400;
}

#friendContent #requirements dl {
  margin-top: 40px;
  padding: 20px 30px;
  background: #eee;
}

#friendContent #requirements dt {
  font-weight: 500;
}

#friendContent #requirements dd {
  font-size: 14px;
}

#friendContent #friendFlow ol {
  overflow: hidden;
  border: 2px solid #100964;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow ol {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 600px) {
  #friendContent #friendFlow ol {
    width: 70%;
  }
}

#friendContent #friendFlow li {
  padding: 60px 0;
  list-style: none;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow li {
    padding: 30px 0;
  }
}

#friendContent #friendFlow li * {
  line-height: 1;
  letter-spacing: 1px;
}

#friendContent #friendFlow li:not(:last-child) {
  position: relative;
}

#friendContent #friendFlow li:not(:last-child)::before, #friendContent #friendFlow li:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 120px);
  width: 0;
  height: 0;
  border: 120px solid transparent;
  content: "";
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow li:not(:last-child)::before, #friendContent #friendFlow li:not(:last-child)::after {
    top: auto;
    left: calc(50% - 240px);
  }
}

#friendContent #friendFlow li:not(:last-child)::before {
  right: -135px;
  border-left: 30px solid #100964;
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow li:not(:last-child)::before {
    right: auto;
    bottom: -242px;
    border: 240px solid transparent;
    border-top: 30px solid #100964;
  }
}

#friendContent #friendFlow li:not(:last-child)::after {
  right: -133px;
  border-left: 30px solid #fff;
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow li:not(:last-child)::after {
    right: auto;
    bottom: -240px;
    border: 240px solid transparent;
    border-top: 30px solid #fff;
  }
}

@media screen and (max-width: 1024px) {
  #friendContent #friendFlow li:last-child {
    padding-top: 80px;
  }
}

#friendContent #friendFlow li:last-child i {
  position: absolute;
  top: -45px;
  left: calc(50% - 23px);
  width: 46px;
  height: 46px;
  font-size: 45px;
}

#friendContent #friendFlow dt {
  position: relative;
  font-size: 24px;
  color: #ed731e;
}

#friendContent #friendFlow dt span {
  font-size: 36px;
}

#friendContent #friendFlow dd {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 400px) {
  #friendContent #friendFlow dd {
    font-size: 16px;
  }
}

#friendContent #form .inputBox {
  margin-top: 0;
}

#friendContent #form h1 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

#friendContent #form form {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #friendContent #form form {
    width: 100%;
  }
}

#friendContentConfirm h3 {
  font-size: 24px;
  color: #007fc1;
  text-align: center;
  letter-spacing: 2px;
}

#friendContentConfirm h1 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #friendContentConfirm h1 {
    font-size: 18px;
  }
}

#friendContentConfirm .intro {
  text-align: center;
}

#friendContentConfirm .inputBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

#friendContentConfirm .inputBox dl + dl {
  margin-top: 0;
}

#friendContentConfirm .inputBox dl dt,
#friendContentConfirm .inputBox dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

#friendContentConfirm .inputBox dl dt {
  width: 180px;
  margin-bottom: 0;
  background: #f5fafc;
  color: #007fc1;
}

#friendContentConfirm .inputBox dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contactHeader {
  background-image: url(../img/contact_header_min.jpg);
}

#contactHeader i {
  font-size: 30px;
}

.confirmContent .intro {
  text-align: center;
}

.confirmContent .inputBox {
  width: 800px;
  margin: 30px auto 0;
  line-height: 1.5;
  color: #007fc1;
}

@media screen and (max-width: 1024px) {
  .confirmContent .inputBox {
    width: 100%;
  }
}

.confirmContent .check_box {
  margin-bottom: 20px;
  padding: 10px 0 20px 1em;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  letter-spacing: 1px;
}

.completeContent * {
  text-align: center;
}

.completeContent h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.completeContent .intro {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.completeContent .btn a {
  padding: 12px 60px;
}

@media screen and (max-width: 768px) {
  .completeContent .btn a {
    padding: 6px 30px;
  }
}

.completeContent .btn a:hover span::before {
  right: auto;
  left: -5px;
}

.completeContent .btn span {
  padding: 0 0 0 25px;
}

.completeContent .btn span::before {
  right: auto;
  left: 0;
  content: '\f053';
}

#registHeader {
  background-image: url(../img/regist_header_min.jpg);
}

#registHeader p {
  margin-top: 20px;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #registHeader p {
    padding: 0 5%;
  }
}

#sendHeader {
  background-image: url(../img/send_header_min.jpg);
}

#doneHeader {
  background-image: url(../img/done_header_min.jpg);
}

#doneContent .btn a {
  padding: 12px 30px;
}

@media screen and (max-width: 768px) {
  #doneContent .btn a {
    padding: 6px 30px;
  }
}

#forgetHeader {
  background-image: url(../img/forget_header_min.jpg);
}

#forgetContent form {
  margin-top: 30px;
}

#loginHeader {
  background-image: url(../img/login_header_min.jpg);
}

#loginContent > .flex {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #loginContent > .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#loginContent section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 40px;
  border: 2px solid #eee;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #loginContent section {
    width: 100%;
  }
  #loginContent section + section {
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  #loginContent section {
    padding: 20px;
  }
}

#loginContent h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

#loginContent h3 + * {
  margin-top: 40px;
}

@media screen and (max-width: 400px) {
  #loginContent h3 + * {
    margin-top: 20px;
  }
}

#loginContent p {
  font-size: 14px;
}

#loginContent .btn a {
  padding: 12px 40px;
}

@media screen and (max-width: 768px) {
  #loginContent .btn a {
    padding: 6px 30px;
  }
}

#loginContent form {
  margin-top: 30px;
}

#loginContent form p {
  -moz-text-align-last: left;
  text-align-last: left;
}

#loginContent .btn *,
#loginContent .inputBtn * {
  font-size: 18px;
}

#loginContent .inputBtn {
  margin-top: 20px;
}

#loginContent .inputBtn i {
  top: 20px;
  left: calc(50% + 50px);
}

@media screen and (max-width: 768px) {
  #loginContent .inputBtn i {
    top: 13px;
  }
}

#loginContent .forget a {
  color: #007fc1;
  text-decoration: underline;
}

#loginContent .forget a:hover {
  text-decoration: none;
}

#mypageHeader {
  background-image: url(../img/mypage_header_min.jpg);
}

@media screen and (max-width: 1024px) {
  #mypageContent .mypageDetail {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  #mypageContent .mypageDetail {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  #mypageContent aside {
    display: block;
    -ms-flex-order: 2;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #mypageContent .subMenu {
    padding: 6px 0 0;
    border: none;
    border-radius: 0;
  }
  #mypageContent .mypageDetailMain {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 1;
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  #mypageContent .mainMenu {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #mypageContent .mainMenu li {
    width: 50%;
    margin-top: 0;
  }
  #mypageContent .mainMenu li:nth-child(odd) a {
    border-right: 1px solid #ccc;
  }
  #mypageContent .mainMenu li:not(:last-child) a {
    border-bottom: 1px solid #ccc;
  }
  #mypageContent .mainMenu li a {
    border: none;
    border-radius: 0;
    font-size: 15px;
  }
  #mypageContent .mainMenu li a::before {
    display: none;
  }
  #mypageContent .userBox {
    -ms-flex-order: 1;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

#favoriteHeader {
  background-image: url(../img/favorite_header_min.jpg);
}

#historyHeader {
  background-image: url(../img/history_header_min.jpg);
}

#mailHeader {
  background-image: url(../img/mail_header_min.jpg);
}

#mailContent .ttl .col01,
#mailContent .ttl .col03 {
  display: none;
}

#mailContent .ttl .col02::before {
  display: none;
}

#mailContent .cont .flex {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

#mailContent .cont .flex > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}

#mailContent .cont .col01 {
  -ms-flex-order: 3;
  margin-top: 5px;
  background: none;
  font-size: 14px;
  text-align: right;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

#mailContent .cont .col02 {
  -ms-flex-order: 2;
  border-bottom: none;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

#mailContent .cont .col03 {
  -ms-flex-order: 1;
  border-bottom: none;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

#mailContent.singleContent .btnChild {
  margin-top: 20px;
}

#mailContent.singleContent .btnChild p {
  padding: 12px 40px;
}

#mailContent.insertMailConfirm {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #mailContent.insertMailConfirm {
    margin-top: 0;
  }
}

#mailContent.insertMailConfirm h3 {
  font-size: 24px;
  color: #007fc1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mailContent.insertMailConfirm h3 {
    font-size: 20px;
    color: #fff;
  }
}

#mailContent.insertMailConfirm #regist_table > dd {
  display: none;
}

.mypageDetail dt {
  padding: 15px 0;
  background: #f5fafc;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.mypageDetail dd {
  padding: 25px;
  font-size: 14px;
  letter-spacing: 1px;
}

#leaveHeader {
  background-image: url(../img/leave_header_min.jpg);
}

#leaveContent .leaveTable {
  margin-top: 20px;
  border: 1px solid #ccc;
}

#leaveContent .leaveTable dl:not(:first-child) {
  border-top: 1px solid #ccc;
}

#leaveContent .leaveTable dt,
#leaveContent .leaveTable dd {
  padding: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

#leaveContent .leaveTable dt {
  width: 130px;
  font-weight: 700;
  color: #007fc1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #leaveContent .leaveTable dt {
    width: 80px;
    background: none;
  }
}

#leaveContent .leaveTable dd {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #leaveContent .leaveTable dd {
    width: calc(100% - 80px);
  }
}

#leaveContent .leaveTable dd input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0 0 20px;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #leaveContent .leaveTable dd input[type="text"] {
    width: 90%;
  }
}

#leaveContent form .btn a {
  padding: 12px 60px;
}

@media screen and (max-width: 768px) {
  #leaveContent form .btn a {
    padding: 6px 30px;
  }
}

#entryHeader,
#editHeader {
  background-image: url(../img/entry_header_min.jpg);
}

#entryContent select,
#editContent select {
  min-width: 120px;
}

#entryContent .hope_interview input,
#entryContent .term input,
#editContent .hope_interview input,
#editContent .term input {
  margin-bottom: 10px;
}

#entryContent .hope_interview + .hope_interview,
#entryContent .hope_interview + .term,
#entryContent .term + .hope_interview,
#entryContent .term + .term,
#editContent .hope_interview + .hope_interview,
#editContent .hope_interview + .term,
#editContent .term + .hope_interview,
#editContent .term + .term {
  margin-top: 20px;
}

#entryContent .regist_box03 h3,
#entryContent .regist_box01 h3,
#entryContent .regist_box02 h3,
#editContent .regist_box03 h3,
#editContent .regist_box01 h3,
#editContent .regist_box02 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #007fc1;
}

#entryContent .regist_box02,
#editContent .regist_box02 {
  margin-top: 40px;
}

#entryContent .scroll,
#editContent .scroll {
  border: 1px solid #ccc;
}

#entryContent .scroll div,
#editContent .scroll div {
  line-height: 1.4;
}

#entryContent .scroll dl,
#editContent .scroll dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

#entryContent .scroll dl:not(:first-child),
#editContent .scroll dl:not(:first-child) {
  border-top: 1px solid #ccc;
}

#entryContent .scroll dt,
#editContent .scroll dt {
  width: 150px;
  padding: 20px;
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #007fc1;
  letter-spacing: 0;
}

#entryContent .scroll dt span,
#editContent .scroll dt span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  margin: 0 auto;
}

#entryContent .scroll dd,
#editContent .scroll dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 20px 20px 20px 0;
}

#entryContent .regist_button p,
#editContent .regist_button p {
  padding: 12px 40px;
}

#editContent .regist_box01 .scroll > div > dd {
  display: none;
}

#editContent select {
  min-width: 150px;
}

#editContent .addr-zip {
  width: 9em;
}

#watchHeader {
  background-image: url(../img/watch_header_min.jpg);
}

#workhistoryHeader {
  background-image: url(../img/workhistory_header_min.jpg);
}

@media screen and (max-width: 768px) {
  #workhistoryContent {
    margin-top: 30px;
  }
}

#workhistoryContent .mypageDetailMain {
  margin-top: 0;
}

#workhistoryContent .sideForm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #workhistoryContent .sideForm dl {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
}

#workhistoryContent .sideForm dl:not(:first-child) {
  border-top: 1px solid #ccc;
}

#workhistoryContent .sideForm dt {
  width: 150px;
  padding: 20px;
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #007fc1;
  letter-spacing: 0;
}

#workhistoryContent .sideForm dt span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  margin: 0 auto;
}

#workhistoryContent .sideForm dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 768px) {
  #workhistoryContent .sideForm dd {
    padding: 0 0 20px 0;
    text-align: center;
  }
}

#workhistoryContent .sideForm .btnChild p {
  padding: 12px 30px;
}

@media screen and (max-width: 768px) {
  #workhistoryContent .sideForm .btnChild p {
    padding: 6px 30px;
  }
}

#jobContent article .resultBox .offerComplete {
  margin: 0 0 40px 0;
  border-left: none;
  font-size: 24px;
  color: #007fc1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #jobContent article .resultBox .offerComplete {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#withdrawalContent #jobContent {
  text-align: center;
}
/*# sourceMappingURL=page.css.map */
