@charset "UTF-8";

/**
 * 共通追加
 */
.hidden {
  display: none;
}

/**
 * common 共通
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  outline: none;
  color: #004096;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.contents .for_mobile {
  display: none;
}

.breadcrumb {
  font-size: 1.6rem;
  margin: 40px 0 80px;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb li:not(:last-of-type):after {
  content: '＞';
  margin-right: 3px;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  height: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
  word-break: break-all;
  font-family: "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  body {
    font-size: 1.3rem;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}

/* ↑IE11対応 */


.container {
  margin: 0 auto;
  max-width: 1280px;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.flex {
  flex-wrap: wrap;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  /*--- Android4.3以前 ---*/
  display: -webkit-flex;
  display: flex;
}

.table,
.table th,
.table td {
  padding: 8px;
  vertical-align: middle;
  /* border: 1px solid #a6b1b8; */
  border-collapse: collapse;
}

.table {
  padding: 0;
  width: 100%;
  color: #4d4d4d;
  font-size: 1.2rem;
  position: relative;
  border-collapse: collapse;
}

.table th {
  color: #fff;
  text-align: center;
  background: #4d4d4d;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.section {
  margin: 0 0 96px;
}

[type="submit"] {
  border: none;
  outline: none;
}

/**
 * ヘッダー
 */

#header {
  font-size: 1.2rem;
  padding: 26px 0 16px;
}

#header .flex {
  align-items: center;
}

#header>.flex {
  justify-content: space-between;
}

#header .navi .item {
  margin-right: 90px;
}

#header .navi .item:last-child {
  margin-right: 74px;
}

#header .navi .twitter,
#mobile_navi .twitter {
  display: none;
}

#header .navi .twitter.default,
#mobile_navi .twitter.default {
  display: block;
  margin-right: 74px;
}

.saitama #header .navi .twitter.default,
.saitama #mobile_navi .twitter.default {
  display: none;
}

.saitama #header .navi .twitter.saitama,
.saitama #mobile_navi .twitter.saitama {
  display: block;
  margin-right: 74px;
}

.mito #header .navi .twitter.default,
.mito #mobile_navi .twitter.default {
  display: none;
}

.mito #header .navi .twitter.mito,
.mito #mobile_navi .twitter.mito {
  display: block;
  margin-right: 74px;
}

.niigata #header .navi .twitter.default,
.niigata #mobile_navi .twitter.default {
  display: none;
}

.niigata #header .navi .twitter.niigata,
.niigata #mobile_navi .twitter.niigata {
  display: block;
  margin-right: 74px;
}

/**
 * gnavi
 */

#gnavi {
  margin: 0 0 60px;
  background: #004096;
}

#gnavi>.container {
  height: 100%;
  position: relative;
  justify-content: space-around;
}

#gnavi a {
  color: #fff;
  display: block;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.2rem;
}

#gnavi .product>a {
  cursor: default;
}

#gnavi .product>a:hover {
  opacity: 1;
}

#gnavi .pulldown {
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  background: #fff;
  position: absolute;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.4));
}

#gnavi .pulldown a {
  padding: 0;
  color: #000;
  font-size: 1.2rem;
  text-indent: -0.6em;
  margin: 0 0 2rem 1em;
}

#gnavi .pulldown a:before {
  content: '▶';
  color: #004096;
  font-size: 10px;
  margin: 0 4px 0 0;
  display: inline-block;
}

#gnavi .pulldown .title {
  width: 25%;
  color: #fff;
  padding: 42px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #5eb7e8;
}

#gnavi .pulldown .columns {
  width: 75%;
}

#gnavi .pulldown .column {
  text-align: left;
  width: calc(100% / 3);
  padding: 42px 0 42px 60px;
}

/**
 * 広告
 */

#ad {
  background: #004096;
}

#ad .container {
  position: relative;
}

#ad a {
  padding: 56px 0;
  text-align: center;
}

/**
 * コンテンツ
 */

#contents {
  padding: 0 0 100px;
}

#contents .login {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 24px;
  text-align: center;
  padding: 30px 13% 16px;
  background: -ms-linear-gradient(-45deg, rgba(84, 127, 202, 1) 0%, rgba(52, 103, 182, 1) 32.94%, rgba(14, 75, 159, 1) 76.82%, rgba(0, 64, 150, 1) 100%);
  background: linear-gradient(135deg, rgba(84, 127, 202, 1) 0%, rgba(52, 103, 182, 1) 32.94%, rgba(14, 75, 159, 1) 76.82%, rgba(0, 64, 150, 1) 100%);
}

#contents .login .title {
  margin: 0 0 16px;
}

#contents .login input {
  width: 100%;
  padding: 8px;
  margin: 0 0 16px;
}

#contents .login ::placeholder {
  color: #004096;
  letter-spacing: 0.05em;
}

#contents .login .submit {
  width: 80%;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  margin: 8px 0 20px;
  border-radius: 18px;
  box-shadow: 4.93px 4.93px 9.86px rgba(35, 24, 21, 0.35);
  background: linear-gradient(90deg, rgba(147, 207, 223, 1) 0%, rgba(145, 206, 222, 1) 31.16%, rgba(136, 201, 219, 1) 49.16%, rgba(122, 193, 215, 1) 63.81%, rgba(102, 182, 208, 1) 76.66%, rgba(77, 168, 199, 1) 88.32%, rgba(45, 151, 188, 1) 98.99%, rgba(42, 149, 187, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(147, 207, 223, 1) 0%, rgba(145, 206, 222, 1) 31.16%, rgba(136, 201, 219, 1) 49.16%, rgba(122, 193, 215, 1) 63.81%, rgba(102, 182, 208, 1) 76.66%, rgba(77, 168, 199, 1) 88.32%, rgba(45, 151, 188, 1) 98.99%, rgba(42, 149, 187, 1) 100%);
}

#contents .login .submit:after {
  top: 50%;
  content: '';
  right: 10px;
  width: 20px;
  height: 0.5em;
  position: absolute;
  border-right: 4px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg) translateY(-50%);
}

#contents .login a {
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  text-decoration: underline;
}

#contents .branches a {
  display: block;
  margin: 0 0 32px;
}

#contents .btn01 {
  width: 100%;
  text-align: left;
  padding: 4px 8px;
  position: relative;
  border-radius: 40px;
  justify-content: center;
  border: 2px solid #004096;
}

#contents .btn01 span {
  display: block;
  padding: 0 1.2em 0 0;
}

#contents .btn01:after {
  top: 50%;
  right: 10px;
  content: '＞';
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
}

#contents .branches .special {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}

#left {
  width: 19%;
}

#left .section {
  margin: 0 0 72px;
}

#left .section .title {
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  margin: 0 0 32px;
  text-align: center;
  background: #004096;
}

#left .section.info .title {
  margin: 0;
}

#left .info .rss {
  width: 100%;
  padding: 8px 0;
  text-align: right;
}

#left .info .items {
  height: 500px;
}

#left .info .items .row {
  border-bottom: 1px solid #004096;
  margin: 0 0 14px;
  padding: 0 0 14px;
  width: 100%;
}

#left .info .items .row .sub {
  display: inline-flex;
}

#left .info .items .row a {
  color: #000;
}

#left .info .row .date {
  color: #999999;
  font-size: 1.2rem;
}

#center {
  width: 57%;
  padding: 0 48px 0 60px;
}

#right {
  width: 24%;
}

#right .banners a {
  width: 100%;
  margin: 0 0 24px;
}

#center .info-img {
  margin: 0 0 72px;
}

#center .section_title {
  padding: .3em;
  margin: 0 0 24px;
  overflow: hidden;
  font-size: 2.4rem;
  position: relative;
}

.home #center .section_title {
  margin: 0 0 44px;
}

#center .section_title span,
#center .section_title02 span {
  margin-right: -0.3em;
  letter-spacing: 0.3em;
}

#center .section_title::before,
#center .section_title::after {
  bottom: 0;
  content: "";
  position: absolute;
}

#center .section_title:before {
  width: 100%;
  border-bottom: 4px solid #004098;
}

#center .section_title:after {
  width: 100%;
  border-bottom: 4px solid #999999;
}

#center .section_title img {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

#center .section_title02 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1.6rem;
}

#center .section_title02:before {
  content: '●';
  color: #004098;
  font-size: 1.6rem;
  margin-right: 0.5em;
}

#center .to_list {
  margin: 48px 0 0;
  text-align: center;
}

#center .to_list .btn {
  width: 40%;
  padding: 8px 2em;
  position: relative;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #004096;
}

#center .to_list .btn:after {
  top: 50%;
  right: 10px;
  content: '＞';
  color: #004096;
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
}

#center .to_list_color {
  margin: 72px 0 0;
  text-align: center;
}

#center .to_list_color .btn {
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: 8px 2em;
  padding-right: 2em;
  position: relative;
  border-radius: 40px;
  justify-content: center;
  background: rgba(0, 64, 150, 1);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

#center .to_list_color .btn:after {
  top: 50%;
  right: 10px;
  color: #fff;
  content: '＞';
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
}

#center .pagination {
  margin: 40px 0 0;
  text-align: center;
}

#center .pagination a {
  color: #707070;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #ebebeb;
}

#center .pagination .btn {
  padding: 8px;
  border-radius: 50%;
}

#center .pagination .current {
  color: #fff;
  background: #60b6e1;
}

#center .contacts>p {
  padding: 0 30px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin: 2em 0 16px;
  text-align: center;
}

#center .contacts>p:before,
#center .contacts>p:after {
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  display: inline-block;
  background-color: black;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

#center .contacts>p:before {
  left: 0;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

#center .contacts>p:after {
  right: 0;
}

#center .hidden {
  visibility: hidden;
}

#center .applications_btn {
  font-weight: bold;
  text-align: center;
  margin: 48px auto 0;
  align-items: flex-end;
  justify-content: center;
}

#center .applications_btn .application {
  width: 100%;
  color: #fff;
  height: 88px;
  border-radius: 10px;
  background: #f39800;
  align-items: center;
  border-color: #f39800;
}

#center .applications_btn .application.blue {
  background: #004096;
  border-color: #004096;
}

#center .applications_btn>.application {
  margin: 0 1em;
  width: calc(45% - 2em);
}

#center .applications_btn .hp {
  margin: 0 1em;
  width: calc(45% - 2em);
}

#center .applications_btn .hp p {
  padding: 0 20px;
  font-size: 1.2rem;
  position: relative;
  margin: 2em 0 16px;
}

#center .applications_btn .hp p:before,
#center .applications_btn .hp p:after {
  top: 50%;
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  display: inline-block;
  background-color: black;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

#center .applications_btn .hp p:before {
  left: -20px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

#center .applications_btn .hp p:after {
  right: -20px;
}

#center .list .tabs {
  margin: 48px 0;
}

#center .list .tabs a {
  color: #fff;
  margin: 8px;
  text-align: center;
  padding: 10px 12px;
  background: #cccccc;
  width: calc(100% / 6 - 16px);
}

#center .list .tabs a.selected {
  background: #60b6e1;
}

.form #center .form .required.error {
  margin: 4px 0 0;
}

.form #center .form_guide {
  font-size: 1.6rem;
  margin: 0 0 1em;
}

.form #center .form_guide .panel {
  color: #004096;
  padding: 2px 8px;
  margin: 0 0.2em 0 0;
  border: 2px solid #004096;
  vertical-align: middle;
}

.form #center .note li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}

.form #center .form {
  margin: 40px 0 0;
}

.form #center .form .wrap {
  border: 1px solid #eee;
}

.form #center .form label {
  margin: 0 1em 0 0;
}

.form #center .form .cell {
  padding: 8px;
}

.form #center .form .key {
  width: 25%;
  background: #eee;
}

.form #center .form .val {
  width: 75%;
}

.form #center .form [type="checkbox"],
.form #center .form [type="radio"] {
  margin: 0.2em;
  ;
}

.form #center .form [type="text"],
.form #center .form [type="password"],
.form #center .form textarea {
  width: 100%;
  padding: 4px;
}

.form #center .form textarea {
  min-height: 8em;
}

.form #center .form .submit {
  width: 50%;
  color: #fff;
  padding: 16px;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  margin: 40px auto 0;
  background: #004096;
}

.form #center .form .back {
  width: 50%;
  display: block;
  cursor: pointer;
  background: none;
  margin: 40px auto 0;
  text-decoration: underline;
}

.form #center .finished {
  font-size: 2rem;
  font-weight: bold;
}

.form #center .required {
  color: #ff0000;
}

/**
 * home
 */

.home #center .results .article {
  width: 50%;
  color: #707070;
  margin: 0 0 16px;
  padding: 0 0 16px;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #1c94d2;
}

.home #center .results .article:nth-of-type(odd) {
  padding-right: 17px;
}

.home #center .results .article:nth-of-type(even) {
  padding-left: 17px;
}

.home #center .results .title {
  width: 100%;
  color: #004098;
  display: block;
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 1.6rem;
}

.home #center .results .title.not-login:after {
  margin-left: -0.2em;
  display: inline-block;
  transform: scale(0.5);
  vertical-align: middle;
  content: url(../images/common/icon-key.png);
}

.home #center .results .items {
  align-items: flex-start;
}

.home #center .results .key {
  color: #fff;
  width: 48px;
  padding: 2px 0;
  font-size: 1.2rem;
  text-align: center;
  background: #707070;
  margin: 0 12px 8px 0;
}

.home #center .results .val {
  margin: 0 0 8px;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home #center .headline .articles .date {
  color: #999;
  font-size: 1.2rem;
}

.home #center .headline .articles .tag {
  color: #333;
  padding: 4px 8px;
  font-size: 1.4rem;
  border-radius: 10px;
  border: 1px solid #333;
}

.home #center .headline .articles .info {
  align-items: center;
}

.home #center .headline .articles a {
  color: #000;
}

.home #center .headline .main_article {
  padding: 0 0 56px;
  align-items: flex-start;
  border-bottom: 1px solid #1c94d2;
}

.home #center .headline .main_article .img {
  width: 40%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home #center .headline .main_article .img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.home #center .headline .main_article .content {
  width: 60%;
  padding-left: 40px;
}

.home #center .headline .main_article .info {
  justify-content: space-between;
}

.home #center .headline .main_article .title {
  margin: 12px 0;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.home #center .headline .article {
  padding: 16px 0;
  border-bottom: 1px solid #1c94d2;
}

.home #center .headline .article .info .date {
  margin-right: 1em;
}

.home #center .headline .article .info .date {
  margin-right: 2em;
}

.home #center .headline .article .title {
  width: 100%;
  margin: 8px 0 0;
}

/**
 * 支局共通
 */

.branch #center .info {
  margin: 0 0 40px;
}

.branch #center .info ul {
  padding: 20px;
  color: #4d4d4d;
  max-height: 280px;
  overflow-y: scroll;
  border: 1px solid #4d4d4d;
}

.branch #center .info li:not(:last-child) {
  margin: 0 0 1em;
}

.branch #center .btns .btn01 {
  margin: 0.6em;
  width: calc((100% / 3) - 1.2em);
}

.branch #center .construction .scroll_table {
  max-height: 280px;
  overflow-y: scroll;
  border-bottom: 1px solid #4d4d4d;
}

.branch #center .table tr:nth-child(odd) {
  background: #e8e8e8;
}

.branch #center .table td {
  padding: 10px 8px;
  border-right: 1px solid #c5c5c5;
}

.branch #center .table td:last-of-type {
  border-right: none;
}

.branch #center .table td a {
  color: #4d4d4d;
  text-decoration: underline;
}

.branch #center .table td.price {
  text-align: right;
}

.branch #center .table.headline .date:before {
  content: '';
  width: 1.4em;
  height: 1.4em;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.branch #center .table.headline .date.is_img:before {
  background: url('../images/branch/icon-img.png') 0 0 no-repeat;
  background-size: contain;
}

.branch #center .construction .table.results tr:first-of-type th,
.branch #center .construction .table.headline tr:first-of-type th {
  left: 0;
  top: 0;
  z-index: 5;
  position: sticky;
}

.branch #center .construction .table.results th:nth-of-type(1) {
  width: 18%;
}

.branch #center .construction .table.results th:nth-of-type(2) {
  width: 10%;
}

.branch #center .construction .table.results th:nth-of-type(3) {
  width: 28%;
}

.branch #center .construction .table.results th:nth-of-type(4),
.branch #center .construction .table.results th:nth-of-type(5) {
  width: 22%;
}

.branch #center .construction .table.headline th:nth-of-type(1) {
  width: 18%;
}

.branch #center .construction .table.headline th:nth-of-type(2) {
  width: 38%;
}

.branch #center .construction .table.headline th:nth-of-type(3) {
  width: 22%;
}

.branch #center .construction .table.headline th:nth-of-type(4) {
  width: 22%;
}

.branch #center .construction .table.results td:nth-of-type(2) {
  text-align: center;
}

.branch #center .construction .banners {
  margin: 32px 0 0;
}

.branch #center .construction .banners .banner {
  margin: 0 2em;
  width: calc(100% / 2 - 4em);
}

.branch #center .free .materials {
  max-height: 280px;
  overflow-y: scroll;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}

.branch #center .free .materials a {
  top: -1px;
  color: #4d4d4d;
  position: relative;
  align-items: center;
  padding: 16px 20px 16px 0;
  border-top: 1px solid #4d4d4d;
  justify-content: space-between;
}

.branch #center .free .materials span {
  width: calc(100% - 60px);
}

.branch #center .paper .lead {
  align-items: start;
  justify-content: space-between;
}

.branch #center .paper .lead p {
  line-height: 1.7;
  width: calc(100% - 100px);
}

.branch #center .paper .images {
  margin: 24px 0;
}

.branch #center .paper .images a {
  margin: 0.5em;
  color: #4d4d4d;
  text-align: center;
  width: calc(100% / 6 - 1em);
}

.branch #center .contacts {
  font-weight: bold;
  text-align: center;
  margin: 32px auto 0;
  justify-content: center;
}

.branch #center .contacts .application {
  width: 40%;
  color: #fff;
  margin: 0 2em;
  border-radius: 10px;
  background: #004096;
  align-items: center;
}

.branch #center .contacts .contact p {
  padding: 0 30px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin: 2em 0 16px;
}

.branch #center .contacts .contact p:before,
.branch #center .contacts .contact p:after {
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  display: inline-block;
  background-color: black;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.branch #center .contacts .contact p:before {
  left: 0;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.branch #center .contacts .contact p:after {
  right: 0;
}

.branch #center .publication .lead {
  align-items: start;
  justify-content: space-between;
}

.branch #center .publication .lead p {
  line-height: 1.7;
  width: calc(100% - 140px);
}

.branch #center .publication .lead b {
  color: #008bd4;
  font-size: 1.6rem;
}

.branch #center .publication .tables {
  font-size: 1.2rem;
}

.branch #center .publication .table {
  width: 50%;
  padding: 0 1px;
}

.branch #center .publication .cells {
  margin: 0.4em 0;
}

.branch #center .publication .cell {
  padding: 8px;
}

.branch #center .publication .th {
  color: #fff;
  width: 25%;
  background: #8d8d8d;
}

.branch #center .publication .type {
  width: 45%;
  margin: 0 0.4em;
  background: #e8e8e8;
}

.branch #center .publication .price {
  text-align: right;
  width: calc(30% - 0.8em);
  /* border: 1px solid #e8e8e8; */
}

.branch #center .access .address {
  justify-content: space-between;
}

.branch #center .access .text {
  width: 50%;
  text-align: left;
  padding: 0 1em 2em 0;
}

.branch #center .access .map {
  height: 0;
  width: 50%;
  position: relative;
  padding-bottom: 35%;
}

.branch #center .access .map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.branch.nagano #center .paper .lead p {
  width: 100%;
  margin: 1em 0 0;
}

/**
 * 入札結果
 */

.bid_result #center .scroll_table {
  overflow: scroll;
  border-bottom: 1px solid #4d4d4d;
}

.bid_result #center .table tr:nth-child(odd) {
  background: #e8e8e8;
}

.bid_result #center .table th:nth-of-type(1) {
  width: 18%;
}

.bid_result #center .table th:nth-of-type(2) {
  width: 11%;
}

.bid_result #center .table th:nth-of-type(3) {
  width: 28%;
}

.bid_result #center .table th:nth-of-type(4) {
  width: 20%;
}

.bid_result #center .table th:nth-of-type(5) {
  width: 23%;
}

.bid_result #center .table td:nth-of-type(2) {
  text-align: center;
}

.bid_result #center .table td {
  padding: 10px 8px;
  border-right: 1px solid #c5c5c5;
}

.bid_result #center .table td:last-of-type {
  border-right: none;
}

.bid_result #center .table a {
  color: #4d4d4d;
  text-decoration: underline;
}

.bid_result #center .table td.price {
  text-align: right;
}

.branch #center .table td.price .hidden_decimal,
.bid_result #center .table td.price .hidden_decimal {
  visibility: hidden;
}

.bid_result #center .contacts {
  width: 50%;
  margin: 0 auto;
}

.bid_result #center a.not_login {
  color: #f39800;
  background: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #f39800;
}

.bid_result.detail #center .key,
.bid_result.detail #center .val {
  padding: 8px;
}

.bid_result.detail #center .item:nth-child(odd) {
  background: #eee;
}

.bid_result.detail #center .key {
  width: 25%;
}

.bid_result.detail #center .val {
  width: 75%;
}

/**
 * 入札公告
 */

.bid_notice #center .scroll_table {
  overflow: scroll;
  border-bottom: 1px solid #4d4d4d;
}

.bid_notice #center .table tr:nth-child(odd) {
  background: #e8e8e8;
}

.bid_notice #center .table th:nth-of-type(1) {
  width: 20%;
}

.bid_notice #center .table th:nth-of-type(2) {
  width: 12%;
}

.bid_notice #center .table th:nth-of-type(3) {
  width: 47%;
}

.bid_notice #center .table th:nth-of-type(4) {
  width: 20%;
}

.bid_notice #center .table td {
  padding: 10px 8px;
  border-right: 1px solid #c5c5c5;
}

.bid_notice #center .table td:last-of-type {
  border-right: none;
}

/**
 * 記事
 */

.news #center .scroll_table {
  overflow: scroll;
  border-bottom: 1px solid #4d4d4d;
}

.news #center .table tr:nth-child(odd) {
  background: #e8e8e8;
}

.news #center .table th:nth-of-type(1) {
  width: 20%;
}

.news #center .table th:nth-of-type(2) {
  width: 42%;
}

.news #center .table th:nth-of-type(3) {
  width: 18%;
}

.news #center .table th:nth-of-type(4) {
  width: 20%;
}

.news #center .table a {
  color: #4d4d4d;
  text-decoration: underline;
}

.news #center .table td {
  padding: 10px 8px;
  border-right: 1px solid #c5c5c5;
}

.news #center .table td:last-of-type {
  border-right: none;
}

.news #center .table .date:before {
  content: '';
  width: 1.4em;
  height: 1.4em;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.news #center .table .date.is_img:before {
  background: url(../images/news/icon-img.png) 0 0 no-repeat;
  background-size: contain;
}

.news.detail #center .item {
  align-items: center;
}

.news.detail #center .key {
  padding: 4px;
  background: #eee;
  font-size: 1.2rem;
  margin: 0.5em 0.5em 0.5em 0;
}

.news.detail #center .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 16px 0 4px;
}

.news.detail #center .title+p {
  margin: 0 0 16px;
}

.news.detail #center .images {
  margin: 48px 0 0;
}

.news.detail #center .images a {
  margin: 2%;
  width: 46%;
}

.news.detail #center .contacts {
  width: 50%;
  margin: 0 auto;
}

/**
 * コラム
 */

.column #center .select_month {
  padding: 16px;
  margin: 0 0 48px;
  background: #f5f5f5;
}

.column #center .select_month form span {
  font-weight: bold;
  margin: 0 0.5em 0 0;
}

.column #center .select_month .month {
  font-weight: bold;
  margin: 48px 0 8px;
}

.column #center .select_month .articles {
  padding: 16px;
  background: #fff;
  max-height: 216px;
  overflow-y: scroll;
  border: 1px solid #000;
}

.column #center .select_month .key {
  width: 100px;
  color: #999999;
  padding: 0 0.5em 0 0;
  /* word-break: break-all; */
}

.column #center .select_month .val {
  color: #333333;
  width: calc(100% - 100px);
}

.column #center .content .date {
  color: #999999;
  margin: 0 0 24px;
  font-size: 1.2rem;
}

.column #center .content .title {
  font-size: 2rem;
  margin: 0 0 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.column #center .content .twitter_btn {
  margin: 0 0 8px;
}

.column #center .images {
  margin: 48px 0 0;
}

.column #center .images img {
  margin: 2%;
  width: 46%;
}

.column #center .contacts {
  width: 50%;
  margin: 0 auto;
}

/**
 * インタビュー
 */

.interview #center .select_month {
  padding: 16px;
  margin: 0 0 48px;
  background: #f5f5f5;
}

.interview #center .select_month form span {
  font-weight: bold;
  margin: 0 0.5em 0 0;
}

.interview #center .select_month .month {
  font-weight: bold;
  margin: 48px 0 8px;
}

.interview #center .select_month .articles {
  padding: 16px;
  background: #fff;
  max-height: 216px;
  overflow-y: scroll;
  border: 1px solid #000;
}

.interview #center .select_month .key {
  color: #999999;
  padding: 0 0.5em 0 0;
}

.interview #center .select_month .val {
  width: 100%;
  color: #333333;
  margin: 0 0 0.5em;
}

.interview #center .content .date {
  color: #999999;
  margin: 0 0 24px;
  font-size: 1.2rem;
}

.interview #center .content .title {
  font-size: 2rem;
  margin: 0 0 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.interview #center .content .twitter_btn {
  margin: 0 0 8px;
}

.interview #center .images {
  margin: 48px 0 0;
}

.interview #center .images a {
  margin: 2%;
  width: 46%;
}

.interview #center .contacts {
  width: 50%;
  margin: 0 auto;
}

/**
 * お知らせ詳細
 */

.content #center .content .date {
  color: #999999;
  margin: 0 0 24px;
  font-size: 1.2rem;
}

.content #center .content .title {
  font-size: 2rem;
  margin: 0 0 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.content #center .images {
  margin: 48px 0 0;
}

.content #center .images img {
  margin: 2%;
  width: 46%;
}

/**
 * 特集企画
 */

.kikaku #center .content {
  margin: 48px 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.kikaku #center .section_title02 {
  margin: 0;
  padding: 8px 0 8px 8px;
}

.kikaku #center .section_title02:before {
  color: #1c96d4;
}

.kikaku #center .year {
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}

.kikaku #center .year a {
  color: #fff;
  padding: 8px 16px;
  align-items: center;
  background: #1c96d4;
}

.kikaku #center .year span {
  transform: scale(1, 1.5);
}

.kikaku #center .year a.open span {
  transform: rotate(90deg) scale(1, 1.5);
}

.kikaku #center .items {
  padding: 1em;
  display: none;
}

.kikaku #center .item {
  padding: 2em;
  width: calc(100% / 3);
}

.kikaku #center .item img {
  width: 100%;
}

.kikaku #center .cap {
  margin: 0.5em 0;
  font-size: 1.2rem;
}

.kikaku #center .contacts {
  width: 50%;
  margin: 72px auto 0;
}

/**
 * 発注見通し
 */

.outlook #center .select_month {
  padding: 16px;
  margin: 0 0 48px;
  background: #f5f5f5;
}

.outlook #center .select_month form span {
  font-weight: bold;
  margin: 0 0.5em 0 0;
}

.outlook #center .select_month .month {
  font-weight: bold;
  margin: 48px 0 8px;
}

.outlook #center .select_month .articles {
  padding: 16px;
  background: #fff;
  max-height: 216px;
  overflow-y: scroll;
  border: 1px solid #000;
}

.outlook #center .select_month .key {
  width: 100%;
  color: #999999;
  padding: 0 0.5em 0 0;
}

.outlook #center .select_month .val {
  margin: 0 0 0.5em;
}

.outlook #center .select_month .val a {
  color: #333333;
  margin: 0 1em 0 0;
  text-decoration: underline;
}

.outlook #center .content .title {
  font-size: 2rem;
  margin: 0 0 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.outlook #center .content li {
  margin: 0 0 0.5em;
}

.outlook #center .content li a {
  color: #333333;
}

.outlook #center .content li .key {
  padding: 0 1em 0 0;
}

.outlook #center .content li .val {
  text-decoration: underline;
}

/**
 * セキュリティポリシー
 */

.securitypolicy #center ul {
  margin: 32px 0 0;
}

.securitypolicy #center li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

/**
 * サイトポリシー
 */

.sitepolicy #center .lead b {
  font-size: 2rem;
}

.sitepolicy #center ul {
  margin: 1em 0 0;
}

.sitepolicy #center li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/**
 * Q&A
 */

.qa #center .question {
  color: #004098;
  font-size: 1.6rem;
  margin: 0 0 1.6rem;
}

.qa #center .question span {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1.6rem;
}

/**
 * サイトマップ
 */

.sitemap #center .links {
  margin-left: 2.2rem;
}

/**
 * ログイン
 */

.login.form #center .form .key {
  width: 100%;
  color: #5eb7e8;
  background: none;
  font-size: 1.6rem;
  margin: 0 0 0.5em;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  border-left: 4px solid #5eb7e8;
  border-bottom: 1px solid #5eb7e8;
}

.login.form #center .form .val {
  width: 100%;
  margin: 0 0 1em;
}

.login.form #center .form .wrap {
  border: none;
}

.login.form #center .password {
  margin: 48px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

.login.form #center .password a {
  text-decoration: underline;
}

.login.form #center .mismatch {
  padding: 16px;
  text-align: center;
  background: #efefef;
}

/**
 * バナー広告募集
 */

.recruit-ad #center .info {
  padding: 16px;
  margin: 48px 0;
  background: #efefef;
}

.recruit-ad #center .info .key {
  font-size: 1.6rem;
  font-weight: bold;
}

.recruit-ad #center .info .val {
  margin: 0 0 1em;
}

.recruit-ad #center .contacts {
  width: 50%;
  margin: 0 auto;
}

/**
 * 会社概要
 */

.company #center .table {
  width: 100%;
}

.company #center .cells {
  margin: 0.4em 0;
}

.company #center .cell {
  padding: 8px;
}

.company #center .th {
  width: 25%;
  background: #ebebeb;
}

.company #center .td {
  margin: 0 0.4em;
  background: #f5f5f5;
  width: calc(75% - 0.8em);
}

.company #center .branch .map {
  margin: -180px 0 96px;
}

.company #center .branch .list,
.company #center .branch .list ul {
  width: 50%;
  z-index: 100;
  position: relative;
  align-items: flex-start;
}

.company #center .branch .list ul {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

.company #center .branch .list li {
  padding: 4px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.company #center .branch .list .kanto {
  margin: 0 0 0 -1px;
}

.company #center .branch .list a {
  color: #333333;
  display: block;
}

.company #center .branch .list span {
  color: #fff;
  padding: 2px;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  background: #004098;
}

.company #center .branch .list li:hover {
  background: #004098;
}

.company #center .branch .list li:hover a {
  opacity: 1;
  color: #fff;
}

.company #center .branch .list li:hover span {
  color: #004098;
  background: #fff;
}


.company #center .branch .map {
  position: relative;
}

.company #center .branch .map:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.company #center .branch .map svg {
  top: 5%;
  right: 0;
  position: absolute;
}

.company #center .cls-1 {
  fill: #2ca6e0;
}

.company #center .cls-2 {
  fill: #00a199;
}

.company #center .cls-3 {
  fill: #8dc21f;
}

.company #center .cls-4 {
  fill: #f7b52c;
}

.company #center .cls-5 {
  fill: #e95513;
}

.company #center .cls-6 {
  fill: #df803a;
}

.company #center .cls-7 {
  fill: #1eaa39;
}

.company #center .cls-8 {
  fill: #f1a1b5;
}

.company #center .cls-9 {
  fill: #fff;
}

.company #center .cls-10 {
  fill: #004098;
}

.company #center .cls-11 {
  fill: none;
  stroke: #fff;
}

.company #center .access .address {
  justify-content: space-between;
}

.company #center .access .text {
  width: 50%;
  padding: 0 1em 2em 0;
}

.company #center .access .map {
  height: 0;
  width: 50%;
  position: relative;
  padding-bottom: 35%;
}

.company #center .access .map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/**
 * 商品紹介
 */

.product #center .lead .key {
  margin: 0 0 48px;
  align-items: flex-start;
}

.product #center .lead .key .img {
  width: 40%;
}

.product #center .lead .key .text {
  width: 60%;
  padding: 0 0 0 2em;
}

.product #center .scroll_table {
  overflow-x: scroll;
  border-bottom: 1px solid #4d4d4d;
}

.product #center .table tr:nth-child(odd) {
  background: #e8e8e8;
}

.product #center .table td {
  padding: 10px 8px;
  border-right: 1px solid #c5c5c5;
}

.product #center .table td:last-of-type {
  border-right: none;
}

.product #center .table td.price {
  text-align: center;
}

.product #center .table td.num {
  text-align: right;
}

.product #center .table.results th:nth-of-type(1) {
  width: 50%;
}

.product #center .table.results th:nth-of-type(2) {
  width: 30%;
}

.product #center .table.results th:nth-of-type(3) {
  width: 20%;
}

.product #center .terms {
  margin: 48px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

.product #center .terms a {
  text-decoration: underline;
}

.product #center .form div.claim {
  display: none;
}

.product #center .lead .key .text .title {
  padding: 8px;
  color: #004098;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #004098;
}

.product #center .lead .key .text .subtitle {
  color: #1c96d4;
  padding: 2rem 0;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}

.product #center .lead .key .text .price {
  padding: 0 0 2rem;
  align-items: center;
  justify-content: center;
}

.product #center .lead .key .text .price .circle {
  color: #fff;
  width: 89px;
  height: 89px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50%;
  background: #8ecaea;
  align-items: center;
  justify-content: center;
}

.product #center .lead .key .text .price .num {
  margin: 0 0 0 3rem;
  font-weight: bold;
}

.product #center .lead .key .text .price .num span {
  font-size: 2rem;
}

.product #center .lead .key .text .note {
  left: 50%;
  font-size: 1.2rem;
  position: relative;
  transform: translateX(-50%);
}

.product #center .pamphlet a {
  color: #333;
  text-decoration: underline;
}

.product #center .application>p b {
  color: #1c96d4;
}

.product #center .application ul,
.product #center .application ul div {
  margin-left: 1em;
  text-indent: -1em;
}

.product #center .application li {
  padding: 2px 0;
}

.product.nyusatsunet #center .table {
  table-layout: fixed;
}

.product.jigyokeikakusho #center .tables {
  font-size: 1.2rem;
}

.product.jigyokeikakusho #center .tables .table {
  width: 50%;
  padding: 0 1px;
}

.product.jigyokeikakusho #center .tables .cells {
  margin: 0.4em 0;
}

.product.jigyokeikakusho #center .tables .cell {
  padding: 8px;
}

.product.jigyokeikakusho #center .tables .th {
  color: #fff;
  width: 25%;
  background: #8d8d8d;
}

.product.jigyokeikakusho #center .tables .type {
  width: 45%;
  margin: 0 0.4em;
  background: #e8e8e8;
}

.product.jigyokeikakusho #center .tables .price {
  text-align: right;
  width: calc(30% - 0.8em);
}

.product.meikan #center .table.results th:nth-of-type(1) {
  width: 30%;
}

.product.meikan #center .table.results th:nth-of-type(2) {
  width: 10%;
}

.product.meikan #center .table.results th:nth-of-type(3) {
  width: 30%;
}

.product.meikan #center .table.results th:nth-of-type(4) {
  width: 30%;
}

.product.kensetsumail #center .lead .key .img {
  width: 30%;
}

.product.kensetsumail #center .lead .key .text {
  width: 70%;
}

.product.kensetsumail #center .sample .area {
  padding: 8px 16px;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #4d4d4d;
}

.product.kensetsumail #center .sample .area a {
  color: #333;
  padding: 2px 0;
  display: block;
  font-size: 1.2rem;
}

.product.kensetsumail #center .sample .area a:before {
  content: '●';
  color: #1c96d4;
  display: inline-block;
}

.product.mailmagazine #center .select_month {
  padding: 16px;
  margin: 0 0 48px;
  background: #f5f5f5;
}

.product.mailmagazine #center .select_month form span {
  font-weight: bold;
  margin: 0 0.5em 0 0;
}

.product.mailmagazine #center .select_month .month {
  font-weight: bold;
  margin: 48px 0 8px;
}

.product.mailmagazine #center .select_month .articles {
  padding: 16px;
  background: #fff;
  max-height: 216px;
  overflow-y: scroll;
  border: 1px solid #000;
  justify-content: space-around;
}

.product.mailmagazine #center .select_month .article {
  width: 7em;
  margin: 0.5em 1em 0 0;
}

.product.mailmagazine #center .sample {
  padding: 16px;
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #000;
}

/**
 * 地方建設専門紙の会
 */

.senmonshi #center .lead .key {
  margin: 0 0 48px;
  align-items: flex-start;
}

.senmonshi #center .lead .key .img {
  width: 100%;
}

.senmonshi #center .lead .key .text {
  width: 100%;
  padding: 2em 0 0;
}

.senmonshi #center .lead .key .text .title {
  padding: 8px;
  color: #004098;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #004098;
}

.senmonshi #center .lead .key .text .subtitle {
  color: #1c96d4;
  padding: 2rem 0;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}

.senmonshi #center .list li {
  padding: 0.5em;
  text-align: center;
  width: calc(100% / 3);
  border-bottom: 1px solid #ccc;
}

.senmonshi #center .terms {
  margin: 48px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

/**
 * フッター
 */

#footer {
  font-size: 1.2rem;
  background: #ebebeb;
}

#footer .navis {
  padding: 64px 0;
  justify-content: space-between;
}

#footer a {
  color: #000;
  margin: 0 64px 0 0;
}

#footer .address .name {
  font-size: 1.4rem;
  font-weight: bold;
}

#footer .copyright {
  color: #fff;
  padding: 8px 0;
  font-size: 1.2rem;
  text-align: center;
  background: #004096;
}

#page_top {
  right: 4%;
  bottom: 2%;
  z-index: 100;
  position: fixed;
  margin: 0 !important;
}