@charset "UTF-8";
/* ============================================================
  Variable / Mixin
============================================================ */
/* ============================================================
  Font Family
============================================================ */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("//fonts.googleapis.com/css?family=Roboto");
/* ============================================================
  Base Color
============================================================ */
/* ============================================================
  Margin & Padding
============================================================ */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ============================================================
  Width & Height
============================================================ */
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.w10per {
  box-sizing: border-box;
  width: 10%;
}

.w20per {
  box-sizing: border-box;
  width: 20%;
}

.w30per {
  box-sizing: border-box;
  width: 30%;
}

.w40per {
  box-sizing: border-box;
  width: 40%;
}

.w50per {
  box-sizing: border-box;
  width: 50%;
}

.w60per {
  box-sizing: border-box;
  width: 60%;
}

.w70per {
  box-sizing: border-box;
  width: 70%;
}

.w80per {
  box-sizing: border-box;
  width: 80%;
}

.w90per {
  box-sizing: border-box;
  width: 90%;
}

.w100per {
  box-sizing: border-box;
  width: 100%;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.h400 {
  height: 400px;
}

.h450 {
  height: 450px;
}

.h500 {
  height: 500px;
}

.h550 {
  height: 550px;
}

.h600 {
  height: 600px;
}

.h650 {
  height: 650px;
}

.h700 {
  height: 700px;
}

.h750 {
  height: 750px;
}

.h800 {
  height: 800px;
}

.h850 {
  height: 850px;
}

.h900 {
  height: 900px;
}

.h950 {
  height: 950px;
}

.h1000 {
  height: 1000px;
}

/* ============================================================
  Break Point
============================================================ */
/* Breakpoints - 320 / 375 / 480 / 600 / 640 / 720 / 768 / 960 / 1024 / 1240 / 1280 */
/* ============================================================
  Responsive Style
============================================================ */
/* Breakpoints - 320 / 375 / 480 / 600 / 640 / 720 / 768 / 960 / 1024 / 1240 / 1280 */
@media only screen and (max-width: 320px) {
  .dn-320 {
    display: none !important;
  }
}

@media only screen and (max-width: 375px) {
  .dn-375 {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .dn-480 {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .dn-600 {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .dn-640 {
    display: none !important;
  }
}

@media only screen and (max-width: 720px) {
  .dn-720 {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .dn-768 {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .dn-960 {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dn-1024 {
    display: none !important;
  }
}

@media only screen and (max-width: 1240px) {
  .dn-1240 {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .dn-1280 {
    display: none !important;
  }
}

.db-320,
.db-375,
.db-480,
.db-600,
.db-640,
.db-720,
.db-768,
.db-960,
.db-1024,
.db-1240,
.db-1280 {
  display: none !important;
}

@media only screen and (max-width: 320px) {
  .db-320 {
    display: block !important;
  }
}

@media only screen and (max-width: 375px) {
  .db-375 {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .db-480 {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .db-600 {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .db-640 {
    display: block !important;
  }
}

@media only screen and (max-width: 720px) {
  .db-720 {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .db-768 {
    display: block !important;
  }
}

@media only screen and (max-width: 960px) {
  .db-960 {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .db-1024 {
    display: block !important;
  }
}

@media only screen and (max-width: 1240px) {
  .db-1240 {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) {
  .db-1280 {
    display: block !important;
  }
}

/* ============================================================
  Font Family
============================================================ */
/* font-familyは_variables.scssで設定 */
/* ============================================================
  Font Size
============================================================ */
/* ============================================================
  Base / Common
============================================================ */
/* ============================================================
  賃貸管理サービス
============================================================ */
.kanriChintai {
  color: #333;
}

.kanriChintai .contentsArea p {
  font-size: 1rem;
  line-height: 1.8;
}

.kanriChintai .contentsArea img {
  width: 100%;
}

.kanriChintai .contentsArea img.pcImg {
  display: block;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea img.pcImg {
    display: none;
  }
}

.kanriChintai .contentsArea img.spImg {
  display: none;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea img.spImg {
    display: block;
  }
}

.kanriChintai .contentsArea br.pcBr {
  display: inline-block;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea br.pcBr {
    display: none;
  }
}

.kanriChintai .contentsArea br.spBr {
  display: none;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea br.spBr {
    display: block;
  }
}

.kanriChintai .contentsArea .innerBlock {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .innerBlock {
    max-width: auto;
    padding: 0 15px;
  }
}

.kanriChintai .contentsArea .caption {
  font-size: 0.75rem;
  line-height: 1.4;
}

.kanriChintai .contentsArea .asterisk {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.kanriChintai .contentsArea .asterisk.a-no {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

.kanriChintai .contentsArea .astList {
  font-size: 0.75rem;
  line-height: 1.4;
}

.kanriChintai .contentsArea .astList li {
  padding-left: 1em;
  text-indent: -1em;
}

.kanriChintai .contentsArea .astList.a-no li {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

.kanriChintai .contentsArea .imgBtn {
  width: 100%;
  max-width: 650px;
  margin: 60px auto;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .imgBtn {
    margin: 40px auto;
  }
}

.kanriChintai .contentsArea .imgMttl {
  width: 100%;
  margin: 0 auto;
}

.kanriChintai .contentsArea ._alC {
  text-align: center;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea ._alC {
    text-align: left;
  }
}

.kanriChintai .contentsArea .txtLink {
  text-decoration: underline;
  position: relative;
  padding-left: 0.8em;
}

.kanriChintai .contentsArea .txtLink::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  border-left: 5px #a9a9a9 solid;
  border-top: 3px transparent solid;
  border-bottom: 3px transparent solid;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

.kanriChintai .contentsArea .txtLink:hover {
  text-decoration: none;
}

.kanriChintai .contentsArea sup {
  font-size: 0.75rem;
}

.kanriChintai .contentsArea .mainVisual {
  background: url(/stock/img/kanri_chintai/bg_mv.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 330px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1280px) {
  .kanriChintai .contentsArea .mainVisual {
    background-size: 1280px;
  }
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .mainVisual {
    background-image: url(/stock/img/kanri_chintai/bg_mv_sp.jpg) !important;
    background-size: cover;
    height: 0;
    padding-top: calc(360 / 750 * 100%);
  }
}

.kanriChintai .contentsArea .mainVisual .mvInner {
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .mainVisual .mvInner {
    display: none;
  }
}

.kanriChintai .contentsArea .mainVisual .mvInner h1 {
  position: absolute;
  width: 100%;
  max-width: 443px;
  top: 120px;
  left: 0;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .mainVisual .mvInner h1 {
    width: calc(100% - 30px);
    left: 30px;
  }
}

.kanriChintai .contentsArea .mainVisual + .innerBlock .imgMttl {
  max-width: 398px;
  margin-bottom: 45px;
}

.kanriChintai .contentsArea .borderH {
  border-top: 4px solid #9aa1a7;
}

.kanriChintai .contentsArea .sectionHead {
  border-top: 15px solid #bcc0c4;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 140px;
  margin-bottom: 65px;
  padding-top: 45px;
}

.kanriChintai .contentsArea .chintaiShokai .sectionHead {
  background-image: url(/stock/img/kanri_chintai/bg_intro_head.jpg);
}

.kanriChintai .contentsArea .chintaiShokai .sectionHead .imgMttl {
  max-width: 383px;
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanTtl {
  position: relative;
  width: 100%;
  max-width: 331px;
  margin: 70px auto -57px;
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap {
  background: #e8edee;
  padding: 100px 24px 24px;
  position: relative;
  z-index: -1;
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px;
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .asterisk {
  margin-top: 10px;
  margin-left: 54px;
}

@media only screen and (max-width: 1015px) {
.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .asterisk {
  margin-left: 0;
  }
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .asterisk + .asterisk {
  margin-top: 0;
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature {
    display: block;
  }
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature li {
  width: calc(435 / 890 * 100%);
  margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature li {
    width: 100%;
    max-width: 435px;
    margin: 0 auto 15px;
  }
}

.kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .servicePlanWrap .servicePlanFeature li:nth-last-child(-n+2) {
    margin-bottom: 15px;
  }
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap {
  border: 1px solid #a0a0a0;
  margin-top: 35px;
  padding: 10px;
  font-size: 1rem;
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap h4 {
  width: 216px;
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap dl {
  padding: 20px 35px 0 35px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .partnerWrap dl {
    padding: 20px 0 0;
  }
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dt {
  background: #ededed;
  float: left;
  display: inline-block;
  padding: 3px;
  font-weight: normal;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dt {
    float: none;
    margin-bottom: 10px;
  }
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dd {
  line-height: 1.3;
  padding-left: 9.0em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dd {
    padding-left: 0;
  }
}

.kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dd2 {
  line-height: 1.3;
  padding-left: 1.0em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiShokai .partnerWrap dl dd2 {
    padding-left: 0;
  }
}

.kanriChintai .contentsArea .chintaiQa .sectionHead {
  height: auto;
  margin-bottom: 45px;
}

.kanriChintai .contentsArea .chintaiQa .sectionHead .imgMttl {
  max-width: 81px;
}

.kanriChintai .contentsArea .chintaiQa .qaList {
  border-bottom: 1px solid #bcc0c4;
  font-size: 1rem;
  line-height: 1.6;
}

.kanriChintai .contentsArea .chintaiQa .qaList dt {
  background: url(/stock/img/kanri_chintai/icon_q.png) 0 30px no-repeat;
  background-size: 46px;
  border-top: 1px solid #bcc0c4;
  padding: 35px 60px 40px;
  position: relative;
  cursor: pointer;
}

.kanriChintai .contentsArea .chintaiQa .qaList dt::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/stock/img/kanri_chintai/icon_plus.png) 0 0 no-repeat;
  background-size: 25px;
  top: calc(50% - 12px);
  right: 25px;
}

.kanriChintai .contentsArea .chintaiQa .qaList dt.open::after {
  background-image: url(/stock/img/kanri_chintai/icon_minus.png);
}

.kanriChintai .contentsArea .chintaiQa .qaList dd {
  display: none;
  background: url(/stock/img/kanri_chintai/icon_a.png) 0 0 no-repeat;
  background-size: 46px;
  padding: 10px 0 40px 60px;
}

.kanriChintai .contentsArea .chintaiFlow .sectionHead {
  background-image: url(/stock/img/kanri_chintai/bg_flow_head.jpg);
}

.kanriChintai .contentsArea .chintaiFlow .sectionHead .imgMttl {
  max-width: 243px;
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow li {
  border-bottom: 3px solid #bcc0c4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiFlow .managementFlow li {
    display: block;
  }
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow li::after {
  content: "";
  width: 22px;
  height: 13px;
  border-top: 13px solid #bcc0c4;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 11px);
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow li:last-child::after {
  display: none;
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow .flowTtl {
  background: #eff2f3;
  width: calc(365 / 950 * 100%);
  display: flex;
  align-items: center;
  padding: 30px 20px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiFlow .managementFlow .flowTtl {
    width: 100%;
    padding: 10px 15px;
  }
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow .flowTtl img {
  max-width: 295px;
}

.kanriChintai .contentsArea .chintaiFlow .managementFlow p {
  background: #f8fafa;
  width: calc(585 / 950 * 100%);
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

@media only screen and (max-width: 700px) {
  .kanriChintai .contentsArea .chintaiFlow .managementFlow p {
    width: 100%;
    padding: 10px 15px;
  }
}

.kanriChintai .contentsArea .chintaiSenior {
  position: relative;
  margin: 80px 0;
}

.kanriChintai .contentsArea .chintaiSenior .seniorBg {
  width: 100%;
  position: absolute;
  height: 259px;
  background: -moz-linear-gradient(left, #eff2f3 25%, transparent 25%, transparent 100%);
  background: -webkit-linear-gradient(left, #eff2f3 25%, transparent 25%, transparent 100%);
  background: -ms-linear-gradient(left, #eff2f3 25%, transparent 25%, transparent 100%);
  background: linear-gradient(left, #eff2f3 25%, transparent 25%, transparent 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .chintaiSenior .seniorBg {
    background: none;
  }
}

.kanriChintai .contentsArea .chintaiSenior .seniorWrap {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .chintaiSenior .seniorWrap {
    display: block;
  }
}

.kanriChintai .contentsArea .chintaiSenior .seniorTtl {
  background: url(/stock/img/kanri_chintai/bg_senior.png) 0 0 no-repeat;
  background-size: 367px;
  width: 367px;
  height: 259px;
  display: flex;
  align-items: center;
  padding-left: 70px;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .chintaiSenior .seniorTtl {
    background: #eff2f3;
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }
}

.kanriChintai .contentsArea .chintaiSenior .seniorTtl h2 {
  font-size: 1.625rem;
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .chintaiSenior .seniorTtl h2 {
    font-size: 1.375rem;
  }
  .kanriChintai .contentsArea .chintaiSenior .seniorTtl h2 br {
    display: none;
  }
}

.kanriChintai .contentsArea .chintaiSenior .seniorTxt {
  width: calc(100% - 367px);
}

@media only screen and (max-width: 1014px) {
  .kanriChintai .contentsArea .chintaiSenior .seniorTxt {
    width: 100%;
    padding: 0 15px;
  }
}

.kanriChintai .contentsArea .chintaiSenior .seniorTxt h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap {
  display: flex;
  flex-wrap: wrap;
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap figure {
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap figure img {
  max-width: 119px;
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap .seniorFlextxt {
  width: calc(100% - 155px);
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap .seniorFlextxt p {
  line-height: 1.6;
}

.kanriChintai .contentsArea .chintaiSenior .seniorFlexWrap .seniorFlextxt p + p {
  margin-top: 10px;
}

/* addtxt_202012 */
.addtxt_202012 {
margin: 30px auto 0;
padding: 20px;
width: 100%;
max-width: 800px;
background-color: #fff;
}
.addtxt_202012 h5 {
font-weight: bold;
margin-bottom: 20px;
}
.addtxt_202012 li {
margin-bottom: 5px;
margin-left: 1em;
list-style: disc;
}
.addtxt_202012 li:last-child {
margin-bottom: 0;
}

/* addtxt_202208 */
.notes {
padding: 20px;
text-decoration: underline;
background-color: #eee;
display: block;
font-size: 0.9rem;
}