@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: YakuHanJP, Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "Crimson Pro", sans-serif;
  background-color: #F2F7FF;
  color: #3B3B3B;
}

a, button {
  opacity: 1;
  transition: opacity 0.4s;
  text-decoration: none;
}
a:hover, button:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

main {
  min-height: calc(100vh - 154px);
}
@media screen and (max-width: 820px) {
  main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 820px) {
  .lp img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp header .navbar-brand {
  display: none;
  font-size: 16px;
  color: #0076FF !important;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  .lp header .navbar-brand {
    display: block;
  }
}
.lp nav {
  max-width: 1070px;
  margin: 0 auto;
  padding: 23px 0;
}
@media screen and (max-width: 820px) {
  .lp nav {
    padding: 5px 0;
  }
}
.lp nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.lp nav a {
  transition: opacity 0.4s;
}
.lp nav a.text {
  color: #3B3B3B;
  margin-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .lp nav a.text {
    margin-left: 0;
  }
}
.lp nav a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}
.lp nav .btn {
  color: #fff !important;
  width: 142px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  transition: opacity 0.4s;
}
.lp nav .btn:hover {
  color: #fff !important;
  transition: opacity 0.4s;
}
.lp nav .btn.btn1 {
  background-color: #0076FF;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .lp nav .btn.btn1 {
    margin-left: 0;
    margin-top: 10px;
  }
}
.lp nav .btn.btn2 {
  background-color: #FFD038;
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .lp nav .btn.btn2 {
    margin-left: 0;
    margin-top: 10px;
  }
}

.inquery_btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 84px;
  display: block;
  width: 352px;
  border-radius: 40px;
  background-image: linear-gradient(0deg, rgb(75, 140, 253), rgb(47, 242, 225));
  box-shadow: 20px 20px 30px 0 rgba(73, 149, 251, 0.24);
  margin-top: 60px;
  position: relative;
  transition: opacity 0.4s;
}
@media screen and (max-width: 820px) {
  .inquery_btn {
    margin: 20px auto 10px;
    max-width: 100%;
  }
}
.inquery_btn:hover {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.4s;
}
.inquery_btn span {
  margin-left: 70px;
}
.inquery_btn img {
  position: absolute;
  top: -5px;
  left: -7px;
}

.hero_img {
  max-width: 1086px;
  margin: 0 auto;
  padding: 100px 0 285px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .hero_img {
    display: block;
    padding: 30px 15px;
  }
  .hero_img .text_area {
    text-align: center;
  }
}
.hero_img .text_area {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .hero_img .text_area {
    text-align: center;
  }
}
.hero_img h1 {
  font-size: 23px;
  letter-spacing: 4px;
}
@media screen and (max-width: 820px) {
  .hero_img h1 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.hero_img h1 span {
  display: block;
  font-weight: 600;
}
.hero_img h1 .main_text {
  margin: 20px 0;
  color: #0076FF;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .hero_img h1 .main_text {
    font-size: 23px;
    line-height: 1.3;
  }
}
.hero_img p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .hero_img p {
    font-size: 16px;
    line-height: 1.3;
  }
  .hero_img p br {
    display: none;
  }
}

.top {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .top {
    padding: 0 15px;
  }
}
.top h2 {
  font-size: 32px;
  color: #0076FF;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .top h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.top h2 span {
  color: #3B3B3B;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.top h2.plusbar span {
  display: flex;
  justify-content: center;
}
.top h2.plusbar span::before, .top h2.plusbar span::after {
  content: "";
  background-color: #3B3B3B;
  width: 1px;
  height: 27px;
}
.top h2.plusbar span::before {
  transform: rotate(-25deg);
  margin-right: 15px;
}
.top h2.plusbar span::after {
  transform: rotate(25deg);
  margin-left: 15px;
}
.top h2 + p {
  line-height: 2;
}
.top .sec01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 820px) {
  .top .sec01 {
    margin-bottom: 50px;
  }
}
.top .sec01 .inner_box ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.top .sec01 .inner_box ol > li {
  padding: 0;
  line-height: 1.5;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li {
    display: block;
  }
}
.top .sec01 .inner_box ol > li:not(:last-of-type) {
  margin-bottom: 60px;
}
.top .sec01 .inner_box ol > li:nth-child(even) {
  flex-direction: row-reverse;
}
.top .sec01 .inner_box ol > li img {
  margin-top: 20px;
  box-shadow: 20px 20px 30px 0 rgba(73, 149, 251, 0.1);
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li img {
    margin: 20px auto;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li .text_area {
    position: relative;
  }
}
.top .sec01 .inner_box ol > li .text_area > span {
  position: relative;
  color: #fff;
  font-size: 10px;
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li .text_area > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top .sec01 .inner_box ol > li .text_area > span:before {
  position: absolute;
  font-weight: bold;
  counter-increment: number;
  content: "0" counter(number);
  left: 0;
  top: 0;
  color: #fff;
  width: 64px;
  height: 64px;
  font-size: 21px;
  text-align: center;
  border-radius: 50% 50% 0 50%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #ffc33c;
  padding: 28px 0;
  z-index: -1;
  box-shadow: 10px 10px 16px 0 rgba(155, 208, 55, 0.1);
}
.top .sec01 .inner_box ol > li h3 {
  color: #0076FF;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li h3 {
    padding-left: 80px;
  }
}
.top .sec01 .inner_box ol > li h3 span {
  color: #3B3B3B;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li h3 span {
    font-size: 16px;
  }
}
.top .sec01 .inner_box ol > li p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .top .sec01 .inner_box ol > li p {
    font-size: 16px;
  }
}
.top .sec02 {
  margin-bottom: 130px;
}
@media screen and (max-width: 820px) {
  .top .sec02 {
    margin-bottom: 50px;
  }
}
.top .sec02 .inner_box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .top .sec02 .inner_box {
    display: block;
  }
}
.top .sec02 .part {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  padding: 30px;
  box-shadow: 20px 20px 30px 0 rgba(73, 149, 251, 0.1);
}
@media screen and (max-width: 820px) {
  .top .sec02 .part {
    margin-bottom: 20px;
  }
}
.top .sec02 .part::before {
  content: "";
  width: 100%;
  height: 8px;
  background-image: linear-gradient(-90deg, rgb(75, 140, 253), rgb(47, 242, 225));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.top .sec02 .part dl {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.top .sec02 .part dl:not(:last-of-type) {
  margin-bottom: 16px;
}
.top .sec02 .part dl dt, .top .sec02 .part dl dd {
  color: #003894;
  margin: 0;
}
.top .sec02 .part dl dt .blue_text, .top .sec02 .part dl dd .blue_text {
  color: #0076FF;
  font-weight: bold;
}
.top .sec02 .part dl dd {
  margin-left: 10px;
}
.top .sec03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .top .sec03 {
    margin-bottom: 50px;
  }
}
.top .sec03 ol {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 820px) {
  .top .sec03 ol {
    display: block;
  }
}
.top .sec03 ol::before {
  content: "";
  background-color: #0076FF;
  width: 70%;
  height: 4px;
  position: absolute;
  top: 21px;
  left: 100px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .top .sec03 ol::before {
    display: none;
  }
}
.top .sec03 ol > li {
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  flex: 1;
  display: grid;
  grid-template-rows: 60px 1fr 45px;
}
@media screen and (max-width: 820px) {
  .top .sec03 ol > li {
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.top .sec03 ol > li .number {
  position: relative;
  color: #fff;
  font-size: 10px;
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto 14px;
  text-align: center;
  padding-top: 3px;
}
.top .sec03 ol > li .number:before {
  position: absolute;
  font-weight: bold;
  counter-increment: number;
  content: "" counter(number);
  top: 0;
  left: 0;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #3473FF;
  padding: 13px 0 0;
  z-index: -1;
  box-shadow: 0px 3px 6px 0 rgba(48, 92, 213, 0.16);
}
.top .sec03 ol > li .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .sec03 ol > li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.top + footer .inner_box {
  padding-top: 185px;
}

.submit_box {
  text-align: center;
  margin-top: 50px;
}
.submit_box a, .submit_box button {
  transition: opacity 0.4s;
}
.submit_box a.btn, .submit_box button.btn {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 250px;
  line-height: 32px;
  border-radius: 23px;
}
.submit_box a.btn:focus, .submit_box button.btn:focus {
  outline: 0;
}
.submit_box a.send_btn, .submit_box button.send_btn {
  background-color: #0076FF;
}
.submit_box a.send_btn:disabled, .submit_box a.send_btn.disabled, .submit_box button.send_btn:disabled, .submit_box button.send_btn.disabled {
  background-color: #BCBCBC;
}
.submit_box a.back_btn, .submit_box a.backpart_btn, .submit_box button.back_btn, .submit_box button.backpart_btn {
  background-color: #BCBCBC;
}
.submit_box .form-check {
  font-size: 10px;
  max-width: 280px;
  margin: 0 auto 20px;
}
.submit_box .form-check a {
  color: #0076FF;
}

.badge.any {
  background-color: #C5C5C5;
}

.badge.show_homepage {
  background-color: #17DDD4;
}

.join {
  max-width: 370px;
  margin: 0 auto;
  padding: 60px 0;
}
.join h1 {
  color: #0755D5;
  text-align: center;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.join h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.join p {
  font-size: 12px;
}
.join form dl dt {
  font-size: 12px;
  font-weight: normal;
}
.join form dl dd {
  margin-top: 5px;
}
.join form dl dd small {
  font-size: 10px;
}
.join form dl dd input {
  color: #0076FF;
  font-size: 12px;
  padding: 0.57rem 0.75rem;
}
.join form dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  color: #BABABA;
  font-size: 12px;
  padding: 0.57rem 2.25rem 0.57rem 0.75rem;
}
.join form dl dd select.form-select {
  background-image: url(../img/select_arrow.png);
  background-size: auto;
}
.join form dl dd .year {
  width: 150px;
}
.join .prTextarea_box .prCount {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
  color: #4A4A4A;
}
.join .bk_white_box {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

.pager_box ol {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 135px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.pager_box ol::before {
  content: "";
  background-color: #0076FF;
  width: 110px;
  height: 4px;
  position: absolute;
  top: 21px;
  left: 10px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .pager_box ol::before {
    display: none;
  }
}
.pager_box ol > li {
  position: relative;
  color: #4A4A4A;
  font-size: 12px;
  display: block;
  margin: 0 auto 14px;
  text-align: center;
  padding-top: 50px;
}
.pager_box ol > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: number;
  content: "" counter(number);
  top: 0;
  left: 0;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #C5C5C5;
  padding: 11px 0 0;
  z-index: -1;
  box-shadow: 10px 10px 16px 0 rgba(155, 208, 55, 0.1);
}
.pager_box ol > li.active {
  color: #0755D5;
}
.pager_box ol > li.active:before {
  color: #fff;
  background: #3473FF;
}

.mypage {
  font-size: 12px;
}
.mypage nav, .mypage main {
  max-width: 550px;
  margin: 0 auto;
}
.mypage header {
  background-color: #FFFFFF;
  box-shadow: 6px 6px 6px 0 rgba(73, 149, 251, 0.24);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  z-index: 10;
}
.mypage header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding-left: 0;
  height: 58px;
}
.mypage header nav li a {
  color: #8E8E8E;
  font-size: 12px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
}
.mypage header nav li:first-of-type a {
  background-image: url(../img/icon_user.png);
}
.mypage header nav li:nth-child(2) a {
  background-image: url(../img/icon_search.png);
}
.mypage header nav li:nth-child(3) a {
  background-image: url(../img/icon_comment.png);
}
.mypage header nav li:last-of-type a {
  background-image: url(../img/icon_setting.png);
}
.mypage header nav li.active:first-of-type a {
  background-image: url(../img/icon_user_active.png);
}
.mypage header nav li.active:nth-child(2) a {
  background-image: url(../img/icon_search_active.png);
}
.mypage header nav li.active:nth-child(3) a {
  background-image: url(../img/icon_comment_active.png);
}
.mypage header nav li.active:last-of-type a {
  background-image: url(../img/icon_setting_active.png);
}
.mypage header nav li.active a {
  color: #0755D5;
}
.mypage main {
  padding-top: 113px;
  margin-bottom: 60px;
  min-height: calc(100vh - 202px);
}
.mypage main .bk_white_box {
  background-color: #fff;
  box-shadow: 6px 6px 6px 0 rgba(73, 149, 251, 0.24);
  padding: 25px;
}
.mypage main .profile h2 {
  color: #fff;
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
  background-color: #0076FF;
  width: 150px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}
.mypage main .profile .inner_box a {
  color: #8E8E8E;
  border: 3px solid #0076FF;
  border-radius: 0 3px 3px 3px;
  padding: 15px;
  display: flex;
  gap: 15px;
  background-image: url(../img/right_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
.mypage main .profile .imgbox {
  width: 86px;
  height: 86px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage main .profile .text_area h3 {
  font-size: 18px;
  color: #3B3B3B;
}
.mypage main .etc_box {
  gap: 20px;
  margin: 25px 0;
}
.mypage main .recomment, .mypage main .search_save {
  padding: 0;
}
.mypage main .recomment a, .mypage main .search_save a {
  color: #3B3B3B;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 96px;
  padding: 15px;
  position: relative;
}
.mypage main .recomment a .badge, .mypage main .search_save a .badge {
  border-radius: 50%;
  background-color: #F65E5E;
  min-width: 18px;
  min-height: 18px;
  padding: 3px;
  position: absolute;
  top: 16px;
  right: 107px;
}
.mypage main .recomment a {
  background-image: url(../img/icon_heart.png);
  background-repeat: no-repeat;
  background-position: top 15px center;
  background-size: auto;
}
.mypage main .search_save a {
  background-image: url(../img/icon_note.png);
  background-repeat: no-repeat;
  background-position: top 22px center;
  background-size: auto;
}
.mypage main .title_area {
  background-color: #FFFFFF;
  padding: 15px 50px;
  position: relative;
  text-align: center;
}
.mypage main .title_area .back_btn {
  position: absolute;
  top: calc(50% - 16px);
  left: 50px;
  padding: 0;
}
.mypage main .title_area h1 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.mypage main .project_list {
  margin-top: 96px;
  padding: 17px 25px 35px;
  position: relative;
}
.mypage main .project_list:last-of-type {
  margin-bottom: 70px;
}
.mypage main .project_list .rec_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
}
.mypage main .project_list .rec_header .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mypage main .project_list .rec_header .form-check input {
  width: 25px;
  height: 25px;
  border: 10px solid #D5D5D5;
  border-radius: 0.25em 0.25em 0 0;
  box-sizing: content-box;
  background-color: transparent;
  cursor: pointer;
}
.mypage main .project_list .rec_header .form-check input:checked {
  border: 10px solid #81A7FC;
  background-image: url(../img/icon_checkbox.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.mypage main .project_list .rec_header .form-check label {
  color: #0076FF;
  text-decoration: underline;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
}
.mypage main .project_list .rec_header .btn-close {
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-position: left top 3px;
  margin-top: -9px;
}
.mypage main .project_list .title_area {
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #D6D6D6;
}
.mypage main .project_list .title_area .badge {
  font-weight: normal;
  border: 1px solid #BABABA;
  margin-bottom: 10px;
}
.mypage main .project_list .title_area h2 {
  font-size: 20px;
  color: #0076FF;
  font-weight: 600;
}
.mypage main .project_list .title_area .cat {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}
.mypage main .project_list .inner_box {
  padding: 20px 10px;
}
.mypage main .project_list .inner_box dl {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: auto;
}
.mypage main .project_list .inner_box dl.price {
  background-image: url(../img/icon_yen_blue.png);
  background-position: left 3px top 2px;
}
.mypage main .project_list .inner_box dl.place {
  background-image: url(../img/icon_map_blue.png);
  background-position: left 2px top 2px;
}
.mypage main .project_list .inner_box dl.place span {
  display: block;
}
.mypage main .project_list .inner_box dl.time {
  background-image: url(../img/icon_watch_blue.png);
  background-position: left -2px top 2px;
}
.mypage main .project_list .inner_box dl dt {
  padding-bottom: 5px;
  font-size: 16px;
}
.mypage main .project_list .inner_box dl dd {
  font-size: 12px;
}
.mypage main .project_list .inner_box .Introduction {
  margin-bottom: 0;
}
.mypage main .project_list .btn_box {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.mypage main .project_list .btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 185px;
  line-height: 32px;
  border-radius: 23px;
}
.mypage main .project_list .recomment_btn {
  background-color: #0076FF;
}
.mypage main .project_list .detail_btn {
  background-color: #FFD038;
}
.mypage main .profile_list {
  padding: 0;
}
.mypage main .prof_box,
.mypage main .setting_area {
  position: relative;
  padding: 18px 20px 20px 33px;
  border-top: 1px solid #D6D6D6;
}
.mypage main .prof_box h3,
.mypage main .setting_area h3 {
  font-size: 18px;
  color: #3B3B3B;
}
.mypage main .prof_box .to_edit_btn,
.mypage main .setting_area .to_edit_btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 20px;
}
.mypage main .prof_box .to_edit_btn img,
.mypage main .setting_area .to_edit_btn img {
  margin-right: 5px;
}
.mypage main .prof_box .annotation,
.mypage main .setting_area .annotation {
  font-size: 12px;
  margin-top: 5px;
}
.mypage main .prof_box .annotation.small,
.mypage main .setting_area .annotation.small {
  font-size: 10px;
}
.mypage main .setting_area {
  padding: 18px 20px;
}
.mypage main .personal_area .inner_box {
  display: flex;
  gap: 20px;
}
.mypage main .personal_area .inner_box .imgbox {
  width: 86px;
  height: 86px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.mypage main .personal_area .inner_box .imgbox button {
  position: absolute;
  bottom: -3px;
  right: -3px;
  padding: 0;
}
.mypage main .personal_area .inner_box .text_area .privacy_box p {
  font-size: 10px;
  margin-bottom: 3px;
}
.mypage main .personal_area .inner_box .text_area .privacy_box .to_privacy_btn {
  font-size: 12px;
  border: 1px solid #BABABA;
  display: flex;
  align-items: center;
  width: 330px;
}
@media screen and (max-width: 820px) {
  .mypage main .personal_area .inner_box .text_area .privacy_box .to_privacy_btn {
    width: 100%;
  }
}
.mypage main .personal_area .inner_box .text_area .privacy_box .to_privacy_btn img {
  margin-right: 5px;
}
.mypage main .prof_textarea {
  min-height: 80px;
}
.mypage main .skill_name_area {
  margin-top: 30px;
}
.mypage main .skill_name_area .badge {
  color: #3B3B3B;
  background-color: #E8F1FF;
  font-size: 12px;
  width: 110px;
  font-weight: normal;
}
.mypage main .hope_box dl {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.mypage main .hope_box dl.willingness {
  background-image: url(../img/hope01.png);
}
.mypage main .hope_box dl.operation {
  background-image: url(../img/hope02.png);
}
.mypage main .hope_box dl.cost {
  background-image: url(../img/hope03.png);
}
.mypage main .hope_box dl.working {
  background-image: url(../img/hope04.png);
}
.mypage main .hope_box dl.job_change {
  background-image: url(../img/hope05.png);
}
.mypage main .hope_box dt, .mypage main .hope_box dd {
  font-size: 12px;
  margin: 0;
}
.mypage main .hope_box dt {
  font-weight: normal;
}
.mypage main .hope_box dd {
  font-weight: 600;
}
.mypage main .work_history_list {
  margin-top: 25px;
}
.mypage main .work_history_list dl {
  display: flex;
  gap: 15px;
  align-items: center;
}
.mypage main .work_history_list dt, .mypage main .work_history_list dd {
  font-size: 12px;
  margin: 0;
}
.mypage main .work_history_list dt {
  color: #fff;
  background-color: #0076FF;
  border-radius: 12px;
  padding: 3px 10px;
}
.mypage main .to_top {
  text-align: center;
  margin: 25px 0 120px;
}
.mypage main .to_top a {
  font-size: 14px;
  font-weight: 600;
}
.mypage main .edit_area:has(.inner_box .glay_edit_area) {
  padding: 18px 20px 20px;
}
.mypage main .edit_area h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mypage main .edit_area dl dt {
  font-size: 14px;
  margin-bottom: 10px;
}
.mypage main .edit_area dl dt .badge {
  margin-right: 5px;
}
.mypage main .edit_area .blue_alert_text {
  color: #0076FF;
}
.mypage main .edit_area .edit_textarea {
  font-size: 14px;
}
.mypage main .edit_area .glay_edit_area {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 30px 18px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.24);
  position: relative;
}
.mypage main .edit_area .glay_edit_area:not(:last-of-type) {
  margin-bottom: 20px;
}
.mypage main .edit_area .glay_edit_area .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.mypage main .edit_area .add_area {
  margin-top: 15px;
}
.mypage main .edit_area .add_area .btn {
  background-color: #F2F7FF;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.mypage main .edit_area .add_area .btn .material-symbols-outlined {
  font-size: 22px;
  margin-bottom: -2px;
}
.mypage main .edit_area .add_area .btn:hover {
  background-color: #0d6efd;
}
.mypage main .edit_area .add_area + .submit_box {
  margin-top: 15px;
}
.mypage.project .nav-tabs {
  gap: 10px;
}
.mypage.project .nav-tabs li.nav-item .nav-link {
  width: 100%;
  color: #DCDCDC;
  background-color: #BABABA;
  border: transparent;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.mypage.project .nav-tabs li.nav-item .nav-link.active {
  color: #0076FF;
  background-color: #fff;
  border: transparent;
}
.mypage.project .tab_bottom_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}
.mypage.project .tab_bottom_area .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.mypage.project .tab_bottom_area .search＿btn {
  font-size: 12px;
  color: #0076FF;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mypage.project .showitem_area {
  font-size: 14px;
  margin: 30px 0 5px;
}
.mypage.project .showitem_area .calc, .mypage.project .showitem_area .range {
  font-size: 20px;
  color: #0076FF;
  font-weight: 600;
}
.mypage.project .project_list {
  margin-top: 0;
}
.mypage.project .project_list:not(:first-of-type) {
  margin-top: 20px;
}
.mypage.project .detail_area {
  padding: 20px 10px;
}
.mypage.project .detail_area .prof_box {
  padding: 18px 10px;
}
.mypage.project .detail_area h4, .mypage.project .detail_area p, .mypage.project .detail_area ol, .mypage.project .detail_area ul {
  font-size: 14px;
}
.mypage.project .detail_area h3 {
  margin-bottom: 20px;
}
.mypage.project .detail_area h4 {
  font-weight: normal;
}
.mypage.project .detail_area ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.mypage.project .detail_area ol li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mypage.project .detail_area ol li:before {
  counter-increment: number;
  content: "" counter(number);
  font-size: 10px;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage.project .detail_area ul {
  padding-left: 20px;
}
.mypage.project .detail_area .img_sm_box {
  width: 30px;
  height: 30px;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage.project .detail_area .img_sm_box img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mypage.project .detail_area .d-flex:has(.img_sm_box) {
  align-items: center;
  gap: 5px;
}
.mypage.project .detail_area .d-flex:has(.img_sm_box) p {
  margin: 0;
}
.mypage.project .detail_area + .to_top {
  margin-bottom: 65px;
}
.mypage.project .detail_area + .to_top .back_btn {
  font-size: 14px;
  color: #0076FF;
}
.mypage.project .detail_area.footer_top_area .inner_box {
  justify-content: center;
}
.mypage.project .pager_box {
  margin: 70px 0;
}
.mypage.project .pager_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: auto;
  list-style: none;
  padding-left: 0;
}
.mypage.project .pager_box ul li a {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  background-color: #fff;
  color: #8E8E8E;
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage.project .pager_box ul li.active a {
  color: #fff;
  background-color: #4C83FF;
}
.mypage.message.detail main {
  min-height: calc(100vh - 434px);
}
.mypage .message_list.bk_white_box,
.mypage .message_detail.bk_white_box {
  padding: 15px 25px 15px 19px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  color: #3B3B3B;
}
.mypage .message_list.bk_white_box:not(:last-of-type),
.mypage .message_detail.bk_white_box:not(:last-of-type) {
  margin-bottom: 20px;
}
.mypage .message_list.bk_white_box .img_sm_box,
.mypage .message_detail.bk_white_box .img_sm_box {
  width: 44px;
  height: 44px;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage .message_list.bk_white_box .img_sm_box img,
.mypage .message_detail.bk_white_box .img_sm_box img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mypage .message_list.bk_white_box .text_box,
.mypage .message_detail.bk_white_box .text_box {
  margin-top: 9px;
}
.mypage .message_list.bk_white_box .text_box h2,
.mypage .message_detail.bk_white_box .text_box h2 {
  font-size: 18px;
}
.mypage .message_list.bk_white_box .text_box p,
.mypage .message_detail.bk_white_box .text_box p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5em;
}
.mypage .message_list.bk_white_box .etc_box,
.mypage .message_detail.bk_white_box .etc_box {
  flex-shrink: 0;
  position: relative;
  margin: 0;
}
.mypage .message_list.bk_white_box .etc_box span,
.mypage .message_detail.bk_white_box .etc_box span {
  display: block;
}
.mypage .message_list.bk_white_box .etc_box span.comment_calc,
.mypage .message_detail.bk_white_box .etc_box span.comment_calc {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #0076FF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mypage .message_detail.bk_white_box .text_box {
  margin-top: 9px;
}
.mypage .message_detail.bk_white_box .text_box h2 {
  font-size: 18px;
}
.mypage .message_detail.bk_white_box .text_box h2:not(:first-of-type) {
  margin-top: 25px;
}
.mypage .message_detail.bk_white_box .text_box p {
  display: block;
  -webkit-box-orient: horizontal;
  max-height: none;
}
.mypage .message_detail.bk_white_box .text_box p.comment {
  margin-top: 10px;
  background-color: #F7F7F7;
  border-left: 4px solid #DBDBDB;
  padding: 16px 24px;
}
.mypage .message_detail.bk_white_box .text_box p .blue_text {
  color: #0076FF;
  margin-bottom: 1em;
  display: block;
}
.mypage .footer_top_area {
  background-color: #fff;
  margin-bottom: 95px;
}
.mypage .footer_top_area .inner_box {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 25px 10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mypage .footer_top_area .inner_box {
    max-width: 100%;
    display: block;
  }
}
.mypage .footer_top_area .recomment_calc_area {
  font-size: 17px;
  text-align: center;
}
.mypage .footer_top_area .recomment_calc_area p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.mypage .footer_top_area .recomment_calc_area .recomment_calc {
  font-size: 39px;
  font-weight: 900;
  color: #0076FF;
  margin-right: 5px;
}
.mypage .footer_top_area .apply_together_box {
  text-align: center;
}
.mypage .footer_top_area .apply_together_box .apply_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  width: 370px;
  background-color: #0076FF;
  border-radius: 23px;
}
@media screen and (max-width: 820px) {
  .mypage .footer_top_area .apply_together_box .apply_btn {
    max-width: 100%;
  }
}
.mypage .footer_top_area .apply_together_box p {
  margin: 10px 0 0;
}
.mypage .footer_top_area.reply {
  margin: 35px 0 24px;
}
@media screen and (max-width: 820px) {
  .mypage .footer_top_area.reply .inner_box {
    text-align: center;
  }
}
.mypage .footer_top_area.reply .send_btn {
  color: #fff;
  background-color: #0076FF;
  position: absolute;
  right: -60px;
  bottom: 24px;
}
@media screen and (max-width: 820px) {
  .mypage .footer_top_area.reply .send_btn {
    position: static;
    width: 150px;
    margin-top: 10px;
  }
}
.mypage.setting main .list h2 {
  font-size: 14px;
  font-weight: 600;
  background-color: #F7F7F7;
  border-bottom: 1px solid #D6D6D6;
  margin: 0;
  padding: 16px 20px;
}
.mypage.setting main .list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mypage.setting main .list ul li {
  background-color: #fff;
  margin: 0;
  background-image: url(../img/right_arrow2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px top 20px;
}
.mypage.setting main .list ul li:not(:last-of-type) {
  border-bottom: 1px solid #D6D6D6;
}
.mypage.setting main .list ul li a {
  color: #3B3B3B;
  display: block;
  padding: 16px 20px;
}
.mypage .subtible_area {
  padding: 50px 0 65px;
  text-align: center;
}
.mypage .subtible_area h2 {
  font-size: 22px;
  color: #0076FF;
}
.mypage .subtible_area p {
  font-size: 14px;
}
.mypage .faq .subtible_area {
  background-color: #F7F7F7;
}
.mypage .faq .setting_area {
  padding-left: 0;
  padding-right: 0;
}
.mypage .faq .inner_box {
  padding: 40px 20px;
}
.mypage .faq .inner_box ul {
  border: 3px solid #E4E4E4;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.mypage .faq .inner_box ul li:not(:last-of-type) {
  border-bottom: 1px solid #D6D6D6;
}
.mypage .faq .inner_box ul li a {
  font-size: 14px;
  display: block;
  padding: 20px 14px;
  transition: background-color 0.4s;
}
.mypage .faq .inner_box ul li a:hover {
  background-color: #F4F4F4;
}
.mypage .faq .inner_box .accordion_area:not(:last-of-type) {
  margin-bottom: 55px;
}
.mypage .faq .inner_box .accordion-box {
  border-bottom: 1px solid #D6D6D6;
}
.mypage .faq .inner_box h3.accordion-header button {
  color: #0755D5;
  font-weight: normal;
  background-color: transparent;
  background-image: url(../img/faq_q.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top 17px;
  box-shadow: none;
}
.mypage .faq .inner_box h3.accordion-header button::after {
  background-image: url(../img/arrow01.png);
  background-size: auto;
  width: 14px;
  height: 14px;
}
.mypage .faq .inner_box .accordion-collapse {
  background-image: url(../img/faq_a.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top 1px;
}
.mypage .faq .inner_box .accordion-collapse .accordion-body {
  padding-top: 0;
}
.mypage .inquery .setting_area {
  padding: 18px 90px;
}
.mypage .inquery .subtible_area h2 {
  font-size: 22px;
}
.mypage .inquery .subtible_area p {
  text-align: left;
}
.mypage .inquery .withdrawal_checkbox .form-check {
  border: 1px solid #BABABA;
  border-radius: 3px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mypage .inquery .withdrawal_checkbox .form-check:not(:last-of-type) {
  margin-bottom: 5px;
}
.mypage .inquery .withdrawal_checkbox .form-check input {
  width: 18px;
  height: 18px;
}
.mypage.menber header nav ul li:nth-child(2) a {
  background-image: url(../img/icon_works.png);
}
.mypage.menber header nav ul li.active:nth-child(2) a {
  background-image: url(../img/icon_works_active.png);
}
.mypage.menber .search_area .title_area {
  padding-top: 0;
}
.mypage.menber .search_area h2 {
  font-size: 14px;
  text-align: center;
  color: #0076FF;
}
.mypage.menber .search_area .input-group input, .mypage.menber .search_area .input-group button {
  font-size: 12px;
}
.mypage.menber .search_area .collapse_btn_area .btn {
  font-size: 12px;
  color: #0076FF;
  padding: 0;
}
.mypage.menber .search_area .collapse_btn_area .btn::before {
  content: url(../img/arrow02.png);
  transform: rotate(0deg);
  display: inline-block;
  transition: transform 0.4s;
}
.mypage.menber .search_area .collapse_btn_area .btn.collapsed::before {
  transform: rotate(180deg);
}
.mypage.menber .search_area .inner_box .blue_text {
  color: #0076FF;
}
.mypage.menber .search_area .inner_box .blue_text.small {
  font-size: 10px;
}
.mypage.menber .search_area .inner_box dt {
  margin-bottom: 5px;
}
.mypage.menber .search_area .inner_box dd {
  font-size: 12px;
}
.mypage.menber .search_area .inner_box select {
  font-size: 12px;
}
.mypage.menber .search_area .btn_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 20px;
}
.mypage.menber .search_area .btn_box .btn {
  font-size: 14px;
  border-radius: 18px;
}
.mypage.menber .search_area .btn_box .reset_btn {
  color: #0076FF;
  background-color: #fff;
  border: 1px solid #0076FF;
}
.mypage.menber .search_area .btn_box .narrowdown_btn {
  color: #fff;
  background-color: #0076FF;
  border: 1px solid #fff;
}
.mypage.menber main .search_list {
  margin: 30px 0;
}
.mypage.menber main .search_list .prof_box {
  border-top: transparent;
  padding: 17px 17px 25px;
  display: block;
  cursor: pointer;
  color: #3B3B3B;
}
.mypage.menber main .search_list .prof_box:not(:last-of-type) {
  margin-bottom: 20px;
}
.mypage.menber main .search_list .prof_box .inner_box {
  padding: 0 0 12px;
  align-items: center;
}
.mypage.menber main .search_list .prof_box .inner_box .imgbox {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mypage.menber main .search_list .prof_box .inner_box .imgbox img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mypage.menber main .search_list .prof_box .working_conditions {
  border-top: 1px solid #E5E5E5;
  padding: 12px 0;
}
.mypage.menber main .search_list .prof_box .working_conditions dl {
  padding-left: 0;
  margin: 0;
}
.mypage.menber main .search_list .prof_box .working_conditions dt, .mypage.menber main .search_list .prof_box .working_conditions dd {
  margin: 0;
}
.mypage.menber main .search_list .prof_box .working_conditions dt {
  color: #fff;
}
.mypage.menber main .search_list .prof_box .working_conditions dt span {
  font-size: 12px;
  border-radius: 3px;
  padding: 2px 5px;
}
.mypage.menber main .search_list .prof_box .working_conditions dt .want_to_receive {
  background-color: #0076FF;
}
.mypage.menber main .search_list .prof_box .working_conditions dt .consul_req {
  background-color: #FFD038;
}
.mypage.menber main .search_list .prof_box .working_conditions dd {
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
}
.mypage.menber main .search_list .prof_box .bottom_text_box {
  font-size: 12px;
  border-top: 1px solid #E5E5E5;
  padding: 12px 0;
  margin: 0;
}
.mypage.menber main .search_list .prof_box .skill_name_area {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mypage.menber.message .message_detail {
  display: block;
  border-top: 1px solid #E5E5E5;
}
.mypage.menber.message .message_detail h2 {
  font-size: 16px;
  text-align: center;
  color: #0076FF;
  margin-bottom: 30px;
}
.mypage.menber.message .message_detail .text_area h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.mypage.menber.message .message_detail .text_area p :not(:last-of-type) {
  margin-bottom: 30px;
}

.cameramodal .modal-content {
  text-align: center;
}
.cameramodal .modal-content .imgbox {
  width: 86px;
  height: 86px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
.cameramodal .bottom_area {
  gap: 10px;
  margin: auto;
  padding: 0 0 23px;
}

footer .inquery_box {
  background-color: #FFD939;
  width: 980px;
  height: 250px;
  border-radius: 0 60px 0 60px;
  position: relative;
  margin: auto;
  margin-bottom: -125px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 68px;
}
@media screen and (max-width: 820px) {
  footer .inquery_box {
    width: calc(100% - 30px);
    height: auto;
    display: block;
    padding: 15px;
    margin: 0 15px;
    margin-bottom: -125px;
  }
}
footer .inquery_box p {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  footer .inquery_box p {
    text-align: center;
    font-size: 20px;
  }
}
footer .inquery_box p span {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  footer .inquery_box p span {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
  }
}
footer .inquery_box .inquery_btn {
  background-image: none;
  background-color: #0076FF;
  box-shadow: none;
  margin-top: 0;
}
footer .inquery_box .inquery_btn img {
  left: -8px;
}
footer .inner_box {
  text-align: center;
  background-color: #4A4A4A;
  padding-bottom: 30px;
}
footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  footer ul {
    display: block;
    padding: 30px 0;
    margin-bottom: 0;
  }
}
footer ul li a {
  color: #fff;
  font-size: 12px;
  padding: 0 32px;
}
footer ul li a:hover {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.4s;
}
footer ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 820px) {
  footer ul li:not(:last-child) a {
    border-right: transparent;
  }
}
footer small {
  color: #fff;
  font-size: 12px;
}

body.customer {
  background-color: #F0F3F5;
}
body.customer .login_form_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  font-size: 14px;
}
body.customer .login_form_area .inner_box {
  background-color: #fff;
  padding: 50px 35px;
  margin-top: 30px;
}
body.customer .login_form_area .login_btn {
  width: 100%;
  line-height: 36px;
  border-radius: 25px;
}
body.customer header {
  background-color: #F0F3F5;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body.customer .sidebar {
  background-color: #626471;
  padding: 0;
  width: 240px;
  height: calc(100vh - 55.66px);
  overflow: hidden;
}
body.customer .sidebar.active {
  width: 45px;
}
body.customer .sidebar aside {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
body.customer .sidebar aside > ul {
  padding: 0;
  list-style: none;
  width: 240px;
}
body.customer .sidebar aside > ul > li > a {
  color: #fff;
  font-size: 13px;
  text-indent: 15px;
  padding: 15px;
  display: block;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding-left: 30px;
}
body.customer .sidebar aside > ul > li:nth-of-type(1) > a {
  background-image: url(/img/customer/icon01_star.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(2) > a {
  background-image: url(/img/customer/icon02_person.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(3) > a {
  background-image: url(/img/customer/icon03_iron.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(4) > a {
  background-image: url(/img/customer/icon04_heart.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(5) > a {
  background-image: url(/img/customer/icon05_comment.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(6) > a {
  background-image: url(/img/customer/icon06_handshake.png);
}
body.customer .sidebar aside > ul > li:nth-of-type(7) > a {
  background-image: url(/img/customer/icon07_logout.png);
}
body.customer .sidebar aside > ul > li.active > a, body.customer .sidebar aside > ul > li:hover > a {
  background-color: #40414A;
  color: #6AE8FF;
}
body.customer .sidebar aside > ul > li.active:nth-of-type(1) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(1) > a {
  background-image: url(/img/customer/icon01_star_ac.png);
}
body.customer .sidebar aside > ul > li.active:nth-of-type(2) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(2) > a {
  background-image: url(/img/customer/icon02_person_ac.png);
}
body.customer .sidebar aside > ul > li.active:nth-of-type(3) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(3) > a {
  background-image: url(/img/customer/icon03_iron_ac.png);
}
body.customer .sidebar aside > ul > li.active:nth-of-type(4) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(4) > a {
  background-image: url(/img/customer/icon04_heart_ac.png);
}
body.customer .sidebar aside > ul > li.active:nth-of-type(5) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(5) > a {
  background-image: url(/img/customer/icon05_comment_ac.png);
}
body.customer .sidebar aside > ul > li.active:nth-of-type(6) > a, body.customer .sidebar aside > ul > li:hover:nth-of-type(6) > a {
  background-image: url(/img/customer/icon06_handshake_ac.png);
}
body.customer .sidebar aside > ul > li > ul > li a {
  color: #fff;
  font-size: 13px;
  text-indent: 13px;
  padding: 15px;
  display: block;
  padding-left: 0;
}
body.customer .sidebar aside > ul > li > ul > li.active > a {
  background-color: #40414A;
  color: #6AE8FF;
}
body.customer .sidebar .arrow_left {
  background-color: #40414A;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 15px;
}
body.customer .breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.customer .breadcrumb button, body.customer .breadcrumb a {
  font-size: 13px;
  color: #00C4FF;
  text-decoration: none;
  padding: 0;
}
body.customer .breadcrumb .active {
  font-size: 13px;
}
body.customer main {
  background-color: #fff;
  border-bottom: 1px solid #C6C6C6;
  padding: 25px;
  margin-bottom: 50px;
  height: calc(100vh - 105.66px);
  overflow: auto;
}
body.customer main .main_contents {
  max-width: 1280px;
}
body.customer main h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
body.customer .viwer_panel_area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.customer .viwer_panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 230px;
  background-color: #F0F3F5;
  padding: 25px;
}
body.customer .viwer_panel .imgbox {
  display: flex;
  align-items: center;
}
body.customer .viwer_panel h3 {
  font-size: 13px;
  font-weight: normal;
}
body.customer .viwer_panel .number {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
body.customer .viwer_panel .unit {
  font-size: 18px;
}
body.customer .search_area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
body.customer .search_area dl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
body.customer .search_area dl dt, body.customer .search_area dl dd {
  margin: 0;
  font-weight: normal;
}
body.customer .search_area button {
  margin: 0;
}
body.customer .header_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.customer .bottom_area {
  display: flex;
  justify-content: flex-end;
}
body.customer .btn_area {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.customer .btn_area .btn {
  background-color: #40CBF5;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
body.customer .register_btn {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 700;
  color: #fff;
  background-color: #40CBF5;
  width: 250px;
  margin: 50px auto;
  display: block;
}
body.customer .pagination {
  margin-bottom: 0;
}
body.customer .pagination .page-item .page-link {
  border-radius: 0;
  color: #404040;
}
body.customer .pagination .active.page-item .page-link {
  color: #fff;
  background-color: #74D9F8;
  border: 1px solid #74D9F8;
}
body.customer .table_area th, body.customer .table_area td {
  font-size: 13px;
}
body.customer .table_area thead th {
  background-color: #F0FBFF;
}
body.customer .table_area .btn {
  font-size: 13px;
  border-radius: 0;
}
body.customer .table_area .btn.edit_btn {
  font-size: 12px;
  color: #fff;
  background-color: #5A8EE0;
  padding: 5px;
}
body.customer .table_area .btn.detail_btn {
  font-size: 12px;
  color: #fff;
  background-color: #87CBE3;
  padding: 5px;
}
body.customer .table_area .btn.delete_btn {
  font-size: 12px;
  color: #fff;
  background-color: #74778B;
  padding: 5px;
}
body.customer .basic_member_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  padding-top: 20px;
  border-top: 1px solid #626471;
}
body.customer .basic_member_info > div {
  width: calc(50% - 20px);
}
body.customer .basic_member_info dl.input_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
body.customer .basic_member_info dl.input_area > dt, body.customer .basic_member_info dl.input_area > dd {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
body.customer .basic_member_info dl.input_area > dt {
  width: 120px;
}
body.customer .basic_member_info dl.input_area > dd {
  width: calc(100% - 130px);
}
body.customer .basic_member_info dl.input_area .price_input {
  max-width: 8em;
}
body.customer .job_panel {
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
}
body.customer .job_panel.active {
  background: #f0f3f5;
  margin-bottom: 20px;
}
body.customer .job_panel.active .btn-close {
  transform: rotate(0deg);
}
body.customer .job_panel .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}
body.customer .job_panel h3 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}
body.customer .job_panel dl {
  margin-top: 20px;
}
body.customer .job_panel dl dt {
  margin-bottom: 10px;
}
body.customer .job_panel dl dd {
  width: 100%;
}
body.customer .job_panel dl dd .year_select {
  max-width: 6em;
}/*# sourceMappingURL=style.css.map */