@charset "UTF-8";
/**
 *  SVG画像をアイコンに使用する
 *
 */
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background: #2F9280;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* -----------------------------------------------------------
    @mixin
----------------------------------------------------------- */
/* -----------------------------------------------------------
    IE 11
----------------------------------------------------------- */

_:lang(x)::-ms-backdrop,
.d-flex.flex-column > * {
  max-width: 100%;
  min-height: 0%;
}

_:lang(x)::-ms-backdrop,
.pinpoint-color {
  line-height: 1rem !important;
}

_:lang(x)::-ms-backdrop,
a:not(.btn):not(.dropdown-item):not(.jldn-link):not(.nav-link):not(.bnr):hover {
  opacity: 1 !important;
  transition: auto !important;
}

/* -----------------------------------------------------------
    body
----------------------------------------------------------- */
body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a[href^=tel] {
  color: initial !important;
}
a[href^=tel]:hover {
  text-decoration: none;
}

a:not(.btn):not(.dropdown-item):not(.jldn-link):not(.nav-link):not(.bnr):hover {
  opacity: 0.6;
  transition: 0.3s;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.d-flex:not(.flex-column) > * {
  min-width: 0;
}

.d-flex.flex-column > * {
  max-width: 100%;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-clear {
  color: #2f9280;
  background-color: #fff;
  border: 1px solid #2f9280;
  margin-right: 20px;
  margin-top: 1rem;
}
.btn-clear:focus {
  box-shadow: none !important;
}

.cl-green {
  color: #2f9280;
}

.bgc_gray {
  background-color: #e8e9e7;
}

.bgc_white {
  background-color: #ffffff;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  z-index: 1030;
}

nav {
  padding: 0 !important;
  background: #ffffff;
}
nav a {
  color: #000000;
  text-align: center;
}
nav a:hover {
  color: #000000;
}
nav div.navbar-collapse {
  height: 100%;
  min-width: 0;
}
nav div.right-link {
  height: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav div.right-link a {
  color: #ffffff !important;
  display: block;
}
nav div.right-link a:hover {
  color: #ffffff;
  text-decoration: none;
}
nav div.right-link img {
  width: 25px;
  margin-bottom: 10px;
}
nav div.right-link.gr {
  background: #2f9280;
}
nav div.right-link.bk {
  background: #000000;
}

.navbar-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-item {
  white-space: nowrap;
}
.nav-item .nav-link {
  padding: 10px;
}
.nav-item.gr {
  background: #ffffff;
}
.nav-item.bk {
  background: #ffffff;
}
.nav-item.yg {
  background: #ffffff;
}

.header-ln {
  display: inline;
}
.header-ln:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2025%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20fill%3D%22%236eb9aa%22%20d%3D%22M8.5%2024.3c-.3%200-.7-.1-1-.3-.9-.6-1.2-1.8-.7-2.7l4.1-6.9H1.1L8.8%201.6C9.4.7%2010.6.4%2011.5.9c.9.6%201.2%201.8.7%202.7l-4.1%206.9h9.8l-7.7%2012.8c-.4.7-1%201-1.7%201z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.header-dl {
  display: inline;
}
.header-dl:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2226.1%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M16.1%2025.8H3.5c-1.7%200-3.2-1.4-3.2-3.2v-19C.3%201.9%201.7.4%203.5.4h8.9c.3%200%20.6.3.6.6s-.3.6-.6.6H3.5c-1%200-1.9.9-1.9%201.9v19c0%201%20.9%201.9%201.9%201.9h12.7c1%200%201.9-.9%201.9-1.9V11.3c0-.4.3-.6.6-.6s.6.3.6.6v11.4c0%201.7-1.4%203.1-3.2%203.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.7%208.1h-4.6c-1.3%200-2.4-1.1-2.4-2.4V1.1c0-.4.3-.6.6-.6s.6.3.6.6v4.6c0%20.6.5%201.1%201.1%201.1h4.6c.3%200%20.6.3.6.6.1.4-.2.7-.5.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.7%208.1c-.3%200-.6-.3-.6-.6%200-3.1-2.6-5.7-5.7-5.7-.3%200-.6-.3-.6-.6s.3-.6.6-.6c3.8%200%207%203.1%207%207-.1.2-.4.5-.7.5zM13%2012.5H6.6c-.3%200-.6-.3-.6-.6s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.6-.6.6zM13%2017H6.6c-.3%200-.6-.3-.6-.7s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.7-.6.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-right: 5px;
  height: 28px;
}

.header-mail {
  display: inline;
}
.header-mail:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.dropdown-menu {
  top: 100%;
  border-radius: inherit;
  border: none;
  padding: 0;
  margin: 0;
  left: 50%;
  text-align: center;
}

a.dropdown-item {
  padding: 20px 30px;
}
a.dropdown-item:hover {
  background: #000000;
  color: #ffffff;
}

/* -----------------------------------------------------------
    top slider
----------------------------------------------------------- */
.main-visual:before {
  content: "";
  display: block;
  margin-bottom: 35px;
  padding-top: 700px;
}

.main-slider {
  width: 100%;
}

.carousel-indicators li {
  border-radius: 50%;
  margin: 1px 3px;
  height: 10px;
  max-width: 10px;
  background-color: #e8e9e7;
}

.carousel-box {
  position: absolute;
  top: 130px;
  left: 10%;
  color: #ffffff;
  z-index: 1000;
}
.carousel-box .carousel-title {
  font-size: 43px;
  margin-bottom: 0px;
}
.carousel-box .carousel-body {
  font-size: 16px;
  margin-top: 0.1rem;
  height: 80px !important;
  padding-right: 1.5rem;
  margin-bottom: 0px !important;
}
.carousel-box .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem;
}
.carousel-box .btn-primary span:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  margin-right: 0px;
  width: 15px;
}

.carousel-item {
  height: 700px;
}
.carousel-item img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.t-jldn {
  position: absolute;
  top: 150px;
  right: 100px;
  z-index: 100;
  padding: 12px;
  width: 320px;
  box-sizing: border-box;
}
.t-jldn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.t-jldn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 90px;
  width: 230px;
  height: 200px;
  background-image: url("../img/bg_jldn.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.t-jldn__title-ja {
  color: #2f9280;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #2f9280;
}
.t-jldn__title-en {
  color: #2f9280;
  font-size: 13px;
}
.t-jldn__sub {
  color: #fff;
  font-size: 12px;
}
.t-jldn p {
  margin-bottom: 0;
}
.t-jldn a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  text-align: center;
  transition: 0.3s;
  margin: 0 35px;
  padding-bottom: 4px;
  opacity: 1 !important;
  z-index: 100;
  /*		&:hover{
  	border-bottom: 1px solid $main_green;
  	transition: 0.5s;
  	opacity: 1;
  }*/
}
.t-jldn a::after {
  background-color: #2f9280;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
}
.t-jldn a:hover::after {
  width: 100%;
}
.t-jldn__btn-wrap {
  color: #fff;
}
.t-jldn-sp {
  padding-top: 40px;
  box-sizing: border-box;
}
.t-jldn-sp__title-ja {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #2f9280;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  width: 270px;
  margin: auto;
}
.t-jldn-sp__title-ja::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 1px;
  background-color: #2f9280;
}
.t-jldn-sp__title-ja::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 1px;
  background-color: #2f9280;
}
.t-jldn-sp__title-en {
  text-align: center;
  color: #2f9280;
  font-size: 13px;
}
.t-jldn-sp__sub {
  text-align: center;
  color: #808080;
  font-size: 12px;
}
.t-jldn-sp p {
  margin-bottom: 0;
}
.t-jldn-sp a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 17px;
  text-align: center;
  transition: 0.3s;
  margin: 0 35px;
  padding-bottom: 4px;
  opacity: 1 !important;
  z-index: 100;
  /*		&:hover{
  	border-bottom: 1px solid $main_green;
  	transition: 0.5s;
  	opacity: 1;
  }*/
}
.t-jldn-sp a::after {
  background-color: #2f9280;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
}
.t-jldn-sp a:hover::after {
  width: 100%;
}
.t-jldn-sp__btn-wrap {
  color: #000;
}
/* -----------------------------------------------------------
    top contents
----------------------------------------------------------- */
h1 {
  position: relative;
  padding: 1.5rem;
  font-size: 44px;
  letter-spacing: 2px;
}
h1:not(.not-arrow):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid #2f9280;
  z-index: 100;
}
h1.gr {
  color: #2f9280;
}
h1.wt {
  color: #ffffff;
}
h1.service:after {
  content: "製品情報";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.conten:after {
  content: "雷気象コンテンツ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.news:after {
  content: "お知らせ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
}
h1.company:after {
  content: "企業情報";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.network:after {
  content: "雷観測";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.contact:after {
  content: "お問い合わせ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
}
h1.recruit:after {
  content: "応募をご検討の方へ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.case:after {
  content: "導入事例";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.point:after {
  content: "製品の特長";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
h1.point-2:after {
  content: "サービスの特長";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
h1.voice:after {
  content: "お客様の声";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
h1.introduction:after {
  content: "ご紹介";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.profile:after {
  content: "お客様プロフィール";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.about-us:after {
  content: "私たちについて";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
}
h1.solution-case:after {
  content: "導入事例";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
h1.use-case:after {
  content: "ご利用例";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
h1.data:after {
  content: "提供データ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
.service-header dd {
  padding-top: 25px;
  letter-spacing: 0.1em;
}

.service-body div {
  text-align: center;
  padding: 30px;
  max-width: 480px;
}
.service-body dt {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0px;
}
.service-body dd {
  text-align: left;
  font-size: 14px;
  height: 5rem;
}
.service-body .btn-primary {
  background: #2d305e !important;
  border-color: #2d305e !important;
  font-size: 16px;
  width: auto;
  margin-top: 5vh;
}

.contents-header {
  background: #e8e9e7;
  padding-top: 3%;
}

.contents-body {
  background: #e8e9e7;
  padding-bottom: 5%;
}

.news-row {
  margin-bottom: 5%;
}

.news-header {
  position: relative;
  width: 100%;
  background: #2f9280;
  box-shadow: 5px 5px 0px #ccd1b1;
  padding: 20px 30px;
  max-width: 330px;
}
.news-header::before {
  content: "";
  display: block;
  padding-top: 81%;
}
.news-header .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news-header h1 {
  width: 180px;
  white-space: nowrap;
  padding-bottom: 0;
}
.news-header h1:before {
  border-left: 0.3em solid #ffffff;
}
.news-header img {
  width: 50px;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.news-body p {
  padding: 0;
  list-style: none;
  margin: 1.5rem 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.news-body .category {
  background: #2f9280;
  font-size: 11px;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
}
.news-body a {
  color: #000000;
}
.news-body .btn-primary {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  white-space: nowrap;
}
.news-body .btn-primary:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  margin-right: 0;
  margin-left: 1rem;
}
.news-body .btn-primary:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.news-footer {
  padding-bottom: 10%;
  background: #ffffff;
}
.news-footer .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
  padding: 0.5rem 2.5rem;
}
.news-footer .btn-primary:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  margin-right: 0px;
  width: 15px;
}

.company-body {
  margin: 5% auto;
}
.company-body a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
.company-body a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.network-body {
  margin: 5% auto;
}
.network-body a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
.network-body a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-body {
  background-image: url("../img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 5%;
  color: #ffffff;
}
.contact-body .btn-primary {
  font-size: 16px;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #2f9280;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
}
.contact-body .btn-primary.mail-icon:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact-body .btn-primary.dl-icon:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2226.1%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M16.1%2025.8H3.5c-1.7%200-3.2-1.4-3.2-3.2v-19C.3%201.9%201.7.4%203.5.4h8.9c.3%200%20.6.3.6.6s-.3.6-.6.6H3.5c-1%200-1.9.9-1.9%201.9v19c0%201%20.9%201.9%201.9%201.9h12.7c1%200%201.9-.9%201.9-1.9V11.3c0-.4.3-.6.6-.6s.6.3.6.6v11.4c0%201.7-1.4%203.1-3.2%203.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.7%208.1h-4.6c-1.3%200-2.4-1.1-2.4-2.4V1.1c0-.4.3-.6.6-.6s.6.3.6.6v4.6c0%20.6.5%201.1%201.1%201.1h4.6c.3%200%20.6.3.6.6.1.4-.2.7-.5.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%232f9280%22%20d%3D%22M18.7%208.1c-.3%200-.6-.3-.6-.6%200-3.1-2.6-5.7-5.7-5.7-.3%200-.6-.3-.6-.6s.3-.6.6-.6c3.8%200%207%203.1%207%207-.1.2-.4.5-.7.5zM13%2012.5H6.6c-.3%200-.6-.3-.6-.6s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.6-.6.6zM13%2017H6.6c-.3%200-.6-.3-.6-.7s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.7-.6.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.contact-btn {
  width: 310px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
    common parts
----------------------------------------------------------- */

.animated-icon:focus {
  outline: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
img.alignright {
  float: right;
}
img.alignleft {
  float: left;
}

.header-row:before {
  content: "";
  display: block;
  padding-top: 415px;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-header h2 {
  z-index: 100;
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.main-header h2.news::after {
  content: "News";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.company::after {
  content: "Company";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.service::after {
  content: "Service";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.privacy::after {
  content: "Privacy policy";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.network::after {
  content: "Detection";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.recruit::after {
  content: "Recruit";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.contact::after {
  content: "Contact";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.case::after {
  content: "Case";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.free_trial::after {
  content: "Trial";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.corp_form::after {
  content: "Service";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.download::after {
  content: "Download";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.profile::after {
  content: "Profile";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.message::after {
  content: "Message";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.terms::after {
  content: "Terms";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.harassment::after {
  content: "Customer harassment";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}
.main-header h2.thunder_report::after {
  content: "Thunder Report";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
  font-size: 14px;
}

#breadcrumb ul {
  padding: 0;
  font-size: 14px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  white-space: nowrap;
}
#breadcrumb ul li:not(:first-child)::before {
  content: ">";
  margin-right: 10px;
}
#breadcrumb ul a {
  color: #2f9280;
}

h3 {
  font-weight: bold;
  padding: 2rem 0;
}
h3:after {
  content: "";
  border-bottom: 2px solid #2f9280;
  display: block;
  padding-top: 20px;
  width: 60px;
  margin: 0 auto;
}

h5 {
  position: relative;
  padding: 0.5rem 1rem;
}
h5::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #2f9280;
  z-index: 100;
  height: 100%;
}

.bullet-list {
  font-size: 14px;
  margin-bottom: 0 !important;
}
.bullet-list dt,
.bullet-list dd {
  padding: 0.8rem 2rem !important;
}

.color-gr {
  color: #2f9280 !important;
}

.link-gr, .case-contents-foot .create a, .case-contents a, .row-profile .case-contents a, .case-contents .row-profile a, .row-profile a.link-gr {
  color: #2f9280 !important;
}
.link-gr:hover, .case-contents-foot .create a:hover, .case-contents a:hover, .row-profile a.link-gr:hover {
  color: #2f9280 !important;
}

.link-bk {
  color: #000000 !important;
}
.link-bk:hover {
  color: #000000 !important;
}

.bk-lb {
  background: #e2f1ee !important;
}

.no-border-after:after {
  border: none;
}

.dot-underline {
  padding: 0.5rem;
  color: #2f9280 !important;
  border-bottom: 2px dotted #2f9280;
}

.font_h5 {
  font-size: 1.25rem;
}

.font_h3 {
  font-size: 1.75rem;
}

a.arrow-link {
  color: #000000;
  font-weight: bold;
}
a.arrow-link:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.font-weight-initial {
  font-weight: initial !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

/* -----------------------------------------------------------
    news list
----------------------------------------------------------- */
.no-thumbnail {
  border: 1px solid #e8e9e7;
}

.content-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.archive-list {
  margin-bottom: 7vh;
}
.archive-list img {
  width: 100%;
  height: auto;
}
.archive-list .thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e8e9e7;
}
.archive-list .thumbnail::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.archive-list .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.archive-list .category {
  background: #2f9280;
  font-size: 11px;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
}
.archive-list .content-title {
  margin-top: 3vh;
}
.archive-list .more {
  position: relative;
  text-align: right;
  padding: 15px 40px;
  border-bottom: 1px solid #e8e9e7;
}
.archive-list .more:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-top: 1em solid transparent;
  border-right: 1em solid #2f9280;
}
.archive-list a {
  text-decoration: none;
  color: #2f9280;
  font-size: 13px;
}

.paging {
  background: #e8e9e7;
  font-size: 14px;
  padding: 3.5vh 0;
  letter-spacing: 3rem;
}
.paging a {
  color: #2f9280;
}

.news-select {
  margin-bottom: 8vh;
}
.news-select .dropdown-toggle {
  font-size: 14px;
  width: 180px;
  border: 1px solid #e8e9e7;
  line-height: 30px;
  border-radius: 0px;
}
.news-select .dropdown-toggle::after {
  content: "";
  border: 0;
}
.news-select .dropdown-menu a {
  background: #ffffff;
  font-size: 14px;
  padding: 0px;
  border: 1px solid #e8e9e7;
  border-top: 0px;
  line-height: 40px;
  width: 180px;
}
.news-select .dropdown-menu a:hover {
  color: #000000;
  background: #e8e9e7;
}

/* -----------------------------------------------------------
    news
----------------------------------------------------------- */
.single-title {
  margin-top: 5vh;
}
.single-title h1 {
  font-size: 16px;
}
.single-title h1::before {
  border-bottom: 1.3em solid transparent;
  border-left: 1.3em solid #2f9280;
}
.single-title h1 p {
  font-size: 28px;
  padding-top: 5vh;
}
.single-title .category {
  background: #2f9280;
  font-size: 11px;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
}

.single-thumbnail {
  text-align: center;
}
.single-thumbnail img {
  width: 70%;
  height: auto;
}

.single-body, .jldn-content {
  font-size: 16px;
  padding: 1.5rem 2.5rem;
}
.single-body h1, .jldn-content h1,
.single-body h2,
.jldn-content h2,
.single-body h3,
.jldn-content h3,
.single-body h4,
.jldn-content h4,
.single-body h5,
.jldn-content h5,
.single-body h6,
.jldn-content h6 {
  position: relative;
  padding: 0.2rem 1.5rem;
}
.single-body h1::before, .jldn-content h1::before,
.single-body h2::before,
.jldn-content h2::before,
.single-body h3::before,
.jldn-content h3::before,
.single-body h4::before,
.jldn-content h4::before,
.single-body h5::before,
.jldn-content h5::before,
.single-body h6::before,
.jldn-content h6::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #2f9280;
  z-index: 100;
  height: 100%;
}
.single-body h3:after, .jldn-content h3:after {
  content: none;
}
.single-body a, .jldn-content a {
  color: #2f9280;
}

.single-link .btn-primary {
  font-size: 16px;
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  margin: 5vh 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* -----------------------------------------------------------
    company about
----------------------------------------------------------- */
.company-about dt, .bullet-list dt,
.company-about dd,
.bullet-list dd {
  padding: 1rem 2rem;
}
.company-about dt, .bullet-list dt {
  color: #2f9280;
  border-bottom: 2px solid #2f9280;
  white-space: nowrap;
}
.company-about dd, .bullet-list dd {
  margin-bottom: 0px;
  border-bottom: 2px solid #e8e9e7;
}

.philosophy {
  background: #e2f1ee;
}
.philosophy h1 {
  color: #2f9280;
}
.philosophy h1::before {
  border: none !important;
}
.philosophy h1::after {
  content: "経営理念";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
  font-weight: inherit;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.for-gmap {
  text-align: right;
}
.for-gmap:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.for-gmap a {
  color: #000000;
  font-weight: bold;
}

.about-access {
  margin-bottom: 10rem;
}

.use {
  color: #2f9280;
  font-size: 18px;
  font-weight: bold;
}
.use.car:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22113.8%22%20height%3D%2288.6%22%3E%3Cpath%20d%3D%22M110.3%2023.3h-9.6c-1.2%200-2.5.3-3.4.9L93%2014.6c-3.7-8-11.7-13.3-20.7-13.3H42.4c-9%200-17%205.2-20.7%2013.3l-4.3%209-.3.6c-.9-.6-2.2-.9-3.4-.9H4.2c-1.5%200-2.8.9-2.8%202.2%200%204%203.1%207.4%207.1%207.4h4.3l-1.9%204c-.6%201.2-.9%202.8-.9%204.3v43.2c0%201.9%201.5%203.4%203.4%203.4h6.5c1.9%200%203.4-1.5%203.4-3.4V76.6c1.9.6%203.7.9%205.6.9H85c1.9%200%203.7-.3%205.2-.6h.3v7.4c0%201.9%201.5%203.4%203.4%203.4h6.5c1.9%200%203.4-1.5%203.4-3.4V41.2c0-1.5-.3-3.1-.9-4.3l-1.2-2.8-.6-1.2h4.3c4%200%207.1-3.4%207.1-7.4.3-1.3-.6-2.2-2.2-2.2zM46.1%2072.7v-6.2c0-.6.3-.9.9-.9h20.7c.6%200%20.9.3.9.9v6.2H46.1zm-4-63H72c4.6%200%209%202.8%2011.1%207.1L90%2031.6c1.5%203.1-.9%206.8-4.3%206.8H28.9c-3.4%200-5.9-3.7-4.3-6.8l6.8-14.8c1.8-4.3%206.1-7.1%2010.7-7.1zM36.6%2052c.9%201.2%201.5%202.8%201.5%204.3%200%20.6-.3%201.2-.6%201.9-.6.3-1.2.6-1.9.6h-9.9c-.9%200-1.5%200-2.5-.3-2.5-.9-4.6-3.7-4.6-6.8v-.6c0-.3.3-.9.6-1.2.6-.3%201.2-.6%201.9-.6h3.7L36.6%2052zm39.8%204.3c0-1.5.6-3.1%201.5-4.3l11.4-2.8H93c.6%200%201.2.3%201.9.6.3.3.6.6.6%201.2v.6c0%203.1-1.9%205.9-4.6%206.8-.6.3-1.5.3-2.5.3h-9.6c-.6%200-1.2-.3-1.9-.6-.2-.5-.5-1.1-.5-1.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.use.train:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2269.9%22%20height%3D%2289.5%22%3E%3Cpath%20fill%3D%22%232f9280%22%20d%3D%22M11.1%2065.9h1.7v3.3c0%201.7%201.4%203%203%203h4.4c1.7%200%203-1.4%203-3v-3.3h24.1v3.3c0%201.7%201.4%203%203%203h4.4c1.7%200%203-1.4%203-3v-3.3h1.7c4.4%200%208.3-3.6%208.3-8.3v-49c0-4.2-3.3-7.5-7.5-7.5H10.5C6.4.9%203.1%204.5%203.1%208.7V58c0%204.3%203.6%207.9%208%207.9zm14.4-14.3c0%202.5-1.9%204.4-4.4%204.4s-4.4-1.9-4.4-4.4%201.9-4.4%204.4-4.4%204.4%201.9%204.4%204.4zm28.7%200c0%202.5-1.9%204.4-4.4%204.4s-4.4-1.9-4.4-4.4%201.9-4.4%204.4-4.4%204.4%201.9%204.4%204.4zM27.4%209.2V8.1c0-.8.6-1.4%201.4-1.4h13.6c.8%200%201.4.6%201.4%201.4v.8c0%20.8-.6%201.4-1.4%201.4H28.8c-.8%200-1.4-.5-1.4-1.1zM12.2%2038V19.7c0-2.2%201.9-4.2%204.2-4.2h37.9c2.2%200%204.2%201.9%204.2%204.2V38H12.2zM55.9%2075.4h-5.3l3%203%202.2%202.2H14.7l3-3%202.2-2.2h-5l-7.7%207.7-5.8%205.5h5.3l4.4-4.2h48.7l4.4%204.2h5.3L55.9%2075.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.company-history {
  padding: 2%;
}
.company-history table {
  border: none;
}
.company-history table tr td {
  border-top: none;
  padding: 0;
}
.company-history table tr td:not(:last-child) {
  color: #2f9280;
  width: 8% !important;
  padding: 2px;
  white-space: nowrap;
}
.company-history table tr td:nth-child(2) {
  text-align: right;
  border-right: 20px solid #e2f1ee;
  padding-right: 2%;
}
.company-history table tr td:last-child {
  padding-left: 5%;
}

.supplement {
  background: #e2f1ee;
  padding: 1rem;
  width: 80%;
}

.ceo {
  width: 265px;
  position: relative;
  float: right;
}
.ceo:not(.not-arrow):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.6em solid transparent;
  border-left: 0.6em solid #2f9280;
  z-index: 100;
}

/* -----------------------------------------------------------
    service front
----------------------------------------------------------- */
.service-discription {
  margin-bottom: 3%;
}
.service-discription p {
  margin-bottom: 0;
}

.service-cards {
  background: #e8e9e7;
  padding: 3rem 0;
}

.card-deck {
  max-width: 1200px;
  /*justify-content: space-between;*/
  width: 100%;
}

.service-card {
  border: none;
  max-width: 370px;
  min-width: 310px;
}
.service-card a {
  color: #000000;
  font-weight: bold;
}
.service-card a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.service-card .card-title {
  height: 4rem;
  display: table-cell;
  vertical-align: middle;
}
.service-card .card-title p {
  font-size: 13px;
  color: #2f9280;
  margin: 0;
}
.service-card .card-title--small {
  font-size: 14px;
}
.service-card .card-text {
  margin-top: 1rem;
  height: 4.5rem;
}

.trial-ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  padding: 10px 10px 0 10px;
  z-index: 2;
  width: 100px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #44b78e;
  border-radius: 2px 0 0 0;
}
.trial-ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #2f9280;
  border-right: solid 5px transparent;
}
.trial-ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 10px solid #44b78e;
}
.trial-ribbon p {
  position: relative;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 10px 5px 15px 5px;
  margin: 0;
}
.trial-ribbon p:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 0;
  border-left: 40px solid #ffffff;
  border-right: 40px solid #ffffff;
  border-top: 10px solid #44b78e;
  height: 11px;
}
.trial-ribbon p:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0px;
  height: 0;
  border-left: 40px solid #44b78e;
  border-right: 40px solid #44b78e;
  border-top: 10px solid transparent;
}

/* -----------------------------------------------------------
    privacy-policy
----------------------------------------------------------- */
.privacy-text {
  background: #e2f1ee;
  margin: 5%;
  font-size: 14px;
}

.data-tag {
  position: relative;
}
.data-tag:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -8px;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #2f9280;
  z-index: 100;
}

/* -----------------------------------------------------------
    contact
----------------------------------------------------------- */
.contact-tel {
  background: #e2f1ee;
  letter-spacing: 1px;
}
.contact-tel h3 {
  padding: 0.5rem 0;
}
.contact-tel .number {
  font-size: 1.75rem;
}
.contact-tel .number:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 45px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22162.1%22%20height%3D%2269.8%22%3E%3Cpath%20fill%3D%22%232f9280%22%20d%3D%22M15.6%2032.8H5.8v-4.4h25v4.4h-9.9v29.1h-5.3V32.8zM36.6%2028.3h19.8v4.4H41.9V42h12.3v4.5H41.9v10.8h15v4.5H36.6V28.3zM63.9%2028.3h5.3v29h14.2v4.5H63.9V28.3zM122.5%2052.6c5%203.6%2010.3%206.7%2015.8%209.1%202.8%201.2%204.7%201.8%205.7%201.9h.1c3.9%200%209-7.3%209.6-9.7.7-2.8-.3-5.9-2.6-7.7l-5.2-4.1c-1.3-1-2.9-1.6-4.5-1.6-1.9%200-3.6.7-5%201.9-.8.7-1.9%201.8-2.5%202.6h-.2c-2.2%200-9.9-6.7-11.9-8.8-2.2-2.1-8.9-9.8-8.8-12%200-.1%200-.2.1-.2.8-.6%201.8-1.7%202.5-2.5%202.4-2.7%202.6-6.7.4-9.6l-4.1-5.2c-.3-.4-.7-.8-1.2-1.2-.2-.2-.4-.3-.7-.5-.9-.6-2-.9-3.1-1.1-.3%200-.6-.1-.9-.1-.6%200-1.2.1-1.7.2-2.1.5-9.9%205.6-9.7%209.7%200%201.1.7%202.9%201.9%205.7%202.4%205.6%205.5%2010.9%209.1%2015.9%204.6%206.8%2010.3%2012.6%2016.9%2017.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-tel .icon {
  background: #2f9280;
  font-size: 11px;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
}

.contact-form {
  background: #e2f1ee;
}
.contact-form .col-form-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0.5rem;
}
.contact-form .message {
  font-size: 15px;
  margin: 0 auto;
}
.contact-form .message a {
  color: #2f9280;
}
.contact-form .icon {
  background: #2f9280;
  font-size: 11px;
  color: #ffffff;
  padding: 5px;
  margin: 0px 5px;
  width: 39px;
  display: inline-block;
  text-align: center;
}
.contact-form .icon2 {
  background: #808080;
  font-size: 11px;
  color: #ffffff;
  padding: 5px;
  margin: 0px 5px;
  width: 39px;
  display: inline-block;
  text-align: center;
}
.contact-form .echo-form {
  margin: 0 auto;
}
.contact-form .echo-form form input:placeholder-shown,
.contact-form .echo-form form textarea:placeholder-shown {
  color: #e8e9e7;
}
.contact-form .echo-form form input::-webkit-input-placeholder,
.contact-form .echo-form form textarea::-webkit-input-placeholder {
  color: #e8e9e7;
}
.contact-form .echo-form form input:-moz-placeholder,
.contact-form .echo-form form textarea:-moz-placeholder {
  color: #e8e9e7;
  opacity: 1;
}
.contact-form .echo-form form input::-moz-placeholder,
.contact-form .echo-form form textarea::-moz-placeholder {
  color: #e8e9e7;
  opacity: 1;
}
.contact-form .echo-form form input:-ms-input-placeholder,
.contact-form .echo-form form textarea:-ms-input-placeholder {
  color: #e8e9e7;
}
.contact-form .echo-form span[role=alert] {
  font-size: 13px;
  color: #721c24;
}
.contact-form .echo-form a {
  color: #2f9280;
}
.contact-form .echo-form .wpcf7-response-output {
  border: none;
  background: #f8d7da;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 14px;
  color: #721c24;
}
.contact-form .echo-form .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 5%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.contact-form .echo-form .div-postal-1 {
  position: relative;
  margin-left: 2rem;
}
.contact-form .echo-form .div-postal-1:before {
  content: "〒";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -0.5rem;
  color: #808080;
}
.contact-form .echo-form .div-postal-2 {
  position: relative;
}
.contact-form .echo-form .div-postal-2:before {
  content: "−";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -5px;
  color: #808080;
}
.contact-form .echo-form .notes {
  font-size: 13px;
}

/* -----------------------------------------------------------
    for contact form 7
----------------------------------------------------------- */
input:-webkit-autofill.wpcf7c-conf {
  box-shadow: 0 0 0px 1000px #e2f1ee inset !important;
  border: none !important;
  background: #e2f1ee !important;
}

input:-webkit-autofill.wpcf7c-conf:focus {
  border: none !important;
}

.wpcf7c-conf {
  background: #e2f1ee !important;
  border-color: #e2f1ee !important;
}

.wpcf7c-conf:focus {
  border-color: transparent !important;
}

.confirmed_show {
  display: none;
}

.square {
  display: none;
  background: #2f9280;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}

input.wpcf7-form-control.wpcf7-back.btn.btn-primary.wpcf7c-btn-back {
  background: #808080 !important;
  border-color: #808080 !important;
}

.form-control {
  margin: auto;
  width: 90%;
}
.form-control:focus {
  border-color: #808080;
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 206, 0.25) !important;
}

.ajax-loader {
  visibility: hidden !important;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.checkbox-label {
  text-align: left;
  display: inline-block;
  margin-left: 2rem;
}
.checkbox-label a {
  display: inline-block;
}

.wpcf7 textarea[name=point],
.wpcf7 textarea[name=range] {
  width: 100%;
  height: 100px !important;
}

.terms .wpcf7-list-item {
  display: block;
}

.desc-text {
  font-size: 13px;
}

#pattern_1 .first,
#pattern_2 .first,
#pattern_3 .first {
  border-top: 1px solid #2f9280;
}
#pattern_1 .last,
#pattern_2 .last,
#pattern_3 .last {
  border-bottom: 1px solid #2f9280;
}
#pattern_1 .wpcf7-form-control-wrap,
#pattern_2 .wpcf7-form-control-wrap,
#pattern_3 .wpcf7-form-control-wrap {
  width: 25%;
  margin-right: 0.5rem;
}
#pattern_1 .wpcf7-form-control-wrap:not(:first-child),
#pattern_2 .wpcf7-form-control-wrap:not(:first-child),
#pattern_3 .wpcf7-form-control-wrap:not(:first-child) {
  margin-left: 0.5rem;
}
#pattern_1 .p_1_start_date,
#pattern_1 .p_1_end_date,
#pattern_1 .p_2_date,
#pattern_1 .p_3_start_date,
#pattern_1 .p_3_end_date,
#pattern_1 .p_2_start_date,
#pattern_1 .p_2_end_date,
#pattern_2 .p_1_start_date,
#pattern_2 .p_1_end_date,
#pattern_2 .p_2_date,
#pattern_2 .p_3_start_date,
#pattern_2 .p_3_end_date,
#pattern_2 .p_2_start_date,
#pattern_2 .p_2_end_date,
#pattern_3 .p_1_start_date,
#pattern_3 .p_1_end_date,
#pattern_3 .p_2_date,
#pattern_3 .p_3_start_date,
#pattern_3 .p_3_end_date,
#pattern_3 .p_2_start_date,
#pattern_3 .p_2_end_date {
  width: 50%;
}

.contact-form-data span.wpcf7-list-item {
  margin: 0 1em 0 0;
  display: block;
}
.contact-form-data .form-control {
  width: 100%;
}
.contact-form-data input[type=checkbox] {
  margin-right: 4px;
}

/* -----------------------------------------------------------
    jldn
----------------------------------------------------------- */

.jldn-link {
  display: block;
  width: 280px;
  height: 60px;
  background: #ffffff;
  color: #000 !important;
  line-height: 55px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  border-top: 2px solid #2f9280;
}

.jldn-content {
  padding: 1.5rem;
}
.jldn-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.jldn-content .alignright {
  float: right;
  margin-left: 20px;
}
.jldn-content .alignleft {
  float: left;
  margin-right: 20px;
}
.jldn-content img[class*=wp-image-],
.jldn-content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.jldn-content h1,
.jldn-content h2,
.jldn-content h3,
.jldn-content h4,
.jldn-content h5,
.jldn-content h6 {
  margin: 1rem 0;
}
.jldn-content h3::after {
  display: none;
}
.jldn-content h5 {
  color: #2f9280;
  font-weight: bold;
  padding: 1.5rem;
}
.jldn-content h5::before {
  display: inline-block;
  background: #2f9280;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
  border: 0px;
  position: absolute;
  top: 30px;
  left: 0;
}
.jldn-content ul li {
  margin: 2rem 0;
}
.jldn-content table {
  border: none;
}
.jldn-content table tr {
  height: 3.5rem;
}
.jldn-content table tr td {
  border-top: none;
  padding: 0;
}
.jldn-content table tr td:not(:last-child) {
  color: #2f9280;
  width: 8% !important;
  padding: 2px;
  white-space: nowrap;
}
.jldn-content table tr td:nth-child(1) {
  font-weight: bold;
  border-right: 20px solid #e2f1ee;
  padding-right: 2%;
}
.jldn-content table tr td:last-child {
  padding-left: 5%;
}

.jldn-content-map br {
  display: block;
}

/* -----------------------------------------------------------
    case
----------------------------------------------------------- */
.case-menu {
  background: #e8e9e7;
}

.case-category a {
  color: #000000;
}
.case-category div.col-lg-3 {
  max-width: fit-content !important;
}
.case-category div.col-lg-3:not(:last-child) {
  margin-right: 60px;
}
.case-category ul.service-list {
  font-size: 16px;
  white-space: nowrap;
  line-height: 32px;
  list-style: none;
}
.case-category ul.service-list li.service-list-item {
  margin-top: 25px;
}
.case-category ul.service-list li.service-list-item:not(.not-arrow):before {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_1.svg");
  background-size: contain;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.case-category ul.sub-service-list {
  font-size: 13px;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
}
.case-category ul.sub-service-list li:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  border: 0px;
  font-weight: 900;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin: 0 5px;
  color: #2f9280;
}

.row-introduction {
  background: #e8e9e7;
}
.row-introduction .footnote {
  font-size: 14px;
}

.row-profile a.arrow {
  color: #000000 !important;
}
.row-profile a.arrow:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  width: 25px;
  height: 30px;
}

.row-comment {
  background: #e2f1ee;
}

.case-contents h3 {
  font-size: 1.35rem;
  font-weight: bold;
  padding: 0.8rem 0;
}
.case-contents h3:before {
  content: "";
  width: 17px;
  height: 17px;
  background: #2f9280;
  display: -webkit-inline-box;
  display: inline-block;
  margin-right: 0.3rem;
}
.case-contents h3:after {
  border: none;
  padding-top: 0;
}
.case-contents h4 {
  font-size: 1.1rem;
  background: #e2f1ee;
  border-bottom: 2px solid #2f9280;
  padding: 0.5rem 1.4rem;
  margin-bottom: 1.2rem;
}
.case-contents h5 {
  font-size: 1rem;
  color: #2f9280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-contents h5:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 0.5rem;
  background-color: #2f9280;
  vertical-align: middle;
  position: relative;
  border: none;
}
.case-contents table {
  border: 1px solid #2f9280 !important;
}
.case-contents table tr,
.case-contents table td {
  padding: 0.6rem;
}
.case-contents .aligncenter {
  display: block;
  margin: 0 auto;
}
.case-contents .alignright {
  float: right;
  margin-left: 20px;
}
.case-contents .alignleft {
  float: left;
  margin-right: 20px;
}
.case-contents img[class*=wp-image-],
.case-contents img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.case-contents div.stripe_box {
  background-image: linear-gradient(-45deg, #fbfbfb 25%, #f3f3f3 25%, #f3f3f3 50%, #fbfbfb 50%, #fbfbfb 75%, #f3f3f3 75%, #f3f3f3);
  background-size: 8px 8px;
  background-attachment: fixed;
  padding: 2rem;
  margin: 0.8rem 0;
}
.case-contents p {
  margin-bottom: 1.5rem;
}

.case-contents-foot {
  background: #e2f1ee;
  position: relative;
}
.case-contents-foot.no-res {
  width: 500px;
  height: 220px;
  margin-left: 41%;
}

/* -----------------------------------------------------------
    free_trial
----------------------------------------------------------- */
.free_trial_text h5::before {
  border: none;
}
.free_trial_text a.arrow:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.trial-body {
  background: #2f9280;
  color: #ffffff;
}
.trial-body h3 {
  color: #ffffff;
}
.trial-body h3:after {
  content: none;
}
.trial-body h3:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 45px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.6%2032.6%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.2%2016.9s6.2%206%2010.6%2013.4c0%200%208.1-14.1%2019.6-21.3%200%200-4.2-4.6-5.1-6.7%200%200-8.6%206.5-14.6%2017.8%200%200-2.1-3.2-5.3-8.1.1%200-3.4%203.5-5.2%204.9z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.trial-body .btn-primary {
  background: #dceea2 !important;
  border-color: #2f9280 !important;
  color: #2f9280;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 5%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.trial-body .btn-primary span:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  margin-right: 0px;
  width: 15px;
}

.trial-contact {
  background: #ffffff;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 5%;
}
.trial-contact h1 {
  color: #2f9280 !important;
}
.trial-contact h1.contact:after {
  content: "お問い合わせ";
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
.trial-contact .btn-primary {
  font-size: 16px;
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
}
.trial-contact .btn-primary.mail-icon:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.trial-contact .btn-primary.dl-icon:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2226.1%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M16.1%2025.8H3.5c-1.7%200-3.2-1.4-3.2-3.2v-19C.3%201.9%201.7.4%203.5.4h8.9c.3%200%20.6.3.6.6s-.3.6-.6.6H3.5c-1%200-1.9.9-1.9%201.9v19c0%201%20.9%201.9%201.9%201.9h12.7c1%200%201.9-.9%201.9-1.9V11.3c0-.4.3-.6.6-.6s.6.3.6.6v11.4c0%201.7-1.4%203.1-3.2%203.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.7%208.1h-4.6c-1.3%200-2.4-1.1-2.4-2.4V1.1c0-.4.3-.6.6-.6s.6.3.6.6v4.6c0%20.6.5%201.1%201.1%201.1h4.6c.3%200%20.6.3.6.6.1.4-.2.7-.5.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.7%208.1c-.3%200-.6-.3-.6-.6%200-3.1-2.6-5.7-5.7-5.7-.3%200-.6-.3-.6-.6s.3-.6.6-.6c3.8%200%207%203.1%207%207-.1.2-.4.5-.7.5zM13%2012.5H6.6c-.3%200-.6-.3-.6-.6s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.6-.6.6zM13%2017H6.6c-.3%200-.6-.3-.6-.7s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.7-.6.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

/* -----------------------------------------------------------
    service issue
----------------------------------------------------------- */
.issue-guide {
  background: #e8e9e7;
}
.issue-guide .arrow:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.issue-term .bk-lb {
  font-size: 18px;
  line-height: 3rem;
}

.issue-contents .title {
  height: 4rem;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: bold;
}
.issue-contents .title p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #2f9280;
  margin: 0;
}
.issue-contents .item {
  font-size: 17px;
}
.issue-contents .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 5%;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 44%;
  white-space: nowrap;
  text-align: center;
}
.issue-contents .btn-primary span:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  margin-right: 0px;
  width: 15px;
}
.issue-contents .search-plus {
  position: relative;
}
.issue-contents .search-plus::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00e" !important;
  font-family: "Font Awesome 5 Free";
  border: 0px;
  font-weight: 900;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #2f9280;
}
.issue-contents .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #e8e9e7;
}
.issue-contents .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e8e9e7;
}
.issue-contents .balloon p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline;
}

/* -----------------------------------------------------------
    download
----------------------------------------------------------- */
.download_title {
  background: #2f9280;
  color: #ffffff;
  font-weight: bold;
  padding: 0.4rem 1rem;
}

h6.download_contents_title {
  position: relative;
  padding: 0.2rem 1.5rem;
}
h6.download_contents_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #2f9280;
  z-index: 100;
  height: 100%;
}

.download_link {
  color: #000000 !important;
}
.download_link:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.download_content dt {
  font-weight: inherit;
  font-size: 15px;
}

.download_check {
  background: #e2f1ee;
  width: 50%;
  line-height: 150px;
  text-align: center;
}

.download img {
  width: 100%;
  height: auto;
  border: 1px solid #e8e9e7;
}
.download p.d-none {
  line-height: 150px;
}

button#for_download_form {
  background: #ffffff;
  border: 1px solid #2f9280;
  color: #2f9280;
  white-space: nowrap;
}
button#for_download_form:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
}
button#for_download_form:disabled {
  opacity: 0.4 !important;
}

/* -----------------------------------------------------------
    case
----------------------------------------------------------- */
.case-content a {
  color: #000000;
}
.case-content h5 {
  font-size: 1rem;
}
.case-content .text {
  font-size: 15px;
  font-weight: initial;
  padding: 0.5rem 1rem;
}
.case-content .category {
  border-top: 1px solid #2f9280;
}
.case-content .category p {
  display: inline-block;
  border: 1px solid #2f9280;
  color: #2f9280;
  font-size: 10px;
  padding: 0.3rem;
  margin: 0.1rem;
  white-space: nowrap;
}

.single-case-footer {
  background: #2f9280;
  color: #ffffff;
}
.single-case-footer ul.single-case-footer-menu {
  list-style: none;
}
.single-case-footer ul.single-case-footer-menu li p {
  text-align: center;
}
.single-case-footer ul.single-case-footer-menu li p.mail {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin: 0 auto;
}
.single-case-footer ul.single-case-footer-menu li p.dl {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M44.5%2044.5h-41c-1.3%200-2.3-1-2.3-2.3v-8c0-1.3%201-2.3%202.3-2.3s2.3%201%202.3%202.3v5.7h36.4v-5.7c0-1.3%201-2.3%202.3-2.3%201.3%200%202.3%201%202.3%202.3v8c0%201.3-1%202.3-2.3%202.3zM24%2024c-1.3%200-2.3-1-2.3-2.3V5.8c0-1.3%201-2.3%202.3-2.3s2.3%201%202.3%202.3v15.9c0%201.3-1%202.3-2.3%202.3z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M24%2035.4c-.6%200-1.2-.2-1.6-.7-.9-.9-.9-2.3%200-3.2L34.9%2019c.9-.9%202.3-.9%203.2%200%20.9.9.9%202.3%200%203.2L25.6%2034.7c-.4.5-1%20.7-1.6.7z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M24%2035.4c-.6%200-1.2-.2-1.6-.7L9.9%2022.2c-.9-.9-.9-2.3%200-3.2.9-.9%202.3-.9%203.2%200l12.5%2012.5c.9.9.9%202.3%200%203.2-.4.5-1%20.7-1.6.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.single-case-footer ul.single-case-footer-menu li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.single-case-footer ul.single-case-footer-menu li .btn-primary {
  font-size: 16px;
  width: 200px;
  margin: 0 auto;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #2f9280 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.single-case-footer ul.sub-service-list {
  font-size: 13px;
  list-style: none;
  padding-inline-start: 6px;
  -moz-padding-start: 6px;
  -webkit-padding-start: 6px;
  -khtml-padding-start: 6px;
  -o-padding-start: 6px;
  padding-left: 6px;
}
.single-case-footer ul.sub-service-list li {
  border: none !important;
}
.single-case-footer ul.sub-service-list li:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  border: 0px;
  font-weight: 900;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-right: 10px;
}
.single-case-footer ul.sub-service-list li a {
  color: #ffffff !important;
}

/* -----------------------------------------------------------
    lightning-station
----------------------------------------------------------- */
.free_link {
  padding: 0.5rem;
  color: #2f9280 !important;
  border-bottom: 2px dotted #2f9280;
}
.free_link::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
}

.station-point {
  background: #e2f1ee;
}
.station-point h5:not(.bms) {
  font-weight: 700 !important;
  color: #2f9280;
  padding-left: 0;
}
.station-point h5:not(.bms)::before {
  content: none;
}
.station-point .point-peace {
  background: #ffffff;
  padding: 0.5rem 1.3rem;
  min-height: 450px;
  max-width: 490px;
  max-height: 690px;
}
.station-point .point-peace .text {
  font-size: 14px;
}
.station-point .point-peace dt:last-child {
  line-height: 15rem;
}
.station-point img {
  min-width: 150px;
  width: 45%;
}

.voice-peace {
  border: 1px solid #2f9280;
}

.station-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
}
.station-package li ul {
  min-height: 170px;
  max-width: 500px;
  margin: 0 auto 1.5rem auto;
  padding-bottom: 1rem;
  border-bottom: 3px solid #2f9280;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
  word-break: break-all;
}
.station-package li ul li:nth-child(1) {
  line-height: 2.2rem;
  font-feature-settings: initial;
}
.station-package li ul li:nth-child(2) {
  min-width: 150px;
  max-width: 200px;
  margin: 0 auto;
}
.station-package h6 {
  font-size: 1.15rem;
  font-weight: bold;
}
.station-package h6:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.8%2026.8%22%3E%3Cpath%20fill%3D%22%232f9280%22%20d%3D%22M13.4%201.2C6.7%201.2%201.2%206.7%201.2%2013.4s5.5%2012.2%2012.2%2012.2%2012.2-5.5%2012.2-12.2S20.1%201.2%2013.4%201.2zm0%2021.6c-5.2%200-9.4-4.2-9.4-9.4S8.2%204%2013.4%204s9.4%204.2%209.4%209.4-4.2%209.4-9.4%209.4z%22%2F%3E%3Cpath%20fill%3D%22%232f9280%22%20d%3D%22M7.6%2014.6s2.4%202.3%204.1%205.2c0%200%203.1-5.4%207.6-8.2%200%200-1.6-1.8-2-2.6%200%200-3.3%202.5-5.6%206.9%200%200-.8-1.2-2-3.1-.1%200-1.4%201.3-2.1%201.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* -----------------------------------------------------------
    service
----------------------------------------------------------- */
.option_label {
  background: #2f9280;
  font-size: 10px;
  color: #ffffff;
  padding: 1px 1px;
  height: 28px;
  display: inline-block;
}
.option_label.bkwt {
  background: #ffffff;
}
.option_label span {
  border: 1px solid #ffffff;
  padding: 0.2rem 1rem;
  display: inline-block;
}

.pk_label {
  font-size: 10px;
  color: #2f9280;
  padding: 1px 1px;
  height: 28px;
  display: inline-block;
  border: 1px solid #2f9280;
}
.pk_label.bkwt {
  border: none;
}
.pk_label span {
  padding: 0.2rem 1rem;
  display: inline-block;
}

/* -----------------------------------------------------------
    footer-menu
----------------------------------------------------------- */
.footer-menu {
  background: #404040;
  color: #ffffff;
  padding-top: 3%;
  padding-bottom: 5%;
  white-space: nowrap;
}
.footer-menu div {
  max-width: 370px;
}
.footer-menu div.col-md-auto {
  padding: 1.5rem;
}
.footer-menu a {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: none;
}
.footer-menu ul.service-list {
  font-size: 16px;
  line-height: 32px;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
}
.footer-menu ul.service-list li.service-list-item {
  margin-top: 25px;
  text-align: left;
}
.footer-menu ul.service-list li.service-list-item:not(.not-arrow):before {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_1.svg");
  background-size: contain;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.footer-menu ul.sub-main-service-list {
  font-size: 13px;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
}
.footer-menu ul.sub-main-service-list li:before {
  content: "";
  width: 10px;
  height: 5px;
  margin: 0 5px;
  display: inline-block;
  border-top: 1px solid #ffffff;
}
.footer-menu ul.sub-main-service-list li:first-child {
  margin-top: 0.5rem;
}
.footer-menu ul.sub-main-service-list li:not(:first-child) {
  margin-top: 1rem;
}
.footer-menu ul.sub-service-list {
  font-size: 13px;
  list-style: none;
  padding-inline-start: 0px;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-left: 0px;
}
.footer-menu ul.sub-service-list li:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  border: 0px;
  font-weight: 900;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin: 0 5px;
}
.footer-menu ul.sub-service-list li:first-child {
  margin-top: 0rem;
}
.footer-menu ul.sub-service-list li:not(:first-child) {
  margin-top: 0rem;
}
.footer-menu .btn-primary {
  font-size: 16px;
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  padding: 0.375rem 1.5rem;
}
.footer-menu .mail-icon:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer-menu .fa-twitter {
  vertical-align: middle;
}
.footer-menu .group {
  font-size: 0.6rem;
  line-height: 1.3rem;
}

/* -----------------------------------------------------------
    solution
----------------------------------------------------------- */
.solution-case {
  padding: 1.5rem 3.5rem;
  content: "";
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2079%22%3E%3Cpath%20fill%3D%22%23d6e1dc%22%20d%3D%22M101.1%2042.4c-4.8%200-8.7-3.9-8.7-8.7%200-4.8%203.9-8.7%208.7-8.7%204.8%200%208.7%203.9%208.7%208.7%200%204.8-3.9%208.7-8.7%208.7m2-24h-3.8v3c-.9.1-1.8.4-2.6.7l-1.5-2.6-3.3%201.9%201.5%202.6c-.7.6-1.3%201.2-1.9%201.9l-2.6-1.5-1.9%203.3%202.6%201.5c-.3.8-.6%201.7-.7%202.6h-3.1v3.8h3.1c.1.9.4%201.8.7%202.6L87%2039.7l1.9%203.3%202.6-1.5c.6.7%201.2%201.3%201.9%201.9L91.9%2046l3.3%201.9%201.5-2.6c.8.3%201.7.5%202.6.7v3h3.8v-3c.9-.1%201.8-.4%202.6-.7l1.5%202.6%203.3-1.9-1.5-2.6c.7-.6%201.3-1.2%201.9-1.9l2.6%201.5%201.9-3.3-2.6-1.5c.3-.8.5-1.7.7-2.6h3v-3.8h-3c-.1-.9-.4-1.8-.7-2.6l2.6-1.5-1.9-3.3-2.6%201.5c-.6-.7-1.2-1.3-1.9-1.9l1.5-2.6-3.3-1.9-1.5%202.6c-.8-.3-1.7-.6-2.6-.7v-3M81.1%2016.2c-2.6%200-4.7-2.1-4.7-4.7s2.1-4.7%204.7-4.7%204.7%202.1%204.7%204.7-2.1%204.7-4.7%204.7M83.3%201h-4.5v2.9c-.5.1-.9.3-1.4.6l-1.8-1.8-.2-.2-.2.2-2.7%202.7-.2.2.2.2%201.8%201.8c-.3.5-.5%201-.6%201.5h-2.9v4.5h2.8c.2.6.4%201.1.7%201.6L72.5%2017l-.2.2.2.2%202.7%202.7.2.2.2-.2%201.8-1.8%201.5.6V22h4.5v-3c.5-.1.9-.3%201.3-.6l1.9%201.9.2.2.2-.2%202.7-2.7.2-.2-.2-.2-1.7-1.9c.2-.5.4-.9.6-1.4h3V9.3h-2.9l-.6-1.5L90%205.9l.2-.2-.2-.2-2.7-2.7-.2-.2-.2.2L85%204.7l-1.5-.6V1M36%2061.6c-10.2%200-18.6-8.3-18.6-18.6S25.7%2024.4%2036%2024.4c10.2%200%2018.6%208.3%2018.6%2018.6%200%2010.2-8.3%2018.6-18.6%2018.6M40.1%2010h-8.2v6.5c-1.9.3-3.8.8-5.5%201.5l-3.3-5.7-7.1%204.1%203.3%205.6c-1.5%201.2-2.9%202.6-4.1%204.1l-5.6-3.3-4.1%207.1%205.7%203.3c-.7%201.8-1.2%203.6-1.5%205.5H3V47h6.5c.3%201.9.8%203.8%201.5%205.5l-5.7%203.3%204.1%207.1%205.6-3.3c1.2%201.5%202.6%202.9%204.1%204.1l-3.3%205.6%207.1%204.1%203.3-5.7c1.8.7%203.6%201.2%205.5%201.5V76h8.2v-6.5c1.9-.3%203.8-.8%205.5-1.5l3.3%205.7%207.1-4.1-3.3-5.6c1.5-1.2%202.9-2.6%204.1-4.1l5.6%203.3%204.1-7.1-5.3-3.4c.7-1.8%201.2-3.6%201.5-5.5H69v-8.3h-6.5c-.3-1.9-.8-3.8-1.5-5.5l5.6-3.3-4.1-7.1-5.6%203.3c-1.2-1.5-2.6-2.9-4.1-4.1l3.3-5.6-7.1-4.1-3.3%205.5c-1.8-.7-3.6-1.2-5.5-1.5V10%22%2F%3E%3Cpath%20fill%3D%22%23d6e1dc%22%20d%3D%22M36%2033.6c-5.2%200-9.4%204.2-9.4%209.4s4.2%209.4%209.4%209.4%209.4-4.2%209.4-9.4-4.2-9.4-9.4-9.4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: 0px 15px;
}

.solution-case-peace dt {
  font-weight: initial !important;
}
.solution-case-peace h5 {
  font-weight: 700 !important;
}
.solution-case-peace h5:before {
  border: none;
}

.solution-case-for {
  background: #e8e9e7;
}
.solution-case-for h5 {
  font-weight: 700 !important;
  margin-left: -35px;
}
.solution-case-for h5:before {
  border: none;
  position: relative;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043%2033%22%3E%3Cpath%20fill%3D%22%232f9280%22%20d%3D%22M36.3%207.1L17.9%2028%206.7%2018.1l2.2-2.4%208.7%207.7L33.9%205l2.4%202.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-case-for div {
  margin: 0 auto;
}

.solution-app {
  border: 1px solid #2f9280;
}
.solution-app h3 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.support-about-title {
  font-size: 1.25rem;
  border-bottom: solid 1px #e8e9e7;
  position: relative;
  padding-bottom: 0.7rem;
}
.support-about-title:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  border-bottom: 1px solid #2f9280;
}

/* -----------------------------------------------------------
    scope
----------------------------------------------------------- */
.scope-case .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 250px;
  white-space: nowrap;
  text-align: center;
}
.scope-case .btn-primary span:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  margin-right: 0px;
  width: 15px;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  background: #ffffff;
}
footer .company_name {
  font-size: 16px;
  line-height: 40px;
}
footer address {
  font-size: 13px;
}

/* -----------------------------------------------------------
    youtube
----------------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt_wrapper {
  max-width: 640px;
  min-width: 200px;
  margin: 20px auto;
}

/* -----------------------------------------------------------
    terms
----------------------------------------------------------- */
.terms ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
  -khtml-padding-start: 20px;
  -o-padding-start: 20px;
  padding-left: 20px;
}
.terms h6 {
  font-weight: 900;
  padding: 0.8rem 25px;
}
.terms h6:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #2f9280;
  display: -webkit-inline-box;
  display: inline-block;
  margin-right: 0.3rem;
  top: 14px;
}
.terms h6:after {
  border: none;
  padding-top: 0;
}

.footer-menu-mail.mail-icon::before {
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle;
}

/* -----------------------------------------------------------
    go to top
----------------------------------------------------------- */
.ts-go-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.ts-go-to-top.is-active .ts-go-to-top__inner {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.ts-go-to-top__inner {
  height: 100%;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ts-go-to-top__content {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
}

.ts-is-pc .ts-go-to-top__label {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ts-go-to-top__label {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #fff;
  border: 2px solid #2f9280;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0.8;
  text-align: center;
}
.ts-go-to-top__label img {
  vertical-align: sub;
}

div.campaign a {
  z-index: 10;
  position: absolute;
  right: 100px;
}
div.campaign a:nth-child(1) {
  bottom: 20px;
}
div.campaign a:nth-child(2) {
  bottom: 90px;
}
div.campaign a:nth-child(3) {
  bottom: 160px;
}

.variation {
  line-height: initial;
}

.variation_label {
  background: #ffffff;
  font-size: 13px;
  padding: 3px 10px;
  margin: 5px;
  line-height: initial;
  display: inline-block;
  border: 1px solid #000000;
}
.variation_label.st {
  color: #2e4577;
  border-color: #2e4577;
}
.variation_label.rh {
  color: #590e10;
  border-color: #590e10;
}
.variation_label.ss {
  color: #315442;
  border-color: #315442;
}
.variation_label.pp {
  color: #478ec4;
  border-color: #478ec4;
}
.variation_label.un {
  color: #313333;
  border-color: #313333;
}
.variation_label.np {
  color: #413220;
  border-color: #413220;
}
.variation_label.nu {
  color: #4e7033;
  border-color: #4e7033;
}
.variation_label.tw {
  color: #711710;
  border-color: #711710;
}

/* -----------------------------------------------------------
    loading
----------------------------------------------------------- */
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #2f9280, 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.5), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.7), 1.8em -1.8em 0 0em #2f9280, 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.5), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.7), 2.5em 0em 0 0em #2f9280, 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.5), 2.5em 0em 0 0em rgba(47, 146, 128, 0.7), 1.75em 1.75em 0 0em #2f9280, 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.5), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.7), 0em 2.5em 0 0em #2f9280, -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.5), 0em 2.5em 0 0em rgba(47, 146, 128, 0.7), -1.8em 1.8em 0 0em #2f9280, -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.5), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.7), -2.6em 0em 0 0em #2f9280, -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.5), -2.6em 0em 0 0em rgba(47, 146, 128, 0.7), -1.8em -1.8em 0 0em #2f9280;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #2f9280, 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.5), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.7), 1.8em -1.8em 0 0em #2f9280, 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.5), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.7), 2.5em 0em 0 0em #2f9280, 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.5), 2.5em 0em 0 0em rgba(47, 146, 128, 0.7), 1.75em 1.75em 0 0em #2f9280, 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.5), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.7), 0em 2.5em 0 0em #2f9280, -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.2), -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.5), 0em 2.5em 0 0em rgba(47, 146, 128, 0.7), -1.8em 1.8em 0 0em #2f9280, -2.6em 0em 0 0em rgba(47, 146, 128, 0.2), -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.5), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.7), -2.6em 0em 0 0em #2f9280, -1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(47, 146, 128, 0.2), 1.8em -1.8em 0 0em rgba(47, 146, 128, 0.2), 2.5em 0em 0 0em rgba(47, 146, 128, 0.2), 1.75em 1.75em 0 0em rgba(47, 146, 128, 0.2), 0em 2.5em 0 0em rgba(47, 146, 128, 0.2), -1.8em 1.8em 0 0em rgba(47, 146, 128, 0.5), -2.6em 0em 0 0em rgba(47, 146, 128, 0.7), -1.8em -1.8em 0 0em #2f9280;
  }
}
.pinpoint-color {
  line-height: initial !important;
}

/* -----------------------------------------------------------
    hover effect
----------------------------------------------------------- */
a.bnr {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
a.bnr:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.btn {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

/* -----------------------------------------------------------
    loading
----------------------------------------------------------- */
.animsition-loading:after {
  font-size: 15px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2025%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20fill%3D%22%2344b78e%22%20d%3D%22M8.5%2024.3c-.3%200-.7-.1-1-.3-.9-.6-1.2-1.8-.7-2.7l4.1-6.9H1.1L8.8%201.6C9.4.7%2010.6.4%2011.5.9c.9.6%201.2%201.8.7%202.7l-4.1%206.9h9.8l-7.7%2012.8c-.4.7-1%201-1.7%201z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

/* -----------------------------------------------------------
    dataapi
----------------------------------------------------------- */
.dataapi-data .point-peace {
  min-height: 420px;
}
.dataapi-data .point-peace .text {
  height: 6.5rem;
}
.dataapi-data .point-peace .text-small {
  height: 3.5rem;
}

.dataapi-flow-list {
  width: 60%;
  max-width: 690px;
  margin-bottom: 40px;
}
.dataapi-flow-list__step {
  box-sizing: border-box;
  display: block;
  color: #2f9280;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 82px;
  border-radius: 50%;
  border: 2px solid #2f9280;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  background-color: #fff;
  margin-right: 16px;
}
.dataapi-flow-list ul {
  position: relative;
  padding: 0;
}
.dataapi-flow-list ul::before {
  position: absolute;
  top: 16px;
  left: 40px;
  width: 2px;
  height: 450px;
  content: "";
  display: block;
  border-left: 2px dotted #44b78e;
  z-index: -10;
}
.dataapi-flow-list li {
  margin-bottom: 20px;
}
.dataapi-flow-list li dt {
  color: #2f9280;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.dataapi-flow-list li dt .bgc-green {
  color: #fff;
  font-size: 14px;
  background-color: #2f9280;
  padding: 4px 12px;
  margin-left: 8px;
}
.dataapi-flow-list li a {
  color: #2f9280;
}

.dataapi-btn-list ul {
  justify-content: center;
  padding: 0;
}
.dataapi-btn-list li {
  list-style: none;
}
.dataapi-btn-list li:not(:last-of-type) {
  margin-right: 16px;
}
.dataapi-btn-list a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  border-radius: 4px;
  background-color: #2f9280;
}
/*contact*/
.dataapi-contact {
  max-width: 624px;
  border: 1px solid #2f9280;
  padding: 18px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.dataapi-contact__text {
  color: #2f9280;
  font-size: 16px;
  font-weight: bold;
}

.dataapi-contact p a {
  color: black !important;
}

.btn-dataapi {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.btn-dataapi::after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-left: 12px;
}
.btn-dataapi:hover {
  color: #fff;
}
.btn-dataapi:first-of-type {
  margin-right: 24px;
}

/* -----------------------------------------------------------
     thunderstorm
----------------------------------------------------------- */
/*  point  */
.thunderstorm-point {
  background: #e2f1ee;
}

.thunderstorm__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-left: 4px;
  margin-bottom: 0;
}
.thunderstorm__title span {
  color: #2f9280;
  font-weight: inherit;
}

.thunderstorm-point__img {
  margin-top: -70px;
  min-height: 387px;
  min-width: 302px;
  width: 100%;
}

.pinpoint-link {
  color: #000 !important;
  padding-bottom: 2px;
  border-bottom: 2px dotted #2f9280;
}

.pinpoint {
  position: relative;
  margin: 1.5em 0;
  padding: 24px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e8e9e7;
  margin-bottom: 24px;
}
.pinpoint::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e8e9e7;
}
.pinpoint__subtit {
  display: block !important;
  color: #2f9280;
  font-size: 13px !important;
  font-weight: bold;
  margin-bottom: 4px;
}
.pinpoint__title {
  display: block !important;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1.4;
}
.pinpoint__title span {
  display: block;
  font-size: 24px;
}
.pinpoint__img {
  position: absolute;
  top: -11px;
  right: 20px;
}
.pinpoint__item {
  margin-right: 40px;
  box-sizing: border-box;
}
.pinpoint__item img {
  margin-bottom: 16px;
  width: 150px;
}
.pinpoint__item p {
  padding-bottom: 8px;
  border-bottom: 2px dotted #2f9280;
}

.thunderstorm-point .img-fluid {
  height: 100% !important;
}

.over-hidden {
  overflow: hidden;
}

#pinpoint-menu01,
#pinpoint-menu02,
#pinpoint-menu03,
#pinpoint-menu04 {
  background-color: #fff;
  margin-bottom: 80px;
  max-height: 365px;
}

.package {
  margin-right: 24px;
  margin-bottom: 16px;
}
.package__title {
  color: #2f9280;
  font-size: 14px;
  font-weight: bold;
  background-color: #e2efed;
  padding: 8px 24px;
  border-bottom: 1px solid #2f9280;
  min-width: 180px;
  text-align: center;
}
.package__data {
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 0;
  min-width: 500px;
}

.l-package {
  margin: 0 auto !important;
  padding-top: 40px;
}
.menu__list {
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: -20px;
}
.menu__item {
  flex: 0 0 45%;
  margin-right: 20px;
  list-style: none;
}
.menu__title {
  color: #2f9280;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.menu__title span {
  color: #fff;
  font-size: 14px;
  background-color: #2f9280;
  padding: 3px 6px;
  margin-left: 16px;
}
.menu__desc {
  margin-bottom: 32px;
}
.tsList {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.tsList th,
.tsList td {
  width: 25%;
  box-sizing: border-box;
  padding: 16px;
}
.tsList th {
  color: #fff;
  font-weight: bold;
  background-color: #2f9280;
}
.tsList td {
  color: #2b2b2b;
  border-bottom: 1px solid #bdbdbd;
}
.tsList td.tsList__head {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #2f9280;
  background-color: #e2efed;
  border-bottom: 1px solid #2f9280;
}
.tsList td.tsList__head span {
  font-size: 16px;
  margin-right: 6px;
}

.ts-price-scroll {
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.ts-price {
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}
.ts-price th,
.ts-price td {
  width: 20%;
}
.ts-price th {
  color: #fff;
  font-weight: bold;
  background-color: #2f9280;
  padding: 8px;
}
.ts-price td {
  background-color: #f2f8f7;
  padding: 12px;
  margin-bottom: 2px;
  border-bottom: 4px solid #e2f1ee;
}
.ts-price td input {
  width: 100%;
  border: 1px solid #221714;
}
.ts-price .ts-head {
  background-color: #c1ded9;
}

.ts-put {
  width: 100%;
  font-size: 14px;
  text-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.ts-put__item {
  flex: 0 0 20%;
}
.ts-put__head {
  color: #fff;
  line-height: 1;
  background-color: #6eb9aa;
  border: 1px solid #6eb9aa;
  padding: 14px;
}
.ts-put__head--green {
  background-color: #2f9280;
  border: 1px solid #2f9280;
}
.ts-put__price {
  line-height: 1;
  background-color: #fff;
  border: 1px solid #6eb9aa;
  padding: 14px;
}
.ts-put__connect {
  padding: 16px;
}
.ts-put p {
  margin-bottom: 0;
}

.line {
  padding: 0 4px;
  margin-right: 4px;
  border-bottom: 2px solid #2f9280;
}

/*-----------------------------------------------------------
    emergency
----------------------------------------------------------- */
.issue-emergency {
  border: 2px solid #d33d45;
  border-radius: 16px;
  margin: 20px;
}

.emergency-title {
  font-size: 18px;
  font-weight: bold;
}

/*-----------------------------------------------------------
   thunder 雷・雷予測
----------------------------------------------------------- */
.thunder-spec {
  margin-right: 24px;
  margin-bottom: 16px;
}
.thunder-spec__title {
  color: #2f9280;
  font-size: 14px;
  font-weight: bold;
  background-color: #e2efed;
  padding: 8px 24px;
  border-bottom: 1px solid #2f9280;
  flex-basis: 240px;
  text-align: center;
  min-width: 240px;
}
.thunder-spec__data {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 0;
}

.l-thunder-spec {
  margin: 0 auto !important;
  padding-top: 40px;
}

.thunder-case {
  margin-bottom: 80px;
}
.thunder-case ul {
  padding: 0;
  margin-left: -40px;
}
.thunder-case li {
  list-style: none;
  width: 30%;
  margin-left: 40px;
  margin-bottom: 24px;
}
.thunder-case li img {
  width: 100%;
  margin-bottom: 16px;
}
.thunder-case li p {
  font-size: 14px;
  line-height: 1.4286;
  margin-bottom: 16px;
}
.thunder-case li a {
  color: #000;
  font-size: 14px;
}
.thunder-case li a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%232f9280%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

/*-----------------------------------------------------------
   price
----------------------------------------------------------- */
.price-tb {
  font-size: 13px;
  border-top: 2px solid #2f9280;
  border-bottom: 2px solid #2f9280;
  width: 100%;
  margin-bottom: 8px;
}
.price-tb ~ small {
  display: block;
  text-align: left;
}
.price-tb ~ small a {
  color: #2f9280;
}

.price-tb tr:nth-of-type(odd) {
  background-color: #e2f0ed;
}

.price-tb th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 16px 8px;
  background-color: #2f9280;
}

.price-tb td {
  color: #000;
  font-size: 13px;
  padding: 8px 2px 8px 8px;
  border: 1px solid #fff;
  text-align: right;
}

.price-tb .price-tb__stage-color th:nth-of-type(1) {
  background-color: rgba(47, 146, 128, 0.6);
}
.price-tb .price-tb__stage-color th:nth-of-type(2) {
  background-color: rgba(47, 146, 128, 0.68);
}
.price-tb .price-tb__stage-color th:nth-of-type(3) {
  background-color: rgba(47, 146, 128, 0.76);
}
.price-tb .price-tb__stage-color th:nth-of-type(4) {
  background-color: rgba(47, 146, 128, 0.84);
}
.price-tb .price-tb__stage-color th:nth-of-type(5) {
  background-color: rgba(47, 146, 128, 0.92);
}
.price-tb .price-tb__stage-color th:nth-of-type(6) {
  background-color: #2f9280;
}

.price-tb tr:first-of-type {
  border-top: 2px solid #2f9280;
}

.price-tb tr:last-of-type {
  border-bottom: 2px solid #2f9280;
}

.bgc-lgreen {
  background-color: #e0efec !important;
}

th.bgc-fff {
  color: #2f9280;
  background-color: #fff !important;
}

th.bgc-lgreen {
  color: #2f9280;
}

.price-dl {
  width: 560px;
  border-top: 2px solid #2f9280;
  border-bottom: 2px solid #2f9280;
}

.price-dl dt {
  width: 64%;
  padding: 8px;
  padding-left: 16px;
  font-weight: normal;
}
.price-dl dd {
  width: 36%;
  padding: 8px;
  margin-bottom: 0;
}

.price-dl .flex:last-of-type {
  background-color: #e2f0ed;
}

.price-dl .flex:frist-of-type {
  padding-top: 10px;
}

.thunder-dl__code {
  background-color: #f5f5f5;
  padding: 24px;
  overflow: scroll;
  height: 500px;
}

/*price-list*/
.price-list {
  font-size: 14px;
}

.price-list__title {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background-color: #2f9280;
  border-radius: 5px;
  height: 44px;
}

.price-list__monthtotal {
  color: #2f9280;
  font-size: 20px;
}

.nowrap {
  white-space: nowrap;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.form-sim {
  padding: 1rem;
  margin: 0;
  margin-bottom: 8px;
}

.form-sim__type {
  background: #e8e9e7;
}

.sim-bg {
  /*background: #E2F1EE;*/
}

.border1 {
  border-bottom: 1px solid #2f9280;
}

.border2 {
  border-bottom: 2px solid #2f9280;
}

.border3 {
  border-bottom: 3px solid #2f9280;
}

.form-sim .btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.1em;
}

.sumbox {
  border: 2px solid #6eb9aa;
}

.totalbox {
  border: 2px solid #2f9280;
}

.sumbox--txt {
  background: #6eb9aa;
  color: #fff;
  padding: 0.5rem;
  font-size: 14px;
}

.totalbox--txt {
  color: #fff;
  background: #2f9280;
  padding: 0.5rem;
  font-size: 14px;
}

.sumbox--result {
  color: #6eb9aa;
  padding: 0.5rem;
  background-color: #fff;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.4;
}

.totalbox--result {
  color: #2f9280;
  padding: 0.5rem;
  background-color: #fff;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.4;
}

.sumbox__cal {
  margin-top: 30px;
}

#basicCharge,
#totalMonthly2,
#totalSum {
  display: none;
}

.pr3 {
  padding-right: 0.3rem;
}

.pl3 {
  padding-left: 0.3rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=email] {
  user-select: none;
}

.price-link {
  width: 404px;
  margin: 0 0 0 auto;
}

/*シミュレーター*/
.sl-tb th,
.sl-tb td {
  text-align: center;
}

.sl-tb {
  width: 100% !important;
  text-align: center;
}
.sl-tb__wrap {
  padding: 8px;
  margin-bottom: 8px;
  background-color: darkgray;
}
.sl-tb__th span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px;
  background-color: #2f9280;
  border-radius: 5px;
  max-width: 180px;
  display: block;
  margin: auto;
  margin-bottom: 8px;
}
.sl-tb__th-number {
  color: #2f9280;
  font-size: 10px;
  text-align: center;
}
.sl-tb__wrap {
  background-color: #e0efec;
  margin-bottom: 8px;
  height: 60px;
}
.sl-tb__tit {
  font-size: 14px;
  text-align: center;
  width: 22%;
}
.sl-tb__tit--yo {
  width: 16%;
}
.sl-tb__tit--type {
  font-size: 14px;
  background-color: #f2f8f7;
  border-bottom: 2px solid #fff;
}
.sl-tb__request {
  width: 22%;
}
.sl-tb__price span {
  color: #2f9280;
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 3px solid #2f9280;
  width: 50px;
  display: block;
  margin: auto;
  width: 90%;
  height: 33px;
}
.sl-tb__number {
  width: 12%;
}
.sl-tb__number span {
  color: #2f9280;
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2f9280;
  width: 50px;
  display: block;
  margin: auto;
}

.bd {
  border-bottom: 6px solid #fff;
}

/*-----------------------------------------------------------
    落雷統計データ お見積 / ご注文フォーム
----------------------------------------------------------- */
#wpcf7-f348-o1 .form-control {
  width: 100%;
}

.wpcf7 textarea[name=range1-address],
.wpcf7 textarea[name=range2-area] {
  width: 100%;
  height: 100px !important;
}

.wpcf7 input[name=range1-size] {
  display: inline-block;
  width: 50% !important;
  margin-right: 12px;
}

.radio-range .first::after {
  display: block;
  content: "※調査範囲は、ご指定地点を中心とした正方形の範囲になります。";
  font-size: 13px;
}

.radio-range .last::after {
  display: block;
  content: "※調査範囲は、対象を囲む正方形の範囲になります。";
  font-size: 13px;
}

.tb-line {
  padding-top: 24px;
  padding-bottom: 12px;
  border-top: 1px solid #2f9280;
  border-bottom: 1px solid #2f9280;
}

/*-----------------------------------------------------------
    ピンポイント雷雨アプリフォーム
----------------------------------------------------------- */
.ca_active {
  font-size: 13px;
  color: #721c24;
}

.ts-price td input.ca_active {
  font-size: 16px;
}

.contact-form-thunderstorm input[type=number] {
  text-align: center;
}
.contact-form-thunderstorm select {
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  padding: 6px 4px;
  box-sizing: border-box;
  background-color: #fff;
}

.wpcf7-form-control-wrap.ic,
.wpcf7-form-control-wrap.mp {
  display: none;
}

.page-template-page-service-thunderstorm_form .grayout {
  opacity: 0.5;
}

.ts-ul::before {
  height: 430px !important;
}

.ts-btn-wrap {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.ts-btn-wrap input[type=button] {
  border: none;
}

#js-btn-clear {
  display: block;
  width: 120px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
  background-color: #2f9280;
  opacity: 0.65;
  margin-right: 12px;
  cursor: pointer;
}

#js-btn-calc {
  display: block;
  width: 120px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
  background-color: #2f9280;
  cursor: pointer;
}

/*.ts-price .change_row.grayout td:nth-of-type(n+2){
background-color: #ccc;
opacity:0.8;
}*/
.page-template-page-service-thunderstorm_form input.grayout,
.page-template-page-service-thunderstorm_form .wpcf7-list-item-label.grayout {
  pointer-events: none !important;
}

/*-----------------------------------------------------------
    サンダーリポート
----------------------------------------------------------- */
.bn-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.latest {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.latest .cardList {
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
}
.latest .cardList__item {
  flex: 0 0 31%;
  padding: 3% 3% 2% 3%;
  background-color: #fff;
  margin: 1%;
  margin-bottom: 2%;
}
.latest .cardList__item::marker {
  display: none;
}
.latest .cardList__img {
  text-align: center;
  margin-bottom: 0;
}
.latest .cardList__img img {
  width: 50%;
}
.latest .cardList__wrap {
  flex: 0 0 50%;
  padding-right: 40px;
  padding-top: 12px;
}
.latest .cardList__tit {
  color: #2f9280;
  font-size: 20px;
  text-align: left;
  margin-bottom: 12px;
}
.latest .cardList__desc {
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 16px;
}
.latest .cardList__pdf a {
  display: block;
  width: 270px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #2f9280;
  padding: 3% 4%;
  border-radius: 5px;
}
.latest .cardList__pdf a::after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232F9280%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  margin-right: 0px;
  width: 15px;
}

.cardList {
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -1.7%;
  width: 100%;
}
.cardList__item {
  flex: 0 0 31%;
  padding: 3% 3% 2% 3%;
  background-color: #fff;
  margin-left: 2%;
  margin-bottom: 2%;
}
.cardList__item::marker {
  display: none;
}
.cardList__img {
  text-align: center;
  margin-bottom: 20px;
}
.cardList__img img {
  width: 50%;
}
.cardList__tit {
  color: #2f9280;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.cardList__desc {
  font-size: 14px;
  min-height: 50px;
  margin-bottom: 16px;
}
.cardList__pdf a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #2f9280;
  padding: 3% 4%;
  border-radius: 5px;
}
.cardList__pdf a::after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232F9280%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  margin-right: 0px;
  width: 15px;
}
/*ベーシック認証*/
.basicauth__wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.basicauth--form {
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 10px 20px;
}

.basicauth--submit {
  margin: 0 auto;
}

/*    config    */
.bgc-green {
  background-color: #e2f1ee;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.pc_none {
  display: none;
}

.s_sp_block {
  display: none;
}

.listnone {
  list-style: none;
}

.sample {
  background: #f5f5f5;
  line-height: 500px;
  height: 500px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.service_issue.btn-primary {
  background: #2f9280 !important;
  border-color: #2f9280 !important;
  color: #ffffff;
  font-size: 24px;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem;
}
.service_issue.btn-primary img {
  width: 55px;
  height: auto;
}
.service_issue.btn-primary span:after {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.3%22%20height%3D%2228.7%22%3E%3Ccircle%20cx%3D%2214.2%22%20cy%3D%2214.3%22%20r%3D%2213.1%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M19.1%2013.5l-6.9-5.3c-.3-.2-.7-.2-1%20.1l-.3.3c-.1.1-.2.3-.1.5%200%20.2.1.4.3.5l5.7%204.5-5.7%204.5c-.1.1-.2.3-.3.5%200%20.2%200%20.4.1.5l.3.3c.1.2.3.3.5.3.1%200%20.3%200%20.4-.1l6.9-5.3c.2-.1.3-.3.3-.5.1-.5%200-.7-.2-.8z%22%20fill%3D%22%232f9280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  margin-right: 0px;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  vertical-align: inherit;
}

.issue_faq {
  border-top: 1px solid #dbdbdb;
}
.issue_faq dt {
  position: relative;
  padding: 15px 60px;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
.issue_faq dt::before {
  color: #2f9280;
  content: "Q.";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 5px;
}
.issue_faq dt::after {
  color: #2f9280;
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
}
.issue_faq dt.open::after {
  content: "−";
}
.issue_faq dd {
  margin: 0;
  padding: 15px 15px 15px 60px;
  background: #e2f1ee;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.issue_faq dd::before {
  color: #c64444;
  content: "A.";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 5px;
}
.issue_faq dd a {
  color: #2f9280;
  text-decoration: underline;
}
@media (min-width: 992px) {
  _:lang(x)::-ms-backdrop,
.nav-item:nth-child(7) {
    min-width: 125px;
    width: auto !important;
  }
  .navbar-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-item {
    height: 100%;
  }
  .nav-item.wdbtn {
    padding: 0 1%;
  }
  .nav-item:not(.wdbtn) {
    margin-right: 2% !important;
  }
  .nav-item .nav-link {
    padding-top: 1.7rem;
  }
  .nav-item.gr {
    background: #2f9280;
  }
  .nav-item.bk {
    background: #000000;
  }
  .nav-item.yg {
    background: #6eb9aa;
  }
  .nav-item.yg a {
    padding-top: 0.9rem;
    line-height: 15px;
  }
  .nav-item:nth-child(6), .nav-item:nth-child(7), .nav-item:nth-child(8) {
    padding-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 125px;
  }
  .nav-item:nth-child(6) a, .nav-item:nth-child(7) a, .nav-item:nth-child(8) a {
    color: #ffffff;
    padding: 0;
  }
  .header-ln {
    display: block;
    margin-bottom: 0.2rem;
  }
  .header-ln:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2025%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M8.5%2024.3c-.3%200-.7-.1-1-.3-.9-.6-1.2-1.8-.7-2.7l4.1-6.9H1.1L8.8%201.6C9.4.7%2010.6.4%2011.5.9c.9.6%201.2%201.8.7%202.7l-4.1%206.9h9.8l-7.7%2012.8c-.4.7-1%201-1.7%201z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    margin-right: 0px;
  }
  .header-dl {
    display: block;
    margin-bottom: 0.2rem;
  }
  .header-dl:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 30px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2226.1%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M16.1%2025.8H3.5c-1.7%200-3.2-1.4-3.2-3.2v-19C.3%201.9%201.7.4%203.5.4h8.9c.3%200%20.6.3.6.6s-.3.6-.6.6H3.5c-1%200-1.9.9-1.9%201.9v19c0%201%20.9%201.9%201.9%201.9h12.7c1%200%201.9-.9%201.9-1.9V11.3c0-.4.3-.6.6-.6s.6.3.6.6v11.4c0%201.7-1.4%203.1-3.2%203.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.7%208.1h-4.6c-1.3%200-2.4-1.1-2.4-2.4V1.1c0-.4.3-.6.6-.6s.6.3.6.6v4.6c0%20.6.5%201.1%201.1%201.1h4.6c.3%200%20.6.3.6.6.1.4-.2.7-.5.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.7%208.1c-.3%200-.6-.3-.6-.6%200-3.1-2.6-5.7-5.7-5.7-.3%200-.6-.3-.6-.6s.3-.6.6-.6c3.8%200%207%203.1%207%207-.1.2-.4.5-.7.5zM13%2012.5H6.6c-.3%200-.6-.3-.6-.6s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.6-.6.6zM13%2017H6.6c-.3%200-.6-.3-.6-.7s.3-.6.6-.6H13c.3%200%20.6.3.6.6s-.3.7-.6.7z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    margin-right: 0px;
  }
  .header-mail {
    display: block;
    margin-bottom: 0.2rem;
  }
  .header-mail:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.7%2018%22%20width%3D%2220%22%20height%3D%2220%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M18.2%2017.7H3.5c-1.7%200-3.2-1.4-3.2-3.1v-11C.3%201.9%201.7.4%203.5.4h14.7c1.7%200%203.1%201.4%203.1%203.2v11c.1%201.7-1.3%203.1-3.1%203.1zM3.5%202.5c-.6%200-1%20.5-1%201v11c0%20.6.5%201.1%201%201.1h14.7c.6%200%201.1-.5%201.1-1.1v-11c0-.6-.5-1-1.1-1H3.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M10.9%2011.9c-.2%200-.4-.1-.6-.2L.8%205.4C.4%205.1.2%204.5.5%204s1-.6%201.5-.3l8.9%205.9%208.9-5.9c.5-.3.9-.2%201.3.3-.2.5-.1.9-.1%201.5l-9.5%206.3c-.2.1-.4.1-.6.1z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 0px;
  }
  .dropdown-toggle:not(.cat)::after {
    display: block;
    color: #2f9280;
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free";
    border: 0px;
    font-weight: 900;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin-left: 0;
  }
  .dropdown-toggle.active::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .dropdown-menu {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .main-header {
    height: 400px;
    overflow: hidden;
  }
  .station-point .point-peace .text {
    height: 8.5rem;
  }
  .station-point .mds {
    margin-left: -15px !important;
  }
}
@media (max-width: 992px) {
  nav {
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  nav::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .nav-item {
    width: 90%;
    border-bottom: 1px solid #44b78e;
  }
  .dropdown-toggle:not(.cat)::after {
    display: inline-block;
    color: #2f9280;
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free";
    border: 0px;
    font-weight: 900;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .dropdown-toggle.active::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .single-case-footer ul.single-case-footer-menu li {
    border-right: none !important;
  }
  .dataapi-flow-list {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  nav {
    width: 95%;
    max-width: 1500px;
    height: 85px;
    margin: 0 auto;
    font-size: 14px !important;
  }
  nav div.right-link {
    width: 200px;
  }
  .dropdown-menu {
    font-size: 14px !important;
  }
  .main-slider {
    position: absolute;
    top: 0;
    left: 0;
  }
  h1.conten:after {
    text-align: center;
  }
  .archive-list .entry-content {
    max-width: 800px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav {
    width: 100%;
    height: 85px;
    font-size: 12px !important;
  }
  .dropdown-menu {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  nav div.navbar-collapse {
    height: calc(100vh - 62px);
  }
  .nav-item {
    line-height: 2rem;
  }
  a.dropdown-item {
    padding: 10px;
    width: 100%;
    background: #e8e9e7;
  }
}
@media (max-width: 1200px) {
  nav div.right-link a {
    color: #000000 !important;
  }
  nav div.right-link a:hover {
    color: #000000;
  }
  nav div.right-link.gr {
    background: #ffffff;
  }
  nav div.right-link.bk {
    background: #ffffff;
  }
  .main-visual:before {
    padding-top: 540px;
  }
  .carousel-indicators li {
    background-color: #6c757d;
  }
  .carousel-indicators {
    bottom: -75px;
  }
  .carousel-box {
    top: 120px;
    left: 40px;
  }
  .carousel-box .carousel-title {
    font-size: 24px;
  }
  .carousel-box .carousel-body {
    font-size: 14px;
  }
  .carousel-item {
    height: 540px;
  }
  .t-jldn {
    right: 12px;
  }
  .service-header {
    padding-top: 8vh;
  }
  .news-body p .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .gmap {
    padding-bottom: 100%;
  }
  .content-label .wpcf7-list-item {
    display: block;
  }
  .jldn-header {
    padding-top: 55px;
  }
  .jldn-content br {
    display: none;
  }
  div.campaign a {
    right: 10px;
  }
  .pinpoint__subtit br {
    display: block;
  }
}
@media (max-width: 576px) {
  .main-visual:before {
    padding-top: 380px;
  }
  .carousel-box {
    top: 88px;
    left: 20px;
  }
  .carousel-box .carousel-body {
    font-size: 12px;
    margin-top: 0px;
    height: 70px !important;
  }
  .carousel-box .btn-primary {
    margin-top: 0rem;
  }
  .carousel-item {
    height: 380px;
  }
  .service-header {
    padding-top: 4vh;
  }
  .news-row .btn-primary {
    margin: 2rem 0;
  }
  h3.title {
    font-size: 1.45rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  img.alignright {
    float: none;
  }
  img.alignleft {
    float: none;
  }
  .header-row:before {
    padding-top: 285px;
  }
  .main-header h2 {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  #breadcrumb ul {
    font-size: 0.7rem;
  }
  .font_h5 {
    font-size: 1.15rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .gmap {
    padding-bottom: 100%;
  }
  .service-card {
    max-width: 300px;
    margin: 0 auto;
    min-width: 200px;
  }
  .checkbox-label {
    display: inline;
    margin-left: 0rem;
    font-size: 12px;
  }
  .jldn-content table tr {
    height: 6.5rem;
  }
  .case-title {
    font-size: 1.45rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .row-introduction .footnote {
    text-align: left !important;
  }
  .row-introduction h1 {
    font-size: 38px;
  }
  .row-profile h1 {
    font-size: 38px;
  }
  .ts-go-to-top__label {
    width: 49px;
    height: 49px;
    line-height: 44px;
  }
  .dataapi-data .point-peace {
    min-height: 380px;
  }
  .dataapi-data .point-peace .text {
    height: 7.5rem;
  }
  .dataapi-flow-list {
    width: 100%;
  }
  .dataapi-flow-list__step {
    margin: auto;
  }
  .dataapi-flow-list ul {
    padding: 0;
  }
  .dataapi-flow-list li dt {
    text-align: center;
    margin-top: 16px;
  }
  .dataapi-contact {
    width: 90%;
  }
  .btn-dataapi {
    width: 100%;
  }
  .btn-dataapi:first-of-type {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .thunderstorm__title {
    font-size: 18px;
  }
  .thunderstorm-point__img {
    min-width: unset;
    min-height: unset;
  }
  .pinpoint__img {
    top: 54px;
    right: -40px;
  }
  .pinpoint__list {
    flex-wrap: wrap;
    margin-right: 0;
    padding: 0;
    padding-left: 40px;
  }
  .pinpoint__item {
    margin-right: 20px;
    width: 38%;
  }
  .pinpoint__item img {
    width: 100%;
  }
  .pinpoint__item p {
    font-size: 12px;
  }
  .price-tb {
    font-size: 12px;
    min-width: 500px;
    overflow-x: scroll;
  }
  .price-dl {
    width: 100%;
  }
  .thunder-dl__code {
    height: 360px;
  }
  .sample {
    height: 360px;
  }
  .service_issue.btn-primary {
    margin-top: 0rem;
    font-size: 16px;
  }
  .service_issue.btn-primary img {
    width: 25px;
  }
  .issue_faq dd {
    font-size: 14px;
  }
}
@media (max-width: 365px) {
  .bnr-img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  h1.not-md-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid #2f9280;
    z-index: 100;
  }
  .service-body dt {
    font-size: 20px;
  }
  .gmap {
    padding-bottom: 50%;
  }
  .supplement {
    width: 100%;
  }
  .jldn-content table tr td {
    width: 50% !important;
  }
  .jldn-content table tr td:not(:last-child) {
    width: 6% !important;
  }
  .case-contents table {
    font-size: 0.9rem;
  }
  .case-contents-foot.no-res {
    margin-left: 33%;
  }
  .issue-contents .balloon p {
    font-size: 1rem;
    line-height: 1rem;
  }
  .l-package {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .thunderstorm-station-package .station-package li ul {
    min-height: 260px;
  }
  .thunderstorm-station-package .station-package li ul li:nth-child(2) {
    min-width: 100px;
  }
  .menu__title {
    margin-bottom: 8px;
  }
  .menu__desc {
    margin-bottom: 16px;
  }
  .l-thunder-spec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .news-header {
    max-width: 100%;
  }
  .news-header::before {
    padding-top: 65px;
  }
  .news-header h1 {
    padding: 0.5rem;
  }
  .jldn-link {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  .dataapi-flow-list ul::before {
    display: none;
  }
  .dataapi-btn-list li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .package {
    margin-right: 0;
  }
  .package__title {
    text-align: left;
    padding: 8px 16px;
    min-width: 88px;
  }
  .package__data {
    min-width: 212px;
  }
  .ts-price {
    width: 600px;
  }
  .ts-put__head {
    padding: 8px;
  }
  .ts-put__price {
    padding: 8px;
  }
  .ts-put__connect {
    padding: 8px;
  }
  .thunder-spec {
    margin-right: 0;
  }
  .thunder-spec__title {
    text-align: left;
    padding: 8px 16px;
    min-width: 88px;
  }
  .thunder-spec__data {
    min-width: 212px;
  }
  .thunder-case ul {
    margin-left: 0;
  }
  .thunder-case li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 56px;
  }
  .thunder-case li p {
    margin-bottom: 8px;
  }
  .sumbox__cal {
    margin-top: 8px;
  }
  .price-link {
    width: 100%;
  }
  .price-link p {
    font-size: 14px;
    padding: 0;
  }
  .sl-tb {
    min-width: 720px;
    overflow-x: scroll;
  }
  .sl-tb__th span {
    font-size: 12px;
  }
  .sl-tb__th-number {
    /*display: none!important;*/
  }
  .sl-tb__tit {
    width: 17%;
  }
  .sl-tb__tit--type {
    width: 17%;
  }
  .sl-tb__number {
    /*display: none!important;*/
  }
  .over-x-scroll {
    overflow-x: scroll;
  }
  .flex {
    display: block;
  }
  .flex_sp {
    display: flex;
  }
  .pc_none {
    display: block;
  }
  .tb_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .s_sp_block {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-foot-parent div.img {
    right: -7rem;
    z-index: 1000;
    top: -30px;
  }
  .case-contents-foot .msg {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62%;
    height: 50px;
  }
  .case-contents-foot .create {
    position: absolute;
    bottom: 0.8rem;
    right: 1rem;
  }
  .issue-contents .balloon img {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .main-header {
    height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .main-header {
    height: 270px;
    overflow: hidden;
  }
}
@media (max-width: 1019px) {
  .card-deck {
    max-width: 700px;
  }
}
@media (max-width: 680px) {
  .card-deck {
    justify-content: center;
  }
}
@media (max-width: 1019px) and (min-width: 680px) {
  .service-card {
    width: 310px;
    max-width: 310px;
  }
}
@media (min-width: 576px) {
  .contact-form .icon {
    float: right;
  }
  .contact-form .icon2 {
    float: right;
  }
  .pinpoint-color {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1400px) {
  .station-package li ul {
    min-height: 210px;
  }
}
@media (max-width: 1024px) {
  .dataapi-flow-list {
    width: 70%;
  }
  .thunderstorm__title {
    font-size: 22px;
  }
  .pinpoint__list {
    width: 100%;
  }
  .sl-tb__tit {
    width: 23%;
  }
  .pc_none {
    display: block;
  }
  .tb_none {
    display: none !important;
  }
  .s_sp_block {
    display: none;
  }
}
@media (max-width: 320px) {
  .thunderstorm__title {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .thunderstorm-point__imgwrap {
    text-align: center;
  }
  #pinpoint-menu01,
#pinpoint-menu02,
#pinpoint-menu03,
#pinpoint-menu04 {
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .latest {
    padding: 24px 24px 16px 24px;
    margin: 10px;
    margin-bottom: 24px;
  }
  .latest .cardList__img {
    margin-bottom: 20px;
  }
  .latest .cardList__tit {
    font-size: 16px;
    text-align: center;
  }
  .latest .cardList__desc {
    min-height: unset;
  }
  .latest .cardList__pdf a {
    width: 100%;
  }
  .cardList {
    margin-left: 0;
  }
  .cardList__desc {
    min-height: unset;
  }
}
@media screen and (max-width: 1024px) {
  .latest .cardList__item {
    flex: 0 0 46%;
    padding: 24px 24px 16px 24px;
    margin: 10px;
    margin-bottom: 20px;
  }
  .latest .cardList__wrap {
    padding-top: 0;
    padding-right: 0;
  }
  .latest .cardList__desc {
    min-height: 70px;
  }
  .cardList__item {
    flex: 0 0 46%;
    padding: 24px 24px 16px 24px;
    margin: 10px;
    margin-bottom: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* IE対策 */
  .cardList__item {
    flex: 0 0 24%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1024px) {
  .cardList__item {
    flex: 0 0 39%;
  }
}
@media all and (max-width: 1024px) and (-ms-high-contrast: none) {
  .cardList__item {
    flex: 0 0 39%;
  }
}
@media (max-width: 375px) {
  .s_sp_block {
    display: block;
  }
}
/*# sourceMappingURL=map/style.css.map */
