@charset "utf-8";

/*==================================================
お知らせ欄
===================================*/
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #CCC;
  padding: 15px 0px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date, .title {
  margin: 0;
  min-width: 140px;
  font-size: 1rem;
  color: #000;
  padding: 0 20px;
}

.news-list .item .category, .category_NEWS, .category_WORKS, .category_RESIDENCE {
  margin: 0;
  min-width: 140px;
  padding: 0 20px;
}

.news-list .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}

.news-list .item .category_NEWS span {
  background: #006600;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}

.news-list .item .category_WORKS span {
  background: #666;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}

.news-list .item .category_RESIDENCE span {
  background: #000033;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}

.news-list .item .category_akichi span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: #626262;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date, .title {
    font-size: 0.9rem;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }
}

/*==================================================
お知らせ欄 END
===================================*/
/*==================================================
フッター欄
===================================*/
.border_toiawase {
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff),
      color-stop(.25, transparent), color-stop(.5, transparent),
      color-stop(.5, #fff), color-stop(.75, #fff),
      color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 30px 30px;
  padding: 2% 0;
}

.footer06 {
  color: #f3f3f3;
  /*background: #e5e5e5;*/
  padding: 30px;
}

.footer06 a {
  color: #f3f3f3;
  text-decoration: none;
}

.footer06 li a:hover {
  color: #c4c4c4;
  text-decoration: underline;
}

.footer06 .wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer06 .wrap h3 {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px #c4c4c4 solid;
  color: #f3f3f3
}

.footer06 .wrap h4 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #f3f3f3
}

.footer06 .wrap p {
  margin: 0;
  padding: 0 0 20px 0;
}

.footer06 .wrap .box1 {
  width: 30%;
}

.footer06 .wrap .box1 ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}

.footer06 .wrap .copyright {
  width: 100%;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 599px) {
  .footer06 .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .footer06 .wrap h3 {
    border: none;
  }

  .footer06 .wrap .box1 {
    width: 100%;
  }

  .footer06 .wrap .box1 ul {
    border-top: 1px #c4c4c4 solid;
  }

  .footer06 .wrap .box1 ul li a {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px #c4c4c4 solid;
  }
}

/*==================================================
フッター END
===================================*/
/*==================================================
空き家バンク一覧
===================================*/
.bank_number {
  /*No.*/
  background: #FFF;
  border: 1px solid #FFF;
  color: #000;
  text-align: center;
  display: inline-block;
  padding: 5px 20px 5px 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}

.bank_red {
  /*募集中*/
  background: #b22222;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 0.8;
  font-weight: normal;
}

.bank_blue {
  /*商談中*/
  background: #191970;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 0.8;
  font-weight: normal;
}

.bank_gray {
  /*その他*/
  background: #666;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 0.8;
  font-weight: normal;
}

.bank_title {
  /*タイトル*/
  background: #FFF;
  border: 1px solid #fff;
  color: #000;
  text-align: left;
  display: inline-block;
  padding: 5px 20px 5px 0;
  line-height: 1;
  font-weight: bold;
}

/*==================================================
空き家バンク一覧 END
===================================*/
/*==================================================
連絡先カード
===================================*/
.box30 {
  margin: 2em 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
  font-size: 1em;
  background: #666666;
  padding: 0 1.5em;
  /*  text-align: center; */
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.box30 h3 {
  padding: 1em 2em;
  margin: 0;
  font-size: 1.1rem;
}

.box30 p {
  padding: 1em 2em;
  margin: 0;
}

.box30 a {
  color: #f3f3f3;
}

/*==================================================
連絡先カード END
===================================*/
/*==================================================
表1
===================================*/
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
}

.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}

@media screen and (max-width: 768px) {

  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }

  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

@media screen and (max-width: 480px) {

  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }

  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

/*==================================================
表1 END
===================================*/
/*==================================================
表2
===================================*/
.col-head-type2 {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
}

.col-head-type2 th,
.col-head-type2 td {
  border-top: 1px solid #dbe1e8;
  border-bottom: 1px solid #dbe1e8;
  padding: 1rem;
}

.col-head-type2 th {
  background-color: #f9fafc;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 768px) {

  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td {
    display: block;
    width: auto;
  }

  .col-head-type2 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type2 th,
  .col-head-type2 td {
    border-top: none;
    border: 1px solid #dbe1e8;
  }

  .col-head-type2 th {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {

  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td {
    display: block;
    width: auto;
  }

  .col-head-type2 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type2 th,
  .col-head-type2 td {
    border-top: none;
    text-align: left;
  }
}

/*==================================================
表2 END
===================================*/
.page-main-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-main-img {
    width: 100%;
    height: 25vh;
    margin-top: 0;
    object-fit: cover;
  }
}

.table-condensed th {
  /*  text-align: center;*/
  vertical-align: middle;
  width: auto !important;
}

.img-sp {
  width: 40%;
  text-align: center;
}

.img-sp1 {
  width: 80%;
  text-align: center;
}

.img-sp2 {
  width: 80%;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.img-sp3 {
  width: 40%;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.box-1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;
  /*点線*/
}

.box-1 p {
  margin: 0;
  padding: 0;
}

.box-2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background-color: #000;
  border: 2px solid: #000;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  /*角の丸み*/
}

.box-2 p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  width: 100%;
}

.half-height {
  height: 50vh;
  padding-top: 10%
}

.fullheight {
  height: 100%;
}

.colorfilter-base {
  background-color: white;
  /* カラーフィルタ効果の色を指定 */
  /*  display: inline-block;  */
  /* (任意：インラインブロック化したい場合) */
}

.colorfilter-image {
  opacity: 0.4;
  /* カラーフィルタ効果の度合いを指定 */
  display: block;
}

.vh-1 {
  height: 50vh;
  padding-top: 10%;
}

.vh-2 {
  height: 50vh;
  padding-top: 5%;
}

.vh-3 {
  height: 100vh;
  padding-top: 10%;
}

.jumbotron {
  background: url(../images/1_home/01_introduction.jpg);
  background-size: cover;
  background-position: center 20%;
}

.bg-1 {
  background: url(../images/1_home/20151211.JPG) no-repeat top center fixed;
  background-size: cover;
}

.bg-1-1 {
  /*  background: url(../images/1_home/sake.JPG) no-repeat top center fixed; */
  background-blend-mode: multiply;
  background-color: lightgray;
  background-image: url(../images/1_home/sake.JPG);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-2 {
  /*  background: url(../images/1_home/20151211.JPG) no-repeat top center fixed;*/
  background-blend-mode: multiply;
  background-color: lightgray;
  background-image: url(../images/1_home/20151211.JPG);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.ulheight {
  margin-bottom: 30px;
}

.inner {
  display: table-cell;
  vertical-align: middle;
}

.content2 {
  display: table;
  height: 100%;
  width: 100%;
}

ul li {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 2em;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.btn1 a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn1 a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  height: 2.5px;
  background-color: #000;
  /*線の色。*/
  transition-duration: 200ms;
  /*時間の指定。*/
}

.btn1 a:hover::after {
  width: 100%;
  /*０だった幅を100%にする。*/
}

.hover :hover {
  border-bottom: 2px solid #999;
}

.btn2 a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn2 a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  height: 2.5px;
  background-color: #ddd;
  /*線の色。*/
  transition-duration: 200ms;
  /*時間の指定。*/
}

.btn2 a:hover::after {
  width: 100%;
  /*０だった幅を100%にする。*/
}

.breadcrumb1 {
  font-size: 0.8rem;
  margin-top: 80px;
  width: 100%;
  padding-left: 0;
}

.breadcrumb1>li+li:before {
  content: ">";
}

.bukken {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 10px;
  background: #fff;
  border-radius: 24px;
}

.bukken h2 {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
}

.bukken h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

/*
.bukken-kowaku {
  position: relative;
  margin: 10px auto 0;
  padding: 20px 20px 20px;
  width: 100%;
  height: 95%;
  background: #fff;
  border: 5px solid #f3f3f3;
  border-radius: 24px;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 10px;
}
*/
.bukken-kowaku {
  position: relative;
  margin: 10px auto 0;
  padding: 20px 20px 20px;
  width: 100%;
  height: 95%;
  background: #fff;
  border: 0px solid #f3f3f3;
  border-radius: 10px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
}

.bukken-kowaku h3 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.br-pc {
  display: inherit;
}

.br-sp {
  display: none;
}

.waku {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 50px;
  background: #fff;
  border-radius: 10px;
  color: #000;
  font-size: 1.0rem;
}

.waku h2 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}

.waku h3 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.waku h4 {
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
}

.waku h5 {
  font-weight: bold;
  font-size: 1.0rem;
  letter-spacing: 0.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #bbb;
}

.kowaku {
  position: relative;
  font-family: inherit;
  margin: 10px auto;
  padding: 20px 20px 20px;
  width: 95%;
  height: 95%;
  background: #fff;
  border: 5px solid #f3f3f3;
  border-radius: 10px;
  font-size: 1rem;
  color: #000;
  line-height: 2.0;
}

.kowaku h2 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}

.kowaku h3 {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin: 30px 0 30px;
  color: #000;
}

.kowaku h6 {
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  margin: 30px 0 30px;
  line-height: 1.8;
}

.kowaku_mini {
  position: relative;
  margin: 25px auto;
  padding: 20px 20px 20px;
  width: 100%;
  height: 95%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 2.0;
}

.kowaku_2 {
  position: relative;
  margin: 25px auto;
  padding: 20px 20px 20px;
  width: 100%;
  /*height: 100%;*/
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 2.0;
}

.kowaku_3 {
  position: relative;
  margin: 25px auto;
  padding: 10px;
  width: 100%;
  /*height: 100%;*/
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 2.0;
}

.kowaku_3 p {
  margin: 10px 0;
}

.interview-kowaku {
  position: relative;
  margin: 25px auto;
  padding: 20px 20px 20px;
  width: 95%;
  height: 95%;
  background: #ffffcc;
  border: 5px solid #ffffcc;
  border-radius: 24px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 2.0;
}

.interview-kowaku h3 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.font_red {
  color: #b22222;
  font-weight: bold;
}

.font_blue {
  color: #191970;
  font-weight: bold;
}

.font_black {
  color: #000;
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

.font_normal {
  font-weight: normal;
  font-size: 1rem;
  color: #000;
}

.font_bold {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}

.font_white {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.highlite_title {
  background: linear-gradient(transparent 60%, #fdd7ff 60%);
}

.highlite_sentence {
  background: linear-gradient(transparent 60%, #f7d1687d 80%);
}

@media screen and (max-width: 768px) {
  .vh-1 {
    height: 60vh;
    padding-top: 30%;
  }

  .vh-2 {
    height: 60vh;
  }
}

@media screen and (max-width: 480px) {
  .vh-1 {
    height: 60vh;
    padding-top: 30%;
  }

  .vh-2 {
    height: 60vh;
  }

  .bg-1-1 {
    /*  background: url(../images/1_home/sake.JPG) no-repeat top center fixed; */
    background-blend-mode: multiply;
    background-color: lightgray;
    background-image: url(../images/1_home/sake.JPG);
    /*  background-attachment: fixed; */
    background-size: 100% auto;
    z-index: -1;
    width: 100%;
  }

  .bg-2 {
    /*  background: url(../images/1_home/20151211.JPG) no-repeat top center fixed;*/
    background-blend-mode: multiply;
    background-color: lightgray;
    background-image: url(../images/1_home/20151211.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  h6 {
    font-family: inherit;
    /*  font-family: 'Open Sans', sans-serif; */
    letter-spacing: 1px;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 0.6rem;
  }

  .br-sp {
    display: inherit;
  }

  .br-pc {
    display: none;
  }

  .img-sp {
    width: 80%;
    text-align: center;
  }

  .img-sp1 {
    width: 100%;
    text-align: center;
  }

  .img-sp2 {
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .img-sp3 {
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .waku {
    position: relative;
    margin: 0 auto;
    padding: 40px 10px 40px;
    background: #fff;
    border-radius: 24px;
    font-size: 0.9rem;
  }

  .waku h2 {
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .waku h3 {
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }

  .kowaku {
    position: relative;
    font-family: inherit;
    margin: 10px auto 20px;
    padding: 10px;
    width: 100%;
    background: #fff;
    border: 5px solid #f3f3f3;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 2.0;
    color: #000;
  }

  .kowaku h2 {
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .kowaku h3 {
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    margin: 30px 0 30px;
    line-height: 1.8;
  }

  .kowaku h6 {
    font-family: inherit;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    margin: 30px 0 30px;
    line-height: 1.8;
  }

  .kowaku_mini {
    position: relative;
    /*margin: 10px auto 20px;
    padding: 20px 10px;*/
    width: 90%;
    /*height: 90%; */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 0.9rem;
    line-height: 2.0;
    color: #000;
  }

  .kowaku_2 {
    position: relative;
    /*margin: 10px auto 20px;
    padding: 20px 10px;
    width: 90%;
    height: 90%; */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 0.9rem;
    line-height: 2.0;
    color: #000;
  }

  .kowaku_3 {
    position: relative;
    /*margin: 10px auto 20px;
    padding: 20px 10px;
    width: 90%;
    height: 90%; */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 0.9rem;
    line-height: 2.0;
    color: #000;
  }

  /*
  .bukken-kowaku {
    position: relative;
    margin: 10px auto 0;
    padding: 20px 20px 20px;
    width: 100%;
    height: 95%;
    background: #fff;
    border: 5px solid #f3f3f3;
    border-radius: 24px;
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 10px;
  }
*/
  .bukken-kowaku {
    position: relative;
    margin: 10px auto 0;
    padding: 20px 20px 20px;
    width: 100%;
    height: 95%;
    background: #fff;
    border: 0px solid #f3f3f3;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 10px;
  }

  .bukken-kowaku h3 {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
  }

  .font_red {
    color: #b22222;
    font-weight: bold;
  }

  .txt_center {
    text-align: center;
  }

  .font_normal {
    font-weight: normal;
    font-size: 0.8rem;
    color: #000;
  }

  .font_bold {
    font-weight: bold;
    font-size: 0.7rem;
    color: #000;
  }

  .font_white {
    font-weight: normal;
    font-size: 0.6rem;
    color: #fff;
  }

  .highlite_title {
    background: linear-gradient(transparent 60%, #fdd7ff 60%);
  }

  .highlite_sentence {
    background: linear-gradient(transparent 60%, #f7d1687d 80%);
  }

  #toppage-news {}

  #toppage-news span.ja {}

  #toppage-news dl {}

  #toppage-news dt {}

  #toppage-news dd {
    width: 100%;
  }

  #bukken-info {}

  #bukken-info span.ja {}

  #bukken-info dl {}

  #bukken-info dt {}

  #bukken-info dd {}
}

#toppage-news {}

#toppage-news span.ja {
  display: none;
}

#toppage-news dl {
  display: inline-block;
  width: 100%;
}

#toppage-news dt {
  float: left;
  clear: left;
  width: 25%;
  line-height: 150%;
  padding: 10px 0 10px;
}

#toppage-news dd {
  float: left;
  width: 75%;
  line-height: 150%;
  padding: 10px 0 10px;
}

#bukken-info {}

#bukken-info span.ja {
  display: none;
}

#bukken-info dl {
  display: inline-block;
  width: 100%;
}

#bukken-info dt {
  float: left;
  clear: left;
  width: 30%;
  border-bottom-style: none;
  border-top-width: 0.5px;
  border-top-style: dotted;
  border-top-color: #dddddd;
  line-height: 150%;
  padding: 10px 0 10px;
}

#bukken-info dd {
  float: left;
  width: 70%;
  border-bottom-style: none;
  border-top-width: 0.5px;
  border-top-style: dotted;
  border-top-color: #dddddd;
  line-height: 150%;
  padding: 10px 0 10px;
}

#bukken-info dl dt:first-child+dd {
  border-top-style: none;
}

#bukken-info dl dt:first-child {
  border-top-style: none;
}

/* faq で使用 */
.cp_qa *, .cp_qa *:before, .cp_qa *:after {
  /*  font-family: 'FontAwesome', inherit;*/
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  margin: 0 auto;
  background: #ffffff;
}

.cp_qa input {
  display: none;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  margin: 0 10px 0;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
  border-bottom: 1px solid #dddddd;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  /*border-bottom: 1px solid #dddddd;*/
}

.cp_qa .cp_actab label:hover {
  color: #000099;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked~label {
  color: #000099;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
  max-height: 100em;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.cp_qa .cp_actab input[type=checkbox]+label::after {
  content: '\25BC';
}

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* カテゴリー */
.cp_qa #cp_content01,
.cp_qa #cp_content02,
.cp_qa #cp_content03,
.cp_qa #cp_content04 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #dddddd;
}

.cp_qa label.cp_tabitem {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  text-align: center;
  color: #bbbbbb;
  border: 1px solid transparent;
}

.cp_qa label.cp_tabitem:before {
  margin-right: 10px;
}

.cp_qa label.cp_tabitem[for*='01']:before {
  content: '\f015';
}

.cp_qa label.cp_tabitem[for*='02']:before {
  content: '\f007';
}

.cp_qa label.cp_tabitem[for*='03']:before {
  content: '\f118';
}

.cp_qa label.cp_tabitem[for*='04']:before {
  content: '\f013';
}

.cp_qa label.cp_tabitem:hover {
  cursor: pointer;
  color: #d75f55;
}

.cp_qa input:checked+label {
  color: #555555;
  border-bottom: 1px solid #dddddd;
  /*border-bottom: 1px solid #dddddd;*/
}

/* --ブロックのバーの色 */
.cp_qa input:checked+label[for*='01'] {
  border: 1px solid #dddddd;
  border-top: 5px solid #006600;
}

.cp_qa input:checked+label[for*='02'] {
  border: 1px solid #dddddd;
  border-top: 5px solid #FF5722;
}

.cp_qa input:checked+label[for*='03'] {
  border: 1px solid #dddddd;
  border-top: 5px solid #03A9F4;
}

.cp_qa input:checked+label[for*='04'] {
  border: 1px solid #dddddd;
  border-top: 5px solid #E91E63;
}

@media screen and (max-width: 650px) {
  .cp_qa label.cp_tabitem {
    font-size: 0;
  }

  label:before {
    font-size: 0.8rem;
    margin: 0;
  }

  .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0.5em 2em 0.5em 0em;
    cursor: pointer;
    /*border-bottom: 1px solid #dddddd;*/
  }

  .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 0.5em 1em 0.5em;
  }
}

@media screen and (max-width: 400px) {
  .cp_qa label.cp_tabitem {
    padding: 15px;
  }

  .cp_qa label.cp_tabitem:before {
    margin-right: 0px;
  }

  .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0.5em 2em 0.5em 0em;
    cursor: pointer;
    /*border-bottom: 1px solid #dddddd;*/
  }

  .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 0.5em 1em 0.5em;
  }
}

/* QAブロック */
.cp_qa #cp_conttab01:checked~#cp_content01,
.cp_qa #cp_conttab02:checked~#cp_content02,
.cp_qa #cp_conttab03:checked~#cp_content03,
.cp_qa #cp_conttab04:checked~#cp_content04 {
  display: block;
}

.cp_qa .cp_qain {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
}

.cp_qa .cp_qain .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}

/* 画像のマウスホバー */
.img_wrap {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  background: #fff;
}

.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}

.img_wrap:hover img {
  opacity: 0.7;
  transition-duration: 0.3s;
}
