@charset "utf-8";
/*.body_wrap * {
	margin: 0;
	padding: 0;
	color: #333;
}*/
	/* font-family: "Noto Serif JP", serif; */

.c-green { color: #8c7d5a; }
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
#supportWrap #callCenter p,
#supportWrap #content p {
  font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
#support .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #supportWrap #callCenter p,
  #supportWrap #content p {
    font-size: 14px;
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}

/*========共用部分メンテナンス========*/
  #supportWrap #content .row {
    padding: 30px 0;
  }
  #supportWrap #content .row01 {
    padding-bottom: 30px;
    border-bottom: #777 dotted 1px;
  }
  #supportWrap #content .row01 .item01 {
    width: 26%;
  }
  #supportWrap #content .row01 .item02 {
    width: 70%;
  }

  #supportWrap #content .row01 .item02 h4 span {
    font-size: 80%;
  }
  #supportWrap #content .row01 .item02 .flex {}
  #supportWrap #content .row01 .item02 .flex dl {
    width: 50%;
  }
  #supportWrap #content .row01 .item02 .flex dl:nth-child(1) {
    padding-right: 3%;
    border-right: #777 dotted 1px;

  }
  #supportWrap #content .row01 .item02 .flex dl:nth-child(2) {
    padding-left: 3%;

  }
  #supportWrap #content .row01 .item02 .flex dt {
    color: #0068B6;
    font-size: 15px;
  }

  #supportWrap #content .row02 {
    padding-bottom: 30px;
  }
  #supportWrap #content .row02 .itemBox {
    width: 50%;
  }
  #supportWrap #content .row02 .item03 {
    padding-right: 3%;
    border-right: #777 dotted 1px;

  }
  #supportWrap #content .row02 .item04 {
    padding-left: 3%;

  }
  #supportWrap #content .row02 .item03 p,
  #supportWrap #content .row02 .item04 p {
    /* padding: 0.5em 0; */

  }
  #supportWrap #content .row02 .itemBox .txtBox {
    width: 52%;
  }
  #supportWrap #content .row02 .itemBox .imgBox {
    width: 185px;
  }

  #supportWrap h3.gb span {
	color: #fff;
    }

  #supportWrap #content .row03 {}

  #supportWrap #content .row03 .itemBox {
    width: 100%;
    max-width: 500px;
  }
  #supportWrap #content .row03 .itemBox h4 {
    width: 49%;
  }

  @media screen and (max-width : 959px ){
    #supportWrap #content .row01 .item01 {
      width: 100%;
    }
    #supportWrap #content .row01 .item02 {
      width: 100%;
    }
    #supportWrap #content .row02 .itemBox .txtBox {
      width: 100%;
    }
    #supportWrap #content .siteName {
      font-size: 14px;
      width: 16em;
      margin: 1em auto;
    }
    #supportWrap #content .row02 .itemBox .imgBox {
      margin: 0 auto;
    }
  }

  @media screen and (max-width : 599px ){
    #supportWrap #content .row01 .item02 h4.txb {
      display: block;
      margin-bottom: 30px;
    }
    #supportWrap #content .row01 .item02 h4 span {
      display: block;
      font-size: 80%;
    }
    #supportWrap #content .row01 .item02 .flex dl {
      width: 100%;
    }
    #supportWrap #content .row01 .lineTate,
    #supportWrap #content .row02 .lineTate {
      display: none;
    }
    #supportWrap #content .row02 .itemBox {
      width: 100%;
    }
    #supportWrap #content .row02 .itemBox:nth-child(1) {
      padding-bottom: 30px;
    }
    #supportWrap #content .row03 .itemBox {
      display: block;
    }
    #supportWrap #content .row03 .itemBox h4 {
      width: 100%;
    }
    #supportWrap #content .row01 .item02 .flex dl:nth-child(1) {
      padding-right: 0;
      border-right: none;
    }
    #supportWrap #content .row01 .item02 .flex dl:nth-child(2) {
      padding-left: 0;
    }
    #supportWrap #content .row02 .item03 {
      padding-right: 0;
      border-right: none;
    }
    #supportWrap #content .row02 .item04 {
      padding-left: 0;
    }
    #supportWrap .txb{
      text-align: center;
    }
}

/*SUPPORT*/

.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head {
    padding: 35px 0;
  }
}

.main-image > img { width: 100%; }

.main-texts {
  font-size: 20px;
  margin: 30px auto 0;
  font-weight: 100;
}
@media screen and (max-width:767px) {
  .main-texts {
    font-size: 14px;
    margin: 30px auto 0;
  }
}


#supportWrap div {
  position: relative;
}


/*-------------------------------------------*/
/*-----------------　common　--------------*/
/*---------------------------------------*/
*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#supportWrap a {
	color: #555;
	text-decoration: none;
}
#supportWrap a:hover {
	color: #555;
}
#support img {
  width: 100%;
  /*height: auto;*/
	/*max-width: 100%;*/
  /*image-rendering: -webkit-optimize-contrast;*/
  -webkit-backface-visibility: hidden;
  vertical-align:bottom;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}
body#support {
  margin: 0;
	font-size: 13px;
	line-height: 1.6;
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#supportWrap .gothic {
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#supportWrap h3, #supportWrap h4, #supportWrap h5 {
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}
#support .wrapWidth {
	width: 100%;
	margin: 0 auto;
}
#support .boxWidth {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#afafterWrapter .caption {
	font-size: 10px;
	line-height: 1.4;
	padding: 1em 0;
}
#supportWrap #captionBox,
#supportWrap .captionBox {
	text-align: center;
}
#supportWrap captionBox .caption,
#supportWrap .captionBox .caption{
	display: inline-block;
	text-align: justify;
}
#supportWrap dl,
#supportWrap ul {
  margin: 0;
  padding: 0.6em 0;
}
#supportWrap li {
  list-style-position: inside;
}
#supportWrap dd,
#supportWrap p {
  margin: 0;
  padding: 0.3em 0 0;
  text-align: left;
}


@media screen and (max-width: 959px) {
  #supportWrap .boxWidth {
	  width: 90%;
  }
}
@media screen and (max-width: 599px) {

}



/*========== FLEX BOX ==========*/
#supportWrap .flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#supportWrap .flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#support .flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#supportWrap .flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*==============afterNav==============*/

#supportWrap .afterNavTop {
  /* background-color: #f2f2f2; */
  padding: 20px 0;
}

#supportWrap .afterNav ul {
  padding: 0;
}
#supportWrap .afterNav li {
  list-style: none;
  width: 16%;
  max-width: 14em;
}
#supportWrap .afterNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #fff;
  height: 3.6em;
  position: relative;
  padding: 0.5em;
  line-height: 1.2;
  text-align: center;
  font-feature-settings: "palt";
  transition: 0.5s;
  z-index: 0;
}
#supportWrap .afterNav a::after {
  content: '';
  position: absolute;
  width: 98%;
  height: 92%;
  left: 1%;
  top: 4%;
  border: rgba(255,255,255,0.5) solid 1px;
  transition: all 0.3s linear;
}
#supportWrap .afterNav a::before {
  background: rgb(0,77,160);
  background: -webkit-linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
  background: -o-linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
  background: linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
  z-index: -1;
}
#supportWrap .afterNav a:hover::before,
.cmnMainte #supportWrap .afterNav li:nth-child(1) a::before,
.private #supportWrap .afterNav li:nth-child(2) a::before,
.manage #supportWrap .afterNav li:nth-child(3) a::before,
.prepar #supportWrap .afterNav li:nth-child(4) a::before,
.lifesupport #supportWrap .afterNav li:nth-child(5) a::before,
.realestate #supportWrap .afterNav li:nth-child(6) a::before 
{
  opacity: 0;
  visibility: hidden;
}
#supportWrap .afterNav a:hover,
.cmnMainte #supportWrap .afterNav li:nth-child(1) a,
.private #supportWrap .afterNav li:nth-child(2) a,
.manage #supportWrap .afterNav li:nth-child(3) a,
.prepar #supportWrap .afterNav li:nth-child(4) a,
.lifesupport #supportWrap .afterNav li:nth-child(5) a,
.realestate #supportWrap .afterNav li:nth-child(6) a
{
  color: #0068B6;
}
#supportWrap .afterNav a:hover::after,
.cmnMainte #supportWrap .afterNav li:nth-child(1) a::after,
.private #supportWrap .afterNav li:nth-child(2) a::after,
.manage #supportWrap .afterNav li:nth-child(3) a::after,
.prepar #supportWrap .afterNav li:nth-child(4) a::after,
.lifesupport #supportWrap .afterNav li:nth-child(5) a::after,
.realestate #supportWrap .afterNav li:nth-child(6) a::after 
{
  border: #0068B6 solid 1px;
}

#supportWrap .afterNavBottom {
  padding: 0px 0 40px;
  /* background-color: #f2f2f2; */
}
#supportWrap .afterNavBottom ul {
  max-width: 1000px;
}
#supportWrap .afterNavBottom li {
  width: 30%;
  max-width: inherit;
  padding: 10px 0;
}
#supportWrap .afterNavBottom a {
  font-size: 16px;
  height: 5em;
}

@media screen and (max-width : 959px ){
  #supportWrap .afterNav li,#supportWrap .afterNavBottom li {
  width: 32.7%;
  max-width: inherit;
  margin-bottom: 5px;
    padding: 0;
}
  #supportWrap .afterNavBottom a {
    font-size: 13px;
    height: 3.6em;
  }
}
  
@media screen and (max-width : 599px ){
  #supportWrap .afterNav li,#supportWrap .afterNavBottom li {
    width: 49%;
  }
}

/*==============END afterNav==============*/

/*==============callCenter==============*/

#supportWrap article {
  /* background-color: #f2f2f2; */
}

#supportWrap #callCenter {
  background-color: #FCCF00;
  padding: 60px 0;
}
#supportWrap #callCenter .flex {
  max-width: 1000px;
}
#supportWrap #callCenter .flex .txtBox {
  width: 48%;
}
#supportWrap #callCenter .flex .txtBox h3 {
  padding: 20px 0;
}
#supportWrap #callCenter .flex .imgBox {
  width: 48%;
}

@media screen and (max-width : 599px ){
  #supportWrap #callCenter {
    padding: 10px 0 30px;
  }
  #supportWrap #callCenter .flex .txtBox {
    width: 100%;
    padding-bottom: 15px;
  }

  #supportWrap #callCenter .flex .imgBox {
    width: 100%;
  }
}

/*==============END callCenter==============*/


#supportWrap #content {
  padding: 50px 0 0;
  max-width: 1000px;
  width: 96%;
  
}
#supportWrap #content h2 {
  font-size: 32px;
  text-align: center;
  padding: 0.6em 0;
  font-weight: lighter;
  
}
#supportWrap h3.gb {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  width: 100%;
 background-color: #686252;
  color: #fff;
  padding: 0.4em 1em;
  font-size: 14px;
  margin-bottom: 1em;
  
}
#supportWrap .bb {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  background-color: #0068B6;
  color: #fff;
  height: 2em;
  border-radius: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
}
@media screen and (max-width: 959px) {
  #supportWrap .bb {
	  height: 3em;
  }
}
@media screen and (max-width: 599px) {
  #supportWrap .bb {
	  height: 3em;
  }
}

#supportWrap .icons {
  position: relative;
  margin-left: 50px;
}

#supportWrap .icons::before {
  content: '';
  position: absolute;
  left: -50px;
  top: -20%;
  width: 40px;
  height: 140%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  
}
#supportWrap .txb {
  color: #0068B6;
  height: 2.5em;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px
}

#supportWrap #content .siteName {
  color: #0068B6;
  font-size: 15px;
  background-color: #fff;
  border: #0068B6 solid 2px;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#supportWrap #content .lineYoko {
  height: 1px;
  border-bottom: #777 dotted 1px;
}
#supportWrap #content .lineTate {
  width: 1px;
  border-left: #777 dotted 1px;
}
#supportWrap #content .caption {
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
    padding: 1em 0;
}
#supportWrap #content dl .caption, 
#supportWrap #content ul .caption {
	padding: 1em 0 0;
}
#supportWrap .cap {
  position: relative;
}
#supportWrap .cap::after {
  content: attr(data-caption);
  position: absolute;
  right: 0.5em;
  bottom: 0.1em;
  font-size: 10px;
  color: #000;
  text-shadow: 1px 1px 0px #fff,1px 0px 0px #fff,0px 1px 0px #fff,-1px -1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff;
}
#supportWrap .btnBl {
}
#supportWrap .btnBl a {
  display: block;
  margin: 0px auto;
  width: 180px;
  background-color: #fff;
  border: #0068B6 solid 2px;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  padding: 0.3em;
  color: #0068B6;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  transition: 0.3s;
}
#supportWrap .btnBl a:hover {
  background-color: #0068B6;
  color: #fff;
}


@media screen and (max-width : 959px ){
  #supportWrap #content {
    width: 90%;

  }
}

@media screen and (max-width : 599px ){
  #supportWrap #content h2 {
    font-size: 21px;
    padding: 0;

  }
  #supportWrap .txb {
    font-size: 14px;
  }
}



/*========共用部分メンテナンス========*/
#supportWrap #content .row {
  padding: 30px 0;
}
.cmnMainte #supportWrap #content .row01 {
  padding-bottom: 30px;
  border-bottom: #777 dotted 1px;
}
.cmnMainte #supportWrap #content .row01 .item01 {
  width: 26%;
}
.cmnMainte #supportWrap #content .row01 .item02 {
  width: 70%;
}

.cmnMainte #supportWrap #content .row01 .item02 h4 span {
  font-size: 80%;
}
.cmnMainte #supportWrap #content .row01 .item02 .flex {}
.cmnMainte #supportWrap #content .row01 .item02 .flex dl {
  width: 50%;
}
.cmnMainte #supportWrap #content .row01 .item02 .flex dl:nth-child(1) {
  padding-right: 3%;
  border-right: #777 dotted 1px;

}
.cmnMainte #supportWrap #content .row01 .item02 .flex dl:nth-child(2) {
  padding-left: 3%;

}
.cmnMainte #supportWrap #content .row01 .item02 .flex dt {
  color: #0068B6;
  font-size: 15px;
}

.cmnMainte #supportWrap #content .row02 {
  padding-bottom: 30px;
}
.cmnMainte #supportWrap #content .row02 .itemBox {
  width: 50%;
}
.cmnMainte #supportWrap #content .row02 .item03 {
  padding-right: 3%;
  border-right: #777 dotted 1px;

}
.cmnMainte #supportWrap #content .row02 .item04 {
  padding-left: 3%;

}
.cmnMainte #supportWrap #content .row02 .item03 p,
.cmnMainte #supportWrap #content .row02 .item04 p {
  padding: 0.5em 0;

}
.cmnMainte #supportWrap #content .row02 .itemBox .txtBox {
  width: 52%;
}
.cmnMainte #supportWrap #content .row02 .itemBox .imgBox {
  width: 185px;
}



.cmnMainte #supportWrap #content .row03 {}

.cmnMainte #supportWrap #content .row03 .itemBox {
  width: 100%;
  max-width: 500px;
}
.cmnMainte #supportWrap #content .row03 .itemBox h4 {
  width: 49%;
}

@media screen and (max-width : 959px ){
  .cmnMainte #supportWrap #content .row01 .item01 {
    width: 100%;
  }
  .cmnMainte #supportWrap #content .row01 .item02 {
    width: 100%;
  }
  .cmnMainte #supportWrap #content .row02 .itemBox .txtBox {
    width: 100%;
  }
  #supportWrap #content .siteName {
    font-size: 14px;
    width: 16em;
    margin: 1em auto;
  }
  .cmnMainte #supportWrap #content .row02 .itemBox .imgBox {
    margin: 0 auto;
  }
}

@media screen and (max-width : 599px ){
  .cmnMainte #supportWrap #content .row01 .item02 h4.txb {
    display: block;
    margin-bottom: 30px;
  }
  .cmnMainte #supportWrap #content .row01 .item02 h4 span {
    display: block;
    font-size: 80%;
  }
  .cmnMainte #supportWrap #content .row01 .item02 .flex dl {
    width: 100%;
  }
  .cmnMainte #supportWrap #content .row01 .lineTate,
  .cmnMainte #supportWrap #content .row02 .lineTate {
    display: none;
  }
  .cmnMainte #supportWrap #content .row02 .itemBox {
    width: 100%;
  }
  .cmnMainte #supportWrap #content .row02 .itemBox:nth-child(1) {
    padding-bottom: 30px;
  }
  .cmnMainte #supportWrap #content .row03 .itemBox {
    display: block;
  }
  .cmnMainte #supportWrap #content .row03 .itemBox h4 {
    width: 100%;
  }
  .cmnMainte #supportWrap #content .row01 .item02 .flex dl:nth-child(1) {
    padding-right: 0;
    border-right: none;
  }
  .cmnMainte #supportWrap #content .row01 .item02 .flex dl:nth-child(2) {
    padding-left: 0;
  }
  .cmnMainte #supportWrap #content .row02 .item03 {
    padding-right: 0;
    border-right: none;
  }
  .cmnMainte #supportWrap #content .row02 .item04 {
    padding-left: 0;
  }
}


/*========専有部分メンテナンス========*/
.private {}
.private #supportWrap #content .row01 .item01 {
	width: 100%;
}
.private #supportWrap #content .item02 {
	width: 100%;
}
.private #supportWrap .item01 h4.bb {
  width: 20em;
}
.private #supportWrap .item01 .flex {
  max-width: 560px;
  margin: 30px auto;
  align-items: center;
}
.private #supportWrap .item01 .flex .figBox {
  width: 55%;
}
.private #supportWrap .item01 .flex .txtBox {
  width: 40%;
}
.private #supportWrap .item02 {
  width: 100%;
}
.private #supportWrap .item02 h4.bb {
  width: 20em;
}
.private #supportWrap .item02 .figBox {
  padding-top: 30px;
}

.private #supportWrap .row03 .figBox {
  padding-top: 30px;
  position: relative;
}
.private #supportWrap .row03 .figBox .btnBl {
  position: absolute;
  width: 30%;
  right: 5%;
  bottom: 2%;
  
}

@media screen and (max-width : 959px ){
  .private .row03 .figBox {
    padding-top: 30px;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .private #supportWrap .row03 .figBox .btnBl {
  position: absolute;
  width: 100%;
  right: 0%;
  bottom: 1%;
  
}
}

@media screen and (max-width : 599px ){
  .private .item01 h4.bb {
    width: 100%;
  }
  .private .item01 .flex .figBox {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0 10%;
    padding-bottom: 20px;
  }
  .private .item01 .flex .txtBox {
    width: 100%;
  }
}


/*========管理運営========*/
.manage {}

.manage #supportWrap #content .row01 .itemBox {
  width: 100%;
  padding: 1em 0;
  border-bottom: #777 dotted 1px;
}
.manage #supportWrap #content .row01 {
	border-bottom: none;
}
.manage #supportWrap #content .row01 .itemBox h4.bb {
  width: 20em;
}
.manage #supportWrap #content .row01 ol li {
	list-style: none;
	text-align: left;
	line-height: 1.6;
}
.manage #supportWrap #content .row02 .itemBox {
	width: 100%;
}



.manage #supportWrap #content .row02 {}
.manage #supportWrap #content .row02 .flex {
  width: 100%;
}
.manage #supportWrap #content .row02 .flex .leftBox {
  width: 50%;
  border-right: #777 dotted 1px;
  border-bottom: #777 dotted 1px;
}
.manage #supportWrap #content .row02 .flex .leftBox .itemBox {
  padding-right: 5%;
}
.manage #supportWrap #content .row02 .flex .leftBox .itemBox:nth-child(1) {
  border-bottom: #777 dotted 1px;
}
.manage #supportWrap #content .row02 .flex .leftBox .figBox {
  width: 90%;
  margin: 0 auto;
}
.manage #supportWrap #content .row02 .flex .rightBox {
  width: 50%;
  border-bottom: #777 dotted 1px;
}
.manage #supportWrap #content .row02 .flex .itemBox {
  padding: 20px 0;
  padding-left: 5%;
}
.manage #supportWrap #content .row02 .flex .item04 .txtBox {
  width: 65%;
}
.manage #supportWrap #content .row02 .flex .item04 .figBox {
  width: 30%;
}


@media screen and (max-width : 959px ){
  .manage #supportWrap #content .row02 .flex .leftBox {
    width: 100%;
  }
  .manage #supportWrap #content .row02 .figBox {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 1em;
  }
  .manage #supportWrap #content .row02 .flex .rightBox {
    width: 100%;
  }
  .manage #supportWrap #content .row02 .flex .leftBox {
    border-right: none;
  }
  .manage #supportWrap #content .row02 .flex .leftBox .itemBox {
    padding-right: 0;
  }
  .manage #supportWrap #content .row02 .flex .itemBox {
    padding-left: 0;
  }
  .manage #supportWrap #content .row02 .flex .item04 .figBox {
    width: 30%;
    max-width: 120px;
  }

}

@media screen and (max-width : 599px ){
  .manage #supportWrap #content .row01 .itemBox h4.bb {
    width: 100%;
  }
  .manage #supportWrap #content .row01 ol li {
    text-indent: -2.5em;
    line-height: 1.3;
    padding: 0.3em 0;
  }
  .manage #supportWrap #content .row02 .flex .item04 .txtBox {
    width: 100%;
  }
  .manage #supportWrap #content .row02 .flex .item04 .figBox {
    width: 50%;
    max-width: 120px;
  }
}


/*========備え========*/
.prepar {}

.prepar #supportWrap #content .row01 {}
.prepar #supportWrap #content .row01 .flex {
  justify-content: flex-start;
}
.prepar #supportWrap #content .row01 .flex h4 {
  width: 16em;
  margin-right: 0.5em;
}
.prepar #supportWrap #content .row01 .flex .siteName {
  width: 16em;
  font-size: 14px;
  height: 2.5em;
}
.prepar #supportWrap #content .row01 ul {
  padding-left: 1.5em;
}
.prepar #supportWrap #content .row01 li {
  list-style-position: outside;
  padding: 0.2em 0;
}

.prepar #supportWrap #content .row02 {}
.prepar #supportWrap #content .row02 .itemBox {
  width: 30%;
}
.prepar #supportWrap #content .row02 .item01 ul {
  background-color: #DBDCDC;
  padding: 3%;
}
.prepar #supportWrap #content .row02 .item01 ul li {
  font-size: 12px;
  display: inline-block;
  list-style: none;
  list-style-position: outside;
}
.prepar #supportWrap #content .row02 .item01 ul li::before {
  content: '・';
}

.prepar #supportWrap #content .row02 .item02 {}
.prepar #supportWrap #content .row02 .item02 .txtBox {
  width: 60%;
}
.prepar #supportWrap #content .row02 .item02 .imgBox {
  width: 35%;
}

.prepar #supportWrap #content .row03 {}
.prepar #supportWrap #content .row03 .flex {
  max-width: 750px;
  align-items: center;
}
.prepar #supportWrap #content .row03 .flex .txtBox {
  width: 56%;
}
.prepar #supportWrap #content .row03 .flex .txtBox .yuipota {
  max-width: 360px;
}
.prepar #supportWrap #content .row03 .flex .txtBox dt {
  font-size: 15px;
  padding: 0.6em 0;
  color: rgb(0, 104, 182);
}
.prepar #supportWrap #content .row03 .flex .figBox {
  width: 32%;
}
.prepar #supportWrap #content .row03 .flex02 {
  margin-top: 30px;
  align-items: flex-start;
}
.prepar #supportWrap #content .row03 .flex02 .flex03 {
  width: 48%;
}
.prepar #supportWrap #content .row03 .flex02 .flex03 h4 {
  width: 100%;
  color: #0068B6;
  border: #0068B6 solid 2px;
  padding: 0.5em 1em;
}
.prepar #supportWrap #content .row03 .flex02 .flex03 .txtBox {
  width: 50%;
}
.prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox {
  width: 30%;
  padding-top: 20px;
}
.prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox02 {
  width: 50%;
  padding-top: 20px;
}

.prepar #supportWrap #content .row04 {}
.prepar #supportWrap #content .row04 .itemBox {
 background-color: #DCDDDD;
  padding: 15px 30px;
  margin-bottom: 20px
}
.prepar #supportWrap #content .row04 .item02 {}
.prepar #supportWrap #content .row04 .item02 ul {}
.prepar #supportWrap #content .row04 .item02 li {
  list-style: none;
  width: 18%;
  background-color: #0068B7;
  color: #fff;
  border-radius: 10px;
  padding: 2%;
}
.prepar #supportWrap #content .row04 .item02 li:last-child {
  background-color: #fff;
  color: #333;
  width: 43%;
}
.prepar #supportWrap #content .row04 .item03 li {
  color: #0068B7;
}



@media screen and (max-width : 959px ){
  .prepar #supportWrap #content .row02 {
    padding: 0;
  }
  .prepar #supportWrap #content .row02 .itemBox {
    width: 100%;
  }
  .prepar #supportWrap #content .row01 .flex {
    display: block;
  }
  .prepar #supportWrap #content .row01 .flex .siteName {
    margin: 5px 0 5px 50px;
  }
  .prepar #supportWrap #content .row02 .itemBox {
    padding-bottom: 30px;
  }
  .prepar #supportWrap #content .row02 .item02 .txtBox {
    width: 75%;
  }
  .prepar #supportWrap #content .row02 .item02 .imgBox {
    width: 20%;
    max-width: 140px;
  }
  .prepar #supportWrap #content .row03 .flex .txtBox {
    width: 60%;
  }
  .prepar #supportWrap #content .row03 .flex .txtBox .yuipota {
    max-width: 260px;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 {
    width: 100%;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03:nth-child(1) {
    padding-bottom: 20px;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .txtBox {
    width: 55%;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox {
    padding-right: 15%;
    padding-top: 10px;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox02 {
    width: 40%;
    padding-right: 5%;
    padding-top: 10px;
  }
}

@media screen and (max-width : 599px ){
  .prepar #supportWrap #content .row01 .flex h4 {
    width: 16em;
    margin-right: 0.5em;
    width: calc(100% - 50px);
  }
   .prepar #supportWrap #content .row03 .flex .txtBox {
    width: 100%;
  }
  .prepar #supportWrap #content .row03 .flex .txtBox dd { text-align: center; }
  .prepar #supportWrap #content .row03 .flex .txtBox .yuipota {
    max-width: 220px;
    margin: 0 auto;
  }
  .prepar #supportWrap #content .row03 .flex .txtBox dt {
    font-size: 14px;
    padding: 0.6em 0;
  }
  .prepar #supportWrap #content .row03 .flex .txtBox dt br {
    display: none;
  }
  .prepar #supportWrap #content .row03 .flex .figBox {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .txtBox {
    width: 100%;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox {
    width: 30%;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
  }
  .prepar #supportWrap #content .row03 .flex02 .flex03 .imgBox02 {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
  }
  .prepar #supportWrap #content .row04 .item02 li {
    width: 100%;
    border-radius: 10px;
    padding: 2% 8%;
    margin-bottom: 5px;
  }
  .prepar #supportWrap #content .row04 .item02 li br.brSp {
    display: none;
  }
  .prepar #supportWrap #content .row04 .item02 li:last-child {
    background-color: #fff;
    color: #333;
    width: 100%;
  }
}




/*========ライフサポート========*/
.lifesupport {}

.lifesupport #supportWrap #content .row {
  padding: 0;
}

.lifesupport #supportWrap #content .row02 .itemBox .txtBox, 
.lifesupport #supportWrap #content .row02 .itemBox .imgBox {
	width: 100%;
  text-align: left;
}

.lifesupport #supportWrap #content .row01 .itemBox {
  width: 50%;
  padding: 2% 0;
  border-bottom: #777 dotted 1px;
}
.lifesupport #supportWrap #content .row01 .item01,
.lifesupport #supportWrap #content .row01 .item03
{
  padding-right: 3%;
  border-right: #777 dotted 1px;
  
}
.lifesupport #supportWrap #content .row01 .item02,
.lifesupport #supportWrap #content .row01 .item04
{
  padding-left: 3%;
}
#supportWrap #content .price {
  background-color: #0068B6;
  color: #fff;
  width: 11em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 5px 0;
  font-size: 12px;
}
.lifesupport #supportWrap #content .row01 .itemBox .txtBox {
  width: 50%;
}
.lifesupport #supportWrap #content .row01 .itemBox .imgBox {
  width: 48%;
}

.lifesupport #supportWrap #content .row02 .itemBox {
  width: calc(100% / 3);
  padding: 2% 0;
  border-bottom: #777 dotted 1px;
}
.lifesupport #supportWrap #content .row02 .itemBox:nth-child(1){
  padding-right: 2%;
  border-right: #777 dotted 1px;
  width: 32%;
}
.lifesupport #supportWrap #content .row02 .itemBox:nth-child(2){
  padding-left: 2%;
  padding-right: 2%;
  width: 36%;
}
.lifesupport #supportWrap #content .row02 .itemBox:nth-child(3){
  padding-left: 2%;
  border-left: #777 dotted 1px;
  width: 32%;
}
.lifesupport #supportWrap #content .row02 .price {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.lifesupport #supportWrap #content .row04 .itemBox:nth-child(1){
  padding: 2% 0;
  padding-right: 2%;
  border-right: #777 dotted 1px;
  border-bottom: #777 dotted 1px;
  width: 32%;
}
.lifesupport #supportWrap #content .row04 .itemBox:nth-child(2){
  padding: 2% 0;
  padding-left: 2%;
  width: 68%;
  border-bottom: #777 dotted 1px;
}
.lifesupport #supportWrap #content .row05 {
  padding-top: 2%;
  padding-bottom: 50px;
}
.lifesupport #supportWrap #content .row05 h4 span {
  color: #fff;
  background-color: #E95504;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  padding: 0.5em;
  margin-right: 0.5em;
}



@media screen and (max-width : 959px ){
  .lifesupport #supportWrap #content .row01 .itemBox {
    width: 100%;
    padding: 2% 0;
    border-bottom: #777 dotted 1px;
  }
  .lifesupport #supportWrap #content .row01 .item01,
  .lifesupport #supportWrap #content .row01 .item03
  {
    padding-right: 0;
    border-right: none;

  }
  .lifesupport #supportWrap #content .row01 .item02,
   .lifesupport #supportWrap #content .row01 .item04
  {
    padding-left: 0;
  }
  .lifesupport #supportWrap #content .row01 .itemBox .txtBox,
  .lifesupport #supportWrap #content .row02 .itemBox .txtBox {
    width: 50%;
  }
  .lifesupport #supportWrap #content .row01 .itemBox .imgBox,
  .lifesupport #supportWrap #content .row02 .itemBox .imgBox {
    width: 45%;
    padding: 0 5%;
  }
  .lifesupport #supportWrap #content .row01 .itemBox .price,
  .lifesupport #supportWrap #content .row02 .itemBox .price {
    margin: 0 auto 5px;
    transform: translateX(10%);
    display: flex;
    width: 14em;
  }
  .lifesupport #supportWrap #content .row02 .itemBox:nth-child(1) {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
  .lifesupport #supportWrap #content .row02 .itemBox:nth-child(2) {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  .lifesupport #supportWrap #content .row02 .itemBox:nth-child(3) {
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  .lifesupport #supportWrap #content .row04 .itemBox:nth-child(1) {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
  .lifesupport #supportWrap #content .row04 .itemBox:nth-child(2) {
    padding-left: 0;
    width: 100%;
    border-bottom: #777 dotted 1px;
    text-align: left;
  }
  .lifesupport #supportWrap #content .row02 .item08 .txtBox,
  .lifesupport #supportWrap #content .row02 .item09 .txtBox,
  .lifesupport #supportWrap #content .row02 .item10 .txtBox,
  .lifesupport #supportWrap #content .row04 .item12 .txtBox
  {
    width: 100%;
  }


}

@media screen and (max-width : 599px ){
  .lifesupport #supportWrap #content .row011 {
    padding: 30px 0 0;
  }
  .lifesupport #supportWrap #content .row01 .itemBox .txtBox, .lifesupport #supportWrap #content .row02 .itemBox .txtBox {
    width: 100%;
  }
  .lifesupport #supportWrap #content .row01 .itemBox .imgBox, .lifesupport #supportWrap #content .row02 .itemBox .imgBox {
    width: 80%;
    margin: 0 auto;
    padding: 0 5%;
  }
   .lifesupport #supportWrap #content .row01 .item04 .imgBox {
     width: 100%;
  }
  .lifesupport #supportWrap #content .itemBox {
    padding: 20px 0;
  }
}
  

/*========不動産サポート========*/
.realestate {}

.realestate #supportWrap #content .row {
  padding: 0;
}
.realestate #supportWrap #content .row02 .itemBox .txtBox {
	width: 100%;
}
.realestate #supportWrap #content .itemBox {
  width: 50%;
  border-bottom: #777 dotted 1px;
  padding: 2% 0;
}
.realestate #supportWrap #content .itemBox:nth-child(odd) {
  padding-right: 2%;
  border-right: #777 dotted 1px;
}
.realestate #supportWrap #content .itemBox:nth-child(even) {
  padding-left: 2%;
}
.realestate #supportWrap #content .row .item05 {

}
.realestate #supportWrap #content .row .item05 .flex {
width: 100%;
}
.realestate #supportWrap #content .row .item05 .txtBox {
  width: 48%;

}
.realestate #supportWrap #content .row .item05 .imgBox {
  width: 48%;

}
.realestate #supportWrap #content .row .item07 .imgBox {
  width: 85%;
  margin: 10px auto;

}
.realestate #supportWrap #content .row04 {
  padding-bottom: 50px;
}



@media screen and (max-width : 959px ){
  .realestate #supportWrap #content .itemBox {
    width: 100%;
    border-bottom: #777 dotted 1px;
    padding: 2% 0;
    max-width: 100%;
  }
  .realestate #supportWrap #content .itemBox:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
  .realestate #supportWrap #content .itemBox:nth-child(even) {
    padding-left: 0;
  }
  .realestate #supportWrap #content .row .item03 .flex {
    display: block;
  }
  .realestate #supportWrap #content .row .item07 .imgBox {
    width: 70%;
    max-width: 240px;
    margin: 10px auto;
  }
  .realestate #supportWrap #content .row .item08 .imgBox {
    max-width: 350px;
    margin: 10px auto;
  }
}

@media screen and (max-width : 599px ){
  .realestate #supportWrap #content .itemBox {
    padding: 20px 0;
  }
  .realestate #supportWrap #content .row .item05 .txtBox {
    width: 100%;
  }
  .realestate #supportWrap #content .row .item05 .imgBox {
    width: 70%;
    max-width: 240px;
    margin: 0 auto;
    padding: 10px 0;
  }
}





/******************************************************

SUPPORT（他社物件流用）

******************************************************/
#containerBox { padding-top: 3rem; }
@media screen and (max-width: 640px) { #containerBox { background: url(../images/common_custom/main_bg.jpg) center top/1240px auto repeat-x; } }

.sectionBlock { margin-top: 5rem; margin-bottom: 5rem; }
.sectionBlock.cmnMainte { margin-top: 0; }

/*以下css流用
---------------------------------*/
/*h1,h2,h3,dt,h5,h6 {
	  font-size: 100%;
}
html {
	  font-size: 62.5%;
}*/
body { /*font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;*/ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

table { font-size: inherit; font: 100%; line-height: 1.3em; }

/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, dt, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;
}*/
img { margin: 0; padding: 0; border: 0; height: auto; vertical-align: bottom; }

.hidden { display: none; }

.mgnClear { margin: 0px; }

li { list-style-type: none; }

/* Corrects `block` display not defined in IE6/7/8/9 & FF3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

.clearfix { zoom: 1; }

.clearfix:before, .clearfix:after { display: block; height: 0; visibility: hidden; content: "\0020"; }

.clearfix:after { clear: both; }

/*android chorome　文字サイズ　バグ対策*/
h1, h2, h3, dt, h5, p { max-height: 100%; }

#header #headerWrap ul#mNav li a, #okudukeBox, #contentsWrap div, #contentsWrap dl, #contentsWrap dt, #contentsWrap dd, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

#afterWrap { background: #fff; }
#afterWrap div { position: relative; }

/*-------------------------------------------*/
/*-----------------　common　--------------*/
/*---------------------------------------*/
*, *:before, *:after { -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

#afterWrap a { color: #555; text-decoration: none; }

#afterWrap a:hover { color: #555; }

#afterWrap img { width: 100%; height: auto; /*max-width: 100%;*/ /*image-rendering: -webkit-optimize-contrast;*/ -webkit-backface-visibility: hidden; vertical-align: bottom; }

/*html, body {
	width: 100%;
	overflow-x: hidden;
}*/
#afterWrap { margin: 0; font-size: 13px; line-height: 1.6; color: #333; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

#afterWrap .gothic { font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }

#afterWrap h3, #afterWrap h4, #afterWrap h5 { font-weight: normal; line-height: 1.4; margin: 0; }

#afterWrap .wrapWidth { width: 100%; margin: 0 auto; }

#afterWrap .boxWidth { width: 96%; max-width: 1200px; margin: 0 auto; }

#afafterWrapter .caption { font-size: 10px; line-height: 1.4; padding: 1em 0; }

#afterWrap #captionBox, #afterWrap .captionBox { text-align: center; }

#afterWrap captionBox .caption, #afterWrap .captionBox .caption { display: inline-block; text-align: justify; }

#afterWrap dl, #afterWrap ul { margin: 0; padding: 0.6em 0; }

#afterWrap li { list-style-position: inside; }

#afterWrap dd, #afterWrap p { margin: 0; padding: 0.3em 0 0; }

@media screen and (max-width: 959px) { #afterWrap .boxWidth { width: 90%; } }
/*========== FLEX BOX ==========*/
#afterWrap .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

#afterWrap .flex-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#afterWrap .flex-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#afterWrap .flex-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

/*==============afterNav==============*/
#afterWrap .afterNavTop { background-color: #fff; padding: 20px 0; }

#afterWrap .afterNav ul { padding: 0; }

#afterWrap .afterNav li { list-style: none; width: 16%; max-width: 14em; }

#afterWrap .afterNav a { display: flex; justify-content: center; align-items: center;                     /*
background: rgb(0,77,160);
background: -webkit-linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
background: -o-linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
background: linear-gradient(rgba(0,77,160,1) 0%, rgba(69,147,208,1) 45%, rgba(0,64,151,1) 100%);
*/ background: #453831; color: #fff; height: 3.6em; position: relative; padding: 0.5em; line-height: 1.2; text-align: center; font-feature-settings: "palt"; transition: 0.5s; }

#afterWrap .afterNav a::after { content: ''; position: absolute; width: 98%; height: 92%; left: 1%; top: 4%; border: rgba(255, 255, 255, 0.5) solid 1px; }

#afterWrap .afterNav a:hover, #afterWrap .afterNav li.current a { background: none; background-color: #fff; color: #a4762e; }

#afterWrap .afterNav a:hover::after, #afterWrap .afterNav li.current a::after { border: #a4762e solid 1px; }

#afterWrap .afterNavBottom { padding: 0px 0 40px; /*background-color: #EFEDE7;*/ }

#afterWrap .afterNavBottom ul { max-width: 1000px; }

#afterWrap .afterNavBottom li { width: 30%; max-width: inherit; padding: 10px 0; }

#afterWrap .afterNavBottom a { font-size: 16px; height: 5em; }

@media screen and (max-width: 959px) { #afterWrap .afterNav li, #afterWrap .afterNavBottom li { width: 32.7%; max-width: inherit; margin-bottom: 5px; padding: 0; }
  #afterWrap .afterNavBottom a { font-size: 13px; height: 3.6em; } }
@media screen and (max-width: 599px) { #afterWrap .afterNav li, #afterWrap .afterNavBottom li { width: 49%; } }
/*==============END afterNav==============*/
/*==============callCenter==============*/
#afterWrap article { background-color: #fff; }

#afterWrap #callCenter { background-color: #eadecf; /*background-color: #FCCF00;*/ padding: 60px 0; margin-top: 40px; }

#afterWrap #callCenter .flex { max-width: 1000px; }

#afterWrap #callCenter .flex .txtBox { width: 48%; }

#afterWrap #callCenter .flex .txtBox h3 { padding: 20px 0; }

#afterWrap #callCenter .flex .imgBox { width: 48%; }

@media screen and (max-width: 599px) { #afterWrap #callCenter { padding: 10px 0 30px; }
  #afterWrap #callCenter .flex .txtBox { width: 100%; padding-bottom: 15px; }
  #afterWrap #callCenter .flex .imgBox { width: 100%; } }
/*==============END callCenter==============*/
#afterWrap #content { padding: 50px 0 0; max-width: 1000px; width: 96%; }

#afterWrap #content h2 { font-size: 32px; text-align: center; padding: 0.6em 0; font-weight: lighter; }

#afterWrap h3.gb { font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; width: 100%; background-color: #686252; color: #fff; padding: 0.4em 1em; font-size: 14px; margin-bottom: 1em; }

#afterWrap .bb { font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; background-color: #453831; /*background-color: #0068B6;*/ color: #fff; height: 2em; border-radius: 1em; text-align: center; display: flex; justify-content: center; align-items: center; margin: 0.5em 0; }

#afterWrap .icons { position: relative; margin-left: 50px; }

#afterWrap .icons::before { content: ''; position: absolute; left: -50px; top: -20%; width: 40px; height: 140%; background-image: url("../../images/support/cmnmaint/icon-01.svg"); background-size: 100%; background-repeat: no-repeat; background-position: center center; }

#afterWrap .txb { color: #a4762e; height: 2.5em; display: flex; align-items: center; font-size: 16px; margin-top: 10px; margin-bottom: 5px; }

#afterWrap #content .siteName { color: #a4762e; font-size: 15px; background-color: #fff; border: #a4762e solid 2px; height: 3em; display: flex; justify-content: center; align-items: center; }

#afterWrap #content .lineYoko { height: 1px; border-bottom: #777 dotted 1px; }

#afterWrap #content .lineTate { width: 1px; border-left: #777 dotted 1px; }

#afterWrap #content .caption { font-size: 11px; margin: 0; }

#afterWrap .cap { position: relative; }

#afterWrap .cap::after { content: attr(data-caption); position: absolute; right: 0.5em; bottom: 0.1em; font-size: 10px; color: #000; text-shadow: 1px 1px 0px #fff,1px 0px 0px #fff,0px 1px 0px #fff,-1px -1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff; }

#afterWrap .btnBl a { display: block; margin: 0px auto; width: 180px; background-color: #fff; border: #a4762e solid 2px; border-radius: 6px; font-size: 16px; text-align: center; padding: 0.3em; color: #a4762e; font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; transition: 0.3s; }

#afterWrap .btnBl a:hover { background-color: #a4762e; color: #fff; }

#afterWrap #content .row { padding: 30px 0; }

#afterWrap .price { background-color: #a4762e; color: #fff; width: 11em; height: 2em; display: flex; justify-content: center; align-items: flex-start; margin: 5px 0; font-size: 12px; }

@media screen and (max-width: 959px) { #afterWrap #content { width: 90%; }
  #afterWrap #content .siteName { font-size: 14px; width: 16em; margin: 1em auto; } }
@media screen and (max-width: 599px) { #afterWrap #content h2 { font-size: 21px; padding: 0; }
  #afterWrap .txb { font-size: 14px; } }
#afterWrap { /*========共用部分メンテナンス========*/ /*========専有部分メンテナンス========*/ /*========管理運営========*/ /*========備え========*/ /*========ライフサポート========*/ /*========不動産サポート========*/ }
#afterWrap p { font-size: 14px; line-height: 1.5; text-align: left; }
#afterWrap .cmnMainte .icon01.icons::before { background-image: url("../../images/support/cmnmaint/icon-01.svg"); }
#afterWrap .cmnMainte .icon02.icons::before { background-image: url("../../images/support/cmnmaint/icon-02.svg"); }
#afterWrap .cmnMainte .icon03.icons::before { background-image: url("../../images/support/cmnmaint/icon-03.svg"); }
#afterWrap .cmnMainte .icon04.icons::before { background-image: url("../../images/support/cmnmaint/icon-04.svg"); }
#afterWrap .cmnMainte .row01 { padding-bottom: 30px; border-bottom: #777 dotted 1px; }
#afterWrap .cmnMainte .row01 .item01 { width: 26%; }
#afterWrap .cmnMainte .row01 .item02 { width: 70%; }
#afterWrap .cmnMainte .row01 .item02 h4 span { font-size: 80%; }
#afterWrap .cmnMainte .row01 .item02 .flex dl { width: 50%; }
#afterWrap .cmnMainte .row01 .item02 .flex dl:nth-child(1) { padding-right: 3%; border-right: #777 dotted 1px; }
#afterWrap .cmnMainte .row01 .item02 .flex dl:nth-child(2) { padding-left: 3%; }
#afterWrap .cmnMainte .row01 .item02 .flex dt { color: #a4762e; font-size: 15px; }
#afterWrap .cmnMainte .row02 { padding-bottom: 30px; }
#afterWrap .cmnMainte .row02 .itemBox { width: 50%; }
#afterWrap .cmnMainte .row02 .item03 { padding-right: 3%; border-right: #777 dotted 1px; }
#afterWrap .cmnMainte .row02 .item04 { padding-left: 3%; }
#afterWrap .cmnMainte .row02 .item03 p, #afterWrap .cmnMainte .row02 .item04 p { padding: 0.5em 0; }
#afterWrap .cmnMainte .row02 .itemBox .txtBox { width: 52%; }
#afterWrap .cmnMainte .row02 .itemBox .imgBox { width: 185px; }
#afterWrap .cmnMainte .row03 .itemBox { width: 100%; max-width: 500px; }
#afterWrap .cmnMainte .row03 .itemBox h4 { width: 49%; }
@media screen and (max-width: 959px) { #afterWrap .cmnMainte .row01 .item01 { width: 100%; }
  #afterWrap .cmnMainte .row01 .item02 { width: 100%; }
  #afterWrap .cmnMainte .row02 .itemBox .txtBox { width: 100%; }
  #afterWrap .cmnMainte .row02 .itemBox .imgBox { margin: 0 auto; } }
@media screen and (max-width: 599px) { #afterWrap .cmnMainte .row01 .item02 h4.txb { display: block; margin-bottom: 30px; }
  #afterWrap .cmnMainte .row01 .item02 h4 span { display: block; font-size: 80%; }
  #afterWrap .cmnMainte .row01 .item02 .flex dl { width: 100%; }
  #afterWrap .cmnMainte .row01 .lineTate, #afterWrap .cmnMainte .row02 .lineTate { display: none; }
  #afterWrap .cmnMainte .row02 .itemBox { width: 100%; }
  #afterWrap .cmnMainte .row02 .itemBox:nth-child(1) { padding-bottom: 30px; }
  #afterWrap .cmnMainte .row03 .itemBox { display: block; }
  #afterWrap .cmnMainte .row03 .itemBox h4 { width: 100%; }
  #afterWrap .cmnMainte .row01 .item02 .flex dl:nth-child(1) { padding-right: 0; border-right: none; }
  #afterWrap .cmnMainte .row01 .item02 .flex dl:nth-child(2) { padding-left: 0; }
  #afterWrap .cmnMainte .row02 .item03 { padding-right: 0; border-right: none; }
  #afterWrap .cmnMainte .row02 .item04 { padding-left: 0; } }
#afterWrap .private .icon01.icons::before { background-image: url("../../images/support/private/icon-01.svg"); }
#afterWrap .private .item01 h4.bb { width: 20em; }
#afterWrap .private .item01 .flex { max-width: 560px; margin: 30px auto; align-items: center; }
#afterWrap .private .item01 .flex .figBox { width: 55%; }
#afterWrap .private .item01 .flex .txtBox { width: 40%; }
#afterWrap .private .item02 { width: 100%; }
#afterWrap .private .item02 h4.bb { width: 20em; }
#afterWrap .private .item02 .figBox { padding-top: 30px; }
#afterWrap .private .row03 .figBox { padding-top: 30px; position: relative; }
#afterWrap .private .row03 .figBox .btnBl { position: absolute; width: 30%; right: 5%; bottom: 2%; }
@media screen and (max-width: 959px) { #afterWrap .private .row03 .figBox { padding-top: 30px; max-width: 400px; margin: 0 auto; padding-bottom: 80px; }
  #afterWrap .private .row03 .figBox .btnBl { position: absolute; width: 100%; right: 0%; bottom: 1%; } }
@media screen and (max-width: 599px) { #afterWrap .private .item01 h4.bb { width: 100%; }
  #afterWrap .private .item01 .flex .figBox { width: 100%; max-width: 380px; margin: 0 auto; padding: 0 10%; padding-bottom: 20px; }
  #afterWrap .private .item01 .flex .txtBox { width: 100%; } }
#afterWrap .manage .icon01.icons::before { background-image: url("../../images/support/manage/icon-01.svg"); }
#afterWrap .manage .icon02.icons::before { background-image: url("../../images/support/manage/icon-02.svg"); }
#afterWrap .manage .icon03.icons::before { background-image: url("../../images/support/manage/icon-03.svg"); }
#afterWrap .manage .icon04.icons::before { background-image: url("../../images/support/manage/icon-04.svg"); }
#afterWrap .manage .icon05.icons::before { background-image: url("../../images/support/manage/icon-05.svg"); }
#afterWrap .manage .icon06.icons::before { background-image: url("../../images/support/manage/icon-06.svg"); }
#afterWrap .manage .row01 .itemBox { width: 100%; padding: 1em 0; border-bottom: #777 dotted 1px; }
#afterWrap .manage .row01 .itemBox h4.bb { width: 20em; }
#afterWrap .manage .row01 ol li { list-style: none; text-align: left; line-height: 1.6; }
#afterWrap .manage .row02 .flex { width: 100%; }
#afterWrap .manage .row02 .flex .leftBox { width: 50%; border-right: #777 dotted 1px; border-bottom: #777 dotted 1px; }
#afterWrap .manage .row02 .flex .leftBox .itemBox { padding-right: 5%; }
#afterWrap .manage .row02 .flex .leftBox .itemBox:nth-child(1) { border-bottom: #777 dotted 1px; }
#afterWrap .manage .row02 .flex .leftBox .figBox { width: 90%; margin: 0 auto; }
#afterWrap .manage .row02 .flex .rightBox { width: 50%; border-bottom: #777 dotted 1px; }
#afterWrap .manage .row02 .flex .itemBox { padding: 20px 0; padding-left: 5%; }
#afterWrap .manage .row02 .flex .item04 .txtBox { width: 65%; }
#afterWrap .manage .row02 .flex .item04 .figBox { width: 30%; }
@media screen and (max-width: 959px) { #afterWrap .manage .row02 .flex .leftBox { width: 100%; }
  #afterWrap .manage .row02 .figBox { width: 90%; max-width: 360px; margin: 0 auto; padding-top: 1em; }
  #afterWrap .manage .row02 .flex .rightBox { width: 100%; }
  #afterWrap .manage .row02 .flex .leftBox { border-right: none; }
  #afterWrap .manage .row02 .flex .leftBox .itemBox { padding-right: 0; }
  #afterWrap .manage .row02 .flex .itemBox { padding-left: 0; }
  #afterWrap .manage .row02 .flex .item04 .figBox { width: 30%; max-width: 120px; } }
@media screen and (max-width: 599px) { #afterWrap .manage .row01 .itemBox h4.bb { width: 100%; }
  #afterWrap .manage .row01 ol li { text-indent: -2.5em; line-height: 1.3; padding: 0.3em 0; }
  #afterWrap .manage .row02 .flex .item04 .txtBox { width: 100%; }
  #afterWrap .manage .row02 .flex .item04 .figBox { width: 50%; max-width: 120px; } }
#afterWrap .prepar .icon01.icons::before { background-image: url("../../images/support/prepar/icon-01.svg"); }
#afterWrap .prepar .icon02.icons::before { background-image: url("../../images/support/prepar/icon-02.svg"); }
#afterWrap .prepar .icon03.icons::before { background-image: url("../../images/support/prepar/icon-03.svg"); }
#afterWrap .prepar .icon04.icons::before { background-image: url("../../images/support/prepar/icon-04.svg"); }
#afterWrap .prepar .icon05.icons::before { background-image: url("../../images/support/prepar/icon-05.svg"); }
#afterWrap .prepar .row01 .flex { justify-content: flex-start; }
#afterWrap .prepar .row01 .flex h4 { width: 16em; margin-right: 0.5em; }
#afterWrap .prepar .row01 .flex .siteName { width: 16em; font-size: 14px; height: 2.5em; }
#afterWrap .prepar .row01 ul { padding-left: 1.5em; }
#afterWrap .prepar .row01 li { list-style-position: outside; padding: 0.2em 0; }
#afterWrap .prepar .row02 .itemBox { width: 30%; }
#afterWrap .prepar .row02 .item01 ul { background-color: #DBDCDC; padding: 3%; }
#afterWrap .prepar .row02 .item01 ul li { font-size: 12px; display: inline-block; list-style: none; list-style-position: outside; }
#afterWrap .prepar .row02 .item01 ul li::before { content: '・'; }
#afterWrap .prepar .row02 .item02 .txtBox { width: 60%; }
#afterWrap .prepar .row02 .item02 .imgBox { width: 35%; }
#afterWrap .prepar .row03 .flex { max-width: 750px; align-items: center; }
#afterWrap .prepar .row03 .flex .txtBox { width: 56%; }
#afterWrap .prepar .row03 .flex .txtBox .yuipota { max-width: 360px; }
#afterWrap .prepar .row03 .flex .txtBox dt { font-size: 15px; padding: 0.6em 0; color: #a4762e; }
#afterWrap .prepar .row03 .flex .figBox { width: 32%; }
#afterWrap .prepar .row03 .flex02 { margin-top: 30px; align-items: flex-start; }
#afterWrap .prepar .row03 .flex02 .flex03 { width: 48%; }
#afterWrap .prepar .row03 .flex02 .flex03 h4 { width: 100%; color: #a4762e; border: #a4762e solid 2px; padding: 0.5em 1em; }
#afterWrap .prepar .row03 .flex02 .flex03 .txtBox { width: 50%; }
#afterWrap .prepar .row03 .flex02 .flex03 .imgBox { width: 30%; padding-top: 20px; }
#afterWrap .prepar .row03 .flex02 .flex03 .imgBox02 { width: 50%; padding-top: 20px; }
#afterWrap .prepar .row04 .itemBox { background-color: #DCDDDD; padding: 15px 30px; margin-bottom: 20px; }
#afterWrap .prepar .row04 .item02 li { list-style: none; width: 18%; background-color: #a4762e; color: #fff; border-radius: 10px; padding: 2%; }
#afterWrap .prepar .row04 .item02 li:last-child { background-color: #fff; color: #333; width: 43%; }
#afterWrap .prepar .row04 .item03 li { color: #a4762e; }
@media screen and (max-width: 959px) { #afterWrap .prepar .row02 { padding: 0; }
  #afterWrap .prepar .row02 .itemBox { width: 100%; }
  #afterWrap .prepar .row01 .flex { display: block; }
  #afterWrap .prepar .row01 .flex .siteName { margin: 5px 0 5px 50px; }
  #afterWrap .prepar .row02 .itemBox { padding-bottom: 30px; }
  #afterWrap .prepar .row02 .item02 .txtBox { width: 75%; }
  #afterWrap .prepar .row02 .item02 .imgBox { width: 20%; max-width: 140px; }
  #afterWrap .prepar .row03 .flex .txtBox { width: 60%; }
  #afterWrap .prepar .row03 .flex .txtBox .yuipota { max-width: 260px; }
  #afterWrap .prepar .row03 .flex02 .flex03 { width: 100%; }
  #afterWrap .prepar .row03 .flex02 .flex03:nth-child(1) { padding-bottom: 20px; }
  #afterWrap .prepar .row03 .flex02 .flex03 .txtBox { width: 55%; }
  #afterWrap .prepar .row03 .flex02 .flex03 .imgBox { padding-right: 15%; padding-top: 10px; }
  #afterWrap .prepar .row03 .flex02 .flex03 .imgBox02 { width: 40%; padding-right: 5%; padding-top: 10px; } }
@media screen and (max-width: 599px) { #afterWrap .prepar .row01 .flex h4 { width: 16em; margin-right: 0.5em; width: calc(100% - 50px); }
  #afterWrap .prepar .row03 .flex .txtBox { width: 100%; }
  #afterWrap .prepar .row03 .flex .txtBox .yuipota { max-width: 220px; margin: 0 auto; }
  #afterWrap .prepar .row03 .flex .txtBox dt { font-size: 14px; padding: 0.6em 0; }
  #afterWrap .prepar .row03 .flex .txtBox dt br { display: none; }
  #afterWrap .prepar .row03 .flex .figBox { width: 70%; max-width: 300px; margin: 0 auto; }
  #afterWrap .prepar .row03 .flex02 .flex03 .txtBox { width: 100%; }
  #afterWrap .prepar .row03 .flex02 .flex03 .imgBox { width: 30%; margin: 0 auto; padding: 0; padding-top: 10px; }
  #afterWrap .prepar .row03 .flex02 .flex03 .imgBox02 { width: 60%; margin: 0 auto; padding: 0; padding-top: 10px; }
  #afterWrap .prepar .row04 .item02 li { width: 100%; border-radius: 10px; padding: 2% 8%; margin-bottom: 5px; }
  #afterWrap .prepar .row04 .item02 li br.brSp { display: none; }
  #afterWrap .prepar .row04 .item02 li:last-child { background-color: #fff; color: #333; width: 100%; } }
#afterWrap .lifesupport .icon01.icons::before { background-image: url("../../images/support/lifesupport/icon-01.svg"); }
#afterWrap .lifesupport .icon02.icons::before { background-image: url("../../images/support/lifesupport/icon-02.svg"); }
#afterWrap .lifesupport .icon03.icons::before { background-image: url("../../images/support/lifesupport/icon-03.svg"); }
#afterWrap .lifesupport .icon04.icons::before { background-image: url("../../images/support/lifesupport/icon-04.svg"); }
#afterWrap .lifesupport .icon05.icons::before { background-image: url("../../images/support/lifesupport/icon-05.svg"); }
#afterWrap .lifesupport .icon06.icons::before { background-image: url("../../images/support/lifesupport/icon-06.svg"); }
#afterWrap .lifesupport .icon07.icons::before { background-image: url("../../images/support/lifesupport/icon-07.svg"); }
#afterWrap .lifesupport .icon08.icons::before { background-image: url("../../images/support/lifesupport/icon-08.svg"); }
#afterWrap .lifesupport .icon09.icons::before { background-image: url("../../images/support/lifesupport/icon-09.svg"); }
#afterWrap .lifesupport .icon10.icons::before { background-image: url("../../images/support/lifesupport/icon-10.svg"); }
#afterWrap .lifesupport .icon11.icons::before { background-image: url("../../images/support/lifesupport/icon-11.svg"); }
#afterWrap .lifesupport .icon12.icons::before { background-image: url("../../images/support/lifesupport/icon-12.svg"); }
#afterWrap .lifesupport .icon13.icons::before { background-image: url("../../images/support/lifesupport/icon-13.svg"); }
#afterWrap .lifesupport .row { padding: 0; }
#afterWrap .lifesupport .row01 .itemBox { width: 50%; padding: 2% 0; border-bottom: #777 dotted 1px; }
#afterWrap .lifesupport .row01 .item01, #afterWrap .lifesupport .row01 .item03 { padding-right: 3%; border-right: #777 dotted 1px; }
#afterWrap .lifesupport .row01 .item02, #afterWrap .lifesupport .row01 .item04 { padding-left: 3%; }
#afterWrap .lifesupport .row01 .itemBox .txtBox { width: 50%; }
#afterWrap .lifesupport .row01 .itemBox .imgBox { width: 48%; }
#afterWrap .lifesupport .row02 .itemBox { width: calc(100% / 3); padding: 2% 0; border-bottom: #777 dotted 1px; }
#afterWrap .lifesupport .row02 .itemBox:nth-child(1) { padding-right: 2%; border-right: #777 dotted 1px; width: 32%; }
#afterWrap .lifesupport .row02 .itemBox:nth-child(2) { padding-left: 2%; padding-right: 2%; width: 36%; }
#afterWrap .lifesupport .row02 .itemBox:nth-child(3) { padding-left: 2%; border-left: #777 dotted 1px; width: 32%; }
#afterWrap .lifesupport .row02 .price { display: inline-block; width: 49%; text-align: center; }
#afterWrap .lifesupport .row04 .itemBox:nth-child(1) { padding: 2% 0; padding-right: 2%; border-right: #777 dotted 1px; border-bottom: #777 dotted 1px; width: 32%; }
#afterWrap .lifesupport .row04 .itemBox:nth-child(2) { padding: 2% 0; padding-left: 2%; width: 68%; border-bottom: #777 dotted 1px; }
#afterWrap .lifesupport .row05 { padding-top: 2%; padding-bottom: 50px; }
#afterWrap .lifesupport .row05 h4 span { color: #fff; background-color: #E95504; font-size: 18px; display: inline-block; border-radius: 50%; padding: 0.5em; margin-right: 0.5em; }
@media screen and (max-width: 959px) { #afterWrap .lifesupport .row01 .itemBox { width: 100%; padding: 2% 0; border-bottom: #777 dotted 1px; }
  #afterWrap .lifesupport .row01 .item01, #afterWrap .lifesupport .row01 .item03 { padding-right: 0; border-right: none; }
  #afterWrap .lifesupport .row01 .item02, #afterWrap .lifesupport .row01 .item04 { padding-left: 0; }
  #afterWrap .lifesupport .row01 .itemBox .txtBox, #afterWrap .lifesupport .row02 .itemBox .txtBox { width: 50%; }
  #afterWrap .lifesupport .row01 .itemBox .imgBox, #afterWrap .lifesupport .row02 .itemBox .imgBox { width: 45%; padding: 0 5%; }
  #afterWrap .lifesupport .row01 .itemBox .price, #afterWrap .lifesupport .row02 .itemBox .price { margin: 0 auto 5px; transform: translateX(10%); display: flex; width: 14em; }
  #afterWrap .lifesupport .row02 .itemBox:nth-child(1) { padding-right: 0; border-right: none; width: 100%; }
  #afterWrap .lifesupport .row02 .itemBox:nth-child(2) { padding-left: 0%; padding-right: 0%; width: 100%; }
  #afterWrap .lifesupport .row02 .itemBox:nth-child(3) { padding-left: 0; border-left: none; width: 100%; }
  #afterWrap .lifesupport .row04 .itemBox:nth-child(1) { padding-right: 0; border-right: none; width: 100%; }
  #afterWrap .lifesupport .row04 .itemBox:nth-child(2) { padding-left: 0; width: 100%; border-bottom: #777 dotted 1px; }
  #afterWrap .lifesupport .row02 .item08 .txtBox, #afterWrap .lifesupport .row02 .item09 .txtBox, #afterWrap .lifesupport .row02 .item10 .txtBox, #afterWrap .lifesupport .row04 .item12 .txtBox { width: 100%; } }
@media screen and (max-width: 599px) { #afterWrap .lifesupport .row011 { padding: 30px 0 0; }
  #afterWrap .lifesupport .row01 .itemBox .txtBox, #afterWrap .lifesupport .row02 .itemBox .txtBox { width: 100%; }
  #afterWrap .lifesupport .row01 .itemBox .imgBox, #afterWrap .lifesupport .row02 .itemBox .imgBox { width: 80%; margin: 0 auto; padding: 0 5%; }
  #afterWrap .lifesupport .row01 .item04 .imgBox { width: 100%; }
  #afterWrap .lifesupport .itemBox { padding: 20px 0; } }
#afterWrap .realestate .icon01.icons::before { background-image: url("../../images/support/realestate/icon-01.svg"); }
#afterWrap .realestate .icon02.icons::before { background-image: url("../../images/support/realestate/icon-02.svg"); }
#afterWrap .realestate .icon03.icons::before { background-image: url("../../images/support/realestate/icon-03.svg"); }
#afterWrap .realestate .icon04.icons::before { background-image: url("../../images/support/realestate/icon-04.svg"); }
#afterWrap .realestate .icon05.icons::before { background-image: url("../../images/support/realestate/icon-05.svg"); }
#afterWrap .realestate .icon06.icons::before { background-image: url("../../images/support/realestate/icon-06.svg"); }
#afterWrap .realestate .icon07.icons::before { background-image: url("../../images/support/realestate/icon-07.svg"); }
#afterWrap .realestate .row { padding: 0; }
#afterWrap .realestate .itemBox { width: 50%; border-bottom: #777 dotted 1px; padding: 2% 0; }
#afterWrap .realestate .itemBox:nth-child(odd) { padding-right: 2%; border-right: #777 dotted 1px; }
#afterWrap .realestate .itemBox:nth-child(even) { padding-left: 2%; }
#afterWrap .realestate .row .item05 .flex { width: 100%; }
#afterWrap .realestate .row .item05 .txtBox { width: 48%; }
#afterWrap .realestate .row .item05 .imgBox { width: 48%; }
#afterWrap .realestate .row .item07 .imgBox { width: 85%; margin: 10px auto; }
#afterWrap .realestate .row04 { padding-bottom: 50px; }
@media screen and (max-width: 959px) { #afterWrap .realestate .itemBox { width: 100%; border-bottom: #777 dotted 1px; padding: 2% 0; }
  #afterWrap .realestate .itemBox:nth-child(odd) { padding-right: 0; border-right: none; }
  #afterWrap .realestate .itemBox:nth-child(even) { padding-left: 0; }
  #afterWrap .realestate .row .item03 .flex { display: block; }
  #afterWrap .realestate .row .item07 .imgBox { width: 70%; max-width: 240px; margin: 10px auto; }
  #afterWrap .realestate .row .item08 .imgBox { max-width: 350px; margin: 10px auto; } }
@media screen and (max-width: 599px) { #afterWrap .realestate .itemBox { padding: 20px 0; }
  #afterWrap .realestate .row .item05 .txtBox { width: 100%; }
  #afterWrap .realestate .row .item05 .imgBox { width: 70%; max-width: 240px; margin: 0 auto; padding: 10px 0; } }

  #contents-wrap{ position: relative; padding-bottom: 0; margin-bottom: 0; }

@media screen and (max-width: 640px) { 
  #common_footer p#common_flogo { 
    width: 262px;
    padding: 0;
    text-align: center; }

  #common_footer p#common_copyright { 
    float: none;
    width: 276px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }
}