@charset "UTF-8";
#content.full {
  float: none;
  width: 100%;
}
#content section {
  margin: 0 0 40px;
}
.header {
  margin: 0 0 40px;
}
.breadcrumb {
  margin: 0 0 40px;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.breadcrumb ol li + li {
  border-left-color: transparent;
}
.breadcrumb ol li.current {
  background: #ccc;
}
ul.form-navi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.form-navi li + li {
  margin: 0 0 0 20px;
}
ul.form-navi li a {
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
}
ul.form-navi li a::after {
  content: "";
  background: url(../images/common/arrows/book-cd-arrow_wh@2x.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 1em;
  vertical-align: middle;
  width: 17px;
  height: 17px;
}
ul.form-navi li.corporation a {
  background: #094;
}
ul.form-navi li.personal a {
  background: #4e88b6;
}
.usces-cart #content .cart-body {
  margin: 20px 0 0;
}
.usces-cart #content .cart-body #cart table {
  margin: 20px 0 0;
  width: 100%;
}
.usces-cart #content .cart-body #cart table td,
.usces-cart #content .cart-body #cart table th {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.usces-cart #content .cart-body .upbutton {
  text-align: right;
}
.usces-cart #content .cart-body .send {
  margin: 20px 0 0;
  text-align: right;
}
.usces-cart #content .catbox {
  background-image: none;
  background-repeat: no-repeat;
  border-top: none;
  margin: 0;
  padding: 0;
}
.about #content section {
  margin: 0 0 40px;
}
.about #content section .row {
  display: flex;
}
.about #content section:nth-of-type(1) h3 {
  color: #f27213;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.about #content section:nth-of-type(1) .row .column.left {
  width: 30%;
}
.about #content section:nth-of-type(1) .row .column.right {
  margin: 0 0 0 20px;
  width: 70%;
}
.about #content section:nth-of-type(1) .row .column.right p {
  font-size: 16px;
}
.about #content section:nth-of-type(1) .pattern ul {
  background: #f9f9f9;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  line-height: 1.4;
  margin-top: 20px;
  font-size: 16px;
}
.about #content section:nth-of-type(1) .pattern ul li {
  list-style: disc;
  padding-top: 10px;
}
.about #content section:nth-of-type(1) .pattern ul li p {
  padding-top: 6px;
}
.about #content section:nth-of-type(1) .pattern ul li:first-child {
  padding-top: 0;
}
.about #content section:nth-of-type(1) .row .column.right ul li {
  list-style-type: disc;
  margin: 0 0 0 1.5em;
}
.about #content section:nth-of-type(1) .links ul {
  display: flex;
  margin: 20px 0 0;
}
.about #content section:nth-of-type(1) .links ul li {
  width: 100%;
}
.about #content section:nth-of-type(1) .links ul li + li {
  margin: 0 0 0 20px;
}
.about #content section:nth-of-type(2) h2 {
  margin: 0;
}
.about #content section:nth-of-type(2) ul {
  margin: 24px 0 0;
}
.about #content section:nth-of-type(2) ul li {
  margin: 0 0 33px 0;
}
.about #content section:nth-of-type(2) ul li span {
  display: block;
  padding: 10px 10px 0 10px;
}
.about #content section:nth-of-type(2) ul li .label {
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  color: #111;
  font-weight: 700;
  padding: 15px 0 0 10px;
}
.about #content section:nth-of-type(2) ul li .label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #094;
}
.about #content section:nth-of-type(2) ul li .text {
  font-size: 15px;
  line-height: 1.75;
  color: #111;
  font-weight: 400;
  margin-top: 7px;
  padding-left: 20px;
}
.about #content section:nth-of-type(3) .column-wrap {
  margin-top: 24px;
}
.about #content section:nth-of-type(3) h2 {
  margin-bottom: 0;
}
.about #content section:nth-of-type(3) .column {
  margin-bottom: 33px;
}
.about #content section:nth-of-type(3) .column .label {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  color: #111;
  font-weight: 700;
  padding: 15px 0 0 10px;
}
.about #content section:nth-of-type(3) .column .label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #094;
}
.about #content section:nth-of-type(3) .column p {
  font-size: 15px;
  line-height: 1.75;
  color: #111;
  font-weight: 400;
  margin-top: 7px;
  padding-left: 20px;
}
.about #content section:nth-of-type(3) .column .thumb {
  margin: 20px auto 0;
  text-align: center;
  width: 510px;
}
.about #content section:nth-of-type(3) .application {
  margin: 20px 0 0;
}
.about #content section:nth-of-type(3) .application ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about #content section:nth-of-type(3) .application ul li {
  margin: 0 10px;
  width: 200px;
}
.about .breadcrumb {
  margin: 0 auto 40px;
}
.about .breadcrumb ul {
  display: flex;
  overflow: hidden;
}
.about .breadcrumb ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
.about .section {
  margin: 40px 0 0;
}
.about .section h2 {
  margin: 0 0 10px;
}
.about .notice {
  margin: 10px 0 0;
}
.about .submit {
  margin: 40px 0 0;
  text-align: center;
}
.about.sample .notes {
  color: #f27213;
  font-weight: 700;
}
.about #content table input,
.about #content table select,
.about #content table textarea,
.about #content table .row textarea {
  border: 1px solid #bbb;
  border-radius: 0;
}
.about #content table select {
  width: 100px;
  background: #fff;
}
_::-webkit-full-page-media,
_:future,
:root .about #content table select {
  -webkit-appearance: none;
}
_::-webkit-full-page-media,
_:future,
:root .about #content table td.select-wrap {
  position: relative;
}
_::-webkit-full-page-media,
_:future,
:root .about #content table td.select-wrap::after {
  content: "";
  position: absolute;
  left: 90px;
  top: 48%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.about .mw_wp_form table {
  font-size: 12px;
  table-layout: fixed;
  width: 100%;
}
.about .mw_wp_form table td,
.about .mw_wp_form table th {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.about .mw_wp_form table th {
  font-weight: 400;
  padding: 10px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 200px;
  vertical-align: top;
}
.about .mw_wp_form table th.bg-color {
  background: #f6f6f6;
  font-weight: bold;
  padding: 20px;
}
.about .mw_wp_form table td {
  padding: 20px;
}
.about .mw_wp_form table td.non-pdr {
  padding-right: 0;
}
.about .mw_wp_form table td span.mwform-tel-field,
.about .mw_wp_form table td span.mwform-zip-field {
  font-size: 16px;
}
.about .mw_wp_form table td.font-bold .mwform-checkbox-field-text,
.about .mw_wp_form table td.font-bold p {
  font-weight: bold;
}
.about .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px;
}
.about .mw_wp_form table th.required {
  padding: 20px;
  background: #f6f6f6;
}
.about .mw_wp_form table th.required .required-wrap {
  font-weight: bold;
}
.about .mw_wp_form table th.required .required-wrap::after {
  content: "必須";
  display: block;
  width: 30px;
  background: #990000;
  color: #fff;
  padding: 4px;
  text-align: center;
}
.about .mw_wp_form table.child tr select {
  padding: 10px;
}
.about .mw_wp_form table.child tr select {
  padding: 10px;
}
.about .mw_wp_form table.child td,
.about .mw_wp_form table.child th {
  border: none;
  padding: 0;
}
.about .mw_wp_form table.child th {
  line-height: 1.8;
  vertical-align: inherit;
  white-space: nowrap;
  width: 100px;
}
.about .mw_wp_form table.child tr.kensetsu > td,
.about .mw_wp_form table.child tr.kensetsu > th {
  padding: 0 0 10px;
}
.about .mw_wp_form table.child tr.journal {
  border-top: 1px dashed #ccc;
}
.about .mw_wp_form table.child tr.journal > td,
.about .mw_wp_form table.child tr.journal > th {
  padding: 10px 0 0;
}
.about .mw_wp_form table .radio {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.about .mw_wp_form table .bordertop {
  padding: 20px 20px 0 0;
}
.about .mw_wp_form table .bordertop .zokango {
  margin: 20px 0 0;
}
.about .mw_wp_form table input,
.about .mw_wp_form table textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px;
}
.about .mw_wp_form table input[type="radio"] {
  display: none;
}
.about .mw_wp_form table .mwform-radio-field-text {
  padding: 0 0 0 24px;
  position: relative;
}
.about .mw_wp_form table .mwform-radio-field-text::before {
  content: "";
  border: 1px solid #666;
  border-radius: 10px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.about
  .mw_wp_form
  table
  input[type="radio"]:checked
  + .mwform-radio-field-text::before {
  border-color: #0078d7;
}
.about
  .mw_wp_form
  table
  input[type="radio"]:checked
  + .mwform-radio-field-text::after {
  content: "";
  display: block;
  background: #0078d7;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  z-index: 100;
}
.about .mw_wp_form table.start-day {
  table-layout: inherit;
  width: auto;
}
.about .mw_wp_form table.start-day td {
  border: none;
  padding: 0;
}
.about .mw_wp_form table.start-day tr.input-row td {
  white-space: nowrap;
}
.about .mw_wp_form table tr.item {
  border-top: 1px dashed #ccc;
}
.about .mw_wp_form table tr.border-top {
  border-top: 1px dashed #ccc;
}
.about .mw_wp_form table tr.input-row,
.about .mw_wp_form table tr.errow-row {
  border-top: none;
}
.about .mw_wp_form table tr.input-row input {
  padding: 2px;
}
.about .mw_wp_form table tr.payment .only-input {
  margin: 10px 0 0;
}
.about .mw_wp_form table tr td textarea {
  width: 700px;
}
.about .mw_wp_form table tr.date table.child tr.journal > td,
.about .mw_wp_form table tr.date table.child tr.journal > th {
  padding: 10px 0 20px;
}
.about .mw_wp_form table tr.date table.child tr.kensetsu > td,
.about .mw_wp_form table tr.date table.child tr.kensetsu > th {
  padding: 20px 0 10px;
}
.about .mw_wp_form table tr.address table td,
.about .mw_wp_form table tr.address table th {
  padding: 5px;
}
.about .mw_wp_form table tr.kikkake td .row {
  margin: 5px 0;
}
.about .mw_wp_form .error {
  margin: 10px 0 0;
}
.about .mw_wp_form.mw_wp_form_confirm .only-input {
  display: none;
}
.about .mw_wp_form.mw_wp_form_confirm table tr.item .bordertop {
  border-top: none;
  margin: 0;
  padding: 0;
}
.about .mw_wp_form.mw_wp_form_confirm table tr.item .zokango {
  margin: 0;
}
.about .mw_wp_form.mw_wp_form_confirm table tr.item .zokango .zokango_select {
  margin: 10px 0 0;
}
.about .mw_wp_form.mw_wp_form_confirm table.child tr.kensetsu > td,
.about .mw_wp_form.mw_wp_form_confirm table.child tr.kensetsu > th {
  padding: 0;
}
.about .mw_wp_form.mw_wp_form_confirm table.child tr.kensetsu + tr.journal > td,
.about
  .mw_wp_form.mw_wp_form_confirm
  table.child
  tr.kensetsu
  + tr.journal
  > th {
  padding: 0 0 10px;
}
.privacy #content .date {
  text-align: right;
}
.privacy #content p {
  margin: 0 0 20px;
}
.privacy #content ol li {
  margin: 0 0 10px 0;
}
.privacy #content ol li .text {
  margin: 0 0 0 2em;
}
.privacy #content .signature {
  text-align: right;
}
@media screen and (max-width: 820px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .about .inner,
  .about-tohoku-journal .inner,
  .ad .inner,
  .kensetsu-sinbun-data .inner {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .header {
    margin: 0 0 20px;
  }
  .breadcrumb {
    margin: 0 0 20px;
  }
  .breadcrumb ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .breadcrumb ol li {
    width: 100%;
    text-align: left;
  }
  .breadcrumb ol li + li {
    border-left-color: #000;
    border-top-color: transparent;
  }
  ul.form-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.form-navi li {
    margin: 0 auto;
  }
  ul.form-navi li + li {
    margin: 20px auto 0;
  }
  .about #content .header h1 span {
    display: block;
    padding-top: 3px;
    padding-left: 8px;
    font-size: 14px;
  }
  .about #content section h2 span {
    display: block;
    margin: 1em 0 0 1em;
  }
  .about #content section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about #content section:nth-of-type(1) .row .column.left {
    margin: 0 auto;
    width: auto;
  }
  .about #content section:nth-of-type(1) .row .column.right {
    margin: 20px auto 0;
    width: auto;
  }
  .about #content section:nth-of-type(1) .row .column.right p {
    font-size: 14px;
  }
  .about #content section:nth-of-type(1) .row .column.right ul li p span {
    display: block;
    margin: 1em 0 0;
    text-align: center;
  }
  .about #content section:nth-of-type(1) .pattern ul {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
  }
  .about #content section:nth-of-type(1) .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about #content section:nth-of-type(1) .links ul li + li {
    margin: 10px 0 0;
  }
  .about #content section:nth-of-type(2) ul li {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about #content section:nth-of-type(2) ul li .label {
    margin-left: -10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .about #content section:nth-of-type(2) ul li .label::before {
    width: 60px;
  }
  .about #content section:nth-of-type(2) ul li .text {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .about #content section:nth-of-type(3) .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .about #content section:nth-of-type(3) .column p {
    margin-left: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .about #content section:nth-of-type(3) .column.left {
    border-right-width: 1px;
    border-bottom-width: 0;
  }
  .about #content section:nth-of-type(3) .application ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about #content section:nth-of-type(3) .application ul li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .about #content section:nth-of-type(3) .application ul li:last-child {
    margin: 0;
  }
  .about #content section:nth-of-type(3) .column .label {
    margin-left: -10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .about #content section:nth-of-type(3) .column .label::before {
    width: 60px;
  }
  .about #content section:nth-of-type(3) .column .label .text {
    padding-left: 10px;
    margin-top: 0;
    font-size: 14px;
  }
  .about #content section:nth-of-type(3) .column .thumb {
    width: 100%;
  }
  .about .breadcrumb ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .breadcrumb ul li {
    border-right-color: #000;
    margin: 0;
    padding: 10px;
    text-align: left;
  }
  .about .breadcrumb ul li + li {
    border-top-color: transparent;
    border-left-color: #000;
  }
  .about .submit {
    margin: 40px 0 20px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .about #content table td.select-wrap::after {
    top: 40%;
  }
  .about .mw_wp_form table td {
    border: none;
    display: block;
  }
  .about .mw_wp_form table th {
    border-top: 1px dashed #ccc;
    display: block;
  }
  .about .mw_wp_form table th {
    background: #ccc;
    width: auto;
  }
  .about .mw_wp_form table th.required .required-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .about .mw_wp_form table th.required .required-wrap::after {
    margin-left: auto;
  }
  .about .mw_wp_form table tr.date table.child tr.journal > th {
    padding: 0;
  }
  .about .mw_wp_form table tr.date table.child tr.journal > td {
    padding: 0 0 20px;
  }
  .about .mw_wp_form.mw_wp_form_confirm table tr.date > td {
    padding: 20px;
  }
  .about .mw_wp_form table.child td,
  .about .mw_wp_form table.child th {
    padding: 0;
  }
  .about .mw_wp_form table.child th {
    background: 0 0;
    margin: 0 0 10px;
  }
  .about .mw_wp_form table.child tr.journal {
    display: block;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .about .mw_wp_form.mw_wp_form_confirm table.child tr.journal {
    display: block;
    margin: 0;
    padding: 0;
  }
  .about .mw_wp_form table.start-day tr.input-row td,
  .about .mw_wp_form table.start-day tr.input-row th {
    display: table-cell;
  }
  .about .mw_wp_form table tr.item {
    border-top: none;
  }
  .about .mw_wp_form table tr.border-top {
    border-top: none;
  }
  .about .mw_wp_form table td span.mwform-tel-field,
  .about .mw_wp_form table td span.mwform-zip-field {
    font-size: 14px;
  }
  .about .mw_wp_form table .bordertop {
    margin: 10px 0 0;
    padding: 10px 20px 0 0;
  }
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(1)
    table
    tr:first-of-type
    .mwform-radio-field.horizontal-item {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
  }
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(1)
    table
    tr:nth-of-type(3)
    .mwform-radio-field.horizontal-item {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
  }
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(2)
    table
    tr:last-of-type
    table.child
    td,
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(2)
    table
    tr:last-of-type
    table.child
    th {
    display: table-cell;
    padding: 0 0 10px;
  }
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(4)
    table
    tr:last-of-type
    .row:nth-of-type(2) {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about.subscription
    .mw_wp_form
    .section:nth-of-type(4)
    table
    tr:last-of-type
    .row:nth-of-type(2)
    .mwform-checkbox-field.horizontal-item {
    margin: 0;
  }
  .about.sample .mw_wp_form table table.child td,
  .about.sample .mw_wp_form table table.child th {
    display: table-cell;
    padding: 0 0 10px;
  }

  .legal #content table td,
  .legal #content table th {
    display: block;
    border: none;
  }
  .legal #content table th {
    background: #ccc;
  }
  .usces-cart #content #cart-wrap {
    overflow-x: scroll;
  }
  .usces-cart #content #cart td.productname {
    white-space: nowrap;
  }
  .usces-cart #content #cart#cart table#cart_table {
    table-layout: fixed;
    min-width: 100%;
  }
  .usces-cart #content #cart .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
  }
} 
/* 個人情報保護方針 */ /* 特定商取引に関す表示 */ 
.privacy #content .date {
  margin: 0 7px 20px 0;
}
.privacy #content .signature {
  margin: 20px 7px 0 0;
}
.legal #content table tr {
  border-top: 1px solid #bbb;
}
.legal #content table tr:last-child {
  border-bottom: 1px solid #bbb;
}
.legal #content table td,
.legal #content table th {
  padding: 10px 20px;
}
.legal #content table th {
  font-weight: 900;
  background-color: #eee;
  width: 7em;
  text-align: left;
}
.legal #content table .commission {
  padding: 10px 0;
}
.legal #content table .commission dt {
  font-weight: 900;
}

@media screen and (max-width: 820px) {
  .privacy #content .date {
    margin: 0 14px 20px 0;
  }
  .privacy #content .signature {
    margin: 20px 14px 0 0;
  }
  .legal #content table tr:last-child {
    border-bottom: none;
  }
  .legal #content table td,
  .legal #content table th {
    padding: 10px 15px;
  }
  .legal #content table th {
    width: calc(100% - 30px);
  }
} 
/* 共通お問い合わせフォーム */
#mw_wp_form_mw-wp-form-79.mw_wp_form_confirm .display-none,
#mw_wp_form_mw-wp-form-737.mw_wp_form_confirm .display-none,
#mw_wp_form_mw-wp-form-760.mw_wp_form_confirm .display-none,
#mw_wp_form_mw-wp-form-764.mw_wp_form_confirm .display-none,
#mw_wp_form_mw-wp-form-982.mw_wp_form_confirm .display-none {
  display: none;
}
#mw_wp_form_mw-wp-form-79.mw_wp_form_confirm
  table
  th.required
  .required-wrap::after,
#mw_wp_form_mw-wp-form-737.mw_wp_form_confirm
  table
  th.required
  .required-wrap::after,
#mw_wp_form_mw-wp-form-760.mw_wp_form_confirm
  table
  th.required
  .required-wrap::after,
#mw_wp_form_mw-wp-form-764.mw_wp_form_confirm
  table
  th.required
  .required-wrap::after,
#mw_wp_form_mw-wp-form-982.mw_wp_form_confirm
  table
  th.required
  .required-wrap::after {
  display: none !important;
}
.contact-textFont-bold {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}
.form-comp-text {
  text-align: center;
  font-weight: bold;
}
#mw_wp_form_mw-wp-form-79.mw_wp_form_confirm table td {
  font-size: 13px;
}
@media screen and (max-width: 820px) {
  .contact-textFont-bold {
    font-size: 12px;
  }
  #mw_wp_form_mw-wp-form-79.mw_wp_form_confirm table td {
    font-size: 10px;
  }
} 

/* 建設新聞・東北ジャーナル・無料見本誌申し込み */
.about .breadcrumb ul li {
  padding: 20px 30px 20px 10px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.about .breadcrumb ul li {
  background-color: #B3B3B3;
}
.about .breadcrumb ul li.current {
  background-color: #00c3b9;
}
.about .breadcrumb ul li::before {
  position: absolute;
  top: 10px;
  left: 30px;
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .breadcrumb ul li::after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
}
.about .breadcrumb ul li:first-child:after {
  right: 0;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 15px solid #b3b3b3;
}
.about .breadcrumb ul li:first-child.current:after {
  border-left: 15px solid #00c3b9;
}
.about .breadcrumb ul li:nth-of-type(2):after {
  right: 0;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 15px solid #b3b3b3;
}
.about .breadcrumb ul li:nth-of-type(2).current:after {
  border-left: 15px solid #00c3b9;
}
.about .breadcrumb ul li:nth-of-type(3).current:after {
  border-left: 15px solid #00c3b9;
}
.about .breadcrumb ul li:first-child::before {
  background-image: url(../images/common/bar/step1.svg);
}
.about .breadcrumb ul li:nth-of-type(2)::before {
  background-image: url(../images/common/bar/step2.svg);
}
.about .breadcrumb ul li:nth-of-type(3):before {
  background-image: url(../images/common/bar/step3.svg);
}
.about .breadcrumb ul li:first-child.current::before {
  background-image: url(../images/common/bar/step1_active.svg);
}
.about .breadcrumb ul li:nth-of-type(2).current::before {
  background-image: url(../images/common/bar/step2_active.svg);
}
.about .breadcrumb ul li:nth-of-type(3).current::before {
  background-image: url(../images/common/bar/step3_active.svg);
}
.about #content table input,
.about #content table select,
.about #content table textarea,
.about #content table .row textarea {
  font-size: 13px;
}

.about #content table select {
  color: #000;
}
.about #content table tr.date input:disabled {
  background-color: #ddd;
}
.about #content table .zokango .vertical-item label,
.about #content table td.font-bold .horizontal-item label {
  display: flex;
  align-items: center;
}
.about #content table .zokango .vertical-item label input,
.about #content table td.font-bold .horizontal-item label input,
.about #content table tr.kikkake .horizontal-item label input {
  margin-top: 2px;
  accent-color: #0078d7;
}
.about .mw_wp_form table tr.date > td {
  padding: 0 0 0 20px;
}
.about .mw_wp_form table tr.kikkake td .row {
  display: flex;
  align-items: center;
}
.about .mw_wp_form table tr.kikkake td .row label {
  display: flex;
  align-items: center;
}
.about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.journal > td,
.about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.journal > th,
.about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.kensetsu > td,
.about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.kensetsu > th {
  padding: 20px 0;
}
.about .mw_wp_form_confirm table.child tr.journal {
  border-top: none;
}
.about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr:nth-of-type(2).journal {
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 820px) {
  /* 建設新聞・東北ジャーナル・無料見本誌申し込み */
  .about .breadcrumb ul li {
    padding: 20px 30px 20px 60px;
    margin-bottom: 10px;
  }
  .about .breadcrumb ul li::before {
    left: 10px;
  }
  .about #content table input,
  .about #content table select,
  .about #content table textarea,
  .about #content table .row textarea {
    font-size: 11px;
  }
  .about #content table .zokango .vertical-item label input,
  .about #content table td.font-bold .horizontal-item label input,
  .about #content table tr.kikkake .horizontal-item label input {
    padding: 5px 10px;
  }
  .about .mw_wp_form table tr.date table.child tr.kensetsu > td {
    padding: 0 20px 0 0;
  }
  .about .mw_wp_form table tr.kikkake td .row {
    flex-wrap: wrap;
    align-items: center;
  }
  .about .mw_wp_form table tr.kikkake td .row.left-alignment{
    align-items: flex-start;
  }
  .about .mw_wp_form table tr.kikkake td .row label {
    margin: 6px 0;
  }
  .about .mw_wp_form table tr.kikkake td .row.sp-space input[type="text"] {
    margin-left: 0;
    letter-spacing: 0.08em;
  }
  .about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.journal > td,
  .about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.journal > th,
  .about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.kensetsu > td,
  .about .mw_wp_form.mw_wp_form_confirm table tr.date table.child tr.kensetsu > th {
    padding: 0;
  }
  .about .mw_wp_form_confirm tr.date table.child tr:nth-of-type(2).journal {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
  }
  .about #content .mw_wp_form_confirm table td.select-wrap::after {
    content: none;
  }
}
/************************************************************************************/
/* catbox */
.catbox .post .itemlist {border-bottom: 1px dashed #CCCCCC;padding-top: 10px;padding-bottom: 10px;}
.catbox .post .entry {border-bottom: 1px dashed #CCCCCC;padding-top: 10px;padding-bottom: 10px;}
/* liwpp */
.liwpp_area {width: 100%;text-align: center;padding-top: 10px;padding-bottom: 20px;}
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {width: auto;}
.hide {display: none;}
#wc_customer .customer_form .customkey_privacy .privacy_box {
border: 1px solid #c6c6c6;margin: 20px 0 0;overflow-y: scroll;height: 6em;padding: 10px;}
#wc_confirm .personal_notes {background: #ff0000;color: #fff;margin: 10px 0;padding: 10px;}
.customer-toggle + p em {color: #ff0000;font-weight: bold;}
#sidebar em.tax {display: inline-block;font-size: inherit;font-weight: inherit;}
/*20205-09 added*/
#customer-info > form > table > tbody > tr.customkey_company_name > th::after,
#customer-info > form > table > tbody > tr.customkey_company_section_name > th::after{content: "";background: none;}