@charset "utf-8";

article {
  letter-spacing: 0.088em;
}

/*==================================================
$section
==================================================*/
.headline {
  margin-bottom: 50px;
}

.intro {}

.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, .item_img {
  width: 48%;
}

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

.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: 30px;
}

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

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

.yellow_marker {
  background-color: #FFEE53;
}

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

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

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

/*==================================================
$お客様の声
==================================================*/
.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: 24%;
}

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

.voice_item li p.ttl {}

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

.trouble h2 {
  font-size: 30px;
  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;
}

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

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

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

.qalist-001>dt {
  font-size: 16px;
  border-bottom: #d7d7d7 1px solid;
  padding: 30px 60px 30px 60px;
  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: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  text-align: center;
}

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

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

.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 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: 24%;
}

.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: " | ";
}

.example_item li ul.detail li span {}

/*==================================================
$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 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  color: #239174;
  border: 1px solid #239174;
}

.anchor_btn ul li {
  border: solid 1px #239174;
  width: 50%;
  max-width: 520px;
  position: relative;
  display: block;
  float: left;
}

.anchor_btn ul li a::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%;
  transition: .3s;
}

.anchor_btn ul li a {
  width: 100%;
  height: 100%;
  padding: 15px 70px 15px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #239174;
  background: #fff;
  transition: .3s;
}

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

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

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

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

div.check_box ul li {
  position: relative;
  clear: both;
  font-size: 18px;
  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: 35px;
  height: 35px;
  background-image: url(../img/use/check.png);
  background-size: 22px 14px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  display: block;
  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: 30px;
  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: 30px;
  font-weight: bold;
  color: #EA7A14;
  text-align: center;
  margin-bottom: 30px;
}

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

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

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

.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: 90px;
  background-color: #707070;
  position: absolute;
  top: 20px;
  left: 50%;
}

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

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

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

.point {
    margin-bottom: 45px;
}

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

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

.estate .headtxt {font-size: 24px;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: 100px 0;
}
.proposal_area .inner .headtxt {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.proposal_area .inner .headtxt::before {
  content: '';
  width: 0;
  height: 2px;
  background: #13937C;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: auto;
  transition: .5s;
}
.proposal_area .inner .headtxt.on::before {
  width: 100%;
  left: 0;
}
.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: 49%;
  box-sizing: 0 0 10 rgba(0,0,0,.3);
  margin-bottom: 2%;
}
.proposal_area .inner ul li a {
  display: block;
  height: 100%;
}
.proposal_area .inner ul li a span:first-child {
  font-size: 18px;
  font-weight: bold;
  background: rgba(255,255,255,.5);
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.proposal_area .inner ul li a span:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #0C5648;
  background: #fff;
  display: block;
  padding: 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 {
  font-size: 30px;
  font-weight: bold;
  color: #239174;
}
/* 211022追加 */
.tatenaoshi h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tatenaoshi .object_list>ul>li{
  width: 19%;
}
.tatenaoshi .object_list>ul>li:nth-child(4n) {
    margin-right: 1%;
}
.tatenaoshi .object_list>ul>li:nth-child(5n) {
    margin-right: 0;
}
.tatenaoshi .object_list>ul{
    justify-content: center;
}
.use_title{
  background: none;
  padding: 0;
  line-height: 1.5em;
  color: #13A087;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2%;
  display: block;
}
.use_title span{
  background: #13A087;
  color: #fff;
  padding: 8px;
  width: 35px;
  display: block;
  text-align: center;
  float: left;
  font-size: 18px;
  margin-right: 5px;
  line-height: 1em;
}
