@charset "UTF-8";
/*
Theme Name:samurai

*/
/* =Reset default browser CSS.
-------------------------------------------------------------- */
a {
  word-break: break-all;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Noto Sans JP", Verdana, "ヒラギノ角ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83), -2px 2px 5px rgba(255, 255, 255, 0.83), 2px -2px 5px rgba(255, 255, 255, 0.83), -2px -2px 5px rgba(255, 255, 255, 0.83), 2px 0px 5px rgba(255, 255, 255, 0.83), 0px 2px 5px rgba(255, 255, 255, 0.83), -2px 0px 5px rgba(255, 255, 255, 0.83), 0px -2px 5px rgba(255, 255, 255, 0.83);
}

/*********** ヘッダー*******************/
#head {
  background: url(images/bg-header.jpg);
}
#head .tel {
  font-size: 24px;
  padding: 5px 15px 5px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#head .tel span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3498db;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
}
#head .tel span img {
  position: absolute;
  left: 25%;
  width: 15px;
}
#head .mail {
  font-size: 16px;
  background-color: #3498db;
  text-align: center;
}
#head .mail a {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 15px 0;
}
#head .mail a:hover {
  text-decoration: none;
}

.headset {
  background-color: #3498db;
  min-height: 2px;
}

.bg-base {
  background-color: #3498db;
}
@media (max-width: 575.98px) {
  .bg-base h2 {
    padding: 0 0.2rem;
  }
}

h1 {
  font-size: 16px;
}

/*********** ナビゲーション*******************/
.sumaho_navi {
  padding: 0.5rem 0;
}

#sumaho_btn {
  position: absolute;
  top: auto;
  right: 5px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border-color: rgb(0, 0, 0);
}

#navi .navbar-brand {
  margin-bottom: 2px;
  padding-top: 5px;
}

#navmenu ul li {
  position: relative;
  padding: 0px 15px;
}
#navmenu ul li:after {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #navmenu ul li:after {
    content: "";
    width: 10px;
    height: 15px;
    position: absolute;
    border-left: 1px solid #000;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    right: -5px;
    top: 16px;
    /* CSS code goes here */
  }
}
#navmenu ul li a {
  display: block;
  text-align: center;
}
#navmenu ul li a span {
  display: block;
  font-size: 0.7em;
  text-align: center;
}

/***********トップのフォント*******************/
#top #headArea .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
#top #headArea .heading h2 {
  font-size: 2rem;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top #headArea .heading h2 span {
  color: #3498db;
  font-size: 0.6em;
  display: inline-block;
  position: relative;
}
#top #headArea .heading h2 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3498db;
  left: 0;
  bottom: -20%;
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.heading h2 {
  font-size: 2rem;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heading h2 span {
  color: #3498db;
  font-size: 0.6em;
  display: inline-block;
  position: relative;
}
.heading h2 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3498db;
  left: 0;
  bottom: -20%;
}

/*********** メインイメージ*******************/
#bg-main {
  background: url(images/bg-main.jpg) no-repeat top center/cover;
  padding: 1.5rem 0 1.5rem;
  /* Large devices (desktops) */
  background-attachment: fixed;
}
@media (min-width: 992px) {
  #bg-main {
    padding: 0px 0px 450px;
    /* CSS code goes here */
  }
}
#bg-main:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent orange transparent transparent;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#bg-main .top-text {
  background-color: rgba(255, 255, 255, 0.7411764706);
  padding: 1rem;
  position: relative;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #bg-main .top-text {
    top: 200px;
    /* CSS code goes here */
  }
}
#bg-main .top-text p {
  font-size: 0.7rem;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #bg-main .top-text p {
    font-size: 1.2rem;
    /* CSS code goes here */
  }
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff6));
  background: -webkit-linear-gradient(transparent 40%, #ff6 40%);
  background: linear-gradient(transparent 40%, #ff6 40%);
}

/***********５つの特徴*************/
#headArea .container {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #headArea .container {
    padding-left: 100px;
    padding-right: 100px;
    /* CSS code goes here */
  }
}
#headArea .container .heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
#headArea .container .heading h2 {
  margin-bottom: 0;
}
#headArea .container .heading span {
  color: #3498db;
  font-size: 0.8em;
}
#headArea .container .banner li .inner {
  text-align: center;
}
#headArea .container .banner li .inner p.arrow {
  display: inline-block;
  position: relative;
}
#headArea .container .banner li .inner p.arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-right: 5px;
  background: url(images/aic_arrow.png) no-repeat center/100%;
}
#headArea table.keireki th {
  padding: 0.5em;
  white-space: nowrap;
  font-size: 0.9rem;
}
#headArea table.keireki td {
  padding: 0.5em;
  font-size: 0.9rem;
}

#news {
  background-color: #f0f0f0;
}
#news .news-title {
  border-right: 2px solid #fff;
}
#news .news-title h2 {
  text-align: center;
  font-size: 2rem;
}
#news table.table th, #news table.table td {
  border-top: none;
  padding: 0 0.4rem;
}
#news table.table th {
  width: 20%;
}
#news table.table td p {
  margin-bottom: 0;
}
#news table.table td p a {
  color: #000;
}

/***********サービス*************/
#serviceArea {
  background-color: #e8e8e8;
}
#serviceArea .serviceBox li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  width: 100%;
}
#serviceArea .serviceBox li .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  background-color: #ffffff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#serviceArea .serviceBox li .text-box p {
  margin-bottom: 0;
}
#serviceArea .serviceBox li .text-box p a.detail {
  position: relative;
  color: #000;
}
#serviceArea .serviceBox li .text-box p a.detail:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/aic_arrow.png) no-repeat center/100%;
  position: absolute;
  top: 10px;
  left: -15px;
}
#serviceArea .serviceBox li .text-box p.service {
  font-size: 0.8em;
  color: #3498db;
}
#serviceArea .serviceBox li .text-box p.text {
  color: #000;
}
#serviceArea .serviceBox li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  width: 50%;
  background-color: #ffffff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#serviceArea .btn_area .row .btn {
  text-align: center;
}
#serviceArea .btn_area .row .btn a {
  display: inline-block;
  /* Large devices (desktops) */
  width: 100%;
  background-color: #3498db;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
}
@media (min-width: 992px) {
  #serviceArea .btn_area .row .btn a {
    width: 60%;
    /* CSS code goes here */
  }
}
#serviceArea .btn_area .row .btn a:hover {
  text-decoration: none;
}

/*********** 医療機関・初めての方*******************/
#subArea .medical, #subArea .first {
  background: url(images/maedical.jpg) rgba(0, 0, 0, 0.7) no-repeat center/100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #subArea .medical, #subArea .first {
    padding: 100px 0;
    /* CSS code goes here */
  }
}
#subArea .medical:hover:before, #subArea .first:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
#subArea .medical:before, #subArea .first:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#subArea .medical .box, #subArea .first .box {
  position: relative;
  z-index: 3;
  color: #fff;
  width: 90%;
  /* Large devices (desktops) */
  text-align: center;
}
@media (min-width: 992px) {
  #subArea .medical .box, #subArea .first .box {
    width: 60%;
    /* CSS code goes here */
  }
}
#subArea .medical .box h3, #subArea .first .box h3 {
  text-align: center;
}
#subArea .medical .box p, #subArea .first .box p {
  font-size: 1rem;
  text-align: left;
}
#subArea .medical .box .btn, #subArea .first .box .btn {
  text-align: center;
}
#subArea .medical .box .btn a, #subArea .first .box .btn a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em 0.8em;
  color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 10px;
}
#subArea .medical .box .btn a:hover, #subArea .first .box .btn a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
#subArea .first {
  background: url(images/first.jpg) rgba(0, 0, 0, 0.7) no-repeat center/100%;
}

/*********** footer*******************/
#footerlink .row .tel {
  padding: 0px 0px 0px;
  text-align: center;
}
#footerlink .row .tel p {
  text-align: center;
  color: #5e5e5e;
}
#footerlink .row .tel p i {
  color: #3498db;
  font-size: 1.4rem;
}
#footerlink .row .tel p span.num {
  font-size: 1.7rem;
}
#footerlink .row .inq {
  text-align: center;
}
#footerlink .row .inq a {
  color: #fff;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  display: block;
  background-color: #3498db;
}

/*********** 汎用色・背景*******************/
/*********** アイコンエリア色*******************/
/***********見出し*******************/
@media (min-width: 1140px) {
  .google_map iframe {
    height: 500px;
  }
  .google_map {
    padding-top: 0;
    height: 500px;
  }
}
/*****************button*********************/
a.btn-more {
  border-radius: 20px;
  padding: 0.4em 1em;
  background-color: #3498db;
  color: #fff;
  font-size: 0.8rem;
}

/*****************contact*********************/
/***********問合せのボタン*******************/
#contactArea {
  background: url(images/bg_contact.png);
  background-size: cover;
}

/**************footer************************/
#footerMenu li {
  display: inline-block;
}

#footer {
  background: #3498db;
  padding-bottom: 20px;
}

#footer p {
  color: #fff;
}
#footer p.small {
  font-size: 0.7em;
}

#company p {
  color: #fff;
  margin-bottom: 0.7em;
}

#footer li a {
  color: #fff;
}

#footer ul li a {
  display: block;
  margin: 5px;
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#footer ul li a:before {
  position: absolute;
  left: -5px;
  content: "";
  width: 5px;
  height: 15px;
  border-right: 1px solid #fff;
  top: 7px;
}

.bg-light {
  background-color: #fafafa !important;
}

.border-light {
  border: #eeeeee 1px solid !important;
}

.bg-footel {
  background: rgba(234, 47, 0, 0.7);
}

.bg-footmail {
  background: rgba(32, 32, 32, 0.7);
}

/**************下層ページのテンプレート*******************/
#main.kasou {
  background: url(images/bg-kasou.jpg) no-repeat center/cover;
  padding: 5rem 0 5rem;
}
#main.kasou h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
}

th.moyori {
  border-right: 2px solid #fff;
  padding: 10px;
  background-color: #b3b3b3;
}

td.moyori {
  padding: 10px;
  background-color: #ececec;
}

.service li {
  padding: 1.5rem;
}
.service li .inner {
  background-color: #f8f9fa;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
}
.service li .inner .body {
  padding-top: 1rem;
}
.service li .inner .body p {
  margin-bottom: 0;
  text-align: center;
}
.service li .inner h3 {
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  display: block;
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border-left: none;
}

#inheritance-registration h3 {
  background-color: #1abc9c;
}

#will-creation h3 {
  background-color: #3498db;
}

#inheritance-renunciation h3 {
  background-color: #9b59b6;
}

#fund-support h3 {
  background-color: #f39c12;
}

#inheritance-will-support h3 {
  background-color: #e74c3c;
}

#international-taxation h3 {
  background-color: #2ecc71;
}

#company-establishment h3 {
  background-color: #34495e;
}

#preparation h3 {
  background-color: #16a085;
}

#real-estate-sale h3 {
  background-color: #c0392b;
}

#faq dl {
  margin-bottom: 2rem;
}
#faq dl dt {
  margin-bottom: 0;
  position: relative;
  padding-left: 54px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.1rem;
}
#faq dl dt .icon {
  background-color: #2a5caa;
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.2rem;
}
#faq dl dt:before {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#faq dl dt:after {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 2rem 0;
}
#faq dl dd p {
  padding-top: 0px;
  padding-left: 54px;
  padding-right: 30px;
  font-size: 1.3rem;
}
#faq dl dd .icon {
  font-weight: bold;
  background-color: #f39c12;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

#faq dl dd {
  display: none;
}

#faq dl dd.show {
  display: block;
}

#faq dl dt.show:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bg-cream {
  background-color: #fffdf4;
  border-radius: 20px;
  border: 5px solid #eeff00;
}

#sidebar h3 {
  background-color: #f0fcff;
  border-bottom: 2px solid #3498db;
  padding: 0.5rem;
}

.kasou h2 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 0.1em 0 0.1em 0.5em;
  border-top: #3498db double 6px;
  border-bottom: #3498db solid 2px;
  background-color: rgb(255, 252, 241);
  color: #3498db;
  margin-bottom: 1rem;
}

.kasou h3 {
  font-size: 1.6rem;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #3498db;
  font-weight: bold;
  color: #3498db;
  background-color: rgb(255, 252, 241);
  margin-bottom: 1rem;
}

.kasou h4 {
  color: #3498db;
  padding: 0.2em 0 0.2em 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 571px) {
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  form table {
    width: 620px !important;
    margin: auto;
  }
}
@media (min-width: 992px) {
  form table th span {
    display: inline;
  }
}
@media (min-width: 992px) {
  form input.wpcf7-submit {
    width: 79px;
    margin: 15px auto;
    display: block;
  }
}

@media (min-width: 576px) {
  textarea {
    width: 412px;
  }
}

.souzoku p.kikan {
  font-size: 1.4rem;
}
.souzoku p.henkou {
  font-size: 1.2rem;
}

/***********スマホページ*******************/
@media (max-width: 576px) {
  /* ナビゲーショ*/
  .sumaho_navi {
    padding: 0.5rem 0 0;
  }
  #navi {
    outline: none;
    border-top: #fff 0px solid;
    border-bottom: #fff 0px solid;
  }
  #menu .sub {
    position: static;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  #bg-main p.kaiketu {
    font-family: "Kaisei Tokumin", serif;
    font-size: 8vw;
    font-style: italic;
  }
  #menu li {
    text-align: center;
    padding: 0 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a.btntel {
    font-size: 16px;
    width: 160px;
  }
  #bg-main .kaketuke h2 {
    font-size: 6vw;
  }
  /* メインイメー*/
  #bg-main p {
    font-size: 1.5rem;
  }
  #main h2 {
    font-size: 1.4rem;
  }
  /* コンタクトボタ*/
  a.btn--green, a.btn--red {
    padding: 0.3em 0.2em;
    font-size: 14px;
    width: 80%;
  }
  #toruble p {
    font-size: 1.5rem;
  }
  .kasou h2 {
    font-size: 1.7rem;
  }
  .kasou h3 {
    font-size: 1.4rem;
  }
  /* フォーム*/
  form table th, form table td {
    display: block;
  }
  form table input[type=text], form table input[type=email],
  form table input[type=tel] {
    width: 95%;
    padding: 0.4em;
  }
  form table .mwform-tel-field input[type=text] {
    width: 30%;
    padding: 0.4em;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  textarea {
    width: 95%;
  }
  .form {
    width: 100%;
  }
  /*********** グーグルマップのIFLAME*******************/
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sqare {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fffde2;
  border: 2px solid #ffc933;
  border-radius: 20px;
}

/*************numarea****************/
.numArea p {
  padding: 0.5em 0 0.5em 2.5em;
  position: relative;
  color: #3498db;
}
.numArea p span.number {
  position: absolute;
  background: #3498db;
  border-radius: 50%;
  font-size: 1.1em;
  color: #fff;
  border: #3498db 1px solid;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Libre Baskerville", serif;
  left: 0em;
  top: 0.4em;
  text-align: center;
}

.service li {
  padding: 1.5rem;
}
.service li .inner {
  background-color: #f8f9fa;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
}
.service li .inner .body {
  padding-top: 0;
}
.service li .inner .body p {
  margin-bottom: 0;
  text-align: center;
}
.service li .inner h3 {
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  display: block;
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border-left: none;
}

#tax-declaration h3 {
  background-color: #1abc9c;
}

#accounting h3 {
  background-color: #3498db;
}

#financial-statements h3 {
  background-color: #9b59b6;
}

#dementia-measures h3 {
  background-color: #f39c12;
}

#estate-arrangement h3 {
  background-color: #e74c3c;
}

#real-estate-registration h3 {
  background-color: #2ecc71;
}

#company-establishment h3 {
  background-color: #34495e;
}

#preparation h3 {
  background-color: #16a085;
}

#real-estate-sale h3 {
  background-color: #c0392b;
}/*# sourceMappingURL=style.css.map */