@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@-webkit-keyframes a {
  0% { transform: rotateY(0);}
  to {transform: rotateY(180deg); }
}
@keyframes a {
  0% {transform: rotateY(0);}
  to {transform: rotateY(180deg);}
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  background-image: none;
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, sans-serif;
  min-width: 750pt;
}
a,body {color: #000;}
a,
a:active,
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  opacity: 0.5;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  zoom: 1;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
.inner {
  margin: 0 auto;
  max-width: 750pt;
}
.slick {
  opacity: 0;
}
.slick-dots li button:before {
  content: "\025cf";
  font-size: 10px;
}
.cover img {
  max-width: 100%;
}
.border {
  border: 1px solid #7f7f7f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.border span {
  background: #0b6f49;
  display: block;
  position: absolute;
  transition: 0.25s;
}
.border .top {
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
}
.border .bottom {
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
}
.border .left {
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
}
.border .right {
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
}
a:active + .border,
a:hover + .border {
  border: 0;
}
a:active + .border .bottom,
a:active + .border .top,
a:hover + .border .bottom,
a:hover + .border .top {
  width: 100%;
}
a:active + .border .left,
a:active + .border .right,
a:hover + .border .left,
a:hover + .border .right {
  height: 100%;
}
:placeholder-shown {
  opacity: 0.6;
}
::-webkit-input-placeholder {
  opacity: 0.6;
}
:-moz-placeholder,
::-moz-placeholder {
  opacity: 0.6;
}
:-ms-input-placeholder {
  opacity: 0.6;
}
.btn-lv1 {
  width: 206px;
}
.btn-lv1 a {
  white-space: nowrap;
  display: flex;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  align-items: center;
  height: 53px;
  justify-content: center;
}
.btn-lv1 a:after {
  content: "";
  background: url(../images/common/arrows/book-cd-arrow_wh@2x.svg) 0 center no-repeat;
  background-size: 17px;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-top: -3px;
  margin-left: 10px;
}
.btn-lv1.-sample a {
  background-color: #eb6a16;
}
.btn-lv1.-app a {
  background-color: #cd3248;
}
.btn-lv1.-req a {
  background-color: #6153a8;
}
.btn-lv1.-mail a {
  background-color: #494949;
}
.text-green {
  font-weight: 700;
  color: green;
}
.text-pink {
  color: #ea0059;
}
header .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 0;
}
header .container,
header .container .wrap {
  display: flex;
}
header .container .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
header .logo {
  margin: 0 40px 0 0;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 380px;
  height: auto;
}
header .login ul {
  display: flex;
}
header .login ul li {
  margin: 0 10px 0 0;
}
header .login ul li:not(.guide) a {
  display: block;
  background: url(../images/common/header/icon-login_off@2x.png) 0 center no-repeat;
  background-size: 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 24px;
  white-space: nowrap;
}
header .login ul li a span {
  display: block;
  font-size: 9pt;
}
header .login ul li.member a span {
  color: #0b6f49;
}
header .login ul li.reader a span {
  color: #09375b;
  letter-spacing: -0.1em;
}

header .login ul li.guide {
  margin: 0 10px 10px 0;
  position: relative;
}
header .login ul li.guide a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 18px;
  white-space: nowrap;
}
header .login ul li.guide:before{
  content: '';
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: skyblue;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .login ul li.guide:after{
  content: '';
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

header .calendar {
  font-size: 14px;
  text-align: right;
}
header .calendar span {
  display: inline-block;
  vertical-align: middle;
}
header .calendar span.date {
  font-size: 14px;
  font-weight: 700;
}
header .calendar span.publication {
  color: #fff;
  font-size: 9pt;
  padding: 4px 8px;
}
header .calendar span.publication.off {
  background: #e9341e;
}
header .calendar span.publication.on {
  background: #009840;
}
header .search {
  margin: 10px 0 0;
}
header nav {
  background: #3a3a3a;
  border-top: 1px solid #7f7f7f;
}
header nav ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header nav ul li {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
header nav ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: palt;
  font-weight: 700;
  line-height: 1;
  padding: 10px 22px;
  position: relative;
  text-align: center;
}
header nav ul li a:before {
  content: "";
  display: block;
  color: #fff;
  background: url(../images/common/header/bar@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 3.5px;
  height: 15.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
header nav ul li:first-of-type a:before {
  content: none;
}
header nav ul li a:active,
header nav ul li a:hover {
  opacity: 1;
}
header nav ul li a span.en {
  color: #fff;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin: 6px auto 0;
  transition: 0.25s;
}
header nav ul li a span.active-mark {
  background: #4bafbd;
  border-radius: 1pc;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  transition: 0.25s;
  transform: translateY(-100%);
}
header nav ul li a:active span.en,
header nav ul li a:hover span.en,
header nav ul li.current a span.en {
  transform: translateY(100%);
  opacity: 0;
}
header nav ul li a:active span.active-mark,
header nav ul li a:hover span.active-mark,
header nav ul li.current a span.active-mark {
  transform: translateY(0);
  opacity: 1;
}
header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
header.fixed,
header.fixed .container {
  min-width: 915pt;
}
header.fixed nav {
  border-bottom: 1px solid #7f7f7f;
}
header.fixed nav .inner {
  min-width: 915pt;
}
header .gsc-control-cse {
  border: 0;
  padding: 0;
}
header form.gsc-search-box,
header table.gsc-search-box {
  margin-bottom: 0;
}
header table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
header .gsc-search-button {
  margin-top: 0;
  margin-left: 0;
}
header .gsc-search-button-v2 {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  background-image: none;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
footer {
  margin: 40px 0 0;
  position: relative;
}
footer .pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 3;
}
footer .pagetop a {
  background: hsla(0, 0%, 100%, 0.7);
  display: block;
  font-size: 9pt;
  padding: 10px;
}
footer .pagetop a .arrow {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  animation-name: a;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
footer .pagetop a .arrow .triangle {
  background: url(../images/common/footer/pagetop-arrow@2x.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto -8px;
  position: relative;
  width: 26px;
  height: 23px;
}
footer .pagetop a .arrow .bar {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  height: 25px;
  width: 2px;
  background: #77bd39;
}
footer .pagetop a:active,
footer .pagetop a:hover {
  opacity: 1;
}
footer .application {
  background: #f3f3f3;
  border: solid #7f7f7f;
  border-width: 1px 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
footer .application .inner {
  min-width: 750pt;
}
footer .application .inner,
footer .application ul {
  display: flex;
}
footer .application ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .application ul.left li {
  margin: 0 20px 0 0;
}
footer .application ul.left li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
:root footer .application ul.left li a,
_::-webkit-full-page-media,
_:future {
  letter-spacing: -0.05em;
}
footer .application ul.left li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #77bd39;
  display: inline-block;
  font-size: 1pc;
  margin: 0 10px 0 0;
}
footer .application ul.right {
  border-left: 1px solid #7f7f7f;
  font-size: 9pt;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}
footer .application ul.right li + li {
  margin: 0 0 0 20px;
}
footer .application ul.right li.contact {
  font-weight: 700;
}
:root footer .application ul.right li.contact,
_::-webkit-full-page-media,
_:future {
  letter-spacing: -0.05em;
}
footer .application ul.right li.contact .contact-item {
  margin: 8px 0 0;
}
footer .application ul.right li.contact .contact-item a {
  display: inline-block;
  vertical-align: middle;
}
footer .application ul.right li.contact .contact-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
footer .application ul.right li.contact .contact-item.tel:before {
  background: url(../images/common/footer/icon-tel@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18.5px;
  height: 18.5px;
}
footer .application ul.right li.contact .contact-item.mail:before {
  background: url(../images/common/footer/icon-mail@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
}
footer .application ul.right li.mail {
  position: relative;
  z-index: 1;
}
footer .application ul.right li.mail a {
  border-radius: 4px;
  display: block;
  font-weight: 700;
  padding: 8px 10px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
:root footer .application ul.right li.mail a,
_::-webkit-full-page-media,
_:future {
  letter-spacing: -0.05em;
}
footer .application ul.right li.mail a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin: 0 0 0 10px;
}
footer .application ul.right li.mail .border {
  border-radius: 4px;
}
footer .application ul.right li.mail a:active,
footer .application ul.right li.mail a:hover {
  border-color: transparent;
  opacity: 1;
}
footer .application.fixed {
  border-width: 1px 0 0;
  position: fixed;
  z-index: 30;
  top: inherit;
  bottom: -70px;
  transform: translateY(-70px);
}
footer .application.fixed + .pagetop {
  bottom: 68px;
}
footer nav {
  padding: 56px 0 0;
}
footer nav .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
}
footer nav .column,
footer nav .inner {
  display: flex;
}
footer nav .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
footer nav dl {
  font-size: 9pt;
}
footer nav dl + dl {
  margin: 48px 0 0;
}
footer nav dl dt {
  font-size: 1pc;
  font-weight: 700;
  margin: 0 0 13px;
}
footer nav dl dd {
  margin: 0 0 14px;
}
footer nav dl dd:last-of-type {
  margin: 0;
}
footer nav dl dd a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
footer nav dl dd a:active,
footer nav dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer nav .column.company dl dt img {
  margin-top: -3px;
}
footer nav .column.company dl dd {
  padding: 0 0 0 30px;
  position: relative;
}
footer nav .column.company dl dd:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
footer nav .column.company dl dd.info {
  margin-bottom: 17px;
}
footer nav .column.company dl dd.info:before {
  background: url(../images/common/footer/icon-info@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
}
footer nav .column.company dl dd.faq:before {
  background: url(../images/common/footer/icon-faq@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
footer nav .column.company dl dd.tel {
  margin-bottom: 21px;
}
footer nav .column.company dl dd.tel:before {
  background: url(../images/common/footer/icon-tel@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18.5px;
  height: 18.5px;
  margin-top: -4px;
}
footer nav .column.company dl dd.fax {
  margin-bottom: 15px;
}
footer nav .column.company dl dd.fax:before {
  background: url(../images/common/footer/icon-fax@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 12.5px;
}
footer nav .column.company dl dd.mail:before {
  background: url(../images/common/footer/icon-mail@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  margin-top: 3px;
}
footer nav .column.company dl dd.login {
  margin-bottom: 5px;
}
footer nav .column.company dl dd.login:before {
  background: url(../images/common/footer/icon-login@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 18.5px;
  height: 18.5px;
  margin-top: 6px;
}
footer nav .column.company dl dd.login span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
footer nav .column.company dl dd.login span.member {
  color: #0b6f49;
}
footer nav .column.company dl dd.login span.reader {
  color: #09375b;
}
footer .copy {
  background: #000;
  padding: 20px 0;
}
footer .copy small {
  color: #fff;
  display: block;
  font-size: 9pt;
  line-height: 2.3;
  text-align: center;
}
footer .copy small.copyright {
  font-size: 14px;
}
main {
  display: block;
  margin: 30px 0 0;
}
main .inner {
  overflow: hidden;
}
#sidebar {
  float: right;
  padding: 0 0 0 40px;
  width: 300px;
}
#sidebar a,
#sidebar img {
  display: block;
}
#sidebar img {
  width: 100%;
  height: auto;
}
#sidebar .box + .box {
  margin: 25px 0 0;
}
#sidebar .box.box01 ul li:not(.slick-slide) {
  margin: 0 0 25px;
}
#sidebar .box.box01 ul li.text-banner a {
  border: 1px solid #535050;
  font-weight: 700;
  padding: 25px 0;
  text-align: center;
}
#sidebar .box.box01 ul.slick-slider .slick-dots li {
  margin: 0 5px;
}
#sidebar .box.ranking {
  border: 1px solid #7f7f7f;
  border-top: 5px solid #09375b;
}
#sidebar .box.ranking .title {
  border-bottom: 1px solid #7f7f7f;
  color: #09375b;
  font-size: 1pc;
  font-weight: 700;
  padding: 10px 10px 10px 20px;
}
#sidebar .box.ranking .title .option {
  margin: 10px 0 0;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#sidebar .box.ranking .title .option .period {
  color: #000;
  font-size: 1pc;
  margin: 0 10px 0 0;
}
#sidebar .box.ranking .title .option .update {
  color: #000;
  font-size: 9pt;
  font-weight: 400;
}
#sidebar .box.ranking .title .option .archive {
  margin: 0 0 0 auto;
}
#sidebar .box.ranking .title .option .archive a {
  font-size: 9pt;
  font-weight: 400;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
}
#sidebar .box.ranking .title .option .archive a:active,
#sidebar .box.ranking .title .option .archive a:hover {
  opacity: 1;
  text-decoration: underline;
}
#sidebar .box.ranking .title .option .archive:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/arrows/book-cd-arrow@2x.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
#sidebar .box.ranking ol {
  padding: 10px 20px;
}
#sidebar .box.ranking ol li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
#sidebar .box.ranking ol li + li {
  border-top: 1px dotted #ccc;
  margin: 10px 0 0;
  padding: 10px 10px 0;
}
#sidebar .box.ranking ol li:before {
  content: "";
  display: block;
  color: #09375b;
  font-size: 24px;
  font-weight: 800;
  margin: 0 20px 0 0;
}
#sidebar .box.ranking ol li:nth-of-type(1):before {
  content: "1.";
}
#sidebar .box.ranking ol li:nth-of-type(2):before {
  content: "2.";
}
#sidebar .box.ranking ol li:nth-of-type(3):before {
  content: "3.";
}
#sidebar .box.ranking ol li:nth-of-type(4):before {
  content: "4.";
}
#sidebar .box.ranking ol li:nth-of-type(5):before {
  content: "5.";
}
#sidebar .box.ranking ol li a {
  font-size: 9pt;
  line-height: 1.4;
}
#sidebar .journal-sidebar-title{
    background: url(https://www.kensetsu-sinbun.co.jp/cms/wp-content/themes/welcart_basic-child/assets/images/common/title/bg_title.png) 0 0 repeat-x;
    color: #000;
    font-weight: 700;
    padding: 10px 20px;
    text-align: left;
    border-top: 5px solid #3a3a3a;
    margin-bottom: 24px;  
}

#content {
  background-color: #fff;
  border-bottom: 0;
  float: left;
  width: 660px;
  line-height: 1.4;
}
#content h1 {
  background: url(../images/common/title/bg_title.png) 0 0 repeat;
  border-top: 5px solid #3a3a3a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  padding: 9pt 18px 9px;
  position: relative;
}
#content h1:before {
  content: "";
  background: green;
  display: block;
  width: 75pt;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 20px;
}
#content h2 {
  background: #fff url(../images/common/title/bg_dotted02.png) left bottom repeat-x;
  border-top: 3px solid #3a3a3a;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 9pt 18px 10px 25px;
  position: relative;
  font-size: 1pc;
}
#content h2:before {
  content: "";
  background: green;
  display: block;
  height: 2px;
  width: 75pt;
  position: absolute;
  top: -3px;
  left: 20px;
}
#content h2:after {
  content: "";
  width: 1pc;
  height: 1pc;
  background: url(../images/common/title/icon_circle01.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.banner {
  margin: 0 0 40px;
  width: 100%;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner a {
  display: block;
}
.banner.hide {
  display: none !important;
}
header .banner {
  margin: 40px auto 20px;
}
header.fixed .banner {
  display: none;
}
main .banner {
  margin: 0 auto 40px;
  max-width: 750pt;
}
main .banner .slick-dots li.slick-active button:before {
  color: #4bafbd;
  opacity: 1;
}
@media print {
  @-moz-document url-prefix() {
    main .inner {
      display: table;
      table-layout: fixed;
      width: 100%;
    }
    #content,
    #sidebar {
      float: none;
      display: table-cell;
      vertical-align: top;
    }
    #sidebar {
      width: 340px;
    }
    footer .pagetop {
      right: inherit;
      bottom: inherit;
    }
    footer .application,
    footer .application.fixed,
    footer .pagetop {
      position: relative;
    }
    footer nav {
      padding: 0;
    }
  }
}
@media screen and (max-width: 820px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .border {
    display: none;
  }
  .btn-lv1 {
    width: 100%;
  }
  .btn-lv1 a:after {
    margin-top: 0;
  }
  html.fixed {
    overflow: auto;
    position: fixed;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  body {
    min-width: inherit;
  }
  body.fixed {
    height: 100%;
    overflow: hidden;
  }
  header {
    margin: 20px 0 0;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
  }
  header .banner {
    margin: 20px auto;
  }
  header .container {
    padding: 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .container .wrap {
    width: auto;
  }
  header .logo {
    margin: 0 auto 10px;
    width: 60%;
  }
  header .logo img {
    max-width: 100%;
  }
  header .login ul {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 0 20px;
  }
  header .login ul li {
    border-top: 1px solid #000;
    margin: 0;
    transition: 0;
    padding: 10px 0;
  }
  header .login ul li:first-of-type {
    border-top: 0;
  }
  header .login ul li + li {
    margin: 0;
  }
  header .login ul li a {
    color: #000;
    padding: 10px 0 10px 30px;
  }
  header .login ul li:active,
  header .login ul li:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header .calendar span {
    vertical-align: bottom;
  }
  header .calendar span.date {
    font-size: 9pt;
  }
  header .calendar span.publication {
    font-size: 10px;
    padding: 3px 6px 2px;
  }
  header .sp-menu-button {
    background: #3a3a3a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .sp-menu-button .img {
    min-height: 0;
    width: 24px;
  }
  header .sp-menu-button .img img {
    width: 100%;
    height: auto;
  }
  header .sp-menu-button .txt {
    color: #fff;
    margin: 2px 0 0;
  }
  header .sp-menu-button.left {
    left: 10px;
  }
  header .sp-menu-button.left .txt {
    letter-spacing: -0.1em;
  }
  header .sp-menu-button.right {
    right: 10px;
  }
  header .sp-menu-button.close .img,
  header .sp-menu-button.close .txt {
    opacity: 0;
  }
  header .sp-menu-button.close:before {
    width: 2px;
    height: 60%;
  }
  header .sp-menu-button.close:after,
  header .sp-menu-button.close:before {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    margin: 0 auto;
  }
  header .sp-menu-button.close:after {
    width: 60%;
    height: 2px;
  }
  header .sp-menu .inner {
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 4;
  }
  header .sp-menu.left .inner {
    background: #3a3a3a;
  }
  header .sp-menu.right .inner {
    background: #fff;
  }
  header .sp-menu.right .sp-menu-button.close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translateY(0);
  }
  header .sp-menu.right .sp-menu-button.close:after,
  header .sp-menu.right .sp-menu-button.close:before {
    background: #000;
  }
  header .search {
    margin: 0;
  }
  header .guide {
    padding: 0 20px;
  }
  header .guide ul li {
    margin: 0 0 20px;
  }
  header .guide ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
  }
  header .guide ul li a:active,
  header .guide ul li a:hover {
    opacity: 1;
  }
  header .guide ul li a img {
    max-width: 100%;
    height: auto;
  }
  header nav {
    border-top: 0;
  }
  header nav .inner {
    position: relative;
  }
  header nav .header,
  header nav ul {
    margin: 20px 20px 0;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  header nav ul li {
    border-top: 1px solid #fff;
  }
  header nav ul li a {
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    text-align: left;
  }
  header nav ul li a span.en,
  header nav ul li a:before {
    display: none;
  }
  header nav ul li a span.active-mark {
    left: 10px;
    right: inherit;
    bottom: inherit;
    top: 50%;
  }
  header nav ul li a:active span.active-mark,
  header nav ul li a:hover span.active-mark,
  header nav ul li.active a span.active-mark {
    transform: translateY(-50%);
    opacity: 1;
  }
  header .sp-menu .mCSB_scrollTools {
    width: 10px;
  }
  header .sp-menu .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  header .sp-sub-menu {
    display: none;
    margin: 0 0 0 30px;
  }
  header .sp-sub-menu-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .sp-sub-menu-toggle.open:after {
    content: "\f106";
  }
  footer {
    margin: 20px 0 0;
  }
  footer .application {
    padding: 20px 0;
    position: relative;
  }
  footer .application.fixed {
    bottom: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: 0;
  }
  footer .application .inner {
    min-width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .application ul.left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .application ul.left li {
    margin: 0 0 20px;
    min-width: 50%;
  }
  footer .application ul.left li + li {
    margin: 0 0 20px;
  }
  footer .application ul.left li a {
    font-size: 9pt;
  }
  footer .application ul.left li a:before {
    font-size: 9pt;
    margin: 0 4px 0 0;
  }
  footer .application ul.right {
    border-left: 0;
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  footer .application ul.right li + li {
    margin: 20px 0 0;
  }
  footer .application ul.right li.contact {
    width: 100%;
  }
  footer .application ul.right li.contact .contact-item:before {
    margin: 0 4px 0 0;
  }
  footer .application ul.right li.mail a {
    border: 1px solid #7f7f7f;
  }
  footer .application ul.right li.mail a:active,
  footer .application ul.right li.mail a:hover {
    border-color: #7f7f7f;
  }
  footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
  footer .pagetop a {
    font-size: 10px;
  }
  footer .application.fixed + .pagetop {
    bottom: 10px;
  }
  main {
    margin: 0;
  }
  #sidebar {
    float: none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
  }
  #sidebar .box ul li + li:not(.slick-slide) {
    margin: 20px 0 0;
  }
  #sidebar .box.box03 ul li a {
    padding: 20px 0;
  }
  #content {
    font-size: 14px;
    float: none;
    width: 100%;
  }
  #content h1 {
    margin: 0 0 20px;
  }
  #content h2 {
    font-size: 14px;
  }
  main .banner {
    margin: 0 -10px 20px;
    width: auto;
  }
  main .banner .slick-dotted.slick-slider {
    margin: 0 auto 20px;
  }
  main .banner .slick-dots {
    bottom: -20px;
  }
}
/* Search button */
.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  height: 28px !important;
}
.gsc-search-button-v2 {
  cursor: pointer !important;
}
header .gsc-search-button-v2:hover,
header .gsc-search-button-v2:focus {
  border-color: #3a3a3a !important;
  background-color: #3a3a3a !important;
}
main .gsc-input {
  padding-right: 12px !important;
}
main .gsc-search-button-v2 {
  border-radius: 0 !important;
  padding: 6px 27px !important;
}

@media screen and (max-width: 820px) {
  .gsib_a {
    padding: 5px 9px 4px 9px !important;
  }
  .gsc-input-box {
    height: 32px !important;
  }
  .gsc-input {
    height: 20px !important;
    line-height: 1em !important;
    font-size: 15px !important;
  }
  header .gsc-search-button-v2 {
    width: 34px !important;
    height: 34px !important;
    border-color: #3478f3 !important;
    background-color: #3478f3 !important;
  }
  header .gsc-search-button-v2:hover,
  header .gsc-search-button-v2:focus {
    border-color: #3478f3 !important;
    background-color: #3478f3 !important;
  }
  main .gsc-control-cse {
    border: 0 !important;
    padding: 0 !important;
  }
  main form.gsc-search-box,
  header table.gsc-search-box {
    margin-bottom: 0 !important;
  }
  main table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
  }
  main .gsc-search-button {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  main .gsc-search-button-v2 {
    background-image: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 34px !important;
    height: 34px !important;
    border-color: #3478f3 !important;
    background-color: #3478f3 !important;
  }
  .gscb_a {
    line-height: 30px !important;
  }
}

/* お知らせ h1 */
.news #content h1 {
  background: url(../images/common/title/bg_title.png) 0 0 repeat;
}

/* 結果速報・開札速報 */
.result .result_input,
.bid .bid_input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: #fff;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: #494949;
  border-image: initial;
  padding: 12px 12px;
}

_::-webkit-full-page-media,
_:future,
:root .result .result_input,
_::-webkit-full-page-media,
_:future,
:root .bid .bid_input {
  padding: 13px 12px;
}

.result .result_input::placeholder,
.bid .bid_input::placeholder {
  text-align: center;
}

.result .result_click,
.bid .bid_click {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  border-width: 0px;
  border-style: inset;
  border-color: #494949;
  border-image: initial;

  padding: 10px;
  color: #fff;
  background-color: #494949;
  font-weight: bold;
  height: 41px;
  cursor: pointer;
  transition: 0.5s;
}
.result .result_click:hover,
.bid .bid_click:hover {
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .result .result_input,
  .bid .bid_input {
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 40px);
  }
  .result .result_click,
  .bid .bid_click {
    margin-top: 20px;
    text-align: center;

    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 10px);
  }
}
/* 建設プレス　*/
.emphasis-p {
  font-weight: 700;
  margin: 0 0 20px;
  padding: 9pt 18px 10px 0;
  position: relative;
  font-size: 1pc;
}
@media screen and (max-width: 820px) {
  .emphasis-p {
    font-size: 14px;
  }
}

/* usces-cart フォーム部分（買い物かごの中身） */
#inside-cart #cart_table tbody {
  font-size: 0.9em;
}
div.usccart_navi li.ucart {
  width: 20% !important;
  text-align: left !important;
  padding: 11px 2% 18px 3%;
  position: relative;
}
div.usccart_navi li.ucart span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
div.usccart_navi li.ucart span img {
  width: 40px !important;
  height: 40px !important;
}
div.usccart_navi li.ucart:first-child::before,
div.usccart_navi li.ucart:last-child::after {
  content: none;
}
div.usccart_navi li.ucart::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #b3b3b3;
  border-bottom: 30px solid #b3b3b3;
  border-left: 15px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
div.usccart_navi li.ucart::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 15px solid #b3b3b3;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm  {
  background-image: none !important;
  background-color: #00c3b9 !important;
}
div.usccart_navi li.usccart_customer::before,
div.usccart_navi li.usccart_delivery::before,
div.usccart_navi li.usccart_confirm::before  {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #00c3b9;
  border-bottom: 30px solid #00c3b9;
  border-left: 15px solid #fff;
}
div.usccart_navi li.usccart_cart::after,
div.usccart_navi li.usccart_customer::after,
div.usccart_navi li.usccart_delivery::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 15px solid #00c3b9;
}
#cart table#cart_table {
  margin: 10px auto;
}
@media screen and (max-width: 820px) {
  div.usccart_navi li.ucart {
    width: 40% !important;
    padding: 11px 5% 18px;
    margin-bottom: 10px !important;
  }
}
  
/* usces-cart フォーム テーブル部分（買い物かごの中身） */
#cart .upbutton {
  text-align: left !important;
  padding: 0 10px !important;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
#cart .upbutton div input {
  background-color: #fa5d24;
  border: 2px solid #ffaa83;
  color: #fff;
  font-weight: 900;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
#cart .upbutton div input:hover {
  opacity: 0.6;
}
#cart table#cart_table {
  min-width: 100%;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
#cart table#cart_table thead tr th,
#cart table#cart_table tfoot tr th:first-child {
  font-weight: 900;
  color: #000;
  background-color: #f6f6f6;
  padding: 10px;
}
#cart table#cart_table tfoot tr th {
  color: #000;
  font-weight: 900;
  background-color: #fff;
}
#cart table#cart_table th,
#cart table#cart_table td {
  border-top: 1px dotted #ccc !important;
  border-bottom: 1px dotted #ccc !important;
  border-right-color: #fff;
}
#cart table#cart_table th.subtotal em.tax,
#cart table#cart_table th.aright em.tax {
  font-weight: 900;
}
#cart table#cart_table th.aright,
#cart table#cart_table td.aright {
  text-align: center !important;
}
#cart table#cart_table tbody .num {
  font-weight: 900;
  background-color: #f6f6f6;
}
#cart table#cart_table tbody .thumbnail img {
  margin: 0 auto;
  width: 60px;
}
#cart table#cart_table tbody td.productname {
  padding-left: 1em;
  padding-right: 1em;
}
#cart table#cart_table tbody td.action input {
  background-color: #5b5b5b;
  border: 2px solid #8c8c8c;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
#cart table#cart_table tbody td.action input:hover {
  opacity: 0.6;
}
.usces-cart .send {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.usces-cart .send div {
  width: 200px;
  position: relative;
  cursor: pointer;
}
.usces-cart .send div:hover {
  opacity: 0.6;
}
.usces-cart .send input {
  width: 100%;
  font-weight: 900;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 15px;
  cursor: pointer;
}
.usces-cart .send div.back::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/arrows/book-cd-arrow_orange.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.usces-cart .send div.back {
  background-color: #fff;
  border: 2px solid #ffaa83;
}
.usces-cart .send div.back input {
  color: #fa5d24;
}
.usces-cart .send div.next::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/arrows/book-cd-arrow_wh@2x.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.usces-cart .send div.next {
  background-color: #fa5d24;
  border: 2px solid #ffaa83;
}
.usces-cart .send div.next input {
  color: #fff;
}
@media screen and (max-width: 820px) {
  #cart {
    clear: both;
  }
  #cart .upbutton {
    display: block;
  }
  #cart .upbutton div:nth-child(2) {
    text-align: center;
  }
  #cart .upbutton div input {
    padding: 10px 40px;
  }
  #cart .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  #cart .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  #cart .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  #cart .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
  }
  .usces-cart .send div {
    width: 48%;
  }
  .usces-cart .send div.back::before {
    width: 12px;
    height: 12px;
    left: 10px;
  }
  .usces-cart .send div.next::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
/* usces-cart フォーム テーブル 配達先情報（お客様情報） */
.customer-toggle label {
  margin-right: 2em;
}
.customer-toggle label input {
  accent-color: blue;
}
#wc_customer .customer_form.company em,
#wc_customer .customer_form.personal em {
  display: none;
}
#customer-info th,
#customer-info td {
  padding: 20px 10px !important;
  border: 1px solid #bbb !important;
  border-left: none !important;
  border-right: none !important;
}
#customer-info th {
  color: #000 !important;
  position: relative;
  background-color: #f6f6f6 !important;
  width: 30% !important;
}
#customer-info td select {
  font-size: 13px;
}
#customer-info th::after {
  content: "必須";
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  background: #e40057;
  padding: 3px 4px 2px 6px;
  width: 30px;
  height: 20px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#customer-info tr#furikana_row th::after,
#customer-info tr#address3_row th::after,
#customer-info tr#fax_row th::after {
  display: none;
}
#customer-info td {
  padding-left: 50px !important;
}
#customer-info .customer_form input {
  padding: 10px;
  border: 1px solid rgba(187, 187, 187, 0.6);
  border-radius: 0;
  font-size: 13px;
}
#customer-info .customer_form input[type="text"],
#customer-info .customer_form input[type="email"] {
  -webkit-appearance: none;
}
#customer-info .customer_form tr.inp1 input {
  width: 70% !important;
  margin-left: 20px !important;
}
#customer-info .customer_form label.iopt_label {
  font-size: 16px;
  font-weight: bold;
}
#wc_customer .customer_form .customkey_privacy .privacy_box {
  overflow-y: auto !important;
}
@media screen and (max-width: 820px) {
  #customer-info th,
  #customer-info td {
    width: calc(100% - 20px) !important;
    display: block !important;
  }
  #customer-info th {
    padding: 7px 10px !important;
    border-bottom: none !important;
  }
  #customer-info td {
    padding: 20px 10px !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  #customer-info .customer_form input {
    padding: 5px 10px;
    width: calc(100% - 20px) !important;
  }
  #customer-info .customer_form tr.inp1 input {
    width: calc(100% - 60px) !important;
  }
  #customer-info .customer_form input[type="checkbox"] {
    width: auto !important;
  }
  #customer-info .customer_form label.iopt_label {
    font-size: 12px;
  }
}
 
/* usces-cart フォーム テーブル お客様からの連絡事項 */
#delivery-info .notes {
  font-size: 13px;
}
#delivery-info th {
  color: #000 !important;
  background-color: #f6f6f6 !important;
}
@media screen and (max-width: 820px) {
  #delivery-info th,
  #delivery-info td {
    width: calc(100% - 20px) !important;
    display: block !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  #delivery-info td {
    border-top: none !important;
    padding: 20px 10px !important;
  }
  #delivery-info td textarea {
    border-radius: 0;
  }
}
/* usces-cart フォーム テーブル 内容確認 */
#info-confirm #cart_table tbody {
  font-size: 0.9em;
}
#info-confirm .confiem_notice {
  font-weight: 900;
}
#info-confirm #cart th.action,
#info-confirm #cart td.action {
  display: none !important;
}
#info-confirm #cart td.unitprice,
#info-confirm #cart td.subtotal {
  text-align: center;
}
#info-confirm #cart table#cart_table td.aright {
  font-size: 0.9em;
  font-weight: 900;
}
#info-confirm #cart table#cart_table td.aright:first-child {
  background-color: #f6f6f6;
  padding: 10px;
}
#info-confirm #cart table#cart_table td.aright {
  font-weight: 900;
}
#info-confirm #cart table#cart_table tfoot tr th:nth-child(3),
#info-confirm #cart table#cart_table tfoot tr td:nth-child(3) {
  display: none !important;
}
#info-confirm .company_notes {
  font-size: 0.9em;
  margin: 30px 0;
  padding: 10px;
  border: 3px solid #f6f6f6;
}
/* usces-cart フォーム テーブル 内容確認 配達先情報 */
#confirm_table h3 {
  font-size: 1em !important;
}
#confirm_table th,
#confirm_table td {
  font-size: 0.9em !important;
}
#confirm_table .ttl,
#confirm_table th {
  background-color: #f6f6f6 !important;
}
#confirm_table .ttl td {
  padding: 0 !important;
}
#confirm_table tr td.ttl {
  padding: 0 !important;
}
#confirm_table th,
#confirm_table td {
  border: 1px dotted #ccc !important ;
  border-left: none !important;
  border-right: none !important;
}
#confirm_table th,
#confirm_table h3 {
  color: #000 !important;
  padding: 20px 10px 20px 20px !important;
}
#confirm_table td {
  padding: 20px 10px 20px 50px !important;
}
#wc_confirm .personal_notes {
  font-size: 0.9em;
  background-color: #fff !important;
  color: #000 !important;
  border: 3px solid #ff9797;
}
@media screen and (max-width: 820px) {
  #confirm_table th,
  #confirm_table td {
    width: calc(100% - 20px) !important;
    display: block !important;
  }
  #confirm_table th {
    padding: 5px 10px !important;
  }
  #confirm_table td {
    padding: 20px 10px !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  #confirm_table .ttl {
    border-top: 1px dotted #ccc !important;
  }
}
/* header sp li active-mark */
@media screen and (max-width: 820px) {
  header nav ul li.current a span.active-mark {
    transform: translateY(-50%);
    opacity: 1;
  }
}