* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-family: 'Lato', 'M PLUS 1 Code', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
a {
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
.inner {
  padding: 10px 10%;
}
header {
  height: 6vh;
  padding: 1.2vh 0;
  background: rgb(0, 39, 118);
  position: sticky;
  top:0;
  z-index: 900;
  opacity: 0.95;
  align-items: center;
}
header .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}
header img {
  display: block;
  padding-left: 1%;
  width: 24%;
  object-fit: contain;
  max-height: 3.6vh;
  cursor: pointer;
}
header .cursor_default {
  cursor: default;
}
.header_menu {
  width: 30%;
  padding: 0 4% 0 0;
  text-align: right;
}
.header_menu2 {
  width: 33%;
  padding: 0 2% 0 0;
  text-align: center;
}

.header_menu a,
.header_menu button,
.header_menu input[type="submit"] {
  -webkit-appearance: none;
  margin-top: 0.1vh;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgb(255, 206, 43);
  background: rgb(255, 206, 43);
  color: rgb(0, 39, 118);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.header_menu a {
  display: inline-block;
}
.header_menu2 a,
.header_menu2 button {
  border: none;
  width: 33%;
  background: none;color: #fff;
  font-weight: 500;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 8px 0;
  cursor: pointer;
}
main {
  height: auto;
  min-height: 90vh;
  background: rgb(242, 242, 242);
}
footer {
  height: 4vh;
  line-height: 2vh;
  background: #111;
  text-align: center;
  padding: 1vh 0;
  color: #fff;
  vertical-align: top;
}
/* .container {

} */
.menu {
  width: 90%;
  max-width: 540px;
  margin: 20vh auto 0;
  padding: 10px 2%;
  text-align: center;
}
.menu a {
  display: block;
  width: 70%;
  margin: 20px auto;
}

.progress {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 14px;
  vertical-align: middle;
}
.progress img {
  width: 1.5rem;
  cursor: pointer;
}
.progress .no_sw {
  cursor: default;
}
#focus_menu,
#focus_menu2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.progress a {
  display: inline-block;
  width: 4rem;
  height: 60px;
  line-height: 20px;
  background: #fff;
  border: 1px solid rgb(0, 39, 118);
  border-radius: 5px;
  color: rgb(0, 39, 118);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.tall {
  line-height: 40px;
}
.progress .in_progress {
  background: rgb(0, 39, 118);
  color: #fff;
}
.dotted {
  border-bottom: 2px dotted #aaa;
}
.content h2 {
  text-align: center;
  margin: 15px auto 0;
  letter-spacing: 0.05em;
}
.explain {
  text-align: center;
  margin: 5px auto 0;
}
.fields {
  width: 100%;
  max-width: 767px;
  min-height: 55vh;
  margin: 15px auto 0;
  padding: 10px 2%;
  background: rgb(249, 249, 249);
  border: 1px solid #ddd;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
.input_field {
  margin-bottom: 5px;
}
.input_field input,
.input_field textarea {
  font-size: 0.95rem;
  padding: 5px;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #666;
  border-radius: 3px;
}
.input_field input:checked {
  background: #666;
}
.input_field textarea {
  width: 100%;
  min-height: 200px;
}
.input_field textarea.short {
  min-height: 140px;
}
.input1 {
  width: 49%;
  max-width: 200px;
}
.input2 {
  width: 100%;
  max-width: 300px;
}
.input3 {
  width: 45%;
  max-width: 150px;
}
.input4 {
  width: 30%;
  max-width: 70px;
}
.input5 {
  width: 100%;
  max-width: 500px;
}
.input6 {
  width: 100%;
  max-width: 600px;
}
.input6::placeholder {
  color: #c0c0c0;
}
.btns {
  width: 50%;
  position: absolute;
  bottom: 1vh;
  right: 0;
  padding-right: 2%;
  text-align: right;
}
.btns button {
  -webkit-appearance: none;
  padding: 5px 10px;
  font-size: 17px;
  border: 1px solid rgb(0, 39, 118);
  background: rgb(0, 39, 118);
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);  border-radius: 5px;
  cursor: pointer;
}
#btn_desired_address,
#btn_desired_info,
#add_education,
#add_works,
#add_qualified,
#add_skill {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #888;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
#add_education,
#add_works,
#add_qualified,
#add_skill {
  margin-bottom: 40px;
}
.education,
.works,
.qualified,
.skill {
  width: 100%;
  margin: 5px auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.education p,
.works p,
.qualified p,
.skill p {
  margin: 0 auto 10px;
}
.education input[type="number"],
.works input[type="number"],
.qualified input[type="number"],
.skill input[type="number"] {
  width: 25%;
  max-width: 70px;
}
.works input[type="number"].narrow {
  max-width: 50px;
}
.close_btn,
.remove_education, 
.remove_works,
.remove_qualified,
.remove_skill {
  position: absolute;
  top: 8px;
  right: 1%;
  -webkit-appearance: none;
  width: 27px;
  height: 27px;
  border: 1px solid #666;
  background: #eee;
  color: #666;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}
.hint_inner .sticky {
  position: sticky;
  top: 3px;
  margin: 0;
  height: 0;
  text-align: right;
}
.sticky .close_btn {
  position: static;
}
.btns_date button {
  margin-right: 0.5%;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #888;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.btns_date button.selected {
  background: #888;
  color: #fff;
  pointer-events: none;
}

.for_image {
  text-align: center;
}
.sample_frame {
  width: 165px;
  height: 220px;
  margin: 30px auto 10px;
  background-image: url("../img/frame.jpg");
  background-size: contain;
  position: relative;
}
#sample, #sample2 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}
#up_img {
  display: none;
}
.img_label {
  display: inline-block;
  width: 8rem;
	margin-top: 10px;
	padding: 3px 0;
  border-radius: 5px;
	color: #666;
	background: #fff;
  border: 1px solid #666;
	cursor: pointer;
  font-size: 15px;
}
#clear {
  display: inline-block;
  width: 8rem;
  margin: 15px auto 0;
  padding: 3px 0;
  border: 1px solid #666;
  color: #fff;
  background: #666;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
}

#prev {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: rgba(100, 100, 100, 0.8);
  overflow-y: scroll;
}
.resume,
.jobhistory,
.jobhistory2 {
  margin: 10% auto;
  width: 94%;
  max-width: 800px;
  aspect-ratio: 1 / 1.4145;
  background: #fff;
  padding: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  color: #000;
}
.jobhistory2 {
  margin: 5% auto 10%;
  position: relative;
}
#border_line {
  width: 100%;
  aspect-ratio: 1 / 1.51;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px dashed rgba(100, 193, 230, 0.2);
  pointer-events: none;
}
.resume *,
.jobhistory *,
.jobhistory2 * {
  box-sizing: border-box;
}
.r1 {
  display: flex;
}
.r1_left {
  width: 69%;
}
.r1_left_1 {
  width: 100%;
  padding: 0 5px;
  display: flex;
}
.content .r1_title {
  width: 60%;
  font-size: 1.5rem;
  letter-spacing: 0.6rem;
  margin: 0;
  text-align: left;
}
.r1_date {
  width: 40%;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin: 0;
  padding-top: 12px;
  text-align: right;
}
.r1_left_2 {
  width: 100%;
  border: 2px solid #000;
  border-bottom: 1px solid #bbb;
  padding: 0 5px;
  line-height: 32px;
  font-size: 14px;
  text-align: left;
}
.r1_left_2_label {
  font-size: 12px;
}
.r1_left_2 span:nth-child(2) {
  padding-left: 10px;
}
.style2 #kana1,
.style2 #kana2 {
  font-size: 10px;
}
.style3 #kana1,
.style3 #kana2 {
  font-size: 8px;
}

.r1_left_3 {
  width: 100%;
  border: 2px solid #000;
  padding: 0 5px;
  border-top: none;
  line-height: 64px;
  text-align: left;
  font-size: 20px;
}
.r1_left_3_label {
  padding-left: 5px;
  letter-spacing: 0.5rem;
  font-size: 15px;
}
.r1_left_3 span:nth-child(2) {
  padding-left: 4px;
}
.r1_left_4 {
  width: 100%;
  display: flex;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  line-height: 32px;
}
.style2 #name1,
.style2 #name2 {
  font-size: 16px;
}
.style3 #name1,
.style3 #name2 {
  font-size: 12px;
}
.style4 #name1,
.style4 #name2 {
  font-size: 8px;
}

.r1_left_4_left {
  width: 77%;
  border-right: 1px solid #000;
  padding: 0 5px;
  text-align: right;
}
.r1_left_4_right {
  width: 23%;
  padding: 0 5px;
  text-align: center;
}
.r1_left_4_right_label {
  font-size: 12px;
  line-height: 20px;
  float: left;
  margin-left: 1%;
}
.r1_right {
  width: 31%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.r1_right_inner {
  width: 111px;
  height: 148px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px dotted #bbb;
  position: relative;
}
.r2 {
  width: 100%;
  border: 2px solid #000;
  border-bottom: none;
  margin-bottom: 15px;
}
.r2_1 {
  line-height: 32px;
  text-align: left;
  border-bottom: 1px solid #bbb;
  padding: 0 5px;
  font-size: 13px;
}
.r2_1_label {
  font-size: 12px;
}
.r2_1 span:nth-child(2) {
  padding-left: 10px;
}
.style2 #address_kana,
.style2 #c_address_kana {
  font-size: 10px;
}
.r2_2 {
  line-height: 54px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 10px 0 0 4rem;
  position: relative;
}
.r2_2_label {
  line-height: 20px;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0.5%;
}
.style2 #address2,
.style2 #address3,
.style2 #c_address2,
.style2 #c_address3 {
  font-size: 15px;
}
.style3 #address2,
.style3 #address3,
.style3 #c_address2,
.style3 #c_address3 {
  font-size: 12px;
}

.r2_3 {
  height: 34px;
  text-align: left;
  display: flex;
  border-bottom: 2px solid #000;
}
.r2_3_left {
  width: 69%;
  line-height: 32px;
  border-right: 1px solid #000;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.r2_3_left_label {
  line-height: 20px;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0.5%;
}
.style2 #mail,
.style2 #c_mail {
  font-size: 13px;
}
.style3 #mail,
.style3 #c_mail {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
}
.style4 #mail,
.style4 #c_mail {
  display: inline-block;
  font-size: 8px;
  line-height: 11px;
}

.r2_3_right {
  width: 31%;
  line-height: 32px;
  padding: 0 0 0 3rem;
  position: relative;
}
.r2_3_right_label {
  line-height: 20px;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0.5%;
}
.r2_4 {
  line-height: 32px;
}
.r2_5 {
  line-height: 64px;
}
.r2_6 {
  line-height: 32px;
}
.r3 {
  width: 100%;
  border: 2px solid #000;
  border-collapse: collapse;
}
.r3 td {
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
}
.r3_label td {
  border-bottom: 2px solid #000;
}
.r3 td:first-child {
  width: 12%;
}
.r3 td:nth-child(2) {
  width: 6%;
  border-right: 2px solid #000;
}
.r3 tr td:nth-child(3) {
  text-align: left;
  padding: 0 1%;
}
.r3 tr td:nth-child(3).center {
  text-align: center;
}
.r3 tr td:nth-child(3).right {
  text-align: right;
}
.r3 .style2 td {
  font-size: 12px;
}
.r3 .style3 td {
  font-size: 10px;
}

.second {
  margin-top: 38px;
}
.last {
  border-top: none;
  margin-bottom: 15px;
}
.last .r3_label td {
  border-top: none;
}
.r4 {
  border: 2px solid #000;
  margin-bottom: 15px;
}
.r4_1 {
  line-height: 32px;
  border-bottom: 2px solid #000;
  padding: 0 5px;
  margin: 0;
  font-size: 15px;
}
.r4_2 {
  height: 128px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 2px 5px 0;
}
.r4_2.style2 {
  line-height: 16px;
}
.r4_2.style3 {
  line-height: 13px;
}
.r4_2.style4 {
  line-height: 12px;
}

#motivation.style2 {
  font-size: 12px;
}
#motivation.style3 {
  font-size: 11px;
}
#motivation.style4 {
  font-size: 10px;
}

.r5 {
  border: 2px solid #000;
}
.r5_1 {
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 5px;
  border-bottom: 2px solid #000;
  font-size: 15px;
}
.r5_1_explain {
  font-size: 14px;
}
.r5_2 {
  height: 128px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 2px 5px 0;
}
.r5_2.style2 {
  line-height: 16px;
}
.r5_2.style3 {
  line-height: 13px;
}
.r5_2.style4 {
  line-height: 12px;
}
#hope.style2 {
  font-size: 12px;
}
#hope.style3 {
  font-size: 11px;
}
#hope.style4 {
  font-size: 10px;
}

.frame_a {
  width: 95%;
  max-width: 540px;
  margin: 10px auto;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.frame_a input, 
.frame_a label {
  display: block;
  width: 85%;
  max-width: 320px;
  margin: 5px auto;
  text-align: left;
}
.frame_a.contact input, 
.frame_a.contact label,
.frame_a.contact select,
.frame_a.contact textarea {
  width: 90%;
  max-width: 360px;
  margin: 0px auto 5px;
  text-align: left;
  padding: 5px;
}
.frame_a.contact textarea {
  min-height: 80px;
}
.frame_a.contact input[type="submit"] {
  display: block;
  width: fit-content;
  margin: 20px auto;
}
.frame_a.contact label {
  width: 90%;
  max-width: 360px;
  margin: 5px auto 0;
  text-align: left;
  padding: 5px;
}
#reset_pass .frame_a,
#withdraw .frame_a {
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
#reset_pass .hint_inner h3,
#withdraw .hint_inner h3 {
  margin: 5px auto 0;
}
#reset_mail .hint_inner p,
#reset_pass .hint_inner p,
#withdraw .hint_inner p {
  width: 85%;
  max-width: 320px;
}
.frame_a input[type="text"],
.frame_a input[type="password"] {
  font-size: 0.95rem;
  padding: 5px;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #666;
  border-radius: 3px;
}
.frame_a input[type="password"] {
  margin-bottom: 3px;
}
.chk_pass {
  float: right;
  font-size: 80%;
  cursor: pointer;
  padding: 1px 3px;
  margin-top: 2px;
  background: #aaa;
  color: #fff;
  vertical-align: bottom;
  border-radius: 5px;
}
.username {
  letter-spacing: 0.1em;
}
.personal1 {
  font-size: 80%;
  font-weight: 600;
  color:rgb(0, 39, 118);
}
.frame_a input[type="checkbox"] {
  display: inline;
  -webkit-appearance: auto;
  vertical-align: middle;
  width: 1.5rem;
  margin: 0 0 0 0.2em;
  border-radius: 4px;
  cursor: pointer;
}
.frame_a .btn_red {
  display: inline;
  width: fit-content;
  text-align: center;
  background: rgb(255, 206, 43);
  border: 1px solid rgb(255, 206, 43);
  color: #444;
  font-weight: 600;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  margin: 15px auto;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.frame_a a,
.frame_admin a,
.type_a,
.select_btn {
  -webkit-appearance: none;
  display: block;
  width: 90%;
  max-width: 220px;
  margin: 0 auto 10px;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid rgb(0, 39, 118);
  background: rgb(0, 39, 118);
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.policy_frame {
  margin: 15px auto 0;
}
.frame_a .to_policy {
  display: inline;
  border: none;
  background: none;
  box-shadow: none;
  color: rgb(0, 39, 118);
  text-decoration: underline;
}
.users {
  padding: 20px 0;
}
.to_setting {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  text-align: center;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
}
.select_btn.type2 {
  background: rgb(255, 206, 43);
  border: 1px solid rgb(255, 206, 43);
  color: #444;
  font-weight: 600;
}
#btn_forget {
  -webkit-appearance: none;
  display: block;
  margin: 15px auto 5px;
  border: 1px solid #ddd;
  background: none;
  color: #888;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
}
.select_menu .select_btn {
  padding: 1px 3px;
  font-size: 14px;
  width: fit-content;
  border-radius: 2px;
}
.util_btns {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.util_btns .select_btn {
  width: 48%;
}
.menu_title {
  font-weight: 600;
  color: #777;
}
/* .frame_a input[type="text"] {
  width: 98%;
  font-size: 0.9rem;
  padding: 3px;
  -webkit-appearance: none;
  border: 1px solid #888;
  box-sizing: border-box;
  border-radius: 5px;
} */
.announce {
  margin: 30px auto;
}
.announce h3 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.announce p {
  text-align: center;
}

.confirm h3,
.admin h3 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 30px 0 20px;
  text-align: center;
}
.frame_a h3 {
  font-size: 1.2rem;
  padding: 15px 0;
}
.confirm p {
  text-align: center;
  margin: 10px auto;
}
.to_user {
  display: block;
  width: 90%;
  max-width: 220px;
  margin: 50px auto;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid rgb(0, 39, 118);
  background: rgb(0, 39, 118);
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}
.to_user.inlines {
  display: inline;
}
.alert {
  color: red;
}
.job_sheet, 
.job_sheet2 {
  margin: 5% auto 45px;
  width: 94%;
  max-width: 800px;
  aspect-ratio: 1 / 1.4145;
  background: #fff;
  padding: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  color: #000;
}
.title_frame {
  margin: 0 auto;
  text-align: center;
  color: #888;
  font-weight: 600;
}
.title_frame input {
  padding: 4px 5px 2px;
  font-size: 0.95rem;
  -webkit-appearance: none;
  border: 1px solid #666;
  background: #fff;
  color: #555;
  border-radius: 3px;
}

.job_sheet table {
  border-collapse: collapse;
}
.job_sheet td {
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  background: #fafafa;
  font-size: 0.95rem;
  height: 2rem;
  line-height: 2rem;
}
.job_sheet tr td:first-child {
  width: 12%;
}
.job_sheet tr td:nth-child(2) {
  width: 8%;
}
.job_sheet tr td:nth-child(3) {
  width: 80%;
}
.job_sheet input[type="number"] {
  width: 95%;
  text-align: center;
  font-size: 0.95rem;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #666;
  border-radius: 3px;
}
.job_sheet input[type="text"] {
  width: 98%;
  text-align: center;
  font-size: 1rem;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #666;
  border-radius: 3px;
}
.job_date {
  text-align: right;
  margin: 10px auto;
}
.job_date input {
  font-size: 0.95rem;
  padding: 3px;
  -webkit-appearance: none;
  border: 1px solid #888;
  background: #fff;
  color: #666;
  border-radius: 3px;
}
.j1 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem;
}
.content .j1_left {
  width: 40%;
  margin: 0;
  padding-left: 3%;
  line-height: 3.6rem;
  text-align: left;
}
.j1_right {
  width: 40%;
  border: 2px solid #000;
}
.j1_right_1 {
  text-align: right;
  padding-right: 3%;
  line-height: 1.4rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #000;
}
.j1_right_2 {
  text-align: left;
  line-height: 2.2rem;
  font-size: 1.1rem;
  position: relative;
  padding-left: 3.5rem;
}
.j1_right_2 span {
  position: absolute;
  top: 0.1rem;
  left: 2%;
  line-height: 1rem;
  font-size: 0.8rem;
}
.j1_right_2.style2 {
  font-size: 0.6rem;
  padding-left: 2.2rem;
}
.j1_right_2.style3 {
  line-height: 1rem;
  font-size: 0.5rem;
  padding-top: 0.2rem;
  padding-left: 1.4rem;
}

#education_format {
  -webkit-appearance: none;
  font-size: 0.8rem;
  padding: 4px 3px;
  border: 1px solid #777;
  color: #666;
  border-radius: 3px;
}
.fa-long-arrow-alt-right {
  font-size: 20px;
  margin-left: 2px;
  vertical-align: middle;
  animation: picUp ease 2.2s infinite;
}
@keyframes picUp {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#annual_calc {
  -webkit-appearance: none;
  font-size: 0.8rem;
  padding: 2px 4px;
  background: rgb(255, 0, 0);
  border: 1px solid rgb(255, 0, 0);
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 4px 0 5px 2px;
  cursor: pointer;
}
.button_hint {
  -webkit-appearance: none;
  font-size: 0.8rem;
  padding: 1px 3px 0;
  background: rgb(255, 206, 43);
  border: 1px solid rgb(255, 206, 43);
  color: #444;
  font-weight: 600;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.hint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 950;
  background: rgba(244, 244, 244, 0.8);
  animation: fadeIn ease 0.8s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hint_inner {
  margin: 10vh auto;
  padding: 5px 10px;
  width: 98%;
  max-width: 640px;
  height: auto;
  background: #fff;
  border: 1px solid #bbb;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.hint_inner.wide {
  max-width: 800px;
}

.hint_inner.scroll,
#select_make_history .hint_inner,
#select_edit_history .hint_inner {
  max-height: 75vh;
  overflow-y: scroll;
}
.hint_inner h3 {
  margin: 5px auto 10px;
}
.hint_inner p {
  margin: 0 auto 15px;
  text-align: left;
  font-size: 14px;
}
.hint_inner .center {
  text-align: center;
}
.right {
  text-align: right;
}
.end_select {
  display: inline-block;
  padding-top: 14px;
  float: right;
  vertical-align: middle;
}
.end_select select {
  -webkit-appearance: none;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  padding: 6px 4px;
  border-radius: 3px;
  font-weight: 600;
}
.hint_inner span {
  font-size: 13px;
}
.hint img {
  width: 100%;
  margin: 0 auto;
  max-width: 580px;
}
.qualified_list,
.skill_list {
  width: 99.5%;
  max-width: 540px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.qualified_list td,
.skill_list td {
  border: 1px solid #ddd;
  padding: 3px 5px;
  font-size: 0.9rem;
}
.qualified_list tr td:first-child,
.skill_list tr td:first-child {
  width: 85%;
  text-align: left;
}
.qualified_list tr td:nth-child(2),
.skill_list  tr td:nth-child(2) {
  width: 15%;
  text-align: center;
}
.qualified_name,
.skill_name {
  -webkit-appearance: none;
  border: none;
  resize: none;
  width: 100%;
  font-size: 0.9rem;
  font-family: "Meiryo";
  height: 23px;
  color: #666;
  padding: 2px 0 0;
  vertical-align: middle;
  overflow: hidden;
}
.q_index {
  font-weight: 600;
  color: rgb(135, 135, 135);
}
.skill_name.long {
  font-size: 0.85rem;
}
.skill_name.long2 {
  font-size: 0.8rem;
}  
.qualified_list button,
.skill_list button {
  -webkit-appearance: none;
  font-size: 0.8rem;
  padding: 1px 2px;
  background: rgb(0, 39, 118);
  border: 1px solid rgb(0, 39, 118);
  color: #fff;
  font-weight: 600;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.select_menu {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.format {
  width: 45%;
  padding: 1%;
  margin-bottom: 10px;
  position: relative;
}
.format small {
  display: block;
  margin: 0 auto 1px;
  color: rgb(0, 39, 118);
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.1;
}
.format p {
  font-size: 0.8rem;
  line-height: 1.1;
  margin: 0px auto;
  position: relative;
}
.format b {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #888;
}
.format b.style2 {
  font-size: 0.8rem;
}
.format img {
  width: 97%;
  max-width: 200px;
  border: 1px solid #666;
  box-shadow: 2px 2px 4px -2px gray;
}
.del_jobhistory {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0px;
  right: 8px;
  cursor: pointer;
}
.format .del_jobhistory img {
  width: 100%;
  border: none;
  box-shadow: none;
  position: relative;
}
.fa-times-circle {
  display: inline-block;
}
.career_content {
  width: 100%;
}
.career_content,
.career_content th,
.career_content td {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.career_content th {
  font-weight: normal;
  background: #aaa;
  color: #fff;
  letter-spacing: 0.2rem;
}
.jobhistory .career_content th,
.jobhistory2 .career_content th {
  background: #efefef;
  color: #000;
  letter-spacing: 0.2rem;
}

.career_content th:first-child {
  width: 26%;
}
.c_c_frame .career_content th:first-child,
.c_c_frame .career_content td:first-child {
  width: 17%;
}
.career_content td {
  padding: 4px;
  text-align: center;
}
.career_content td.left_top {
  vertical-align: top;
  text-align: left;
}
.career_content td:first-child {
  width: 26%;
}
.c_c_content {
  font-size: 0.85rem;
  line-height: 1.2;
}
.c_c_content.style2 {
  font-size: 0.84rem;
}
.c_c_content.style3 {
  font-size: 0.83rem;
}
.c_c_content.style4 {
  font-size: 0.82rem;
}
.c_c_content.style5 {
  font-size: 0.81rem;
}
.c_c_content.style6 {
  font-size: 0.8rem;
}
.c_c_content.style7 {
  font-size: 0.79rem;
}
.c_c_content.style8 {
  font-size: 0.78rem;
}
.c_c_content.style9 {
  font-size: 0.77rem;
}
.c_c_content.style10 {
  font-size: 0.76rem;
}
.c_c_content.style11 {
  font-size: 0.75rem;
}

.works .career_content input[type="number"] {
  width: 40%;
  padding: 3px;
}
.works .career_content input[type="number"].narrow {
  width: 40%;
}
.career h4 span {
  float: right;
}
.career h4 input {
  cursor: pointer;
}
.content .c_title {
  margin-top: 10px;
}
.c_date {
  text-align: right;
  font-size: 0.9rem;
}
.c_name {
  text-align: right;
  font-size: 1rem;
}
.c_name.style2 {
  font-size: 0.8rem;
}
.c_name.style3 {
  font-size: 0.63rem;
}

.c_label {
  margin: 8px auto 0;
  font-size: 1rem;
}
.c_label2 {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.95rem;
}
.c_label img,
.add_blank_cc,
.del_blank_cc {
  vertical-align: middle;
  max-height: 24px;
  cursor: pointer;
  margin-left: 1rem;
}
.c_text {
  margin: 0 auto 8px;
  line-height: 1.2;
  font-size: 0.95rem;
  overflow-wrap: break-word;
}
.c_skill,
.c_qualified {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 0.95rem;
}
.skill.no_used,
.qualified.no_used {
  pointer-events: none;
  opacity: 0.2;
}
.no_used input {
  opacity: 0.2;
}
button.no_used {
  pointer-events: none;
  opacity: 0.2;
}
#add_blank {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  -webkit-appearance: none;
  background: rgb(255, 0, 0);
  border: 1px solid rgb(255, 0, 0);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
}
.center_window {
  padding-top: 20vh;
}
.top_page {
  display: block;
  margin: 20px auto;
  width: fit-content;
  padding: 5px 15px;
  border: 1px solid rgb(0, 39, 118);
  background: rgb(0, 39, 118);
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.confirm #pass_alert,
.confirm #pass_alert2,
.confirm #pass_alert3,
.confirm #pass_alert4,
.confirm #pass_alert5,
.confirm #pass_alert6 {
  color: rgb(255, 0, 0);
  margin: 4px auto 8px;
}
.policy {
  padding: 40px 1%;
}
.c_block {
  text-align: center;
}
.c_block h3 {
  margin: 20px auto;
}
.c_block p {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c_block .end_policy {
  text-align: right;
  margin-top: 10px;
}
.blank02,.blank03,.blank04, .blank, .blank2, .blank3 {
  height: 26px;
}
.space {
  height: 40px;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
  pointer-events: none;
}
.no_ev {
  opacity: 0.4;
  pointer-events: none;
}
.for_sp {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 18px;
  right: 18px;
  margin: 0;
}
#pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.3em;
  transition: 0.5s;
}
#pagetop a:hover {
  background: rgb(170, 170, 170);
}

/* @media(max-width:1600px) {
  #border_line {
    aspect-ratio: 1 / 1.9;
    border-bottom: 10px dashed rgba(100, 193, 230, 0.3);
  }
} */
 .admin {
  width: 98%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
 }
.frame_admin {
  width: 100%;
  margin: 10px auto;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.list_flex {
  width: 98%;
  max-width: 270px;
  margin: 5px auto;
  display: flex;
}
.list_flex p {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
.list_flex p:nth-of-type(1) {
  width: 64%;
}
.list_flex p:nth-of-type(2) {
  width: 36%;
}
#LineChart {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
}
.admin h3 {
  position: relative;
  padding: 20px 0 0;
}
.right_position {
  position: absolute;
  top: 20px;
  right: 1%;
}
.select_year {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgb(0, 39, 118);
  background: #fff;
  color: rgb(0, 39, 118);
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  padding: 4px 4px;
  vertical-align: middle;
}
.submit_year {
  appearance: none;
  -webkit-appearance: none;
  padding: 1px 4px;
  border-radius: 3px;
  border: 1px solid rgb(0, 39, 118);
  background: rgb(0, 39, 118);
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.resume_sort {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 20px;
  padding: 10px 0;
  background: rgb(248, 248, 248);
  border: 1px solid #aaa;
}
.resume_sort table {
  margin: 0 auto;
}
.resume_sort td {
  padding: 0 2px;
}
.resume_sort tr:nth-child(2) td {
  padding-bottom: 8px;
}
.resume_sort input,
.resume_sort select {
  padding: 2px;
}
.list_cnt {
  max-width: 600px;
  padding-left: 1%;
  margin: 20px auto 5px;
  text-align: left;
}
.resume_list {
  width: 100%;
  max-width: 600px;
  margin: 5px auto 40px;
  border-collapse: collapse;
}
.resume_list th,
.resume_list td {
  width: 13%;
  padding: 4px;
  background: #fff;
  border: 1px solid #888;
  text-align: center;
}
.resume_list .per60 {
  width: 61%;
}
.resume_list .per30 {
  width: 30.5%;
}
.resume_list a {
  background: rgb(0, 39, 118);
  padding: 0 6px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: fit-content;
  min-width: 24px;
  margin: 0 2px;
  padding: 0 4px;
  height: 24px;
  border: 1px solid #aaa;
}
.pagination span {
  cursor: default;
}
.current {
  background: #aaa;
  color: #fff;
  cursor: default;
}
@media(max-width:1030px) {
  .inner {
    padding: 10px 2%;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
  }
  .header_menu {
    width: 35%;
    padding: 0 2% 0 0;
  }
  #border_line {
    aspect-ratio: 1 / 1.5;
    border-bottom: 14px dashed rgba(100, 193, 230, 0.2);
  }
  .jobhistory2 {
    margin: 6% auto 30px;
    padding: 1.8rem;
    font-size: 0.99rem;
  }
  .c_c_frame .career_content th {
    padding: 1px;
    line-height: 1.6;
    font-size: 0.89rem;
    letter-spacing: 0.15rem;
  }
  .c_date {
    font-size: 0.89rem;
  }
  .c_name {
    font-size: 0.99rem;
    line-height: 1.5;
  }
  .c_name.style2 {
    font-size: 0.79rem;
  }
  .c_name.style3 {
    font-size: 0.62rem;
  }
  .c_label {
    margin-top: 3px;
    font-size: 0.99rem;
  }
  .c_label2 {
    font-size: 0.94rem;
  }
  .c_label img,
  .add_blank_cc,
  .del_blank_cc {
    max-height: 23px;
  }  
  .c_text {
    font-size: 0.93rem;
    margin-bottom: 2px;
  }
  .c_c_frame .career_content td {
    font-size: 0.89rem;
    line-height: 1.2;
  }
  .c_c_frame .career_content .style2 {
    font-size: 0.89rem;
  }
  .c_c_frame .career_content .style3 {
    font-size: 0.88rem;
  }
  .c_c_frame .career_content .style4 {
    font-size: 0.87rem;
  }
  .c_c_frame .career_content .style5 {
    font-size: 0.86rem;
  }
  .c_c_frame .career_content .style6 {
    font-size: 0.85rem;
  }
  .c_c_frame .career_content .style7 {
    font-size: 0.84rem;
  }
  .c_c_frame .career_content .style8 {
    font-size: 0.83rem;
  }
  .c_c_frame .career_content .style9 {
    font-size: 0.82rem;
  }
  .c_c_frame .career_content .style10 {
    font-size: 0.81rem;
  }
  .c_c_frame .career_content .style11 {
    font-size: 0.8rem;
  }
  .c_skill, .c_qualified {
    font-size: 0.94rem;
  }
}
@media(max-width:767px) {
  body {
    font-size: 15px;
  }
  .inner {
    padding: 5px 1%;
  }
  .content h2 {
    margin-top: 5px;
  }  
  .explain {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  .fields {
    min-height: 60vh;
    margin-top: 5px;
    border: none;
    background: none;
  }
  .resume {
    width: 100%;
    margin: 4% auto;
    padding: 0.4rem 0;
    font-size: 0.6rem;
  }
  .resume *,
  .r3 td,
  .r3_label td,
  .r3 td:nth-child(2) {
    border-color: #555;
  }
  .r3 .style2 td {
    font-size: 0.42rem;
  }
  .r3 .style3 td {
    font-size: 0.35rem;
  }
  
  .input_field {
    margin-bottom: 10px;
  }
  .input_field input,
  .input_field textarea {
    font-size: 15px;
  }
  .sample_frame {
    width: 135px;
    height: 180px;
    margin: 20px auto 10px;
    border: 1px solid #eee;
  }
  
  .content .r1_title {
    width: 50%;
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
    margin: 0;
    text-align: left;
  }
  .r1_date {
    width: 50%;
    font-size: 0.45rem;
    letter-spacing: 0;
    padding-top: 0.6rem;
  }
  .r1_right_inner {
    width: 3.9rem;
    height: 5.2rem;
  }
  .r1_left_2 {
    font-size: 0.5rem;
    line-height: 1.1rem;
    padding: 0 3px;
  }
  .r1_left_2 span:nth-child(2) {
    padding-left: 4px;
  }
  .r1_left_2_label {
    font-size: 0.44rem;
  }
  .style2 #kana1,
  .style2 #kana2 {
    font-size: 0.4rem;
  }
  .style3 #kana1,
  .style3 #kana2 {
    font-size: 0.3rem;
  }

  .r1_left_3 {
    line-height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 3px;
  }
  .r1_left_3_label {
    padding-left: 3px;
    letter-spacing: 0.2rem;
    font-size: 0.49rem;
  }
  .style2 #name1,
  .style2 #name2 {
    font-size: 0.64rem;
  }
  .style3 #name1,
  .style3 #name2 {
    font-size: 0.48rem;
  }
  .style4 #name1,
  .style4 #name2 {
    font-size: 0.32rem;
  }

  .r1_left_4 {
    line-height: 1.1rem;
  }
  .r1_left_4_right {
    padding: 0 3px;
  }
  .r1_left_4_right_label {
    font-size: 0.44rem;
    line-height: 0.9rem;
  }
  .r2 {
    margin-bottom: 0.4rem;
  }
  .r2_1 {
    line-height: 1.1rem;
    font-size: 0.5rem;
    padding: 0 3px;
  }
  .r2_1_label {
    font-size: 0.44rem;
  }
  .style2 #address_kana,
  .style2 #c_address_kana {
      font-size: 0.4rem;
      padding-left: 0.4rem;
  }  
  .r2_2 {
    line-height: 1.9rem;
    padding: 0.3rem 0 0 2.2rem;
  }
  .r2_2_label {
    line-height: 0.9rem;
    font-size: 0.44rem;
  }
  .style2 #address2,
  .style2 #address3,
  .style2 #c_address2,
  .style2 #c_address3 {
    font-size: 0.59rem;
  }
  .style3 #address2,
  .style3 #address3,
  .style3 #c_address2,
  .style3 #c_address3 {
    font-size: 0.48rem;
  }
  
  .r2_3 {
    height: 1.22rem;
  }
  .r2_3_left {
    padding: 0 0 0 2.1rem;
    line-height: 1.22rem;
  }
  .r2_3_left_label {
    line-height: 0.6rem;
    font-size: 0.44rem;
    left: 0.8%;
  }
  .style2 #mail,
  .style2 #c_mail {
    font-size: 0.5rem;
  }
  .style3 #mail,
  .style3 #c_mail {
    font-size: 0.38rem;
    line-height: 0.53rem;
  }
  .style4 #mail,
  .style4 #c_mail {
    display: inline-block;
    font-size: 0.31rem;
    line-height: 0.38rem;
  }
  
  .r2_3_right {
    padding: 0 0 0 1.8rem;
    line-height: 1.22rem;
  }
  .r2_3_right_label {
    line-height: 0.6rem;
    font-size: 0.44rem;
    left: 0.8%;
  }
  .r3 td {
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.53rem;
  }
  .second {
    margin-top: 0.5rem;
  }
  .last {
    margin-bottom: 0.4rem;
  }
  .r4 {
    margin-bottom: 0.4rem;
  }
  .r4_1 {
    line-height: 1.12rem;
    font-size: 0.53rem;
  }
  .r4_2 {
    height: 5rem;
    line-height: 1rem;
    font-size: 0.78rem;
  }
  .r4_2.style2 {
    line-height: 0.58rem;
  }
  .r4_2.style3 {
    line-height: 0.49rem;
  }
  .r4_2.style4 {
    line-height: 0.47rem;
  }
  #motivation.style2 {
    font-size: 0.48rem;
  }
  #motivation.style3 {
    font-size: 0.45rem;
  }
  #motivation.style4 {
    font-size: 0.43rem;
  }
  .r5_1 {
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.53rem;
  }
  .r5_1_explain {
    font-size: 0.52rem;
  }
  .r5_2 {
    height: 5rem;
    line-height: 1rem;
    font-size: 0.78rem;
  }
  .r5_2.style2 {
    line-height: 0.58rem;
  }
  .r5_2.style3 {
    line-height: 0.49rem;
  }
  .r5_2.style4 {
    line-height: 0.47rem;
  }
  #hope.style2 {
    font-size: 0.48rem;
  }
  #hope.style3 {
    font-size: 0.45rem;
  }
  #hope.style4 {
    font-size: 0.43rem;
  }
  .btns {
    bottom: -0.5vh;
  }
  .jobhistory, 
  .jobhistory2, 
  .job_sheet, 
  .job_sheet2 {
    width: 100%;
    margin: 4% auto 30px;
    padding: 0.4rem 0;
    font-size: 0.6rem;
  }
  #border_line {
    aspect-ratio: 1 / 1.49;
    border-bottom: 8px dashed rgba(100, 193, 230, 0.2);
  }  
  .hint_inner {
    margin: 10vh auto;
    padding: 4px 3px;
  }
  #hint_qualified .hint_inner,
  #hint_skill .hint_inner,
  #hint_blank .hint_inner {
    margin: 8vh auto;
    max-height: 84vh;
  }  
  .hint_inner p {
    font-size: 13px;
  }
  .hint_inner span {
    font-size: 11px;
  }
  .qualified_list td,
  .skill_list td {
    padding: 3px;
    font-size: 0.8rem;
  }
  .qualified_name,
  .skill_name {
    font-size: 0.8rem;
  }
  .skill_name.long {
    font-size: 0.6rem;
  }
  .skill_name.long2 {
    font-size: 0.56rem;
  }  
  .qualified_list button,
  .skill_list button {
    font-size: 0.7rem;
  }
  .margin-btm10 {
    margin-bottom: 10px;
  }
  .for_sp {
    display: inline;
  }
  .career_content, .career_content th {
    font-size: 0.75rem;
  }
  .career_content td {
    font-size: 0.7rem;
  }
  .career_content td {
    padding: 2px;
  }
  .career_content th:first-child,
  .career_content td:first-child {
    width: 33%;
  }
  .c_c_frame .career_content th:first-child,
  .c_c_frame .career_content td:first-child {
    width: 17%;
  }
  .c_c_frame .career_content th {
    padding: 0;
    line-height: 1.4;
    font-size: 0.63rem;
    letter-spacing: 0.1rem;
  }
  .works .career_content input[type="number"] {
    padding: 2px 1px;
  }
  .works .career_content input[type="number"].narrow {
    max-width: 30px;
  }
  .input_field textarea.short {
    min-height: 160px;
  }
  .content .c_title {
    margin-top: 2px;
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .c_date {
    font-size: 0.57rem;
  }
  .c_name {
    font-size: 0.68rem;
    line-height: 1.3;
  }
  .c_name.style2 {
    font-size: 0.59rem;
  }
  .c_name.style3 {
    font-size: 0.44rem;
  }
  .c_label {
    margin-top: 2px;
    font-size: 0.64rem;
  }
  .c_label2 {
    font-size: 0.6rem;
  }
  .c_label img,
  .add_blank_cc,
  .del_blank_cc {
    max-height: 16px;
  }  
  .c_text {
    font-size: 0.58rem;
    margin-bottom: 2px;
  }
  .c_c_frame .career_content td {
    font-size: 0.54rem;
    line-height: 1.1;
  }
  .c_c_frame .career_content .style2 {
    font-size: 0.52rem;
  }
  .c_c_frame .career_content .style3 {
    font-size: 0.51rem;
  }
  .c_c_frame .career_content .style4 {
    font-size: 0.5rem;
  }
  .c_c_frame .career_content .style5 {
    font-size: 0.49rem;
  }
  .c_c_frame .career_content .style6 {
    font-size: 0.48rem;
  }
  .c_c_frame .career_content .style7 {
    font-size: 0.47rem;
  }
  .c_c_frame .career_content .style8 {
    font-size: 0.46rem;
  }
  .c_c_frame .career_content .style9 {
    font-size: 0.45rem;
  }
  .c_c_frame .career_content .style10 {
    font-size: 0.44rem;
  }
  .c_c_frame .career_content .style11 {
    font-size: 0.43rem;
  }
  .c_skill, .c_qualified {
    line-height: 1.2;
    font-size: 0.6rem;
  }
  .format {
    width: 48%;
    padding: 1%;
    margin-bottom: 10px;
    position: relative;
  }  
  footer small {
    font-size: 0.6em;
  }
}
@media(max-width:600px) {
  header img {
    width: 35%;
    padding-top: 0.5vh;
  }
  .header_menu {
    width: 48%;
    padding: 0 1% 0 0;
  }
  .header_menu a,
  .header_menu button {
    padding: 2px 4px;
    font-size: 12px;
  }
  .progress {
    width: 99%;
    padding: 10px 0;
    font-size: 10px;
  }
  .progress a {
    width: 2.6rem;
    height: 45px;
    line-height: 14px;
  }
  .progress img {
    width: 0.78rem;
    padding-bottom: 5px;
  }
  .fields {
    min-height: 60vh;
    margin-top: 5px;
    padding: 10px 0;
    border: none;
    background: none;
    box-shadow: none;
  }
  .input_field input,
  .input_field textarea {
    font-size: 14px;
  }
  .remove_education, 
  .remove_works,
  .remove_qualified,
  .remove_skill {
    right: 2%;
    width: 25px;
    height: 25px;
  }
  .education input[type="number"],
  .works input[type="number"],
  .qualified input[type="number"],
  .skill input[type="number"] {
    width: 25%;
    max-width: 64px;
  }
  .works input[type="number"].narrow {
    max-width: 47px;
  }
  #btn_desired_address, 
  #btn_desired_info, 
  #add_education, 
  #add_works, 
  #add_qualified, 
  #add_skill {
    padding: 5px;
  }
  .end_select {
    padding-top: 12px;
    font-size: 0.8rem;
  }
  .end_select select {
    font-size: 0.75rem;
    -webkit-appearance: none;
    border: 1px solid #666;
    background: #fff;
    color: #666;
    padding: 6px 2px;
    border-radius: 3px;
    font-weight: 600;
  }  
  .select_menu .select_btn {
    padding: 0 3px;
    font-size: 12px;
  }
  .format small {
    font-size: 0.64rem;
  }
  .format p {
    font-size: 0.75rem;
  }
  .format b {
    font-size: 0.8rem;
  }
  .format b.style2 {
    font-size: 0.69rem;
  }
  .del_jobhistory {
    width: 20px;
    height: 20px;
    top: 0;
    right: 2px;
    cursor: pointer;
  }  
  .job_sheet {
    margin-bottom: 30px;
  }
  .job_sheet td {
    height: 1.8rem;
    line-height: 1.8rem;
    background: #f9f9f9;
  }
  .job_sheet tr:first-child td {
    font-size: 0.8rem;
  }
  .job_sheet tr:first-child td:nth-child(3) {
    font-size: 0.6rem;
  }
  .job_sheet tr td:first-child {
    width: 13%;
  }
  .job_sheet tr td:nth-child(2) {
    width: 9%;
  }
  .job_sheet tr td:nth-child(3) {
    width: 78%;
  }
  .job_sheet input[type="number"] {
    width: 99%;
    font-size: 0.7rem;
    padding: 3px 2px;
  }
  .job_sheet input[type="text"] {
    width: 98%;
    font-size: 0.7rem;
    padding: 3px 2px;
  }
  .job_date {
    margin: 5px auto;
    font-size: 0.8rem;
  }
  .job_date input {
    font-size: 0.75rem;
    padding: 1px 3px;
    -webkit-appearance: none;
    border: 1px solid #888;
    background: #fff;
    color: #666;
    border-radius: 3px;
  }  
  .j1 {
    padding: 0 0 0.5rem;
  }
  .content .j1_left {
    line-height: 2.1rem;
    padding-top: 0.3rem;
    vertical-align: middle;
  }
  .j1_right_1 {
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .j1_right_2 {
    line-height: 1.5rem;
    font-size: 0.7rem;
    padding-left: 1.8rem;
  }
  .j1_right_2 span {
    line-height: 0.8rem;
    font-size: 0.5rem;
  }
  .j1_right_2.style2 {
    font-size: 0.44rem;
    padding-left: 1rem;
  }
  .j1_right_2.style3 {
    line-height: 0.65rem;
    font-size: 0.38rem;
    padding-top: 0.2rem;
    padding-left: 0.8rem;
  }
  .resume_list th,
  .resume_list td {
    padding: 3px;
    font-size: 85%;
  }
  .career .works {
    border: none;
    padding: 0;
  }
  .resume_sort input {
    max-width: 170px;
  }
  .blank02,.blank03,.blank04, .blank, .blank2, .blank3 {
    height: 16px;
  }
  .for_pc {
    display: none;
  }  
}