/* ====================================================
    key visual
   ==================================================== */
body {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", Meiryo, メイリオ,
    sans-serif;
}

.parallax-container {
  height: 600px;
  position: relative;
}
.key_message {
  position: absolute;
  width: 60%;
  top: 30%;
  left: 24px;
  color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 2px 3px #0a820c;
  line-height: 1.2;
}
.key_message_1 {
  font-weight: bold;
  font-size: 60px;
  white-space: nowrap;
}
.key_message_1 > span {
  display: block;
  margin-left: 1em;
}
.key_message_2 {
  font-size: 24px;
  margin: 1em 0 0 60px;
}

.parallax-text {
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 500px;
  width: 80%;
  max-height: 200px;
  height: auto;
  text-align: center;
  border: 5px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.parallax-text > p {
  margin: 0;
  border: 3px solid #ffffff;
  margin: 5px;
}
@media (max-width: 499px) {
  .parallax-text {
    height: 170px;
  }
  .parallax-container {
    height: 200px;
  }
  .key_message {
    width: 100%;
    top: 20%;
    left: 0;
  }
  .key_message_1 {
    font-size: 5.5vw;
    text-align: center;
  }
  .key_message_2 {
    font-size: 4vw;
    margin-left: 0;
    text-align: center;
  }
  .key_message_2 > span {
    display: block;
  }
}
@media (min-width: 500px) and (max-width: 1100px) {
  .parallax-text {
    height: 170px;
  }
  .parallax-container {
    height: 350px;
  }
  .key_message {
    width: 100%;
    top: 20%;
    left: 0;
  }
  .key_message_1 {
    font-size: 5.5vw;
    text-align: center;
  }
  .key_message_2 {
    font-size: 2.5vw;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 500px) {
  .parallax-text {
    width: 500px;
    height: 100px;
  }
  .parallax-text > p {
    border: 3px solid #ffffff;
    margin: 5px;
  }
}
/* urita */
/*====================================================
基本情報
====================================================*/
.basicinfo {
  margin: 0 auto;
}
.basicinfo .contents__title h3 {
  letter-spacing: 6px;
}

.basicinfo__title {
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
  text-align: left;
  padding: 12px 0;
  margin: 12px 0;
}

.basicinfo__office {
  overflow: hidden;
}

.basicinfo__table > .basicinfo__title {
  border-bottom: 2px solid #8cd045;
}

.basicinfo__table {
  padding: 0 12px;
  width: 58%;
  margin-right: 12px;
  text-align: center;
  float: left;
}
.basicinfo__table th,
.basicinfo__table td {
  padding: 12px;
  border-bottom: 1px dashed #8cd145;
  min-width: 153px;
}
.basicinfo__table table tr:last-child td {
  border-bottom: 0px;
}
.basicinfo__table table tr:last-child th {
  border-bottom: 0px;
}
.basicinfo__table table tbody tr th {
  padding: 12px;
}

.basicinfo__table thead th {
  font-size: 15px;
  padding-left: 4px;
}

.basicinfo__table thead {
  border-bottom: 2px solid #8cd145;
}

.basicinfo:after {
  position: relative;
  content: "";
  display: block;
  clear: both;
}

.careerArea {
  overflow: hidden;
}

.careerArea__employee {
  margin-right: 12px;
  float: left;
}

.careerArea__employee > img {
  margin-right: 12px;
  border-radius: 1px;
}

.employee__description > .img__name {
  display: block;
  margin: 6px 0;
  font-size: 24px;
}

.img__name > small {
  color: #aaa;
  font-size: 50%;
}

.employee__description {
  padding: 6px;
  height: 250px;
  border: 2px solid #8cd145;
}

.employee__description > p {
  line-height: 2;
  text-align: left;
}

.careerArea p:nth-child(3) {
  margin-top: 12px;
}

#map-canvas,
#map-canvas2 {
  width: 40%;
  height: 300px;
  margin-top: 62px;
  border: 1px solid #ddd;
}

@media (max-width: 600px) {
  .basicinfo__title {
    padding: 6px 0;
    margin: 6px 0;
  }
  .basicinfo__table {
    width: 100%;
  }
  #map-canvas,
  #map-canvas2 {
    width: 100%;
  }
  .careerArea__employee {
    float: none;
  }
  .img__name {
    text-align: center;
    margin-bottom: 12px;
  }
  .employee__description {
    height: auto;
  }
  .basicinfo__table {
    padding: 0;
  }
  .basicinfo__table th,
  .basicinfo__table td {
    font-size: 12px;
    padding: 6px;
    border-bottom: 1px dashed #8cd145;
    min-width: 130px;
  }
}

@media (max-width: 890px) {
  .careerArea {
    overflow: hidden;
    width: 100%;
  }

  .careerArea__employee > img {
    display: block;
    float: none;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media (max-width: 627px) {
  .tellfax {
    display: block;
    align-items: center;
    padding: 12px;
    width: 100%;
    border: 2px solid #8cd145;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin: 24px 0;
    overflow: hidden;
    margin: 0 auto;
  }

  .tellfax > span {
    display: block;
    float: left;
    font-size: 16px;
    margin-left: 12px;
    vertical-align: middle;
    line-height: 18px;
  }
}
/*====================================================
お問い合わせ
====================================================*/
.inqueryContents {
  width: 100%;
  padding: 6px;
  float: left;
}
.inqueryContents .form-inner {
  padding: 6px;
}
.inqueryContents h5 {
  margin: 12px 0;
  font-weight: bold;
  text-align: center;
}
.inqueryContents h6 {
  margin: 0 12px;
  font-weight: bold;
  text-align: center;
}
.inqueryContents h6 > span {
  margin-left: 0px;
  margin-right: 6px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
.inqueryContents select {
  height: 36px;
  padding: 0 6px;
  margin-bottom: 12px;
}
.inqueryContents input {
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 0 6px;
  box-shadow: none;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.inqueryContents input:focus:not([readonly]) {
  border: 1px solid #26a69a;
  box-shadow: none;
}
.inqueryContents textarea.inqTextarea {
  height: 200px;
  background: #fff;
  border-radius: 2px;
}
.inqueryContents i.material-icons {
  vertical-align: middle;
}
.inqueryContents label {
  margin: 0;
  color: #65451f;
}
.inqueryContents button {
  display: block;
  width: 125px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  background-color: #ff7f55;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.inqueryContents button:hover {
  background-color: #ff4500;
}
.btn:focus {
  background-color: #ff7f55;
}
[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #f1fee5;
  background-color: #f1fee5;
}
input[type="email"].invalid {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #f1fee5;
}

[type="checkbox"].filled-in:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #65451f;
  border-bottom: 2px solid #65451f;
}

.inqueryContents input.error,
.inqueryContents textarea.error {
  border: 2px solid #ff7f55;
}

.inputInqueryList p {
  font-size: 0.8em;
}

/*====================================================
モーダル modal
====================================================*/
/* モーダルタイトル */
.modal {
  overflow-y: hidden;
}
.modal .modal-content {
  padding: 24px 0;
}

.modal-title {
  padding: 12px;
  background-color: #8cd145;
}
.modal .modal-title h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}
/* モーダルコンテンツ */
.modal-content p {
  display: table;
  padding: 12px;
  font-size: 24px;
  margin: auto;
}
.modal-content h6 {
  font-size: 26px;
  text-align: center;
}
.modal-content .jsc_modalText {
  display: block;
  max-height: 45vh;
  padding: 12px;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
}

.modal-content label {
  display: block;
  width: 26%;
  text-align: right;
  line-height: 32px;
  float: left;
}

.modal-content span {
  display: block;
  width: 73%;
  line-height: 32px;
  float: left;
  word-wrap: break-word;
}

.jsc_modalText span:nth-last-child(2) {
  padding-bottom: 70px;
}

/* モーダルフッター */
.modal .modal-footer {
  text-align: center;
}
.modal-footer a {
  border: 1px solid #ddd;
}
.modal .modal-footer .btn-flat {
  float: none;
}
.jsc_modalText span.modalError {
  color: #ff7f55;
  display: block;
  width: 73%;
  line-height: 32px;
  float: left;
}
.sendButton {
  text-decoration: none;
  color: #fff;
  background-color: #ff7f55;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.sendButton:hover {
  background-color: #ff4500;
}

@media (max-width: 485px) {
  .modal-title {
    padding: 6px;
  }
  .modal-title h5 {
    font-size: 16px;
  }

  .modal-content h6 {
    font-size: 14px;
  }

  .modal-content label {
    width: 37%;
    line-height: 18px;
    font-size: 11px;
  }

  .modal-content span {
    width: 62%;
    line-height: 18px;
    font-size: 12px;
  }

  .jsc_modalText span.modalError {
    width: 62%;
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 321px) {
  .modal-content label {
    width: 40%;
    line-height: 18px;
  }

  .modal-content span,
  .jsc_modalText span.modalError {
    width: 59%;
    line-height: 18px;
  }
}
/*====================================================
相談事例　consult
====================================================*/
.consult .contents__title h3 {
  letter-spacing: 6px;
}
.consult {
  position: relative;
}
.consult::after {
  display: block;
  content: "";
  clear: both;
}
.consult ul {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #8cd145;
  padding: 12px;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px #ccc;
}
.consult li {
  list-style-type: circle !important;
  font-style: italic;
  padding: 6px;
  margin-left: 28px;
}
.consult img {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  right: 24px;
  bottom: 0px;
}
/*====================================================
強み　StrengthPonit
====================================================*/
.strengthPoint {
  position: relative;
  margin-bottom: 24px;
}
ul.strengthPoint__list {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #8cd145;
  padding: 12px;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px #ccc;
}

.strengthPoint img {
  position: absolute;
  display: block;
  float: right;
  bottom: 0;
  opacity: 0.2;
  right: 24px;
}

.strengthPoint__list li {
  margin: 6px;
}

nav {
  background: #fff;
  border-bottom: 1px solid #8cd145;
}
footer.page-footer {
  background-color: #8cd145;
}
* {
  box-sizing: border-box;
}
body {
  color: #65451f;
}
.contents_inner {
  width: 1020px;
  margin: 40px auto;
  line-height: 1.4;
}
@media screen and (max-width: 1044px) {
  .contents_inner {
    width: 100%;
    padding: 0 12px;
    line-height: 1.4;
  }
}
/*@media screen and (min-width:768px) and ( max-width:1024px) {
}*/
/* 理念 */
.bg__tree {
  background: url(../img/tree.png) no-repeat #fff;
  min-height: 513px;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.bg__tree > .contents_inner {
  padding-top: 180px;
}
.bg__tree > .contents_inner > h3 {
  margin-top: 0;
  color: #0a820c;
  text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff,
    -4px -4px 10px #fff;
  font-weight: bold;
  text-align: center;
}
.idea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.idea__box {
  border: solid 2px #0a820c;
  position: relative;
  margin: 12px 0 0 12px;
  width: 228px;
  padding: 12px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: #65451f;
}

.idea > .idea__box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 800px) {
  .bg__tree {
    background: url(../img/tree.png) no-repeat #ffffff -200px 0px;
  }
  .bg__tree > .contents_inner > h3 {
    font-size: 5.5vw;
  }
  .idea {
    display: block;
  }
  .idea__box {
    width: 46%;
    margin: 2% 0 0 2%;
    height: 180px;
    vertical-align: top;
  }
  .idea__box:nth-child(2n) {
    margin-left: 4%;
  }
  .idea__box:nth-child(n + 3) {
    margin-top: 6%;
  }
}
.idea__box > .idea__num {
  display: block;
  background-color: #0a820c;
  color: #ffffff;
  font-weight: bold;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: -12px;
  left: -12px;
}
.idea__msg > span {
  font-weight: bold;
}

/* サービス */
.bg__wall {
  background: url(../img/background_tree.png);
}
.bg__wall .contents_inner {
  margin-top: 0;
}

.service__list {
  color: #65451f;
  padding: 24px 0;
}
.service__list > h3 {
  color: #8cd145;
  text-shadow: 0 2px 3px #eee;
  font-weight: bold;
  text-align: center;
}
.service__list .service__box {
  background-color: #ffffff;
  margin-bottom: 24px;
}
.service__list dl {
  padding: 0 24px;
}
.service__list dl > dt {
  font-size: 18px;
  font-weight: bold;
}
.service__list dl > dt + dd + dt {
  padding-top: 12px;
}
.service__list dl > dd {
  padding-left: 12px;
  border-bottom: solid 1px #8cd145;
  padding-bottom: 12px;
}
.service__list dl > dd:last-child {
  border-bottom: none;
}
.service__list .service__box > p > span {
  font-size: 18px;
}

.service__box {
  border: solid 1px #8cd145;
  margin-bottom: 12px;
}
.service__box > p {
  color: #ffffff;
  padding-left: 240px;
  display: inline-block;
  font-weight: bold;
  border-width: 45px 45px 0 0;
  border-color: #8cd145 transparent transparent transparent;
  border-style: solid;
  position: relative;
}
.service__box > p > span {
  position: absolute;
  top: -33px;
  left: 12px;
  display: block;
  width: 100px;
}
.service__box__msg {
  padding: 12px;
}
.service__downArrow {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #0a820c;
  display: block;
  margin: 0 auto;
}

.strengthPoint + img {
  display: block;
  margin: 0 auto;
}

/* 料金 */
.contents__title {
  position: relative;
  display: block;
}
.contents__title h3 {
  font-weight: bold;
  text-shadow: 2px 2px 4px #eee;
  margin-left: 12px;
  letter-spacing: 6px;
}
.contents__title > span {
  position: absolute;
  display: block;
  width: 100%;
  border: solid 10px #8cd145;
  top: 10px;
  z-index: -1;
}
.price > p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.price__box {
  padding-top: 48px;
}
.price__box__case {
  background: url(../img/leaf1.png) no-repeat 20px 12px;
  display: block;
  width: 200px;
  color: #65451f;
  font-size: 18px;
  font-weight: bold;
  line-height: 200px;
  text-align: center;
  text-shadow: 2px 2px 4px #fff;
  float: left;
}
.price__box__inner table {
  float: right;
  width: 780px;
}
.price__box__inner::after {
  content: "";
  display: block;
  clear: both;
}
.price__box__inner table + table {
  margin-top: 48px;
}
.price__box__inner table thead {
  background-color: #8cd145;
  color: #fff;
}
.price__box__inner table td {
  text-align: center;
  border: solid 1px #8cd145;
}
.price__box__inner table thead,
.price__box__inner table td:first-child {
  font-weight: bold;
  width: 30%;
}
.price__box__inner + span {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #ff7f50;
  line-height: 1.5;
  padding-top: 6px;
}
.price__box__thead td {
  font-weight: bold;
  background-color: #8cd145;
  color: #fff;
}
.price__box__inner table .price__box__tbody td {
  font-weight: normal;
}
.price__box__thead td:nth-child(n + 2),
.price__box__tbody td:nth-child(n + 2) {
  width: 35%;
}

.price__message {
  position: relative;
  display: inline-block;
  margin-top: 52px;
  padding: 12px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  background: #ffffff;
  border: 3px solid #8cd145;
  z-index: 0;
  border-radius: 24px;
}
.price__message:before {
  content: "";
  position: absolute;
  top: -39px;
  left: 50%;
  margin-left: -20px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 20px 40px 20px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 0;
}
.price__message:after {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -24px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 24px 48px 24px;
  border-color: transparent transparent #8cd145 transparent;
  z-index: -1;
}
.price__message p + p {
  margin-bottom: 12px;
}
.price__message ul {
  margin: 20px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.price__message li {
  list-style: none;
}
.price__message li + li {
  margin-left: 10px;
}
.price__message li img {
  width: 100%;
}
.price__message span {
  font-size: 12px;
}

.price__example {
  display: flex;
  align-items: top;
  padding: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e3df;
}

.price div:nth-child(5) {
  border: 0;
}

.price__example:last-child {
  border: none;
}

.price__example__company {
  display: inline-block;
  width: 380px;
  margin: 1.14rem 0 0.912rem 0;
}

.price__example__description {
  display: inline-block;
  width: 600px;
}

.price__example__description h4 {
  color: #0a820c;
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
}

.price__example__description p {
  line-height: 1.5;
}

.price__example__company ul li:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.price__example__company ul li {
  margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
  .price__example {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 0 auto 24px;
  }

  .price__example__company,
  .price__example__description {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .price__example__description {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .price__example__description h4 {
    font-size: 18px;
  }

  .price > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.price__example__description p {
  border-top: 1px solid #8cd145;
  padding: 1.14rem 0 0.912rem 0;
}

@media screen and (max-width: 1024px) {
  .price__box__case {
    float: none;
    margin: 0 auto;
  }
  .price__box__inner table {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .price__message ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

/* 付加価値 */
.value {
  padding-top: 12px;
}
.value__inner {
  border: solid 5px #0a820c;
  padding: 40px 12px;
  position: relative;
  margin-top: 24px;
}
.value__inner > p {
  background-color: #ffffff;
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 40px;
  color: #0a820c;
  font-weight: bold;
  padding: 0 12px;
  letter-spacing: 5px;
}

.value__effect {
  position: relative;
  background: #0a820c;
  border: 4px solid #0a820c;
  padding: 12px;
  color: #ffffff;
}
.value__effect:after,
.value__effect:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.value__effect:after {
  border-color: rgba(3, 175, 3, 0);
  border-bottom-color: #0a820c;
  border-width: 30px;
  margin-left: -30px;
}
.value__effect:before {
  border-color: rgba(3, 175, 3, 0);
  border-bottom-color: #0a820c;
  border-width: 36px;
  margin-left: -36px;
}

.reaserch__inner {
  display: flex;
  justify-content: space-between;
}
.research__box {
  border: solid 1px #0a820c;
  width: 300px;
}
.research__box > span {
  background-color: #0a820c;
  display: block;
  padding: 12px;
  color: #ffffff;
  font-weight: bold;
}
.research__box > p {
  padding: 12px;
}
.research__box + .research__box {
  margin-left: 12px;
}
.resistant__list,
.resistant__list li {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}
.resistant__list li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
  position: relative;
  padding-left: 20px;
}
.resistant__list li:after {
  content: "";
  display: block;
  position: absolute;
  background: #0a820c;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.resistant__message {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding: 12px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  background: #ffffff;
  border: 3px solid #0a820c;
  z-index: 0;
}
.resistant__message:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 0;
}
.resistant__message:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0a820c transparent;
  z-index: -1;
}

.circle__contents {
  position: relative;
  margin-top: 12px;
}
.circle__title {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #0a820c;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
.circle__title span {
  padding: 12px;
}
.circle__message {
  border: solid 1px #0a820c;
  height: 300px;
  margin-left: 150px;
  padding: 12px 12px 12px 162px;
}

/*
.timeSeries {
  color: #444;
  font-size: 12px;
  line-height: 1.4;
}
.timeSeries h3 {
  font-size: 18px;
  color: #fff;
  background-color: #0a820c;
  padding: 8px;
}
.timeSeries_box {
  display: flex;
}
.timeSeries_box p {
  padding: 0 8px;
}
.timeSeries_box_left,
.timeSeries_box_right {
  width: 50%;
  display: block;
}
.timeSeries_image {
  text-align: center;
  margin: 1.46rem 0 1.168rem 0;
}

.addedValue {
  background-color: #0a820c;
  padding: 12px 0;
}
.addedValue h3 {
  text-align: center;
  color: #fff;
}
.addedValue p {
  color: #fff;
}
span.downArrow {
	width: 0;
	height: 0;
	border: 80px solid transparent;
	border-top: 80px solid #f00;
  text-align: center;
}
*/
/*
    fixed header
*/
.navbar-fixed {
  position: fixed;
  top: 0;
}
#sidenav-overlay {
  z-index: 996;
}

.brand-logo img {
  width: auto;
  height: 64px;
}

@media only screen and (max-width: 599px) {
  .brand-logo img {
    width: auto;
    height: 55px;
  }
}

@media only screen and (min-width: 993px) {
  nav .brand-logo {
    left: 15px;
  }
}

nav .button-collapse i {
  color: #8cd145;
}
.nav-wrapper li a {
  color: #65451f;
}

/*
 global footer フッター
*/

.footer-copyright .container {
  text-align: center;
}
