@charset "utf-8";

article {
  letter-spacing: 0.088em;
}

/*==================================================
$section
==================================================*/
.headline {
  margin-bottom: 50px;
  width: 90%;
  margin: 0 auto 30px;
}

.intro {
  margin: 0 auto 30px;
  width: 95%;
}

.intro_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.intro_txt {
  margin-bottom: 40px;
}

.intro img {
  display: block;
  margin: auto;
}

.bg_gray {
  background-color: #FAFAFA;
}

.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.item_txt h3 {
  background-color: #F0F0F0;
  color: #13A087;
  font-weight: bold;
  font-size: 18px;
  padding: 9px 0 9px 10px;
  box-sizing: border-box;
  line-height: 1em;
  margin-bottom: 10px;
}

.item_number .item_txt h3 {
  background: none;
  padding: 0;
  line-height: 1.5em;
}

.item_number .item_txt h3 span {
  background: #13A087;
  color: #fff;
  padding: 6px;
  width: 30px;
  display: block;
  text-align: center;
  float: left;
  font-size: 18px;
  margin-right: 5px;
  line-height: 1em;
}

.item_txt p {
  margin-bottom: 10px;
}

.yellow_marker {
  background-color: #FFEE53;
}

/*==================================================
$pagenav
==================================================*/
.pagenav {
  font-size: 14px;
}

/*==================================================
$土地活用共通部分
==================================================*/
.use_common_sec section {
  margin-bottom: 65px;
}

.sec_inner {
  width: 90%;
  margin: 0 auto 30px;
}

/*==================================================
$お客様の声
==================================================*/
.voice {}

.voice h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice_item li {
  width: 48%;
}

.voice_item li img {
  margin-bottom: 12px;
}

.voice_item li p.ttl {}

/*==================================================
$トラブル
==================================================*/
.trouble {
  background-color: #EFEFF0;
  padding: 50px 0;
}

.trouble h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.trouble h2::after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 23px;
  background-image: url(../../common/img/use/trouble_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.trouble_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.trouble_item li {
  width: 48%;
  background-color: #fff;
  padding: 24px 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 18px;
}

.trouble_item li span {
  display: block;
  color: #45AC91;
}

/*==================================================
$よくあるご質問
==================================================*/
.faq_wrap {
  margin-bottom: 60px;
}

.qalist-001>dt {
  font-size: 14px;
  border-bottom: #d7d7d7 1px solid;
  padding: 15px 60px 15px 50px;
  background-image: url("/assets/images/icon_faq_q.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  cursor: pointer;
  position: relative;
}

.qalist-001>dt::before, .qalist-001>dd::before {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  font-size: 16px;
  background-size: contain;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  left: 10px;
  text-align: center;
}

.qalist-001>dt::before {
  content: "Q";
  /* Safari用 */
  top: 28%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #13A087;
  font-weight: bold;
  font-size: 30px;
}

.qalist-001>dd::before {
  content: "A";
  color: #EA7A14;
  font-weight: bold;
  font-size: 30px;
}

.qalist-001>dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #13A087;
  border-right: 3px solid #13A087;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 27%;
}

.qalist-001>dd {
  display: none;
  border-bottom: #d7d7d7 1px solid;
  padding: 20px 20px 20px 60px;
  background-image: url("/assets/images/icon_faq_a.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  background-color: #f4f4f4;
  border-bottom-color: #d7d7d7;
}

.qalist-001+.announceBox {
  margin-top: 40px !important;
}

/*==================================================
$土地活用事例
==================================================*/
.example {}

.example h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.example_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.example_item li {
  width: 48%;
}

.example_item li img {
  margin-bottom: 15px;
}

.example_item li p.ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.example_item li p.label {
  background-color: #D2E8DD;
  font-size: 12px;
  padding: 6px 0 6px 10px;
  margin-bottom: 10px;
}

.example_item li ul.detail {
  font-size: 12px;
}

.example_item li ul.detail li {
  width: 100%;
}

.example_item li ul.detail li b:after {
  content: " | ";
}

/*==================================================
$210118追加
==================================================*/
section div.intro strong {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background: #F0F0F0;
  color: #13A087;
  display: block;
  margin-bottom: 20px;
}

section div.intro p.caption {
  margin-bottom: 30px;
}

.anchor_btn {
  margin-bottom: 50px;
}

.anchor_btn ul {
  font-weight: bold;
  font-size: 14px;
  color: #239174;
  border: 1px solid #239174;
}

.anchor_btn ul li {
  border: solid 1px #239174;
  position: relative;
}

.anchor_btn ul li::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #13A087;
  border-right: 3px solid #13A087;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 30%;
}

.anchor_btn ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 70px 15px 35px;
}

div.check_box {
  background-color: #F5F5F5;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}

div.check_box.demerit {
  margin-bottom: 30px;
}

div.check_box p.ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

div.check_box.merit p.ttl {
  color: #EA7A14;
}

div.check_box ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

div.check_box ul li p {
  width: calc(100% - 50px);
}

div.check_box ul li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/use/check.png);
  background-size: 20px 12px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  display: block;
  float: left;
  margin-right: 10px;
}

div.check_box.merit ul li::before {
  background-color: #EA7A14;
}

div.check_box.demerit ul li::before {
  background-color: #13A087;
}

div.check_box.demerit p.ttl {
  color: #13A087;
}

/*==================================================
$210119追加
==================================================*/

p.headtxt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

p.headtxt::after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 23px;
  background-image: url(../../common/img/use/trouble_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.amendment_contents , .estate_contents {
  margin-bottom: 50px;
}

.amendment_contents h3 {
  font-size: 16px;
  font-weight: bold;
  color: #EA7A14;
  text-align: center;
  margin-bottom: 10px;
}

.waku {
  border: solid 4px #DFDFDF;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  padding: 10px;
}

.waku b {
  font-size: 20px;
  font-weight: bold;
}

.waku span b {
  font-weight: bold;
  color: #EA7A14;
}

.waku.orange span b {
  font-size: 20px;
}

.waku.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.waku.flex_wrap::after {
  width: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 57px;
  background-color: #707070;
  position: absolute;
  top: 12px;
  left: 50%;
}

.flex_wrap div.flex_bx {
  width: 47%;
}

.flex_wrap div.flex_bx span {
    position: relative;
    margin-left: 25px;
}

.flex_wrap div.flex_bx span::after {
  position: absolute;
  left: -20px;
  top: 3px;
  content: ' ';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 7px 10px;
  border-left-color: #C7C7C7;
}

.point {
    margin-bottom: 45px;
}

.point h3 {
  font-size: 18px;
  color: #13A087;
  font-weight: bold;
  margin-bottom: 20px;
}

.point img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.estate .headtxt {border-bottom: solid 2px #13937C;text-align: left;padding-bottom: 10px;margin-bottom: 20px;}
.estate .headtxt::after {
  display: none;
}
.waku.orange {border: solid 4px #F9D3D3;background-color: #FFF9F9;}
.waku.orange p {color: #000;}


.estate_table_img {
  display: block;
  margin: 0 auto 20px;
}

.pink_bx {
  background-color: #FFF9F9;
  padding: 10px;
  margin-bottom: 10px;
}

/*お困りごと修正*/
.proposal_area {
  background: #E7EBEA;
  text-align: center;
  padding: 10% 5%;
}
.proposal_area .inner .headtxt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #13937C;
  padding-bottom: 10px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.proposal_area .inner .headtxt::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #13937C;
  border-right: 2px solid #13937C;
  transform: rotate(45deg);
  background: #E7EBEA;
}
.proposal_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 20px;
}
.proposal_area .inner ul li {
  width: 100%;
  box-sizing: 0 0 10 rgba(0,0,0,.3);
  margin-bottom: 20px;
}
.proposal_area .inner ul li a {
  display: block;
  height: 100%;
}
.proposal_area .inner ul li a span:first-child {
  font-weight: bold;
  background: rgba(255,255,255,.5);
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.proposal_area .inner ul li a span:last-child {
  font-size: 12px;
  font-weight: bold;
  color: #0C5648;
  background: #fff;
  display: block;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.proposal_area .inner ul li a span:last-child::before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #239174;
}
.proposal_area .inner ul li a span:last-child::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.proposal_area .inner .txt {
  display: none;
}
/* 211022追加 */
  .tatenaoshi h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
  }
  .tatenaoshi .inner{
    width: 90%;
    margin: 0 auto 30px;
  }
  .use_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color: #13A087;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2%;
    display: block;
  }
  .use_title span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #13A087;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
