@charset "UTF-8";
#content.full {
  float: none;
  width: 100%;
}
#content .post {
  border-bottom: 1px solid #000;
  line-height: 1.4;
  overflow: hidden;
  padding: 20px 0;
}
#content .post span.date {
  display: block;
  float: left;
  width: 100px;
}
.item #content .items {
  margin: 0 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.item #content .item {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 20px;
  width: calc(50% - 20px);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.item #content .item .header {
  padding: 10px;
  display: flex;
  align-items: center;
}
.item #content .item .header span {
  display: inline-block;
}
.item #content .item .header span.cat {
  margin: 0 10px 0 0;
}
.item #content .item .header span.title {
  background-image: none;
  color: #000;
  font-size: inherit;
  font-weight: normal;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
.item #content .item .header span.new {
  color: #fff;
  margin-left: auto;
}
.item #content .item .article {
  overflow: hidden;
  padding: 10px;
}
.item #content .item .article .thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 50%;
}
.item #content .item .article .thumb img {
  width: 100%;
  height: auto;
}
.item #content .item .article .readmore {
  margin: 20px 0 0;
}
.item #content .item .article .addcart {
  margin: 20px 0 0;
}
.item #content .item .footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 10px;
}
.item #content .item .footer span {
  display: block;
  font-size: inherit;
}
.item #content .item .footer span.date {
  border-right: 1px solid #666;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.item #content .item .footer span.price em.tax {
  font-size: inherit;
  font-weight: inherit;
}
.item #sidebar .cart {
  border: 1px solid #000;
}
.item #sidebar .cart .in-cart {
  padding: 10px;
}
.item #sidebar .cart .in-cart dl {
  margin: 0 0 10px;
  overflow: hidden;
}
.item #sidebar .cart .in-cart dl dt {
  float: left;
}
.item #sidebar .cart .in-cart dl dd em.tax {
  font-size: inherit;
  font-weight: inherit;
}
.item #sidebar .cart .in-cart .tocart {
  margin: 20px 0 0;
}
.item #sidebar .cart .in-cart .tocart a {
  text-align: center;
}
.item #sidebar .to-archive {
  margin: 20px 0 0;
}

.bid #content .post {
  border-bottom: 1px dotted #ccc;
  display: flex;
}
.bid #content .post .date {
  margin: 0 1em 0 0;
  width: auto;
}
.bid #content .post a:hover,
.bid #content .post a:active {
  text-decoration: underline;
}
.result #content .posts {
  overflow: hidden;
}
.result #content .post {
  position: relative;
  border: none;
  margin: 0 2% -2% 0;
  padding: 0;
  float: left;
  width: 32%;
}
.result #content .post:nth-of-type(3n + 1) {
  margin: 0 0 2% 0;
}
.result #content .post:nth-of-type(1) {
  float: none;
  margin: 0 auto 2%;
}
.result #content .post:nth-of-type(2) {
  clear: both;
}
.result #sidebar .original {
  margin: 0 0 40px;
}
.result #sidebar .original ul li {
  border: 1px solid #666;
}
.result #sidebar .original ul li + li {
  border-top-width: 0;
}
.result #sidebar .original ul li a {
  display: block;
  padding: 20px;
  text-align: center;
}
.result #sidebar .original ul li a:hover,
.result #sidebar .original ul li a:active,
.result #sidebar .original ul li.current a {
  background: #666;
  color: #fff;
}
.result.tax-resultcategory #content .post {
  border-bottom: 1px solid #000;
  float: none;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
  width: auto;
}
.result.tax-resultcategory #content .post .title {
  background-image: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  height: inherit;
  line-height: inherit;
  padding: inherit;
}
.result.tax-resultcategory #content .post .title a {
  border: none;
  padding: inherit;
  text-align: left;
}
.result.tax-resultcategory #content .post span.date {
  display: block;
  float: left;
  width: 100px;
}
.tax-resultcategory .post #content {
  border-bottom: 1px solid #000;
  line-height: 1.4;
  overflow: hidden;
  padding: 20px 0;
}
.tax-resultcategory .post #content h3 {
  float: left;
}
.tax-resultcategory .post #content h3 span.date {
  display: block;
  float: left;
}
.tax-resultcategory .post #content h3 span.title {
  display: block;
  padding: 0 0 0 100px;
}
.tax-resultcategory .post #content h3 span.title a {
  display: inline-block;
  text-decoration: underline;
}
.information #content h2 span {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 0 10px 10px;
  text-align: center;
}
.information #content .post {
  border-bottom: 1px dotted #ccc;
}
.information #content .post h3 {
  display: flex;
}
.information #content .post h3 span.date {
  margin: 0 1em 0 0;
  width: auto;
}
.information #content .post h3 span.title {
  background: none;
  font-weight: normal;
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
.information #content .post h3 span.title a {
  display: inline-block;
}
.information #content .post h3 span.title a:hover,
.information #content .post h3 span.title a:active {
  text-decoration: underline;
}
.information #sidebar ul li {
  border: 1px solid #000;
  border-bottom: none;
}
.information #sidebar ul li a {
  padding: 20px;
  text-align: center;
}
.information #sidebar ul li:last-of-type {
  border-bottom: 1px solid #000;
}
.information #sidebar ul li.current a {
  background: #000;
  color: #fff;
}
.condominium-notice #content h1 + p {
  color: #f27213;
  font-weight: bold;
}
.condominium-notice #content table {
  margin: 20px 0 0;
  width: 100%;
}
.condominium-notice #content table td {
  line-height: 1.4;
  padding: 10px;
}
.condominium-notice #content table thead td {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.condominium-notice #content table tbody .post {
  border-bottom: none;
}
.condominium-notice #content table tbody .post td {
  border-bottom: 1px dotted #ccc;
}
.condominium-notice #content table tbody .post td.place {
  width: 8em;
}
.condominium-notice #content table tbody .post td a {
  color: #2b86bd;
}
.condominium-notice #content table tbody .post td a:hover {
  text-decoration: underline;
}
.condominium-notice #content .end {
  font-size: 10px;
  background-color: transparent;
  color: #e40057;
  display: block;
  width: 4em;
  text-align: center;
  border: 1px solid #e40057;
  padding: 0 10px;
}
.public-announcement #content p {
  color: #f27213;
  font-weight: bold;
}
.public-announcement #content table {
  margin: 20px 0 0;
  width: 100%;
}
.public-announcement #content table thead td {
  border-bottom: 2px solid #000;
  line-height: 1.4;
  padding: 10px;
  font-weight: bold;
}
.public-announcement #content table tbody .post {
  border-bottom: 1px dotted #ccc;
  padding: 0;
}
.public-announcement #content table tbody .post td {
  line-height: 1.4;
  padding: 10px;
}
.public-announcement #content table tbody .post td a {
  color: #2b86bd;
}
.public-announcement #content table tbody .post td a:hover {
  text-decoration: underline;
}
.public-announcement #content table tbody .post td.project-name .end {
  font-size: 10px;
  background-color: transparent;
  color: #e40057;
  display: block;
  width: 4em;
  text-align: center;
  border: 1px solid #e40057;
  padding: 0 10px;
}
.public-announcement #content table tbody .post td.place {
  width: 8em;
} 
.news:not(.information) #content .post {
  border-bottom: 1px dotted #ccc;
  line-height: 1.4;
  overflow: hidden;
  padding: 20px 0;
}
.news:not(.information) #content .post h3 {
  float: left;
}
.news:not(.information) #content .post h3 span {
  display: block;
}
.news:not(.information) #content .post h3 span.date {
  display: flex;
  align-items: center;
  float: left;
  width: 150px;
}
.news:not(.information) #content .post h3 span.new {
  display: inline-block;
  background: #d31919;
  border-radius: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
  margin: 0 0 0 1em;
  padding: 0px 8px;
}
.news:not(.information) #content .post h3 span.title {
  background: none;
  font-size: inherit;
  font-weight: normal;
  height: auto;
  line-height: inherit;
  padding: 0 0 0 150px;
}
.news:not(.information) #content .post h3 span.title a {
  display: inline-block;
}
.news:not(.information) #content .post h3 span.title a:hover,
.news:not(.information) #content .post h3 span.title a:active {
  text-decoration: underline;
}
.tohoku-journal #content .post {
  border-bottom-color: #ccc;
  display: flex;
}
.tohoku-journal #content .post a:hover,
.tohoku-journal #content .post a:active {
  text-decoration: underline;
}
.tohoku-journal #content .post span.date {
  margin: 0 1em 0 0;
  width: auto;
}
.tohoku-journal #sidebar .original ul {
  margin: 0 0 40px;
}
.tohoku-journal #sidebar .original ul li {
  border-bottom: 1px dotted #000;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center;
}
.tohoku-journal #sidebar .original ul li a {
  display: inline-block;
  text-decoration: underline;
}
#content .post_password {
  margin: 1em 0 0;
  text-align: center;
}
.pager {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
}
.pager a.page-numbers {
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 38px;
  line-height: 36px;
}
.pager span.page-numbers {
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 38px;
  line-height: 36px;
}
.pager span.page-numbers.current {
  background: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.pager a.page-numbers.prev,
.pager a.page-numbers.next {
  background: none;
  border: none;
  color: #000;
  width: auto;
}
.pager a.page-numbers.prev::before {
  content: "\0ab";
  display: inline-block;
  margin: 0 4px 0 0;
}
.pager a.page-numbers.next::after {
  content: "\0bb";
  display: inline-block;
  margin: 0 0 0 4px;
}
@media screen and (max-width: 820px) {
  .public-announcement #content p, .condominium-notice #content p {
    margin-bottom: 20px;
  }
  .public-announcement #content .post {
    padding: 0;
  }
  .public-announcement #content .post .project-name {
    padding: 10px 0 10px 40px;
    position: relative;
  }
  .public-announcement #content .post .project-name::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: 0.1s;
    transform: translateY(-50%) rotateZ(-45deg);
  }
  .public-announcement #content .post .project-name a {
    color: #2b86bd;
  }
  .public-announcement #content .post dl {
    display: none;
  }
  .public-announcement #content .post dl dd {
    margin: 0 0 0 40px;
    padding: 10px 10px 10px 10px;
  }
  .public-announcement #content .post dl dd + dd {
    border-top: 1px dashed #000;
  }
  .public-announcement #content .post dl dd span {
    letter-spacing: 0.5em;
  }
  .public-announcement #content .post dl dd span.colon {
    letter-spacing: 0;
    padding-left: 0.5em;
  }
  .public-announcement #content .post.open .project-name::before {
    transform: translateY(-50%);
  }
  .public-announcement #content .post .end {
    font-size: 10px;
    background-color: transparent;
    color: #e40057;
    display: block;
    width: 4em;
    text-align: center;
    border: 1px solid #e40057;
    padding: 0 6px;
    margin-bottom: 5px;
  }
  .condominium-notice #content .post {
    padding: 0;
  }
  .condominium-notice #content .post .project-name {
    padding: 10px 0 10px 40px;
    position: relative;
  }
  .condominium-notice #content .post .project-name::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: 0.1s;
    transform: translateY(-50%) rotateZ(-45deg);
  }
  .condominium-notice #content .post .project-name a {
    color: #2b86bd;
  }
  .condominium-notice #content .post dl {
    display: none;
  }
  .condominium-notice #content .post dl dd {
    margin: 0 0 0 40px;
    padding: 10px 10px 10px 10px;
  }
  .condominium-notice #content .post dl dd + dd {
    border-top: 1px dashed #000;
  }
  .condominium-notice #content .post.open .project-name::before {
    transform: translateY(-50%);
  }
  .condominium-notice #content .post .end {
    font-size: 10px;
    background-color: transparent;
    color: #e40057;
    display: block;
    width: 4em;
    text-align: center;
    border: 1px solid #e40057;
    padding: 0 6px;
    margin-bottom: 5px;
  }
  .news:not(.information) #content .post {
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .news:not(.information) #content .post h3 {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .news:not(.information) #content .post h3 span.title {
    padding: 0;
  }
  .news:not(.information) #content .post.new h3 span.title::before {
    content: "New";
    display: inline-block;
    background: #d31919;
    border-radius: 0px;
    color: #fff;
    float: left;
    font-size: 10px;
    line-height: 1.7;
    margin: 0.25em 1em 0.25em 0;
    padding: 0px 8px;
  }
  .news:not(.information) #content .post h3 span.title a {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
  }
  .news:not(.information) #content .post h3 span.new.only-pc {
    display: none;
  }
  .tohoku-journal #content .post {
    border-bottom: 1px dotted #ccc;
  }
} /* 結果速報 */
.select-area-text {
  font-weight: 900;
  padding: 0 18px;
  margin-bottom: 20px;
}
.result #content .post::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: #094;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.result #content .post a {
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.result #content .post a:hover {
  opacity: 1;
}
.result #content .post a::before,
.result #content .post a::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transition: 0.5s;
}
.result #content .post a::before {
  border-top: 1px solid #094;
  border-bottom: 1px solid #094;
  transform: scale(0, 1);
}
.result #content .post a::after {
  border-right: 1px solid #094;
  border-left: 1px solid #094;
  transform: scale(1, 0);
}
.result #content .post a:hover::before,
.result #content .post a:hover::after {
  transform: scale(1);
} /* 書籍・データCD一覧 */
.item #content .item .readmore a {
  text-decoration: none;
  color: #3399cc;
  font-size: 14px;
}
.item #content .item .readmore a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/arrows/book-cd-arrow_bl.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 5px -1px 0;
}
.item #content .item .readmore a:hover {
  text-decoration: underline;
}
.item #content .item .header {
  background: #f9f9f9;
  border-bottom: 1px dotted #ccc;
}
.item #content .item .header span.title {
  font-weight: 900;
  font-size: 17px;
  position: relative;
  padding-left: 12px;
}
.item #content .item .header span.title::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #ccc;
  position: absolute;
  top: 3px;
  left: 0;
}
.item #content .item .header span.new {
  background: #d31919;
  padding: 2px 10px 0;
  font-size: 14px;
}
.item #content .item .article {
  display: flex;
}
.item #content .item .article .right-body {
  text-align: center;
}
.item #content .item .footer {
  background: #f9f9f9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .item #content .item {
    width: calc(100% - 20px);
  }
  .item #content .item .header span.new {
    padding: 1px 10px;
    margin-top: -2px;
  }
} /* 書籍・データCD一覧 サイドバー */
.item #sidebar .cart {
  border-top: 5px solid #000;
}
.item #sidebar .cart .title {
  background: url(../images/common/title/bg_title.png) 0 0 repeat;
  padding: 14px 10px;
  font-weight: 900;
  border-bottom:  1px dotted #ccc;
}
.item #sidebar .cart .in-cart dl {
  font-size: 14px;
  font-weight: 900;
}
.item #sidebar .cart .in-cart .tocart a {
  padding: 15px 10px;
  background: #0099ff;
  border: 3px solid #7fccff;
  color: #fff;
  font-weight: 900;
}
.item #sidebar .to-archive {
  border: 2px solid #b4b2c7;
  margin: 20px 0 0;
}
.item #sidebar .to-archive a {
  padding: 25px 20px;
  color: #343573;
  text-align: left;
  font-weight: 900;
  background: url(../images/common/title/bg_title_item.png) 0 0 no-repeat;
  position: relative;
}
.item #sidebar .to-archive a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/arrows/book-cd-arrow_navy.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}