@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
  font-weight: normal; }

* {
  box-sizing: border-box; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html {
  font-size: 62.5%; }

body {
  color: #48485a; }

header {
  margin-bottom: 0; }

strong {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover,a:focus  {
    color: inherit;
    text-decoration: none; }

input {
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */ }
  input:placeholder-shown {
    color: #aaa; }
  input::-webkit-input-placeholder {
    color: #aaa; }
  input:-moz-placeholder {
    color: #aaa;
    opacity: 1; }
  input::-moz-placeholder {
    color: #aaa;
    opacity: 1; }
  input:-ms-input-placeholder {
    color: #aaa; }

textarea:placeholder-shown {
  color: #aaa;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */ }
textarea::-webkit-input-placeholder {
  color: #aaa;
  /* Firefox 18- */ }
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  /* Firefox 19+ */ }
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  /* IE 10+ */ }
textarea:-ms-input-placeholder {
  color: #aaa; }

.text-left {text-align: left; }
.text-center {text-align: center; }
.text-right {text-align: right; }

.mt1rem {margin-top: 1rem; }
.mt3rem {margin-top: 3rem; }
.mt4rem {margin-top: 4rem; }
.mt5rem {margin-top: 5rem; }

.mb1rem {margin-bottom: 1rem; }
.mb2rem {margin-bottom: 2rem; }
.mb3rem {margin-bottom: 3rem; }
.mb4rem {margin-bottom: 4rem; }
.mb5rem {margin-bottom: 5rem; }

.usrimg_s {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  
.usrimg_c {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 50%; }

.prt-bnrwithnumpop {
  position: relative; }
  .prt-bnrwithnumpop a {
    position: relative; }
  .prt-bnrwithnumpop__num {
    position: absolute;
    top: 0; right: 0;
    transform: translate(50%, -50%);
    width: 18px;
    height: 18px;
    background-color: #d0021b;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem; }

.area-all {
  padding-left: 250px; }
  .area-all--loginform {
    padding: 0; }
  .area-all--fixbar,
  .area-all--fixbar .area-side {
    padding-bottom: 116px; }

.area-side {
  width: 250px;
  height: 100vh;
  background-color: #1faede;
  border-right: 1px solid #d0dadb;
  position: fixed;
  top: 0; bottom: 0; left: 0;
  overflow-y: scroll; }

.prt-sidelogo {
  padding: 1rem;
  background-color: #fff; }
  .prt-sidelogo a {
    max-width: 180px;
    margin: 0 auto;
    display: block; }
  .prt-sidelogo img {
    margin: 0 auto;
    display: block; }

.prt-sideusericon {
  padding: 0 1rem 1rem;
  background-color: #fff; }
  .prt-sideusericon__pic {
    width: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .prt-sideusericon img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    display: block; }
  .prt-sideusericon__name {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.25;
    text-align: center; }

.prt-sidemenu {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.25; }
  .prt-sidemenu__item {
    border-bottom: 1px solid #fff;
    position: relative; }
    .prt-sidemenu__item.current {
      background-color: rgba(0, 0, 0, 0.15); }
    .prt-sidemenu__item--disabled {
      background-color: #e5e8ec;
      pointer-events: none; }
    .prt-sidemenu__item a {
      padding: 1.6rem 6rem 1.6rem 3rem;
      background: url('/images/enterprise/arrow_w.png') no-repeat right 2rem center/12px auto;
      display: block; }
      .prt-sidemenu__item a:hover {
        background-image: url('/images/enterprise/arrow_b.png');
        background-color: #f5f3ef;
        color: #1faede; }
  .prt-sidemenu__tree {
    z-index: 100;
    display: none;
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.2); }
      .prt-sidemenu__tree li a {
        padding: 2.2rem 2rem 2.2rem 3rem;
        background: #fff;
        color: #3d3b38;
        font-size: 1.4rem;
        font-weight: bold;
        width: 250px;
        display: block;
        border-bottom: 1px solid #d0dadb; }
        .prt-sidemenu__tree li a:hover {
          background: #f5f3ef;
          color: #3d3b38; }

  .prt-sidemenu__caption {
    margin-bottom: .4rem;
    font-size: 1rem; }
  .prt-sidemenu__text {
    font-size: 1.4rem; }
  .prt-sidemenu__title {
    padding: 1.6rem 6rem 1.6rem 3rem;
    background: url('/images/enterprise/arrow_w.png') no-repeat right 2rem center/12px auto;
    cursor: pointer; }
    .prt-sidemenu__title:hover {
      background-image: url('/images/enterprise/arrow_b.png');
      background-color: #f5f3ef;
      color: #1faede; }
    .prt-sidemenu__title.selected {
      background: url('/images/enterprise/arrow_w_bottom.png') no-repeat right 2rem center/12px auto; }
    .prt-sidemenu__title.selected:hover {
      background: url('/images/enterprise/arrow_b_sp.png') no-repeat right 2rem center/12px auto;
      background-color: #f5f3ef;
      color: #1faede; }

.prt-sideothermenu {
  margin-top: .8rem;
  color: #fff;
  font-size: 1.2rem; }
  .prt-sideothermenu__item {
    position: relative; }
    .prt-sideothermenu__item a {
      padding: .8rem 2rem;
      display: block; }
      .prt-sideothermenu__item a:hover {
        background-color: rgba(255,255,255,.2); }
      .prt-sideothermenu__item.current a {
        background-color: #1a94bc; }
    .prt-sideothermenu__item span {
      padding-left: 2.7rem;
      background-repeat: no-repeat;
      background-position: left center;
      display: block;
      line-height: 20px; }
      .prt-sideothermenu__item--notify span {background-image: url('/images/enterprise/sideothermenu_notify.png'); }
      .prt-sideothermenu__item--edit span {background-image: url('/images/enterprise/sideothermenu_edit.png'); }
      .prt-sideothermenu__item--help span {background-image: url('/images/enterprise/sideothermenu_help.png'); }
      .prt-sideothermenu__item--cancel span {background-image: url('/images/enterprise/sideothermenu_cancel.png'); }
      .prt-sideothermenu__item--contact span {background-image: url('/images/enterprise/sideothermenu_contact.png'); }
      .prt-sideothermenu__item--logout span {background-image: url('/images/enterprise/sideothermenu_logout.png'); }

.prt-side-click {
  width: 230px;  
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  -webkit-text-overflow: ellipsis;  
  -o-text-overflow: ellipsis;
  margin: 1rem auto 0;
  padding: 1.1rem 2rem 1.3rem;
  color: #858b94;
  font-size: 1.2rem;
  cursor: pointer;
  border: 1px solid #d0dadb; }
  .prt-side-click:hover {
    background-color: #f6f6f9; }
  .prt-side-click:after {
    content: "\25BC";
    color: #858b94;
    position: absolute;
    top: 122px;
    right: 20px;
    font-size: 1rem; }

.prt-side-pulldown {
  width: 230px;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 153px;
  left: 10px;
  background-color: #fff;
  z-index: 100;
  display:none; }
  .prt-side-pulldown li a {
    padding: 1.3rem 1rem;
    color: #000;
    font-size: 1.4rem;
    cursor: pointer;
    display: block; }
    .prt-side-pulldown li a:hover {
      background-color: #f5f3ef; }

#dropmenu {
  display: none; }
  #dropmenu:checked + .prt-side-pulldown {
    display:block; }

.prt-breadcrumb {
  height: 30px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem; }
  .prt-breadcrumb__item + .prt-breadcrumb__item {
    margin-left: .8rem;
    padding-left: 1.8rem;
    background: url('/images/enterprise/icon_arrow.png') no-repeat left center/1rem auto;
    position: relative; }
  .prt-breadcrumb__item a,
  .prt-breadcrumb__item a:hover {
    color: #4abfe6; }

.area-main {
  background-color: #fff; }

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

.prt-registernum {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right; }
  .prt-registernum .num {
    margin-right: .8rem;
    color: #48aba9;
    display: inline-block;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: .1em; }

.area-tabarea {
  padding: 3rem 0 0; }

.prt-tablist {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  text-align: center; }
  .prt-tablist::before {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background-color: #1faede; }
  .prt-tablist__item {
    width: 100%;
    max-width: 225px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    position: static; }
    .prt-tablist__item + .prt-tablist__item {
      margin-left: 1rem; }
    .prt-tablist__item.current {
      border-width: 2px;
      border-color: #1faede;
      color: #1faede;
      position: relative; }
    .prt-tablist__item a {
      padding: 1.2rem;
      display: block;
      font-weight: bold; }

.prt-notifylist {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #d0dadb;
  font-size: 1.2rem; }
  .prt-notifylist__item + .prt-notifylist__item {
    border-top: 1px solid #d0dadb; }
  .prt-notifylist__item a {
    padding: 1.8rem;
    display: flex; }
    .prt-notifylist__item a:hover {
      background-color: #f5f3ef; }
  .prt-notifylist__th {
    margin-right: 2rem;
    color: #3d3b38; }
  .prt-notifylist__td {
    color: #4abfe6;
    width: calc(100% - 200px); }
    .prt-notifylist__td--width {
      width: auto; }

.area-form {
  position: relative; }
  .area-form--none {
    display: none; }
  .area-form__redalert {
    max-width: 1100px;
    margin: 0 auto 2.4rem;
    color: #d0021b;
    font-size: 1.2rem; }
  .area-form__caption {
    margin: 6rem auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8; }
  .area-form__submit {
    margin: 3.4rem 0 9rem; }
    .area-form__submit input {
      width: 220px;
      margin: 0 auto;
      padding: 1.6rem;
      background-color: #1faede;
      border: none;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      text-align: center; }
      .area-form__submit input:hover {
        opacity: .8; }
    .area-form__submit--disabled input {
      background-color: #e5e8ec;
      pointer-events: none; }

.prt-formbox {
  max-width: 1140px;
  margin: 0 auto; }
  .prt-formbox + .prt-formbox {
    margin-top: 5rem; }
  .prt-formbox__h {
    margin-bottom: 1rem;
    color: #3d3b38;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold; }
    .prt-formbox__h--widthedit {
      padding-right: 80px;
      position: relative; }
  .prt-formbox__hcaption {
    margin-left: 2rem;
    color: #646464;
    font-size: 1.2rem; }
  .prt-formbox__heditlink {
    position: absolute;
    top: 50%; right: 0;
    padding-left: 2rem;
    background: url(/images/enterprise/icon_edit_blue.png) no-repeat left center/auto 16px;
    color: #1faede;
    font-size: 1.2rem;
    line-height: 16px;
    transform: translateY(-50%); }
    .prt-formbox__heditlink:hover {
      color: #1faede;
      opacity: .8; }

.prt-formlist {
  color: #3d3b38;
  font-size: 1.4rem; }
  .prt-formlist__item {
    border-top: 1px solid #d0dadb;
    display: flex;
    justify-content: space-between; }
    .prt-formlist__item:last-child {
      border-bottom: 1px solid #d0dadb; }
  .prt-formlist__th {
    width: 250px;
    padding: 2.8rem;
    background-color: #f5f3ef; }
  .prt-formlist__h {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .prt-formlist__hcaption {
    margin-top: .8rem;
    color: #646464;
    font-size: 1.2rem;
    line-height: 1; }
  .prt-formlist__required {
    padding: .3rem;
    border: 1px solid #F28300;
    border-radius: 3px;
    color: #F28300;
    display: block;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap; }
  .prt-formlist__td {
    width: calc(100% - 250px);
    padding: 1.8rem 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word; }
    .prt-formlist__td__text {
      font-size: 1.3rem;
      color: #646464;
      margin-top: 1rem; }
    .prt-formlist__td__row {
      display: flex;
      justify-content: space-between; }
    .prt-formlist__td__row + .prt-formlist__td__row {
      margin-top: 1rem; }
  .prt-formlist__tdcaption {
    margin-top: 1rem;
    color: #646464;
    font-size: 1.2rem; }
    .prt-formlist__tdcaption a {
      color: #1faede; }
  .prt-formlist__inputtext {
    width: 100%; }
    .prt-formlist__inputtext input {
      width: 100%;
      height: 40px;
      padding: 0 1.2rem;
      background-color: #e8f6fb;
      border: none;
      display: flex;
      align-items: center;
      font-size: 1.6rem; }
      .prt-formlist__inputtext input::placeholder,
      .prt-formlist__inputtext textarea::placeholder {
        color: #9d9d9d; }
    .prt-formlist__inputtext textarea {
      width: 100%;
      height: 180px;
      padding: 1.2rem;
      background-color: #e8f6fb;
      border: none;
      display: flex;
      font-size: 1.6rem; }  
    .prt-formlist__inputtext--error input,
    .prt-formlist__inputtext--error textarea {
      background-color: #fdecf1; }
  .prt-formlist__inputcaption {
    margin-top: 1rem;
    color: #9b9b9b;
    font-size: 1.2rem;
    line-height: 1.6; }
  .prt-formlist__inputerror {
    margin-top: 1rem;
    color: #F28300;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left; }
  .extend-website-formlist__inputerror {
    margin-top: 0.3rem;
    color: #F28300;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left; }
  .prt-formlist__inputcaption-right {
    margin-top: 1rem;
    line-height: 1;
    text-align: right; }
  .prt-formlist__count {
    color: #858b94;
    font-size: 1.3rem;
    margin-left: auto; }

.prt-formlistflexbox {
  display: flex;
  align-items: center; }
  .prt-formlistflexbox__item + .prt-formlistflexbox__item {
    margin-left: 1.4rem; }

.prt-forminput3col {
  display: flex;
  align-items: center; }
  .prt-forminput3col input {
    width: 127px;
    height: 40px;
    padding: 0 1.2rem;
    background-color: #e8f6fb;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
  .prt-forminput3col label {
    width: 127px;
    height: 40px;
    background-color: #e8f6fb;
    border: none;
    font-size: 1.6rem; }
  .prt-forminput3col__unit {
    margin: 0 1.4rem;
    display: inline-block; }
  .prt-forminput3col__label {
    margin-right: 1.4rem;
    display: inline-block;
    font-size: 1.6rem; }

    .prt-forminput3col input[type="button"] {
      width: 100px;
      margin: 0 15px;
      background-color: #1faede;
      border: none;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      text-align: center; }
      .prt-forminput3col input[type="button"]:hover {
      opacity: .8; }

.prt-formradios {
  display: flex;
  align-items: center;
  font-size: 1.4rem; }
  .prt-formradios input {
    display: none; }
  .prt-formradios input + label {
    padding-left: 3rem;
    display: block;
    position: relative; }
    .prt-formradios input + label::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 18px;
      height: 18px;
      background-color: #f6f6f9;
      border: 1px solid #e1e1e9;
      border-radius: 50%; } 
    .prt-formradios input:checked + label::after {
      content: "";
      position: absolute;
      top: 4px; left: 4px;
      width: 10px;
      height: 10px;
      background-color: #1faede;
      border-radius: 50%; }
  .prt-formradios__item + .prt-formradios__item {
      margin-left: 2.4rem; }
  .prt-formradios--vertical {
    flex-wrap: wrap; }
    .prt-formradios--vertical input + label {
      width: 100%; }
    .prt-formradios--vertical label + input + label {
      margin: 1rem 0 0; }

.prt-formlistflexbox__alert {
  color: #da2647; }

.prt-imgselect {
  display: flex;
  text-align: center; }
  .prt-imgselect__item {
    min-width: 250px; }
    .prt-imgselect__item + .prt-imgselect__item {
      margin-left: 2rem; }
    .prt-imgselect__item__p {
      font-size: 1.2rem;
      color: #646464;
      text-align: left;
      margin-bottom: 1rem; }
  .prt-imgselect__label {
    padding: 2rem;
    background-color: #f6f6f8;
    border: 2px dashed #e1e1e9;
    border-radius: 4px;
    cursor: pointer;
    width: 100%; }
    .prt-imgselect__label:hover {opacity: .8; }
  .prt-imgselect input {display: none !important;}
  .prt-imgselect .dropzoneImageThumb {
    margin-top: 1.6rem; }
  .prt-imgselect__btn {
    background-color: #ADADAD;
    padding: 10px;
    margin-top: 16px;
    color: #fff;
    font-weight: bolder;
    border-radius: 5px; }
  .prt-imgselect__img {
    position: relative; }
    .prt-imgselect__img img {
      margin: 0 auto;
      display: block; }
  .prt-imgselect__content {
    margin-top: 1rem; }
  .prt-imgselect__file {
    display: none; }
  .prt-imgselect__text {
    font-size: 1.4rem;
    line-height: 1; }

.prt-formselect {
  max-width: 350px;
  display: block;
  position: relative; }
  .prt-formselect select {
    width: 100%;
    height: 40px;
    padding: 0 1.2rem;
    background: url('/images/enterprise/icon_pulldown_blue.png') no-repeat right 1rem center;
    background-color: #e8f6fb;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1; }
    .prt-formselect--error select {
      background-color: #fdecf1; }

.prt-formnum {
  display: flex;
  align-items: center; }
  .prt-formnum input {
    width: 120px;
    height: 40px;
    padding: 0 1.2rem;
    background-color: #e8f6fb;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
  .prt-formnum__unit {
    margin: 0 1.4rem;
    display: inline-block; }

.prt-formcheckboxs {
  margin-bottom: -.5rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .prt-formcheckboxs + .prt-formcheckboxs {
    margin-top: 1rem; }
  .prt-formcheckboxs__item {
    margin-bottom: .5rem;
    position: relative; }
    .prt-formcheckboxs__item input {
      display: none; }
    .prt-formcheckboxs__item input + label {
      padding-left: 3rem;
      display: block;
      position: relative; }
      .prt-formcheckboxs__item input + label::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 18px;
        height: 18px;
        background-color: #f6f6f9;
        border: 1px solid #e1e1e9;
        border-radius: 3px; }
        .prt-formcheckboxs__item input:checked + label::after {
          content: "";
          position: absolute;
          top: 3px; left: 2px;
          width: 14px;
          height: 9px;
          border-left: 4px solid #1faede;
          border-bottom: 4px solid #1faede;
          border-radius: 3px;
          transform: rotate(-45deg); }
  .prt-formcheckboxs--default {
    margin-bottom: -1rem; }
    .prt-formcheckboxs--default .prt-formcheckboxs__item {
      margin-bottom: 1rem; }
    .prt-formcheckboxs--default .prt-formcheckboxs__item + .prt-formcheckboxs__item {
      margin-left: 2.4rem; }
  .prt-formcheckboxs--2col .prt-formcheckboxs__item {
    width: calc(100% / 2); }
  .prt-formcheckboxs--3col .prt-formcheckboxs__item {
    width: calc(100% / 3); }
  .prt-formcheckboxs--4col .prt-formcheckboxs__item {
    width: calc(100% / 4); }
  .prt-formcheckboxs--5col .prt-formcheckboxs__item {
    width: calc(100% / 5); }

.prt-formemail {
  position: relative; }
  .prt-formemail input {
    width: 100%;
    height: 40px;
    padding: 0 1.2rem;
    background-color: #e8f6fb;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }

.prt-formname {
  display: flex;
  align-items: center; }
  .prt-formname input {
    width: 250px;
    height: 40px;
    margin-right: 3rem;
    padding: 0 1.2rem;
    background-color: #e8f6fb;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
  .prt-formname__label {
    min-width: 30px;
    margin-right: .8rem; }

.prt-formtdtable {
  position: relative; }
  .prt-formtdtable__item {
    display: flex;
    align-items: center; }
    .prt-formtdtable__item + .prt-formtdtable__item {
      margin-top: 1.6rem; }
  .prt-formtdtable__th {
    width: 110px; }
  .extend-website-formtdtable__th {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
  .prt-formtdtable__td {
    width: calc(100% - 110px); }

.prt-setcalendar {
  position: relative; }
  .prt-setcalendar label {
    display: flex;
    align-items: center; }
  .prt-setcalendar input {
    height: 34px;
    padding: 0 1.2rem;
    background-color: #e8f6fb;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
  .prt-setcalendar label > button {
    width: 34px;
    height: 34px;
    background-color: #1faede;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .prt-setcalendar button i {color: #fff; }
  .prt-setcalendar button.pull-left,
  .prt-setcalendar button.pull-right {
    background-color: #1faede; }
  .prt-setcalendar button.btn-success {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #777; }
  .prt-setcalendar table tr:first-child th:nth-of-type(2) {vertical-align: top;}

.prt-settimespulldown {
  position: relative; }
  .prt-settimespulldown select {
    min-width: 80px;
    height: 36px;
    padding: 0 1.2rem;
    background: url('/images/enterprise/icon_pulldown_blue.png') no-repeat right 1rem center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem; }

.prt-addskill {
  max-width: 1100px;
  margin: 3.6rem auto 9rem;
  background: url('/images/enterprise/icon_plus_gray.png') no-repeat right 3.4rem center;
  background-color: #f5f3ef;
  color: #3d3b38;
  font-size: 1.4rem; }
  .prt-addskill a {
    padding: 3.2rem;
    display: block; }
    .prt-addskill a:hover {opacity: .8;}
    .prt-addskill a span {
      padding-left: 2.4rem;
      display: block;
      position: relative; }
      .prt-addskill a span::before {
        content: "＋";
        position: absolute;
        top: 50%; left: 0;
        font-size: 1.8rem;
        transform: translateY(-50%); }

.area-castmanage {
  position: relative; }

.prt-castmanagehead {
  max-width: 1100px;
  margin: 0 auto 3rem; }

.prt-flexbox {
  max-width: 1100px;
  margin: 0 auto;
  display: flex; }
  .prt-flexbox--spacebetween {
    justify-content: space-between; }
  .prt-flexbox--center {
    justify-content: center; }
  .prt-flexbox--aligncenter {
    align-items: center; }
  .prt-flexbox--mt2rem {margin-top: 2rem;}
  .prt-flexbox--mb2rem {margin-bottom: 2rem;}
  .prt-flexbox--mt3rem {margin-top: 3rem;}
  .prt-flexbox--mb3rem {margin-bottom: 3rem;}
  .prt-flexbox--mt5rem {margin-top: 5rem;}
  .prt-flexbox--mb5rem {margin-bottom: 5rem;}
  .prt-flexbox__text {
    margin-top: 1rem;
    color: #8a8a8a;
    font-size: 1.2rem; }

.prt-pulldown2col {
  display: flex; }
  .prt-pulldown2col__col + .prt-pulldown2col__col {
    margin-left: 2.4rem; }
  .prt-pulldown2col__label {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1; }

.prt-searchbyword {
  width: 320px;
  display: flex; }
  .prt-searchbyword--w190 {width: 190px;}
  .prt-searchbyword--bottom3rem {margin-bottom: 3rem;}
  .prt-searchbyword input {
    width: calc(100% - 36px);
    height: 36px;
    padding: 0 1.2rem;
    background-color: #fff;
    border-top: 1px solid #d3d8dc;
    border-bottom: 1px solid #d3d8dc;
    border-left: 1px solid #d3d8dc;
    border-right: none;
    border-radius: 2px 0 0 2px;
    display: flex;
    align-items: center;
    font-size: 16px; }
  .prt-searchbyword a {
    width: 36px;
    height: 36px;
    background: url('/images/enterprise/icon_search_white.png') no-repeat center/16px auto;
    background-color: #1faede;
    border-radius: 0 2px 2px 0;
    display: block; }
    .prt-searchbyword a:hover {
      opacity: .8; }
  .prt-searchbyword select {
    padding: 0 2rem;
    margin-right: 1rem;  }

.freeword-search {
  color: #48485a;
  font-size: 1.4rem;
  margin-bottom: .5rem;}

.prt-bluebnrlist {
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center; }
  .prt-bluebnrlist__item {
    min-width: 180px; }
    .prt-bluebnrlist__item + .prt-bluebnrlist__item {
      margin-left: 2rem; }
    .prt-bluebnrlist__item a {
      padding: 1.2rem;
      background-color: #1faede;
      border-radius: 3px;
      display: block; }
      .prt-bluebnrlist__item a:hover {
        opacity: .8; }
    .prt-bluebnrlist__item--disabled a {
      background-color: #e5e8ec;
      pointer-events: none; }

.area-searchresult {
  max-width: 1100px;
  margin: 0 auto; }
  .area-searchresult__hit {
    margin-bottom: 1.2rem;
    color: #48485a;
    font-size: 1.4rem; }
    .area-searchresult__hit__num {
      display: inline-block;
      font-size: 2.6rem;
      font-weight: bold;
      letter-spacing: .1em; }
    .area-searchresult__hit__unit {
      margin: 0 .3rem;
      font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
      font-weight: bold; }
  .area-searchresult__head {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .area-searchresult__foot {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.prt-searchresultpulldown {
  width: 280px;
  color: #3d3b38;
  display: block;
  font-size: 1.4rem; }
  .prt-searchresultpulldown--w120 {width: 120px; }
  .prt-searchresultpulldown--w190 {width: 190px; }
  .prt-searchresultpulldown--w340 {
    width: 340px;
    margin-top: 1rem; }
  .prt-searchresultpulldown--fixed-phrase {
    margin-bottom: -3rem; }
  .prt-searchresultpulldown select {
    width: 100%;
    height: 36px;
    padding: 0 1.2rem;
    background: url('/images/enterprise/icon_pulldown_blue.png') no-repeat right 1rem center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem; }

.prt-searchresultlist {
  border: 1px solid #d0dadb; }
  .prt-searchresultlist__item {
    position: relative; }
    .prt-searchresultlist__item.selected {
      background-color: #eef5f7; }
    .prt-searchresultlist__item + .prt-searchresultlist__item {
      border-top: 1px solid #d0dadb; }
    .prt-searchresultlist__item--head {
      background-color: #f5f3ef;
      font-size: 1.2rem;
      text-align: center; }
      .prt-searchresultlist__item--head * {
        font-weight: bold;
        font-weight: 700; }

.prt-castlistsns {
  margin-top: 1rem;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .prt-castlistsns + .prt-castlistsns {
    margin-top: .5rem; }
  .prt-castlistsns__item {
    color: #1faede;
    width: calc((100% - 20px) / 2); }
    .prt-castlistsns__item--disabled {
      color: #666; }
    .prt-castlistsns__item a {
      padding-left: 2rem;
      display: block; }
      .prt-castlistsns__item:not(.disabled) a {
        text-decoration: underline; }
      .prt-castlistsns__item a:hover {
        opacity: .8; }
      .prt-castlistsns__item.twitter a {
        background: url('/images/enterprise/icon_twitter_on.png') no-repeat left center/1.4rem auto; }
        .prt-castlistsns__item--disabled.twitter a {
          background: url('/images/enterprise/icon_twitter_off.png') no-repeat left center/1.4rem auto;
          pointer-events: none;
          text-decoration: none; }
      .prt-castlistsns__item.instagram a {
        background: url('/images/enterprise/icon_instagram_on.png') no-repeat left center/1.4rem auto; }
        .prt-castlistsns__item--disabled.instagram a {
          background: url('/images/enterprise/icon_instagram_off.png') no-repeat left center/1.4rem auto;
          pointer-events: none;
          text-decoration: none; }
      .prt-castlistsns__item.youtube a {
        background: url('/images/enterprise/icon_youtube_on.png') no-repeat left center/1.4rem auto; }
        .prt-castlistsns__item--disabled.youtube a {
          background: url('/images/enterprise/icon_youtube_off.png') no-repeat left center/1.4rem auto;
          pointer-events: none;
          text-decoration: none; }
      .prt-castlistsns__item.tiktok a {
        background: url('/images/enterprise/icon_tiktok_on.png') no-repeat left center/1.4rem auto; }
        .prt-castlistsns__item--disabled.tiktok a {
          background: url('/images/enterprise/icon_tiktok_off.png') no-repeat left center/1.4rem auto;
          pointer-events: none;
          text-decoration: none; }

.prt-bluebnr {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  width: 100%; }
  .prt-bluebnr a {
    min-width: 60px;
    padding: 1.2rem;
    background-color: #1faede;
    border-radius: 3px;
    display: block; }
    .prt-bluebnr a:hover {
      opacity: .8; }
  .prt-bluebnr--disabled a {
    background-color: #e5e8ec;
    pointer-events: none; }
    .prt-bluebnr--disabled a:hover {
      opacity: 1; }

.prt-graybnr {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  width: 100%; }
  .prt-graybnr a {
    min-width: 60px;
    padding: 1.2rem;
    background-color: #868686;
    border-radius: 3px;
    display: block; }
    .prt-graybnr a:hover {
      opacity: .8; }

.prt-castlisttag {
  margin: 0 -.4rem .2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1; }
  .prt-castlisttag__item {
    margin: 0 .4rem .8rem;
    padding: .6rem .8rem;
    background-color: #f7f7f7;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    color: #1faede;
    display: block; }

.prt-aboutpagecaption {
  margin-bottom: 4rem;
  color: #858b94;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center; }
  .prt-aboutpagecaption a {
    text-decoration: underline;
    color: #1faede; }
    .prt-aboutpagecaption a:hover {opacity: .8; }
  .prt-aboutpagecaption__red {
    color: #f45e5f; }
  .prt-aboutpagecaption--mb20 {
    margin-bottom: 2rem; }

.prt-aboutofferhead {
  padding: 5rem 1.6rem;
  border-bottom: 1px solid #d0dadb; }
  .prt-aboutofferhead__text {
    color: #646464;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center; }

.area-createoffer {
  padding: 0 2rem 5rem; }

.prt-offerflow {
  max-width: 960px;
  margin: 5rem auto;
  color: #858b94;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center; }
  .prt-offerflow::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #d0dadb;
    top: 20px; left: 50%;
    transform: translateX(-50%); }
  .prt-offerflow__num {
    margin-bottom: 1rem;
    font-size: 2rem;
    position: relative; }
    .prt-offerflow__num__num {
      width: 40px;
      height: 40px;
      margin: 0 auto 1rem;
      background-color: #fff;
      border: 1px solid #d0dadb;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      .prt-offerflow__item--current .prt-offerflow__num__num {
        background-color: #1faede;
        border-color: #1faede;
        color: #fff; }
  .prt-offerflow__text {
    font-size: 1.3rem;
    font-weight: bold; }
    .prt-offerflow__item--current .prt-offerflow__text {
      color: #1faede; }

.prt-createofferbnrs {
  display: flex; }
  .prt-createofferbnrs__item + .prt-createofferbnrs__item {
    margin-left: 3rem; }

.prt-createofferbnr {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center; }
  .prt-createofferbnr--mw120 {
    max-width: 120px; }
  .prt-createofferbnr a,
  .prt-createofferbnr button {
    padding: 2rem;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-weight: bold; }
    .prt-createofferbnr a:hover,
    .prt-createofferbnr button:hover {opacity: .8; }
  .prt-createofferbnr--white a,
  .prt-createofferbnr--white button {
    background-color: #fff;
    border: 1px solid #1faede;
    color: #1faede; }
  .prt-createofferbnr--blue a,
  .prt-createofferbnr--blue button {
    background-color: #1faede;
    border: 1px solid #1faede;
    color: #fff; }
    .prt-createofferbnr--blue span {
      content: "";
      background: url("/images/model/more_next_white_24.png") no-repeat right center /auto 16px;
      padding-right: 3rem; }
  .prt-createofferbnr--disabled a,
  .prt-createofferbnr--disabled button {
    background: #e5e8ec url("/images/model/icon_more-next-white.png") no-repeat right 15px center /auto 14px;
    border: none;
    pointer-events: none;
    padding-right: 4rem; }

.dropzoneImageThumb {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative; }
  .dropzoneImageThumbDeleteButton {
    position: absolute;
    top: 0; right: 0;}
    .dropzoneImageThumbDeleteButton .entypo-cancel {
      width: 24px;
      height: 24px;
      background: url('/images/enterprise/icon_close_gray.png') no-repeat center/10px auto;
      background-color: #fff;
      border: 1px solid #a8a8ae;
      border-radius: 50%; 
      top: 0 !important; left: 0 !important; }

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #1faede;
  border-color: #ccc; }
.pagination>li>a,
.pagination>li>span {
  color: #646464; }
  .pagination>li>a:hover,
  .pagination>li>span:hover,
  .pagination>li>a:focus,
  .pagination>li>span:focus {
    color: #646464; }
.pagination-sm>li>a,
.pagination-sm>li>span {
  font-size: 1.3rem;
  width: 36px;
  height: 36px; }
.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.area-accountsetting {
  padding: 6rem 2rem; }
  .area-accountsetting__box {
    position: relative; }
    .area-accountsetting__box + .area-accountsetting__box {
      margin-top: 4rem; }
  .area-accountsetting__h {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1; }
  .area-accountsetting__bnr {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center; }
    .area-accountsetting__bnr + .area-accountsetting__bnr {
      margin-top: 1.6rem; }
    .area-accountsetting__bnr a {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      padding:  1.6rem;
      background-color: #1faede;
      border-radius: 3px;
      color: #fff;
      display: block;
      font-weight: bold; }
      .area-accountsetting__bnr--line a {
        background-color: #00B900; }
      .area-accountsetting__bnr a:hover {opacity: .8; }

#form3 .prt-formlist:first-child{
  margin-bottom:20px; }

.prt-messagetemplist {
  max-width: 1100px;
  margin: 4rem auto 0;
  border: 1px solid #d0dadb;
  font-size: 1.4rem; }
  .prt-messagetemplist__item {
    display: flex; }
    .prt-messagetemplist__item + .prt-messagetemplist__item {
      border-top: 1px solid #d0dadb; }
    .prt-messagetemplist__item--head {
      background-color: #f5f3ef;
      text-align: center; }
      .prt-messagetemplist__item--head .prt-messagetemplist__col {
        justify-content: center;
        font-weight: bold; }
  .prt-messagetemplist__col {
    width: calc(100% / 3);
    padding: 1rem;
    display: flex;
    align-items: center; }
    .prt-messagetemplist__col + .prt-messagetemplist__col {
      border-left: 1px solid #d0dadb; }
  .prt-messagetemplist__bnr {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center; }
    .prt-messagetemplist__bnr a {
      padding: 1rem;
      border-radius: 3px;
      display: block; }
      .prt-messagetemplist__bnr a:hover {opacity: .8; }
      .prt-messagetemplist__bnr--blue a {
        background-color: #1faede;
        color: #fff; }
      .prt-messagetemplist__bnr--gray a {
        background-color: #8a8a8a;
        color: #fff; }

.btn-warning {
  background-color: #ddd;
  border-color: #ccc;
  color: #48485a; }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning:hover {
    background-color: #ccc;
    border-color: #c0c0c0;
    color: #48485a; }

.prt-cautionnote {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  align-items: center; }
  .prt-cautionnote__label {
    margin-right: .8rem;
    padding: .6rem .8rem;
    background-color: #ffe2e2;
    border: 1px solid #ffe2e2;
    border-radius: 3px;
    color: #f45e5f;
    font-size: 1.1rem;
    line-height: 1;
    width: 95px; }
  .prt-cautionnote__red {
    margin-right: .8rem;
    color: #d0021b; }
  .prt-cautionnote__text {
    color: #333; }

.area-infoedithead {
  margin-bottom: 2.4rem;
  padding: 3.2rem 1.6rem;
  border-bottom: 1px solid #d0dadb; }
  .area-infoedithead__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center; }

.prt-infoeditheadbnr {
  margin: 4rem auto 0;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center; }
  .prt-infoeditheadbnr__item {
    min-width: 280px; }
    .prt-infoeditheadbnr__item + .prt-infoeditheadbnr__item {
      margin-left: 6rem; }
    .prt-infoeditheadbnr__item a {
      padding: 2.4rem 2rem;
      background-color: #1faede;
      border-radius: 4px;
      display: block; }
      .prt-infoeditheadbnr__item a:hover {opacity: .8; }

.modal-bg {
  min-height: 100vh;
  position: relative; }

  .dropdown-menu thead .btn {
    background-color: #1faede;
    color: #fff; }
  .dropdown-menu table th {
    vertical-align: top; }
  .dropdown-menu .h6 {
    display: none; }
  .btn-default {
    background-color: #1faede;
    color: #fff;
    border: none; }
    .btn-default:hover {
      background-color: #1faede;
      color: #fff;
      opacity: .8; }
    .btn-default span.text-muted {
      color: #999; }
    .btn-default span.text-info {
      color: #ff1b2d; }
    .btn-default.text-muted {
      color: #ddd;
      background-color: #1faede; }
    .btn-default.active {
      background-color: #fff; }
    .btn-default[disabled] {
      color: #333; }
  .btn-group .btn-info {
    padding: 1.2rem 1.6rem;
    background-color: #1faede;
    border-color: #1faede; }
    .btn-group .btn-info:hover {
      background-color: #1faede;
      border-color: #1faede; }
  .btn-danger {
    padding: 1.2rem 1.6rem;
    background-color: #b1d3de;
    border-color: #b1d3de; }
    .btn-danger:hover {
      background-color: #b1d3de;
      border-color: #b1d3de; }
  .btn-success {
    padding: 1.2rem 1.6rem;
    background-color: #ddd;
    border-color: #ddd; }
    .btn-success:hover {
      background-color: #ddd;
      border-color: #ddd; }
  .btn-info.active {
    background-color: #fff;
    border-color: #fff;
    color: #1faede; }
  .text-center small {
    font-weight: bold; }

  .active {
    color: black;
  }

  .inactive {
    color: #06ade0;
  }

  .normal-text {
    color: #000;
  }

  #allSpan {
    margin-right: 5px;
  }

  #recommendSpan {
    margin-left: 5px;
  }

  .span-container {
    font-family: HiraginoSans-W3;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  /*HBLAB 20210209 add css create offer*/


/* HBLAB 20210504 */
.search-result__condition{
  width: 465px;
  height: 34px;
  border: solid 0px #dddddd;
  background-color: #f5f3ef;
  display: flex;
}
.after-offer {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fcedf1;}
  .after-offer span {
    padding-right: 20px;}
    .after-offer_item {
      font-family: HiraginoSans-W3;
      font-size: 12px;
      line-height: 2;
      color: #000;}
.black-text {
  color: #000;
}
@media screen and (min-width: 769px) {
  .sp {display: none !important; }
}

@media screen and (max-width: 768px) {
  .after-offer {
    padding-top: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;}
    .after-offer_item {
      display: flex;}
  .pc {display: none !important; }

  select,textarea,input[type="text"] {
    font-size: 1.6rem !important; }

  .sp-body-margintop {
    margin-top: 60px; }

  .prt-flexbox__item {
    width: 100%;
    max-width: 414px; }

  .prt-searchbyword {
    width: 100%; }
    .prt-searchbyword input {
      width: calc(100% - 40px);
      height: 40px; }
    .prt-searchbyword a {
      width: 40px;
      height: 40px; }

  .prt-searchresultpulldown {
    width: 100%;
    max-width: 414px; }
    .prt-searchresultpulldown select {
      height: 40px;
      width: 150px; }
    .prt-searchresultpulldown--w100 select {
      width: 100%;
      margin-top: 1rem; }

  .prt-offercopypulldownrow {
    margin: 2rem 0 0; }
    .prt-offercopypulldownrow__item select {
      width: 120px; }

  .prt-sideusericon {
    padding: 1rem; }

  .area-side__inner {
    background-color: #1faede; }

  .prt-sidelogo {
    display: none; }

  .prt-sidemenu__item a {
    padding: 1.2rem 6rem 1.2rem 2.8rem; }
  .prt-sidemenu__item--sub {
    color: #3d3b38;
    position: relative; }
    .prt-sidemenu__item--sub a {
      padding: 1.6rem 1rem 1.6rem 4.8rem;
      background-color: #fff;
      display: block;
      border-bottom: 1px solid #d0dadb; }
  .prt-sidemenu__text {
    font-weight: bold;
    font-size: 1.2rem; }
  .prt-sidemenu__caption {
    margin-bottom: .2rem; }

  .prt-sideothermenu {
    padding: 2rem 0 6rem; }
    .prt-sideothermenu__item a {
      padding: 1rem 2rem; }

  .area-all {
    padding-left: 0; }

  .area-side {
    display: none; }

  .area-tabarea {
    padding: 2rem 1.6rem 0; }
    .area-tabarea__padding {
      padding: 3rem 0 2rem; }

  .area-searchresult__head {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .prt-pulldown2col__col {
      width: 100%; }
    .area-searchresult__head__col {
      width: 100%;
      text-align: right; }
    .prt-pulldown2col__col + .prt-pulldown2col__col {
      margin: 1rem 0 0 0; }

  .prt-tablist {
    font-size: 1.2rem;
    padding: 0 1.6rem; }
    .prt-tablist__item a {
      padding: .8rem; }

  .prt-pulldown2col {
    flex-wrap: wrap;
    margin-bottom: 3rem; }

  .area-all--fixbar, .area-all--fixbar .area-side {
    padding-bottom: 0; }

  .prt-pulldown2col__label {
    text-align: left; }

  .prt-pulldown2col__col + .prt-pulldown2col__col {
    margin-top: 1.6rem; }

  .prt-bluebnrlist {
    margin-top: 2rem; }
    .prt-bluebnrlist--wrap {
      flex-wrap: wrap;
      margin-top: 4rem; }
      .prt-bluebnrlist__item {
        width: 100%;
        margin: 0 auto; }
      .prt-bluebnrlist__item + .prt-bluebnrlist__item {
        margin: 2rem auto 0; }

  .area-main {
    margin: 7rem 0 3rem; }

  .prt-formlist__item {
    display: block; }
  .prt-formlist__th {
    width: 100%;
    padding: 1rem 1.6rem; }
  .prt-formlist__td {
    width: 100%;
    padding: 1rem 1.6rem; }

  .prt-aboutofferhead {
    padding: 3rem 1.6rem; }

  .prt-searchresultlist {
    border-top: none; }

  .prt-forminput3col label {
    width: 70px; }
  .prt-forminput3col input {
    width: 70px; }
    .prt-forminput3col input[type="button"] {
      margin: 0; }
    .prt-forminput3col__label {
      margin-right: .8rem; }
  .prt-forminput3col__unit {
    margin: 0 .6rem; }
  .prt-forminput3col input[type="button"] {
    margin: 0; }

  .prt-formlistflexbox {
    flex-wrap: wrap; }
    .prt-formlistflexbox__item {
      width: 280px; }
      .prt-formlistflexbox__item + .prt-formlistflexbox__item {
        margin: 1rem 0 0 0; }

  .prt-imgselect {
    flex-wrap: wrap; }
    .prt-imgselect__item + .prt-imgselect__item {
      margin: 1rem 0 0 0; }

  .prt-formname {
    flex-wrap: wrap; }
    .prt-formname input {
      margin-bottom: 1rem; }

  .prt-flexbox__col {
    padding: 0 1.6rem; }

  .prt-createofferbnrs {
    display: block;
    padding: 0 2rem; }
    .prt-createofferbnrs__item + .prt-createofferbnrs__item {
      margin: 2rem 0 0 0; }

  .prt-offerflow {
    padding: 0 1.6rem;
    margin: 3rem 0 2rem; }
    .prt-offerflow__text {
      display: none; }

  .prt-formbox__h {
    flex-wrap: wrap;
    padding: 0 2rem; }
  .prt-formbox__hcaption {
    margin: 1rem 0 0 0; }

  .prt-formcheckboxs--default .prt-formcheckboxs__item + .prt-formcheckboxs__item {
    margin-left: 0; }
  .prt-formcheckboxs--default .prt-formcheckboxs__item {
    padding: .4rem 2.4rem .8rem 0; }

  .prt-formlist__inputtext textarea {
    height: 250px; }
  .prt-formlist__period label {
    margin: .5rem 0; }

  .prt-formradios {
    display: block; }
    .prt-formradios__item + .prt-formradios__item {
      margin: 1.2rem 0 0 0; }

  .prt-formbox__heditlink {
    position: relative;
    width: 70px;
    margin: 2rem 0 0 auto; }

  .prt-searchresultlist {
    border: none; }
    .prt-searchresultlist__item {
      border: 1px solid #d0dadb;
      margin-bottom: 1rem; }

  .prt-formcheckboxs--2col .prt-formcheckboxs__item {
    width: calc((100% / 2) - 1rem); }

  .prt-formcheckboxs--3col .prt-formcheckboxs__item {
    width: calc(100% / 2); }

  .search-result__condition {
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    .search-result__condition form {
      width: 100%;
      margin-top: .7rem; }
    .search-result__condition form input {
      border: 1px solid #ddd;
      height: 34px; }

  .prt-flexbox--padding {
    padding: 0 2rem; }

  .prt-setcalendar input {
    width: calc(100% - 34px); }

  .prt-cautionnote {
    display: block; }

}

/*Hblab 20210331 start css for validation modal*/
.validationModal {
  max-width: 343px !important;
  padding: 3rem 0 0;
  background-color: #f7f7fb;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 50%;
}
.modal-box__catch {
  margin-bottom: 2.5rem;
  padding: 0 1.375rem;
  color: #39374f;
  font-size: 1rem;
}
.modal-box__text {
  margin-bottom: 4.525rem;
  padding: 0 1.375rem;
  color: #858b94;
  line-height: 2.00;
}
.modal-box__btn {
  padding: 1rem;
  background-color: #e5e8ec;
  color: #858b94;
  display: block;
}
.modal-content {
  border: none;
}

/*Hblab 20210331 end*/

/*Hblab 20210118 end*/

/*AnHV - Add loading item*/
.cloud-upload {
  width: 42px;
  height: 36.5px;
  margin: 29px auto 28.5px auto;
  object-fit: contain;
  background: url("/images/model/cloud-upload.png") no-repeat left center/42px auto;
}

.uploading-gif {
  width: 139px;
  height: 20px;
  margin: 28.5px auto 47px auto;
  background: url("/images/model/Fading_squares.gif") no-repeat left center/139px auto;
}
/*AnHV - Add loading item*/
.offerCast-left__row3 {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
  float: left;
}

.offerCast-left__attention::before {
  content: "";
  background-image: url(/images/client/common/attention.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 3px; }
.offerCast-left__attention {
  background-color: #ffe2e2;
  margin-left: auto;
  width: 45px;
  border-radius: 2px;
  font-size: 10px;
  text-align: center;
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
  font-weight: 600; }

/*AnHV - Add loading item*/

.notification-genre{
  width: 80px;
  height: 24px;
  margin-top: -3px;
  margin-right: 24px;
  padding: 3px 16px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}

.genre-blue{
  background-color: #50bedc;
}

.genre-red{
  background-color: #da2647;
}

.extend-website {
  display: flex;
  font-size: 10px;
}

.extend-website a {
  padding-left: 5px;
}

.castlist-extend-website-img {
  width: 14px;
  height: 14px;
}

