@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
============================================================ */
/* ============================================================
  空き家管理サービス
============================================================ */
.kanriAkiya {
  color: #333;
}

.kanriAkiya .contentsArea p {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea p {
    font-size: 1rem;
  }
}

.kanriAkiya .contentsArea img {
  width: 100%;
}

.kanriAkiya .contentsArea img.pcImg {
  display: block;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea img.pcImg {
    display: none;
  }
}

.kanriAkiya .contentsArea img.spImg {
  display: none;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea img.spImg {
    display: block;
  }
}

.kanriAkiya .contentsArea br.pcBr {
  display: inline-block;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea br.pcBr {
    display: none;
  }
}

.kanriAkiya .contentsArea br.spBr {
  display: none;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea br.spBr {
    display: block;
  }
}

.kanriAkiya .contentsArea .innerBlock {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .innerBlock {
    max-width: auto;
    padding: 0 15px;
  }
}

.kanriAkiya .contentsArea .caption {
  font-size: 0.75rem;
  line-height: 1.4;
}

.kanriAkiya .contentsArea .asterisk {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.kanriAkiya .contentsArea .asterisk.a-no {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

.kanriAkiya .contentsArea .astList {
  font-size: 0.75rem;
  line-height: 1.4;
}

.kanriAkiya .contentsArea .astList li {
  padding-left: 1em;
  text-indent: -1em;
}

.kanriAkiya .contentsArea .astList.a-no li {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

.kanriAkiya .contentsArea .imgBtn {
  width: 100%;
  max-width: 650px;
  margin: 60px auto;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea .imgBtn {
    margin: 40px auto;
  }
}

.kanriAkiya .contentsArea .imgMttl {
  width: 100%;
  margin: 0 auto;
}

.kanriAkiya .contentsArea ._alC {
  text-align: center;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea ._alC {
    text-align: left;
  }
}

.kanriAkiya .contentsArea .txtLink {
  text-decoration: underline;
  position: relative;
  padding-left: 0.8em;
}

.kanriAkiya .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;
}

.kanriAkiya .contentsArea .txtLink:hover {
  text-decoration: none;
}

.kanriAkiya .contentsArea .mainVisual {
  background: url(/stock/img/kanri_akiya/bg_mv.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1280px) {
  .kanriAkiya .contentsArea .mainVisual {
    background-size: 1280px;
  }
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea .mainVisual {
    background-image: url(/stock/img/kanri_akiya/bg_mv_sp.jpg) !important;
    background-size: cover;
    height: 0;
    padding-top: calc(360 / 750 * 100%);
  }
}

.kanriAkiya .contentsArea .mainVisual .mvInner {
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea .mainVisual .mvInner {
    display: none;
  }
}

.kanriAkiya .contentsArea .mainVisual .mvInner h1 {
  position: absolute;
  width: calc(801 / 950 * 100%);
  max-width: 801px;
  top: 160px;
  left: 0;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .mainVisual .mvInner h1 {
    width: calc(801 / 950 * 100%);
    left: 30px;
  }
}

.kanriAkiya .contentsArea .nayami .imgMttl {
  max-width: 636px;
}

.kanriAkiya .contentsArea .nayami .nayamiListWrap {
  width: 100%;
  background: #e8f0f2;
  border-radius: 15px;
  margin: 20px auto 50px;
}

.kanriAkiya .contentsArea .nayami .nayamiListWrap .nayamiList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea .nayami .nayamiListWrap .nayamiList {
    justify-content: space-around;
    max-width: 450px;
    padding: 20px 0;
  }
}

.kanriAkiya .contentsArea .nayami .nayamiListWrap .nayamiList li {
  width: calc((100% - 40px) / 5);
  max-width: 166px;
}

@media only screen and (max-width: 700px) {
  .kanriAkiya .contentsArea .nayami .nayamiListWrap .nayamiList li {
    min-width: 130px;
    margin-bottom: 20px;
  }
}

.kanriAkiya .contentsArea .nayami .worstCase {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .worstCase {
    display: block;
    margin-bottom: 25px;
  }
}

.kanriAkiya .contentsArea .nayami .worstCase figure {
  width: calc(526 / 950 * 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .worstCase figure {
    width: 100%;
    max-width: 526px;
    margin: 20px auto 0;
  }
}

.kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt {
  width: calc(400 / 950 * 100%);
  padding-top: 110px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
}

.kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt .imgMttl {
  max-width: 248px;
  margin-bottom: 45px;
}

.kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt p {
  line-height: 1.6;
}

.kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt p span {
  font-size: 1.875rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt p span {
    font-size: 1.625rem;
  }
}

.kanriAkiya .contentsArea .nayami .worstCase .worstCaseTxt p span::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #fef13f;
  z-index: -1;
}

.kanriAkiya .contentsArea .nayami .worstCase + p {
  margin-bottom: 40px;
}

.kanriAkiya .contentsArea .nayami .akiyaTaisaku {
  width: 100%;
  background: #f4f4f4;
  padding: 60px 20px 20px;
  position: relative;
  margin-bottom: 35px;
}

.kanriAkiya .contentsArea .nayami .akiyaTaisaku h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 345px;
}

.kanriAkiya .contentsArea .nayami .akiyaTaisaku p {
  font-size: 1rem;
  line-height: 1.6;
}

.kanriAkiya .contentsArea .nayami .akiyaTaisaku p + p {
  font-size: 0.875rem;
  margin-top: 10px;
}

.kanriAkiya .contentsArea .nayami .akiyaSim {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 40px 35px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .akiyaSim {
    padding: 20px 15px;
  }
}

.kanriAkiya .contentsArea .nayami .akiyaSim > h3 {
  width: 100%;
  max-width: 598px;
  margin: 0 auto 26px;
}

.kanriAkiya .contentsArea .nayami .akiyaSim .asterisk {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 35px;
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap {
    display: block;
  }
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap figure {
  width: calc(506 / 880 * 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap figure {
    width: 100%;
    max-width: 506px;
    margin: 0 auto;
  }
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt {
  width: calc(335 / 880 * 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt {
    width: 100%;
  }
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt p {
  font-size: 0.875rem;
  background: url(/stock/img/kanri_akiya/img_graph02.png) left top no-repeat;
  background-size: 68px;
  padding-top: 16px;
  margin-top: 40px;
  line-height: 1.6;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt p {
    margin-top: 20px;
  }
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt p span {
  font-weight: bold;
}

.kanriAkiya .contentsArea .nayami .akiyaSim .simGraphWrap .simGraphTxt p + p {
  background-image: url(/stock/img/kanri_akiya/img_graph03.png);
  margin-top: 30px;
}

.kanriAkiya .contentsArea .nayami .akiyaSim + .caption {
  margin-top: 5px;
}

.kanriAkiya .contentsArea .nayami .nayamiFooter {
  background: url(/stock/img/kanri_akiya/bg_shisan.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 592px;
  color: #fff;
  margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .kanriAkiya .contentsArea .nayami .nayamiFooter {
    background-size: 1280px;
  }
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .nayamiFooter {
    height: auto;
    padding: 40px 0;
  }
}

.kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner {
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 95px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner {
    height: auto;
    padding: 0 15px;
  }
}

.kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner .imgMttl {
  max-width: 311px;
  margin-bottom: 50px;
}

.kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner > p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner > p {
    text-align: left;
  }
}

.kanriAkiya .contentsArea .nayami .nayamiFooter .nayamiFooterInner .imgBtn {
  margin-bottom: 0;
}

.kanriAkiya .contentsArea .kanriService {
  padding-top: 70px;
}

.kanriAkiya .contentsArea .kanriService .imgMttl {
  max-width: 556px;
}

.kanriAkiya .contentsArea .kanriService .anchorNav {
  width: 100%;
  background: #f4f4f4;
  margin: 50px 0;
}

.kanriAkiya .contentsArea .kanriService .anchorNav ul {
  width: 100%;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .kanriService .anchorNav ul {
    font-size: 0.875rem;
  }
}

.kanriAkiya .contentsArea .kanriService .anchorNav ul li {
  width: calc((100% - 2px) / 3);
}

.kanriAkiya .contentsArea .kanriService .anchorNav ul li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #ccc;
}

.kanriAkiya .contentsArea .kanriService .anchorNav ul li a.cu, .kanriAkiya .contentsArea .kanriService .anchorNav ul li a:hover {
  background: #7e979f;
  color: #fff;
}

.kanriAkiya .contentsArea .kanriService .anchorNav ul li a:hover {
  text-decoration: none;
}

.kanriAkiya .contentsArea .serviceSummary .summaryListWrap {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 80px;
}

.kanriAkiya .contentsArea .serviceSummary .summaryListWrap .summaryList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kanriAkiya .contentsArea .serviceSummary .summaryListWrap .summaryList li {
  width: calc(193 / 880 * 100%);
}

.kanriAkiya .contentsArea .serviceSummary .summaryListWrap + .imgMttl {
  max-width: 532px;
}

.kanriAkiya .contentsArea .serviceSummary .managementService {
  background: #e9edee;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 30px 50px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceSummary .managementService {
    display: block;
    padding: 30px;
  }
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap {
  width: calc((100% - 158px) / 3);
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 80px;
  }
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap > p {
  font-size: 0.875rem;
  text-align: center;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap::after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: url(/stock/img/kanri_akiya/icon_teikei.png) 0 0 no-repeat;
  background-size: 55px;
  position: absolute;
  top: calc(50% - 30px);
  right: -67px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap::after {
    width: 84px;
    height: 52px;
    background: url(/stock/img/kanri_akiya/icon_teikei_sp.png) 0 0 no-repeat;
    background-size: 84px;
    top: auto;
    right: auto;
    bottom: -67px;
    left: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap:last-child {
    margin-bottom: 0;
  }
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrap:last-child::after {
  display: none;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  height: calc(100% - 1.8em);
  margin-bottom: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner h4 {
  max-width: 160px;
  margin: 0 auto;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner > p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner ul {
  font-size: 0.875rem;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #91aab2;
  top: 0.3em;
  left: 0;
}

.kanriAkiya .contentsArea .serviceSummary .managementService .serviceWrapInner ul li:last-child {
  margin-bottom: 0;
}

.kanriAkiya .contentsArea .serviceContents .anchorChild {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .anchorChild {
    display: block;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.kanriAkiya .contentsArea .serviceContents .anchorChild li {
  width: calc(450 / 950 * 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .anchorChild li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .clmServiceContents {
    justify-content: space-between;
  }
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents li {
  width: calc(300 / 950 * 100%);
  margin-right: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .clmServiceContents li {
    width: calc(235 / 500 * 100%);
    margin-right: 0;
  }
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents li:nth-child(3n), .kanriAkiya .contentsArea .serviceContents .clmServiceContents li:last-child {
  margin-right: 0;
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents li h4 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents li p {
  font-size: 1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .clmServiceContents li p {
    font-size: 0.875rem;
  }
}

.kanriAkiya .contentsArea .serviceContents .clmServiceContents li p.asterisk {
  font-size: 0.75rem;
}

.kanriAkiya .contentsArea .serviceContents .serviceMachine {
  background: #e9edee;
  padding: 65px 0;
}

.kanriAkiya .contentsArea .serviceContents .serviceMachine .imgMttl {
  max-width: 387px;
  margin-bottom: 50px;
}

.kanriAkiya .contentsArea .serviceContents .serviceMachine .clmServiceContents {
  justify-content: center;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .serviceContents .serviceMachine .clmServiceContents {
    justify-content: space-between;
  }
}

.kanriAkiya .contentsArea .serviceContents .serviceHuman {
  padding: 65px 0 0;
}

.kanriAkiya .contentsArea .serviceContents .serviceHuman .imgMttl {
  max-width: 317px;
  margin-bottom: 50px;
}

.kanriAkiya .contentsArea .servicePlan .planPrice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .servicePlan .planPrice {
    display: block;
    max-width: 450px;
    margin: 30px auto 0;
  }
}

.kanriAkiya .contentsArea .servicePlan .planPrice li {
  width: calc(450 / 950 * 100%);
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .servicePlan .planPrice li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kanriAkiya .contentsArea .servicePoint {
  background: url(/stock/img/kanri_akiya/bg_dot.png) center center;
  margin: 120px 0 70px;
  padding: 70px 0;
}

.kanriAkiya .contentsArea .servicePoint .imgMttl {
  max-width: 365px;
  margin-bottom: 40px;
}

.kanriAkiya .contentsArea .servicePoint .pointList {
  width: 100%;
  background: #fff;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  font-size: 0.9375rem;
  margin-top: 45px;
}

.kanriAkiya .contentsArea .servicePoint .pointList th {
  background: #eee;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
}

.kanriAkiya .contentsArea .servicePoint .pointList th:first-child {
  background: #ffe8d5;
  border-right: none;
  width: 200px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .servicePoint .pointList th:first-child {
    width: 30%;
    max-width: 200px;
  }
}

.kanriAkiya .contentsArea .servicePoint .pointList td {
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  vertical-align: middle;
  padding: 20px 60px;
  line-height: 1.4;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .servicePoint .pointList td {
    padding: 20px;
  }
}

.kanriAkiya .contentsArea .servicePoint .pointList td:first-child {
  font-size: 1.125rem;
  background: #ffe8d5;
  border-right: none;
  text-align: left;
  padding: 20px;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .servicePoint .pointList td:first-child {
    font-size: 1rem;
  }
}

.kanriAkiya .contentsArea .servicePoint .pointList td span {
  display: block;
}

.kanriAkiya .contentsArea .catch {
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 1014px) {
  .kanriAkiya .contentsArea .catch {
    font-size: 1.25rem;
  }
}

.kanriAkiya .contentsArea .catch + .imgBtn {
  margin-top: 10px;
}
