@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
.table {
  color: #666;
}

h1,
h2,
h3,
h4{
  letter-spacing: 0.10rem;
}

h1{
  font-size: 2.3rem;
}


h2{
  padding: 30px;
}

h5 {
  margin: 30px auto 20px;
}

.text-blue {
  color: #6b90db !important;
}

.text-pink {
  color: #DB8F81 !important;
}

.bg-blue {
  background-color: #FFFF1A !important;
}

.bg-lightblue {
  background-color: #ecf7fb !important;
}

.bg-pink {
  background-color: #DB8F81 !important;
}

.border-blue {
  border-color: #E2D429 !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.6rem;
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */

.header .jumbotron {
  background-image: url("../img/main-img.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #FFFF1A;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */
.staff {
  display: flex;
}

.staff > img,
.staff > p {
  padding: 5px;
}

.staff-name {
  font-size: 1.25rem;
}
/*   チャート
-------------------------------------------------- */
.flow > li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #6b90db;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow > li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #6b90db;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------------------------------------------
    テーブル
-------------------------------------------------- */
.company table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

.company th {
	padding: 3px 30px 3px 3px;
	margin: 3px 30px 3px 3px;
	background: #f0e6cc;
}

/* --------------------------------------------------
    ブログ
-------------------------------------------------- */
dd {
  margin-left: 1em;
  }

.disclaimer > p{
  font-size: 14px;
}