/* ==================================================
   layout
   ================================================== */
   #lxl-contents section {
    width: 948px;
    margin: auto;
  }
  
  .lxl-contents-title {
    display: table;
  }
  
  .lxl-contents-result {
    font-size: 15px;
    padding-top: 25px;
  }
  
  @media only screen and (max-width: 767px) {
    #lxl-contents .lxl-contents-inner{
      width: 100%!important;
    }
    #lxl-contents section {
      width: 100%;
    }
    .lxl-contents-result {
      font-size: 12px;
      padding: 10px 10px 0;
    }
  }
/* ==================================================
   topicpath
   ================================================== */
   .lxl-topicpath
  {
    font-size: 83.5%;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  }
  @media only screen and (max-width: 767px) 
  {
    .lxl-topicpath
    {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .lxl-topicpath li a
  {
    color:#ef7a00;
    text-decoration: underline;
  }

  .lxl-topicpath li a:hover
  {
    color:#f5af67;
  }

/* ==================================================
   title
   ================================================== */   
.title-heading
{
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 40px;

  margin-top: 15px;
  padding-left: 55px;
  padding-right: 10px;

  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}

.title-result
{
  font-size: 16px;

  margin-top: 20px;

  vertical-align: bottom;
}

.title-result-num
{
  font-size: 26px;

  margin-right: .2em;

  color: #ef7a00;
}

.title-detail
{
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;

  margin-top: 40px;
  padding-right: 30px;
}
   
.title-detail-sub
{
  font-size: 14px;
  font-size: 1.4rem;

  margin-top: 7px;
}
  
  @media only screen and (max-width: 767px)
{
  .title-detail
  {
    font-size: 20px;
    font-size: 2rem;

    margin-top: 5px;
    padding: 0;
  }
}
.title-left
{
  display: table-cell;

  width: auto;

  vertical-align: top;
}
  
.title-right
{
  display: table-cell;

  width: 100px;

  vertical-align: middle;
  position: relative;
}
   
@media only screen and (max-width: 767px)
{
  .title-heading
  {
    font-size: 18px;
    line-height: 1.4;

    padding-left: 30px;

    -webkit-background-size: 25px 25px;
            background-size: 25px 25px;
  }
  .title-result
  {
    font-size: 12px;
  }
  .title-result-num
  {
    font-size: 18px;
  }
  .title-left,
  .title-right
  {
    padding: 0 10px;
  }
}
/* ==================================================
   search
   ================================================== */
.search-toggle-btn
{
	font-size: 16px;
	line-height: 47px;

	position: relative;

	width: 100%;
	height: 47px;
	margin-top: 20px;

	cursor: pointer;
	text-align: center;

	border-radius: 5px;
	background: #fff;
}

.search-toggle-btn::after
{
	position: absolute;
	top: 20px;
	right: 30px;

	width: 16px;
	height: 10px;

	content: '';

	background: url(/reform/case-rf/pic/common_arrow_icon_01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.search-toggle-btn.toggle-open::after
{
	top: 17px;

	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.search-inner
{
	position: relative;

	display: none;

	padding: 0 20px;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
}

.search-box
{
	padding: 20px 0;

	border-top: 1px solid #ddd;
}

.search-box dt
{
	font-weight: 700;
	line-height: 1.8;

	display: table-cell;

	width: 145px;

	vertical-align: top;
}

.search-box dd
{
	display: table-cell;

	vertical-align: top;
}

.search-box li
{
	font-size: 13px;
	line-height: 1.8;

	display: inline-block;

	width: 150px;

	vertical-align: top;
  letter-spacing: -.075em;
  padding-bottom: 15px;
  padding-right: 5px;
  box-sizing: border-box;
}

.search-box input[type='radio'],
.search-box input[type='checkbox']
{
	display: none;
}

.search-box label
{
	display: table-cell;
	cursor: pointer;

  position: relative;
	top: .3em;
	left: -5px;

	width: 16px;
  height: 16px;
    
}
.search-box label + a
{
  cursor: pointer;
  text-decoration: underline;
  display: table-cell;
  color: #4b4949;
}

.search-box input[type='radio'] + label
{
	background: url(/reform/case-rf/pic/ico_radio_off_01.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.search-box input[type='radio']:checked + label
{
	background: url(/reform/case-rf/pic/ico_radio_on_01.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.search-box input[type='checkbox'] + label
{
	background: url(/reform/case-rf/pic/ico_check_off_01.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.search-box input[type='checkbox']:checked + label
{
	background: url(/reform/case-rf/pic/ico_check_on_01.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

@media only screen and (max-width: 767px)
{
  .search-toggle-btn
  {
		font-size: 13px;
		line-height: 44px;

		height: 44px;
	}
  .search-toggle-btn::after
  {
		top: 20px;
		right: 10px;

		width: 12px;
		height: 8px;
	}
  .search-inner
  {
		padding: 0 0 20px;
	}
  .search-box
  {
		padding: 0 0 10px;

		border-top: 0;
	}
	.search-box dt,
  .search-box dd
  {
		display: block;

		width: auto;
		padding: 0 20px;
	}
  .search-box dt
  {
		background: #efefef;
	}
  .search-box dd
  {
		margin-top: 10px;
	}
  .search-box li
  {
		width: 32%;
	}
}
.search-btn-area{
  margin: 10px 0 35px 0;
  position: relative;
  text-align: center;
}
a.btn-submit
{
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;

	width: 250px;
	height: 50px;
	margin: auto;
}

.btn-submit:focus
{
	outline: none;
}

.btn-reset
{
	font-size: 12px;

	display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 121px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;

	padding: 7px;

	cursor: pointer;

	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;

	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;

}

.btn-reset:hover
{
	color: #4b4949;
}
@media only screen and (max-width: 767px)
{
  .btn-reset{
    position: relative;
    margin: 20px auto 0 auto;
  }
}
/* ==================================================
 button
   ================================================== */
.box
{
  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;

  text-decoration: none;

  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(70, 69, 65, .14);
  box-shadow: 0 2px 5px rgba(70, 69, 65, .14);
}

.box-img
{
  width: 100%;
}

.box-col-basic
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 15px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box-3col .box
{
  width: 32%;
  padding: 8px 8px 20px;

  word-wrap: break-word;

  border-radius: 0;
}

.box-3col .box h3
{
  font-size: 14px;
  line-height: 1.7;

  margin-top: 10px;

}

.box-3col .box:hover::before
{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  content: '';

  border: 1px solid #ef7a00;
}

.box-3col .box:nth-of-type(1),
.box-3col .box:nth-of-type(2),
.box-3col .box:nth-of-type(3)
{
  margin-top: 0;
}

.box-3col::after
{
  display: block;

  width: 32%;

  content: '';
}

@media only screen and (max-width: 767px)
{
  .box-3col .box
  {
    width: 45%;
    margin: 12px 2.5% 0;
    padding: 6px;
  }
  .box-3col .box:nth-of-type(1),
  .box-3col .box:nth-of-type(2),
  .box-3col .box:nth-of-type(3)
  {
    margin-top: 12px;
  }
  .box-3col .box h3
  {
    font-size: 12px;
    line-height: 1.4;

    margin-top: 5px;
  }
  .box-3col::after
  {
    width: 45%;
  }
}

.box-img-container{
  height: 225px;
  background-color: #efefef;
}
@media only screen and (max-width: 767px)
{
  .box-img-container{
    height: 123px;
  }
}
/* ==================================================
modal
================================================== */

.modal-title
{
	font-size: 16px;
	font-size: 1.6rem;

	margin: 0 20px;
	padding-top: 10px;

}

.modal-content-close-btn
{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal-content-close-btn:hover
{
  opacity: 0.8;
}

.modal-list
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 20px 20px;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 767px)
{
  .modal-list
  {
    padding: 15px 0 10px;
	}
}

.modal-list li
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	margin-top: 10px;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: 16.5%;
  -ms-flex-preferred-size: 16.5%;
          flex-basis: 16.5%;
}

@media only screen and (max-width: 767px)
{
  .modal-list li
  {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
	}
  .modal-list li:nth-child(-n+2)
  {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1360px)
{
  .modal-list li:nth-child(-n+6)
  {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1361px)
{
  .modal-list li:nth-child(-n+6)
  {
		margin-top: 0;
	}
}

.modal-list li a
{
	display: block;
  width: 100%;
	text-decoration: none;
}

.modal-list li a:hover
{
	color: #ef7a00;
}

.modal-list li a:hover img
{
	border: 1px solid #ef7a00;
}

.modal-list li dl
{
	display: table;
	width: 100%;
}

.modal-list li dl dt,
.modal-list li dl dd
{
	display: table-cell;
	width: 50%;
}

@media only screen and (max-width: 767px)
{
	.modal-list li dl dt,
  .modal-list li dl dd
  {
    vertical-align: top;
	}
}

.modal-list li dl dt
{
  vertical-align: top;
}

@media only screen and (max-width: 767px)
{
  .modal-list li dl dt
  {
		width: 25%;
	}
}

.modal-list li dl dd
{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
	padding: 0 7px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px)
{
  .modal-list li dl dd
  {
		width: auto;
		padding: 0 10px;
	}
}

.modal-list li dl img
{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	width: 100%;
	vertical-align: bottom;
	border: 1px solid transparent;
}

.modal-content
{
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 948px;
	margin: 0;
	padding: 15px 10px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 3px #ccc;
  box-shadow: 0 0 10px 3px #ccc;
  top: -3px;
}

@media only screen and (max-width: 767px)
{
  .modal-content
  {
		width: 90%;
		margin: 20px 5%;
	}
}

.modal-wrap
{
	position: absolute;
	z-index: 1000;
	right: 0;

	background-color: rgba(255, 255, 255, .5);
}

a.btn-menu{
  background-color: #fff;
  display: block;
  width: 140px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  color: #ef7a00;
  box-shadow: 10px 0px 10px -7px #ccc;
  position: relative;
  z-index: 1001;
}
a.btn-menu:hover
{
  color:#f5af67;
}
a.btn-menu img
{
  vertical-align: middle;
}
.fadeSpaces-enter-active, .fadeSpaces-leave-active
{
  transition: opacity 0.3s;
}
.fadeSpaces-enter, .fadeSpaces-leave-to
{
  opacity: 0;
}
/* ==================================================
   page
================================================== */
.pager
{
  margin: 40px auto 80px;

  text-align: center;
}

.pager li
{
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}

.pager li .page-index
{
  text-decoration: underline;
  cursor: pointer;
  color: #ef7a00;
}

.pager .page-btn-prev
{
  margin-right: 14px;
}    

.pager .page-btn-next
{
  margin-left: 14px;
}

.pager .page-btn-prev a,
.pager .page-btn-next a
{
  width: 92px;
}

.pager li.disable
{
  pointer-events: none;
}
@media only screen and (max-width: 767px)
{
  .pager
  {
    margin: 30px 0;
  }
  .pager li
  {
    font-size: 13px;

    margin: 0 3px;
  }
  .pager .page-btn-prev
  {
    margin-right: 7px;
  }
  .pager .page-btn-next
  {
    margin-left: 7px;
  }
  .pager .page-btn-prev a,
  .pager .page-btn-next a
  {
    font-size: 10px;
    width: 68px;
  }
}
/* ==================================================
   detail
   ================================================== */
.detail
{
  line-height: 1.5;

  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;

  border: 1px solid #ddd;
  background: #fff;
  padding: 0 40px;
  /* start carousel */
  /* end carousel */
}
@media only screen and (max-width: 767px)
{
  .detail
  {
    margin: 20px 10px 0;
    padding: 0 10px;
	}
}

.detail-hero
{
	font-size: 0;
  margin-top: 60px;
	text-align: center;
}

.detail-hero-image
{
	position: relative;

	max-width: 100%;
  margin: auto;
  display: inline-block;
}

  .detail-hero-image img
  {
		width: auto;
		max-width: 100%;
		max-height: 700px;
		margin: auto;

		vertical-align: bottom;
	}

.detail-hero-btn
{
	position: absolute;
	right: 0;
  bottom: 0;
  white-space: nowrap;
}

.detail-hero-btn a
{
	font-size: 14px;
	font-size: 1.4rem;

	position: relative;

	display: block;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px 10px 40px;

	text-align: center;
	text-decoration: none;

	color: #fff;
	background: rgba(0, 0, 0, .3);
}

.detail-hero-btn a:before
{
	position: absolute;
	top: 16px;
	left: 18px;

	width: 16px;
	height: 10px;

	content: '';

	background-image: url(/reform/case-rf/pic/arrow_05.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px 10px;
	background-size: 16px 10px;
}

.detail-hero-btn-open a:before
{
	background-image: url(/reform/case-rf/pic/arrow_06.png);
}

.detail-accordion
{
  background: #f8f7f2;
  display: none;
}
@media only screen and (max-width: 767px)
{
  .detail-accordion
  {
    padding: 20px;
	}
}

.detail-accordion-list
{
  padding: 30px 50px 0;
}

.detail-accordion-list a
{
  text-decoration: underline;
  color: #ef7a00;
}

.detail-accordion-notice
{
  text-align: right;
  padding: 20px 15px 15px;
}
.detail-accordion-notice p + p
{
  margin-top: 3px;
}
@media only screen and (max-width: 767px)
{
  .detail-accordion-list{
    padding: 0;
  }
  .detail-accordion-notice
  {
    padding: 0;
    margin-left: 13px;
    margin-top: 20px;
    text-align: left;
    text-indent: -13px;
  }
}

.detail-case
{
	overflow: hidden;

	margin-top: 10px;
}

.detail-case-title
{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;

	position: relative;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 0 0 34px;

	color: #ef7a00;
}

@media only screen and (max-width: 767px)
{
  .detail-case-title
  {
		font-size: 16px;
		font-size: 1.6rem;

		padding: 5px 0 10px 26px;
	}
}

.detail-case-title:before
{
	position: absolute;
	top: 0;
	left: 0;

	width: 34px;
	height: 43px;

	content: '';

	background-image: url(/reform/case-rf/pic/point.png);
	background-repeat: no-repeat;
	-webkit-background-size: 80% 80%;
	background-size: 80%;
}

@media only screen and (max-width: 767px)
{
  .detail-case-title:before
  {
		-webkit-background-size: 60% 60%;
		background-size: 60%;
	}
}

.detail-case-description
{
	float: left;
	width: 550px;
	margin-top: 10px;
}

@media only screen and (max-width: 767px)
{
  .detail-case-description
  {
		float: none;
		width: 100%;
		margin-top: 0;
	}
}

.detail-case-info
{
  font-size: 12px;
	font-size: 1.2rem;
	float: right;
	overflow: hidden;
  width: 250px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px)
{
  .detail-case-info
  {
		float: none;
		width: 100%;
	}
}
.detail-case-info dt
{
	display: table-cell;
	width: 65px;
	text-align: center;
	background: #efefef;
}
.detail-case-info dl+dl
{
  margin-top: 10px;
}
.detail-case-info dd
{
	display: table-cell;
	padding-left: 10px;
}

/* ==================================================
   other reform cases
   ================================================== */
.detail-other
{
  border: 1px solid #e6e6e6;
  padding: 20px 25px;
  margin-top: 20px;
}

.detail-other-title
{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px)
{
  .detail-other-title
  {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.detail-other-title .span 
{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 20px;
}

.detail-other .glide__slide{
  text-align: center;
  width: 25%;
}
.detail-other-list .glide__slide a
{
  display: inline-block;
  width: 180px;
  text-align: left;
}

@media only screen and (max-width: 767px)
{
  .detail-other-list .glide__slide a
  {
    width: 125px;
  }
}

.detail-other-list .glide__slide a:hover
{
  opacity: .8;
}

.detail-other-list .glide__slide h3
{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
}
.detail-other .detail-other-list-img{
  width: 180px;
  height: 141px;
  background-color: #efefef;
}
@media only screen and (max-width: 767px)
{
  .detail-other-list .glide__slide h3{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .detail-other .detail-other-list-img
  {
    width: 125px;
    height: 98px;
  }
}  
.detail-other .detail-other-list-img img{
  width: 100%;
  margin: 0;
}
.glide__arrow{
  position:absolute;
  display: block;
  top: 60px;
  width: 16px;
  height: 26px;
}
@media only screen and (max-width: 767px)
{
  .glide__arrow 
  {
    top: 40px;
  }
}
.glide__arrow--left{
  left: -18px;
}
.glide__arrow--right{
  right: -18px;
}
.glide__arrow--disabled{
  display: none;
}
/* ==================================================
   construction
   ================================================== */
.detail-construction
{
  margin-top: 35px;
  padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  border: 1px solid #ef7a00;
}

@media only screen and (max-width: 767px)
{
  .detail-construction
  {
		margin-top: 20px;
    padding: 15px 10px;
	}
}

.detail-construction-title
{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

@media only screen and (max-width: 767px)
{
  .detail-construction-title
  {
		font-size: 15px;
		font-size: 1.5rem;

		text-align: center;
	}
}
.detail-construction-wrap{
  display: table;
  width: 100%;
}
.detail-construction-info
{
	font-size: 12px;
	font-size: 1.2rem;
  padding: 15px 0;
  display: table;
  width: 100%;
}
.detail-contructor-btn-wrap{
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px)
{
  .detail-construction-info{
  }
  .detail-contructor-btn-wrap{
    display: block;
    width: 100%;
  }
}
.detail-construction-info dl
{
	display: table-cell;
	overflow: hidden;
  width: 30%;
}

.detail-construction-info dl:first-child
{
	width: 40%;
}

.detail-construction-info dt
{
  display: table-cell;
}
.detail-construction-info dt span {
  background: #efefef;
	width: 50px;
  text-align: center;
  display: block;
}

.detail-construction-info dd
{
  display: table-cell;

	-webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0 10px;
}

@media only screen and (max-width: 767px)
{
  .detail-construction-info dl{
    display: block;
    width: 100%!important;
  }
  .detail-construction-info dl+dl
  {
    margin-top: 10px;
  }
}

.detail-contructor-btn-wrap > .btn{
  padding: 7px;
  width: 185px;
}
@media only screen and (max-width: 767px){
  .detail-contructor-btn-wrap > .btn{
    width: 100%;
    margin-top: 20px;
  }
}
a.detail-contructor-link{
  color: #ef7a00;
  text-decoration: underline;
}
.detail-introduction
{
	margin-top: 35px;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction
  {
		margin-top: 20px;
	}
}

.detail-introduction-inner
{
	overflow: hidden;

	padding: 30px;

	background: #f9f7f1;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction-inner
    {
		padding: 15px 10px 30px;
	}
}

.detail-introduction-left
{
	float: left;

	width: 530px;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction-left
  {
		float: none;

		width: 100%;
	}
}

.detail-introduction-right
{
	float: right;

	padding-top: 10px;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction-right
  {
		float: none;

		text-align: center;
	}
}

.detail-introduction-title
{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;

	position: relative;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 50px;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction-title
  {
		font-size: 16px;
		font-size: 1.6rem;

		padding: 0 0 0 50px;
	}
}

.detail-introduction-title:before
{
	position: absolute;
	top: 50%;
	left: 0;

	width: 41px;
	height: 30px;
	margin-top: -15px;

	content: '';

	background-image: url(/reform/case-rf/pic/icon_construction.png);
	background-repeat: no-repeat;
	-webkit-background-size: 41px 30px;
	background-size: 41px 30px;
}

@media only screen and (max-width: 767px)
{
    .detail-introduction-text
    {
		padding-top: 10px;
	}
}

a.detail-introduction-btn
{
	position: relative;

	width: 240px;
	margin: 20px auto 0;

}

.detail-introduction-btn:before
{
	position: absolute;
	top: 10px;
	left: 20px;

	width: 20px;
	height: 20px;

	content: '';

	background-image: url(/reform/case-rf/pic/icon_search_R.png);
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}

@media only screen and (max-width: 767px)
{
  .detail-introduction-btn
  {
		margin: 10px auto 0;
	}
}

.detail-recommend,
.other-reform
{
  margin-top: 35px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px)
{
  .detail-recommend,
  .other-reform
  {
		margin-top: 20px;
  }
}

.detail-recommend-title,
.other-reform-title,
.space-about-title
{
	font-size: 20px;
	font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px)
{
  .detail-recommend-title,
  .other-reform-title,
  .space-about-title
  {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.other-reform a,
.space-about a
{
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: underline;
}
.other-reform a:hover,
.space-about a:hover{
  opacity: .8;
}

a.detail-recommend-btn
{
	margin: 20px auto 0;
}

.detail-recommend-list
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.detail-recommend-list li{
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
          flex-basis: 25%;

}

.detail-recommend-list li+li
{
  margin-left: 25px;
}

.detail-recommend-list-img-container{
  width: 195px;
  height: 153px;
  background-color: #efefef
}
@media only screen and (max-width: 767px)
{
  .detail-recommend-list-img-container{
    width: 100px;
    height: 79px;
  }
}
.detail-recommend-list-img-container img{
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px)
{
  .detail-recommend-list li
  {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
  .detail-recommend-list li+li
  {
    margin-left: 5%;
  }
  .detail-recommend-list li:last-child
  {
    display:none;
  }
}

.detail-recommend-list li p
{
	margin-top: 10px;
}
.detail-recommend-list li a:hover
{
	opacity: .8;
}

.space-about
{
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #fff;
}
@media only screen and (min-width: 768px)
{
  .space-about-info{
    display: flex;
    flex-wrap: wrap;
  }
  .space-about-info li
  {
    width: 50%;
  }
  .space-about-info li:nth-child(3),
  .space-about-info li:nth-child(4){
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px)
{
  
  .space-about-info li
  {
    width: 100%;
  }
  .space-about-info li + li
  {
    margin-top: 10px;
  }
}


/* ==================================================
   detail page spaces-link
   ================================================== */
.spaces-link
{
  margin-top: 50px;
}

.spaces-link-title
{
	font-size: 20px;
	font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px)
{
  .spaces-link-title
  {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.spaces-link-list li
{
  display: inline;
  border-left: 1px solid #4b4949;
  padding: 0 10px;
}

.spaces-link-list a
{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #4b4949;
  padding-bottom: 5px;
}

.spaces-link-list a:hover
{
  opacity: .8;
}

/* ==================================================
   search by spaces on bottom
   ================================================== */
.space-search-bottom
{
  padding-top: 20px;
  padding-bottom: 20px;  
}

.space-search-bottom-title
{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.space-search-bottom-list li
{
  display: inline-block;
  width: 33%;
  padding-bottom: 15px;
  line-height: 1.8;
  font-size: 13px;
  vertical-align: top;
}

.space-search-bottom-list li input[type="checkbox"]
{
  display: none;
}

.space-search-bottom-list li a
{
  display: table-cell;
  padding: 0 5px;
  cursor: pointer;
  text-decoration: underline;
}

.space-search-bottom-list li label
{
  display: table-cell;
	cursor: pointer;

  position: relative;
	top: .3em;
	left: 0;

	width: 16px;
  height: 16px;
    
	background: url(/reform/case-rf/pic/ico_check_off_01.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.space-search-bottom-list li input[type='checkbox']:checked + label
{
  background: url(/reform/case-rf/pic/ico_check_on_01.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

a.search-sp-btn
{
  font-weight: bold;

  margin-top: 10px;
  width: 100%;
}
.non-result{
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
}

.full-width-banner {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px){
  .non-result{
    font-size: 13px;
  }
}

.lxl-itemsEndactionLinks{
  line-height: 1.6;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

.lxl-reform-linkSet{
  padding: 53px;
  font-size: 120%;
}
@media only screen and (max-width: 767px){
  .lxl-reform-linkSet{
    padding: 4%;
  }
}
.lxl-itm-linkSet-cb-p p{
  margin-top: 14px;
}
.lxl-reform-linkSetInCol2 li{
  min-height: 187px;
}
.space-point{
  margin: 50px 0;
}
.space-point h3{
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0;
}
.space-point div{
  line-height: 1.5;
}
@media only screen and (max-width: 767px){
  .space-point{
    margin: 35px 10px;
  }
}
