@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
html {
  background: fff;
  color: 333;
  overflow-y: scroll; }

body {
  font: 13px/1.22 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

table {
  font-size: inherit;
  font: 100%; }

a img, img {
  border: 0; }

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol, ul {
  list-style: none; }

q:before, q:after {
  content: ''; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  line-height: 165%;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 15px;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1080px) {
    body {
      font-size: 14px; } }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

form {
  margin: 0;
  padding: 0px; }

li {
  line-height: 165%; }

h1 {
  margin: 0;
  padding: 0px;
  font-size: 13px;
  font-weight: normal; }
  @media (min-width: 768px) and (max-width: 1080px) {
    h1 {
      font-size: 11px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 10px; } }

strong {
  font-weight: bolder; }

img {
  border: none; }

a:link {
  color: #267426; }

a:visited {
  color: #267426; }

a:hover {
  color: #267426; }

a:active {
  color: #267426; }

a {
  line-height: 165%;
  text-decoration: none; }

p {
  margin: 0;
  padding: 0px; }

header {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

#contents {
  color: #333;
  width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  padding: 3% 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #contents {
      width: 92%; } }
  @media (max-width: 767px) {
    #contents {
      width: 92%; } }

#main {
  float: right;
  width: 730px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #main {
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    #main {
      float: none;
      width: 100%; } }

#side {
  float: left;
  text-align: left;
  width: 230px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #side {
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    #side {
      float: none;
      width: 100%; } }

header {
  position: fixed;
  z-index: 9;
  background-color: #fff;
  top: 0;
  border-top: 18px solid #E7E6DC; }
  @media (max-width: 767px) {
    header {
      border-top: 8px solid #E7E6DC;
      position: relative !important;
      transform: translateZ(0);
      z-index: 50; } }

header .inner {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0; }
  @media (max-width: 767px) {
    header .inner {
      padding: 5px 0;
      height: 50px; } }

header h1 img {
  max-width: 100%;
  height: auto; }

header #logo {
  width: 300px; }
  @media (max-width: 767px) {
    header #logo {
      width: 50%; } }

@media (max-width: 767px) {
  header h1 {
    padding: 0 50px 0 5px;
    line-height: 1.1; } }

header .info {
  width: 400px;
  padding: 10px 0 0 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info {
      display: none; } }
  @media (max-width: 767px) {
    header .info {
      display: none; } }

header .info div {
  position: relative; }

header .info h4 {
  color: #ccc;
  position: absolute;
  top: -25px;
  left: -50px;
  font-size: 0.85em;
  transform: rotate(-3deg); }

header .info h4 span {
  color: #000; }

header .info .tel {
  font-size: 30px;
  font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.1; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info .tel {
      font-size: 23px; } }
  @media (max-width: 767px) {
    header .info .tel {
      font-size: 22px; } }

header .info .time {
  margin: 5px 0 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  background-color: #EFEFEF; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info .time {
      font-size: 11px; } }
  @media (max-width: 767px) {
    header .info .time {
      font-size: 10px; } }

header .btn {
  width: 160px;
  padding: 0px 0 0 0; }

header .btn a {
  width: 100%;
  box-sizing: border-box; }

header.pagenavi {
  border-bottom: 1px solid #eee;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: slidedown;
  transform: translateZ(0); }
  @media (min-width: 768px) and (max-width: 1080px) {
    header.pagenavi {
      position: relative !important;
      transform: translateZ(0);
      z-index: 50 !important; } }
  @media (max-width: 767px) {
    header.pagenavi {
      position: relative !important;
      transform: translateZ(0);
      z-index: 50 !important; } }

header.topnavi {
  position: absolute !important; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header.topnavi {
      position: absolute !important; } }
  @media (max-width: 767px) {
    header.topnavi {
      position: relative !important;
      transform: translateZ(0);
      z-index: 50 !important; } }

header nav {
  background-color: #fff;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header nav {
      width: 100%; } }
  @media (max-width: 767px) {
    header nav {
      width: 100%; } }

@media (min-width: 768px) and (max-width: 1080px) {
  header nav {
    display: none; } }
@media (max-width: 767px) {
  header nav {
    display: none; } }

header #pcnavi {
  padding: 15px 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header #pcnavi {
      display: none; } }
  @media (max-width: 767px) {
    header #pcnavi {
      display: none; } }

header nav ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: nowrap;
  width: 1000px;
  margin: 0 auto; }

header nav ul li {
  display: block;
  line-height: 1;
  width: 19%;
  text-align: center;
  padding: 0 5px;
  letter-spacing: 0px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-weight: bolder; }

header nav ul li a {
  line-height: 1.2;
  transition: all 0.2s ease-out; }

header nav ul li a:link {
  color: #000; }

header nav ul li a:visited {
  color: #000; }

header nav ul li a:active {
  color: #267426; }

header nav ul li a:hover {
  color: #267426; }

header nav ul li small {
  display: block;
  text-align: center;
  font-size: 0.6em;
  color: #ccc;
  font-weight: 300;
  padding: 5px 0 0 0;
  letter-spacing: 0.5px; }

/* ------------------------------
  
------------------------------ */
@keyframes slidedown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible; } }
#rwdMenuWrap li {
  list-style: none;
  color: #fff;
  font-weight: bolder; }

#rwdMenuWrap ul {
  margin: 15px 0 0 0;
  opacity: 0;
  transform: translate(15px, 0px);
  -webkit-transform: translate(15px, 0px);
  transition: 1s; }

#rwdMenuWrap.fade-nx ul {
  opacity: 1 !important;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1s; }

#rwdMenuWrap li a {
  line-height: 1.2; }

#rwdMenuWrap li span {
  display: block;
  font-size: 13px;
  line-height: 1.2; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap li span {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #rwdMenuWrap li span {
      font-size: 10px; } }

#rwdMenuWrap li.mail {
  text-align: center;
  padding: 0;
  border-bottom: none; }

#rwdMenuWrap li.mail a {
  background-color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-size: 15px;
  box-sizing: border-box;
  width: auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap li.mail a {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #rwdMenuWrap li.mail a {
      font-size: 13px; } }

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
  #mobile-header ul {
    width: 100%; }

  #mobile-header ul li {
    width: 20%; } }
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
#mobile-header {
  display: none; }

@media only screen and (max-width: 1080px) {
  #mobile-header {
    display: none; }

  #menuOverlay {
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 9997; }

  #switchBtnArea {
    width: 100%;
    position: relative;
    position: fixed;
    z-index: 999999;
    font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

  #switchBtnArea #switchBtn {
    background-color: #267426;
    top: 10px;
    right: 10px;
    width: 52px;
    height: 55px;
    display: block;
    position: absolute; }

  #switchBtnArea #switchBtn span {
    left: 28%;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear; }

  #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 12px;
    transform: rotate(0); }

  #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 19px;
    transform: scale(1); }

  #switchBtnArea #switchBtn span:nth-of-type(3) {
    top: 26px;
    transform: rotate(0); }

  #switchBtnArea #switchBtn.btnClose {
    background: #267426; }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    background-color: #fff;
    top: 18px;
    transform: rotate(-45deg); }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    background-color: #fff;
    transform: scale(0); }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    background-color: #fff;
    top: 18px;
    transform: rotate(45deg); }

  #switchBtnArea #switchBtn::after {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 8px;
    text-decoration: none;
    text-align: center;
    transition: all .4s; }

  #switchBtnArea #switchBtn.btnClose::after {
    content: 'CLOSE';
    bottom: 5px;
    color: #fff; }

  #rwdMenuWrap {
    top: 0px;
    right: -60%;
    width: 60%;
    height: 100%;
    background: white;
    overflow: auto;
    position: fixed;
    z-index: 9998; }

  #rwdMenuWrap ul {
    margin: 15px auto;
    font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 19px; } }
  @media only screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap ul {
      font-size: 17px; } }
  @media only screen and (max-width: 1080px) and (max-width: 767px) {
    #rwdMenuWrap ul {
      font-size: 16px; } }

@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul.sns li i {
    font-size: 15px; }

  #rwdMenuWrap ul li {
    text-align: left;
    border-bottom: 1px solid #ccc; }

  #rwdMenuWrap ul li small {
    font-size: 10px;
    display: block;
    color: #999; }

  #rwdMenuWrap ul li a {
    display: block;
    padding: 15px 15px 15px 15px; }

  #rwdMenuWrap .btn {
    text-align: center;
    width: 80%;
    margin: 0 auto; }

  #rwdMenuWrap .btn a {
    width: 80%;
    margin: 0 auto; }

  #rwdMenuWrap .logo {
    text-align: center;
    width: 90%;
    margin: 0 auto; }

  #rwdMenuWrap .logo img {
    max-width: 100%;
    height: auto; }

  #rwdMenuWrap .tel {
    text-align: center;
    font-size: 30px;
    font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    padding: 10px 0; } }
  @media only screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap .tel {
      font-size: 23px; } }
  @media only screen and (max-width: 1080px) and (max-width: 767px) {
    #rwdMenuWrap .tel {
      font-size: 22px; } }

@media only screen and (max-width: 1080px) {
  #rwdMenuWrap .time {
    text-align: center;
    font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    background-color: #E7E6DC;
    width: 95%;
    margin: 0 auto 30px auto;
    font-size: 10px;
    line-height: 1.5; } }
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#mobile-header > ul:before,
#mobile-header > ul:after {
  content: " ";
  display: table; }

#mobile-header > ul:after {
  clear: both; }

#mobile-header > ul {
  *zoom: 1; }

.opa0 {
  opacity: 0; }

.pagetop {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
  background-color: #E7E6DC;
  border-radius: 50%;
  position: fixed;
  bottom: 5%;
  right: 5%;
  transition: all 0.3s linear; }
  @media (max-width: 767px) {
    .pagetop {
      padding: 2px 0;
      width: 60px;
      height: 60px; } }

.pagetop a {
  color: #267426;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  width: auto;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pagetop a {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .pagetop a {
      font-size: 20px; } }

.pagetop span {
  font-size: 12px;
  display: block;
  color: #267426; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pagetop span {
      font-size: 9px; } }
  @media (max-width: 767px) {
    .pagetop span {
      font-size: 9px; } }

footer {
  background-color: #fff;
  font-size: 15px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    footer {
      font-size: 14px; } }
  @media (max-width: 767px) {
    footer {
      font-size: 13px; } }

#area {
  background-color: #E2ECD4;
  padding: 3% 0; }
  @media (max-width: 767px) {
    #area {
      padding: 6% 0; } }

#area .inner {
  background: url(../images/area-bg.png) 0 center no-repeat;
  background-size: contain; }

#area .txt {
  padding: 0 0 0 28%; }
  @media (max-width: 767px) {
    #area .txt {
      padding: 0; } }

#area .txt strong {
  background-color: #267426;
  font-weight: bolder;
  border-radius: 25px;
  color: #fff;
  padding: 2% 3%;
  position: relative;
  margin: 0 0 0 -20px; }
  @media (max-width: 767px) {
    #area .txt strong {
      font-size: 14px;
      margin: 0 0 0 20px; } }

#area .txt strong:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 40px;
  bottom: -10px;
  border-right: 30px solid #267427;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg); }
  @media (max-width: 767px) {
    #area .txt strong:after {
      bottom: -5px;
      bottom: -5px;
      border-right: 15px solid #267427;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; } }

#area .txt h4 {
  margin: 30px 0 0 0;
  font-weight: bolder; }
  @media (max-width: 767px) {
    #area .txt h4 {
      margin: 15px 0 0 0; } }

#area .txt p {
  font-size: 0.9em;
  line-height: 1.4; }

#area .txt .biko {
  font-size: 0.85em;
  color: #666;
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    #area .txt .biko {
      padding: 20px 0 0 0px;
      display: block; } }

#fnavi {
  font-weight: 400;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 30px 0 30px 0; }
  @media (max-width: 767px) {
    #fnavi {
      padding: 20px 0 20px 0; } }

@media (max-width: 767px) {
  #fnavi ul {
    width: 55%; } }

@media (max-width: 767px) {
  #fnavi ul:nth-of-type(odd) {
    width: 37%; } }

#fnavi ul li {
  padding: 0 0 15px 0; }

#fnavi ul li > ul {
  padding: 15px 0 0px 0; }
  @media (max-width: 767px) {
    #fnavi ul li > ul {
      width: 100%; } }

@media (max-width: 767px) {
  #fnavi ul li > ul:nth-of-type(odd) {
    width: 100%; } }

#fnavi ul li > ul li {
  padding: 0 0 5px 0;
  font-size: 13px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #fnavi ul li > ul li {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #fnavi ul li > ul li {
      font-size: 10px; } }
  @media (max-width: 767px) {
    #fnavi ul li > ul li {
      font-size: 12px;
      padding: 0; } }

#fnavi ul li > ul li a:link {
  color: #000; }

#fnavi ul li > ul li a:visited {
  color: #000; }

#fnavi ul li > ul li a:active {
  color: #000; }

#foorer-info .inner {
  border-top: 1px solid #999;
  padding: 2% 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    #foorer-info .inner {
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap; } }

#foorer-info .logo {
  width: 200px; }
  @media (max-width: 767px) {
    #foorer-info .logo {
      width: 40%; } }

#foorer-info .info {
  width: 30%; }
  @media (max-width: 767px) {
    #foorer-info .info {
      width: 55%;
      font-size: 10px; } }

#foorer-info .info h4 {
  font-weight: bolder;
  padding: 0 0 5px 0; }

#foorer-info .tel {
  font-size: 30px;
  font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.1;
  letter-spacing: 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #foorer-info .tel {
      font-size: 23px; } }
  @media (max-width: 767px) {
    #foorer-info .tel {
      font-size: 22px; } }
  @media (max-width: 767px) {
    #foorer-info .tel {
      width: 45%; } }

#foorer-info .tel .time {
  margin: 5px 0 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  background-color: #EFEFEF; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #foorer-info .tel .time {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #foorer-info .tel .time {
      font-size: 10px; } }

#foorer-info .btn {
  width: 20%; }
  @media (max-width: 767px) {
    #foorer-info .btn {
      width: 50%;
      text-align: center; } }

#foorer-info .btn a {
  width: 100%;
  box-sizing: border-box; }

footer small {
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 10px 0 10px 0;
  display: block; }
  @media (min-width: 768px) and (max-width: 1080px) {
    footer small {
      font-size: 9px; } }
  @media (max-width: 767px) {
    footer small {
      font-size: 9px; } }
  @media (max-width: 767px) {
    footer small {
      padding: 10px 0;
      width: 100%;
      text-align: center;
      letter-spacing: 0; } }

footer small a:link {
  color: #999; }

.small {
  font-size: 93%; }

.inner {
  width: 1000px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .inner {
      width: 92%; } }
  @media (max-width: 767px) {
    .inner {
      width: 92%; } }

#pagetitle {
  margin: 190px 0 0 0;
  background-color: #000;
  height: 200px;
  position: relative;
  background: #000 url(../images/pt.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #pagetitle {
      margin: 0px 0 0 0;
      height: 20vh; } }

#pagetitle div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: blockcont;
  font-size: 25px;
  font-weight: bolder;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #pagetitle div {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #pagetitle div {
      font-size: 19px; } }

#pagetitle div small {
  display: block;
  font-size: 13px;
  text-align: center;
  opacity: 0.5; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #pagetitle div small {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #pagetitle div small {
      font-size: 10px; } }

.btn a {
  background-color: #267426;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out; }

.btn a:hover {
  /*ボタンを押したとき*/
  background-color: #267426e3; }

.btn a:active {
  /*ボタンを押したとき*/ }

.btn.ar a {
  position: relative;
  padding-left: 35px; }

.btn.ar a:before {
  content: '\f054';
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  position: absolute;
  left: 10px;
  opacity: 0.6; }

.btn2 a {
  background-color: #fff;
  color: #267426;
  border: 2px solid #267426db;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out; }

.btn2 a:hover {
  /*ボタンを押したとき*/
  background-color: #267426e3;
  color: #fff; }

.btn2 a:active {
  /*ボタンを押したとき*/ }

.btn2.ar a {
  position: relative;
  padding-left: 35px; }

.btn2.ar a:before {
  content: '\f054';
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  position: absolute;
  left: 10px;
  opacity: 0.6; }

.only-pc {
  display: block; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-pc {
      display: none; } }
  @media (max-width: 767px) {
    .only-pc {
      display: none; } }

.only-tabsp {
  display: none; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-tabsp {
      display: block; } }
  @media (max-width: 767px) {
    .only-tabsp {
      display: block; } }

@media (max-width: 767px) {
  .only-pctab {
    display: none; } }

.only-sp {
  display: none; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-sp {
      display: none; } }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

.blocklink {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  opacity: 1; }

.blocklink:hover {
  opacity: 0.6; }

.pages {
  padding: 180px 0 0 0 !important;
  text-align: center !important; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pages {
      padding: 130px 0 0 0 !important; } }
  @media (max-width: 767px) {
    .pages {
      padding: 130px 0 0 0 !important; } }

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0; }

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333; }

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee; }

.pagination li:first-of-type a {
  border-left-width: 1px; }

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px; }

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.pagination li.first a::before {
  content: "\f100"; }

.pagination li.last a::after {
  content: "\f101"; }

.pagination li.previous a::before {
  content: "\f104"; }

.pagination li.next a::after {
  content: "\f105"; }

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none; }

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 1px; } }
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial; }

  .pagination li.previous a {
    border-left-width: 0; } }
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 1px; } }
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%; }

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px; } }
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s; }

.fadein2 {
  opacity: 0;
  transition: 1s; }

.fadeinAnm {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1s; }

.fadein2Anm {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.5s; }

#logo img {
  max-width: 100%;
  height: auto; }

.logo img {
  max-width: 100%;
  height: auto; }

#contents img {
  max-width: 100%;
  height: auto; }

#top-contents img {
  border-radius: 5px;
  max-width: 100%;
  height: auto; }

#contents img.circle {
  border-radius: 50%; }

#contents .inner img {
  max-width: 100%;
  height: auto; }

#mv-wrap {
  background-color: #E7E6DC;
  padding: 173px 0 0 0; }
  @media (max-width: 767px) {
    #mv-wrap {
      padding: 0 0 0 0; } }

#mv-wrap #mv {
  height: 550px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
  background: url(../images/mv.jpg) 0 0 no-repeat;
  background-size: contein; }
  @media (max-width: 767px) {
    #mv-wrap #mv {
      width: 100%;
      height: 50vh; } }

#mv-wrap #mv .txt {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  @media (max-width: 767px) {
    #mv-wrap #mv .txt {
      width: 80%;
      left: 10%; } }

#mv-wrap #mv h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #mv-wrap #mv h2 {
      font-size: 23px; } }
  @media (max-width: 767px) {
    #mv-wrap #mv h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    #mv-wrap #mv h2 {
      line-height: 1.3; } }

#mv-wrap #mv p {
  color: #fff;
  font-size: 15px;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #mv-wrap #mv p {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #mv-wrap #mv p {
      font-size: 13px; } }

#greeting {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center;
  padding: 8% 0 3% 0; }
  @media (max-width: 767px) {
    #greeting {
      display: block;
      padding: 8% 0 8% 0; } }

#greeting h3 {
  width: 35%;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  margin: 0 0 100px 0;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #greeting h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #greeting h3 {
      font-size: 19px; } }
  @media (max-width: 767px) {
    #greeting h3 {
      width: 100%;
      margin: 0 0 30px 0; } }

#greeting h3 span {
  font-size: 1.2em; }

#greeting .txt {
  width: 62%;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    #greeting .txt {
      width: 100%; } }

#greeting .txt p {
  line-height: 1.8;
  padding: 0 0 40px 0; }

#greeting .txt p.btn {
  text-align: center;
  padding: 0; }

#greeting .txt p.btn a {
  width: 25%; }

#yakusoku {
  background-color: #E7E6DC; }

#yakusoku .inner {
  background: url(../images/yakusoku-bg.png) top right no-repeat;
  padding: 5% 0 3% 0;
  background-size: 70%; }

#yakusoku h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #yakusoku h3 {
      font-size: 23px; } }
  @media (max-width: 767px) {
    #yakusoku h3 {
      font-size: 22px; } }

#yakusoku h3 small {
  font-size: 15px;
  display: block;
  margin: 0 0 -20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #yakusoku h3 small {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #yakusoku h3 small {
      font-size: 13px; } }

#yakusoku h3 span {
  font-size: 1.8em;
  color: #267426; }

#yakusoku ol {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap; }

#yakusoku ol li {
  width: 30%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  padding: 3%;
  font-size: 1.05em;
  box-sizing: border-box;
  margin: 40px 0; }
  @media (max-width: 767px) {
    #yakusoku ol li {
      width: 100%;
      margin: 15px 0; } }

#yakusoku ol li.layout {
  content: "";
  width: 30%;
  opacity: 0; }
  @media (max-width: 767px) {
    #yakusoku ol li.layout {
      display: none; } }

#yakusoku ol li .num {
  position: absolute;
  background-color: #267426;
  color: #fff;
  font-weight: bolder;
  font-size: 19px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 0 0 0;
  top: -25px;
  left: -15px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #yakusoku ol li .num {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #yakusoku ol li .num {
      font-size: 16px; } }

#yakusoku ol li h4 {
  font-size: 37px;
  color: #267426;
  opacity: 0.4;
  font-weight: bolder;
  margin: 0 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #yakusoku ol li h4 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #yakusoku ol li h4 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #yakusoku ol li h4 {
      margin: 0 0 15px 15px; } }

#yakusoku .uline {
  background: linear-gradient(transparent 20%, #ffe05d4f 50%); }

#top-works {
  padding: 5% 0 3% 0;
  background: url(../images/top-works-bg.jpg) 0 0 no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    #top-works {
      padding: 8% 0 8% 0; } }

#top-works h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #top-works h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #top-works h3 {
      font-size: 19px; } }

#top-works h3 small {
  display: block;
  font-size: 19px;
  padding: 15px 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #top-works h3 small {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #top-works h3 small {
      font-size: 16px; } }

#topworks-slide {
  margin: 20px auto 40px auto;
  width: 670px; }
  @media (max-width: 767px) {
    #topworks-slide {
      width: 80%;
      margin: 0 auto 30px auto; } }

#topworks-slide .slick-prev {
  left: -50px; }

#topworks-slide .slick-prev:before {
  content: '\f053';
  color: #000;
  font-size: 37px;
  font-weight: bolder;
  font-family: "Font Awesome 5 Free";
  padding: 10px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #topworks-slide .slick-prev:before {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #topworks-slide .slick-prev:before {
      font-size: 28px; } }

#topworks-slide .slick-next {
  right: -50px; }

#topworks-slide .slick-next:before {
  content: '\f054';
  color: #000;
  font-size: 37px;
  font-weight: bolder;
  font-family: "Font Awesome 5 Free"; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #topworks-slide .slick-next:before {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #topworks-slide .slick-next:before {
      font-size: 28px; } }

#top-works li {
  height: 370px;
  background-color: #fff;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center; }

#top-works li .photo {
  width: 75%; }

#top-works li .txt {
  width: 25%;
  text-align: center; }

#top-works .btn {
  text-align: center; }

.read {
  padding: 0 0 50px 0; }

#service {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }
  @media (max-width: 767px) {
    #service {
      display: block; } }

#service h3 {
  padding: .5em .75em;
  background-color: #267426;
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 2px solid #95bf96;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #service h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #service h3 {
      font-size: 16px; } }

#service .kaitai {
  width: 48%; }
  @media (max-width: 767px) {
    #service .kaitai {
      width: 100%;
      padding: 0 0 30px 0; } }

#service .kaitai ul {
  padding: 0 .75em; }

#service .kaitai ul li {
  font-size: 1.2em;
  font-weight: bolder; }

#service .kaitai ul li:before {
  content: '\f144';
  font-size: 13px;
  color: #267426;
  padding: 0 10px 0 0px;
  font-family: "Font Awesome 5 Free"; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #service .kaitai ul li:before {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #service .kaitai ul li:before {
      font-size: 10px; } }

#service .housecleaning {
  width: 48%; }
  @media (max-width: 767px) {
    #service .housecleaning {
      width: 100%; } }

#service .housecleaning p {
  padding: 0 .75em; }

#business #flow01 {
  margin: 8% 0;
  border: 1px solid #ccc; }

#business #flow01 h3 {
  background-color: #eee;
  padding: 1em .75em;
  font-size: 19px;
  font-weight: bolder;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow01 h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #business #flow01 h3 {
      font-size: 16px; } }

#business #flow01 ol {
  padding: 2%; }

#business #flow01 ol li {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  align-items: center;
  padding: 3% 0; }

#business #flow01 ol li:after {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 0 18%;
  font-size: 37px;
  content: '\f078';
  display: block;
  text-align: left;
  font-weight: bolder;
  color: #E2ECD4;
  font-family: "Font Awesome 5 Free"; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow01 ol li:after {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #business #flow01 ol li:after {
      font-size: 28px; } }

#business #flow01 ol li:last-of-type:after {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  content: '';
  display: block; }

#business #flow01 ol li h4 {
  width: 40%;
  font-weight: bolder;
  text-align: center;
  font-size: 1.2em; }

#business #flow01 ol li p {
  width: 60%; }

#business #flow02 h3 {
  background-color: #eee;
  padding: 1em .75em;
  font-size: 19px;
  font-weight: bolder;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow02 h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #business #flow02 h3 {
      font-size: 16px; } }

#business #flow02 ol {
  padding: 5% 0; }

#business #flow02 ol li {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 3% 0; }

#business #flow02 ol li .photo {
  width: 38%; }

#business #flow02 ol li .txt {
  width: 60%;
  padding: 20px 0 20px 0; }

#business #flow02 ol li .txt h4 {
  font-weight: bolder;
  font-size: 19px;
  margin: 0 0 10px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow02 ol li .txt h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #business #flow02 ol li .txt h4 {
      font-size: 16px; } }

#business #flow02 ol li .txt h4 span {
  color: #fff;
  background-color: #267426;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding: 3px 0;
  margin: 0 15px 0 0; }

#works .read {
  padding: 50px 0 10px 0; }

.works-box {
  border: 9px solid #E7E6DC;
  padding: 3%;
  margin: 5% 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .works-box {
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap; } }

.works-box .photo {
  width: 32%; }
  @media (max-width: 767px) {
    .works-box .photo {
      width: 48%; } }

.works-box .photo img {
  max-width: 100%;
  height: 220px !important; }
  @media (max-width: 767px) {
    .works-box .photo img {
      height: 180px !important; } }

.works-box .txt {
  width: 30%;
  text-align: center; }
  @media (max-width: 767px) {
    .works-box .txt {
      width: 100%; } }

.works-box .txt h3 {
  font-weight: bolder;
  margin: 0 0 15px 0;
  font-size: 1.2em; }

.works-box .txt .price {
  color: #999; }

#works .end {
  padding: 3% 0;
  text-align: right;
  color: #666; }

.obj-fit-img {
  object-fit: cover;
  object-position: 0 100%;
  font-family: "object-fit: cover; object-position: 0 100%;"; }

#concept {
  padding: 5% 0 5% 0; }

#concept h3 {
  font-size: 25px;
  font-weight: bolder;
  margin: 0 0 40px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #concept h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #concept h3 {
      font-size: 19px; } }

#company {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 767px) {
    #company {
      display: block; } }

#company h3 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #267426;
  color: #fff;
  width: 100%;
  margin: 0 0 30px 0;
  box-sizing: bordwr-box; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #company h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #company h3 {
      font-size: 16px; } }

#company h3:before {
  content: '';
  height: 38px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  background-color: #fff;
  border-left: 4px solid #fff; }

#company .logo {
  width: 35%; }
  @media (max-width: 767px) {
    #company .logo {
      width: 60%;
      margin: 0 auto; } }

#company .txt {
  width: 60%; }
  @media (max-width: 767px) {
    #company .txt {
      width: 100%;
      margin: 0 auto; } }

#company dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 3% 0;
  border-bottom: 2px dotted #ccc; }

#company dl dt {
  width: 30%;
  font-weight: bolder; }

#company dl dd {
  width: 65%; }

#access {
  padding: 5% 0; }

#access h3 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #267426;
  color: #fff;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #access h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #access h3 {
      font-size: 16px; } }

#access h3:before {
  content: '';
  height: 38px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  background-color: #fff;
  border-left: 4px solid #fff; }

#access iframe {
  width: 100%;
  height: 50vh; }

#access .btn2 {
  padding: 3% 0;
  text-align: right; }

#recruit {
  padding: 5% 0; }

#recruit h3 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #267426;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #recruit h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #recruit h3 {
      font-size: 16px; } }

#recruit h3:before {
  content: '';
  height: 38px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  background-color: #fff;
  border-left: 4px solid #fff; }

#recruit .message {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 8% 0; }

#recruit .message .photo {
  width: 30%; }

#recruit .message .txt {
  width: 65%; }

#recruit .message .txt h4 {
  font-size: 19px;
  font-weight: bolder;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #recruit .message .txt h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #recruit .message .txt h4 {
      font-size: 16px; } }

#recruit .youkou {
  border-top: 3px solid #ddd;
  padding: 0 0 3% 0; }

#recruit .youkou dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 1px dotted #999; }

#recruit .youkou dl dt {
  width: 25%;
  background-color: #EFEFEF;
  font-weight: bolder;
  padding: 3% 0;
  text-align: center;
  color: #333; }

#recruit .youkou dl dd {
  width: 73%;
  padding: 3% 0; }

#faq .read {
  text-align: center;
  padding: 50px 0 10px 0; }

#faq-navi {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 0 0 5% 0; }

#faq-navi li {
  width: 31%; }
  @media (max-width: 767px) {
    #faq-navi li {
      font-size: 12px;
      width: auto;
      min-width: 48%; } }

#faq-navi li a {
  border: 3px solid #267426;
  padding: 5% 1%;
  display: block;
  margin: 15px 0;
  text-align: center;
  font-weight: bolder;
  box-sizing: border-box;
  transition: all 0.2s ease-out; }
  @media (max-width: 767px) {
    #faq-navi li a {
      margin: 7px 0; } }

#faq-navi li a:hover {
  color: #fff;
  background-color: #267426; }

#faq h3 {
  padding: .5em .75em;
  background-color: #E2ECD4;
  color: #267426;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 2px solid #95bf96;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #faq h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #faq h3 {
      font-size: 16px; } }

.faqbox {
  padding: 4% 3%;
  border: 5px solid #eee;
  margin: 15px 0 25px 0; }

.faqbox h4 {
  font-weight: bolder;
  border-bottom: 2px dotted #eee;
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
  font-size: 1.1em; }

.faqbox span {
  font-size: 1.8em;
  color: #267426;
  padding: 0 10px 0 0;
  font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

#faq .return {
  padding: 30px 0;
  text-align: right; }

#faq .return a {
  color: #267426;
  text-decoration: underline; }

#type .navi {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 8% 0; }
  @media (max-width: 767px) {
    #type .navi {
      display: block; } }

#type .navi ul {
  padding: 0 0 0 23px; }

#type .navi h3 {
  font-size: 19px;
  font-weight: bolder;
  margin: 0 0 15px 0px;
  padding: 0 0 0 15px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #type .navi h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #type .navi h3 {
      font-size: 16px; } }

#type .navi ul li a:link {
  color: #000;
  text-decoration: underline; }

#type .navi ul li {
  padding: 2% 0; }

#type-navi {
  width: 47%; }
  @media (max-width: 767px) {
    #type-navi {
      width: 100%; } }

#type-navi h3 {
  border-left: 8px solid #267426; }

#chisiki-navi {
  width: 47%;
  border-left: 1px dotted #999;
  padding: 0 0 0 5%; }
  @media (max-width: 767px) {
    #chisiki-navi {
      margin: 20px 0 0 0;
      border: none;
      border-top: 1px dotted #999;
      width: 100%;
      padding: 20px 0 0 0; } }

#chisiki-navi h3 {
  border-left: 8px solid #E2ECD4; }

.type-ttl {
  background-color: #eee;
  padding: 1em .75em;
  font-size: 19px;
  font-weight: bolder;
  text-align: center;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .type-ttl {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .type-ttl {
      font-size: 16px; } }

.chishiki-ttl {
  margin: 100px 0 30px 0;
  background-color: #eee;
  padding: 1em .75em;
  font-size: 19px;
  font-weight: bolder;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .chishiki-ttl {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .chishiki-ttl {
      font-size: 16px; } }

.type-box {
  border: 2px solid #267426;
  margin: 0 0 40px 0; }

.type-box h4 {
  background-color: #267426;
  color: #fff;
  font-size: 19px;
  padding: .75em;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .type-box h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .type-box h4 {
      font-size: 16px; } }

.type-box p {
  padding: 3%; }

.chishiki-box {
  border: 2px solid #E2ECD4;
  margin: 0 0 40px 0; }

.chishiki-box h4 {
  background-color: #E2ECD4;
  color: #000;
  font-size: 19px;
  padding: .75em;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .chishiki-box h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .chishiki-box h4 {
      font-size: 16px; } }

.chishiki-box p {
  padding: 3%; }

.chishiki-box h5 {
  background-color: #E7E6DC;
  display: inline-block;
  color: #000;
  font-size: 1.1em;
  padding: 5px .75em 5px .75em;
  font-weight: bolder;
  margin: 30px .75em 0 .75em; }

#housecleaning .read {
  padding: 50px 0 10px 0; }

#housecleaning .hc-box {
  padding: 5% 0%;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    #housecleaning .hc-box {
      display: block; } }

#housecleaning .hc-box h3 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #267426;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #housecleaning .hc-box h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #housecleaning .hc-box h3 {
      font-size: 16px; } }

#housecleaning .hc-box h3:before {
  content: '';
  height: 38px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  background-color: #fff;
  border-left: 4px solid #fff; }

#housecleaning .hc-box .photo {
  width: 45%; }
  @media (max-width: 767px) {
    #housecleaning .hc-box .photo {
      width: 100%; } }

#housecleaning .hc-box .txt {
  width: 53%; }
  @media (max-width: 767px) {
    #housecleaning .hc-box .txt {
      padding: 0px 0 0 0;
      width: 100%; } }

#housecleaning .hc-box .txt .price {
  padding: 30px 0;
  text-align: right;
  font-weight: bolder;
  font-size: 30px;
  font-family: "Muli", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #housecleaning .hc-box .txt .price {
      font-size: 23px; } }
  @media (max-width: 767px) {
    #housecleaning .hc-box .txt .price {
      font-size: 22px; } }

#housecleaning .hc-box .txt .price small {
  font-size: 0.5em; }

#housecleaning .hc-box .txt .biko {
  font-weight: 300;
  font-size: 13px;
  color: #666;
  display: block;
  padding: 10px 0 0 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #housecleaning .hc-box .txt .biko {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #housecleaning .hc-box .txt .biko {
      font-size: 10px; } }

#housecleaning .hc-box .txt2 {
  padding: 2%; }

#housecleaning .end {
  text-align: center;
  font-size: 19px;
  padding: 5% 0;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #housecleaning .end {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #housecleaning .end {
      font-size: 16px; } }

#contact .read {
  padding: 50px 0 10px 0; }

#contact #form {
  border-top: 3px solid #ddd;
  padding: 0 0 3% 0; }
  @media (max-width: 767px) {
    #contact #form {
      border: 3px solid #ddd; } }

#contact #form dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 1px dotted #999; }
  @media (max-width: 767px) {
    #contact #form dl {
      display: block; } }

#contact #form dl dt {
  width: 25%;
  background-color: #EFEFEF;
  font-weight: bolder;
  padding: 3% 0;
  text-align: center;
  color: #333; }
  @media (max-width: 767px) {
    #contact #form dl dt {
      text-align: left;
      width: 100%;
      font-size: 12px;
      padding: 2%;
      box-sizing: border-box; } }

#contact #form dl dd {
  width: 73%;
  padding: 3% 0; }
  @media (max-width: 767px) {
    #contact #form dl dd {
      width: 100%;
      text-align: center; } }

#contact #form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #fafafa; }
  @media (max-width: 767px) {
    #contact #form input[type=text] {
      width: 90%;
      border: 1px solid #ccc; } }

#contact #form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #fafafa; }
  @media (max-width: 767px) {
    #contact #form select {
      width: 90%;
      border: 1px solid #ccc; } }

#contact #form input[type=email] {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
  margin: 0 0 8px 0; }
  @media (max-width: 767px) {
    #contact #form input[type=email] {
      width: 90%;
      border: 1px solid #ccc; } }

#contact #form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #fafafa; }
  @media (max-width: 767px) {
    #contact #form textarea {
      width: 90%;
      padding: 0;
      border: 1px solid #ccc; } }

#contact .privacy {
  text-align: center;
  padding: 8% 0;
  font-size: 0.9em; }
  @media (max-width: 767px) {
    #contact .privacy {
      line-height: 1.25; } }

#contact .privacy a {
  text-decoration: underline; }

#contact .btn {
  text-align: center; }

#contact .btn input {
  background-color: #267426;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out;
  width: 150px; }
  @media (max-width: 767px) {
    #contact .btn input {
      width: 70%;
      margin: 0 0 20px 0; } }

#contact .btn input:hover {
  /*ボタンを押したとき*/
  background-color: #267426e3; }

#contact .btn input:active {
  /*ボタンを押したとき*/ }

#kanryo {
  padding: 20% 0;
  text-align: center;
  background-color: #e7e6dc57;
  margin: 0 auto; }

#kanryo h3 {
  font-size: 19px;
  color: #267426;
  font-weight: bolder;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #kanryo h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #kanryo h3 {
      font-size: 16px; } }

#kanryo .btn {
  padding: 5% 0 0 0; }

#privacy {
  margin: 0 auto; }

#privacy .read {
  padding: 50px 0 10px 0; }

.privacy-box {
  padding: 5% 0;
  border-bottom: 2px dotted #ccc; }

.privacy-box h3 {
  font-size: 1.2em;
  font-weight: bolder;
  margin: 0 0 15px 0;
  color: #267426; }

.privacy-box a:link {
  text-decoration: underline; }

#sitemap {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 5% 0; }
  @media (max-width: 767px) {
    #sitemap {
      display: block; } }

#sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px; }

#sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative; }

#sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #267426; }

#sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em); }

#sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #267426; }

#sitemap ul {
  width: 48%;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #sitemap ul {
      width: 100%; } }

#sitemap ul li {
  font-size: 1.1em;
  font-weight: bolder;
  padding: 3% 0; }

#sitemap ul li a:link {
  color: #267426; }

#sitemap li > ul {
  width: 100%;
  box-sizing: border-box; }

#sitemap li > ul li {
  font-size: 0.9em;
  font-weight: 400;
  padding: 0; }

#sitemap li > ul li a:link {
  color: #000; }

#sitemap li > ul li a:hover {
  text-decoration: underline; }

#side .bn {
  padding: 5% 0; }
  @media (max-width: 767px) {
    #side .bn {
      width: 80%;
      margin: 0 auto; } }

#business-side ul li:first-of-type {
  border-top: 2px dotted #ccc; }

#business-side ul li {
  border-bottom: 2px dotted #ccc;
  padding: 4% 2%;
  text-align: left;
  font-weight: bolder; }

#business-side ul li a:before {
  content: '\f054';
  padding: 0 0 0 0x;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  opacity: 0.6;
  margin: 0 15px 0 0px;
  font-size: 13px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business-side ul li a:before {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #business-side ul li a:before {
      font-size: 10px; } }

#business-side ul a:link {
  color: #000; }

#about-side h3 {
  background-color: #E7E6DC;
  color: #000;
  text-align: center;
  font-weight: bolder;
  padding: 3%;
  margin: 10px 0 0 0; }

#about-side ul li:last-of-type {
  border: none; }

#about-side ul li {
  border-bottom: 2px dotted #ccc;
  padding: 4% 2%;
  text-align: left;
  font-weight: bolder; }

#about-side ul li a:before {
  content: '\f054';
  padding: 0 0 0 0x;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  opacity: 0.6;
  margin: 0 15px 0 0px;
  font-size: 13px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #about-side ul li a:before {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #about-side ul li a:before {
      font-size: 10px; } }

#about-side ul a:link {
  color: #000; }

#type-side ul li {
  border-bottom: 2px solid #267426;
  padding: 4% 2%;
  text-align: center;
  font-weight: bolder; }

#type-side ul li:last-of-type {
  border: none; }

#type-side h3 {
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  padding: 3%;
  margin: 10px 0 0 0; }

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block; }

/*# sourceMappingURL=style.css.map */
