@import url('https://fonts.google.com/noto/specimen/Noto+Sans+JP?subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
  --primary: #4E709A;
  --primaryRGBA: 78,112,154;
  --primaryHover: #3E5A7B;
  --primaryBG: #F0F2F5;
  --primaryHoverBG: #D3DBE5;
  --secondaryBG: #F5F4F0;
  --contentStrong: #e0640b;
  --contentError: #cc0000;
}
/* html5doctorReset */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  cursor: pointer;
}
a:hover {
  transition: all 0.4s;
}
.row-fluid [class*="span"] {
  min-height: auto !important;
}
.spBlock,
.row-fluid [class*="span"].spBlock {
  display: block !important;
}
.pcBlock {
  display: none !important;
}
/* form pc ↓*/
@media screen and (min-width: 1000px), print {
  .spBlock,
  .row-fluid [class*="span"].spBlock {
    display: none !important;
  }
  .pcBlock {
    display: block !important;
  }
}
.row-fluid [class*="span"].search-formm form {
  position: relative;
}
.row-fluid [class*="span"].search-form button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .row-fluid [class*="span"].search-form button {
    width: 32px;
    height: 32px;
    right: 24px;
    margin-top: -16px;
  }
}
@media (max-width: 999px) {
  .row-fluid [class*="span"].search-form button {
    width: 16px;
    height: 16px;
    right: 34px;
    margin-top: -8px;
  }
} 
@media screen and (min-width: 1270px), print {
  .main-content table .tag-item {
    word-break: keep-all;
  }
}
fieldset {
/*   max-width: 100% !important; */
  margin: 0 auto !important;
  max-width: 804px !important;
}
input::placeholder {
  color: #AAAAAA;
}
/* IE */
input:-ms-input-placeholder {
  color: #AAAAAA;
}
/* Edge */
input::-ms-input-placeholder {
  color: #AAAAAA;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  width: 100% !important;
}
fieldset.form-columns-0:not(:first-of-type) {
  margin-top: 12px;
}
fieldset.form-columns-2 .hs-form-field {
  max-width: 390px;
  width: calc(100% / 2 - 12px) !important;
}
fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
fieldset.form-columns-2>div:not(:last-of-type){
  margin-right: 24px !important;
}
option {
  min-height: auto !important;
  padding: 0 !important;
}
@media (max-width: 1139px) and (min-width: 768px) {
  .row-fluid .span12 {
    width: 100% !important;
  }
}
/* End of html5doctorReset */

/* main-title
-------------------------------------------------- */
.main-title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  color: #000000;
}
.main-title h1 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 999px) {
  .main-title h1 {
    font-size: 26px;
  }
}
/* main-content
-------------------------------------------------- */
.main-content {
  float: none !important;
  padding: 0px 0 80px;
}
.main-content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  border-left: 4px solid #00813A;
  padding-left: 20px;
  margin-bottom: 24px;
  margin-top: 73px;
}
.main-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  border-bottom: 1px solid #00813A;
  padding-bottom: 10px;
  margin: 36px 0px 25px;
}
/* .main-content h3:first-of-type {
  margin-top: 80px;
} */
.main-content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  padding-left: 14px;
  border-left: 2px solid #00813A;
  margin: 34px 0px 17px;
}
.main-content h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin: 22px 0 13px;
}
.main-content h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  margin: 20px 0 4px;
}
.main-content p {
  line-height: 175%;
  color: #444444;
}
.main-content p {
  font-size: 16px;
  margin: 0 0 28px;
}
.main-content p:last-of-type {
  margin-bottom: 0px;
}
.main-content p strong {
  font-weight: bold;
  color: var(--contentStrong);
}
.main-content span.error {
  color: var(--contentError);
}
.main-content h2 + h3 {
  margin-top: 24px !important;
}

/* text SP  ↓*/
@media screen and (max-width: 999px) {
  .main-title h1 {
    font-size: 26px;
  }
  .main-content h2 {
    font-size: 24px;
    margin-top: 58px;
    margin-bottom: 17px;
    padding-left: 14px;
  }
  .main-content h3 {
    font-size: 20px;
    margin-top: 21px;
    margin-bottom: 18px;
    padding-bottom: 11px;
  }
  .main-content h3:first-of-type {
    margin-top: 21px;
  }
  .main-content h4 {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 10px;
  }
  .main-content h5 {
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 6px;
  }
  .main-content h6 {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 7px;
  }
  .main-content p {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
/* text SP  ↑*/

/* breadcrumb
-------------------------------------------------- */
.hs-breadcrumb-menu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 13px 40px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul.hs-breadcrumb-menu li {
  padding: 0;
}
.breadcrumb ul.hs-breadcrumb-menu li span {
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #444444;
}
.breadcrumb ul.hs-breadcrumb-menu li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: var(--primary);
  text-decoration: none;
}
.breadcrumb ul.hs-breadcrumb-menu li a:hover {
  color: var(--primaryHover);
  text-decoration: underline;
}
.breadcrumb .hs-breadcrumb-menu-divider {
  position: relative;
  padding: 0 15px;
}
.breadcrumb .hs-breadcrumb-menu-divider::before {
    content: '';
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--primary);
    padding: 0;
    position: absolute;
}

@media screen and (max-width: 999px) {
  .hs-breadcrumb-menu {
    padding: 12px 15px;
  }
}

/* list
-------------------------------------------------- */
.main-content ul {
  list-style: none;
  margin-top: 0px;
}
.main-content ol li {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2B2B2B;
}
.main-content ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2B2B2B;
}
.main-content ul li ul li {
  background: none;
  position: relative;
}
.main-content ul li ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
}
.main-content ul li ul ul > li:before {
  content: '・';
  border-top: none;
}
/* link
-------------------------------------------------- */
.main-content a,
.main-content a:link,
.main-content a:visited,
.main-content a:active,
.main-content a:focus {
  color: var(--primary);
  text-decoration: underline;
}
.main-content a:hover {
  color: var(--primaryHover) ;
  text-decoration: none;
}
.main-content a[target="_blank"]:after {
  content: "";
  width: 12px;
  height: 12px;
  padding-left: 8px;
  display: inline-block;
  background-image: url('https://20442707.fs1.hubspotusercontent-na1.net/hubfs/20442707/Common%20Elements/icons/_blank.png');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.main-content a.pdf:after,
.main-content a[target="_blank"].pdf:after {
  content: "";
  width: 22px;
  height: 12px;
  padding-left: 3px;
  display: inline-block;
  background-image: url('https://20442707.fs1.hubspotusercontent-na1.net/hubfs/20442707/Common%20Elements/icons/PDF.svg');
  background-size: 22px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.main-content a.cta_button[target="_blank"]:after {
    display:none;
}
.main-content .link {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-content h2 + .link {
  margin-top: 8px;
}
.main-content p + h3 {
  margin: 36px 0px 25px !important;
}
.main-content h3 + .link {
  margin-top: 9px;
}
.main-content .link li {
  min-width: 50%;
  margin: 0 0 16px;
  padding-left: 0;
  flex: 1;
  display: flex;
  background: none;
}
.main-content .link.imglink li {
  min-width: 100%;
}
.main-content .link li:nth-child(2n) {
  padding: 0 0 0 8px;
}
.main-content .link li:nth-child(2n+1) {
  padding: 0 8px 0 0;
}
.main-content .link.imglink li:nth-child(2n) ,
.main-content .link.imglink li:nth-child(2n+1) {
  padding: 0;
}
.main-content .link li a {
  width: 100%;
  padding: 14px 31px 12px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  justify-content: space-between;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2B2B2B;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}
.main-content .link li a:before,
.main-content .link li a:after {
  content: "";
  width: 10.4px;
  height: 0.43px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #009944;
}
.main-content .link li a:before {
  transform: matrix(-0.71, 0.64, -0.78, -0.71, 0, 0);
  margin-top: 5px;
}
.main-content .link li a:after {
  transform: matrix(0.71, 0.64, -0.78, 0.71, 0, 0);
  margin-top: -2px;
}
.main-content .link li a.link_anchor:before {
  transform: matrix(-0.71, -0.78, 0.64, -0.71, 0, 0);
  right: 14px;
  margin-top: 1px;
}
.main-content .link li a.link_anchor:after {
  transform: matrix(-0.71, 0.78, -0.64, -0.71, 0, 0);
  right: 7px;
  margin-top: 1px;
}
.main-content .link li a span {
  font-size: 12px;
  display: contents;
}
.main-content .link li a img {
  max-width: 130px;
  margin: -2px 0 -2px 16px;
  line-height: 0;
  vertical-align: middle;
}
.main-content .link.one li a {
  flex-wrap: wrap;
}
.main-content .link.one li a img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* map
-------------------------------------------------- */
.gmap {margin: 17px 0px 0px !important;}
.gmap {
  height: 0;
  overflow: hidden;
/*   padding-bottom: 56.25%; */
  padding-bottom: 200px;
  position: relative;
}
.gmap iframe,
.gmap .hs-responsive-embed-wrapper,
.gmap .hs-responsive-embed-inner-wrapper{
  position: absolute !important;
  left: 0;
  top: 0;
  height: 200px !important;
  width: 100% !important;
}
.gmap .hs-responsive-embed-wrapper,
.gmap .hs-responsive-embed-inner-wrapper{
  max-width: 100% !important;
  max-height: 200px !important;
  min-width: 100% !important;
}

/* link PC ↓ */
@media screen and (min-width:1000px),print{
  .main-content .active-branch_titile {
    margin-top: 40px;
  }
  .main-content .link li {
    min-width: calc(25% - 12px);
    margin: 0 16px 16px 0;
  }
  .main-content .link li:nth-child(n + 4) ,
  .main-content .link.imglink li:nth-child(n + 4) {
    max-width: calc(25% - 12px);
  }
  .main-content .link.imglink li {
    min-width: calc((100% / 3) - 11px);
    margin: 0 16px 16px 0;
  }
  .main-content .link.imglink li:nth-child(n + 3) {
    max-width: calc(25% - 12px);
  }
  .main-content .link li:nth-child(2n),
  .main-content .link li:nth-child(2n+1) {
    padding: 0;
  }
  .main-content .link li:nth-child(4n),
  .main-content .link.imglink li:nth-child(3n),
  .main-content .link li:last-child {
    margin: 0 0 16px;
  }
  .main-content .link li:last-child(4n),
  .main-content .link.imglink li:last-child(3n) {
    margin: 0 0 16px;
  }
  .main-content .link li a {
    padding: 18px 44px 18px 16px;
    font-size: 14px;
  }
  .main-content .link li a:before,
  .main-content .link li a:after {
    width: 15.33px;
    height: 0.64px;
    right: 14px;
  }
  .main-content .link li a:before {
    margin-top: 5px;
  }
  .main-content .link li a:after {
    margin-top: -5px;
  }
  .main-content .link li a:hover {
    border-color: #009944;
    color: #009944;
  }
  .main-content .link li a.link_anchor:before {
    right: 20.5px;
    margin-top: 3px;
  }
  .main-content .link li a.link_anchor:after {
    right: 10px;
    margin-top: 3px;
  }
  .main-content .link.one li a {
    flex-wrap: single;
  }
  .main-content .link.one li a img {
    width: 448px;
    max-width: 448px;
    margin: -2px 0 -2px 16px;
  }
}
/* link PC ↑ */

/* figure
-------------------------------------------------- */
.main-content figure {
  max-width: 100%;
  margin: 0 auto;
  display: table;
}
.main-content figure img {
  max-width: 100%;
}
.main-content figure figcaption {	
  font-size: 14px;
	font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2B2B2B;
	-webkit-text-size-adjust: 100%;
}

/* figure SP ↓ */
.main-content figure {
  margin-bottom: 9px;
}
/* .main-content p img, */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img  {
  display: block;
  float: none !important;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img  {
  margin: 0 auto 9px !important;
}
.main-content figure img,
.main-content p img,
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img  {
  padding: 4px 0 0;
}
.main-content figure figcaption {
  margin: 9px 0 0;
}
/* figure SP ↑ */

/* table PC ↑*/
.table-wrapper {
  max-width: 1200px;
  overflow-x: hidden;
}
.main-content table {
  width: 100%;
  table-layout: fixed; 
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
}
.main-content table tr {
  padding-bottom: 3px;
}
.main-content table th,
.main-content table td {
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #2B2B2B;
}
.main-content table th {
  border-radius: 2px 0 0 2px;
  border: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  text-align: center;
}
.main-content table td {
  border-radius: 0 2px 2px 0;
  border: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.main-content table thead th,
.main-content table thead td {
  background: #cbe0d4;
}
.main-content table tbody th {
  background: var(--secondaryBG);
}
.main-content table tbody td {
  background: #fff;
}

/* table SP ↓*/
.main-content table {
  padding: 4px 0 0;
  margin: 0 0 10px;
}
.main-content .scroll-table {
  padding: 4px 0 0;
  margin: 0 0 10px;
}
.main-content .scroll-table table {
  padding: 0;
  margin: 0;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.main-content table th,
.main-content table td {
  padding: 15px 16px 15px;
  font-size: 13px;
}
/* table SP ↑*/

/* table PC ↓*/
@media screen and (min-width:1000px),print {
  .main-content table {
    padding: 0;
/*     margin: 0 auto 13px; */
    margin: 0 auto 0px;
  }
  .main-content .scroll-table,
  .main-content .scroll-table table {
    padding: 0;
    margin: 0;
  }
  .main-content .scroll-table table {
    display: table;
    overflow-x: visible;
  }
  .main-content table th,
  .main-content table td {
    padding: 15px 0 16px;
    font-size: 16px;
  }
}
/* table PC ↑*/

/* form 
-------------------------------------------------- */
.main-content form {
  margin: 4px -20px 0px;
  padding: 0 20px 32px;
  background: var(--secondaryBG);
}
.main-content label {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2B2B2B;
  display: block;
}
.main-content label > span:only-child {
  padding: 0 32px 0 0;
  display: inline-block;
  position: relative;
}
.main-content form legend {
display: block;
color: #444;
margin: 5px 0;
font-size: 90%;
}
.main-content label>span:only-child {
  position: relative;
}
.main-content label>span:only-child:after {
  position: absolute;
  content: '任意';
  padding: 0.5px 4px;
  width: max-content;
  display: inline-block;
  background: #999999;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  top: calc(50% - 9px);
  margin-left: 10px;
}
.main-content .hs_privacy label>span:only-child:after {
  content: none;
  border: 0px;
  background: none;
}
.main-content .hs_reason label>span:only-child:after {
  content: none;
}
.main-content .hs_privacy > label {
  display: none;
}
.main-content .hs-form-required {
  width: 39px;
  color: transparent;
  display: inline-block;
  position: relative;
}
.main-content .hs-form-required:after {
  content: "";
  width: 32px;
  height: 18px;
  background: url(https://20442707.fs1.hubspotusercontent-na1.net/hubfs/20442707/Common%20Elements/icons/i_%E5%BF%85%E9%A0%88.svg) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.main-content input[type="text"]:focus,
.main-content input[type="email"]:focus,
.main-content input[type="tel"]:focus,
.main-content input[type="search"]:focus,
.main-content input[type="url"]:focus,
.main-content input[type="password"]:focus,
.main-content input[type="datetime"]:focus,
.main-content input[type="date"]:focus,
.main-content input[type="month"]:focus,
.main-content input[type="week"]:focus,
.main-content input[type="time"]:focus,
.main-content input[type="datetime-local"]:focus,
.main-content input[type="number"]:focus,
.main-content select:focus,
.main-content textarea:focus {
  background: #FFFFFF;
  border: 1px solid #62A97D;
  outline: 0px;
}
.main-content input[type="text"]:focus::placeholder,
.main-content input[type="email"]:focus::placeholder,
.main-content input[type="tel"]:focus::placeholder,
.main-content input[type="search"]:focus::placeholder,
.main-content input[type="url"]:focus::placeholder,
.main-content input[type="password"]:focus::placeholder,
.main-content input[type="datetime"]:focus::placeholder,
.main-content input[type="date"]:focus::placeholder,
.main-content input[type="month"]:focus::placeholder,
.main-content input[type="week"]:focus::placeholder,
.main-content input[type="time"]:focus::placeholder,
.main-content input[type="datetime-local"]:focus::placeholder,
.main-content input[type="number"]:focus::placeholder,
.main-content select:focus::placeholder,
.main-content textarea:focus::placeholder {
  color: #CCCCCC;
}
.main-content input[type="text"],
.main-content input[type="email"],
.main-content input[type="tel"],
.main-content input[type="search"],
.main-content input[type="url"],
.main-content input[type="password"],
.main-content input[type="datetime"],
.main-content input[type="date"],
.main-content input[type="month"],
.main-content input[type="week"],
.main-content input[type="time"],
.main-content input[type="datetime-local"],
.main-content input[type="number"],
.main-content select,
.main-content textarea {
/*   padding: 10px 13px 8px; */
/*   padding: 14px 13px 11px; */
  padding: 8px 17px 9px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #DDD;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.main-content input[type="text"].error,
.main-content input[type="email"].error,
.main-content input[type="tel"].error,
.main-content input[type="search"].error,
.main-content input[type="url"].error,
.main-content input[type="password"].error,
.main-content input[type="datetime"].error,
.main-content input[type="date"].error,
.main-content input[type="month"].error,
.main-content input[type="week"].error,
.main-content input[type="time"].error,
.main-content input[type="datetime-local"].error,
.main-content input[type="number"].error,
.main-content select.error,
.main-content textarea.error {
  background: #FAE5E5;
  border: 1px solid #E9ABAB;
}
.main-content input[type="text"]:focus,
.main-content input[type="email"]:focus,
.main-content input[type="tel"]:focus,
.main-content input[type="search"]:focus,
.main-content input[type="url"]:focus,
.main-content input[type="password"]:focus,
.main-content input[type="datetime":focus],
.main-content input[type="date"]:focus,
.main-content input[type="month"]:focus,
.main-content input[type="week"]:focus,
.main-content input[type="time"]:focus,
.main-content input[type="datetime-local"]:focus,
.main-content input[type="number"]:focus,
.main-content select:focus,
.main-content textarea:focus,
.main-content input[type="text"].error:focus,
.main-content input[type="email"].error:focus,
.main-content input[type="tel"].error:focus,
.main-content input[type="search"].error:focus,
.main-content input[type="url"].error:focus,
.main-content input[type="password"].error:focus,
.main-content input[type="datetime"].error:focus,
.main-content input[type="date"].error:focus,
.main-content input[type="month"].error:focus,
.main-content input[type="week"].error:focus,
.main-content input[type="time"].error:focus,
.main-content input[type="datetime-local"],
.main-content input[type="number"],
.main-content select.error:focus,
.main-content textarea.error:focus {
  outline: 0;
  border-color: #009944;
}
.main-content input[type="file"] {
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #444444;
  cursor: pointer;
  padding: 12px 0px 0px;
}
/* .main-content input[type=file]::-ms-browse,
.main-content input[type=file]::file-selector-button,
.main-content input[type=file]::-webkit-file-upload-button {
  display: none;
} */
.main-content input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.main-content input[type="file"]::before {
  content: 'ファイルを選択';
  display: inline-block;
  border-radius: 4px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: var(--primary);
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 10px 40px;
  margin-right: 20px;
}
.main-content input[type="file"]:hover::before {
  border-color: var(--primaryHoverBG);
  background-color: var(--primaryHoverBG);
  cursor: pointer;
} 
.main-content .actions {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main-content input[type="submit"],
.main-content input[type="reset"],
.main-content input[type="button"] {
  min-width: 280px;
  padding: 12px 0px 13px;
  margin: 0 auto;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.main-content input[type="submit"] {
  color: #000000;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.main-content input[type="reset"] {
  color: #009944;
  border-color: #009944;
}
.main-content input[type="button"] {
  color: #2b2b2b;
  border-color: #2b2b2b;
}
.main-content form hr {
  border-top: 3px solid #fff;
  margin: 11px -20px 31px;
}
.main-content .hs-fieldtype-file {
  margin: 8px 0 30px;
}
/* form pc ↓*/
@media screen and (min-width:1000px),print {
  .main-content form {
    margin: 40px 0 0px;
    padding: 0px 32px 32px;
  }
/*   .hs_cos_wrapper img,
  .hs_cos_wrapper_type_rich_text img {
    margin: 0 auto 20px !important;
  } */
  .main-content .hs_cos_wrapper form fieldset h4 {
    padding-left: 0;
    border-left: 0px;
    position: relative;
    margin: 0px 0px 14px;
  }
  .main-content .hs_cos_wrapper form fieldset h4::before {
    content: '';
    width: calc(100% + 64px);
    height: 1px;
    background: #cccccc;
    display: block;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 26px;
  }
  .main-content .hs_cos_wrapper form fieldset:first-of-type h4::before {
    content: none;
  }
  .main-content form fieldset:first-of-type {
    position: relative;
  }
  .main-content form fieldset:first-of-type::before {
    content: '';
    width: calc(100% + 64px);
    height: 1px;
    background: #ccc;
    display: block;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 26px;
  }
  .main-content form hr {
    margin: 11px -32px 15px;
  }
  .main-content input[type="submit"],
  .main-content input[type="reset"],
  .main-content input[type="button"] {
    min-width: 280px;
    font-size: 16px;
  }
  .main-content input[type="submit"]:hover,
  .main-content input[type="reset"]:hover,
  .main-content input[type="button"]:hover {
    color: #fff;
  }
  .main-content input[type="submit"]:hover {
    color: #00813A;
    background-color: #FFE254;
    border-color: #FFE254;
  }
  .main-content input[type="reset"]:hover {
    background: #009944;
  }
  .main-content input[type="button"]:hover {
    background: #2b2b2b;
  }
  .main-content .hs-fieldtype-file {
    margin: 17px 0 27px;
  }
  .hs_privacy {
    text-align: center;
  }
  .hs_privacy ul[role="checkbox"] {
    margin-top: 0px;
  }
  .hs_privacy ul[role="checkbox"] label {
    line-height: 0;
  }
  .main-content .hs-error-msg {
    margin: -13px 0 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    color: #A30000;
  }
  .main-content .hs-fieldtype-checkbox .hs-error-msg {
    margin: 0 0 21px;
  }
  .main-content .hs-form-required:after {
    left: 10px;
  }
}
/* form PC ↑*/
@media screen and (max-width: 999px) {
  .gmap {
    margin: 15px 0px 0px !important;
}
  .main-content label {
    font-size: 14px;
  }
  .main-content label>span:only-child {
    padding: 0px;
  }
  .main-content label>span:only-child:after {
/*     right: 0; */
    position: unset;
  }
  .table-wrapper {
    overflow-x: auto;
  }
  .main-content table tbody tr td {
    font-size: 14px;
    padding: 11px 10px !important;
    text-align: left;
/*     width: 84px !important; */
  }
  .main-content .hs_cos_wrapper_type_rich_text table tr:not(:first-of-type)>td:first-of-type {
    padding: 11px 10px !important;
  }
  .main-content table tbody tr td:first-child,
  .main-content table tbody tr th {
    width: 78px !important;
  }
  .main-content .columns table tr {
    grid-template-columns: 78px calc(100% - 78px);
  }
  .hs_agreement_policy,
  .hs_privacy {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-content .hs-fieldtype-file {
    margin: 8px 0 15px;
  }
  .main-content form {
    margin-top: 32px;
    padding: 26px 20px;
  }
  .main-content input[type="submit"] {
    padding: 16px;
    width: 100%;
    font-size: 16px;
  }
  .hs_privacy {
    margin-bottom: 18px;
  }
  .hs_reason label {
    font-weight: normal;
    font-size: 12px;
  }
  .main-content label {
    margin: 0 0 8px;
  }
  .main-content input[type="checkbox"]+span {
    font-size: 12px;
  }
  .main-content .hs-error-msg {
    font-weight: normal;
    font-size: 12px;
    color: #A30000;
    margin: -15px 0px 13px;
  }
}

.main-content input[type="text"][name="zip"],
.main-content input[type="number"][name^="book"] {
  max-width: 160px;
}
/* form pc ↓*/
@media screen and (min-width:1000px),print {
/*   .main-content input[type="email"][name="email"] {
    max-width: 519px;
  } */
/*   .main-content input[type="text"][name="lastname"],
  .main-content input[type="text"][name="firstname"],
  .main-content input[type="text"][name="sei_kana"],
  .main-content input[type="text"][name="mei_kana"],
  .main-content select[name="prefectures"],
  .main-content input[type="tel"][name="phone"] {
    max-width: 366px;
  } */
  .main-content input[type="text"][name="zip"] {
    max-width: 183px;
  }
  .main-content input[type="number"][name^="book"] {
    max-width: 179px;
  }
  .main-content select[name="state"] {
    max-width: 365px;
  }
  .main-content input[type="text"][name="city"], 
  .main-content input[type="text"][name="address"], 
  .main-content input[type="text"][name="build_apartment"], 
  .main-content input[type="text"][name="reason"],
  .main-content input[type="text"][name="other_reason"] {
    max-width: 804px;
  }
}
/* form PC ↑*/

.main-content select,
.main-content select:focus,
.main-content select.error {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  background: #fff url(https://20442707.fs1.hubspotusercontent-na1.net/hubfs/20442707/Common%20Elements/icons/arrowDownSolidDarkGray.svg) no-repeat;
  background-size: 10px 5px;
  background-position: calc(100% - 17px) center;
}
.main-content select.error {
  background-color: #fae5e5;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #444444;
  cursor: pointer;
  vertical-align: middle;
}
ul[role="checkbox"] {
  margin-top: 10px;
  margin-bottom: 14px;
}
/* form pc ↓*/
@media screen and (min-width:1000px),print {
  ul[role="checkbox"] {
    margin-top: 7px;
    margin-bottom: 21px;
  }
}
/* form pc ↑*/

@media (min-width: 1px) {
  input[type="radio"],
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="radio"] + span {
    padding: 0 0 0 27px;
    line-height: 18px;
    background: none;
  }
  input[type="checkbox"] + span {
    padding: 0 0 0 27px;
    line-height: 20px;
  }
  input[type="radio"] + span::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    box-sizing: border-box;
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 18px;
  }
  input[type="checkbox"] + span::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    display: block;
    background: #ffffff;
    border: 1px solid #DDDDDD;
  }
  input[type="radio"]:checked + span::before {
    border-color: #00813A;
    background-color: #00813A;
  }
  input[type="checkbox"]:checked + span::before {
    background: #00813A;
    border: 1px solid #00813A;
  }
  input[type="radio"] + span::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 6px;
    border-radius: 8px;
    display: block;
    background: transparent;
  }
  input[type="checkbox"] + span::after {
    content: "";
    width: 8px;
    height: 4px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 4px;
    display: block;
  }
  input[type="radio"]:checked + span::after {
    background: #FFFFFF;
  }
  input[type="checkbox"]:checked + span::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  input[type="radio"][disabled] {
    cursor: default;
  }
  input[type="radio"][disabled] + span {
    color: #DDDDDD;
    cursor: default;
  }
  input[type="radio"][disabled] + span::before {
    border-color: #DDDDDD;
  }
  input[type="radio"][disabled]:checked + span::before {
    border-color: #DDDDDD;
    background-color: #ffffff;
  }
  input[type="radio"][disabled]:checked + span::after {
    background: #DDDDDD;
  }
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_inline_rich_text {
  max-width: 1200px;    
  margin: 0 auto;
  padding: 0;
  display: block;
  padding: 0px 40px;
  box-sizing: content-box;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ul li > ul li,
.hs_cos_wrapper_type_inline_rich_text ul li,
.hs_cos_wrapper_type_inline_rich_text ul li > ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  color: #444444;    
  padding-left: 18px;
  position: relative;
}
.hs_cos_wrapper_type_rich_text ul + h3 {
  margin-top: 80px;
}
.hs_cos_wrapper_type_rich_text ul li:not(:last-of-type), 
.hs_cos_wrapper_type_rich_text ul li > ul li:not(:last-of-type),
.hs_cos_wrapper_type_inline_rich_text ul li:not(:last-of-type), 
.hs_cos_wrapper_type_inline_rich_text ul li > ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.hs_cos_wrapper_type_rich_text ul li::before,
.hs_cos_wrapper_type_rich_text ul li>ul li::before,
.hs_cos_wrapper_type_rich_text ul li>ul li>ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li>ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li>ul li>ul li::before {
  content: "";
  background-color: #00813A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
}
.hs_cos_wrapper_type_rich_text ul li>ul li::before,
.hs_cos_wrapper_type_rich_text ul li>ul li>ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li>ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li>ul li>ul li::before {
  background-color: #B4B7BA;
}
.hs_cos_wrapper_type_rich_text ul li>ul li>ul li {
  padding-left: 16px;
}
.hs_cos_wrapper_type_rich_text ul li>ul li>ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li>ul li>ul li::before {
  top: 13px;
  width: 4px;
  height: 4px;
}
.hs_cos_wrapper_type_rich_text ol {
  padding-left: 18px;
}
.hs_cos_wrapper_type_rich_text ol li {
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  color: #444444;
  position: relative;
}
.hs_cos_wrapper_type_rich_text table {
  background: #CCCCCC;
  border-color: #CCCCCC !important;
}
.hs_cos_wrapper_type_rich_text table tr>td {
  padding: 14px 15px !important;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #444444; 
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #ccc;
}
.hs_cos_wrapper_type_rich_text table.text-left tr>td {
  text-align: left;
}
.hs_cos_wrapper_type_rich_text table tr:first-of-type > td, 
.hs_cos_wrapper_type_rich_text table tr > td:first-of-type {
  background-color: #CBE0D4;    
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
.hs_cos_wrapper_type_rich_text table tr:last-of-type > td {
  border-bottom: 0px solid transparent;
}
.hs_cos_wrapper_type_rich_text table tr>td sup {
  vertical-align: super;
  font-size: small;
}
.hs_cos_wrapper_type_rich_text table tr>td:first-of-type {
  border-left: 0px solid transparent;
  width: 194px;
}
.hs_cos_wrapper_type_rich_text table tr:not(:first-of-type) > td:first-of-type {
  padding: 14px 15px !important;
  text-align: left;
  background-color: var(--secondaryBG);
}
.hs_cos_wrapper_type_rich_text img {
  max-width: 100%;
}
/* .hs_cos_wrapper_type_rich_text img.web {
  float: unset !important;
} */
.hs_cos_wrapper_type_form {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 0px 40px;
  margin-bottom: 40px;
  box-sizing: content-box;
}
.web {	
    display: block;	
}	
.SP {	
    display: none !important;	
}	
/* SP */	
@media screen and (max-width: 999px) {	
  .web {	
    display: none !important;	
  }	
  .SP {	
    display: block !important; 	
  }	
  .hide {	
    display: none !important;	
  }	
  .show {	
    display: block !important;	
  }	
  .hs_cos_wrapper_type_rich_text table tr > td,
  .hs_cos_wrapper_type_rich_text ul li, 
  .hs_cos_wrapper_type_rich_text ul li > ul li,
  .hs_cos_wrapper_type_rich_text ol li {
    font-size: 14px;
  }
  .hs_cos_wrapper_type_rich_text table tr>td {
    padding: 10px !important;
  }
  .hs_cos_wrapper_type_rich_text ul li:not(:last-of-type), 
  .hs_cos_wrapper_type_rich_text ul li > ul li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .hs_cos_wrapper_type_form {
    padding: 0px 20px 40px;
    margin: 0 20px;
  }
  .hs_cos_wrapper_type_form h4 {
    font-size: 16px;
    border: 0px;
    padding: 0px;
    margin-top: 3px;
  }
  .main-content .hs_cos_wrapper form fieldset:first-of-type h4 {
    margin-top: 0px;
  }
  .main-content .hs_cos_wrapper form .input {
    margin-right: 0px !important;
  }
  .main-content .hs_cos_wrapper form fieldset h4::before {
    content: '';
    height: 1px;
    background: #ccc;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  fieldset.form-columns-2 {
    width: 100% !important;
  }
  fieldset.form-columns-2 >div:not(:last-of-type) {
    margin-right: 15px !important;
  }
  .main-content .hs_cos_wrapper form fieldset.form-columns-2 > div {
    width: calc(100% / 2 - 7.5px) !important;
    display: inline-block;
  }
  fieldset.form-columns-2 .input {
    margin-right: 0px !important;
  }
  .hs_cos_wrapper_type_rich_text p img {
    width: 100% !important;
  }
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
  box-sizing: content-box;
}
.main-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.bg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main-content .tag {
  display: flex;
  flex-wrap: wrap;
}
.main-content .tag li {
  flex-basis: auto;
}
.main-content .tag li:not(:last-of-type) {
  margin: 0 6px 6px 0px;
}
.main-content .tag li a,
.main-content .tag .tag-item a {
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--primary);
  padding: 3px 6px;
  text-decoration: none !important;
  background: var(--primaryBG);
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.main-content .tag .tag-item a:hover, 
.main-content .tag li a:hover {
  background-color: var(--primaryHoverBG);
  color: var(--primary);
}
.main-content table .tag {
  margin: 8px 0px 0px 8px;
}
.main-content table .tag-item {
  padding: 2px 8px 3px 8px;
  background: #F5F4F0;
  border-radius: 2px;
  margin: 0 8px 8px 0px !important;
}
.main-content table .checklist {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  flex-direction: column;
}
.main-content table .checklist li svg {
  margin-right: 8.5px;
}
.main-content table .checklist li span {
  position: unset;
  border-bottom: 0px;
  padding: 0px;
}
.lineTop {
  font-weight: bold;
  line-height: 150%;
  color: #000000;
}
.lineTop {
  font-size: 40px;
  position: relative;
  padding-top: 52px;
}
.lineTop::before {
  position: absolute;
  content: '';
  border-top: 2px solid #00813A;
  width: 40px;
  top: 0;
}
.lineTop.centered::before {
  left: calc(50% - 20px);
}
.center {
  text-align: center;
}
.columns .column .lineTop {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 54px;
  text-align: left;
  margin-bottom: 20px;
}
.columns .column .lineTop::before {
  border-top: 1px solid #00813a;
  width: 80px;
}
.card > li a:hover img,
.card a:hover + .img {
  cursor: pointer;
}
.card a:hover .img img {
  opacity: .8;
  transition: .4s;
}
.card a:hover .title,
.card li > a:hover ~ .title {
  color: var(--primary);
  transition: .4s;
}

.card.withlink > a {
  border-bottom: 1px solid #dddddd;
}
.card.withlink {
  padding-bottom: 35px;
}
.card.withlink::before {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    content: '';
    right: 0;
    bottom: 12px;
    border: 1px solid var(--primary);
    background: #fff url(https://20442707.fs1.hubspotusercontent-na1.net/hubfs/20442707/Common%20Elements/icons/arrow-blue2px.svg) no-repeat center;
    background-repeat: no-repeat;
    background-position: center;
}

.new {
  top: -10px;
  left: -10px;
  
  text-align: left;
  position: absolute;
  padding: 5px 13px;
  /*background-color: rgba(255,255,255,.2);*/
  z-index: 10;
  
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  
  background: #333333;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlMaterial .content-wrapper > div {
  background: var(--secondaryBG);
  padding: 40px;
  display: flex;
}
.dlMaterial .content-wrapper .content {
  margin-left: 40px;
}
.dlMaterial .img img {
    width: 100%;
    height: auto;
}
.dlMaterial .content-wrapper .title {
  margin-bottom: 10px;
}
.dlMaterial .content-wrapper .title p {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #222222;
}
.dlMaterial .content-wrapper .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  color: #444444;
  margin-bottom: 27px;
}
.note {
  margin-top: 10px;
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.note::before {
  content: '※';
  position: absolute;
  left: 0;
}

.note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.main-content p.strong strong {
  color: #000000;
  font-size: 18px;
}
.greenBG {
  background: #F0F5F2;
  padding: 25px 32px;
  margin-top: 20px;
}
.greenBG strong,
.greenBG p strong {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 2px;
  color: #000000;
}
.greenBG p {
  font-size: 16px;
  color: #444444;
  margin-bottom: 14px;
}
fieldset.form-columns-1 .hs-input {
  max-width: 804px;
}

@media screen and (max-width: 999px) {
  .content-wrapper,
  .hs_cos_wrapper_type_rich_text {
    padding: 0px 20px;
  }
  .lineTop {
    padding-top: 40px;
    text-align: center;
  }
  .lineTop {
    font-size: 30px;
  }
  .lineTop::before {
    width: 24px;
  }
  .lineTop::before {
    left: calc(50% - 20px);
  }
  .columns .column .lineTop {
    margin-top: 32px;
    font-size: 20px;
    padding-top: 26px;
    margin-bottom: 10px;
  }
  .columns .column .lineTop::before {
    left: 0;
  }
  .dlMaterial .content-wrapper>div {
    flex-direction: column;
    padding: 24px 20px;
  }
  .dlMaterial .content-wrapper .content {
    margin-left: 0px;
  }
  .dlMaterial .img {
    margin-bottom: 18px;
  }
  .dlMaterial .content-wrapper .title {
    margin-bottom: 5px;
  }
  .dlMaterial .content-wrapper .title p {
    font-size: 20px;
  }
  .dlMaterial .content-wrapper .description {
    margin-bottom: 19px;
  }
  .main-content p.strong strong {
    font-size: 16px;
  }
  .greenBG {
    padding: 19px 20px;
    margin-top: 15px;
  }
  .greenBG strong,
  .greenBG p {
    font-size: 14px;
  }
  .greenBG strong {
    margin-bottom: 5px;
  }
  .greenBG p {
    margin-bottom: 15px;
  }
  .main-content table .tag {
    margin: 0px 0px -8px;
  }
  .main-content table .tag-item {
    margin: 0 6px 6px 0px !important;
  }
  .main-content table .checklist li {
    margin-bottom: 2px;
  }
  .main-content table .checklist li:last-of-type {
    margin-bottom: 0px;
  }
  .main-content table .checklist li svg {
    margin-right: 6px;
  }
  .columns .threeColumn .button.horizontal li {
    margin-bottom: 0px;
  }
  .p-top .page-title__wrapper {
    padding: 71px 0 70px;
  }
  fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
}

/* Business Parking CSS */
ol.process {
  width: 100%;
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
  list-style-type: none;
  counter-reset: number;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2px;
}

ol.process li {
  padding: 55px 22px 22px 21px;
  background: #f0f5f2;
  color: #000;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

ol.process li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: calc(50% - 13px);
  right: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #fff;
}

ol.process li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: calc(50% - 10px);
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #F0F5F2;
}

ol.process li:last-child:before,
ol.process li:last-child:after {
  display: none;
}

ol.process li span {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 11px;
}

ol.process li span:before {
  position: absolute;
  content: ' ';
  width: 31px;
  height: 31px;
  top: 24px;
  left: calc(50% - (31px / 2));
  border-radius: 16px;
  background-color: #00813a;
  counter-increment: number;
  content: counter(number);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

ol.process li:last-child {
  border-right: 0;
}

@media screen and (max-width: 999px) {
  ol.process {
    grid-template-columns: 1fr;
  }

  ol.process li {
    width: 100%;
    padding: 24px 16px 24px 46px;
    border-right: 0;
  }
  
  ol.process li:before{
    top: calc(100% - 6px);
    right: calc(50% - 10px);
    transform: rotate(90deg);
  }

  ol.process li:after{
    top: calc(100% - 5px);
    right: calc(50% - 8.5px);
    transform: rotate(90deg);
  }

  ol.process li:last-child {
    border-bottom: 0;
  }

  ol.process li span {
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
    margin-left: 16px;
  }
  
  ol.process li span:before {
    width: 30px;
    height: 30px;
    left: 16px;
  }
}
/* Fix to Anchor Links */
@media screen and (min-width: 992px) {
	.main-content h2,
	.main-content h3 {
		scroll-margin-top: 120px;
	}
}