@charset "UTF-8";
.m-modal .m-modalContent {
  width: 490px;
  padding: 20px 20px 30px;
}

.m-modal .m-modalContent .m-detail {
  padding: 20px 20px 20px;
  background: #f9f9f9;
}

.m-modal .m-modalContent .m-inputWrap + .m-inputWrap {
  margin-top: 20px;
}

.m-modal .m-modalContent .m-singleCheck {
  margin-top: 10px;
}

.m-modal .m-modalContent .m-notice {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

.m-modal .m-modalContent .m-sendBtn {
  margin: 30px auto 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 280px;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal .m-modalContent .m-sendBtn:hover {
  opacity: 0.7;
}

.m-modal .m-modalContent .m-sendBtn[disabled="disabled"] {
  background: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.m-modal .m-modalContent .m-otherLinks {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.m-modal .m-modalContent .m-otherLinks a {
  color: #1A74C0;
}

.m-modal .m-modalContent .m-otherLinks a:hover {
  text-decoration: underline;
}

.m-modal .m-modalContent.is-complete .m-image {
  margin: 0 -20px;
}

.m-modal .m-modalContent.is-complete .m-detail {
  padding: 16px 20px;
  margin-top: 20px;
}

.m-modal .m-modalContent.is-complete .m-text {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px;
}

.m-modal .m-modalContent.is-complete .m-caution {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #233977;
  text-align: center;
}

/**
 * 会員情報
 * ※ mypage内プロフィールと同記述あり
 */
.m-contents > form > .m-notice {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

.m-content .m-info .m-infoError {
  background: #FFEFF1;
  border: 1px solid #FF3510;
  border-radius: 4px;
  font-size: 12px;
  color: #FF3510;
  line-height: 1.3;
  padding: 10px 12px;
  margin-bottom: 15px;
}

.m-content .m-info .m-notice {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.m-content .m-info .m-notice .m-tag {
  margin-right: 5px;
  margin-top: -2px;
}

.m-content .m-personalInfo .m-companyInfo .m-title {
  font-weight: bold;
}

.m-content .m-personalInfo .m-companyInfo .m-title .m-tag {
  margin-left: 10px;
  margin-top: -4px;
}

.m-content .m-personalInfo .m-companyInfo .m-date,
.m-content .m-personalInfo .m-companyInfo .m-state,
.m-content .m-personalInfo .m-companyInfo .m-text {
  margin-top: 1em;
}

.m-content .m-personalInfo .m-undefined {
  font-weight: bold;
}

.m-content .m-editInfo {
  display: none;
}

.m-content .m-editInfo.is-default {
  display: block;
}

.m-content .m-editInfo .m-editNotice {
  color: #FF3510;
  font-size: 12px;
  margin-bottom: 10px;
}

.m-content .m-editInfo .m-editList {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 19px 30px;
  margin: 0;
}

.m-content .m-editInfo .m-editList + .m-editList {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editList > dt {
  font-size: 16px;
  font-weight: bold;
}

.m-content .m-editInfo .m-editList > dt:first-child > .m-subhead {
  margin-top: 0;
}

.m-content .m-editInfo .m-editList > dt .m-tag.is-private {
  margin-left: 10px;
  margin-top: -4px;
  font-weight: normal;
}

.m-content .m-editInfo .m-editList > dt .m-tag.is-required {
  margin-left: 10px;
  margin-top: -4px;
  font-weight: normal;
}

.m-content .m-editInfo .m-editList > dd {
  margin: 8px 0 0;
}

.m-content .m-editInfo .m-editList > dd + dt {
  margin-top: 22px;
}

.m-content .m-editInfo .m-editList > dd .m-privateCheck,
.m-content .m-editInfo .m-editList > dd .m-singleCheck {
  margin-bottom: 14px;
}

.m-content .m-editInfo .m-editList .m-checkContent .m-band.is-recommend {
  display: inline-block;
  background: #1067BB;
  border-radius: 2px;
  line-height: 1;
  width: 66px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 7px 0 6px;
  position: relative;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.m-content .m-editInfo .m-editList .m-checkContent .m-band.is-recommend::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-right: 4.5px solid #1067BB;
}

.m-content .m-editInfo .m-editList .m-subhead {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}

.m-content .m-editInfo .m-editList .m-notice {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.m-content .m-editInfo .m-editList .m-attention {
  color: #666;
  font-size: 12px;
  line-height: 22px;
  padding: 11px 15px 14px;
  background: #f9f9f9;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-selectWrap {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-textareaWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-textareaWrap textarea {
  height: 180px;
}

.m-content .m-editInfo .m-editList.is-qualification .m-inputWrap + .m-subhead {
  margin-top: 25px;
}

.m-content .m-editInfo .m-editList.is-qualification .m-textareaWrap textarea {
  height: 180px;
}

.m-content .m-editInfo .m-editList.is-place .m-selectWrap + .m-selectWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-password .m-singleCheck {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-password .m-selectWrap + .m-inputWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-radioList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-radioList > li {
  float: left;
  margin-left: 10px;
}

.m-content .m-editInfo .m-radioList > li:first-child {
  margin-left: 0;
}

.m-content .m-editInfo .m-selectList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-selectList > li {
  float: left;
  margin-left: 10px;
}

.m-content .m-editInfo .m-selectList > li:first-child {
  margin-left: 0;
}

.m-content .m-editInfo .m-selectList .m-selectWrap {
  width: 200px;
}

.m-content .m-editInfo .m-textareaWrap textarea {
  height: 100px;
}

.m-content .m-editInfo .m-uploadArea::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-uploadArea .m-image {
  float: left;
  display: table;
  vertical-align: middle;
  width: 75px;
  height: 99px;
  padding: 3px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-content .m-editInfo .m-uploadArea .m-preview {
  background-color: #F9F9F9;
  background-image: url(/images/contents/images/member/icon/icon_person_black_24px.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.m-content .m-editInfo .m-uploadArea .m-preview > img {
  vertical-align: middle;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-upload > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #333;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-upload > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete {
  margin-top: 20px;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete > a {
  background: #EEE;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #333;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-modalContent {
  padding: 40px 40px 23px;
}

.m-content .m-editInfo .m-modalContent .m-image {
  background: #F5F5F5;
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 11px 37px 59px;
}

.m-content .m-editInfo .m-modalContent .m-send {
  text-align: center;
  margin-top: 20px;
}

.m-content .m-editInfo .m-modalContent .m-send > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-modalContent .m-send > button:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-modalContent .m-send > button > input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.m-content .m-editInfo .m-modalContent .m-send .m-notice {
  color: #999999;
  font-size: 14px;
  margin-top: 8px;
}

.m-content .m-editInfo .m-saveBtn {
  background: #F9F9F9;
  padding: 20px 0 21px;
  margin: 30px -19px -20px;
  text-align: center;
}

.m-content .m-editInfo .m-saveBtn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-saveBtn button:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-editDetails {
  padding: 18px 20px 30px;
  background: #F9F9F9;
  position: relative;
}

.m-content .m-editInfo .m-editDetails::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-editDetails + .m-editDetails {
  margin-top: 15px;
}

.m-content .m-editInfo .m-editDetails .m-close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(/images/contents/images/member/icon/icon_close_m.png) no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 5;
}

.m-content .m-editInfo .m-editDetails:hover .m-close {
  display: block;
}

.m-content .m-editInfo .m-editDetails.is-setScout {
  padding-bottom: 19px;
}

.m-content .m-editInfo .m-editDetails.is-setScout .m-privateCheck {
  margin-bottom: 0;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-singleCheck {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList > li {
  margin-top: 14px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList > li:first-child {
  margin-top: 0;
}

.m-content .m-editInfo .m-editDetails > .m-text {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.m-content .m-editInfo .m-editDetails > .m-link {
  margin-top: 13px;
}

.m-content .m-editInfo .m-editDetails > .m-link > a {
  font-size: 14px;
  line-height: 1.4;
  color: #1A74C0;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.m-content .m-editInfo .m-editDetails > .m-link > a:hover {
  text-decoration: underline;
}

.m-content .m-editInfo .m-editDetails > .m-link > a::before {
  content: "";
  position: absolute;
  background: url(/images/contents/images/member/icon/icon_arrow_b_gray.png) no-repeat;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 0;
}

.m-content .m-editInfo .m-editDetail {
  margin: 0;
}

.m-content .m-editInfo .m-editDetail > dt {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.m-content .m-editInfo .m-editDetail > dd {
  margin: 10px 0 0;
}

.m-content .m-editInfo .m-editDetail > dd + dt {
  margin: 20px 0 0;
}

.m-content .m-editInfo .m-editDetail.is-school .m-selectWrap, .m-content .m-editInfo .m-editDetail.is-department .m-selectWrap {
  width: 100%;
}

.m-content .m-editInfo .m-editDetail.is-school {
  width: 330px;
  float: left;
}

.m-content .m-editInfo .m-editDetail.is-department {
  width: 240px;
  float: right;
}

.m-content .m-editInfo .m-editDetail.is-department + .m-editDetail {
  clear: both;
  padding-top: 22px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird {
  float: left;
  width: 200px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird .m-selectWrap {
  width: 100%;
}

.m-content .m-editInfo .m-editDetail.is-oneThird + .is-oneThird {
  margin-left: 10px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird + .is-oneThird + .m-editDetail:not(.is-oneThird) {
  clear: both;
  padding-top: 22px;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap {
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap.is-month {
  width: 120px;
  margin-left: 5px;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap.is-twoThirds + .is-twoThirds {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editDetail .m-selectTo {
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-editInfo .m-editDetail .m-privateCheck + .m-editDetail,
.m-content .m-editInfo .m-editDetail .m-singleCheck + .m-editDetail {
  margin-top: 17px;
}

.m-content .m-editInfo .m-addBtn {
  text-align: center;
  margin-top: 20px;
}

.m-content .m-editInfo .m-addBtn > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-addBtn > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-addBtn > a::before {
  content: "";
  background: url(/images/contents/images/member/icon/icon_add.png) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 74px;
}

.m-content .m-editInfo .m-placeSelectList {
  margin: 0;
}

.m-content .m-editInfo .m-placeSelectList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-placeSelectList > dt,
.m-content .m-editInfo .m-placeSelectList > dd {
  margin-top: 10px;
}

.m-content .m-editInfo .m-placeSelectList > dt {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  clear: both;
}

.m-content .m-editInfo .m-placeSelectList > dd {
  float: left;
  width: 550px;
  margin-left: 10px;
}

.m-content .is-hasTax {
  width: 235px;
}

.m-content .is-hasTax .m-selectWrap,
.m-content .is-hasTax .m-inputWrap {
  display: inline-block;
  vertical-align: middle;
}

.m-content .is-hasTax .m-subOneTax {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}

.m-content .m-setScoutMsg {
  padding: 14px 0 0;
  border: 4px solid #233977;
}

.m-content .m-setScoutMsg .m-catch {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-text {
  margin-top: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}

.m-content .m-setScoutMsg .m-text .m-tag {
  margin: -5px 5px 0;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap {
  margin-top: 16px;
  text-align: center;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-band {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 6px 0 4px;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #1067BB;
  border-radius: 2px;
  position: relative;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-band::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-left: 4.5px solid #1067BB;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout > span {
  font-size: 22px;
  color: #FE3824;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout > span > span {
  font-size: 16px;
}

.m-content .m-setScoutMsg .m-setScoutLink {
  margin-top: 20px;
  padding: 10px 0;
  background: #F9F9F9;
  position: relative;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link {
  text-align: center;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a {
  font-size: 14px;
  line-height: 1.4;
  color: #1A74C0;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a:hover {
  text-decoration: underline;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a::before {
  content: "";
  position: absolute;
  background: url(/images/contents/images/member/icon_arrow_b_gray.png) no-repeat;
  width: 12px;
  height: 12px;
  top: 2px;
  left: -20px;
}

.m-content .m-setScoutMsg + .m-checkList {
  margin: 20px 0 0;
}

.m-content .m-setScoutMsg + .m-checkList > li {
  margin-top: 18px;
}

.m-content .m-setScoutMsg + .m-checkList > li:first-child {
  margin-top: 0;
}

.m-content .m-consultPlace .m-selectWrap + .m-selectWrap {
  margin-top: 10px;
}

.m-content .m-inputWrap + .m-singleCheck.is-password {
  margin-top: 10px;
}

.m-content .m-editList.is-member .m-inputWrap + .m-singleCheck {
  margin-top: 10px;
}

.m-content .m-editList.is-member .m-selectWrap + .m-inputWrap {
  margin-top: 10px;
}

.m-content .m-achievementRate {
  display: table;
  float: left;
  width: 353px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

.m-content .m-achievementRateMember {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #233977;
  font-weight: bold;
}

.m-content .m-achievementRateMember > span {
  font-size: 16px;
  color: #233977;
  line-height: 16px;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: baseline;
   margin-bottom: -4.5px;
}

.m-content .m-achievementRateMember > span:last-child {
  margin-top: 10px;
}

.m-content .m-achievementRateGraph {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  position: relative;
}

.m-content .m-achievementRateScore {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 29px;
  color: #233977;
  font-weight: bold;
}

.m-content .m-achievementRateScore > span {
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
}

.m-content .m-edit {
  float: right;
  width: 280px;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.m-content .m-edit .m-band {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -115px;
  padding: 6px 0 4px;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: #1067BB;
  border-radius: 2px;
}

.m-content .m-edit .m-band::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4.5px;
  border: 4.5px solid transparent;
  border-top: 4.5px solid #1067BB;
}

.m-content .m-edit .m-scout {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-edit .m-scout > span {
  font-size: 22px;
  color: #FE3824;
  font-weight: bold;
}

.m-content .m-edit .m-scout > span > span {
  font-size: 16px;
}

.m-content .m-edit .m-text {
  font-size: 12px;
  color: #333333;
  margin: 10px -20px 0;
}

.m-content .m-edit .m-button {
  margin-top: 6px;
  position: relative;
}

.m-content .m-edit .m-button > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-button > a:hover {
  opacity: 0.7;
}

.m-content .m-edit .m-modal {
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-bottom: 26px;
}

.m-content .m-edit .m-modal .m-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-edit .m-modal .m-selectList {
  padding: 0 20px;
}

.m-content .m-edit .m-modal .m-selectList > li {
  margin-top: 10px;
  font-size: 0;
  text-align: left;
}

.m-content .m-edit .m-modal .m-selectList > li > .m-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.m-content .m-edit .m-modal .m-selectList > li > .m-companyInfo > .m-title {
  height: auto;
  line-height: inherit;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.m-content .m-edit .m-modal .m-selectList > li:first-child {
  margin-top: 0;
}

.m-content .m-edit .m-modal .m-selectList > li.is-subOneTax {
  width: 235px;
}

.m-content .m-edit .m-modal .m-selectWrap.is-oneThird {
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-edit .m-modal .m-selectWrap.is-year {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.m-content .m-edit .m-modal .m-selectWrap.is-month {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.m-content .m-edit .m-modal .m-selectSide {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-edit .m-modal .m-textareaWrap textarea {
  height: 240px;
}

.m-content .m-edit .m-modal .m-save {
  margin-top: 19px;
  padding: 0 20px;
}

.m-content .m-edit .m-modal .m-save > button {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-modal .m-save > button:hover {
  opacity: 0.7;
}

.m-content .m-edit .m-modal .m-save > a {
  display: block;
  font-size: 14px;
  color: #1A74C0;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}

.m-content .m-edit .m-modal .m-save > a:hover {
  text-decoration: underline;
}

.m-content .m-edit .m-modal .m-afterText {
  margin-top: 8px;
}

.m-content .m-edit .m-modal .m-close {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(/images/contents/images/member/icon/icon_close_m.png) no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-modal .m-close:hover {
  opacity: 0.7;
}

.m-content .m-contentLabel {
  padding: 6px 10px 4px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: #1067BB;
  border-radius: 2px 0 0 2px;
  position: absolute;
  top: 20px;
  right: 0;
}

.m-content .m-keywordSearch .m-details {
  padding: 18px 20px 33px;
  background: #f9f9f9;
}

.m-content .m-keywordSearch .m-detail {
  float: left;
  margin: 0 0 10px;
}

.m-content .m-keywordSearch .m-detail > dt {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.m-content .m-keywordSearch .m-detail > dd {
  margin: 10px 0 0;
}

.m-content .m-keywordSearch .m-detail + .m-detail {
  margin-left: 10px;
}

.m-content .m-keywordSearch .m-inputKeyword {
  clear: both;
}

.m-content .m-keywordSearch .m-searchKeywordBtn {
  margin: 20px auto 0;
  width: 280px;
}

.m-content .m-keywordSearch .m-searchKeywordBtn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FB8C00;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-keywordSearch .m-searchKeywordBtn button:hover {
  opacity: 0.7;
}

.m-submit {
  margin: 26px auto;
  width: 280px;
}

.m-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-submit button:hover {
  opacity: 0.7;
}

.m-submit button[disabled="disabled"] {
  background: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.m-completeMessage {
  margin-bottom: 30px;
  padding: 27px 0 26px;
  background: #F4F9FF;
  border: 1px solid #233977;
  border-radius: 4px;
}

.m-completeMessage .m-title {
  font-weight: bold;
  font-size: 18px;
  color: #233977;
  text-align: center;
}

.m-completeMessage .m-text {
  margin-top: 15px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}
 .error {
    font-size: 12px;
  color: #FE3824;
  margin-top: 10px;
  display: block;
}
