html body,
html button,
html input,
html select,
html textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.top_0 {
  margin-top: 0;
}

.top_10 {
  margin-top: 10px;
}

.top_20 {
  margin-top: 20px;
}

.top_40 {
  margin-top: 40px;
}

.bottom_20 {
  margin-bottom: 20px;
}

.bottom_40 {
  margin-bottom: 40px;
}

.padding_10 {
  padding: 10px;
}

.left_10 {
  margin-left: 10px;
}

.left_20 {
  margin-left: 20px;
}

.left_40 {
  margin-left: 40px;
}

.lr_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.lr_20 {
  margin-left: 20px;
  margin-right: 20px;
}

.table_90 {
  width: 90%;
}

.section {
  margin-bottom: 40px;
}

.clickable:hover {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.red_bold {
  color: red;
  font-weight: bold;
}

.bg-light-gray {
  background: #f3f3f2;
}

.border-radius-3 {
  border-radius: 3px;
}

.table_bottom_border {
  border-bottom: 1px solid #ddd;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.submit-div {
  float: right;
}

/*
* service page
 */
.service_edit_part {
  border-top: 1px solid #e9e9e9;
  clear: both;
}

.category_select .level-1 {
  margin-left: 30px;
}
.category_select .level-2 {
  margin-left: 60px;
}

.category_select .level-3 {
  margin-left: 90px;
}

.message_section {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.entry-content ul.service_taxonomy_items {
  margin: 0em auto;
}
.service_taxonomy_items,
.service_taxonomy_items ul {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}
.service_taxonomy_items li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.service_taxonomy_items li a {
  display: inline-block;
  background-color: aliceblue;
  color: #666;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  pointer-events: none;
}

.custtax {
  display: inline-block;
  background-color: aliceblue;
  color: #666;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}

.supplier_section {
  background: antiquewhite;
  font-size: 1rem;
  padding: 10px;
}
.supplier_section a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
.message_stop_accept {
  background: #efefef;
  font-size: 1rem;
  padding: 10px;
}
.entry_count_section {
  margin-bottom: 20px;
}
.entry_count_input {
  text-align: right;
  width: 80px;
}
.entry_count_label {
  font-weight: bold;
  margin-right: 20px;
}
.add-option-block-title {
  font-weight: bold;
}
.add-option-block-item {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
.add-option-block-item-name {
  width: 75%;
}
.add-option-block-item-price {
  width: 25%;
}
.entry_amount_input {
  width: 140px;
  margin-right: 5px;
}

.service_edit_part .pods-boolean label {
  padding-top: 11px;
  padding-bottom: 2px;
}

.pods-form-front .pods-field-input .pods-currency-container input {
  width: 200px;
}

.pods-form-front .pods-field-input .service-author-input {
  width: 100px;
}

/* rating */
span.comment-rating-star,
span.comment-rating-star span {
  display: block;
  background: url("images/star.png") 0 -16px repeat-x;
  width: 80px;
  height: 16px;
  margin: 0 0 10px;
}

span.comment-rating-star span {
  background-position: 0 0;
}

span.comment-average-star,
span.comment-average-star span {
  display: block;
  background: url("images/star.png") 0 -16px repeat-x;
  width: 80px;
  height: 16px;
}

span.comment-average-star span {
  background-position: 0 0;
}

#respond .comment-form .rating-label {
  display: inline-block;
  vertical-align: middle;
}

#respond .comment-form .rating-stars {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

#respond .comment-form .rating-stars:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

#respond .comment-form .rating-stars:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2;
  color: #d4d4d4;
}

#respond .comment-form .rating-stars:not(:checked) > label:before {
  content: "★ ";
}
#respond .comment-form .rating-stars > input:checked + label:hover,
#respond .comment-form .rating-stars > input:checked + label:hover ~ label,
#respond .comment-form .rating-stars > input:checked ~ label:hover,
#respond .comment-form .rating-stars > input:checked ~ label:hover ~ label,
#respond .comment-form .rating-stars > label:hover ~ input:checked ~ label {
  color: #ea0 !important;
}

#respond .comment-form .rating-stars > input:checked ~ label {
  color: #ea0 !important;
}

#respond .comment-form .rating-stars > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.title-average-rating {
}

.title-average-rating .comment-average-star {
  display: inline-block;
  vertical-align: middle;
}

.title-average-rating .average-rating-num,
.title-average-rating .average-rating-count {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
}

/*
* my orders page
*/
.order-list {
  margin: 0;
  border-top: 1px solid #898989;
  min-height: 760px;
}

.order-list .order-list-header-inner {
  position: relative;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
}

.order-list .order-list-inner:nth-child(2) {
  border-top: 1px solid #898989;
}

.order-list .order-list-inner {
  position: relative;
  text-align: center;
  border-top: 1px dotted #898989;
  padding: 12px 0;
}

.order-list-item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.order-list-item.client-name {
  width: 22%;
}

.order-list-item.service-name {
  width: 22%;
}

.order-list-item.total-price {
  width: 22%;
}

.order-list-item.apply-dt {
  width: 26%;
}

.order-list-item.status {
  width: 26%;
}

.order-list-item.complete-dt {
}

.order-list-item.service-name {
  width: 22%;
}

.order-list-item.option-name {
  font-size: 0.9em;
}

.complete-status-block {
  width: 100%;
  text-align: right;
  background-color: #f9f9f9;
  padding: 5px;
  margin-top: 12px;
}

.complete-status-block-title {
  font-weight: bold;
}

.complete-status-block label {
  margin-right: 5px;
}

.complete-status-block .complete_btn {
  padding: 7px 14px;
}

/*
* my services page
*/
.my-service-list {
  margin: 0;
  border-top: 1px solid #898989;
  min-height: 760px;
}

.my-service-list .my-service-list-header-inner {
  position: relative;
  text-align: center;
  padding: 12px 6px;
  font-weight: bold;
}

.my-service-list .my-service-list-inner:nth-child(2) {
  border-top: 1px solid #898989;
}

.my-service-list .my-service-list-inner {
  position: relative;
  text-align: center;
  border-top: 1px dotted #898989;
  padding: 12px 6px;
}

.my-service-list-item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.my-service-list-item.service-name {
  width: 30%;
}

.my-service-list-item.modified-dt {
  width: 25%;
}

.my-service-list-item.note {
  width: 30%;
}
.my-service-list-item.edit {
  width: 10%;
}

/*
* talk-item page
 */
#threadContent .threadColumn {
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
}
#threadContent .threadColumn.myMessage {
  background-color: aliceblue;
}
#threadContent .threadColumn .threadText .threadHeader {
  margin-bottom: 5px;
  padding-right: 4px;
}
#threadContent .threadColumn .threadText .threadHeader .threadUserName {
  float: left;
  font-weight: 700;
}
#threadContent .threadColumn .threadText .threadHeader .threadPostTime {
  text-align: right;
  font-size: 12px;
  color: #6b6b6b;
}
#threadContent .threadColumn .threadText .threadMessage {
  line-height: 1.45;
  margin-right: 10px;
}
#threadContent .threadColumn .threadText .clip {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

#infoListContent .infoListColumn {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  min-height: 58px;
}
#infoListContent .infoListColumn:hover {
  background-color: #fffdf0;
}
#infoListContent .infoListLink {
  text-decoration: none;
}
#infoListContent .infoListLink .infoListTitle {
  color: #666;
}
#infoListContent .infoListColumn .infoListText .left .infoListTitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
#infoListContent .infoListColumn .infoListText .left .infoListContent {
  color: gray;
  margin-bottom: 2px;
}
#infoListContent .infoListColumn .infoListText .infoListPostTime {
  font-size: 12px;
  float: right;
  text-align: center;
  color: #6b6b6b;
}
#infoListContent .infoListColumn.unRead {
  background-color: #e5f2e2;
}
.message-widget
  #infoListContent
  .infoListColumn
  .infoListText
  .left
  .infoListTitle {
  font-size: 12px;
}
.rel_service {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 10px;
}
.rel_service_title {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.rel_service_thumb {
  float: left;
  margin-right: 30px;
}
.rel_service_thumb .wp-post-image {
  width: 300px;
  height: 150px;
  object-fit: cover;
}
.rel_service_name {
  float: none;
  overflow: hidden;
}
.rel_service_name h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
}
.rel_service_name .art-btn > a {
  margin: 0 0 10px;
}

/*
* service edit page
 */
.pods-field__container.pods-field-option.pods-field-html-class {
  margin-top: 30px;
}

.pods-field__container.pods-field-option.pods-field-html-class label {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}

.pods-field__container.pods-field-option.pods-field-html-class.pods-form-ui-row-name-wpm-option1-price,
.pods-field__container.pods-field-option.pods-field-html-class.pods-form-ui-row-name-wpm-option2-price,
.pods-field__container.pods-field-option.pods-field-html-class.pods-form-ui-row-name-wpm-option3-price,
.pods-field__container.pods-field-option.pods-field-html-class.pods-form-ui-row-name-wpm-option4-price,
.pods-field__container.pods-field-option.pods-field-html-class.pods-form-ui-row-name-wpm-option5-price {
  margin-top: -10px;
}

/*
* service set detail page
 */
.current_terms_list li {
  list-style: none;
  margin: 4px 0;
}
.current_terms_list li a {
  pointer-events: none;
  color: #999;
}
.term_top_message {
  color: #000;
}
ul.term_set_message {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
}
ul.term_set_message li {
  margin-left: 0.5em;
  color: #000;
}

/*
* Payment CC page
 */
.payment_section .payment_message {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #333;
}
.payment_section table,
.payment_section th,
.payment_section td {
  border: none;
}
.payment_section table {
  width: 75%;
}

.payment_section .payment_service_name {
  font-size: 1.1rem;
}
.payment_section .opt_name {
  padding-left: 10px;
}
.payment_section .payment_service_price,
.payment_section .opt_price,
.payment_section .campaign_price,
.payment_section .payment_price {
  text-align: right;
}
.payment_section #card-errors {
  background: #ffebeb;
}

/*
* my favorite
 */
.breadcrumbs .favorite_service_form {
  display: none;
}
header.entry-header {
  position: relative;
}
.favorite_service_form {
  position: absolute;
  right: 0;
  bottom: 5px;
}
input[type="submit"].btn-add-favorite,
input[type="submit"].btn-remove-favorite {
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-right: 10px;
  box-shadow: none;
}
input[type="submit"].btn-remove-favorite {
  background: url("images/favorite-orange.png") 0 0 no-repeat;
}
input[type="submit"].btn-add-favorite {
  background: url("images/favorite-dark.png") 0 0 no-repeat;
}
input[type="submit"].btn-remove-favorite:hover,
input[type="submit"].btn-add-favorite:hover {
  cursor: pointer;
  opacity: 0.5;
}

/*
* admin media uploader
 */
.media-modal .attachment-info a.edit-attachment {
  display: none;
}

.art-btn > a {
  color: #fff;
  margin: 3px 0;
  padding: 10px 15px;
  text-shadow: none;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}
.art-btn > a:hover,
.dwqa-ask-question a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.art-btn > a:focus,
.dwqa-ask-question a:focus {
  color: #fff;
  text-decoration: none;
}
.art-btn > a:after,
.dwqa-ask-question a:after {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  margin-left: 2px;
}
.art-btn .disable-btn,
.art-btn .disable-btn:hover,
.art-btn .disable-btn:focus {
  color: #777;
  background: #e0e0e0;
  pointer-events: none;
  border: 1px solid #979797;
}

.entry-disable-btn,
.entry-disable-btn:hover,
.entry-disable-btn:focus {
  color: #777;
  background: #e0e0e0;
  pointer-events: none;
  border: 1px solid #979797;
  margin: 10px 5px;
  padding: 10px 15px;
  text-shadow: none;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}

.sidebar .widget .art-btn > a {
  color: #fff;
}
.sidebar .widget .art-btn > a:hover {
  text-decoration: none;
}

textarea {
  height: 150px;
}

textarea:focus {
  border-bottom: 1px solid #5cb3fd !important;
}

/**
 * for Search and Filter
 */
.searchandfilter input[type="text"],
.searchandfilter select {
  height: 43px;
}
.searchandfilter ul {
  margin-left: 0;
  padding-left: 0;
}
.searchandfilter input[type="text"],
.searchandfilter select#ofcategory1,
.searchandfilter select#ofcategory2,
.searchandfilter select#ofcategory3,
.searchandfilter select#ofcategory4 {
  width: 200px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/**
 * for Search result Page
 */
.archive .list-article {
  border-top: none;
}

/*
 * top page
 */
.hero_search li input {
  vertical-align: top;
}
.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 30%;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
}
.latest-service-list-item-thumb {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.latest-service-list-item-service-name {
  float: none;
  overflow: hidden;
  text-align: center;
}
.latest-service-list-item-service-name h2 {
  font-size: 20px;
  font-weight: 500;
}
.latest-service-list-item-service-name a:hover {
  text-decoration: none;
}
.request-top {
  max-width: 800px;
  margin: 0 auto 100px;
}
.all-requests {
  text-align: center;
  margin-top: 40px;
  display: block;
}
#request-content .request-column {
  border-bottom: 1px solid #eee;
  padding: 15px;
  min-height: 58px;
  margin-bottom: 2px;
}
#request-content .request-column:hover {
  background-color: #fffdf0;
}
#request-content .request-link {
  text-decoration: none;
}
#request-content .request-title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
#request-content .request-due-date {
  float: right;
  font-size: 12px;
}
.request-top .new-request-btn {
  float: none;
  font-size: 0.875rem;
}
.request-top .request-login-info {
  float: none;
  font-size: 12px;
}
.request-top .new-request-btn-part {
  border-bottom: none;
}

/*
 * request-list
 */
.new-request-btn {
  float: right;
}
.new-request-btn-part {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}
.request-login-info {
  float: right;
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
/*
 * request-detail
 */
.request-detail h1 {
  font-size: 32px;
  font-weight: normal;
}
.request-closed {
  padding: 10px 0;
  color: #ff00009e;
  font-size: 16px;
}
.request-note {
  padding: 10px;
  border: solid 1px #ffbfcb;
  margin-bottom: 20px;
}
.req-edit-btn {
  float: right;
}
.req-edit {
  float: left;
}
.req-cancel {
  float: left;
  margin-left: 20px;
}
.req-cancel input {
  background-color: white;
  border: #ccc solid 1px;
  color: #999;
}
.request-content {
  clear: both;
}

/*
 * Pagination
 */
.pods-pagination-advanced {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.pods-pagination-advanced span,
.pods-pagination-advanced a {
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  font-size: 14px;
  background-color: #ccc;
  line-height: 1;
  margin-right: 3px;
  color: #fff;
}
.pods-pagination-advanced .pods-pagination-current {
  color: #fff;
  background-color: #1e73be;
}

@media screen and (max-width: 720px) {
  .rel_service_thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .searchandfilter li {
    display: block;
  }
  .searchandfilter input[type="text"],
  .searchandfilter select#ofcategory1,
  .searchandfilter select#ofcategory2,
  .searchandfilter select#ofcategory3,
  .searchandfilter select#ofcategory4 {
    width: 250px;
  }

  .add-option-block-item {
    width: 100%;
  }

  .payment_section table {
    width: 100%;
  }

  .latest-service-list-item {
    flex-basis: 45%;
    margin-right: 16px;
  }
}
