@charset "UTF-8";
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*******************************
layout
*******************************/
.viewall {
  font-size: 0.83em;
  display: block;
  padding: 0.25em 1.25em 0.35em 0.5em;
  background: url(/wp-content/themes/NPK/assets/images/common/icon_gold-arrow.svg) no-repeat 94% center #00336A;
  background-size: 0.5em auto;
  color: #fff;
}
#experience #contents {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #experience #contents {
    padding-top: 0;
  }
}
#experience #contents .lead01 {
  margin: -1em 0 2.5em;
}
@media screen and (max-width: 599px) {
  #experience #contents .lead01 {
    width: 90%;
    margin: 1.5em auto;
  }
}

#form {
  background: #F9F7F1;
  padding: 2em 2.5%;
}
@media screen and (max-width: 599px) {
  #form {
    padding: 2em 5%;
  }
}
#form dl {
  margin-bottom: 2em;
  background: #fff;
  padding: 1.5em;
  border-radius: 0.5em;
}
@media screen and (max-width: 599px) {
  #form dl {
    padding: 1em 5%;
  }
}
#form dl dt {
  font-size: 112.5%;
  font-weight: 700;
  padding: 0 0 0.25em;
  color: #00336A;
  border-bottom: 2px solid #00336A;
}
#form dl dt.fieldBox01 {
  display: flex;
  justify-content: space-between;
}
#form dl dt span {
  margin-left: 8px;
  color: red;
}
#form dl dd.txt01 {
  margin-top: 0.75em;
}
#form dl dd .list01 {
  max-height: 16.5em;
  overflow-y: scroll;
}
#form dl dd .list01 li:hover {
  background: rgba(0, 51, 106, 0.04);
}
#form dl dd .error {
  color: #F72919;
  font-size: 87.5%;
  margin-top: 0.5em;
  font-weight: 500;
}
#form #result .box01 {
  background: #fff;
  padding: 1.5em;
  border-radius: 0.75em;
}
#form #result .box01 .txt01 {
  font-size: 112.5%;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
}
#form #result .box01 .txt02 {
  text-align: center;
  margin-top: 1em;
}
#form #result .box01 .txt03 {
  font-size: 14px;
  text-align: center;
  margin-top: 1.5em;
}
#form #result .box01 .txt03 strong {
  display: block;
  font-size: 16px;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#form #result .box01 .txt04 {
  text-align: center;
  margin-top: 20px;
}
#form #result .box01 .txt04 a {
  display: block;
  background: #00336A;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  max-width: 300px;
  margin: 8px auto 0 auto;
  font-weight: 700;
}
#form #result .box01 #button {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #form #result .box01 #button {
    display: block;
  }
}
#form #result .box01 #button a {
  display: block;
  background: #2588f1;
  color: #fff;
  padding: 0.75em 0.75em 0.9em;
  margin: 0 0.5em;
  width: 15em;
  max-width: 100%;
  font-size: 112.5%;
  font-weight: 700;
  font-family: inherit;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #form #result .box01 #button a {
    margin: 0 auto 0.75em;
  }
}
#form #result .box01 #button a:hover {
  opacity: 0.8;
}
#form #result .box01 #button input[type=submit] {
  display: block;
  background: #2588f1;
  color: #fff;
  padding: 0.75em 0.75em 0.9em;
  margin: 0 0.5em;
  width: 15em;
  max-width: 100%;
  font-size: 112.5%;
  font-weight: 700;
  font-family: inherit;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  #form #result .box01 #button input[type=submit] {
    margin: 0 auto 0.75em;
  }
}
#form #result .box01 #button input[type=submit]:hover {
  opacity: 0.8;
}
#form #result .box01 #button input[type=button] {
  display: block;
  background: #F2F4F7;
  color: #2588f1;
  padding: 0.75em 0.75em 0.9em;
  margin: 0 0.5em;
  width: 7em;
  max-width: 100%;
  font-size: 112.5%;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  #form #result .box01 #button input[type=button] {
    margin: 0 auto;
  }
}
#form #result .box01 #button input[type=button]:hover {
  background: #2588f1;
  color: #fff;
  opacity: 0.8;
}

/*******************************
form
*******************************/
input[type=radio] {
  display: none;
}
input[type=radio]:checked + span {
  background: #E4E9FE;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=radio] + span {
  cursor: pointer;
  display: block;
  padding: 0.65em 0 0.75em 2.75em;
  position: relative;
  transition: all 0.2s ease;
}
input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5em;
  left: 0.5em;
  position: absolute;
  top: 1.45em;
  width: 1.5em;
}
input[type=radio] + span::after {
  opacity: 0;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  top: 1.12em;
  left: 0.84em;
  transform: translate(0, -50%);
  width: 0.8em;
  height: 0.56em;
  border-left: 3px solid #2ac509;
  border-bottom: 3px solid #2ac509;
  transform: rotate(-45deg);
}

/*******************************
thanks
*******************************/
@media screen and (max-width: 599px) {
  #experience.thanks section {
    width: 90%;
    margin: 2em auto 0;
  }
}
#experience.thanks section h2 {
  color: #00336A;
  font-weight: 700;
  font-size: 125%;
  margin-bottom: 1em;
}
#experience.thanks section p {
  margin-bottom: 1.5em;
}
#experience.thanks section p.link {
  text-align: center;
}
#experience.thanks section p.link a {
  display: inline-block;
  padding: 1em 0;
  width: 15em;
  max-width: 100%;
  background: url(/common2022/images/icon_basic.svg) no-repeat 95% center #fff;
  background-size: 1.15em auto;
  border: 1px solid #00336A;
  color: #00336A;
  font-weight: 900;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1607843137);
}
#experience.thanks section p.link a:hover {
  box-shadow: none;
}
