@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
/*
 * 一般向け 及び 入居者向け
 * -- 詳細の独自要素
 */
#newsdetail11 .section-entry-heading {
  display: none;
}
#newsdetail11 .section-entry {
  padding: 0 10px 0;
}
@media print, screen and (min-width: 800px) {
  #newsdetail11 .section-entry-heading {
    display: flex;
    margin-bottom: 20px;
  }
  #newsdetail11 .section-entry-heading .main-heading02 {
    margin-bottom: 0;
  }
  #newsdetail11 .section-entry {
    padding: 0;
  }
}

/* 記事 */
.entry-header {
  position: relative;
  margin-bottom: 0px; }
  @media print, screen and (min-width: 800px) {
    .entry-header {
      margin-bottom: 10px; } }

.entry-link-twitter {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media print, screen and (min-width: 800px) {
    .entry-link-twitter {
      display: none; } }

.entry-small-category{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}
.entry-ttl {
	position: relative;
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: normal;
	display: flex;
	height: 60px;
	-webkit-align-items: center;
	align-items: center;
	width: 90%;
	padding-left: 35px;
	border-bottom: 1px dashed #999;
	margin-bottom: 20px;
	font-weight: bold;
}
.entry-ttl:before {
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	content: "Q";
	font-size: 2.4rem;
	font-weight: bold;
}
.entry-ttl .label-new {
	display: none;
}
@media print, screen and (min-width: 800px) {
	.entry-ttl {
		font-size: 1.6rem;
		width: 100%;
	}
	.entry-ttl .label-new {
		font-style: normal;
		display: block;
		width: 40px;
		height: 20px;
		font-size: 1.2rem;
		color: #fff;
		text-align: center;
		line-height: 20px;
		margin-right: 16px;
		background: #b82029;
	}
}

.entry-area{
	margin-top: 10px;
	padding: 10px 30px;
}

@media screen and ( max-width:599px) {
	.entry-area{
		margin-top: 0px;
		padding: 10px;
	}
	.entry-ttl{
		width: 100%;
		margin: 0px;
	}
	.entry-link-twitter{
		top: 30px;
	}
}
@media print, screen and (min-width: 800px) {
	.entry-area{
		margin-top: 0px;
		padding: 10px 30px;
	}
}



.eyecatch {
  margin-bottom: 15px; }
  @media print, screen and (min-width: 800px) {
    .eyecatch {
      margin-bottom: 20px; } }

.entry-body {
	border-bottom: 1px dotted #000;
	margin-bottom: 18px;
	padding: 30px;
}
.entry-body p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.entry-body div {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0px;
}

@media print, screen and (min-width: 800px) {
	.entry-body {
		margin-bottom: 20px;
		border-bottom: none;
	}

	.entry-body div {
		font-size: 1.4rem;
		line-height: 2;
		margin-bottom: 0px;
	}

	.entry-body p:empty{
		display:none;
	}
}

.does-not-solve{
	border: 2px dotted #ccc;
	border-radius: 4px;
	padding: 25px 40px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.does-not-solve:last-child{
	margin-bottom: 50px;
}
.does-not-solve .title{
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	border-bottom: 1px dashed #999;
}
.does-not-solve .text{
	line-height: 1.3;
	margin-top: 15px;
	margin-bottom: 20px;
}
.does-not-solve .button-area{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.does-not-solve a{
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 7px;
	padding: 7px;
	width: 340px;
	cursor: pointer;
}
.does-not-solve a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
@media screen and ( max-width:599px) {
	.does-not-solve a{
		width: 80%;
	}
}

.entry-bottom {
  font-size: 0.9em;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin-top: 18px;
  padding: 15px 0; }
  .entry-bottom-archive, .entry-bottom-category {
    display: inline-block; }
    .entry-bottom-archive a, .entry-bottom-category a {
      text-decoration: underline;
      font-size: 1.3rem;
      line-height: 1.7;
      margin-right: 10px;  }
  .entry-bottom-category {
    margin-right: 20px; }
  .entry-bottom-date {
    margin-top: 10px; }
  @media print, screen and (min-width: 800px) {
    .entry-bottom {
      font-size: 1.3rem;
      margin-top: 30px;
      padding: 30px 0;
      border-bottom: none; }
      .entry-bottom-date {
        display: none; }
       .entry-bottom-archive a, .entry-bottom-category a {
        margin-right: 10px;
       }
       }

@media print, screen and (min-width: 800px) {
	.section-entry-heading {
		-webkit-align-items: center;
		align-items: center;
	}
	.section-entry-heading .entry-category {
		margin-top: -10px;
		font-size: 1.3rem;
		margin-left: 45px;
	}
}

 /* 会社概要用

 * 2018/10/31 modify torii
 newalinea.cssが読み込まれていないので、こちらを使います。*/
/*
 .entry-custom-area {
    padding: 20px 0 40px 0;
    font-size: 90%;
 }

 .blog-contents {
    font-size: 90%;
 }



.blog-list-box-dtl{
padding:0 20px;
}

@media print, screen and (max-width: 800px) {
  .entry-custom-area table{
    width: 100%;
  }
   .entry-body {
    padding-top: 20px;
    width: 100%;
  }
}*/