@charset "UTF-8";
/* CSS Document */
html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html, body {
  height: 100%;
  color: #385466;
  letter-spacing: -0.04rem;
  text-align: justify;
  line-height: 1.65; }

/* navbar */
.sitename {
  margin: 15px 0 15px; }
  .sitename .sitename a {
    font-size: 1.6em;
    color: inherit; }

.navi-menu {
  background: -webkit-linear-gradient(70deg, #28a745 50%, #7AC84F);
  background: -o-linear-gradient(70deg, #28a745 50%, #7AC84F);
  background: linear-gradient(10deg, #28a745 50%, #7AC84F); }

.navbar .navbar-inner {
  padding: 0; }
.navbar .nav {
  /* 強制的に横並び(使ってない) */
  margin: 0;
  display: table;
  width: 100%; }
  .navbar .nav li {
    display: table-cell;
    float: none; }
    .navbar .nav li a {
      font-weight: bold;
      text-align: center;
      border-left: 1px solid rgba(255, 255, 255, 0.75);
      /*border-right: 1px solid rgba(0, 0, 0, .1);*/ }

.nav-text {
  color: rgba(255, 255, 255, 0.8); }

.nav-text:hover {
  color: white; }

/* navbar */
/* sidebar */
.phone {
  font-size: 1.6rem; }

.side-box {
  font-size: 0.9em;
  border: 1px solid #666; }

hr.style-gradient {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent); }

.sidebar-hr {
  width: 100%;
  margin: 0 auto; }

/* sidebar */
/* index - main */
#top-image {
  width: 100%;
  position: relative; }
  #top-image img {
    width: 100%; }
  #top-image div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px; }

/* index - main */
/* office */
.profile {
  line-height: 1.4rem; }

/* fee */
#feeTable tr th {
  padding: 0.5rem 1.0rem; }

.supportContent tr td + td {
  font-size: 0.8rem; }
.supportContent tr > td:first-child:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f138"; }
.supportContent tr > td:first-child span {
  margin-left: 0.7rem;
  font-size: 0.95rem; }

#notContained {
  padding: 1.0rem;
  font-size: 0.85rem; }
  #notContained li::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f22d "; }
  #notContained li {
    margin-right: 1.0rem;
    display: inline; }
    #notContained li span {
      margin-left: 0.2rem; }

.feeBlock .feeTable {
  font-size: 1.0rem; }
  .feeBlock .feeTable th::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f138"; }
  .feeBlock .feeTable th span {
    margin-left: 0.7rem;
    font-size: 0.95rem; }
  .feeBlock .feeTable td::before {
    /*
    content: "\2026";
    
    margin-right: 0.4rem;
    */
    /*
    font-family: "Font Awesome 5 Solid";
    content: "\f141";
    display: none;	// JS versionで必要
    */ }
  .feeBlock .feeTable td {
    white-space: nowrap; }
.feeBlock .attention {
  font-size: 0.9rem;
  text-align: right; }
.feeBlock th {
  font-weight: normal; }

/* fee */
/* breadcrumb */
.breadcrumb-ext > li + li::before {
  /*content: '\27A4';*/
  /* FontAwesome 5 */
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f0a9"; }

/* breadcrumb */
/* footer */
.footer-text {
  font-size: 0.8em; }

.footer-nav {
  list-style: none;
  overflow: hidden;
  display: inline-flex; }
  .footer-nav li {
    float: left;
    margin: 0 0.8em; }
    .footer-nav li a {
      display: block; }

/* footer */
/* top */
.top-slide-content div {
  overflow: hidden; }

.slick-prev::before {
  font-family: "Font Awesome 5 Solid";
  content: "\f0a9";
  padding: 10px;
  opacity: 1; }

/* top */
/* works */
.worksWrapper {
  width: 90%;
  margin: auto; }

.worksExp {
  width: 95%;
  margin: auto;
  font-size: 0.9rem; }
  .worksExp li {
    margin: 3px 0; }
  .worksExp p {
    text-indent: 1.0rem;
    margin-bottom: 1.0rem; }

.worksSubtitleExp {
  font-size: 1.0rem;
  margin-bottom: 1.2rem; }

.worksExpItem {
  margin-bottom: 20px; }

.worksTitleExp {
  font-size: 1.5rem; }

.sub-caption {
  display: table; }

.sub-caption div {
  display: table-cell; }

.dottedUnderline {
  border-bottom: 1px dotted;
  margin: 0 0.4rem 0; }

/* works */
/* privacy policy */
#privacy-policy li {
  font-weight: bold;
  list-style-type: none;
  margin-bottom: 1rem; }
  #privacy-policy li div {
    font-weight: normal;
    margin-left: 1.5rem;
    font-size: 0.9rem; }

/* privacy policy */
