@charset "utf-8";
#content h3.head3 {
  font-size: .30rem;
}
.top #mainvisual {
  width: 100vw;
  height: 90vh;
  position: relative;
  margin-bottom: 0 !important;
  min-height: 900px;
}
/*******/
#content .inner section .main {
  background: #ffe0d2;
  border-radius: 20px;
  padding: 16px 8px 16px;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 24px;
}
/*介護タクシーの料金の仕組み*/
#content .inner section.fee ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .inner section.fee ul li {
  width: calc(34.4% - 40px);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  background: none;
}
#content .inner section.fee ul li:not(:last-child) {
  padding-right: 40px;
  background: url("../img/top/plus.png") no-repeat right top 30%;
  width: 34.4%;
}
#content .inner section.fee ul li h4 {
  background: #ffebc1;
  border-radius: 1em;
  padding: 16px 8px 16px;
}
@media screen and (max-width: 780px) {
  #content .inner section.fee ul {
    flex-direction: column;
  }
  #content .inner section.fee ul li {
    width: 100% !important;
    flex-direction: row;
    padding-bottom: 30px;
  }
  #content .inner section.fee ul li:not(:last-child) {
    padding-right: 0px;
    background: url("../img/top/plus.png") no-repeat left 17% bottom 8px/20px;
  }
  #content .inner section.fee ul li h4 {
    font-size: 15px;
    padding: 0.4em;
    border-radius: 0.4em;
    margin-bottom: 0.2em;
    width: 38% !important;
    margin-right: 30px;
  }
  #content .inner section.fee ul li .txt {
    font-size: 14px;
  }
}
/**/
#content .inner section.kigu .main {
  background: #e2f1da;
}
#content .inner section.kigu .main p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
}
#content .inner section.kigu .main ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
    padding-top: 0.4em;
}
#content .inner section.kigu .main ul li {
  width: 31%;
  display: flex;
  flex-direction: column;
  background: none;
  font-size: 17px;
  padding: 0;
}
/**/
#content .inner section.ouen .main {
  background: #d5effe;
}
/**/
#content .inner section.call-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 66px;
}
#content .inner section.call-us h3 {
  background: #ed532e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FFFFFF;
  width: 8em;
  height: 8em;
  border-radius: 5em;
  line-height: 1.4;
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.1em;
}
#content .inner section.call-us h3 span:first-child {
  padding-left: 0.6em;
}
#content .inner section.call-us ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#content .inner section.call-us ul li {
  background: none;
  text-align: left;
  width: 100%;
  display: inherit;
  min-height: 0;
  padding: 0.2em 1em;
  justify-content: flex-start;
  font-size: 21px;
}
#content .inner section.call-us ul li::before {
  content: "・";
}
@media screen and (max-width: 780px) {
  #content .inner section.call-us {
    display: inherit;
  }
  #content .inner section.call-us h3 {
    display: inherit;
    width: auto;
    height: auto;
    padding: 0.2em !important;
  }
  #content .inner section.call-us h3 span {
    font-size: 18px;
  }
}
/**/
@media screen and (max-width: 981px) {
  .top #wrapper .main-visual .inner {
    flex-direction: column-reverse;
  }
  .top #wrapper .main-visual .inner .visual {
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 780px) {
  /**/
  /**/
}