/*---------------------------------------------------------------------
　共通
---------------------------------------------------------------------*/

.kousaku .ichiranBack {
  text-align: center;
  font-weight: bold;
  margin: 8px 0;
}

.kousaku .ichiranBack a {
  color: #000;
}

.kousaku .ichiranBack a:hover {
  opacity: 0.8;
}

.kousaku .btnWrap {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  z-index: 0;
  flex-wrap: wrap;
}

.kousaku .btnWrap li {
  margin: 0 10px 20px;
}

.kousaku .btnWrap li a {
  display: inline-block;
  padding: 14px 50px;
  background: url(../images/btn_arrow.svg) no-repeat right 5px center;
  background-size: 20px;
  background-color: #FFF462;
  border: 3px solid #000;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

@media all and (-ms-high-contrast: none) {
  .kousaku .btnWrap li a {
    background-size:50px;
  }
}

.kousaku .btnWrap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_stripe.png) repeat center;
  z-index: -1;
  left: 5px;
  top: 7px;
  border: 1px solid #231815;
}

.kousaku #wrap #tabContArea article ul > li:before {
  content: none;
}

.kousaku #tabContArea.kousakuIndex p {
  font-weight: bold;
  margin-bottom: 30px;
}

/*-------　トップページ　kousakuIndex　-------------------------------------*/

.kousaku .kousakuIndex .columnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.kousaku .kousakuIndex p {
  text-align: center;
}

.kousaku .kousakuIndex .column {
  margin-right: 20px;
  width: 32%;
}

.kousaku .kousakuIndex .column:nth-child(3n) {
  margin-right: 0;
}

.kousaku .kousakuIndex .column img {
  width: auto;
  height: 240px;
}

.kousaku .kousakuIndex .pdfWrap {
  border: 2px solid #000;
}

.kousaku .kousakuIndex .pdfWrap:hover {
  border: 2px solid #FFA444;
}

.kousaku .kousakuIndex a img:hover {
  opacity: 0.8;
}

.kousaku .kousakuIndex h4 {
  font-weight: bold;
  text-align: center;
  background: #FFA444;
  margin-bottom: 5px;
  padding: 5px;
}

.kousaku .kousakuIndex a {
  text-decoration: none;
  color: #000;
}



@media screen and (max-width:896px) {
  .kousaku .kousakuIndex .columnWrap {
    display: block;
  }

  .kousaku .kousakuIndex .column {
    margin-right: auto;
    width: 100%;
  }
}

/*-------　詳細ページ　kousakuDetail　-------------------------------------*/

.kousaku .kousakuDetail .detailBox {
  display: flex;
  justify-content: space-around;
}

.kousaku .kousakuDetail h3 {
  background: #FFA444;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding: .125em 1em;
  border: 2px solid #000;
  margin: 1em 0;
}

.kousaku .kousakuDetail .text p {
  font-weight: bold;
  margin-bottom: 15px;
}

.kousaku .kousakuDetail .imgR img {
  border: 2px solid;
  margin-bottom: 20px;
}

.kousaku .kousakuDetail .imgR {
  text-align: center;
}

.kousaku .kousakuDetail .charaRight {
  position: absolute;
  right: 0;
  top: 0;
  width: 9%;
  transform: translate(-185%, 260%);
}

.kousaku .kousakuDetail .textImage_box a {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.kousaku .kousakuDetail .textImage_box a:hover {
  color: #FFA444;
}

.kousaku .kousakuDetail ol {
  counter-reset: li;
  margin-bottom: 30px;
}

.kousaku .kousakuDetail li {
  font-weight: bold;
}

.kousaku .kousakuDetail ol > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 3px;
}

.kousaku .kousakuDetail ol > li:before {
  counter-increment: li;
  content: counter(li);
  margin-right: 1em;
  background: #FFA444;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0em;
  top: 14px;
  line-height: 1.4;
}

.kousaku .kousakuDetail h4 {
  font-weight: bold;
  border-bottom: 2px dashed #FFA444;
  margin-bottom: 20px;
}

.kousaku .textImage_box figure img {
  height: auto;
  width: 35%;
  float: right;
  border: 2px solid #000;
  margin: 0 45px 45px 0;
}

.kousaku .textImage_box .text {
  overflow: hidden;
}

@media screen and (max-width:896px) {
  .kousaku .kousakuDetail .detailBox {
    display: block;
  }

  .kousaku .textImage_box figure img {
    float: none;
    width: 90%;
    margin: 15px;
  }

}
