@charset "UTF-8";
.view-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-sp {
    display: block;
  }
}

header {
  position: relative;
  background: #F5F5F5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 0px;
  }
}
header .inner_block {
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1320px;
  padding: 15px 60px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .inner_block {
    max-width: 98%;
    margin: 0 auto;
    padding: 15px 30px 0 30px;
  }
}
header h1 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header h1 img {
    width: 40px;
    height: auto;
  }
}
header .header-menu {
  list-style: none;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 60px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  header .header-menu {
    background: #F5F5F5;
    display: none;
    position: fixed;
    left: 0;
    right: auto;
    top: 50px;
    height: 100vh;
    min-height: 501.5px;
    width: 100%;
    z-index: 998;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header-menu li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0 15px;
  }
  header .header-menu li a {
    display: block;
    padding: 15px 0 15px 30px;
  }
}
header .header-menu li.login {
  background: url(/assets/v2/images/common/icon_login.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.login {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .header-menu li.first {
  background: url(/assets/v2/images/common/icon_first.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.first {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .header-menu li.help {
  background: url(/assets/v2/images/common/icon_help.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.help {
    margin-right: 0;
    background-position: 15px center;
  }
}
@media screen and (max-width: 768px) {
  header .header-menu li.contact {
    padding: 15px 0 5px;
    border-bottom: 0;
  }
}
header .header-menu li.contact .btn {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px #3A3A3A;
}
@media screen and (max-width: 768px) {
  header .header-menu li.contact .btn {
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
  }
}
header .header-menu li.contact .btn:hover {
  color: #42b086;
  background: #D5F6E8;
  box-shadow: none;
  border: 1px solid #42b086;
  opacity: 1;
}
header .header-menu li.regist {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.regist {
    padding: 5px 0 0;
    margin: 0;
    border-bottom: 0;
  }
}
header .header-menu li.regist .btn {
  background: #4285b0;
  color: #fff;
  font-weight: bold;
  border: 2px solid #4285b0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  header .header-menu li.regist .btn {
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
  }
}
header .header-menu li.regist .btn:hover {
  background: #fff;
  border: 2px solid #4285b0;
  color: #4285b0;
}
header .header-menu li.username {
  margin-right: 22px;
  position: relative;
}
header .header-menu li.username span {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
header .header-menu li.username span img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  header .header-menu li.username > a {
    display: inline-block;
    padding-left: 0;
  }
  header .header-menu li.username {
    min-height: 40px;
  }
}
header .header-menu li.username > a:after {
  content: "▼";
  font-size: 0.625rem;
}
header .header-menu li.username ul {
  position: absolute;
  width: fit-content;
  background: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  top: 35px;
  left: 35px;
  z-index: 999;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  header .header-menu li.username ul {
    padding: 0;
    top: 50px;
  }
}
header .header-menu li.username ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header .header-menu li.username ul li a {
    display: block;
    font-size: 0.875rem;
    padding: 10px;
  }
}
header .header-menu li.news {
  background: url(/assets/v2/images/common/icon_news.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .header-menu li.news {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .header-menu li.news span {
  background: #FF3B30;
  color: #fff;
  font-size: 0.625rem;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -8px;
  width: 15px;
  height: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header-menu li.news span {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
header .header-menu li.message {
  background: url(/assets/v2/images/common/icon_message.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .header-menu li.message {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .header-menu li.message span {
  background: #FF3B30;
  color: #fff;
  font-size: 0.625rem;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -8px;
  width: 15px;
  height: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header-menu li.message span {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
header .header-menu li.setting {
  background: url(/assets/v2/images/common/icon_setting.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.setting {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .header-menu li.logout {
  background: url(/assets/v2/images/common/icon_logout.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  header .header-menu li.logout {
    margin-right: 0;
    background-position: 15px center;
  }
}
header .switch {
  display: none;
}
@media screen and (max-width: 768px) {
  header .switch {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 998;
  }
  header .switch:before {
    content: "";
    background: url(../images/common/icon_nav.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .switch:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .switch.show:before {
    background: url(../images/common/icon_nav_close.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .switch.show:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .switch span {
    display: none;
  }
}

.header-role {
  padding: 0;
  margin: 0;
  margin-top: -50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header-role {
    margin-top: 0;
  }
}
.header-role ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  padding: 10px;
  max-width: 1320px;
  margin: 0 auto;
}
.header-role ul li {
  width: 49%;
  text-align: center;
  list-style: none;
}
.header-role ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  border-radius: 15px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .header-role ul li a {
    font-size: 0.875rem;
  }
}
.header-role ul li a.notification span {
  position: relative;
}
.header-role ul li a.notification span:after {
  display: block;
  content: "";
  position: absolute;
  background: #FF3B30;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: -5px;
  right: -15px;
}
.header-role ul li.role-client a span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-role ul li.role-client a span {
    padding-left: 5px;
  }
}
.header-role ul li.role-client a span:before {
  background: url(/assets/v2/images/common/icon_client_gray.svg) no-repeat;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-size: 100% auto;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-role ul li.role-client a span:before {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
.header-role ul li.role-client a:hover {
  background: #F06F16;
  color: #fff;
  opacity: 1;
}
.header-role ul li.role-client a:hover span:before {
  background: url(/assets/v2/images/common/icon_client_white.svg) no-repeat;
}
.header-role ul li.role-client.active span:before {
  background: url(/assets/v2/images/common/icon_client_white.svg) no-repeat;
}
.header-role ul li.role-client.active a {
  background: #F06F16;
  color: #fff;
  pointer-events: none;
}
.header-role ul li.role-supporter a span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-role ul li.role-supporter a span {
    padding-left: 5px;
  }
}
.header-role ul li.role-supporter a span:before {
  background: url(/assets/v2/images/common/icon_supporter_gray.svg) no-repeat;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-size: 100% auto;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-role ul li.role-supporter a span:before {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
.header-role ul li.role-supporter a:hover {
  background: #42b086;
  color: #fff;
  opacity: 1;
}
.header-role ul li.role-supporter a:hover span:before {
  background: url(/assets/v2/images/common/icon_supporter_white.svg) no-repeat;
}
.header-role ul li.role-supporter.active span:before {
  background: url(/assets/v2/images/common/icon_supporter_white.svg) no-repeat;
}
.header-role ul li.role-supporter.active a {
  background: #42b086;
  color: #fff;
  pointer-events: none;
}

.header-role-menu {
  padding: 15px 0;
  margin: 0;
  background: #F06F16;
}
@media screen and (max-width: 768px) {
  .header-role-menu {
    overflow: hidden;
  }
}
.header-role-menu.header-role-menu_supporter {
  background: #42b086;
}
.header-role-menu ul {
  list-style: none;
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-role-menu ul {
    padding: 0 15px;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
  }
}
.header-role-menu ul li {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .header-role-menu ul li {
    min-width: 140px;
    font-size: 0.8125rem;
  }
}
.header-role-menu ul li a {
  color: #fff;
  position: relative;
}
.header-role-menu ul li a span i:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .header-role-menu ul li a span i:before {
    width: 18px;
    height: 18px;
  }
}
.header-role-menu ul li a span i.menu-mypage:before {
  background: url(../images/common/icon_home_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-work:before {
  background: url(../images/common/icon_work_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-recruting:before {
  background: url(../images/common/icon_recruiting_manage_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-apply:before {
  background: url(../images/common/icon_apply_manage_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-request:before {
  background: url(../images/common/icon_request_manage_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-done:before {
  background: url(../images/common/icon_done_w.svg) no-repeat;
}
.header-role-menu ul li a span i.menu-todo:before {
  background: url(../images/common/icon_todo_w.svg) no-repeat;
}
.header-role-menu ul li a.btn {
  color: #3A3A3A;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .header-role-menu ul li a.btn {
    min-width: 300px;
    font-size: 0.875rem;
    padding: 10px;
  }
}
.header-role-menu ul li a.btn i:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-role-menu ul li a.btn i.menu-search:before {
  background: url(../images/common/icon_search.svg) no-repeat;
}
.header-role-menu ul li a.btn:hover {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  opacity: 1;
}
.header-role-menu ul li.active {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.header-role-menu ul li.active a {
  color: #3A3A3A;
}
.header-role-menu ul li span.notification {
  display: blcok;
  position: absolute;
  top: -12px;
  right: -15px;
  background: #FF3B30;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 0.625rem;
  width: 15px;
  height: 15px;
  text-align: center;
}

.breadcrumb ul {
  list-style: none;
  display: flex;
  max-width: 1320px;
  padding: 15px 60px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    padding: 0;
    max-width: 94%;
    margin: 15px auto 0;
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
}
.breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li:after {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.625rem;
    vertical-align: middle;
    padding-bottom: 5px;
  }
}
.breadcrumb ul li:first-child:before {
  content: "";
  background: url(/assets/v2/images/common/icon_home.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li:first-child:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li:first-child a {
    display: none;
  }
}
.breadcrumb ul li:last-child:after {
  display: none;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノゴシック Pro", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  background: #F5F5F5;
  margin: 0;
  padding: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
body p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body p {
    font-size: 0.875rem;
  }
}

footer {
  background: #F5F5F5;
  background: #42b086;
}
footer .inner_block {
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 60px 20px 60px;
}
@media screen and (max-width: 768px) {
  footer .inner_block {
    padding: 5px 0;
  }
}
footer .inner_block .footer-navi {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .inner_block .footer-navi {
    display: none;
  }
}
footer .inner_block .footer-navi ul {
  width: 25%;
  margin: 0;
  padding: 0;
}
footer .inner_block .footer-navi ul li {
  list-style: none;
  font-weight: normal;
}
footer .inner_block .footer-navi ul li a {
  color: #fff;
}
footer .inner_block .footer-navi ul li.title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.125rem;
}
footer .inner_block .footer-menu {
  width: 80%;
  max-width: 900px;
  text-align: center;
  margin: 15px auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .inner_block .footer-menu {
    display: none;
  }
}
footer .inner_block .footer-menu li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  margin-right: 13px;
  font-size: 0.875rem;
}
footer .inner_block .footer-menu li:first-of-type {
  margin-left: 0;
}
footer .inner_block .footer-menu li a {
  color: #fff;
}
footer .copyright {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.75rem;
  }
}

.t-bold {
  font-weight: bold;
}

.font-s {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .font-s {
    font-size: 0.75rem;
  }
}

.notice,
.alert,
.announce,
.private,
.wait,
.non,
.success,
.request,
.finish,
.cancel {
  padding: 0 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.notice + .btn-area,
.alert + .btn-area,
.announce + .btn-area,
.private + .btn-area,
.wait + .btn-area,
.non + .btn-area,
.success + .btn-area,
.request + .btn-area,
.finish + .btn-area,
.cancel + .btn-area {
  margin-top: 50px;
}
.notice .inner_block,
.alert .inner_block,
.announce .inner_block,
.private .inner_block,
.wait .inner_block,
.non .inner_block,
.success .inner_block,
.request .inner_block,
.finish .inner_block,
.cancel .inner_block {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .notice .inner_block,
  .alert .inner_block,
  .announce .inner_block,
  .private .inner_block,
  .wait .inner_block,
  .non .inner_block,
  .success .inner_block,
  .request .inner_block,
  .finish .inner_block,
  .cancel .inner_block {
    padding: 15px 0;
    margin-top: 30px;
  }
}
.notice .inner_block h2,
.alert .inner_block h2,
.announce .inner_block h2,
.private .inner_block h2,
.wait .inner_block h2,
.non .inner_block h2,
.success .inner_block h2,
.request .inner_block h2,
.finish .inner_block h2,
.cancel .inner_block h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .notice .inner_block h2,
  .alert .inner_block h2,
  .announce .inner_block h2,
  .private .inner_block h2,
  .wait .inner_block h2,
  .non .inner_block h2,
  .success .inner_block h2,
  .request .inner_block h2,
  .finish .inner_block h2,
  .cancel .inner_block h2 {
    font-size: 1rem;
    width: 98%;
    margin: 0 auto 15px;
  }
}
.notice .inner_block h2:before,
.alert .inner_block h2:before,
.announce .inner_block h2:before,
.private .inner_block h2:before,
.wait .inner_block h2:before,
.non .inner_block h2:before,
.success .inner_block h2:before,
.request .inner_block h2:before,
.finish .inner_block h2:before,
.cancel .inner_block h2:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .notice .inner_block h2:before,
  .alert .inner_block h2:before,
  .announce .inner_block h2:before,
  .private .inner_block h2:before,
  .wait .inner_block h2:before,
  .non .inner_block h2:before,
  .success .inner_block h2:before,
  .request .inner_block h2:before,
  .finish .inner_block h2:before,
  .cancel .inner_block h2:before {
    width: 18px;
    height: 18px;
  }
}
.notice .inner_block p,
.alert .inner_block p,
.announce .inner_block p,
.private .inner_block p,
.wait .inner_block p,
.non .inner_block p,
.success .inner_block p,
.request .inner_block p,
.finish .inner_block p,
.cancel .inner_block p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notice .inner_block p,
  .alert .inner_block p,
  .announce .inner_block p,
  .private .inner_block p,
  .wait .inner_block p,
  .non .inner_block p,
  .success .inner_block p,
  .request .inner_block p,
  .finish .inner_block p,
  .cancel .inner_block p {
    width: 94%;
  }
}

.notice .inner_block {
  background: #fff;
}
.notice .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .notice .inner_block h2:before {
    background-size: 18px;
  }
}

.alert .inner_block {
  background: #FDDAD6;
}
.alert .inner_block h2 {
  color: #FF3B30;
}
.alert .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_alert.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .alert .inner_block h2:before {
    background-size: 18px;
  }
}

.private .inner_block {
  background: #e8e8e8;
}
.private .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .private .inner_block h2:before {
    background-size: 18px;
  }
}

.announce .inner_block {
  background: #fff;
}
.announce .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_announce.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .announce .inner_block h2:before {
    background-size: 18px;
  }
}

.wait .inner_block {
  background: #F6FBFF;
}
.wait .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .wait .inner_block h2:before {
    background-size: 18px;
  }
}

.non .inner_block {
  background: #FFF9F9;
}
.non .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .non .inner_block h2:before {
    background-size: 18px;
  }
}

.success .inner_block {
  background: #f6ffee;
}
.success .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .success .inner_block h2:before {
    background-size: 18px;
  }
}

.request .inner_block {
  background: #FFFAEF;
}
.request .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .request .inner_block h2:before {
    background-size: 18px;
  }
}

.finish .inner_block {
  background: #FEF5E0;
}
.finish .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .finish .inner_block h2:before {
    background-size: 18px;
  }
}

.cancel .inner_block {
  background: #e8e8e8;
}
.cancel .inner_block h2:before {
  background: url(/assets/v2/images/common/icon_notice.svg) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .cancel .inner_block h2:before {
    background-size: 18px;
  }
}

.pagenation {
  padding: 30px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pagenation {
    display: block;
    text-align: center;
  }
}
.pagenation ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pagenation ul {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.pagenation ul li {
  border: 1px solid #BCBCBC;
  width: 25px;
  height: 22px;
  background: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 0.875rem;
  padding-top: 3px;
  border-radius: 2px;
}
.pagenation ul li.active {
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
}
.pagenation ul li.prev span, .pagenation ul li.next span {
  display: none;
}
.pagenation ul li.prev a, .pagenation ul li.next a {
  display: block;
  font-size: 0.75rem;
}
.pagenation ul li.prev a:before {
  content: "◀";
}
.pagenation ul li.next a:before {
  content: "▶";
}
.pagenation p {
  margin: 0;
  padding: 0;
}

.status {
  padding: 5px 30px;
  font-size: 0.875rem;
  border-radius: 50px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .status {
    padding: 3px 15px;
    font-size: 0.875rem;
  }
}

.content-title {
  position: relative;
}
.content-title .cat {
  font-size: 0.875rem;
  margin-right: 10px;
  background: #42b086;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .content-title .cat {
    display: block;
    width: 150px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px;
  }
}
.content-title .cat.cat-client {
  background: #F06F16;
}
.content-title .date {
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .content-title .date {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: right;
  }
}

.content-body .btn-area {
  padding: 50px 0;
}

.add-btnarea {
  background: #efefef;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .add-btnarea {
    margin-bottom: 15px;
  }
}

.content-tbl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .content-tbl {
    margin-top: 50px;
    font-size: 0.875rem;
  }
}
.content-tbl + .btn-area {
  margin-top: 30px;
}
.content-tbl.tbl-line a {
  text-decoration: underline;
}
.content-tbl h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.content-tbl table {
  width: 100%;
  border-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .content-tbl table {
    background: #fff;
    border-radius: 5px;
  }
}
.content-tbl table + .btn-area {
  margin-top: 30px;
}
.content-tbl table th {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .content-tbl table th {
    display: none;
  }
}
.content-tbl table tr[data-href]:hover td {
  cursor: pointer;
  opacity: 0.6;
}
.content-tbl table tr[data-href]:hover td a {
  opacity: 1;
}
.content-tbl table tr.service-comments td {
  background: none !important;
}
.content-tbl table tr:last-child td:last-child {
  border-bottom: none;
}
.content-tbl table td {
  padding: 20px;
  text-align: center;
  border-bottom: 3px solid #F5F5F5;
}
@media screen and (max-width: 768px) {
  .content-tbl table td {
    display: block;
    width: calc(100% - 20px);
    padding: 5px 10px;
    text-align: left;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .content-tbl table td:last-child {
    padding-bottom: 15px;
    border-bottom: 15px solid #F5F5F5;
  }
}
@media screen and (max-width: 768px) {
  .content-tbl table td .view-sp {
    display: inline-block;
  }
}
.content-tbl table td .service-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content-tbl table td .service-title {
    line-height: 100%;
    font-size: 1.125rem;
  }
}
.content-tbl table td .service-title span {
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .content-tbl table td .service-title span {
    font-size: 0.75rem;
  }
}
.content-tbl table td .comment-txt {
  font-size: 0.875rem;
  text-align: left;
  display: block;
  position: relative;
  padding-left: 20px;
}
.content-tbl table td .comment-txt:before {
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_comment.svg) no-repeat;
  background-size: 100%;
}
.content-tbl table tr:nth-of-type(odd) td {
  background: #fff;
}
.content-tbl table.bg-wait td {
  background: #F6FBFF;
}
.content-tbl table.bg-wait tr.service-comments > td, .content-tbl table.bg-wait tr.member-list > td {
  background: #F6FBFF !important;
}
.content-tbl table.bg-success td {
  background: #f6ffee;
}
.content-tbl table.bg-success tr.service-comments > td, .content-tbl table.bg-success tr.member-list > td {
  background: #f6ffee !important;
}
.content-tbl table.bg-non td {
  background: #FFF9F9;
}
.content-tbl table.bg-non tr.service-comments > td, .content-tbl table.bg-non tr.member-list > td {
  background: #FFF9F9 !important;
}
.content-tbl table.bg-cancel td {
  background: #e8e8e8;
}
.content-tbl table.bg-cancel tr.service-comments > td, .content-tbl table.bg-cancel tr.member-list > td {
  background: #e8e8e8 !important;
}

.service-images {
  display: flex;
  margin: 0;
  padding: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .service-images {
    width: 100%;
    flex-wrap: wrap;
  }
}
.service-images li {
  list-style: none;
  width: 22%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .service-images li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.service-images li:last-child {
  margin-right: 0;
}
.service-images li img {
  width: 100%;
  height: auto;
}

.service-price {
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .service-price {
    margin-bottom: 10px;
  }
}
.service-price li {
  list-style: none;
  font-weight: bold;
  display: inline-block;
}
.service-price li.time {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service-price li.time {
    font-size: 1rem;
  }
}
.service-price li.price {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-price li.price {
    font-size: 1rem;
  }
}
.service-price li.price span {
  font-size: 1rem;
}

.service-dl {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.service-dl dt {
  width: 20%;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.service-dl dd {
  width: 70%;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.page-navi {
  padding: 30px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-navi {
    display: block;
    text-align: center;
  }
}
.page-navi.client ul li {
  background: #fff;
  border: 1px solid #F06F16;
}
.page-navi.client ul li:hover {
  background: #FEE8CC;
}
.page-navi.client ul li a {
  color: #F06F16;
}
.page-navi ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-navi ul {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.page-navi ul li {
  border: 1px solid #42b086;
  background: #42b086;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
}
.page-navi ul li a {
  display: block;
  padding: 5px 30px;
  color: #fff;
}
.page-navi ul li.prev, .page-navi ul li.next {
  position: absolute;
}
.page-navi ul li.prev a, .page-navi ul li.next a {
  padding: 5px 10px;
}
.page-navi ul li.prev {
  left: 0;
}
.page-navi ul li.next {
  right: 0;
}
.page-navi p {
  margin: 0;
  padding: 0;
}

.profile-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .profile-box {
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    position: relative;
  }
}
.profile-box.profile-block {
  background: #FFF9F9;
}
.profile-box .image {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-box .image {
    width: 100%;
    align-items: center;
    display: flex;
  }
}
.profile-box .image div {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .profile-box .image div {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.profile-box .image div img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.profile-box .body {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .profile-box .body {
    width: 100%;
  }
}
.profile-box .body ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile-box .body ul {
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .profile-box .body ul li {
    width: 50%;
  }
}
.profile-box .body ul li.btn-area {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile-box .body ul li.btn-area {
    width: 100%;
    margin-top: 15px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .profile-box .body ul li.btn-area form {
    margin-right: 15px;
  }
}
.profile-box .body ul li.btn-area form input[type=submit] {
  background: #fff;
  color: #42b086;
  border-color: #42b086;
}
.profile-box .body ul li.btn-area form input[type=submit]:hover {
  background: #D5F6E8;
}
.profile-box .body ul li.btn-area form input[type=submit].btn-client {
  background: #fff;
  color: #F06F16;
  border-color: #F06F16;
}
.profile-box .body ul li.btn-area form input[type=submit].btn-client:hover {
  background: #FEE8CC;
}
.profile-box .body ul li.btn-area .status {
  background: #BCBCBC;
  color: #fff;
  font-weight: normal;
  padding: 7px 15px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .profile-box .body ul li.btn-area .status {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
.profile-box .body ul li.btn-area .status.status-block {
  margin-top: 10px;
  background: #F9BDBE;
  color: #3A3A3A;
}
.profile-box .body .text {
  border-top: 1px dotted #3A3A3A;
}
.profile-box.profile-box_detail {
  align-items: center;
  margin-bottom: 15px;
}
.profile-box.profile-box_detail .image {
  width: 25%;
  border-right: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .image {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #BCBCBC;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.profile-box.profile-box_detail .image p {
  padding: 8px 0;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .image p.profile-nickname {
    text-align: center;
    width: 100%;
  }
}
.profile-box.profile-box_detail .image div {
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .image div {
    width: 100%;
  }
}
.profile-box.profile-box_detail .image div img {
  width: 50px;
  height: 50px;
}
.profile-box.profile-box_detail .image ul {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .image ul {
    width: 100%;
  }
}
.profile-box.profile-box_detail .image ul li {
  width: 23%;
  list-style: none;
  text-align: center;
  font-size: 0.75rem;
  position: relative;
}
.profile-box.profile-box_detail .image ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "|";
}
.profile-box.profile-box_detail .image ul li:last-child:after {
  display: none;
}
.profile-box.profile-box_detail .image ul.data-list {
  margin: 0;
  padding: 0;
}
.profile-box.profile-box_detail .image ul.data-list li {
  font-size: 1rem;
  font-weight: bold;
  width: 30%;
}
.profile-box.profile-box_detail .image ul.data-list li i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-chart {
  position: relative;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-chart:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_chart_supporter.svg) no-repeat;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-star {
  position: relative;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-star:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_star.svg) no-repeat;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-rate {
  position: relative;
}
.profile-box.profile-box_detail .image ul.data-list li i.icon-rate:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_rate.svg) no-repeat;
}
.profile-box.profile-box_detail .image ul.data-list li span {
  font-size: 0.75rem;
}
.profile-box.profile-box_detail .image ul.data-list li span.list-title {
  font-weight: normal;
  display: block;
}
.profile-box.profile-box_detail .image ul.data-list li:after {
  display: none;
}
.profile-box.profile-box_detail .body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .body {
    width: 100%;
  }
}
.profile-box.profile-box_detail .body .body-title {
  font-weight: bold;
}
.profile-box.profile-box_detail .body .license-list {
  display: block;
}
@media screen and (max-width: 768px) {
  .profile-box.profile-box_detail .body .license-list li {
    font-size: 0.875rem;
  }
}

.talk {
  padding: 30px 0;
}
.talk .item {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .talk .item.item-img .item-body {
    width: calc(100% - 60px);
  }
}
.talk .item.item-img .item-body .item-message {
  background: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .talk .item.item-img .item-body .item-message img {
    width: 100%;
    height: auto;
  }
}
.talk .item.item-me {
  margin: 0 0 0 auto;
}
.talk .item.item-me .profile-img {
  right: 0;
  left: auto;
}
.talk .item.item-me .item-body {
  margin-right: 100px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .talk .item.item-me .item-body {
    margin-right: 60px;
  }
}
.talk .item.item-me .item-body .item-message {
  margin: 0 15px 0 auto;
  background: #42b086;
  color: #fff;
  border-radius: 15px 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .talk .item.item-me .item-body .item-message {
    width: calc(100% - 60px);
    margin-right: 15px;
  }
}
.talk .item.item-me .date {
  text-align: right;
  margin-right: 15px;
}
.talk .item .profile-img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talk .item .profile-img {
    width: 60px;
    height: 60px;
  }
}
.talk .item .profile-img span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .talk .item .profile-img span {
    font-size: 0.75rem;
  }
}
.talk .item .profile-img img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .talk .item .profile-img img {
    width: 30px;
    height: 30px;
  }
}
.talk .item .item-body {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .talk .item .item-body {
    margin-left: 60px;
    width: calc(100% - 60px);
  }
}
.talk .item .item-body .item-message {
  background: #fff;
  width: calc(50% - 100px);
  border-radius: 0 15px 15px 15px;
  padding: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .talk .item .item-body .item-message {
    width: calc(100% - 60px);
    margin-left: 15px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
.talk .item .date {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .talk .item .date {
    font-size: 0.75rem;
    margin-left: 15px;
  }
}

.dialog-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: 992;
}
.dialog-wrap .dialog {
  background: #fff;
  width: 30%;
  padding: 30px;
  min-height: auto;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog {
    width: 89%;
    padding: 10px 2.5%;
    max-height: 500px;
    overflow-y: scroll;
  }
}
.dialog-wrap .dialog .dialog-content {
  min-height: 50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 30px;
}
.dialog-wrap .dialog .dialog-content p {
  font-size: 0.9375rem;
}
.dialog-wrap .dialog .dialog-content .dialog-title {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-content .dialog-title {
    font-size: 1rem;
  }
}
.dialog-wrap .dialog .dialog-content .dialog-notice p {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dialog-wrap .dialog .dialog-content dl.tbl.tbl-txt dt, .dialog-wrap .dialog .dialog-content dl.tbl.tbl-txt dd {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl.tbl-one dt {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl.tbl-one dd {
  width: 100%;
  margin: 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl dt {
  width: 30%;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-content dl.tbl dt {
    width: 100%;
  }
  .dialog-wrap .dialog .dialog-content dl.tbl-left-margin {
    margin-left: 5px;
  }
}
textarea.no-outline:focus {
  outline: none;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd {
  width: 70%;
  margin: 0 0 15px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-content dl.tbl dd {
    width: 100%;
  }
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.price input[type=text] {
  display: inline-block;
  width: 50%;
  min-width: 150px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.price span {
  margin-left: 10px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.date input[type=text] {
  display: inline-block;
  width: 25%;
  min-width: 100px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.date span {
  margin-left: 10px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.star {
  margin-bottom: 30px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate input[type=radio] {
  display: none;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate label {
  position: relative;
  padding: 10px 8px 0;
  color: #BCBCBC;
  cursor: pointer;
  font-size: 35px;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate label:hover,
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate label:hover ~ label,
.dialog-wrap .dialog .dialog-content dl.tbl dd.star .rate input[type=radio]:checked ~ label {
  color: #FFC947;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count textarea {
  width: calc(93% - 2px);
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count p {
  font-size: 0.75rem;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count .col2-txt {
  display: flex;
  justify-content: space-between;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count .col2-txt p {
  font-size: 0.75rem;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count .col2-txt p.t-left {
  width: 75%;
  order: 0;
}
.dialog-wrap .dialog .dialog-content dl.tbl dd .textarea-count .col2-txt p.t-right {
  order: 1;
}
.dialog-wrap .dialog .dialog-content .dialog-profile .profile-user {
  display: flex;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 10px;
  align-items: center;
}
.dialog-wrap .dialog .dialog-content .dialog-profile .profile-user .image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.dialog-wrap .dialog .dialog-content .dialog-profile .profile-user .image img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.dialog-wrap .dialog .dialog-content .dialog-profile .profile-user p.user-nickname {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-content {
    width: 100%;
  }
}
.dialog-wrap .dialog .dialog-content::-webkit-scrollbar {
  display: none;
}
.dialog-wrap .dialog .area-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 0;
}
.dialog-wrap .dialog .area-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .area-list li {
    width: 33%;
  }
}
.dialog-wrap .dialog .area-list li label {
  font-size: 0.75rem;
  vertical-align: middle;
}
.dialog-wrap .dialog .area-list li input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.dialog-wrap .dialog .dialog-code {
  background: #efefef;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.dialog-wrap .dialog .dialog-code + .dialog-notice {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #BCBCBC;
}
.dialog-wrap .dialog .dialog-code.bg-non {
  background: #FFF9F9;
}
.dialog-wrap .dialog .dialog-code.bg-wait {
  background: #F6FBFF;
}
.dialog-wrap .dialog .dialog-code.bg-successful {
  background: #f6ffee;
}
.dialog-wrap .dialog .dialog-code.bg-finish {
  background: #FEF5E0;
}
.dialog-wrap .dialog .dialog-code p {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-code p {
    font-size: 1rem;
  }
}
.dialog-wrap .dialog .dialog-ba {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba {
    flex-wrap: wrap;
  }
}
.dialog-wrap .dialog .dialog-ba .before,
.dialog-wrap .dialog .dialog-ba .after {
  background: #F5F5F5;
  width: 45%;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .before,
  .dialog-wrap .dialog .dialog-ba .after {
    width: 100%;
    margin-bottom: 0;
  }
}
.dialog-wrap .dialog .dialog-ba .before p,
.dialog-wrap .dialog .dialog-ba .after p {
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .before p,
  .dialog-wrap .dialog .dialog-ba .after p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.dialog-wrap .dialog .dialog-ba .before dl,
.dialog-wrap .dialog .dialog-ba .after dl {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.dialog-wrap .dialog .dialog-ba .before dl dt,
.dialog-wrap .dialog .dialog-ba .after dl dt {
  width: 35%;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .before dl dt,
  .dialog-wrap .dialog .dialog-ba .after dl dt {
    width: 20%;
  }
}
.dialog-wrap .dialog .dialog-ba .before dl dd,
.dialog-wrap .dialog .dialog-ba .after dl dd {
  width: 65%;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.dialog-wrap .dialog .dialog-ba .before dl dd span,
.dialog-wrap .dialog .dialog-ba .after dl dd span {
  font-size: 0.75rem;
  margin-left: 2px;
}
.dialog-wrap .dialog .dialog-ba .before dl dd span.plus,
.dialog-wrap .dialog .dialog-ba .after dl dd span.plus {
  color: #4285b0;
}
.dialog-wrap .dialog .dialog-ba .before dl dd span.minus,
.dialog-wrap .dialog .dialog-ba .after dl dd span.minus {
  color: #FF3B30;
}
.dialog-wrap .dialog .dialog-ba .before {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .before {
    margin-bottom: 30px;
    width: 100%;
  }
}
.dialog-wrap .dialog .dialog-ba .before:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #707070;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .before:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #707070;
    right: 0;
    left: 0;
    top: auto;
    bottom: -40px;
  }
}
.dialog-wrap .dialog .dialog-ba .after {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .dialog-ba .after {
    width: 100%;
  }
}
.dialog-wrap .dialog .btn-area_content {
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .btn-area_content form {
    display: inline-block;
  }
}
.dialog-wrap .dialog .btn-area {
  margin-top: 30px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .btn-area {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .dialog-wrap .dialog .btn-area form {
    display: inline-block;
  }
}
.dialog-wrap .dialog .btn-area form input[type=submit] {
  line-height: 20px;
}

.rate .item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .rate .item {
    padding: 15px;
  }
}
.rate .item .rate-title {
  font-weight: bold;
}
.rate .item .rate-head {
  position: relative;
}
.rate .item .rate-head .rate-star {
  font-size: 0.875rem;
}
.rate .item .rate-head .rate-star .rate-score {
  margin-left: 15px;
  font-size: 1rem;
}
.rate .item .rate-head ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
}
@media screen and (max-width: 768px) {
  .rate .item .rate-head ul {
    position: relative;
  }
}
.rate .item .rate-head ul li {
  font-size: 0.875rem;
  display: inline-block;
}
.rate .item .rate-head ul li.date:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_calendar.svg) no-repeat;
  background-size: 100%;
}
.rate .item .rate-head ul li.time:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_clock.svg) no-repeat;
  background-size: 100%;
}
.rate .item .rate-user {
  display: flex;
  align-items: center;
}
.rate .item .rate-user .image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.rate .item .rate-user .image img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}

.img-item {
  display: flex;
  position: relative;
  align-items: center;
}
.img-item .item-id {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .img-item {
    flex-wrap: wrap;
  }
}
.img-item .image {
  width: 200px;
  margin-right: 15px;
}
.img-item .image p.service-cat {
  background: #707070;
  font-size: 0.875rem;
  padding: 3px 0;
  margin-bottom: 5px;
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  display: block;
  width: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .img-item .image p.service-cat {
    font-size: 0.75rem;
    padding: 3px 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
.img-item .image img {
  width: 100%;
  /* height: auto; */
  aspect-ratio: 4 /3;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .img-item .image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.img-item.img-item_list .content {
  max-width: calc(100% - 200px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-item.img-item_list .content {
    max-width: 100%;
  }
}

.content {
  text-align: left;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}
.content .cat {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.content .title {
  margin: 5px 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: underline;
}
.content .title span.new {
  background: #707070;
  font-size: 0.875rem;
  padding: 3px 10px;
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .content .title span.new {
    font-size: 0.75rem;
    padding: 3px 10px;
    margin-bottom: 5px;
  }
}
.content .title span.emergency {
  background: #FF3B30;
  font-size: 0.875rem;
  padding: 3px 10px;
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .content .title span.emergency {
    font-size: 0.75rem;
    padding: 3px 10px;
    margin-bottom: 5px;
  }
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .content ul {
    width: 100%;
  }
}
.content ul li {
  font-size: 0.875rem;
}
.content ul li.date {
  width: 50%;
}
.content ul li.large-date {
  width: 50%;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content ul li.date {
    width: 100%;
  }
}
.content ul li.date:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_calendar.svg) no-repeat;
  background-size: 100%;
}
.content ul li.time {
  width: 50%;
}
.content ul li.large-time {
  width: 50%;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content ul li.time {
    width: 100%;
  }
}
.content ul li.time:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_clock.svg) no-repeat;
  background-size: 100%;
}
.content ul li.license {
  width: 100%;
  text-align: left;
}
.content ul li.license:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_license.svg) no-repeat;
  background-size: 100%;
}
.content ul li.address {
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content ul li.address {
    width: 100%;
  }
}
.content ul li.address:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  background: url(/assets/v2/images/common/icon_address.svg) no-repeat;
  background-size: 100%;
}
.content .content-footer {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content .content-footer {
    flex-wrap: wrap;
  }
}
.content .content-footer > ul {
  width: 100%;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .content .content-footer > ul {
    margin-bottom: 0;
  }
}
.content .content-footer > ul:nth-of-type(even) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .content .content-footer > ul:nth-of-type(even) {
    text-align: left;
  }
}
.content .content-footer > ul li {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
}
.content .content-footer .small-footer {
  font-size: 1.0rem;
}
@media screen and (max-width: 768px) {
  .content .content-footer > ul li {
    font-size: 1rem;
  }
}
.content .content-footer > ul li span {
  font-size: 0.875rem;
}
.content .content-footer > ul li .list-title {
  margin-right: 10px;
}
.content .content-footer .profile-user {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .content .content-footer .profile-user {
    position: relative;
  }
}
.content .content-footer .profile-user .image {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.content .content-footer .profile-user .image img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.content .content-footer .profile-user p {
  font-size: 0.875rem;
}
.content .content-footer .profile-user p.user-nickname {
  margin-right: 15px;
}

.search-result-items .img-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .search-result-items .img-item {
    padding-top: 30px;
  }
}
.search-result-items.result-client a {
  opacity: 1;
}
.search-result-items.result-client a:hover {
  background: #FEE8CC;
}
.search-result-items.result-supporter a {
  opacity: 1;
}
.search-result-items.result-supporter a:hover {
  background: #D5F6E8;
}

.service-box,
.service-box-list {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-box,
  .service-box-list {
    padding: 10px;
  }
}
.service-box .service-id,
.service-box-list .service-id {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .service-box .service-id,
  .service-box-list .service-id {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 0;
  }
}
.service-box .service-title,
.service-box-list .service-title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-box .service-title,
  .service-box-list .service-title {
    line-height: 100%;
    font-size: 1rem;
  }
}
.service-box .service-title span,
.service-box-list .service-title span {
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .service-box .service-title span,
  .service-box-list .service-title span {
    margin-bottom: 5px;
  }
}
.service-box dl,
.service-box-list dl {
  display: flex;
  flex-wrap: wrap;
}
.service-box dl dt,
.service-box-list dl dt {
  width: 12%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service-box dl dt,
  .service-box-list dl dt {
    width: 100%;
    font-size: 0.875rem;
  }
}
.service-box dl dd,
.service-box-list dl dd {
  width: 75%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service-box dl dd,
  .service-box-list dl dd {
    width: 100%;
    font-size: 0.875rem;
    margin: 0 0 10px 0;
  }
}

.service-box-list {
  margin-bottom: 30px;
}
.service-box-list .image-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .service-box-list .image-content {
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
.service-box-list .image-content .service-image {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service-box-list .image-content .service-image {
    width: 100%;
  }
}
.service-box-list .image-content .service-image img {
  width: 100%;
  height: auto;
}
.service-box-list .image-content .service-content {
  width: 78%;
  position: relative;
}
.service-box-list .image-content .service-content .service-ids {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service-box-list .image-content .service-content .service-ids {
    position: relative;
  }
}
.service-box-list .image-content .service-content .service-ids .service-id {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .service-box-list .image-content .service-content .service-ids .service-id {
    margin: 0;
  }
}
.service-box-list .image-content .service-content .service-ids .status {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service-box-list .image-content .service-content {
    width: 100%;
  }
}

.comment-box {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .comment-box {
    margin-bottom: 15px;
  }
}

.line-dotted {
  height: 1px;
  margin: 10px 0;
  padding: 0;
  border: 0;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.col2-content {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.col2-content .col2-side {
  width: 23%;
}
.col2-content .col2-side.apply-side {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side.apply-side {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side.apply-side .menu > li {
    width: 100%;
  }
}
.col2-content .col2-side.apply-side .menu > li ul li.active a {
  color: #FF3B30;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side.apply-side .menu > li ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .col2-content .col2-side.apply-side .menu > li ul li.title {
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 0.875rem;
  }
  .col2-content .col2-side.apply-side .menu > li ul li:last-child a:after {
    display: none;
  }
  .col2-content .col2-side.apply-side .menu > li ul li a {
    width: auto;
  }
  .col2-content .col2-side.apply-side .menu > li ul li a:before {
    display: none;
  }
  .col2-content .col2-side.apply-side .menu > li ul li a:after {
    content: "/";
  }
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side {
    width: 100%;
    margin-bottom: 50px;
  }
}
.col2-content .col2-side .add-btnarea {
  background: #707070;
  text-align: center;
  padding: 30px 0;
}
.col2-content .col2-side .add-btnarea .btn {
  margin: 0 auto;
}
.col2-content .col2-side .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.col2-content .col2-side .menu > li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side .menu > li {
    width: 50%;
  }
}
.col2-content .col2-side .menu > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #efefef;
  border-bottom: 1px solid #BCBCBC;
}
.col2-content .col2-side .menu > li ul li {
  margin: 0;
  padding: 0 0 10px 30px;
}
.col2-content .col2-side .menu > li ul li a {
  border-bottom: 0;
  padding: 0;
}
.col2-content .col2-side .menu > li ul li a:before {
  content: "-";
  margin-right: 5px;
}
.col2-content .col2-side .menu > li ul li.title {
  padding: 5px 5px 5px 15px;
  font-weight: bold;
}
.col2-content .col2-side .menu > li.active {
  background: #fff;
}
.col2-content .col2-side .menu > li.active ul {
  background: #fff;
}
.col2-content .col2-side .menu > li.active a {
  background: #fff;
}
.col2-content .col2-side .menu > li a {
  padding: 10px 5px;
  background: #efefef;
  border-bottom: 1px solid #BCBCBC;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-side .menu > li a {
    width: calc(100% - 10px);
  }
}
.col2-content .col2-side .menu > li a img {
  max-width: 80px;
  height: auto;
  margin-right: 10px;
}
.col2-content .col2-main {
  width: 75%;
}
.col2-content .col2-main.apply-main {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main.apply-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main {
    width: 100%;
  }
}
.col2-content .col2-main .select-place {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.col2-content .col2-main .select-place .place-image {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .select-place .place-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.col2-content .col2-main .select-place .place-image a {
  display: block;
}
.col2-content .col2-main .select-place .place-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .select-place .place-image img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
.col2-content .col2-main .select-place .place-data {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .select-place .place-data {
    width: 100%;
  }
}
.col2-content .col2-main .select-place .place-data .title {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.col2-content .col2-main .select-place .place-data .status-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .select-place .place-data .status-list {
    flex-wrap: wrap;
  }
}
.col2-content .col2-main .select-place .place-data .status-list li {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .select-place .place-data .status-list li {
    width: 45%;
    margin-bottom: 10px;
  }
}
.col2-content .col2-main .select-place .place-data .status-list li span {
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 0.875rem;
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(1) {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(2) {
  width: calc(100% - 420px);
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(3) {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(4) {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(4) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(4) .status {
  padding: 5px;
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(5) {
  min-width: 90px;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(5) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(6) {
  min-width: 50px;
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .place-tbl td:nth-of-type(6) {
    width: 100%;
    max-width: 100%;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl {
    padding: 0;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td {
  font-size: 0.875rem;
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(1) {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(1) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 10px 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(2) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(3) {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(3) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(4) {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(4) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(5) {
  min-width: 90px;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(5) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(6) {
  min-width: 120px;
  max-width: 120px;
  padding: 0;
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(6) .status {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(6) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px;
  }
}
.col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(7) {
  min-width: 250px;
  max-width: 250px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .col2-content .col2-main .content-tbl .apply-tbl td:nth-of-type(7) {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 5px 10px 10px;
    border-bottom: 15px solid #F5F5F5;
  }
}

.member-list .title {
  text-align: left;
  width: 98%;
  margin: 0 auto 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .member-list .title {
    width: 100%;
  }
}
.member-list table {
  width: 98%;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #BCBCBC;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .member-list table {
    width: 100%;
  }
}
.member-list table tr {
  background: #fff !important;
}
@media screen and (max-width: 768px) {
  .member-list table tr:first-child {
    display: none;
  }
}
.member-list table tr th {
  padding: 10px 0;
  border-bottom: 1px solid #BCBCBC;
  text-align: center;
}
.member-list table tr td {
  text-align: center;
  background: #fff !important;
  border-bottom: 1px solid #BCBCBC;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .member-list table tr td {
    border-bottom: 0;
    width: calc(50% - 20px);
    display: inline-block;
    padding: 0 10px;
    margin: 0;
  }
}
.member-list table tr td.td-status {
  width: 10%;
}
.member-list table tr td.td-status .status {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .member-list table tr td.td-status {
    padding: 10px 10px 0;
    width: calc(30% - 20px);
  }
}
.member-list table tr td.td-profile {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .member-list table tr td.td-profile {
    width: 45%;
  }
}
.member-list table tr td.td-profile .profile-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.member-list table tr td.td-profile .profile-img img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.member-list table tr td.td-profile .profile-name {
  font-size: 0.875rem;
}
.member-list table tr td.td-btn {
  min-width: 100px;
  width: 10%;
}
.member-list table tr td.td-btn a {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .member-list table tr td.td-btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #BCBCBC !important;
  }
  .member-list table tr td.td-btn .btn {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

.content-text {
  margin-bottom: 30px;
}
.content-text p {
  line-height: 180%;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.faq {
  padding: 0;
  width: 98%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin: 0 auto 15px;
  }
}
.faq dt {
  margin: 0;
  padding: 0;
  padding: 15px 15px 15px 30px;
  position: relative;
  font-weight: bold;
  border-top: 1px dotted #707070;
  background: url(/assets/v2/images/common/icon_close.svg) right 15px no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq dt {
    font-size: 0.9375rem;
  }
}
.faq dt.open {
  background: url(/assets/v2/images/common/icon_open.svg) right 15px no-repeat;
  background-size: 20px 20px;
}
.faq dt:first-of-type {
  border-top: 0;
}
.faq dt:before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.faq dd {
  display: none;
  margin: 0;
  padding: 15px 0 15px 30px;
  position: relative;
  margin-bottom: 15px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .faq dd {
    font-size: 0.875rem;
  }
}
.faq dd:first-of-type {
  display: block;
}
.faq dd:before {
  content: "A.";
  position: absolute;
  left: 0;
}

.detail-list + .btn-area_tbl {
  margin-bottom: 30px;
}
.detail-list table {
  width: 100%;
  border-spacing: 0;
}
.detail-list th {
  text-align: left;
  padding: 15px;
  border-bottom: 1px dotted #707070;
  background: #fff;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .detail-list th {
    width: calc(50% - 30px);
  }
}
.detail-list td {
  width: 10%;
  padding: 15px;
  text-align: right;
  border-bottom: 1px dotted #707070;
  font-size: 0.875rem;
  background: #fff;
}
.detail-list td:first-of-type {
  text-align: right;
  color: #FF3B30;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .detail-list td:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .detail-list td:nth-of-type(2) {
    width: calc(50% - 30px);
  }
}
.detail-list td:last-of-type {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .detail-list td:nth-of-type(3) {
    display: none;
  }
  .detail-list td:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .detail-list tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.detail-list tr.tbl-head {
  background: #efefef;
}
.detail-list tr.tbl-head th {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head th {
    width: calc(50% - 30px);
  }
}
.detail-list tr.tbl-head td, .detail-list tr.tbl-head th {
  background: #efefef;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head td, .detail-list tr.tbl-head th {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head td:first-of-type {
    width: calc(50% - 30px);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head td:nth-of-type(2) {
    width: calc(100% - 30px);
    border-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head td:nth-of-type(3) {
    width: 100%;
    display: block;
  }
  .detail-list tr.tbl-head td:nth-of-type(3) a {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .detail-list tr.tbl-head td:last-of-type {
    width: 100%;
    display: block;
  }
  .detail-list tr.tbl-head td:last-of-type a {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

i.icon-alert {
  background: url(/assets/v2/images/common/icon_alert.svg);
  width: 16px;
  height: 16px;
  content: "";
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
i.icon-notice {
  background: url(/assets/v2/images/common/icon_notice.svg);
  width: 16px;
  height: 16px;
  content: "";
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.head-price {
  background: #fff;
  border-radius: 10px;
  padding: 15px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .head-price {
    margin-bottom: 25px;
  }
}
.head-price + .head-price-notice {
  margin-top: -40px;
  margin-bottom: 50px;
}
.head-price + .head-price-notice p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .head-price + .head-price-notice {
    margin-top: -20px;
  }
}
.head-price.head-price_col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 {
    flex-wrap: wrap;
  }
}
.head-price.head-price_col2 > div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div {
    width: 100%;
  }
}
.head-price.head-price_col2 > div:first-child {
  border-right: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div:first-child {
    border-right: 0;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 15px;
  }
}
.head-price.head-price_col2 > div:last-child p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div:last-child p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div:last-child p.price-notice {
    text-align: left;
  }
}
.head-price.head-price_col2 > div:last-child dl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.head-price.head-price_col2 > div:last-child dl dt {
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0;
  width: 50%;
  border-bottom: 1px solid #BCBCBC;
  height: 25px;
}
.head-price.head-price_col2 > div:last-child dl dt:last-of-type {
  border-bottom: 0;
}
.head-price.head-price_col2 > div:last-child dl dd {
  font-size: 1rem;
  height: 25px;
  margin: 0;
  padding: 10px 0;
  width: 50%;
  border-bottom: 1px solid #BCBCBC;
  text-align: right;
  font-weight: bold;
}
.head-price.head-price_col2 > div:last-child dl dd:last-of-type {
  border-bottom: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div:last-child {
    padding: 0 15px;
  }
}
.head-price.head-price_col2 > div .point-detail p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div .point-detail p {
    font-size: 1rem;
  }
}
.head-price.head-price_col2 > div .point-detail .point-title {
  font-weight: normal;
  font-size: 0.875rem;
}
.head-price.head-price_col2 > div .point-detail .point-unit {
  font-size: 1rem;
}
.head-price.head-price_col2 > div .point-detail .point-unit + .point-title {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div .point-detail .point-unit:after {
    content: "";
    display: block;
  }
}
.head-price.head-price_col2 > div .point-detail .point-limit {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .head-price.head-price_col2 > div .price-wrap {
    flex-wrap: wrap;
    padding: 15px;
  }
  .head-price.head-price_col2 > div .price-wrap label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .head-price.head-price_col2 > div .price-wrap input[type=text] {
    width: 50%;
  }
  .head-price.head-price_col2 > div .price-wrap span {
    width: auto;
  }
}
.head-price + .btn-area {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BCBCBC;
}
.head-price p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .head-price p {
    font-size: 1.5rem;
  }
}
.head-price p.price-notice {
  font-size: 0.75rem;
  text-align: left;
  font-weight: normal;
}
.head-price p .price-title {
  font-size: 1.125rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .head-price p .price-title {
    font-size: 0.875rem;
  }
}
.head-price p .price-unit {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .head-price p .price-unit {
    font-size: 1.125rem;
  }
}

.scroll-tbl {
  margin-top: 50px;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .scroll-tbl {
    margin-top: 15px;
  }
}
.scroll-tbl + .btn-area {
  margin-top: 30px;
}
.scroll-tbl table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  min-width: 600px;
}
.scroll-tbl table + .btn-area {
  margin-top: 30px;
}
.scroll-tbl table th {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .scroll-tbl table th {
    font-size: 0.875rem;
    padding: 5px;
  }
}
.scroll-tbl table tr.service-comments td {
  background: none !important;
}
.scroll-tbl table td {
  padding: 10px;
  border-bottom: 1px dotted #707070;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scroll-tbl table td {
    font-size: 0.875rem;
  }
}
.scroll-tbl table td .minus {
  color: #FF3B30;
}
.scroll-tbl table td .plus {
  color: #4285b0;
}
.scroll-tbl table td:nth-of-type(6) {
  text-align: right;
}
.scroll-tbl table td:nth-of-type(4) {
  text-align: left;
}
.scroll-tbl table td a {
  text-decoration: underline;
}
.scroll-tbl table td a:after {
  background: url(/assets/v2/images/common/icon_window.svg) no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.scroll-tbl table td:last-child {
  text-align: right;
  padding-right: 15px;
}

.no-new-window:after {
  display: none !important;
}

.payment-type {
  background: #fff;
  border-radius: 10px;
  padding: 15px 5%;
  margin-bottom: 50px;
}
.payment-type dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .payment-type dl {
    flex-wrap: wrap;
  }
  .payment-type dl dt {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
  }
  .payment-type dl dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .payment-type {
    margin-bottom: 25px;
  }
}

.buy-pointlist {
  display: flex;
  flex-wrap: wrap;
}
.buy-pointlist dt, .buy-pointlist dd {
  margin: 0;
  padding: 10px 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #BCBCBC;
}
.buy-pointlist dt {
  padding: 20px 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.buy-pointlist input[type=button] {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #F06F16;
  color: #3A3A3A;
  cursor: pointer;
}
.buy-pointlist input[type=button]:hover {
  background: #FEE8CC;
  border-color: #F06F16;
  color: #F06F16;
}
.buy-pointlist dt:first-of-type, .buy-pointlist dd:first-of-type {
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
.buy-pointlist dd:first-of-type input[type=button] {
  width: 100px;
  font-size: 0.875rem;
  padding: 10px 0;
  margin-left: 10px;
}

.buy-point-notice {
  margin-top: -20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .buy-point-notice {
    margin-top: auto;
  }
}

.mypage-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mypage-head {
    flex-wrap: wrap;
  }
}
.mypage-head .mypage-prfile {
  width: 45%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-prfile {
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.mypage-head .mypage-prfile > div {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-prfile > div {
    width: 100%;
  }
}
.mypage-head .mypage-prfile > div:first-child {
  text-align: center;
  border-right: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-prfile > div:first-child {
    border-right: 0;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.mypage-head .mypage-prfile > div:first-child p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.mypage-head .mypage-prfile > div:first-child a {
  font-size: 0.875rem;
}
.mypage-head .mypage-prfile > div:first-child .image {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.mypage-head .mypage-prfile > div:first-child .image img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
.mypage-head .mypage-prfile > div:first-child .data-list {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.mypage-head .mypage-prfile > div:first-child .data-list li {
  margin: 0;
  padding: 0;
  width: 30%;
  font-size: 1.125rem;
  font-weight: bold;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  margin: 0 auto;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-chart {
  position: relative;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-chart:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_chart_supporter.svg) no-repeat;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-star {
  position: relative;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-star:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_star.svg) no-repeat;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-rate {
  position: relative;
}
.mypage-head .mypage-prfile > div:first-child .data-list li i.icon-rate:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/v2/images/common/icon_rate.svg) no-repeat;
}
.mypage-head .mypage-prfile > div:first-child .data-list li .list-title {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
.mypage-head .mypage-prfile > div:first-child .data-list li .list-count {
  font-size: 0.875rem;
  font-weight: normal;
}
.mypage-head .mypage-prfile > div:last-child p {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.mypage-head .mypage-prfile > div:last-child p.error {
  line-height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mypage-head .mypage-prfile > div:last-child p .price-title {
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 5px;
}
.mypage-head .mypage-prfile > div:last-child p .price-title:before {
  content: "";
  background: url(/assets/v2/images/common/icon_circle_point.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.mypage-head .mypage-prfile > div:last-child p .price-unit {
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 5px;
}
.mypage-head .mypage-prfile > div:last-child p.error {
  font-weight: normal;
  font-weight: bold;
}
.mypage-head .mypage-prfile > div:last-child p.error .point-title {
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 5px;
}
.mypage-head .mypage-prfile > div:last-child p.error .point-unit {
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 5px;
}
.mypage-head .mypage-prfile > div:last-child p.error .point-limit {
  font-size: 0.75rem;
  font-weight: normal;
}
.mypage-head .mypage-prfile > div:last-child p.point-system {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-prfile > div:last-child p.point-system {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.mypage-head .mypage-prfile .btn-area {
  margin-top: 30px;
}
.mypage-head .mypage-prfile .btn-area a {
  width: 110px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 5px 5px 5px;
  display: inline-block;
  font-size: 0.875rem;
}
.mypage-head .mypage-status {
  width: 45%;
  background: #fff;
  border-radius: 10px;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-status {
    width: 100%;
  }
}
.mypage-head .mypage-status .status-title {
  background: url(/assets/v2/images/common/icon_work_status.svg) no-repeat;
  background-size: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 5px;
}
.mypage-head .mypage-status ul {
  margin: 0;
  padding: 0;
}
.mypage-head .mypage-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mypage-head .mypage-status ul li {
    font-size: 0.875rem;
  }
}
.mypage-head .mypage-status ul li a {
  position: absolute;
  right: 0;
  background: #efefef;
  padding: 2px 20px;
  font-size: 0.875rem;
  text-decoration: underline;
  border-radius: 30px;
  font-weight: bold;
}

.mypage-buttons form {
  width: 25%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mypage-buttons form {
    width: 100%;
    text-align: center;
  }
}
.mypage-buttons form input[type=submit] {
  margin: 0;
}

.tooltip {
  position: relative;
  display: block;
  font-size: 0.75rem;
  text-align: left;
  margin-top: 10px;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .tooltip {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px;
  }
}
.tooltip:before {
  vertical-align: middle;
  content: "";
  background: url(/assets/v2/images/common/icon_help.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}

.tooltip-text {
  display: block;
  padding: 10px;
  margin-top: 10px;
  font-size: 0.6875rem;
  width: 250px;
  height: 40px;
  line-height: 1.3;
  background: #efefef;
  color: #3A3A3A;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .tooltip-text {
    width: 70%;
    height: auto;
    text-align: center;
    margin: 10px auto 30px;
    z-index: 100;
  }
}

.card-brand {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.card-brand li {
  width: 50px;
}
.card-brand li img {
  max-width: 100%;
  height: auto;
}

.card-label {
  margin-top: 10px;
}

.card-input {
  padding-left: 10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
}

.card-brand-image {
  width: 50px;
  height: auto;
}

.switch-link_wrap {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .switch-link_wrap {
    width: 100%;
    text-align: center;
  }
}

.switch-link {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.switch-link li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .switch-link li {
    font-size: 0.875rem;
  }
}
.switch-link li:first-child:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  color: #BCBCBC;
}
.switch-link li span {
  padding: 10px;
  display: inline-block;
}
.switch-link li a {
  padding: 10px;
  border-radius: 30px;
}

.status-approved {
  background: #F6A974;
  color: #fff;
}

.status-approved-supporter {
  background: #42b086;
  color: #fff;
}

.status-approved-client {
  background: #F06F16;
  color: #fff;
}

.status-consent {
  background: #42b086;
  color: #fff;
}

.status-recruiting {
  background: #F06F16;
  color: #fff;
}

.status-public {
  background: #42b086;
  color: #fff;
}

.status-private {
  background: #999999;
  color: #fff;
}

.status-adopt {
  background: #F06F16;
  color: #fff;
}

.status-rejection {
  background: #F24730;
  color: #fff;
}

.status-temp {
  background: #f4cd09;
  color: #fff;
}

.status-wait-approved {
  background: #4F9ED4;
  color: #fff;
}

.status-nonapproved {
  background: #F24730;
  color: #fff;
}

.status-examination {
  background: #4F9ED4;
  color: #fff;
}

.status-successful {
  background: #42b086;
  color: #fff;
}

.status-successful-client {
  background: #F06F16;
  color: #fff;
}

.status-unsuccessful {
  background: #F24730;
  color: #fff;
}

.status-expired {
  background: #999999;
  color: #fff;
}

.status-request {
  background: #F06F16;
  color: #fff;
}

.status-cancel {
  background: #999999;
  color: #fff;
}

.status-decline {
  background: #F24730;
  color: #fff;
}

.status-review {
  background: #4F9ED4;
  color: #fff;
}

.status-close {
  background: #999999;
  color: #fff;
}

.bg-review {
  background: #F6FBFF;
}
.bg-review td {
  background: #F6FBFF !important;
}

.bg-adopt {
  background: #fcf0d4;
}
.bg-adopt td {
  background: #fcf0d4 !important;
}

.bg-rejection {
  background: #FFF9F9;
}
.bg-rejection td {
  background: #FFF9F9 !important;
}

.bg-recruiting {
  background: #fcf0d4;
}
.bg-recruiting td {
  background: #fcf0d4 !important;
}

.bg-private {
  background: #e8e8e8;
}
.bg-private td {
  background: #e8e8e8 !important;
}

.bg-wait {
  background: #F6FBFF;
}
.bg-wait td {
  background: #F6FBFF !important;
}

.bg-wait-approved {
  background: #F6FBFF;
}
.bg-wait-approved td {
  background: #F6FBFF !important;
}

.bg-approved {
  background: #fcf0d4;
}
.bg-approved td {
  background: #fcf0d4 !important;
}

.bg-cancel {
  background: #e8e8e8;
}
.bg-cancel td {
  background: #e8e8e8 !important;
}

.bg-successful {
  background: #f6ffee;
}
.bg-successful td {
  background: #f6ffee !important;
}

.bg-unsuccessful {
  background: #FFF9F9 !important;
}
.bg-unsuccessful td {
  background: #FFF9F9 !important;
}

.bg-nonapproved {
  background: #FFF9F9 !important;
}
.bg-nonapproved td {
  background: #FFF9F9;
}

.bg-close {
  background: #e8e8e8;
}
.bg-close td {
  background: #e8e8e8 !important;
}

.status-client {
  background: #F06F16;
  color: #fff;
}

.bg-client {
  background: #FEE8CC;
}
.bg-client td {
  background: #FEE8CC !important;
}

.bg-finish {
  background: #FEF5E0;
}
.bg-finish td {
  background: #FEF5E0 !important;
}

.status-supporter {
  background: #42b086;
  color: #fff;
}

.bg-supporter {
  background: #D5F6E8;
}
.bg-supporter td {
  background: #D5F6E8 !important;
}

h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.125rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
h4 .required {
  background: #FFC947;
  color: #3A3A3A;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 4px;
  margin-left: 10px;
}

.h2-heading {
  font-size: 3.75rem;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .h2-heading {
    font-size: 0.9375rem;
  }
}
.h2-heading + p.t-center {
  font-size: 1.625rem;
  margin-bottom: 60px;
  line-height: 180%;
}

h3.member {
  background: url(/assets/v2/images/common/icon_member.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.member {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.contact {
  background: url(/assets/v2/images/common/icon_contact.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.contact {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.setting {
  background: url(/assets/v2/images/common/icon_setting.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.setting {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.news {
  background: url(/assets/v2/images/common/icon_news.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.news {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.message {
  background: url(/assets/v2/images/common/icon_message.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.message {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.work {
  background: url(/assets/v2/images/common/icon_work.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.work {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.work-add {
  background: url(/assets/v2/images/common/icon_work_add.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.work-add {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.work-edit {
  background: url(/assets/v2/images/common/icon_work_edit.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.work-edit {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.point {
  background: url(/assets/v2/images/common/icon_point.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.point {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.recruiting {
  background: url(/assets/v2/images/common/icon_recruiting.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.recruiting {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.recruiting-add {
  background: url(/assets/v2/images/common/icon_recruiting_add.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.recruiting-add {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.edit {
  background: url(/assets/v2/images/common/icon_edit.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.edit {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.service {
  background: url(/assets/v2/images/common/icon_service.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.service {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.profile {
  background: url(/assets/v2/images/common/icon_profile.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.profile {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.apply-manage {
  background: url(/assets/v2/images/common/icon_apply_manage.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.apply-manage {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.recruiting-manage {
  background: url(/assets/v2/images/common/icon_recruiting_manage.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.recruiting-manage {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.request-manage {
  background: url(/assets/v2/images/common/icon_request_manage.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.request-manage {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.request-list {
  background: url(/assets/v2/images/common/icon_request_list.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.request-list {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.detail {
  background: url(/assets/v2/images/common/icon_detail.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.detail {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.detail-transaction {
  background: url(/assets/v2/images/common/icon_detail_transaction.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.detail-transaction {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.search {
  background: url(/assets/v2/images/common/icon_search.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.search {
    background-size: 25px auto;
    padding-left: 30px;
  }
}

h3.search a {
  text-decoration: underline;
  font-size: 1rem;
}

h3.todo {
  background: url(/assets/v2/images/common/icon_todo.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.todo {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.done {
  background: url(/assets/v2/images/common/icon_done.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.done {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.page {
  background: url(/assets/v2/images/common/icon_page.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.page {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.help {
  background: url(/assets/v2/images/common/icon_help.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.help {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3.mypage {
  background: url(/assets/v2/images/common/icon_home.svg) no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  h3.mypage {
    background-size: 25px auto;
    padding-left: 30px;
  }
}
h3 .status {
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  h3 .status {
    font-size: 0.875rem;
    padding: 3px 10px;
  }
}

.h4-heading {
  font-size: 1.125rem;
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .h4-heading {
    font-size: 0.875rem;
  }
}
.h4-heading.heading-client {
  border: 1px solid #F06F16;
  background: #FEE8CC;
  color: #F06F16;
  border-radius: 3px;
}
.h4-heading.heading-supporter {
  border: 1px solid #42b086;
  background: #D5F6E8;
  color: #42b086;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .h4-heading.heading-supporter {
    margin-bottom: 15px;
  }
}

.h5-heading {
  font-size: 1rem;
  border-bottom: 1px dotted #707070;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .h5-heading {
    font-size: 0.8125rem;
  }
}

.number-heading span {
  display: inline-block;
  font-size: 0.875rem;
  position: relative;
  padding-left: 5px;
  color: WHITE;
  margin-right: 10px;
}
.number-heading span:before {
  content: "";
  background: #3A3A3A;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
}

form dl dt,
form dl dd {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  form dl dt,
  form dl dd {
    font-size: 0.875rem;
  }
}

label {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  label {
    font-size: 0.875rem;
  }
}

input[type=checkbox] {
  margin: 15px 0 0 0;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=search],
input[type=email] {
  font-size: 1rem;
  padding: 10px;
  width: calc(100% - 22px);
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  background: #fff;
}
input[type=text].form-size_s,
input[type=tel].form-size_s,
input[type=password].form-size_s,
input[type=search].form-size_s,
input[type=email].form-size_s {
  width: 100px !important;
}
input[type=text].form-size_m,
input[type=tel].form-size_m,
input[type=password].form-size_m,
input[type=search].form-size_m,
input[type=email].form-size_m {
  width: 300px !important;
}

textarea {
  font-size: 1rem;
  padding: 10px;
  width: calc(100% - 20px);
  border-radius: 10px;
  max-width: 600px;
  border: 1px solid #BCBCBC;
}

.textarea-count.full textarea {
  max-width: 100%;
}
.textarea-count.full p {
  max-width: 100%;
}
.textarea-count p {
  max-width: 620px;
}

input[type=submit],
input[type=button] {
  font-size: 1.25rem;
  background: #42b086;
  border: 1px solid #42b086;
  border-radius: 10px;
  padding: 15px 0;
  color: #fff;
  width: 300px;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=button] {
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
input[type=submit].btn,
input[type=button].btn {
  font-size: 1rem;
  padding: 3px 20px;
  width: auto;
  border-radius: 5px;
}
input[type=submit].btn-prev,
input[type=button].btn-prev {
  background: #fff;
  color: #42b086;
}
input[type=submit].btn-delete,
input[type=button].btn-delete {
  background: #FF3B30 !important;
  border: 1px solid #FF3B30 !important;
}
input[type=submit].btn-delete:hover,
input[type=button].btn-delete:hover {
  background: #FDDAD6 !important;
  border: 1px solid #FF3B30 !important;
  color: #FF3B30 !important;
}
input[type=submit].btn-client,
input[type=button].btn-client {
  background: #F06F16;
  border: 1px solid #F06F16;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=button] {
    font-size: 0.875rem;
    max-width: 250px;
    width: 100%;
  }
  input[type=submit].wide-button {
    max-width: 280px;
  }
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #D5F6E8;
  color: #42b086;
  border: 1px solid #42b086;
  cursor: pointer;
}
input[type=submit]:hover.btn-client,
input[type=button]:hover.btn-client {
  background: #FEE8CC;
  border: 1px solid #F06F16;
  color: #F06F16;
}
input[type=submit]:hover.btn-prev,
input[type=button]:hover.btn-prev {
  background: #D5F6E8;
  color: #42b086;
}
input[type=submit]:hover.btn-prev.btn-client,
input[type=button]:hover.btn-prev.btn-client {
  background: #fff;
  border: 1px solid #F06F16;
  color: #F06F16;
}

input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background: #CCE1DB;
  color: #fff;
  border: 1px solid #CCE1DB;
}
input[type=submit]:disabled.btn-client,
input[type=submit]:disabled:hover.btn-client {
  background: #edd0b6;
  border: 1px solid #edd0b6;
}

input[type=date] {
  position: relative;
  font-size: 1rem;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  margin-right: 10px;
  background: #fff;
  color: #707070;
}
@media screen and (max-width: 768px) {
  input[type=date] {
    font-size: 0.875rem;
    min-width: 120px;
  }
  input[type=date] + input[type=time] {
    margin-top: 15px;
    display: block;
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
input[type=date]::after {
  content: "";
  background-image: url(/assets/v2/images/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  input[type=date]::after {
    width: 15px;
    height: 15px;
  }
}

input[type=time] {
  position: relative;
  font-size: 1rem;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  background: #fff;
  color: #707070;
}
@media screen and (max-width: 768px) {
  input[type=time] {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
input[type=time]::after {
  content: "";
  background-image: url(/assets/v2/images/common/icon_clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  input[type=time]::after {
    width: 15px;
    height: 15px;
  }
}

select {
  font-size: 1rem;
  padding: 10px 5px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background: #fff;
  color: #707070;
  border-radius: 10px;
  height: 40px;
}
select.select-month, select.select-day {
  margin-left: 10px;
}

form .agreement {
  margin-bottom: 25px;
}
form dl dd {
  margin-bottom: 25px;
}

.error {
  color: #FF3B30;
  margin-bottom: 0;
}
.error + dl {
  padding-top: 25px;
}

.form-one {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-one {
    max-width: 98%;
    margin: 0 auto;
  }
}
.form-one .inner_block {
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .form-one .inner_block {
    width: 94%;
  }
}
.form-one form,
.form-one .complete {
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-one form,
  .form-one .complete {
    padding: 25px 0;
  }
}
.form-one .complete .text {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-one .complete .text {
    width: 90%;
  }
}
.form-one form dl {
  max-width: 50%;
  margin: 0 auto 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-one form dl {
    width: 90%;
    max-width: 90%;
  }
}
.form-one form dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .form-one form dl dt {
    font-size: 0.875rem;
  }
}

.form-tbl dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #42b086;
  border-left: 1px solid #42b086;
  border-right: 1px solid #42b086;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl {
    margin-bottom: 25px;
  }
}
.form-tbl dl + .btn-area_right {
  margin-top: -25px;
}
.form-tbl dl dt {
  width: calc(30% - 31px);
  margin: 0;
  padding: 0;
  background: #42b086;
  border-right: 1px solid #F2F7F5;
  border-bottom: 1px solid #F2F7F5;
  padding: 15px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dt {
    font-size: 0.875rem;
    padding: 10px;
    border-right: 0 !important;
  }
}
.form-tbl dl dt input[type=checkbox] {
  margin-top: 0;
}
.form-tbl dl dt .required {
  background: #FFC947;
  color: #3A3A3A;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 2px 4px;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dt .required {
    top: 10px;
  }
}
.form-tbl dl dd {
  width: calc(70% - 30px);
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #42b086;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.form-tbl dl dd .form-txt {
  font-size: 0.875rem;
  margin-top: 0;
}
.form-tbl dl dd .postcode-wrap div {
  display: flex;
  align-items: baseline;
}
.form-tbl dl dd .postcode-wrap div input[type=text] {
  max-width: 150px;
  width: 30%;
  margin-right: 10px;
}
.form-tbl dl dd .postcode-wrap .form-txt {
  margin-top: 10px;
}
.form-tbl dl dd .notice-wrap {
  display: flex;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .notice-wrap {
    flex-wrap: wrap;
  }
}
.form-tbl dl dd .notice-wrap + .error {
  margin-top: 0;
  padding-top: 0;
}
.form-tbl dl dd .notice-wrap + .error + div,
.form-tbl dl dd .notice-wrap + .error + label {
  margin-top: 25px;
}
.form-tbl dl dd .notice-wrap input[type=text],
.form-tbl dl dd .notice-wrap input[type=password],
.form-tbl dl dd .notice-wrap input[type=email] {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .notice-wrap input[type=text],
  .form-tbl dl dd .notice-wrap input[type=password],
  .form-tbl dl dd .notice-wrap input[type=email] {
    width: calc(100% - 10px);
    margin-right: 10px;
  }
}
.form-tbl dl dd .notice-wrap p {
  margin-top: 0;
  width: calc(70% - 10px);
  margin-left: 10px;
}
.form-tbl dl dd .notice-wrap p input[type=checkbox] {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .notice-wrap p {
    width: 100%;
  }
}
.form-tbl dl dd label {
  display: block;
  margin-bottom: 5px;
}
.form-tbl dl dd input[type=text],
.form-tbl dl dd input[type=tel],
.form-tbl dl dd input[type=password],
.form-tbl dl dd input[type=email] {
  width: 30%;
  margin-right: 10px;
}
.form-tbl dl dd input[type=text].form-text-l,
.form-tbl dl dd input[type=tel].form-tel-l,
.form-tbl dl dd input[type=password].form-text-l,
.form-tbl dl dd input[type=email].form-text-l {
  width: 50%;
}
.form-tbl dl dd.phone p {
  margin-top: 10px;
}
.form-tbl dl dd.phone span {
  margin-right: 10px;
}
.form-tbl dl dd .radio-wrap label {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .radio-wrap label {
    display: block;
  }
}
.form-tbl dl dd .select2col-wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .select2col-wrap {
    flex-wrap: wrap;
  }
}
.form-tbl dl dd .select2col-wrap + .error {
  margin-top: 0;
  padding-top: 0;
}
.form-tbl dl dd .select2col-wrap + .error + div,
.form-tbl dl dd .select2col-wrap + .error + label {
  margin-top: 25px;
}
.form-tbl dl dd .select2col-wrap .item {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .select2col-wrap .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.form-tbl dl dd .form-files {
  display: flex;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .form-files {
    flex-wrap: wrap;
  }
}
.form-tbl dl dd .form-files .file {
  text-align: center;
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .form-tbl dl dd .form-files .file {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.form-tbl dl dd .form-files .file img {
  width: 100%;
  height: auto;
}
.form-tbl dl dd .form-files .file label {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 5px 0;
  color: #3A3A3A;
  font-weight: bold;
  width: 150px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.form-tbl dl dd .form-files .file input[type=file] {
  display: none;
}
.form-tbl.tbl-client dl {
  border-top: 1px solid #F06F16;
  border-left: 1px solid #F06F16;
  border-right: 1px solid #F06F16;
}
.form-tbl.tbl-client dl dt {
  background-color: rgba(253, 181, 86, 0.3);
  color: rgb(58, 30, 0);
  border-right: 1px solid #F06F16;
  border-bottom: 1px solid #F06F16;
}
.form-tbl.tbl-client dl dd {
  border-bottom: 1px solid #F06F16;
}
.form-tbl.tbl-client input[type=button],
.form-tbl.tbl-client input[type=submit] {
  background: #F06F16;
  border: 1px solid #F06F16;
}
.form-tbl.tbl-client input[type=button]:hover,
.form-tbl.tbl-client input[type=submit]:hover {
  background: #FEE8CC;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.form-tbl.tbl-client .btn-area input[type=submit] {
  background: #F06F16;
  border: 1px solid #F06F16;
}
.form-tbl.tbl-client .btn-area input[type=submit]:hover {
  background: #FEE8CC;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.form-tbl.tbl-client .btn-area input[type=submit].btn-prev {
  background: #fff;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.form-tbl.tbl-client .btn-area input[type=submit].btn-prev:hover {
  background: #FEE8CC;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.form-tbl.tbl-client .btn-area a.btn-prev {
  background: #fff;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.form-tbl.tbl-client .btn-area a.btn-prev:hover {
  background: #FEE8CC;
  border: 1px solid #F06F16;
  color: #F06F16;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .form-tbl dl dt {
    width: 100%;
    border-right: 0;
  }
  .form-tbl dl dd {
    width: 100%;
  }
  .form-tbl dl dd input[type=text],
  .form-tbl dl dd input[type=tel],
  .form-tbl dl dd input[type=password],
  .form-tbl dl dd input[type=email] {
    margin-right: 0;
    width: calc(100% - 22px);
    margin-bottom: 10px;
  }
  .form-tbl dl dd label {
    display: block;
    margin-bottom: 5px;
  }
  .form-tbl dl dd.phone span {
    display: block;
    margin-bottom: 5px;
  }
}
.btn-area {
  text-align: center;
}
.btn-area input[type=submit] {
  margin: 0 3px;
}
.btn-area .link-btn {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .btn-area .link-btn {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
}
.btn-area.btn-area_left {
  text-align: left;
}
.btn-area.btn-area_right {
  text-align: right;
}
.btn-area.btn-area_bg {
  background: #fff;
  border-radius: 8px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.btn-area.btn-area_bg form {
  position: relative;
  vertical-align: top;
}
.btn-area.btn-area_bg form a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_bg form a {
    position: relative;
    margin-top: -15px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_bg {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.btn-area.btn-area_tbl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl {
    order: 1;
    flex-wrap: wrap;
  }
}
.btn-area.btn-area_tbl a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 0.9375rem;
}
.btn-area.btn-area_tbl a.btn {
  min-height: 34px;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl a.btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl a {
    order: 2;
  }
}
.btn-area.btn-area_tbl ul {
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl ul {
    width: 100%;
    margin: 15px 0 0 0;
    display: block;
  }
}
.btn-area.btn-area_tbl ul li {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.btn-area.btn-area_tbl ul li:last-child {
  margin-right: 0;
}
.btn-area.btn-area_tbl ul li input[type=submit] {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .btn-area.btn-area_tbl ul li input[type=submit] {
    width: 100%;
  }
}
.btn-area form {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .btn-area form {
    margin-left: 0;
  }
  .btn-area form input[type=submit] {
    margin-bottom: 10px;
  }
  .btn-area form input[type=submit] + p {
    margin-top: -5px;
  }
}
.btn-area form:first-child {
  margin-left: 0;
}
.btn-area .btn {
  display: inline-block;
  margin-left: 5px;
}
.btn-area .btn:first-child {
  margin-left: 0;
}
.btn-area .btn-cancel {
  background: #FF3B30;
  color: #fff;
  border-color: #FF3B30;
}
.btn-area .btn-cancel:hover {
  background: #fdaca8;
  color: #fff;
}
.btn-area .btn-cancel.btn-client {
  background: #FF3B30;
  color: #fff;
  border-color: #FF3B30;
}
.btn-area .btn-cancel.btn-client:hover {
  background: #fdaca8;
  color: #fff;
}
.btn-area .btn-prev {
  border: 1px solid #42b086;
  color: #42b086;
}
.btn-area .btn-prev:hover {
  background: #D5F6E8;
  color: #42b086;
}
.btn-area .btn-prev.btn-client {
  border: 1px solid #F06F16;
  color: #F06F16;
}
.btn-area .btn-prev.btn-client.btn-prev {
  background: #fff;
  border: 1px solid #F06F16;
  color: #F06F16;
}
.btn-area .btn-prev.btn-client.btn-prev:hover {
  background: #FEE8CC;
}
.btn-area .btn-prev.btn-client:hover {
  background: #FEE8CC;
}

.talk-form {
  border-top: 1px solid #BCBCBC;
  padding-top: 30px;
}
.talk-form textarea {
  max-width: 100%;
}
.talk-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.talk-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.talk-form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.talk-form textarea:focus::placeholder {
  color: transparent;
}
.talk-form .files {
  margin: 15px 0;
}

.head-search-box {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.head-search-box dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .head-search-box dl {
    flex-wrap: wrap;
  }
}
.head-search-box dl dt {
  width: 10%;
  padding: 0;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .head-search-box dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.head-search-box dl dd {
  width: 38%;
  padding: 0 2% 0 0;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .head-search-box dl dd {
    width: 100%;
  }
}
.head-search-box input[type=submit] {
  margin: 30px auto 0;
  display: block;
}

.search-box {
  padding: 30px 0;
}
.search-box label {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .search-box label {
    display: block;
  }
}
.search-box #search {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .search-box #search {
    width: 100%;
    margin-bottom: 0;
  }
}
.search-box .search-btns {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .search-box .search-btns {
    margin-top: 10px;
    width: 100%;
    text-align: right;
  }
}
.search-box label {
  margin-right: 10px;
}
.search-box input[type=submit],
.search-box input[type=reset] {
  font-size: 0.875rem;
  padding: 8px 18px;
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  border-radius: 10px;
  border: 0px;
  margin-right: 5px;
  border: 1px solid #42b086;
}
.search-box input[type=submit]:hover,
.search-box input[type=reset]:hover {
  border: 1px solid #42b086;
  padding: 8px 18px;
}
.search-box input[type=submit].btn-client,
.search-box input[type=reset].btn-client {
  padding: 8px 18px;
  margin-right: 5px;
  border: 1px solid #F06F16;
}
.search-box input[type=submit].btn-client:hover,
.search-box input[type=reset].btn-client:hover {
  padding: 8px 18px;
  border: 1px solid #F06F16;
}
.search-box input[type=reset] {
  border: 1px solid #fff;
  background: #fff;
  border: 1px solid #BCBCBC;
  color: #707070;
}
.search-box input[type=reset]:hover {
  color: #BCBCBC;
  cursor: pointer;
  border: 1px solid #BCBCBC;
}

.search-sort {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .search-sort {
    flex-wrap: wrap;
  }
}
.search-sort .search-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-sort .switch-btnarea {
    width: 100%;
  }
}
.search-sort .switch-btnarea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .search-sort .switch-btnarea ul {
    text-align: center;
  }
}
.search-sort .switch-btnarea ul li {
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .search-sort .switch-btnarea ul li {
    width: 40%;
    margin-bottom: 15px;
  }
}
.search-sort .switch-btnarea ul li input[type=submit] {
  border-radius: 0;
  padding: 10px 0;
  background: #BCBCBC;
  border: 2px solid #BCBCBC;
  color: #3A3A3A;
}
.search-sort .switch-btnarea ul li input[type=submit]:hover {
  color: #3A3A3A;
  border: 2px solid #3A3A3A;
  background: #F5F5F5;
}
.search-sort .switch-btnarea ul li input[type=submit]:disabled {
  background: #42b086;
  border: 2px solid #42b086;
  color: #fff;
  cursor: default;
}
.search-sort .switch-btnarea ul li input[type=submit]:disabled.btn-client {
  background: #F06F16;
  border: 2px solid #F06F16;
}
.search-sort .sort {
  margin-left: auto;
  display: flex;
  width: auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-sort .sort {
    flex-wrap: wrap;
  }
}
.search-sort .sort label {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .search-sort .sort label {
    margin-bottom: 15px;
    width: 30%;
    text-align: right;
    margin-left: 0;
    margin-right: 15px;
  }
}
.search-sort .sort label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .search-sort .sort select {
    margin-bottom: 15px;
    min-width: 50%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .search-sort .sort-date {
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
    font-size: 0.875rem;
  }
  .search-sort .sort-date label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .search-sort .sort-date input[type=date] {
    margin-right: 5px;
    vertical-align: middle;
  }
}
.search-sort + .content-tbl {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .search-sort + .content-tbl {
    margin-top: 25px;
  }
}

.search-result {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 15px;
}
.search-result p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .search-result p:first-child {
    font-size: 0.875rem;
  }
}
.search-result p:last-child {
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .search-result p:last-child {
    font-size: 0.75rem;
  }
}

.form-checklist p {
  font-weight: bold;
  margin-bottom: 0;
}
.form-checklist p.title-bg {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
}
.form-checklist ul {
  list-style: none;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  width: calc(100% - 10px);
  flex-wrap: wrap;
}
.form-checklist ul li {
  margin-right: 10px;
  width: 18%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .form-checklist ul li {
    width: calc(48% - 10px);
    margin-bottom: 5px;
  }
}

dl dd .form-checklist li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  dl dd .form-checklist li {
    width: calc(48% - 10px);
  }
}

.selectbtn-wrap {
  margin-bottom: 15px;
}
.selectbtn-wrap select {
  margin-right: 10px;
}

.price-wrap {
  display: flex;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-wrap {
    align-items: center;
  }
}
.price-wrap + .error {
  margin-top: 0;
  padding-top: 0;
}
.price-wrap + .error + div,
.price-wrap + .error + label {
  margin-top: 25px;
}
.price-wrap label {
  font-size: 0.875rem;
  width: 100px;
}
.price-wrap input[type=text] {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .price-wrap input[type=text] {
    width: 80%;
    margin-right: 0;
  }
}
.price-wrap span {
  margin-top: 0;
  width: calc(70% - 10px);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .price-wrap span {
    margin-top: 10px;
  }
}

.user-change-tbl th {
  border-right: 1px solid #BCBCBC;
}
.user-change-tbl th:first-child {
  border-left: 1px solid #BCBCBC;
}
.user-change-tbl td {
  vertical-align: top;
  background: #fff;
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC !important;
}
.user-change-tbl td:first-child {
  background: #F5F5F5;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  text-align: left;
  vertical-align: middle;
}
.user-change-tbl td:first-child label {
  margin-left: 15px;
}
.user-change-tbl td:first-child label img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .user-change-tbl td:first-child label img {
    width: 20px;
    height: 20px;
  }
}
.user-change-tbl td:first-child label input[type=radio] {
  vertical-align: middle;
}
.user-change-tbl td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-change-tbl td ul li {
  text-align: left;
  margin: 0;
  padding: 0;
}
.user-change-tbl td ul li label input[type=checkbox] {
  margin-right: 5px;
}
.user-change-tbl td ul li label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #F5F5F5;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
}
.user-change-tbl td ul li label input[type=checkbox]::before {
  display: block;
  content: "✓";
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #3A3A3A;
  opacity: 0;
  margin-left: 0px;
  margin-top: -2px;
}
.user-change-tbl td ul li label input[type=checkbox]:checked::before {
  opacity: 1;
}

.btn {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 15px 0;
  color: #3A3A3A;
  padding: 10px 20px;
}
.btn.btn-client {
  background: #F06F16;
  color: #fff;
  border: 1px solid #F06F16;
}
.btn.btn-client:hover {
  background: #FEE8CC;
  color: #F06F16;
  border: 1px solid #F06F16;
}
.btn.btn-supporter {
  background: #42b086;
  color: #fff;
  border: 1px solid #42b086;
}
.btn.btn-supporter:hover {
  background: #D5F6E8;
  color: #42b086;
  border: 1px solid #42b086;
}
.btn:hover {
  background: #42b086;
  color: #fff;
  border: 1px solid #42b086;
}

.btn-wrap {
  text-align: center;
}

.link-btn {
  font-size: 1.25rem;
  background: #42b086;
  border: 1px solid #42b086;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  max-width: 300px;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .link-btn {
    font-size: 1rem;
    padding: 10px;
  }
}
.link-btn.btn-prev {
  background: #fff;
  color: #42b086;
}
.link-btn.btn-prev.btn-client {
  background: #fff;
  color: 1px solid #F06F16;
  color: #F06F16;
}
.link-btn.btn-client {
  background: #F06F16;
  border: 1px solid #F06F16;
}

a {
  text-decoration: none;
  color: #3A3A3A;
}
a:hover {
  opacity: 0.6;
}

.link-line {
  text-decoration: underline;
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

section {
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 20px 0 40px;
  }
}
section .inner_block {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section .inner_block {
    width: 94%;
    margin: 0 auto;
  }
}

.login-logo img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .login-logo img {
    width: 70px;
    height: auto;
  }
}

.login-heading {
  margin: 0;
}

.news-navi {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .news-navi {
    flex-wrap: wrap;
  }
}
.news-navi ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.news-navi ul li {
  margin: 0;
  padding: 0;
}
.news-navi .news-navi_l {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news-navi .news-navi_l {
    width: 100%;
  }
}
.news-navi .news-navi_l ul li {
  margin-right: 5px;
}
.news-navi .news-navi_l ul li:last-child {
  margin-right: 0;
}
.news-navi .news-navi_l ul li.active span {
  display: block;
  padding: 5px 20px;
  background: #707070;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-navi .news-navi_l ul li.active span {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
.news-navi .news-navi_l ul li a {
  display: block;
  padding: 5px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-navi .news-navi_l ul li a {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
.news-navi .news-navi_r {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news-navi .news-navi_r {
    width: 100%;
  }
}
.news-navi .news-navi_r ul {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .news-navi .news-navi_r ul {
    margin-top: 15px;
  }
}
.news-navi .news-navi_r ul li {
  margin-right: 15px;
}
.news-navi .news-navi_r ul li:last-child {
  margin-right: 0;
}
.news-navi .news-navi_r ul li label {
  font-size: 0.875rem;
}

.news-tbl {
  width: 100%;
  border-spacing: 0px;
}
.news-tbl th {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .news-tbl th {
    display: none;
  }
}
.news-tbl td {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-tbl td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.news-tbl td.id span {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-tbl td.id {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    font-size: 0.875rem;
    padding: 10px 10px 0 10px;
  }
  .news-tbl td.id span {
    display: inline-block;
    margin-right: 5px;
  }
}
.news-tbl td.subject {
  position: relative;
  padding-left: 60px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news-tbl td.subject.list-subject {
    padding-left: 0;
    width: calc(100% - 20px);
    padding: 10px;
    display: inline-block;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .news-tbl td.subject {
    width: calc(100% - 45px);
    padding: 10px 0 10px 45px;
    font-size: 0.875rem;
  }
}
.news-tbl td.subject span {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .news-tbl td.subject span {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
}
.news-tbl td.subject span img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.news-tbl td.subject a {
  text-decoration: underline;
}
.news-tbl td.from {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .news-tbl td.from {
    width: calc(30% - 5px);
    display: inline-block;
    padding-left: 5px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .news-tbl td.date {
    width: calc(50% - 10px);
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .news-tbl td.cat1, .news-tbl td.cat2 {
    width: auto;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.875rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-tbl td.address {
    width: calc(100% - 20px);
    padding: 0 10px 0;
    display: block;
    text-align: left;
    font-size: 0.875rem;
  }
}
.news-tbl td.cat1 + .cat2:before {
  content: "/";
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .news-tbl td:last-child {
    width: 20%;
    display: inline-block;
  }
}
.news-tbl td:last-child.last-status {
  border-radius: 0;
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .news-tbl td:last-child.last-status {
    right: 0;
    top: 0;
    width: auto;
    margin-left: 10px;
  }
}
.news-tbl td:last-child span {
  background: #FFC947;
  border-radius: 15px;
  font-weight: bold;
  font-size: 0.875rem;
  color: #3A3A3A;
  padding: 5px 30px;
}
@media screen and (max-width: 768px) {
  .news-tbl td:last-child span {
    font-size: 0.75rem;
    padding: 3px 15px;
  }
}
.news-tbl td:last-child span.status-approved {
  background: #F6A974;
}
.news-tbl tr:hover {
  background: #D5F6E8;
}
@media screen and (max-width: 768px) {
  .news-tbl tr {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .news-tbl tr:nth-of-type(odd) {
    background: #fff;
  }
}
.news-tbl tr:nth-of-type(odd):hover td {
  background: #D5F6E8;
}
.news-tbl tr:nth-of-type(odd) td {
  background: #fff;
}
.news-tbl.tbl-client tr:hover {
  background: #FEE8CC;
}
.news-tbl.tbl-client tr:hover td {
  background: #FEE8CC;
}

.profile-servicelist {
  padding: 30px 0;
}
.profile-servicelist .img-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.profile-servicelist .img-item .item-id {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 0.75rem;
}

::placeholder {
  color: #ccc;
}

.footer-requester {
  background: #F06F16;
}

.footer-supporter {
  background: #42b086;
}

.inactive-text {
  color: #ccc;
}

td.force-border-bottom {
  border-bottom: 1px solid #BCBCBC !important;
}

div.navcenter {
  display: flex;
  justify-content: center;
}

ul.navpills {
  margin: 20px -5px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.7em;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  background-repeat: no-repeat;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

ul.navpills li {
  width: 24%;
  position: relative;
  min-height: 1px;
  padding: 10px 5px;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

ul.navpills li a {
  width: 95%;
  height: 75%;
  display: inline-block;
  position: relative;
  padding: 20px 5px 15px;
  text-align: center;
  border: 2px solid #4285b0;
  color: #FFF;
  text-decoration: none;
  background-color: white;
}

ul.navpills li a span {
  color: #4285b0;
  font-weight: bold;
  display: inherit;
  padding: 10px;
  background-image: url(../../img/common/arrow/icon_list.svg);
  background-position: center top 10px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}

ul.navpills li a span.icon_cl2 {
  background-image: url(../../img/common/arrow/icon_mypage.svg);
}

ul.navpills li a span.icon_cl3 {
  background-image: url(../../img/common/arrow/icon_woman.svg);
  background-position: center top 0;
  background-size: 40px 55px;
}

ul.navpills li a span.icon_cl4 {
  background-image: url(../../img/common/arrow/icon_salesman.svg);
  background-size: 40px 50px;
  background-position: center top 3px;
}

ul.navpills li a span.icon_cl5 {
  background-image: url(../../img/common/arrow/icon_heart.svg);
  background-position: center top 15px;
  background-size: 30px 30px;
}

ul.navpills li a span.icon_cl6 {
  background-image: url(../../img/common/arrow/icon_about.svg);
  background-size: 50px 50px;
}

ul.navpills li a span.icon_cl7 {
  background-image: url(../../img/common/arrow/icon_search.svg);
  background-size: 35px 35px;
}

@media screen and (max-width: 768px) {
  div.btn-area input {
    margin-bottom: 20px !important;
  }
}

.form-notice {
  font-size: 0.875rem;
  margin-top: 0;
  margin-left: 5px;
  margin-top: 0;
  color: #888888;
}